diff -Nru codeblocks-16.01svn11246/aclocal.m4 codeblocks-17.12/aclocal.m4 --- codeblocks-16.01svn11246/aclocal.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/aclocal.m4 2017-12-28 11:01:51.000000000 +0000 @@ -0,0 +1,1510 @@ +# generated automatically by aclocal 1.13.4 -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. + +# This file 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. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + +dnl --------------------------------------------------------------------------- +dnl Macros for wxWidgets detection. Typically used in configure.in as: +dnl +dnl AC_ARG_ENABLE(...) +dnl AC_ARG_WITH(...) +dnl ... +dnl AM_OPTIONS_WXCONFIG +dnl ... +dnl ... +dnl AM_PATH_WXCONFIG(2.6.0, wxWin=1) +dnl if test "$wxWin" != 1; then +dnl AC_MSG_ERROR([ +dnl wxWidgets must be installed on your system +dnl but wx-config script couldn't be found. +dnl +dnl Please check that wx-config is in path, the directory +dnl where wxWidgets libraries are installed (returned by +dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or +dnl equivalent variable and wxWidgets version is 2.3.4 or above. +dnl ]) +dnl fi +dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" +dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" +dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" +dnl +dnl LIBS="$LIBS $WX_LIBS" +dnl --------------------------------------------------------------------------- + +dnl --------------------------------------------------------------------------- +dnl AM_OPTIONS_WXCONFIG +dnl +dnl adds support for --wx-prefix, --wx-exec-prefix, --with-wxdir and +dnl --wx-config command line options +dnl --------------------------------------------------------------------------- + +AC_DEFUN([AM_OPTIONS_WXCONFIG], +[ + AC_ARG_WITH(wxdir, + [ --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH], + [ wx_config_name="$withval/wx-config" + wx_config_args="--inplace"]) + AC_ARG_WITH(wx-config, + [ --with-wx-config=CONFIG wx-config script to use (optional)], + wx_config_name="$withval" ) + AC_ARG_WITH(wx-prefix, + [ --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)], + wx_config_prefix="$withval", wx_config_prefix="") + AC_ARG_WITH(wx-exec-prefix, + [ --with-wx-exec-prefix=PREFIX + Exec prefix where wxWidgets is installed (optional)], + wx_config_exec_prefix="$withval", wx_config_exec_prefix="") +]) + +dnl Helper macro for checking if wx version is at least $1.$2.$3, set's +dnl wx_ver_ok=yes if it is: +AC_DEFUN([_WX_PRIVATE_CHECK_VERSION], +[ + wx_ver_ok="" + if test "x$WX_VERSION" != x ; then + if test $wx_config_major_version -gt $1; then + wx_ver_ok=yes + else + if test $wx_config_major_version -eq $1; then + if test $wx_config_minor_version -gt $2; then + wx_ver_ok=yes + else + if test $wx_config_minor_version -eq $2; then + if test $wx_config_micro_version -ge $3; then + wx_ver_ok=yes + fi + fi + fi + fi + fi + fi +]) + +dnl --------------------------------------------------------------------------- +dnl AM_PATH_WXCONFIG(VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND +dnl [, WX-LIBS [, ADDITIONAL-WX-CONFIG-FLAGS]]]]) +dnl +dnl Test for wxWidgets, and define WX_C*FLAGS, WX_LIBS and WX_LIBS_STATIC +dnl (the latter is for static linking against wxWidgets). Set WX_CONFIG_NAME +dnl environment variable to override the default name of the wx-config script +dnl to use. Set WX_CONFIG_PATH to specify the full path to wx-config - in this +dnl case the macro won't even waste time on tests for its existence. +dnl +dnl Optional WX-LIBS argument contains comma- or space-separated list of +dnl wxWidgets libraries to link against (it may include contrib libraries). If +dnl it is not specified then WX_LIBS and WX_LIBS_STATIC will contain flags to +dnl link with all of the core wxWidgets libraries. +dnl +dnl Optional ADDITIONAL-WX-CONFIG-FLAGS argument is appended to wx-config +dnl invocation command in present. It can be used to fine-tune lookup of +dnl best wxWidgets build available. +dnl +dnl Example use: +dnl AM_PATH_WXCONFIG([2.6.0], [wxWin=1], [wxWin=0], [html,core,net] +dnl [--unicode --debug]) +dnl --------------------------------------------------------------------------- + +dnl +dnl Get the cflags and libraries from the wx-config script +dnl +AC_DEFUN([AM_PATH_WXCONFIG], +[ + dnl do we have wx-config name: it can be wx-config or wxd-config or ... + if test x${WX_CONFIG_NAME+set} != xset ; then + WX_CONFIG_NAME=wx-config + fi + + if test "x$wx_config_name" != x ; then + WX_CONFIG_NAME="$wx_config_name" + fi + + dnl deal with optional prefixes + if test x$wx_config_exec_prefix != x ; then + wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix" + WX_LOOKUP_PATH="$wx_config_exec_prefix/bin" + fi + if test x$wx_config_prefix != x ; then + wx_config_args="$wx_config_args --prefix=$wx_config_prefix" + WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin" + fi + if test "$cross_compiling" = "yes"; then + wx_config_args="$wx_config_args --host=$host_alias" + fi + + dnl don't search the PATH if WX_CONFIG_NAME is absolute filename + if test -x "$WX_CONFIG_NAME" ; then + AC_MSG_CHECKING(for wx-config) + WX_CONFIG_PATH="$WX_CONFIG_NAME" + AC_MSG_RESULT($WX_CONFIG_PATH) + else + AC_PATH_PROG(WX_CONFIG_PATH, $WX_CONFIG_NAME, no, "$WX_LOOKUP_PATH:$PATH") + fi + + if test "$WX_CONFIG_PATH" != "no" ; then + WX_VERSION="" + + min_wx_version=ifelse([$1], ,2.2.1,$1) + if test -z "$5" ; then + AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version]) + else + AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version ($5)]) + fi + + WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args $5 $4" + + WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` + wx_config_major_version=`echo $WX_VERSION | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` + wx_config_minor_version=`echo $WX_VERSION | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` + wx_config_micro_version=`echo $WX_VERSION | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` + + wx_requested_major_version=`echo $min_wx_version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` + wx_requested_minor_version=`echo $min_wx_version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` + wx_requested_micro_version=`echo $min_wx_version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` + + _WX_PRIVATE_CHECK_VERSION([$wx_requested_major_version], + [$wx_requested_minor_version], + [$wx_requested_micro_version]) + + if test -n "$wx_ver_ok"; then + + AC_MSG_RESULT(yes (version $WX_VERSION)) + WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` + + dnl is this even still appropriate? --static is a real option now + dnl and WX_CONFIG_WITH_ARGS is likely to contain it if that is + dnl what the user actually wants, making this redundant at best. + dnl For now keep it in case anyone actually used it in the past. + AC_MSG_CHECKING([for wxWidgets static library]) + WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` + if test "x$WX_LIBS_STATIC" = "x"; then + AC_MSG_RESULT(no) + else + AC_MSG_RESULT(yes) + fi + + dnl starting with version 2.2.6 wx-config has --cppflags argument + wx_has_cppflags="" + if test $wx_config_major_version -gt 2; then + wx_has_cppflags=yes + else + if test $wx_config_major_version -eq 2; then + if test $wx_config_minor_version -gt 2; then + wx_has_cppflags=yes + else + if test $wx_config_minor_version -eq 2; then + if test $wx_config_micro_version -ge 6; then + wx_has_cppflags=yes + fi + fi + fi + fi + fi + + dnl starting with version 2.7.0 wx-config has --rescomp option + wx_has_rescomp="" + if test $wx_config_major_version -gt 2; then + wx_has_rescomp=yes + else + if test $wx_config_major_version -eq 2; then + if test $wx_config_minor_version -ge 7; then + wx_has_rescomp=yes + fi + fi + fi + if test "x$wx_has_rescomp" = x ; then + dnl cannot give any useful info for resource compiler + WX_RESCOMP= + else + WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` + fi + + if test "x$wx_has_cppflags" = x ; then + dnl no choice but to define all flags like CFLAGS + WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags` + WX_CPPFLAGS=$WX_CFLAGS + WX_CXXFLAGS=$WX_CFLAGS + + WX_CFLAGS_ONLY=$WX_CFLAGS + WX_CXXFLAGS_ONLY=$WX_CFLAGS + else + dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS + WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags` + WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags` + WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags` + + WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` + WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` + fi + + ifelse([$2], , :, [$2]) + + else + + if test "x$WX_VERSION" = x; then + dnl no wx-config at all + AC_MSG_RESULT(no) + else + AC_MSG_RESULT(no (version $WX_VERSION is not new enough)) + fi + + WX_CFLAGS="" + WX_CPPFLAGS="" + WX_CXXFLAGS="" + WX_LIBS="" + WX_LIBS_STATIC="" + WX_RESCOMP="" + ifelse([$3], , :, [$3]) + + fi + else + + WX_CFLAGS="" + WX_CPPFLAGS="" + WX_CXXFLAGS="" + WX_LIBS="" + WX_LIBS_STATIC="" + WX_RESCOMP="" + + ifelse([$3], , :, [$3]) + + fi + + AC_SUBST(WX_CPPFLAGS) + AC_SUBST(WX_CFLAGS) + AC_SUBST(WX_CXXFLAGS) + AC_SUBST(WX_CFLAGS_ONLY) + AC_SUBST(WX_CXXFLAGS_ONLY) + AC_SUBST(WX_LIBS) + AC_SUBST(WX_LIBS_STATIC) + AC_SUBST(WX_VERSION) + AC_SUBST(WX_RESCOMP) +]) + +dnl --------------------------------------------------------------------------- +dnl Get information on the wxrc program for making C++, Python and xrs +dnl resource files. +dnl +dnl AC_ARG_ENABLE(...) +dnl AC_ARG_WITH(...) +dnl ... +dnl AM_OPTIONS_WXCONFIG +dnl ... +dnl AM_PATH_WXCONFIG(2.6.0, wxWin=1) +dnl if test "$wxWin" != 1; then +dnl AC_MSG_ERROR([ +dnl wxWidgets must be installed on your system +dnl but wx-config script couldn't be found. +dnl +dnl Please check that wx-config is in path, the directory +dnl where wxWidgets libraries are installed (returned by +dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or +dnl equivalent variable and wxWidgets version is 2.6.0 or above. +dnl ]) +dnl fi +dnl +dnl AM_PATH_WXRC([HAVE_WXRC=1], [HAVE_WXRC=0]) +dnl if test "x$HAVE_WXRC" != x1; then +dnl AC_MSG_ERROR([ +dnl The wxrc program was not installed or not found. +dnl +dnl Please check the wxWidgets installation. +dnl ]) +dnl fi +dnl +dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" +dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" +dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" +dnl +dnl LDFLAGS="$LDFLAGS $WX_LIBS" +dnl --------------------------------------------------------------------------- + + + +dnl --------------------------------------------------------------------------- +dnl AM_PATH_WXRC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) +dnl +dnl Test for wxWidgets' wxrc program for creating either C++, Python or XRS +dnl resources. The variable WXRC will be set and substituted in the configure +dnl script and Makefiles. +dnl +dnl Example use: +dnl AM_PATH_WXRC([wxrc=1], [wxrc=0]) +dnl --------------------------------------------------------------------------- + +dnl +dnl wxrc program from the wx-config script +dnl +AC_DEFUN([AM_PATH_WXRC], +[ + AC_ARG_VAR([WXRC], [Path to wxWidget's wxrc resource compiler]) + + if test "x$WX_CONFIG_NAME" = x; then + AC_MSG_ERROR([The wxrc tests must run after wxWidgets test.]) + else + + AC_MSG_CHECKING([for wxrc]) + + if test "x$WXRC" = x ; then + dnl wx-config --utility is a new addition to wxWidgets: + _WX_PRIVATE_CHECK_VERSION(2,5,3) + if test -n "$wx_ver_ok"; then + WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc` + fi + fi + + if test "x$WXRC" = x ; then + AC_MSG_RESULT([not found]) + ifelse([$2], , :, [$2]) + else + AC_MSG_RESULT([$WXRC]) + ifelse([$1], , :, [$1]) + fi + + AC_SUBST(WXRC) + fi +]) + +# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.13' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.13.4], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.13.4])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file 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. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file 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. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file 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. + + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each '.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# +# This file 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 macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# +# This file 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. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_PROG_CC_C_O +# -------------- +# Like AC_PROG_CC_C_O, but changed for automake. +AC_DEFUN([AM_PROG_CC_C_O], +[AC_REQUIRE([AC_PROG_CC_C_O])dnl +AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o +if test "$am_t" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +dnl Make sure AC_PROG_CC is never called again, or it will override our +dnl setting of CC. +m4_define([AC_PROG_CC], + [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file 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. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file 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. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# +# This file 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. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +m4_include([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff -Nru codeblocks-16.01svn11246/ChangeLog codeblocks-17.12/ChangeLog --- codeblocks-16.01svn11246/ChangeLog 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/ChangeLog 2017-12-28 11:04:37.000000000 +0000 @@ -1,3 +1,22683 @@ +2017-12-07 19:34 pecanh + +svn11246:  * BrowseTracker - fix shutdown assert on linux wx30 + +2017-11-23 20:59 pecanh + +svn11245:  * BrowseTracker - Unregister hooks/sinks to prevent + crashes when uninstalled + +2017-11-21 05:30 jenslody + +svn11239:  - Debian build fix. + +2017-11-20 23:09 jenslody + +svn11238:  - Fix build with Fedora spec-file, needed for i686- + and ppc64le-builds + +2017-11-20 23:09 jenslody + +svn11237:  - Update BUILD-instructions. + +2017-11-20 23:09 jenslody + +svn11236:  - Update wxScintilla version in Fedora spec-file + +2017-11-20 23:09 jenslody + +svn11235:  - autotools: only check for boost if the + NassiShneiderman-plugins should be build. + +2017-11-04 07:40 fuscated + +svn11227:  * autotools: Try to fix building with newer boost + + > Update the ax_boost_base file in the m4 folder with the latest + version I + have on my gentoo linux system. + > Add the ax_boost_system file in the m4 folder. + > Make sure they are added to the dist file. + +2017-10-31 07:56 fuscated + +svn11222:  - Remove duplicate lines of code (ticket #572, #573) + +2017-10-31 07:56 fuscated + +svn11221:  - HexEditor: Remove unused variables + +2017-10-29 16:54 fuscated + +svn11220:  * UI: Remove ads extension when saving newly created + files on wxGTK (ticket #571) + + > This is a workaround. wxGTK chooses the first wildcard and thus + it + appends .ads, when it detects a file without an extension. + > We don't want this behaviour, so we don't allow it to do it. + +2017-10-27 23:21 fuscated + +svn11219:  * wx3: Fix assert when loading files and the global + enconding setting is set to default (ticket #305) + + > For some reason wxFontMapper::GetEncodingFromName doesn't + return + wxFONTENCODING_DEFAULT when given the string "default". I'm not + sure why + the wx guys have decided to do this. To fix the assert I just + detect this + case and set the encoding to the value returned by + wxFont::GetDefaultEncoding(). I'm not sure what effects this + might have, + but it seems to work on Linux (where the default is UTF-8). + > I'm using wxFont::GetDefaultEncoding() instead of + wxFONTENCODING_SYSYTEM, + because this way the name of the encoding is correctly displayed + in the + status bar. If wxFONTENCODING_SYSTME or wxFONTENCODING_DEFAULT is + used + the status bar displays "encoding-###" and not the name of the + encoding + used. + +2017-10-25 21:30 fuscated + +svn11218:  * debugger: Mark the GDB attach to process command to + be a continue command + + > When executed such command disables the UI, so the user knows + that the + debugger is doing some work and it is not possible to execute + step or + continue commands. + > This is more useful when attaching to bigger programs, where + the attach + is a slow process. + +2017-10-24 17:43 fuscated + +svn11217:  - build: Remove double include (ticket #570) + +2017-10-23 08:22 fuscated + +svn11216:  * UI: Fix status bar flickering when scrolling the + editors + + > Happens because we always set the label of the button. If we do + it only + when the label changes, the flickering is gone, at least on + wxGTK. + +2017-10-22 13:01 fuscated + +svn11215:  - build: Add cbDEBUG to debug builds when done with + autotools + + > Probably this define should be added for all builds in order to + match the + behaviour of the cb's built in build-system. There it is always + passed to + the compiler. + > This define enables or disables the effect of cbAssert. + +2017-10-22 07:52 fuscated + +svn11214:  * CC: Fix crash when showing the call tip + + > Sometimes showing the calltip crashes due to m_CurCallTip being + invalidated because m_CallTips changed, but m_CurCallTip didn't. + This + happens when m_CallTips is empty and m_CallTipActive is equal to + wxSCI_INVALID_POSITION. + > I reproduce this by: showing a calltip where m_CallTips is not + empty and + then move to a place where there are no m_CallTips. + > The crash doesn't happen often, but putting an cbAssert for + this case + detects the bug pretty easily. + > The fix is to always make sure that the m_CurCallTip is valid + iterator. + +2017-10-21 19:19 fuscated + +svn11213:  - compiler: Replace multiple calls to + m_CompilerProcessList.at with a variable + +2017-10-21 19:19 fuscated + +svn11212:  * compiler: Make it possible to utilize more than 16 + CPU threads while building (ticket #327) + + > I've lifted the restriction of 16 in the UI, but I had to + change the code + too, because it used 16 ids for passing back onterminate events. + Starting + more than 16 processes means that those onterminate events won't + be + delivered for processes with index>16, so they will be used only + once. + > The fix for this is to make the PipedProcess class to store the + indes of + the process and set it in the events sent for output and + termination. + > I'm reusing the X variable in CodeBlocksEvent, because it is + easy. + > Also I've remove all other 15 ids and I'm using a single id, + because + there is no need to use more than on in the new implementation. + +2017-10-21 19:18 fuscated + +svn11211:  * compiler: Make Code::Blocks work better with current + SDCC (ticket #567, #371, thanks Philipp Klaus Krause) + +2017-10-18 23:42 fuscated + +svn11210:  * UI: Make sure that menu items in the Project menu + are correctly disabled + + > Disable almost all items, during compilation, because it is + dangerous to + allow users to do changes. + > Make sure to disable File -> Properties while compilation, the + old + version disabled it if the current project is being compiled. + +2017-10-18 23:42 fuscated + +svn11209:  * sdk: Make PluginManager::GetPlugins to be const and + to return const object + + > No one should be allowed to modify the plugins list outside of + the + plugin manager! + +2017-10-18 23:42 fuscated + +svn11208:  * sdk: Introduce an API which can be used to get the + list of compiler plugins from the plugin manager + + > PluginManager::UnloadPlugin is not implemented in the most + efficient way. + But I think it is fine for now. + > Provided also two helper functions to check if a compiler is + building and + to stop all compiler building stuff. + +2017-10-18 23:42 fuscated + +svn11207:  * SourceExporter/NassiShneiderman: Make sure only one + File -> Export menu is created no matter which plugin is created + first + + > When I had all plugins built I noticed that there are two File + -> Export + menus. One after Print and one at the end of the menu. + > This commit tries to make both plugins to create the menu only + if it + doesn't exists. + > I'm adding a function to both plugins which looks almost the + same. + Probably it should be moved in a more common place, but I'm not + sure + where. + > Remove the Exporter::RemoveMenu, because it is not used at all. + It seems + the menu items are correctly removed when the plugin is disabled + and then + added back when it is enabled. + +2017-10-18 23:42 fuscated + +svn11206:  - DoxyBlocks: Move the constants for wx ids from the + header to the cpp, in order to prevent them being present in + every translation unit the header is included in + + > This fixes an unused variable warning. + +2017-10-16 00:12 fuscated + +svn11205:  * UI: Notify the user that there is running + compilation during quit and ask if he/she wants to stop it + +2017-10-16 00:12 fuscated + +svn11204:  * UI: Make sure that menu items in the context menu in + Projects tab are correctly enabled/disabled + + > Always enable 'Find file...' item, I don't know why it is + disable, but I + don't see any harm to enable it during compilation. + > Disable activation of projects during compilation. + > Disable the Options and Properties menus in the context menu + for files + during compilation. + > Disable most of the workspace items during compilation. + +2017-10-16 00:12 fuscated + +svn11203:  * UI: Clean up the UpdateUI behaviour of the File menu + items + + > Make sure that most items are disabled while there is active + compilation. + Leaving them enabled could lead to hard to track bugs. So almost + all + saving and closing operations are disabled during compilation. + Reopening + projects is disabled, too. + > Reworked the OnFileMenuUpdateUI to call only one event.Enable + method, + because this event is called for every menu item. So it should + perform a + bit better now. + > Add UpdateUI for File -> Open and File -> Recent projects. + > Enable File -> Save workspace only if it is modified. + > File -> Save everything is enabled even if there are no loaded + projects. + +2017-10-16 00:12 fuscated + +svn11202:  * UI: Remove 'Save All', 'Save all projects' and + 'Close all project' menu items from the File menu + + > There is no point having 3 save all commands when we can have + only one - + save everything. Having multiple similar looking options causes + only + confusion. + > Close all project does the same as close workspace, so it is + also + redundant. + +2017-10-16 00:12 fuscated + +svn11201:  * UI: Add update ui processing for the File -> + Properties menu item + + > Disable it if there are no editors opened or we're compiling + something + +2017-10-16 00:12 fuscated + +svn11200:  * UI: Add 'Enable both' and 'Disable both' menu items + in the Options submenu for the files in the project tree + + > Most of the times when I use this menu, I want to toggle both + options, so + these two new menu items optimise the workflow a bit. + +2017-10-16 00:12 fuscated + +svn11199:  * wx30: Fix assert when closing the application during + long compilation + + > We've disabled the vetoing, but still do veto the close event. + I + re-enable it to see what will happen. + + Note: The close process seems broken - the + cbEVT_APP_START_SHUTDOWN event + is sent twice, but very few plugins which handle it detect this + and do + their processing only once. + +2017-10-16 00:12 fuscated + +svn11198:  * Scintilla: Prevent sending EVT_MOUSE_CAPTURE_LOST + while opening a context menu in wxSTC + + > Replicate the wxscintilla fix in our code. We're responsible + for the + creation of the context menu, so we need to release the mouse + capture to + prevent the assert. + > Unfortunately I had to add some public methods to wxScintilla, + these are + pretty similar to the wxWindow capture methods, but we cannot + override + those. + + Check wx commit 6d0cb403a9e998fbd1d4d27421ccc8849d067965 for + details + +2017-10-16 00:12 fuscated + +svn11197:  * Scintilla: Prevent sending EVT_MOUSE_CAPTURE_LOST + while opening a context menu in wxSTC + + At least under wxMSW and wxGTK opening a popup menu when mouse is + captured + generates EVT_MOUSE_CAPTURE_LOST. We would like to avoid this and + to release capture in a controlled way. + + cherry-pick wx commit 6d0cb403a9e998fbd1d4d27421ccc8849d067965 + +2017-10-14 19:15 mortenmacfly + +svn11196:  * updated exchndl (crash handler) to v0.8.2 + +2017-10-10 05:23 fuscated + +svn11195:  * CC: Fix doxygen spelling in the settings panel + +2017-10-10 05:23 fuscated + +svn11194:  * CC: Make the size of toolbar controls configurable + in the settings (ticket #303, thanks ollydbg) + + > Add options in the settings for controlling the length of the + two + wxchoice controls. + > This change doesn't work without restart on wx2.8 builds on + Linux. People + report that it is fine on wx2.8 builds on Windows without + restart. + > It works correctly for wx3.x builds. + > Removed the default size from the xrc file to allow the + controls to be + shrunken on wx2.8 builds on Linux. When the sizes are specified + in the + xrc file they mandate a minimal size of the toolbar and this is + used no + matter the size of the controls in the toolbar. + > Discussed here: + http://forums.codeblocks.org/index.php/topic,22181.0.html + +2017-10-08 21:31 fuscated + +svn11193:  - astyle: Remove useless global variable + +2017-10-08 21:31 fuscated + +svn11192:  - AutoVersioning: Replace some 0 with nullptr + +2017-10-07 13:10 fuscated + +svn11191:  * SDK: Allow the user to discard old config file if it + fails to load + + > Try to detect as many config file loading errors as possible + and make it + possible for the user to continue with a fresh config. + > I'm doing this because there are many cases where the config + file ends up + truncated or cannot be parsed correctly. Users are presented with + a tough + dialog and they have no idea what to do. + > This change should make it easier to workaround the problem. + > Why config files get truncated or malformed is a mistery. + +2017-10-07 13:10 fuscated + +svn11190:  * SDK: Return false if there are errors reading a xml + file with tinyxml + + > This makes it easier to handle errors, because the error + function will + return false. + > Using the Error and ErrorId functions still work and make it + possible to + print more clear error messages. + +2017-10-07 13:10 fuscated + +svn11189:  * SDK: Fix crash when reading truncated config file + + > For some reason all previous checks have been successful, but + the + document root is nullptr, which leads to a crash. + > Now I just create an empty config file if such case is + detected. + +2017-10-07 11:40 fuscated + +svn11188:  * compiler: Clean up the clang flags a bit and add the + common sort options + + > The main problem was that the clang option files didn't define + c and c++ + only flags. This makes building mixed C and C+ projects + impossible when + they set -std for both C and C++ standards. Including the common + sort + option fixes this problem. + > I've also added -std=c++14 to the list of options and cleaned + all the + other -std options to supersede only the correct options similar + to how + it is done for the GCC options. + > Moved some options around to more suitable groups. + +2017-10-07 11:39 fuscated + +svn11187:  * compiler: Add -std=c++14 and -std=gnu++14 to the + list of C++ only flags (format the file to be a bit more + readable) + +2017-10-07 07:53 fuscated + +svn11186:  - build: Add explicit linking options to boost-system + for the NassiShneiderman plugin + + > The build failed on my Gentoo with 1.65. I don't know why but + this patch + fixes it. + +2017-10-05 22:33 fuscated + +svn11185:  * CC: Make sure to correctly disable the checkboxes in + the Symbol browser settings (thanks ollydbg) + +2017-10-05 22:33 fuscated + +svn11184:  * Replace the cbMessageBox with AnnoyingDialog which + makes it possible to retry the saving of the config file + + > Using AnnoyingDialog, because the api to change the button text + in the + message box dialog is present only in wx3.x builds. + +2017-10-05 22:33 fuscated + +svn11183:  * sdk: Make sure we show an error message box when we + cannot save the config file + + > There are plenty of reports that the config file could not be + saved. The + users don't find about this problem when it occurs, but at later + time. + This happens because we don't tell them about it. + > This happens because we're using wxSafeShowMessage - which + doesn't do + much on linux. + > This commit changes the wxSafeShowMessage to cbMessageBox. To + make this + work we need to move the call to CfgMgrBldr::Flush() to happen + earlier in + the close sequence. + > I'm moving the call in the Manager::Shutdown method. This is + not 100% + safe change, so I'm adding an assert to the call of Mgr::Get() + to show + us when it is called during the shutdown process. These calls are + most + probably wrong, so we need to check if the app is shutting down + before + making them. + > One such place was in the EditorBase's d-tor. + > Another is the app activate event during shutdown (I'm ignoring + them). + +2017-09-29 23:33 fuscated + +svn11182:  * compiler: Try to improve the invalid compiler + message we're printing + + > Print it for more cases. + > Print the paths to compilers C::B has tried to run, but it has + failed. + > Print if the compiler is unsupported. + > Try to improve the formatting a bit. + +2017-09-29 23:33 fuscated + +svn11181:  * compiler: Fix the tooltips for the new button for + selecting a target in the compiler toolbar + +2017-09-29 23:33 fuscated + +svn11180:  - debugger: Add default implementation for + IsPointerType and MakeSymbolToAddress in cbWatch + + > This should make the python debugger to compile again without + the need + for any modifications. + +2017-09-28 21:32 fuscated + +svn11179:  - autotools: Do not install OSX specific files on + other OSes + +2017-09-28 21:32 fuscated + +svn11178:  - autotools: Add missing files in the installation + +2017-09-28 21:32 fuscated + +svn11177:  - OSX: Change the way the bundle.sh script work + + > Now you're supposed to first do make install and then run the + script + over the installed files. + > This adds support for contrib plugins and makes the scripts a + lot + simpler. + +2017-09-18 08:43 fuscated + +svn11176:  * OSX: Move the wizard files to the correct folder + when making bundle + +2017-09-17 23:04 fuscated + +svn11175:  - compiler: Fix warning for using enum instead of bool + +2017-09-17 23:04 fuscated + +svn11174:  - build: Fix misleading indentation warnings (one real + bug discovered) + +2017-09-17 23:04 fuscated + +svn11173:  - build: Fix compilation with mingw32's version of GCC + 7.1.0 + +2017-09-17 23:04 fuscated + +svn11172:  - build: Tinyxml file reordering, done automatically + by the ide + +2017-09-13 23:12 fuscated + +svn11171:  * osx: Fix blurryness when making a bundle + + > Mark the CodeBlocks.app to be hidpi capable, no matter that + some of the + icons aren't hidpi. + > This change makes the fonts look sharp on retina macbook pros. + +2017-09-13 23:12 fuscated + +svn11170:  * autotools: Add OSX bundle making support (ticket + #562, thanks Dave Murphy) + + > To make a bundle run ./bundle.sh in the build folder. A + CodeBlocks.app + folder with all the files should be created. + > Now we need a script that will create the install archive and + we're + ready to provide nightlies for more extensive testing. + +2017-09-13 23:12 fuscated + +svn11169:  * autotools: Fix compilation using autotools on OSX + + > These APIs are not present with my version of wx (3.1.0) and + the code is + meant only for non-windows and non-osx platforms, so I'm ifdefing + it. + +2017-09-13 22:52 fuscated + +svn11168:  * compiler: Add button to compiler toolbar to show the + select target dialog + + > In cmake projects the number of targets is massive and this + makes + navigating the choice control very hard. + > The select target dialog allows filtering, so it is easier to + use. + > Adding icons in 16x16 and 22x22 sizes. + +2017-09-13 22:52 fuscated + +svn11167:  * compiler: Improve clang log parsing + + > Parse the file and the line correctly for lines like this one: + main.cpp:15:5: note: in instantiation of function template + specialization 'func' requested here + +2017-09-09 14:40 fuscated + +svn11166:  * debugger: Build system cleanup after the removal of + scripted watches + +2017-09-09 14:40 fuscated + +svn11165:  * debugger: Remove the config option to enable/disable + script watches + +2017-09-09 14:40 fuscated + +svn11164:  * debugger: Remove stl-view gdb script file because it + is not used anymore + +2017-09-09 14:40 fuscated + +svn11163:  * debugger: Start the removal of squirrel based pretty + printers + + > They are buggy and they aren't maintained. They can't be made + to work + well. The worst thing is that there is a gdb feature that works + way + better, so it is better to remove these and cause less confusion. + +2017-09-09 14:40 fuscated + +svn11162:  - debugger: Remove unused code and some formatting + +2017-09-05 04:37 ollydbg + +svn11161:  - SDK: use enum instread of raw int value of + TooltipMode in ccmanager.cpp + +2017-09-05 02:59 ollydbg + +svn11160:  - SDK: add some comments to the ccmanager, adjust code + format + +2017-09-04 18:54 fuscated + +svn11159:  * wx3: Memory dump window has wrong proportion on + windows (ticket #557, thanks bluehazzard) + +2017-09-04 18:54 fuscated + +svn11158:  * UI: Do not loose changes when clicking twice the + same target in ProjectOption dialog (ticket #547, thanks homertp) + + > The re-order dialog should not affect the changes in the + settings for + diffrent targets. It only affects the order, so calls to + DoXXXTargetChange should not be done. + > This fixes a bug introduced with rev 11124 + +2017-09-03 23:27 ollydbg + +svn11157:  * CC: fix an issue that Code Completion list got + hidden after shown up + + The reason is that if the user select the "case sensitive" option + of the + code completion, but ccmanager still supplies the "case + insensitive" item + list, thus the scintilla control failed to select an item by + binary + search. + + See discussion: + http://forums.codeblocks.org/index.php/topic,22098.msg150528.html#msg150528 + +2017-08-16 02:05 pecanh + +svn11156:  * SDK resources - PowerShell script lexer xml and + sample + +2017-08-15 22:26 fuscated + +svn11155:  - Fix the autoversion path in the wx31_64 version of + the windows project + +2017-08-15 21:52 fuscated + +svn11154:  * wxSmith: Add wxSpinCtrl alignment styles + + > + http://forums.codeblocks.org/index.php/topic,22082.msg150338.html#msg150338 + +2017-08-15 21:52 fuscated + +svn11153:  - wx3-stl: Build fixes - replace wxSortedArrayString + with wxArrayString + +2017-08-15 21:52 fuscated + +svn11152:  - debugger: Make lines a bit shorter (formatting) + +2017-08-15 21:52 fuscated + +svn11151:  - wx3-stl: Replace wxChar* with wxString& in debugger + plugin + +2017-08-15 21:52 fuscated + +svn11150:  - wxSmith: Typos in comments + +2017-08-15 21:52 fuscated + +svn11149:  - wxSmith: Fix overloaded virtual warning + +2017-08-15 19:14 pecanh + +svn11148:  * ScriptedWizard YWX additions (GetWizardScriptFolder, + FillContainerWithSelectCompilers,AppendContainerWithSelectCompilers,FillContainerWithChoices,AppendContainerWithChoices) + +2017-08-13 12:24 fuscated + +svn11146:  * UI: Fix redraw problem on ubuntu because freeze/thaw + are used in a wrong way + + > I'm not sure why we use them during window creation, but it + doesn't seem + correct. + > I don't see any repeated drawing happening here so I don't + think these + improves performance, so I'm removing them. + > Reported here + http://forums.codeblocks.org/index.php?topic=21150.0 and + here + https://bugs.launchpad.net/ubuntu/+source/codeblocks/+bug/1675807 + +2017-08-12 22:37 fuscated + +svn11139:  * UI: Move the open containing folder setting to the + environment dialog (ticket #419) + + > This is the more logical place for this setting. + > I'm moving the setting also, most probably this has been used + by linux + user and they might have the wrong value there (because we were + overriding this setting in the past), so I hope it won't affect + too many + people in a bad ways. + +2017-08-12 22:37 fuscated + +svn11138:  * UI: Fix open containing folder on linux (ticket + #419) + + > The problem is that the code assumes that every file manager + supports + selecting and the if passed the path to the file and not the + directory + they'll do the right thing. + > Unfortunately this is not the case and we should do something + more + complex. + > This version is inspired by the code in chromium. + > What it does is: + - try to detect if the use selected file manager is nautilus + - try to detect the version of nautilus + - if it is newer than 3.0.2 then assume that selecting works and + pass + the --select flag. + + Additional changes: + > Print the command that will be executed in the debug log. + > Clean up the variable names a bit (defCmds becomes + defaultCommand). + +2017-08-12 22:37 fuscated + +svn11137:  * scintilla: Fix middle click copy/pasting when using + wx2.8 + + > In wx28 it is not possible to use both the normal and the + primary + clipboard at the same time. The is only one available and if the + primary + is used the content of the normal is reset. + > To prevent this problem I'm using gtk apis to directly modify + the primary + clipboard when the selection changes in scintilla. + > In wx3x this problem doesn't exists, so we use wx apis to + access the + clipboards. + +2017-08-12 18:25 fuscated + +svn11136:  * editor: Revert some commits related to copy and + pasting on wxGTK (9420, 6883, 5185) (ticket #524) + + > Rev9420 "* sdk: emulate middle mouse paste under all systems + due to buggy wxClipboard" + > Rev6883 "* partly (and hopefully temporary) revert commit 6879 + (native middle-mouse-paste on wxGTK), because it makes it + impossible to replace selected text with text from clipboard" + > Rev5185 "* copy/cut-paste fixes in linux" + + > The reason for the revert is that calling wxClipboard methods + causes the + event loop to be executed on wxgtk. For wx3.x there is some event + filtering + that happens to the processed events and it seems that windowing + events get + filtered. This breaks the redraw of windows on ubuntu when a + modal dialog + is shown. In rev 9420 we've added clipboard handling from the app + activated + event in order to fix a problem with copy/paste problems on + linux. But this + was another work-around on top of two workarounds. It seems that + current + scintilla works well for both wx2.8 and wx3.x builds. + > This revert will disable middle clip pasting on all platforms, + but I don't + think this is a serious problem for non wxgtk platforms, because + we need to + make codeblocks feel and work as close to the native OS UI + guidelines as + possible. + > See the next commit for the restoration of the middle click + copy/paste on + wxgtk. + > Another problem cause by the clipboard handling is slow downs + during + debugging on wxgtk with wx3.x. This is now resolved. + +2017-08-06 15:53 fuscated + +svn11135:  * UI: Update the info window after a plugin is + uninstalled + + > See forum topic + http://forums.codeblocks.org/index.php/topic,22030.0.html + for more details. + +2017-08-06 11:31 fuscated + +svn11134:  - debugger: Fix formatting and add override here and + there + +2017-08-06 11:31 fuscated + +svn11133:  - debugger: Use the cbDummyEditor for wx2.8, too + + > I'm using debug wx28 build and I see asserts, I guess they are + the same + as the asserts for wx30. + +2017-08-06 11:31 fuscated + +svn11132:  * debugger: Rise the PLUGIN_SDK_VERSION_MINOR to make + it clear that there are changes to the SDK (ticket #408) + +2017-08-06 11:31 fuscated + +svn11131:  * debugger: Disable the Examine memory menu item for + child or special (function args and local variables) watches + (ticket #408) + +2017-08-06 11:31 fuscated + +svn11130:  - debugger: Move the code that requests the update of + the memory window in the window class (ticket #408) + + > This makes it easier to call the SetBaseAddress method from + other place + and don't bother with calling RequestUpdate. + > Made the code a bit more safe by checking if the dlg is + nullptr. + +2017-08-06 11:31 fuscated + +svn11129:  * debugger: Make it possible to examine the memory of + non-pointer variables like structs (ticket #408) + + > To do so we need to make an expression for the address of the + variable - + if we have myVar we need to pass &myVar to the debugger. + > To make this possible I add two new virutal functions in the + cbWatch that + must be implemented by debugger plugins. + > Probably in the future we'll need to expand this, because not + all + languages supported by gdb have pointers and dereferencing. + +2017-08-06 11:31 fuscated + +svn11128:  - debugger: Rename stuff a bit (ticket #408) + +2017-08-06 11:31 fuscated + +svn11127:  - debugger: Do not delete the menuitem if not + supported, but conditionally add it (ticket #408) + +2017-08-06 11:31 fuscated + +svn11126:  * debugger: Make it possible to examine the memory of + a watched variable using the contect menu in the watchs windwo + (ticket #408, thanks bluehazzard) + + > This is the original patch, some changes will be made in later + commits. + +2017-08-06 11:31 fuscated + +svn11125:  * editor: Insert new line below and above current line + without indentation (ticket #180, thanks scarphin) + +2017-08-06 11:31 fuscated + +svn11124:  * UI: Do not loose settings when re-ordering targets + in the project options dialog (ticket #534, thanks homertp) + + > This patch makes it impossible to cancel the changes made in + the + properties dialog. But at least the users aren't loosing their + immediate + changes. + > In the future we need to implement proper reverting of settings + or just + remove the cancel button. + +2017-08-05 12:03 fuscated + +svn11123:  * compiler: Use the correct flag to the linker when + building windows gui applications with clang (ticket #51, thanks + edison) + +2017-08-05 12:03 fuscated + +svn11122:  * debugger: Truncate the value when displaying the + watches tooltip (ticket #85, thanks Bat) + +2017-08-03 19:11 fuscated + +svn11121:  * compiler: Fix the AVR GCC compiler on linux to not + add invalid include and linker paths + + > The paths are wrong, then need to be /usr/avr/include and + /usr/avr/lib, + but they are expanded to /usr/include and /usr/lib. + > The compiler should be compiled in a way that doesn't need + those paths, + so I'm removing them for now. + > Someone must test on Windows if these paths are required. + +2017-08-03 10:05 ollydbg + +svn11120:  * src: when removing files from a project, sort the + files in the selection dialog. (thanks Miguel Gimenez) + +2017-08-01 21:49 fuscated + +svn11119:  * UI: Always hide the "auto generated" text for files + that do not belong to a project + +2017-08-01 21:49 fuscated + +svn11118:  - wx28: Fix assert when using the debug version of + wx-2.8 on linux + +2017-07-24 22:11 fuscated + +svn11117:  * compiler: Remove deprecated cygwin only flag (ticket + #526, thanks Jannick) + +2017-07-24 16:14 pecanh + +svn11116:  Browse-tracker - stop unused vars warnings + +2017-07-22 15:52 fuscated + +svn11115:  * wx3: Fix assert when executing Build -> Errors -> + Next error and there is no error in the list + +2017-07-16 12:23 fuscated + +svn11114:  * sdk: Fix ProjFile::Rename to correctly add the new + file to m_ProjectFilesMap (thanks homertp, ticket #521) + + > The relativeFilename is used for all places where the + m_ProjectFilesMap + is queried. This is the only one that is using the file object. + So it + seems this is a safe fix. + +2017-07-16 08:29 fuscated + +svn11113:  * UI: Make it possible to edit all targets in the + Select Target dialog (thanks homertp, ticket #522) + + > This is done by adding per item data to the list box item. + There we store + all the info for every target. + > When the list box selection is change we update the controls + using the + item data for the selected list item. + > Pressing the cancel button will not modify anything on the + project. + +2017-07-02 17:34 fuscated + +svn11112:  * editor: Select word at cursor if there is nothing + selected and the 'Select next occurrence' command is executed + +2017-07-02 17:34 fuscated + +svn11111:  * editor: Make the UpdateUI behaviour for 'Select next + occurrence' and 'Select skip to next occurrence' to be a bit more + logical + +2017-07-02 17:34 fuscated + +svn11110:  - printing: Don't use allocation when object on the + stack do the same job + +2017-07-02 17:34 fuscated + +svn11109:  * editor: Fix bug in the Select Skip Next command when + using it on the first selection + + > Steps to reproduce: + - select a word + - press ctrl-shift-e + - type something + The result is that there is a cursor at the start of the file + that is not + expected or wanted. + > The fix is to first select the next occurrence and then remove + the + current selection. This makes sure that at any time we have at + least one + valid selection. + +2017-07-01 21:26 fuscated + +svn11108:  - build: Make all contrib plugins to depend on the + codeblocks project in both unix workspaces (wx2.8 and wx3.0) + +2017-07-01 21:26 fuscated + +svn11107:  - build: Sort files in codeblocks-unix.cbp and + codeblocks_wx30-unix projects + +2017-07-01 21:19 fuscated + +svn11106:  - OccurrentHighlighter: Replace wxSCI_INDIC_HIGHLIGHT + with wxSCI_INDIC_ROUNDBOX + + > To match the look we need to set the alpha for the fill and + outline to + match the values specified for wxSCI_INDIC_HIGHLIGHT. These are + 100 and + 255. + +2017-07-01 21:19 fuscated + +svn11105:  - OccurrentHighlighter: Extract the code that setups + indicators in separate function + + > Makes changing the indicator code easier. + +2017-07-01 21:19 fuscated + +svn11104:  - Incremental search: Replace wxSCI_INDIC_HIGHLIGHT + with wxSCI_INDIC_ROUNDBOX + + > To match the look we need to set the alpha for the fill and + outline to + match the values specified for wxSCI_INDIC_HIGHLIGHT. These are + 100 and + 255. + +2017-07-01 21:19 fuscated + +svn11103:  - Incremental search: Extract the code that setups + indicators in separate function + +2017-07-01 21:19 fuscated + +svn11102:  - sdk: Replace use of wxSCI_INDIC_HIGHLIGHT with + wxSCI_INDIC_ROUNDBOX + + > wxSCI_INDIC_HIGHLIGHT is something we have added to + wxScintilla. There + are equivalent indicator styles, so it is better to use them and + remove + this change to scintilla. + > This commit is in preparation for upgrade of wxscintilla. + +2017-07-01 21:19 fuscated + +svn11101:  - sdk: Remove unused stuff from debugger + +2017-06-28 23:49 d_anselmi + +svn11100:  - Spellchecker-plugin: formatting changes (no + functional change) + +2017-06-28 23:09 d_anselmi + +svn11099:  * Spellchecker-plugin: delay construction of + SpellingDialog until app has started + +2017-06-21 19:35 fuscated + +svn11098:  - BrowseTracker: Redo UI in wxSmith (ticket #436, + thanks bluehazzard) + +2017-06-21 18:33 fuscated + +svn11097:  * wizard: Code::Blocks plugin wizard improvements for + Windows (ticket #481, thanks bluehazzard) + + > Move the code that sets the wxWidgets compiler and linker + option to the + SetupTarget function. This way every target will have the correct + options + that match the options used to compile the targeted codeblocks + version. + > Move the options for linking of the codeblocks.dll to the + SetupTarget + function. This change guarantees that the correct codeblocks.dll + will be + used + +2017-06-21 18:33 fuscated + +svn11096:  * wizard: Code::Blocks plugin wizard improvements - + add All virtual target + +2017-06-21 18:33 fuscated + +svn11095:  * wizard: Code::Blocks plugin wizard improvements for + linux + + > Create 3 targets: + - default: creates a cbplugin package + - to_codeblocks_wx28: compiled files are copied in the devel + folder in + the specified codeblocks repo + - to_codeblocks_wx30: compiled files are copied in the devel30 + folder in + the specified codeblocks repo + > Simplify the code related to the selection of the devel folder + by + introducing a function to return it. + > Remove the IO.Copy call and just create the file at its final + location. + > Use a per targer object folder inside .objs/ + > Add --no-ipc on linux, which is equivalent to --no-dde on + windows. + > Add -Wl,--no-undefined to detect missing symbols errors more + easily + > Use `pkg-config codeblocks` only for the defualt target, for + the other + targets the paths and options are hardcoded to point to the + approperiate + folder based on the wxwidgets version targeted. + +2017-06-21 18:33 fuscated + +svn11094:  * wizard: Add -std=c++11 for linux/osx + +2017-06-21 18:33 fuscated + +svn11093:  - wizard: Make the code a bit simpler + +2017-06-21 18:33 fuscated + +svn11092:  - wizard: Improve comments + +2017-06-21 18:33 fuscated + +svn11091:  * wizard: Code::Blocks plugin wizard (ticket #481, + thanks bluehazzard) + + 1) Remove wx2.6 support + 2) Add support for wx3.0 and wx3.1, make wx2.8 default + 3) Changes for the windows build: + 3.1) remove -ansi compiler option + 3.2) add -std=gnu++11 compiler option + 4) Changes for unix: + 4.1) add option to choose system default wx-config parameters + 4.2) add --version command line parameter for the different + versions of wx + 5) Add target "to_codeblocks" to make the plugin debuggable (see + the discussion top) + 6) Move all target common compiler/linker settings to the project + 7) Use platform independent squirrel scripting to copy files + +2017-06-16 00:41 d_anselmi + +svn11090:  get rid of crash after startup + +2017-06-11 18:20 fuscated + +svn11088:  * script bindings: Don't crash when trying to add + wxString and something that is not a wxString + + > When we detect that null is passed just throw a squirrel + exception. + > Add a test to make sure this feature is not breaked in the + future. + +2017-06-06 23:13 fuscated + +svn11087:  * debugger: Fix crash in the disassembly windows + (ticket #506 and #503, thanks bluehazzard) + +2017-06-06 22:41 fuscated + +svn11086:  * wxSmith: Fix drawing artefacts when built with wx3.0 + + > The problem happened when the draw window is bigger than the + client area + and the user scroll to see the invisible parts of the resource. + > Using buffering for the full area, not only the client area as + is the + default, fixes the problem. + +2017-06-06 22:41 fuscated + +svn11085:  - wxSmith: Improve formatting + +2017-06-06 22:41 fuscated + +svn11084:  * wx3: Fix the highlight language button in the status + bar + + > Make sure that the status bar is tall enough to fit the button. + Unfortunately some vertical space is wasted, but I don't know if + using + some constant to shrink the button will work well with other gtk + themes + or on the other OSes. + +2017-06-04 12:24 fuscated + +svn11083:  * wxSmith: Don't write \0 characters in + generated/altered files when C::B is built with wx3.x + + > wx3.x is using std::basic_string as storage class for the + implementation + of wxString. This means that constructors with size allow the + user to + create string that contain \0 characters in the middle not only + at the + end. + > Our EncodingDetector appends 4 \0 characters to prevent + out-of-bounds + reads. These 4 \0 needs to be removed from the final string + before saving + it to disk otherwise they end up in the file. + > GCC complains about these \0 and probably there are more + problems caused + by them. + +2017-06-04 12:24 fuscated + +svn11082:  * debugger: Fix parsing of shortened string when there + are repeating characters + + > Same fix as the previous commit, but in the non-else code path. + +2017-06-04 12:23 fuscated + +svn11081:  * debugger: Fix parsing of shortened strings + + > GDB likes to shorten long strings to the specified limit. We it + does so, + it prints '...' after the closing quote. The parser failed to + parse this + correctly and returned nothing. + > This patch fixes this and adds a test. Everything passes! + +2017-06-04 12:23 fuscated + +svn11080:  - debugger_tests: Add missing check macros for some of + the ParseGDBWatch calls + +2017-05-28 15:27 fuscated + +svn11079:  - Minimize the number of calls to GetControl when + updating the status bar + +2017-05-28 15:27 fuscated + +svn11078:  - Improve code formatting + +2017-05-28 15:27 fuscated + +svn11077:  * UI: Add the current position of the cursor in the + status bar (thanks frithjofh) + + > Provided here: + http://forums.codeblocks.org/index.php/topic,21439.0.html + +2017-05-28 15:26 fuscated + +svn11076:  - optimize loading: Add const and make scope more + local + +2017-05-28 15:26 fuscated + +svn11075:  * optimize loading: Don't call GetBasePath for every + file in CalculateCommonTopLevelPath + + > The value returned by the function seems to not change in this + loop, so + we're doing duplicate work. This work is expensive, because the + function + internally creates a wxFileName object! + > This change make the function 10% faster and the whole loading + 3% faster. + This is for the linux 4.9.5 project (45k files) on a core2quad @ + 3.2 ghz + on linux. + +2017-05-28 15:26 fuscated + +svn11074:  - optimize loading: Add const here and there and + remove a call to Lower + +2017-05-28 15:26 fuscated + +svn11073:  * optimize loading: Call GetBasePath, just once + instead of three times + + > This give 3% improvement when loading the linux 4.9.5 project. + +2017-05-28 15:26 fuscated + +svn11072:  * optimize loading: Remove some duplicate work + +2017-05-28 15:26 fuscated + +svn11071:  * optimize loading: Don't rebuild the tree more than + once when loading a single project + + > This optimization save 1.4 seconds of loading time and now for + the linux + 4.9.5 project the time is down to 7.5 seconds on a core2quad @ + 3.2 ghz. + +2017-05-28 15:26 fuscated + +svn11070:  * optimize loading: Don't call + CompilerCommandGenerator::Init twice + + > Init is called inside compiler->GetCommandGenerator, so it + seems the + second call is redundant. It seems the second call has been + introduced in + a refeaturing (most people call it refactoring) commit. + +2017-05-28 15:26 fuscated + +svn11069:  * optimize loading: Swap the conditions first the + cheaper and then the more expensive one + + > Calling FileTypeOf is more expensive than reading and checking + if a bool + is true. + > The swap of the conditions should half the number of calls to + FileTypeOf, + because most of the header files aren't pchs - the compile flag + is false. + > This optimization dropped the load time for the MySql cmake + generated + project from 3.9 sec to 2.3 seconds on a core2quad @ 3.2ghz. + +2017-05-28 15:26 fuscated + +svn11068:  * optimize loading: Don't construct wxFileName object + on every iteration of this loop + + > This optimization sheds almost a second when loading the linux + 4.9.5 + project (45k files) - 10.508 sec vs 9.473 sec; + +2017-05-27 20:30 d_anselmi + +svn11067:  add missing braces + +2017-05-27 20:29 d_anselmi + +svn11066:  replce tabs with whitespaces (reduce gcc 6 + misleading-indentation warning) + +2017-05-27 20:25 d_anselmi + +svn11065:  correct indentation + +2017-05-11 04:12 jenslody + +svn11064:  * Added linux build-fix, that missed in commit 11062. + +2017-05-10 23:33 jenslody + +svn11063:  * Linux autoconf: make sure system astyle is at least + 3.0 + +2017-05-10 23:01 jenslody + +svn11062:  * build-fix on Debian (and maybe others) if system + tinyxml is used; + see: + http://forums.codeblocks.org/index.php/topic,21944.msg149241.html#msg149241 + +2017-05-09 07:39 fuscated + +svn11061:  * debugger: Make the source code in mixed mode to be + treated as comments by the asm lexer + + > This makes the code distinguishable from the assembly and so it + is easier + to read. + > At this time I don't know how to tell the Asm Lexer to treat + the code + lines as comments from the Scintilla APIs, but I use a simple + hack - just + prepend the comment character ';' at the beginning of every code + line. + > This hack achieves the goal, but makes the test look a bit + ugly. + > Hopefully in the future we'll find a way to achieve this in a + smarter + way. + +2017-05-08 17:56 mortenmacfly + +svn11060:  * applied patch #182 by scarphin: Preserve open + editors per target/project + +2017-05-08 14:22 fuscated + +svn11059:  * debugger: Save the Mixed mode setting from the + Disassembly dialog (thanks bluehazzard, ticket #503) + +2017-05-08 14:22 fuscated + +svn11058:  * debugger: Examine memory dialog remembers the size + to dump (ticket #503) + +2017-05-08 14:22 fuscated + +svn11057:  - debugger: Call DebuggerManager::Free on exit (thanks + bluehazzard, ticket #503) + +2017-05-08 14:22 fuscated + +svn11056:  * AStyle: Fix config option label - swapped of and # + +2017-05-08 14:22 fuscated + +svn11055:  - occurrence highlight: Remove useless class + +2017-05-07 10:10 jenslody + +svn11054:  - Astyle-plugin: make dist fix + +2017-04-22 14:25 jenslody + +svn11053:  * wxSmith-plugin: fix crash, when closing wxs-file and + a sub-property is selected; see: + http://forums.codeblocks.org/index.php/topic,21893.0.html + +2017-04-20 16:55 fuscated + +svn11052:  * lexer: Added few new keywords to Fortran lexer + (thanks darmar, ticket #500) + +2017-04-20 16:55 fuscated + +svn11051:  * compiler: Corrected "defines" switch for Gfortran + (thanks darmar, ticket #499) + +2017-04-20 16:55 fuscated + +svn11050:  * compiler: Improvement of parsing of Gfortran + compiler output (thanks darmar, ticket #497) + +2017-04-20 16:32 fuscated + +svn11049:  * compiler: Updated output parser for VS2015 (thanks + sodev, ticket #496) + +2017-04-20 16:32 fuscated + +svn11048:  * wx30: Fix assert when pressing the auto-detect + button in the compiler settings + +2017-04-09 17:37 mortenmacfly + +svn11047:  - another few corrections on (wx31) project files + +2017-04-08 18:11 mortenmacfly + +svn11046:  * couple of fixes to wx31 project files + +2017-04-05 19:19 mortenmacfly + +svn11045:  - remove whitespaces + +2017-04-05 19:19 mortenmacfly + +svn11044:  * updated some wx31 project files to make use of + gnu++11 + +2017-04-05 19:04 mortenmacfly + +svn11043:  * added build system/files for wx31 build under + Windows + +2017-04-05 18:44 mortenmacfly + +svn11042:  * move astyle (plugin) out of beta into v3.0 release + +2017-04-05 18:43 mortenmacfly + +svn11041:  - a couple of more doxygen updates... + +2017-04-05 18:31 mortenmacfly + +svn11040:  - update of doxygen file + +2017-03-28 12:29 mortenmacfly + +svn11039:  * update of ASTYLE plugin to fix bug #493 AStyle + crashes in svn build rev 11033 + +2017-03-28 06:18 mortenmacfly + +svn11038:  - reduce some annoying compiler warnings for + wxpropgrid + +2017-03-26 21:32 fuscated + +svn11037:  - propgrid: Fix compilation after rev 11030 + +2017-03-26 21:32 fuscated + +svn11036:  - propgrid: Use -fvisiblity=hidden for the project on + linux + + > This tries to make the build similar to the window build, so + build errors + can be detected when building on linux, too. + +2017-03-26 17:51 mortenmacfly + +svn11035:  * editors: allow to search for keywords also on + CPlusPlus.com + +2017-03-26 17:51 mortenmacfly + +svn11034:  * add -std=c11 to default compiler options available + +2017-03-24 07:45 fuscated + +svn11033:  * linux: Partially Revert rev 10875 because we no + longer do null pointer checks + +2017-03-24 07:45 fuscated + +svn11032:  - wxScintilla: Fix narrowing initialization + +2017-03-24 07:45 fuscated + +svn11031:  * SourceExporter: Fix undefined behaviour + + > References cannot be nullptr. Newer compilers remove this + comparison. + +2017-03-24 07:45 fuscated + +svn11030:  * Fix crashes at startup due to undefined behaviour in + wxPropGrid (ticket #489) + + > Newer versions of GCC and clang remove comparisons of this to + nullptr and + the address of a reference to nullptr. + > Most often than not these comparisons are really important. + > This patch fixes all such issues in the wxpropgrid code. + +2017-03-12 18:11 fuscated + +svn11029:  * Valgrind: Quote the path to the xml file if needed - + makes the plugin work when the project is located in a path with + spaces + +2017-03-12 18:11 fuscated + +svn11028:  - Valgrind: Formatting convert tabs to 4 spaces + +2017-03-12 18:11 fuscated + +svn11027:  * wx30: Always disable symbol browser in such builds + to prevent crashes (ticket #225) + + > Make it impossible for the user to enable the symbol browser + until + someone steps up and fixes the problem. + +2017-03-12 18:11 fuscated + +svn11026:  * DoxyBlocks: Clean up the UI a bit + + > Set most proportions to 0, because we don't want the rows to + expand, but + we want them to take minimal space. + > Reorder controls in columns, not rows. + > Remove borders. + +2017-03-12 18:11 fuscated + +svn11025:  * UI: Remove explicit sizing and leave that to the + sizers for controls in CodeStat settings, DoxyBlocks settings and + Editor settings (thanks blauzahn) + + > Patch taken from + http://forums.codeblocks.org/index.php/topic,21772.0.html + +2017-03-12 18:10 fuscated + +svn11024:  * CodeStat: Fix assert in the progress update (thanks + blauzahn) + + > Modified patch taken from here + http://forums.codeblocks.org/index.php/topic,21794.0.html + +2017-03-05 04:11 biplab + +svn11023:  * Fixed: Warning message due to misleading + indentation. + +2017-03-04 17:04 alpha0010 + +svn11022:  * CC: Fix assert on generate ctor implementation + +2017-02-25 20:05 fuscated + +svn11021:  * printing: Fix printing splitted windows and improve + the restoration of gutter and line numbers (thanks LETARTARE) + + > See here for details - + http://forums.codeblocks.org/index.php/topic,21655.msg147965.html#msg147965 + +2017-02-25 20:05 fuscated + +svn11020:  * UI: Implement CalcColumnWidth in the + IncrementalSelectArrayIterator + +2017-02-21 23:52 fuscated + +svn11019:  - wx31: Fix compilation with latest wx master (thanks + blauzahn) + +2017-02-21 23:52 fuscated + +svn11018:  - No pch build fix + +2017-02-21 23:52 fuscated + +svn11017:  * UI: Limit the number of targets visible in the menu + to lower number to try to fit them on screen (ticket #478) + +2017-02-21 23:52 fuscated + +svn11016:  * UI: Implement Select target menu item that shows an + incremental select dialog (#ticket 478) + + > This is useful for projects with many targets (cmake generated + for + example) where the number of targets is more than MAX_TARGETS and + so not + all targets are visible in the menu. + > Copy the GotoFile implementation of the dialog in the sdk as a + base/simple + version. + > Implement a simple wxArrayString iterator. + +2017-02-21 23:52 fuscated + +svn11015:  * UI: Fix read-after-the-end-of-array bug when a + project has more than MAX_TARGETS number of targets in it (ticket + #478) + +2017-02-21 23:52 fuscated + +svn11014:  - UI: Replace the GotoFileListCtrl and + GotoFunctionListCtrl with a common implementation in the sdk + +2017-02-21 17:41 alpha0010 + +svn11013:  - FileManager: Document symlink save procedure + +2017-02-18 13:09 fuscated + +svn11012:  - noPCH build fix + +2017-02-18 10:08 fuscated + +svn11011:  * UI: Use separate up/down buttons for the search dirs + tab instead of a spin buttin (ticket #477) + +2017-02-18 10:08 fuscated + +svn11010:  * UI: Use separate up/down buttons for the linker libs + list instead of a spinbutton (ticket #477) + + > The min/max/value properties of the spin button aren't set + correctly, so + the two buttons are enabled/disabled at random. + > Using separate buttons makes the code is a lot simpler. + > The wxART_MENU is specified to request smaller icons to make + the buttons + smaller. This works on gtk, hopefully it will work correctly for + other + ports. + +2017-02-18 10:08 fuscated + +svn11009:  * UI: Make the GotoFile to try calculate a column + width based on its content, so everything fits in the column + +2017-02-17 21:09 alpha0010 + +svn11008:  * FileManager: Write directly to symlinked files (wx30 + only) + + The temp->move save procedure removes any symlink structure, + preventing + updates from reaching the target file. + + Fixes [#276] + +2017-02-17 21:09 alpha0010 + +svn11007:  - FileManager: Format code + +2017-02-10 20:56 jenslody + +svn11006:  gcc7 build-fix: avoid template-related error + +2017-02-08 00:40 fuscated + +svn11005:  * UI: GotoFunction: Make the dialog re-sizable + +2017-02-07 23:35 fuscated + +svn11004:  * UI: Set the focus to the cancel button in the about + dialog to enable closing with escape to work on wx28 on linux + +2017-02-07 23:35 fuscated + +svn11003:  * UI: GotoFile: Fix refresh problem on windows - it + seems calling SetItemCount is not enougth + +2017-02-06 19:12 fuscated + +svn11002:  * UI: Add configuration option to make focusing the + first build error an option (ticket #473, thanks yvesdm3000) + +2017-02-06 19:12 fuscated + +svn11001:  * UI: Make env settings dialog resizeable on Windows + (thanks mgimenez) + +2017-02-06 19:12 fuscated + +svn11000:  * wxSmith: Improve compatibility with wx3.x by adding + some new events and removing events that aren't supported (thanks + mgimenez) + +2017-02-06 19:12 fuscated + +svn10999:  * CC: Fix possible inconsistency caused by bad usage + of cbAssert - the expression must not have side effects, because + in some builds they might not be executed + +2017-02-06 19:12 fuscated + +svn10998:  * UI: GotoFunction: Don't show -> if the return type + is empty + +2017-02-06 19:12 fuscated + +svn10997:  * UI: GotoFunction: Reimplement sorting + +2017-02-06 19:12 fuscated + +svn10996:  - UI: Sync all project files after the changes + +2017-02-06 19:12 fuscated + +svn10995:  * UI: GotoFile/Function: Fix GetSelection methods to + return the correct index when the filter is not empty + + > The index of the selected is pointing to the filtered list and + not to the + original. So we need to unmap it. + > For this I am adding new method in the Iterator base class that + will do + it and one in the handler. + +2017-02-06 19:12 fuscated + +svn10994:  * UI: GotoFunction: wx28 and noPCH fixes + + > It seems that SetWindowStyleFlag must be called before adding + the columns + in wx28 builds, otherwise they are not added to the list control. + > The simple GetTextExtent function seems to be unavailable, too. + +2017-02-06 19:12 fuscated + +svn10993:  * UI: GotoFunction: Re-implement the dialog using the + new API (still need to do sorting) + + > Move the dialog code outside the lock. It cause re-entrance + problems + due to events beeing executed from the ShowModal method of the + dialog. + > Reimplement the dialog to be using wxsmith instead of xrc. This + is needed + because I don't know how to create a custom list ctrl class from + a xrc + file. + > Remove the listbox ctrl and only use a list ctrl that is + virtual. + > Add code to handle column resizing to the API. + > Column sorting needs to be re-implemented. + +2017-02-06 19:12 fuscated + +svn10992:  - UI: GotoFile: Remove the incremental_select_list.xrc + file + +2017-02-06 19:11 fuscated + +svn10991:  - UI: GotoFile: Rename incrementalselectlistbase to + incremental_select_helper + +2017-02-06 19:11 fuscated + +svn10990:  * UI: GotoFile: Remove IncrementalSelectListDlg (still + doesn't compile) + +2017-02-06 19:11 fuscated + +svn10989:  * UI: GotoFile: Move the GotoHandler/iterator to the + incrementalselectlistbase.h/cpp (doesn't compile) + + > Reimplement the Find File project tree using the new dialog. + > Add a possibility to inseart controls at the bottom of the + GotoFile dialog. + > Move the GotoHandler and Iterator class to the SDK. Rename them + with more + appropriate names. + +2017-02-06 19:11 fuscated + +svn10988:  - UI: GotoFile: wx28 support + +2017-02-06 19:11 fuscated + +svn10987:  * UI: GotoFile: Set the title and message from outside + +2017-02-06 19:11 fuscated + +svn10986:  * UI: GotoFile: Add GetSelection method and restore + the old functionality + +2017-02-06 19:11 fuscated + +svn10985:  - UI: GotoFile: Move filteritems at the top next to + the other GotoHandler method implementations + +2017-02-06 19:11 fuscated + +svn10984:  - UI: GotoFile: Start to factor the code in a class + that can be reused - GotoHandler + + > Add code to handle key presses. + > The FilterResults method must be moved to the top. + +2017-02-06 19:11 fuscated + +svn10983:  * UI: GotoFile: Initial commit of new goto file dialog + + > The old version is too slow when the number of files is big + (40-50k). To get + better performance we need to use a virtual control. + > The slow code is the filling of the listbox with items (at + least on gtk-2). + > Re-implement the dialog using wxSmith, because I don't know how + to create a + custom listctrl from xrc. + > Searching works and it is really fast. + > Most of the features are missing. + +2017-01-28 16:02 fuscated + +svn10982:  * UI: Replace case insensitive with case sensitive + checking when the user changes a virtual target name (ticket #468 + thanks bluehazzard) + + > Seems to be an API misunderstanding error and not something + done + deliberately. + +2017-01-28 16:01 fuscated + +svn10981:  - UI: More stable relative sort predicate + + > Use the addresses of the to files when relative paths are + equal, this makes + it possible to compare different algorithms if they produce the + same + results. + +2017-01-28 16:01 fuscated + +svn10980:  * UI: Optimize goto file opening for large projects + (ticket #325) + + > It seems that calling any of the wxFileName functions is really + slow, so we + need to minimize this. + > In this patch I'm removing the first sort+unique algorithm call + and I'm + replacing them with a hashmap which does the same. + > This new verison takes 0.250 sec for a project with 45k files. + The old one + took 3.6 sec, and the patch provided in the ticket took 0.95 sec. + > There is more performance by moving to a virtual list control, + but this will + happen in a separate commit. + +2017-01-23 01:12 fuscated + +svn10979:  * UI: Make editor and environment settings resize + correctly (fixes ticket #467) + +2017-01-23 01:12 fuscated + +svn10978:  - Fix issue introduced in rev10912 + +2017-01-21 10:41 fuscated + +svn10977:  - wxSmith: Code formatting + +2017-01-21 10:41 fuscated + +svn10976:  * wxSmith: Sort generated includes and forward + declartion to prevent random changes to the source files when the + hash function changes + +2017-01-21 10:41 fuscated + +svn10975:  * HexEditor: Change the label of the OK button to Find + +2017-01-21 10:41 fuscated + +svn10974:  * HexEditor: Limit vertical resizing of the search + dialog + +2017-01-21 10:41 fuscated + +svn10973:  - wxSmith: Add all wxs file to the unix projects + +2017-01-21 10:41 fuscated + +svn10972:  * wxSmith: Fix the resizing of the ArrayStringEditor + dialog + +2017-01-19 19:15 fuscated + +svn10971:  * CC: Fix default colours for code call tips (thanks + darmar) + +2017-01-19 19:14 fuscated + +svn10970:  * UI: Better align widgets vertically in the EditPath + dialog + +2017-01-15 21:22 jenslody + +svn10969:  - Fedora spec-file: don't remove bundled + astyle-sources, unless Fedora ships 2.06 + +2017-01-15 15:54 jenslody + +svn10968:  - autofoo: check if system astyle has STYLE_MOZILLA + defined, if not use bundled astyle. + +2017-01-14 22:41 fuscated + +svn10967:  * UI: Use wxStdButtonSizer to make buttons more + consistent (ticket #421) + + > This automatically arranges buttons to follow the OSes HID + guidelines if + there is such thing. + > Also renamed the Ok button to Choose to better depict its + function. + > Added spacer to move the buttons to the right. + +2017-01-14 22:41 fuscated + +svn10966:  - UI: Add the get_global_uservar.xrc to the wx30 unix + project (ticket #421) + +2017-01-14 22:41 fuscated + +svn10965:  * UI: Sort the elements in the tree, so they are + consistent (ticket #421) + +2017-01-14 22:41 fuscated + +svn10964:  * UI: Fix an out-of-bounds read in the new + GetUserVariableDialog (ticket #421) + +2017-01-14 22:41 fuscated + +svn10963:  - sdk: Clean up the code a bit (ticket #421) + + > Add a parent parameter, because it is required on wxGTK to get + proper + stacking of windows. + > Reorder code a bit - public interface should be before private. + +2017-01-14 22:41 fuscated + +svn10962:  * UI: Specify min size for the text ctrl in the + EditPath dialog, so it is a bit more user friendly (ticket #421) + +2017-01-14 22:41 fuscated + +svn10961:  * UI: Use bitmap buttons for buttons in the EditPath + dialog (ticket #421) + + > Using a folder icon and an exec_file icon. + > Hopefully the latter looks good on Windows/OSX. On Linux it + look fine. + +2017-01-14 22:40 fuscated + +svn10960:  * UI: Replace flexgridsize with simpler boxsize in + edit path dialog and fix the control expansion (ticket #421) + + > Fixes regression introduced in rev10919. + > I don't know why the original commit has switched the sizer, + but I've + reverted it. + > I've massaged the expand and proportional flags to make the + dialog expand + as it should. + > Also changed the alignments to make everything line up + horizontally. + +2017-01-14 22:40 fuscated + +svn10959:  * wxSmith: Make it handle minsize corretly for + wxSplitter (ticket #465, thanks Volker Meyer) + + > Minsize is duplicated and thus doesn't correctly affect + minpanesize. + > Renamed the Splitter specific property from minsize to + minpanesize, so + they can co-exist and affect correct control properties. + +2017-01-02 15:54 mortenmacfly + +svn10958:  * Welcome in 2017 ... happy new year everyone! + +2016-12-31 17:25 alpha0010 + +svn10957:  * CCManager: Send proper events for 'Autoselect single + match' + + Allowing Scintilla to autoselect causes Scintilla to bypass + CCManager's + hook. This prevents code completion plugins from being able to + override + insertion behaviour. + So, emulate autoselect within CCManager. + + Fixes [#445] + +2016-12-29 19:53 alpha0010 + +svn10956:  - CCManager: Improve documentation + +2016-12-29 08:55 mortenmacfly + +svn10955:  * astyle: make Mozilla style preview work correctly + +2016-12-29 06:36 mortenmacfly + +svn10954:  * set HiDPI aware to false for C::B on Windows with + HiDPI monitors (HiDPI support in wx starts from wx31+), should + resolve some layout issues + +2016-12-29 06:34 mortenmacfly + +svn10953:  * added missing include for ModPoller plugin + +2016-12-29 06:34 mortenmacfly + +svn10952:  * allow macros in project notes (applied patch by ???) + +2016-12-29 06:33 mortenmacfly + +svn10951:  - formatting/sorting (no functional change) + +2016-12-29 06:16 mortenmacfly + +svn10950:  * updated astyle plugin to v2.06 (final) + * removed obsolete astyle options + * added new astyle options >> should be feature-complete for + v2.06 now + +2016-12-28 18:01 fuscated + +svn10949:  * editor: Properly restore the line number settings + after printing + +2016-12-28 00:06 fuscated + +svn10948:  * todo: Display count of list item (ticket #452 Sergey + Bezgodov) + +2016-12-22 16:10 fuscated + +svn10947:  * cscope: Fix hang of cscope when given a missing file + (ticket #448 Robert Morin) + +2016-12-21 10:23 fuscated + +svn10946:  - autotools: Restore the inclusion of + ax_cxx_compile_stdcxx.m4 to fix compilation when this file is not + globally available (ticket 349) + +2016-12-17 12:43 fuscated + +svn10945:  - autotools: Print CC and CXX variables at the end, + too + +2016-12-17 12:43 fuscated + +svn10944:  - autotools: Move PCH_FLAGS and PIC_FLAGS to the + appropriate variables (ticket 349, thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10943:  - autotools: Move the debug check even earlier (ticket + 349, tanks David Seifert) + + > CODEBLOCKS_CHECK_DEBUG has to occur before AC_PROG_CC and + AC_PROG_CXX, + as both latter macros will set CFLAGS resp. CXXFLAGS (to "-g + -O2"). By + moving it before both of them, we set the CFLAGS to our defaults + and then + AC_PROG_CC and AC_PROG_CXX stop setting and values. + +2016-12-17 12:43 fuscated + +svn10942:  - autotools: Restore the inclusion of acinclude.m4 to + fix some warnings during bootstrap (ticket 349, tanks David + Seifert) + +2016-12-17 12:43 fuscated + +svn10941:  - autotools: Fix additional -g -O2 flags (ticket 349, + tanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10940:  - autotools: Don't override CFLAGS/CXXFLAGS if + specified in the environment (ticket 349, thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10939:  - autotools: Don't override CXXFLAGS (ticket 349, + thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10938:  - autotools: Move m4 files in the m4 folder (ticket + 349, thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10937:  - autotools: Mark the project as foreign (not gnu), to + prevent warnings (ticket 349, thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10936:  - autotools: Use pkg-config for detecting zlib (ticket + 349, thanks David Seifert) + +2016-12-17 12:43 fuscated + +svn10935:  - autotools: Use boost m4 macro (ticket 349, thanks + David Seifert) + +2016-12-17 11:05 fuscated + +svn10934:  * DoxyBlocks: Filter out comment strings in the + parameter documentation (thanks Yves De Muyter) + +2016-12-17 11:05 fuscated + +svn10933:  * AStyle: Fix bug in settings dialog "Break logical + conditions..." (ticket #450, thanks bluehazzard) + +2016-12-17 07:53 ollydbg + +svn10932:  - Astyle plugin: fix a typo in the setting dialog. + + It is reported in ticket 444 + https://sourceforge.net/p/codeblocks/tickets/444/ + +2016-12-04 16:30 fuscated + +svn10931:  * compiler: Batch mode doesn't work on MacOS (ticket + #425, thanks Franko F for the original patch) + + > Move the code that deals with the list of batch plugins in a + single place. + > This way there is less copy-pasting and less chance for bugs. + > The bug is caused by a copy-paste-fix-on-one-place type of + problem. The + code in CompilerSettingsDlg::CompilerSettingsDlg didn't handle + the MacOS + case. + +2016-12-04 16:30 fuscated + +svn10930:  * osx: Build all plugins as dynamic libraries (ticket + #275, thanks Franko F) + +2016-12-04 16:29 fuscated + +svn10929:  * osx: Fix plugins location (ticket #275) + +2016-12-04 16:29 fuscated + +svn10928:  - config manager: Fix typo + +2016-12-04 06:14 mortenmacfly + +svn10927:  * cb_share_config: added simple "export all" + functionality for easy backup of all config stubs to a backup + folder + +2016-12-04 06:13 mortenmacfly + +svn10926:  * updated exception handler to v0.8.1 + +2016-12-04 06:11 mortenmacfly + +svn10925:  * added addr2line application that ships as part of + exception handler to be used with UI tool on Windows + +2016-11-26 07:39 ollydbg + +svn10924:  - todo plugin: code refactoring in todolistview.cpp + + Patch contributed by forum user frithjofh + + - for consistency changed post-increment to increment where + possible + - refactored the parsebuffer function: + - replaced wxString and wxArrayString functions with their stl + counterparts admitted by wxWidgets. makes code clearer and makes + better use of highlighting + + See forum discussion here: + http://forums.codeblocks.org/index.php/topic,20722.0.html + +2016-11-26 07:39 ollydbg + +svn10923:  - todo plugin: code refactoring, functionality should + be identical. + + Patch contributed by forum user frithjofh. + + changes to addtododlg.h : + + - changed the constructor: now takes const& instead of copying + arguments + - made the destructor virtual + - removed two not necessary members + - some clean up + + changes to addtododlg.cpp : + + - changed the constructor: now takes const& instead of copying + arguments + - moved empty destructor to header file + - removed two not necessary members + - removed some loops to add entries to wxWidgets gui elements + which support adding an array of entries + - removed some loops getting the entries from gui elements, when + they support retrieving an array + - some clean up + + See forum discussion here: + http://forums.codeblocks.org/index.php/topic,20722.0.html + +2016-11-17 11:48 thomas-denk + +svn10922:  - Fix broken build with clang which unlike MinGW does + not (incorrectly) define __WIN32__ under 64-bit Windows, + resulting in POSIX codepath being compiled. + +2016-11-09 18:32 fuscated + +svn10921:  * debugger: Fix parsing of backtrace produced by newer + CDB's (ticket #430 thanks debugfanchin) + + > The problem happened because the old regexp expected a drive + letter, + which is no always present. + > Hopefully the new one will work in the old cases, too. I've not + tested it:( + +2016-11-09 18:32 fuscated + +svn10920:  * debugger: Make if possible to debug 32bit program + with CDB 64bit (ticket #429, thanks debugfanchin) + +2016-11-06 18:55 mortenmacfly + +svn10919:  * applied Feature/Patch #421: Add dialog for global + variables to "Edit Path" dialog + +2016-10-23 13:27 biplab + +svn10918:  * Updated: Copyright year. + +2016-10-17 15:50 fuscated + +svn10917:  - AStyle: Fix spelling - parentheses is the correct + word + +2016-10-15 15:04 fuscated + +svn10916:  * UI: Fix incorrect usage of size_t (ticket #66) + + > Using unsigned types and operator- is disaster waiting to + happen, luckily + the assertion of wx3.x helped me find this problem. + > The problem is doing 0u-1 and expecting to get something + meaningful. + > Add some override keywords here and there. + > Fix the naming of parameters. + +2016-10-15 15:04 fuscated + +svn10915:  * UI: Add multiple select in the "Copy to..." dialog + in Search Directories (ticket #410) + +2016-10-15 15:04 fuscated + +svn10914:  * UI: Disable the Copy to buttons in the Build options + dialog if nothing in the list is selected, because these + operations do nothing in this case + +2016-10-15 15:04 fuscated + +svn10913:  * UI: Add multiple select in the "Copy selected to" + dialogue (ticket #410, thanks bluehazzard) + +2016-09-25 16:10 fuscated + +svn10912:  * UI: Fix default buttons in most dialog broken after + the change to use wxStdDialogButtonSizer (ticket #368) + + > It seems wx doesn't have a way to specify the default button in + the xrc, + so we need to set it manually in the code. + > I've done it for most dialogs. + > Unfortunately there is some strange bug in wx3.x that breaks + some of the + dialogs, but they work with wx2.8. + > The wxSmith dialogs still need to be fixed. + +2016-09-25 16:10 fuscated + +svn10911:  - wx30: Fix assert on startup in IncrementalSearch + (ticket #405, thanks bluehazzard) + +2016-09-25 16:10 fuscated + +svn10910:  - remove unused include + +2016-09-25 16:09 fuscated + +svn10909:  * wx3: Fix assert due to the same labeled property + added to the wxSmith's property grid for wxStdDialogButtonSizer + +2016-09-25 16:09 fuscated + +svn10908:  - wx3: Fix some alignment asserts reported for some of + the dialogs + +2016-09-25 16:09 fuscated + +svn10907:  - c++11: Remove homemade static_assert and use the + real thing + +2016-09-15 14:47 ollydbg + +svn10906:  * Fix SF Ticket #386 Parallel builds arbitrarily + limited to 100. + + Thanks bluehazzard for the fix, also fix a copy paste error in + the file + src/plugins/compilergcc/resources/compiler_options.xrc + See discussion: https://sourceforge.net/p/codeblocks/tickets/386/ + +2016-09-10 07:55 jenslody + +svn10905:  - Linux (autofoo): added more (forgotten) files + +2016-09-10 07:32 jenslody + +svn10904:  - Linux (autofoo): add new files to Makefiles + +2016-09-10 07:32 jenslody + +svn10903:  - Fix/synchronize project-files. + +2016-09-09 22:05 ollydbg + +svn10902:  * CCTest: automatically test for doxygen document. + (thanks White-Tiger) + + This is SF ticket 232: + + Here is the note from White-Tiger + 1) I've also fixed some trimming while I was at it. + (wxString::Trim(bool trim_right) defaults to true and cctest did + two + Trim().. one with default true and one with implicit true) + 2) the code inside the constructor isn't required since it's + usually + the default anyway... but maybe do it implicit nontheless + 3) the patch to src/plugins/codecompletion/parser/parser_base.cpp + should be properly redone, or at least every use of it verified + since it'll probably always default to storeDocumentation = true + even + in situations where it "shouldn't" + 4) the last "test" should fail... there are 2 special test values + for + doxygen comments, "*" as a "non-empty" wildcard, and "-" to check + for + empty docs + + Also, some fixes from my(olldbg) side + 1, enable the store doxygen doc option for the parser in cctest. + 2, fix a bug in the the cctest's parser, we should firstly mark + the file + in the TokenTree, so that the doxygen document will bestored in + the + Token::m_Doc, otherwise, it was wrongly stored in the m_ImpDoc. + See + Token* ParserThread::DoAddToken() about how the doxygen document + are added + to the Token. + + Discussion link: + https://sourceforge.net/p/codeblocks/tickets/232/ + +2016-09-09 22:05 ollydbg + +svn10901:  * CC: fix a bug that we have forget adding the doxygen + documents for macro + definitions in Tokenizer. + +2016-09-09 21:18 ollydbg + +svn10900:  * CC: fix a endless loop crash bug when parsing C99 + designated initializer + + Forum discussion is here: + http://forums.codeblocks.org/index.php/topic,21417.0.html + + When parsing + struct AAA a1 = {.x = 1, .y=2}; // first line + struct AAA a2 = {.x = 1, .y=2}; // second line + When we see a "dot", we need to skip to "}", thus the close brace + is + skipped, and the open brace is just start a function call of + DoParse(). + If we goes to the second line, we will call another DoParse(), so + there + is recursive calls, and finally goes to crash. + + Also, a cc test case is added + +2016-09-09 21:18 ollydbg + +svn10899:  * CC and SDK: Apply modified SF ticket #66 Patch for + "Goto Function" enhancement. Thanks Bat. + + The Goto Function dialog have a column view, its items can be + sorted by function names. + Discussions can be found here: + https://sourceforge.net/p/codeblocks/tickets/66/ + +2016-09-05 17:41 pecanh + +svn10898:  * MacrosManager - Add additional tests to + MacrosManager to determine if a newer project has been activated. + + When a workspace with only one project is closed, then another + loaded, + or another project in a multi-project workspace is compiled, + it's possible for the newly loaded/referenced project to be + assigned the same memory address as the previous project. + Any test against the previously loaded projects address will + match, and + macrosmanager.cpp will not replace correctly the macros for the + second project. + +2016-08-31 08:54 ollydbg + +svn10897:  - CC: refine some documents in tokenizer.h. + +2016-08-31 08:54 ollydbg + +svn10896:  * CC: fix SF ticket 278 and ticket 393, thanks + White-Tiger. + + See links here: https://sourceforge.net/p/codeblocks/tickets/393/ + Correctly read the string literal inside macro definition. + Also a cc test case is added. + Fix the build error on cctest_wx30 project, add the c++11 option. + (we don't + have our own nullptr definition) + +2016-08-17 17:55 jenslody + +svn10895:  - Linux ("old" spec-file): package appdata/metainfo + xml-files to avoid packaging errors. + They are only useful for distributions with a software-center, + but do no harm in older distributions. + +2016-08-16 21:11 jenslody + +svn10894:  - Fix for make dist. + +2016-08-16 19:26 jenslody + +svn10893:  - Rename Fedora spec-file, to avoid conflicts with the + default one. Only one spec-file is allowed, when using rpmbuild + with the (dist-)tarball. + +2016-08-09 19:10 mortenmacfly + +svn10892:  - include\tinyxml fixes for misc. projects that were + missing + +2016-08-09 19:09 mortenmacfly + +svn10891:  * CppCheck: Support for XML log file format v1 and v2 + (v1 will be obsolete soon) + +2016-07-31 10:40 jenslody + +svn10890:  * autofoo: detect the toolkit used to build wxWidgets + and use either gtk2 or gtk3 to avoid crashes because of mixing + gtk2 and gtk3 libs. + +2016-07-21 11:26 jenslody + +svn10889:  - Sourceformatter-plugin: use camelCase for + library-name to avoid conflicts with system installed library on + linux. + Resource-file renamed to start with a capital-letter therefore. + A rebuild might be needed. + +2016-07-21 11:26 jenslody + +svn10888:  * Windows build fix: undefine _UNICODE only whebn + including squirrel-header; based on patch from stahta01, see: + http://forums.codeblocks.org/index.php/topic,21318.msg145515.html + +2016-07-19 08:40 jenslody + +svn10887:  - Debian: add appdata files to core and contrib + (common-)packagees. + +2016-07-19 08:40 jenslody + +svn10886:  - Another fix for the Fedora spec-file to build on + Redhat/CentOS7 (avoid unpackaged files). + +2016-07-19 00:22 jenslody + +svn10885:  - Fix Fedora spec-file for build on Redhat/CentOS7. + +2016-07-18 23:39 jenslody + +svn10884:  - Fix for "make dist". + +2016-07-18 23:39 jenslody + +svn10883:  - Tiny update for fedora spec file. + +2016-07-18 22:39 jenslody + +svn10882:  - Add a Fedora-specific spec-file, to get rid of the + conditional cases for too many (possibly outdated) distributions, + and to make the maintaining (at least for Fedora packages) + easier. + +2016-07-18 22:39 jenslody + +svn10881:  * Add appdata-/metainfo-files for codeblocks core and + codeblocks-contrib. Both files are based on the versions from + official Fedora repo. + +2016-07-18 22:39 jenslody + +svn10880:  * Spellchecker-plugin: add (Fedora-)path for + dictionaries. + +2016-07-18 22:39 jenslody + +svn10879:  * Linux (autofoo): remove obsoleted (and redundant) + "AC_PROG_LIBTOOL) + "-macro (already replaced by "LT_INIT"), remove second call of + "AC_DISABLE_STATIC" + +2016-07-17 07:33 jenslody + +svn10878:  * Add include path for tinyxml.h in all relevant + project-files, needed after r10874 . + +2016-07-16 23:33 jenslody + +svn10877:  * Linux (autofoo): add tinyxml compiler-flags + globally, because they are needed by each file that includes + "configmanager.h" . + +2016-07-16 21:52 jenslody + +svn10876:  * Linux (autofoo): build fix needed after r10872 and + r10874 + +2016-07-16 20:00 jenslody + +svn10875:  * Linux autofoo: workaround for gcc6 optimization bug + (reverts/enhances r10869). + +2016-07-16 20:00 jenslody + +svn10874:  Linux (autofoo): use system provided tinyxml if + installed (based on Fedoras unbundle-patch) + +2016-07-16 19:59 jenslody + +svn10873:  * Linux (autofoo): use system provided astyle, if + installed (based on Fedoras unbundle-patch) + +2016-07-16 19:59 jenslody + +svn10872:  * Linux (autofoo): use system provided squirrel if + installed (based on Fedoras unbundle-patch) + +2016-06-29 22:24 fuscated + +svn10871:  * compiler: Save the other resource settings in the + Compiler options dialog + +2016-06-29 22:24 fuscated + +svn10870:  * ScriptingWizard: Add support for 3.1 in the + WxWidgets wizard (thanks New Pagodi) + +2016-06-26 15:20 jenslody + +svn10869:  * Lower optimization level on Fedora 24 as workaround + to avoid a crash on startup. GCC6's optimization seems to be more + (too ?) aggressive. + +2016-06-14 05:41 jenslody + +svn10868:  * wxSmith: fix assert with wx3.0, due to doubled + properties in some sizeritems. + See: + http://forums.codeblocks.org/index.php/topic,21168.msg144517.html#msg144517 + +2016-06-13 06:49 mortenmacfly + +svn10867:  * updated wxPDFDoc library to recent GIT version to + resolve licensing issues + +2016-06-10 18:04 mortenmacfly + +svn10866:  * updated exchndl (crash handler) DLL to v0.8.0 + +2016-06-10 17:59 mortenmacfly + +svn10865:  - prefer gnu++1 over c++11 + +2016-06-09 16:04 mortenmacfly + +svn10864:  * projectoptionsmanipulator plugin: added + modified/bug-fixed patch by bluehazzard: Add possibility to + change compiler + * projectoptionsmanipulator plugin: bug-fix for erroneous message + when user cancels dialog + * projectoptionsmanipulator plugin: bug-fix for some UI logic + (enabling/disabling applicable controls) + +2016-06-09 08:23 ollydbg + +svn10863:  - scripted wizard plugin: fix the window name from + lena to arnold_schwarzenegger, this is missing in commit + rev10858. (thanks blauzahn) + +2016-06-08 19:30 mortenmacfly + +svn10862:  * projectoptionsmanipulator plugin: query the user to + save all projects at end for convenience + +2016-06-08 19:24 mortenmacfly + +svn10861:  * projectoptionsmanipulator plugin: show summary of + operation done at end + * projectoptionsmanipulator plugin: mark project files modified + if they are changed + +2016-06-06 21:44 fuscated + +svn10860:  * editor: Enable folding for newly created files + (partly fixes ticket #366) + +2016-06-06 21:44 fuscated + +svn10859:  - fix autotools, broken in rev 10858 + +2016-06-05 08:22 ollydbg + +svn10858:  - replace lena.jpg with arnold_schwarzenegger.jpg in + OpenCV project wizard. + + This is due to the Code::Blocks / Tickets / #355 Please images in + source tarball - + https://sourceforge.net/p/codeblocks/tickets/355/ + Since the lena.jpg is considered to be non-distributable by + Debian due to violating the DFSG. + Thanks Vincent C. for the report. + +2016-06-04 19:13 killerbot + +svn10857:  * compiler : add support for the following options : + -std==c++1y and -std=c++1z + +2016-05-29 18:03 mortenmacfly + +svn10856:  * CppCheck: Allow macros in command line parameters + provided through settings + - CppCheck: Rename project names to CppCheck/Vera++ + +2016-05-24 13:39 fuscated + +svn10855:  * Fix issue #358: Remove additional flags from + pkg-config files (thanks Vincent C and Alexander GQ Gerasiov) + +2016-05-18 22:20 d_anselmi + +svn10854:  * Enable switching between header and implementation + for templates (.tpp;.tcc . <-> .h;.hpp). + +2016-05-13 00:05 fuscated + +svn10853:  * CC: Fix issue #351 + +2016-05-12 00:11 fuscated + +svn10852:  * Astyle: Fix issues #352 (thanks sodev) + +2016-05-12 00:11 fuscated + +svn10851:  - c++11: Use unique_ptr instead of auto_ptr (ticket + 349 applied partially, thanks David Seifert) + +2016-05-05 16:41 fuscated + +svn10850:  * ThreadSearch: Add option to disable/enable the + autosizing of log columns (fixes #324, thanks Sergey Bezgodov) + +2016-05-05 15:07 fuscated + +svn10849:  * debugger: Don't call EditorLinesAddedOrRemoved twice + for split editors + + > If we have a split editor then cbEditor::OnEditorModified will + be called + twice and so EditorLinesAddedOrRemoved will be called twice. The + end + result will be that the breakpoint will be move with twice as + much lines. + > To fix this I'm executing the code only for the first editor. + +2016-05-05 14:29 fuscated + +svn10848:  - help plugin: Remove unused code + +2016-05-05 14:29 fuscated + +svn10847:  - sdk: Fix wrong return + +2016-05-05 14:29 fuscated + +svn10846:  * ThreadSearch: Fix infinite filesystem traversal when + there are cyclic symlinks present + +2016-05-05 14:29 fuscated + +svn10845:  - CC: Make the visited check be present on windows, + too + + > I want to do it this way, so the same code is executed on all + OSes, so if + there is a problem somewhere we'll have a better chance to detect + it. + +2016-05-05 14:29 fuscated + +svn10844:  - sdk: Move the code for resolving symlinks in the sdk + + > Added a separate function to do the full resolve to final file + name, + without the need for a loop. + > This will make it possible to use it in other places where dir + traversal + happens. + > Use a bit more descriptive names for the two functions + (mentioning that + they work only for directories). + +2016-05-05 14:29 fuscated + +svn10843:  * CC: Try to fix issue #14 for real this time + + > Use wxFileName::DirName to explicitly create wxFileName objects + pointing + to directories not files. This seems to be an API requirement. + The old + version behaved strangedly. + > Also try to resolve symlinks pointing to other symlinks until a + normal + file is reached. + +2016-05-04 23:00 fuscated + +svn10842:  - global vars: Remove two more flex grid sizers + +2016-05-04 23:00 fuscated + +svn10841:  - global vars: Remove the top flex grid sizer (use box + sizer instead) + +2016-05-04 23:00 fuscated + +svn10840:  * global vars: Use a listbox instead of choice for the + list of variables (ticket #346, thanks bluehazzard) + +2016-05-04 23:00 fuscated + +svn10839:  - HexEditor: Fix compilation with wx28 + +2016-05-03 16:54 jenslody + +svn10838:  * wxSmithAui: move -std=c++11 to Unix/Mac target, + readd -std=gnu++11 to windows target. + See: + http://forums.codeblocks.org/index.php/topic,21144.msg144402.html#msg144402 + +2016-04-26 06:32 fuscated + +svn10837:  - HexEditor: noPCH build fix (related to r10836) + +2016-04-23 15:07 fuscated + +svn10836:  * HexEditor: Fix text misalignment when selecting + numbers in the editor + + > The bug happens because the font size changes between the c-tor + of the + panel and the first call to the drawing method. A resize of the + window + fixes the problem, because the drawing parameters get + recalculated. + > To fix the problem I've added a flag that is true when we need + to + recalculate the drawing parameters and I'm doing the + recalculation inside + the paint event to be sure that the drawing context is fully + up-to-date. + +2016-04-20 21:24 fuscated + +svn10835:  * compiler: Partially revert rev10826 because my + change broke users projects that had stream redirects or piping + in the post build steps + + > The new version still does backtick expansion using our own + mechanism, + which might still break user's projects, but adds the backtick + expansion + for windows users. And if people complain we can improve our + backtick + expansion to run a shell. + +2016-04-17 22:10 jenslody + +svn10834:  - Autofoo: put -std=c90 in CFLAGS instead of CPPFLAGS + to avoid warnings. + +2016-04-17 21:31 jenslody + +svn10833:  * Fix variable declarations, that conflict with + internal compiler-defines, so C::B is compilable with gcc6 . + +2016-04-17 21:31 jenslody + +svn10832:  * Remove "-ansi" from C++-only projects, because it + conflicts with C++11, replace it with "-std=c90" on mixed + projects. + +2016-04-17 21:30 jenslody + +svn10831:  * Fix description of "-ansi" compiler-flag in + "options_common_warnings.xml". + Add "-std=c90". + Fix some supersedes-attributes: c- and c++-flags can be set in + the same project. + +2016-04-17 21:30 jenslody + +svn10830:  * Autofoo compilerflags: replace "-ansi" with + "-std=c90", because it's the same for C. For C++ "-ansi" is the + same as "-std=c++98" and conflicts with "-std=c++11". + +2016-04-17 21:30 jenslody + +svn10829:  - Autofoo: update c++11-detecting macro to newest + version. + Call the macro after setting the compiler-flags, so it can detect + conflicting parameters. + +2016-04-15 20:59 jenslody + +svn10828:  Partly revert last commit (r10827). + It tries to fix artefacts of broken autorevision (date in + comment) introduced in 10649 and reverted in 10778, but breaks + numbering in autofoo-build again. + The date in the comment in autorevision.h was plain wrong, + because it was not implemented robust enough and is really not + needed. + + The incorrect header-file (with the date in the comment) should + simply be removed (or edited manually), to fix this. + It will be autogenerated from scratch and everything is okay. + +2016-04-11 21:10 fuscated + +svn10827:  - autorevision: Try to make the tool even more robust + - don't check for length of the string and if the new string is + greater than the old + + > The tool failed to update the revision when there have been a + date stored + in the comment. + +2016-04-11 21:10 fuscated + +svn10826:  * compiler: Expand backtick expression when doing + clean for makefile projects (fixes #326) + +2016-04-11 06:50 killerbot + +svn10825:  - CCtest : build fix : -std=gnu++11 + +2016-04-09 19:18 fuscated + +svn10824:  * compiler: Switch to build log when compiling single + file (ticket #222, thanks Sergey Bezgodov) + +2016-04-09 19:18 fuscated + +svn10823:  - c++11: Switch unittests for the debugger (unix only) + +2016-04-09 19:18 fuscated + +svn10822:  * compiler: Remove the limit on the number of + processors and change the default to use all available in the + machine (fixes #327) + +2016-04-01 22:09 fuscated + +svn10821:  - c++11: Remove our nullptr implementation and some + other tr1 classes + +2016-03-30 21:49 fuscated + +svn10820:  * tools: Replace '&' with '__' in the xrc file for + the edit tools dialog (fixes ticket #321) + + > According to the docs this is how an underscore should be + stored in a xrc + file. + +2016-03-27 13:45 fuscated + +svn10819:  * colours: Updated the cc tooltip colours after the + settings have changed + +2016-03-27 13:45 fuscated + +svn10818:  - autotools: Fix wrong indent + +2016-03-26 17:14 fuscated + +svn10817:  - wx30: Fix assert when calling wxSetWorkingDirectory + with an empty path + +2016-03-21 23:37 fuscated + +svn10816:  - Revert "temp: use wx31 (core+contrib)" + + > This reverts commit rev 10814 + +2016-03-21 23:36 fuscated + +svn10815:  - wx30: Fix two asserts in the AVR wizard + +2016-03-21 23:36 fuscated + +svn10814:  temp: use wx31 (core+contrib) + +2016-03-19 10:06 fuscated + +svn10813:  * projects: Fix sorting of virtual folders when there + is an empty one (thanks earlgrey) + + > Reported here + http://forums.codeblocks.org/index.php/topic,19898.0.html + +2016-03-19 10:06 fuscated + +svn10812:  * editor: Clarify the menu item names for splitting + the editor + +2016-03-12 18:05 jenslody + +svn10811:  * no pch build fix needed after 10796. + Please try to test also no-pch builds, before committing. + +2016-03-12 18:05 jenslody + +svn10810:  - Linux /project-files): several wx3 build-fixes. + +2016-03-12 18:05 jenslody + +svn10809:  * IncrementalSearch-plugin: wx3 compatibility-fix + +2016-03-11 22:55 fuscated + +svn10808:  * osx: Fix launching in terminal when the executable + path contains characters that need to be escaped (thanks Easior + Lars) + +2016-03-11 09:12 fuscated + +svn10807:  * wx30: Fix lots of asserts when batch building (there + some left thought) + + > Don't create the debugger dialogs. + > Use a simple batch implementation of the cbProjectManagerUI. + > It seems we're running the compiler event loop from oninit and + this + causes some asserts in the gtk backend of wx. + +2016-03-11 09:12 fuscated + +svn10806:  * batch: Fix crash when batch building, because the + autofitting accesses null pointer + +2016-03-09 00:07 fuscated + +svn10805:  * wx30: Fix assert when the current target uses "No + compiler" (fixes ticket #315) + + > The assert happens because the cApp is empty. Which is correct + for the + null compiler. + > I don't think there is any valid reason we want to modify the + path + variable for the null compiler. If I'm wrong please explain why. + +2016-03-09 00:07 fuscated + +svn10804:  * debugger: Don't print a warning when the current + compiler is set to "No compiler" and the active debugger is set + to "Target's default" + +2016-03-08 23:27 fuscated + +svn10803:  - Wizard: Fix images to be 32x32 and be transparent + (fixes ticket #314) + +2016-03-08 23:27 fuscated + +svn10802:  * wx30: Fix asserts when wizard icons are no 32x32 + pixels big (fixes ticket #314) + + > I'm adding a code that will resize the images and it will print + a warning + just in case. So no asserts are shown in the future. + > The proper fix is to adjust the images. I'll do so in another + commit. + +2016-03-08 23:27 fuscated + +svn10801:  - wizard: Make the code a bit more readable + +2016-03-08 22:25 fuscated + +svn10800:  * compiler: Don't compile the regexes for the compiler + until they are really needed + + > This speeds up the wx3.0 startup time (core plugins only) by 1 + second. + > Also use std::vector and pre-allocate space for 100 regexes per + compiler. + +2016-02-28 14:29 ollydbg + +svn10798:  - CC: add some comments + +2016-02-28 14:29 ollydbg + +svn10797:  - CC: remove the m_IsBuffer member variable, since it + contains in m_Options. + +2016-02-28 14:28 ollydbg + +svn10796:  - SDK: prefer include sdk_precomp.h instead of wx/wx.h + in cpp file + +2016-02-27 19:00 mortenmacfly + +svn10795:  * show project/workspace file name and target title in + title of batch window + +2016-02-26 06:19 mortenmacfly + +svn10794:  * partially reverted r10710 due to error report here: + http://forums.codeblocks.org/index.php/topic,20970.msg143264.html#msg143264 + +2016-02-22 23:13 fuscated + +svn10793:  * debugger: Set print elements limit to the default + for gdb, using unlimited has proven to be dangerous + +2016-02-21 17:48 fuscated + +svn10792:  - wx3: Fix an assert in ToDo plugin (thanks blauzahn) + +2016-02-21 17:48 fuscated + +svn10791:  - projects: Change the '\' to '/' and some other + automatic changes done by 16.01 + +2016-02-21 17:48 fuscated + +svn10790:  - project: Small improvements + +2016-02-21 17:48 fuscated + +svn10789:  - c++11: Add the option for most of the windows + projects (wx28 and wx30), unfortunately we have to use gnu++11 + instead of c++11 + +2016-02-21 17:47 fuscated + +svn10788:  - c++11: Add the option to all wx28 unix contrib + projects + +2016-02-21 17:47 fuscated + +svn10787:  - c++11: Add the option to unix contrib project for + wx30 + +2016-02-21 17:47 fuscated + +svn10786:  - c++11: Initial support - add the option for + autotools and the unix projects for wx28 and wx30 + +2016-02-21 17:47 fuscated + +svn10785:  - autotools: Indent fix + +2016-02-21 15:37 mortenmacfly + +svn10784:  * added several well recognised supporters + +2016-02-20 08:06 jenslody + +svn10783:  - remove -t from version-string in debian/changelog + +2016-02-17 19:51 jenslody + +svn10782:  - Update debian/changelog to 16.01 . + +2016-02-13 17:03 fuscated + +svn10781:  - wx30: Fix assert when deleting a compiler + +2016-02-13 16:01 fuscated + +svn10780:  - FileManager: formatting + +2016-02-13 16:01 fuscated + +svn10779:  - PCH build: Fix compilation of FileManager (thanks + Venkatesan S Sharma, ticket 297) + +2016-02-09 05:49 jenslody + +svn10778:  * partly revert 10649, because we can syafely assume, + that the same revision-number means we have the same revision. + If we seriously take the date(-time) into account here, we need + much more overhead to be sure, that the format is correctly and + comparabale. + +2016-02-07 11:15 jenslody + +svn10777:  - Silent warning about comparison between signed and + unsigned integer + +2016-02-07 11:15 jenslody + +svn10776:  * fix another wxCHECK_VERSION artefact. + This one was only meant for versions between wx2.9 and smaler + than wx2.9.4, + +2016-02-07 09:46 mortenmacfly + +svn10775:  * fixed a wxCHECK_VERSION artefact as described here: + http://forums.codeblocks.org/index.php/topic,20920.0/topicseen.html + +2016-02-06 18:10 mortenmacfly + +svn10773:  * CppCheck plugin: Added support for Vera++ + (https://bitbucket.org/verateam/vera) + +2016-02-06 14:34 mortenmacfly + +svn10772:  - fixed compilation error that got introduced with + last commit + +2016-02-06 14:29 mortenmacfly + +svn10771:  * wxCHECK_VERSION cleanup for contrib plugins: + ** set wx2,8,12 as minimum version for compile time assertions + (theoretically 2,8,11 would also be possible) + ** remove obsolete wx24...wx27 checks we need 2,8,12 meanwhile + ** change all wx29 checks to wx3 checks so we can search for it + easier (with the release of wx3 the devel wx29 version isn't used + anyways) + ** this leaves ONLY: wx2,8,12, wx30 and wx31 checks in the code + base + ** ONE EXCEPTION: actively maintained 3rd party libs (like + wxPDFDoc) have been left "as-is" + +2016-02-06 14:27 mortenmacfly + +svn10770:  * wxCHECK_VERSION cleanup for core plugins: + ** set wx2,8,12 as minimum version for compile time assertions + (theoretically 2,8,11 would also be possible) + ** remove obsolete wx24...wx27 checks we need 2,8,12 meanwhile + ** change all wx29 checks to wx3 checks so we can search for it + easier (with the release of wx3 the devel wx29 version isn't used + anyways) + ** this leaves ONLY: wx2,8,12, wx30 and wx31 checks in the code + base + +2016-02-06 14:26 mortenmacfly + +svn10769:  * wxCHECK_VERSION cleanup for core: + ** set wx2,8,12 as minimum version for compile time assertions + (theoretically 2,8,11 would also be possible) + ** remove obsolete wx24...wx27 checks we need 2,8,12 meanwhile + ** change all wx29 checks to wx3 checks so we can search for it + easier (with the release of wx3 the devel wx29 version isn't used + anyways) + ** this leaves ONLY: wx2,8,12, wx30 and wx31 checks in the code + base + +2016-02-05 12:17 mortenmacfly + +svn10768:  * applied patch by stahta01 to remove obsolete search + directories in project files + +2016-02-05 12:16 mortenmacfly + +svn10767:  * applied patch by stahta01 to fix abbreviations + target is missing in some project files + +2016-02-05 12:13 mortenmacfly + +svn10766:  * applied fix for translation bug as described here: + http://forums.codeblocks.org/index.php/topic,20917.0/topicseen.html + (thanks gd_on) + +2016-02-05 07:51 fuscated + +svn10765:  - sdk: Use more proper types in some places (thanks + frithjofh) + +2016-02-05 07:51 fuscated + +svn10764:  - autoversion: Detect git clones that use the svn + protocol instead the https protocol + +2016-02-03 21:33 jenslody + +svn10763:  * add missing arduino Makefile.am . + +2016-02-02 10:16 mortenmacfly + +svn10762:  * applied patch by stahta01 to remove wxscintilla_cb + and wxpropgrid dependencies where they are not needed + (0004-cbp-Remove-mistakes-from-CB-Projects.-Thanks-stahta0.patch) + +2016-02-02 10:15 mortenmacfly + +svn10761:  * applied patch by stahta01 to clean-up project + dependencies + (001-Workspace-Replaced-lib_finder-project-dependency-wit.patch) + +2016-02-01 01:39 jenslody + +svn10760:  - scriptedwizard: update d-logo + +2016-02-01 01:38 jenslody + +svn10759:  - scriptedwizard: make makefiles more consistent + +2016-02-01 01:38 jenslody + +svn10758:  * scriptedwizard: add new templates to automake + build-system + +2016-01-31 18:10 mortenmacfly + +svn10757:  * added forgotten qt4-DLL wizard + - removed bookmark files + +2016-01-31 13:07 mortenmacfly + +svn10756:  * completely remove wxDateTimePicker from cbp based + build system + +2016-01-31 13:03 mortenmacfly + +svn10755:  * fixed update scripts + +2016-01-31 12:50 jenslody + +svn10754:  - Fix warning about incorrect color-profile in + png-files of new sdl2-wizard. + +2016-01-31 12:50 jenslody + +svn10753:  * wxContribItems: build fix for Linux (at least 2.8 on + Fedora). + This item is problematic, because it's also part of wxWidgets (at + least on 2.8 on Fedora) and the build-system picks up the + system-header and not the one included with C::B ! + +2016-01-31 12:50 jenslody + +svn10752:  * Remove wxDateTimePicker from linux build-files, + because it's windows-only. + That's the cause why it was not included before. + +2016-01-31 09:11 mortenmacfly + +svn10751:  - updated SVN file type properties for Linux files + +2016-01-31 09:10 mortenmacfly + +svn10750:  - updated SVN file type properties for Linux files + +2016-01-31 09:07 mortenmacfly + +svn10749:  * moved wxDateTimePicker to wxContribItems and made it + wx30 compatible (its present there) + * reduced a lot of compiler warnings + * updated project files and build system + +2016-01-30 06:47 mortenmacfly + +svn10747:  * SpellChecker: Support Unicode path names (thanks + White-Tiger) + * SpellChecker: Better support short forms like "doesn't" (thanks + White-Tiger) + +2016-01-30 06:21 mortenmacfly + +svn10746:  * fixed some Unix build files for building C::B using + C::B (thanks stahta01) + +2016-01-28 22:40 fuscated + +svn10745:  * debugger: Fix gdb watch parsing error when there is + a repeating sequence just before a closing brace '}' + +2016-01-28 19:34 mortenmacfly + +svn10743:  * applied patch by stahta01: remove wxpropgrid include + dir from wx30 builds + +2016-01-28 18:16 mortenmacfly + +svn10742:  * updated update scripts for windows and Unix + +2016-01-28 18:04 mortenmacfly + +svn10741:  - updated SVN ignore pattern + +2016-01-28 18:02 mortenmacfly + +svn10740:  * added cbp2make to Unix C::B based build system + +2016-01-28 18:01 mortenmacfly + +svn10739:  - fixed a lot of Linux compiler warnings + +2016-01-28 18:01 mortenmacfly + +svn10738:  * cbp2make: fixed a lot of weired code and therefore + compiler warnings + +2016-01-28 16:27 mortenmacfly + +svn10737:  * added cbp2make unix wx30 project file (knowing that + this does not use wx it is for compiling it in the right release + directory + +2016-01-28 16:22 mortenmacfly + +svn10736:  * added cbp2make unix project file + +2016-01-28 15:53 mortenmacfly + +svn10735:  * reverted commit r10732+10734 as Mozilla code + requires C++11 on Linux which is not the default and needs to be + discussed (I wasn't aware of that as I use C++11 on windows all + the time) + +2016-01-28 15:39 mortenmacfly + +svn10734:  * compilation fix for Linux + +2016-01-28 15:20 mortenmacfly + +svn10733:  * user contribution: added FLUID and SDL2 templates + +2016-01-28 15:17 mortenmacfly + +svn10732:  * updated Mozilla char detector to recent Mozilla + version to keep in sync (no function chnage) + +2016-01-28 15:07 mortenmacfly + +svn10731:  - non-PCH fix + +2016-01-28 15:07 mortenmacfly + +svn10730:  * user contributions: support for new compilers: + android-GCC MW, powerpc-EABI + * added more common options to clang, gcc, msvc + +2016-01-28 15:05 mortenmacfly + +svn10729:  * CC: show an error to the user if expression could + not be resolved + +2016-01-28 15:05 mortenmacfly + +svn10728:  * added cbp2make to build system + +2016-01-28 15:03 mortenmacfly + +svn10727:  * added (further improved) cbp2make by mirai-computing + due to project seems dead otherwise + +2016-01-28 14:47 mortenmacfly + +svn10726:  * const correctness and style + +2016-01-28 14:47 mortenmacfly + +svn10725:  * user contribution: hack for script binding to log + messages with any buffer size + +2016-01-28 14:42 mortenmacfly + +svn10724:  * user contributions: added autotools, cu and inno + setup lexers + +2016-01-28 14:41 mortenmacfly + +svn10723:  * todolist plugin: some code improvements by frithjofh + +2016-01-28 14:39 mortenmacfly + +svn10722:  * because we can handle it: added Java wizards for fun + +2016-01-28 14:37 mortenmacfly + +svn10721:  * user contributions: added qt5 and improved qt4 + wizard + +2016-01-28 14:35 mortenmacfly + +svn10720:  * user contribution: added arduino and msp430 wizards + +2016-01-28 14:34 mortenmacfly + +svn10719:  * user contribution: added SDL2 wizard + +2016-01-28 14:33 mortenmacfly + +svn10718:  * user contribution: added wizard for D language + +2016-01-28 14:31 mortenmacfly + +svn10717:  * user contribution for project importer: better + handling for more recent VC workspaces / project files + +2016-01-28 14:28 mortenmacfly + +svn10716:  *pumped hunspell lib to more recent version to allow + adding additional / multiple dictionaries + * hunspell plugin: some status messages to the user to track down + if something goes wrong + +2016-01-28 14:25 mortenmacfly + +svn10715:  * pumped wxPDFdocument to v0.9.5 for better wx30 + compatibility + +2016-01-28 14:20 mortenmacfly + +svn10714:  * missing wxGetSingleChoiceIndex -> + cbGetSingleChoiceIndex conversion (and reduced some warnings) + +2016-01-28 14:19 mortenmacfly + +svn10713:  * some remaining wxGetTextFromUser -> + cbGetTextFromUser conversions + +2016-01-28 14:17 mortenmacfly + +svn10712:  * pumped AStyle library to more recent one for + C++11/14 support + +2016-01-28 14:15 mortenmacfly + +svn10711:  * fixed bug in abbreviations plugin with + non-alpha-numeric character abbreviations (thanks BlueHazzard) + +2016-01-28 14:09 mortenmacfly + +svn10710:  * user contribution: correct template title not to use + illegal characters + +2016-01-28 14:09 mortenmacfly + +svn10709:  * do not add a cmd.exe in front of NUL when replacing + macros + +2016-01-28 14:08 mortenmacfly + +svn10708:  * user contribution: allow to rename virtual folders + via menu + +2016-01-28 14:08 mortenmacfly + +svn10707:  * user contribution: select highlighting scheme from + status bar for convenience + +2016-01-28 13:31 mortenmacfly + +svn10706:  * updated doxygen documentation control files for SDK + and wxSmith + +2016-01-25 19:54 mortenmacfly + +svn10703:  * merged release branch into trunk (no functional + change) + +2016-01-25 19:46 mortenmacfly + +svn10700:  * removed artifacts that caused error that wxSmithPlot + manifest file was not found + * updated Windows and Linux build system accordingly + +2016-01-23 16:39 mortenmacfly + +svn10694:  - merged remaining files from release branch into + trunk (no functional change) + +2016-01-23 16:26 mortenmacfly + +svn10693:  * merged release branch into trunk (no functional + change) + +2016-01-22 12:58 mortenmacfly + +svn10691:  - codestat plugin: consistent coding style + +2016-01-22 12:52 mortenmacfly + +svn10690:  - fix for non-PCH compilers an wx30 project(s) (part + 2) + +2016-01-22 12:50 mortenmacfly + +svn10689:  - fix for non-PCH compilers an wx30 project(s) + +2016-01-22 12:24 mortenmacfly + +svn10688:  - wxSmith: reduced warnings wrt switch statements and + unused variables (no functional change) + +2016-01-22 10:56 mortenmacfly + +svn10687:  * removed empty folder + +2016-01-22 10:53 mortenmacfly + +svn10686:  * wxSmith: introduced settings wrt to controlling + translation and style of translation code (wxT(), _T()...) + globally (Part2) + * added forgotten wxGetSingleChoiceIndex -> + cbGetSingleChoiceIndex translation (Part2) + - wxSmith: reduced warnings wrt switch statements and unused + variables (no functional change) (Part2) + +2016-01-22 10:51 mortenmacfly + +svn10685:  * wxSmith: introduced settings wrt to controlling + translation and style of translation code (wxT(), _T()...) + globally + * added forgotten wxGetSingleChoiceIndex -> + cbGetSingleChoiceIndex translation + - wxSmith: reduced warnings wrt switch statements and unused + variables (no functional change) + +2016-01-22 10:49 mortenmacfly + +svn10684:  - wxSmith: reduced warnings wrt switch statements and + unused variables (no functional change) + - wxSmith: portions re-generated due to new wxSmith (no + functional change) + +2016-01-22 10:46 mortenmacfly + +svn10683:  - wxSmith/properties: reduced warnings wrt switch + statements and unused variables (no functional change) + * wxSmith: do not translate fontmapper code + +2016-01-22 10:46 mortenmacfly + +svn10682:  - wxSmith/properties: reduced warnings wrt switch + statements and unused variables (no functional change) + +2016-01-22 10:45 mortenmacfly + +svn10681:  - wxSmith/properties: reduced warnings wrt switch + statements and unused variables (no functional change) + - wxSmith/properties: portions re-generated due to new wxSmith + (no functional change) + +2016-01-22 10:43 mortenmacfly + +svn10680:  - wxSmith/defitems: reduced warnings wrt switch + statements and unused variables (no functional change) + - wxSmith/defitems: portions re-generated due to new wxSmith (no + functional change) + +2016-01-22 10:42 mortenmacfly + +svn10679:  - wxSmith/defitems: reduced warnings wrt switch + statements and unused variables (no functional change) + +2016-01-22 10:41 mortenmacfly + +svn10678:  - wxSmith/properties: portions re-generated due to new + wxSmith (no functional change) + +2016-01-22 05:38 fuscated + +svn10677:  - sdk: Remove all breakpoint related functions from + EditorBase + +2016-01-22 05:38 fuscated + +svn10676:  - sdk: Remove all bookmark functions from EditorBase - + they are not needed there, just in cbEditor + +2016-01-22 05:38 fuscated + +svn10675:  * editor: Apply patch #71 - Wrap around when reaching + the last bookmark in an editor (thanks beja) + +2016-01-22 05:38 fuscated + +svn10674:  * batch: Apply patch #80 - prevent asking for closing + the workspace in batch builds (thanks Bat) + +2016-01-21 10:36 mortenmacfly + +svn10673:  * applied patch by frithjofh w/ some refactoring for + the search/replace dialog (see + http://forums.codeblocks.org/index.php/topic,20849.msg142364.html#msg142364) + +2016-01-20 23:40 fuscated + +svn10672:  - ui: Remove (new) from the name of the watches window + +2016-01-20 23:40 fuscated + +svn10671:  - debugger: Build fix for OSX + + > It seems that OSX defines uint64_t as long long, so we need a + separate + if def for it. But the code is already to complex here. For this + reason + I'm switching it to use stringstream. The wx functions are not + portable, + when using uint64_t as a type instead of long. + +2016-01-20 23:40 fuscated + +svn10670:  * wx3: Fix assert when the search mask in the + Find/Replace dialog is empty (fix formatting of the code around) + +2016-01-18 23:58 fuscated + +svn10669:  - build fix when using clang-3.7, it seems that it + doesn't like exception specifications + +2016-01-17 14:42 mortenmacfly + +svn10668:  - fixed wrong message in batch builds on errors + +2016-01-17 13:58 fuscated + +svn10667:  - ui: Fix compilation with wx28 and wx30 + +2016-01-17 13:58 fuscated + +svn10666:  * ui: Use the app window in cbGetSingleChoiceIndex and + cbGetTextFromUser as parent when nullptr is passed + +2016-01-17 13:58 fuscated + +svn10665:  * ui: Replace calls to wxGetTextFromUser with a custom + function that allows sizing and proper placement (also add + missing PlaceWindow calls when the wxTextEntryDialog is used) + +2016-01-17 13:58 fuscated + +svn10664:  * ui: Replace calls to wxGetSingleChoiceIndex with a + custom function that allows sizing and proper placement + +2016-01-17 13:58 fuscated + +svn10663:  * ui: Limit the vertical resizing of the EditPath + dialog + +2016-01-17 13:58 fuscated + +svn10662:  * ui: Use a std dialog button sizer in the GDB's + breakpoints dialog + +2016-01-17 13:58 fuscated + +svn10661:  - ui: Remove strangely looking SetSize call, remove + the static line widget from Compiler flags dialog + +2016-01-17 13:58 fuscated + +svn10660:  - ui: Rename the OK button to Close in the configure + tools dialog + +2016-01-17 13:58 fuscated + +svn10659:  - ui: Remove a panel and a flexgridsizer from the + compiler flags dialog + +2016-01-17 13:58 fuscated + +svn10658:  * ui: Make the edit path sizable + +2016-01-17 13:58 fuscated + +svn10657:  - ui: wxSmith added some alingments + +2016-01-17 13:58 fuscated + +svn10656:  * ui: Replace box sizers with std dialog button sizers + where possible, also expand the sizers + +2016-01-17 13:58 fuscated + +svn10655:  * ui: Expand the std button sizers in order to make + the dialogs look better on wxGTK + +2016-01-17 11:08 mortenmacfly + +svn10654:  - add run parameters to executables in unix projct + file + +2016-01-17 11:04 mortenmacfly + +svn10653:  - not need to build a specific autorevision for unix + and wx30 (it does not use wx) + +2016-01-17 10:40 fuscated + +svn10652:  - autorevision: Fix project files to search for .git + and .svn in the root of the repo, not in the src folder + +2016-01-17 10:40 fuscated + +svn10651:  - autorevision: Use getline, because the operator>> + doesn't work reliably on linux (returns the string without the + closing comment) + +2016-01-17 10:40 fuscated + +svn10650:  - autorevision: Extract the time too + +2016-01-17 10:40 fuscated + +svn10649:  - autorevision: Rework the code to properly extract + the revision/date from git based checkouts + +2016-01-16 15:42 mortenmacfly + +svn10648:  - implemented some asserts to wxSmith to hunt crash + bugs on wx30 (no functional change) + - silence a compiler warning in wxSmith + +2016-01-16 15:41 mortenmacfly + +svn10647:  - CCTest: use "+" for PASS and "-" for FAIL in log + (like other analysis tools do as well) + +2016-01-16 15:40 mortenmacfly + +svn10646:  - new format for old formatted project files (Windows + only) + +2016-01-16 15:40 mortenmacfly + +svn10645:  - update of wxthings (no functional change) + +2016-01-16 15:34 mortenmacfly + +svn10644:  * re-factored CppCheck plugin: add PATH to cppcheck + executable if required before the call + +2016-01-09 12:44 fuscated + +svn10640:  * revert rev 10634 because matching all files for + plain text is wrong + +2016-01-06 06:39 mortenmacfly + +svn10639:  * applied (modified) patch by stahta01 to relax + wizards when searching for library files to link against, see: + http://forums.codeblocks.org/index.php/topic,20730.msg142215.html#msg142215 + +2016-01-03 04:15 alpha0010 + +svn10638:  - add some comments (no functional change) + +2015-12-29 16:30 fuscated + +svn10637:  - builds: Remove unused managedthread files + +2015-12-29 16:30 fuscated + +svn10636:  - warnings: Fix some warnings reported by clang + (mostly unused member variables) + +2015-12-29 16:30 fuscated + +svn10635:  - warnings: Remove checks if this is nullptr + + > According to the standard this is always valid pointer, so + checking if it + is equal to nullptr is undefined behaviour. This means that the + compiler + is free to do whatever it likes. And at least one compiler + (clang) is + known to remove such checks, leading to crashes. The proper fix + is to + check if the pointer is valid before calling the method! If you + observe + crashes after this commit please fix them properly and don't + revert this + commit! + +2015-12-29 16:30 fuscated + +svn10634:  * editor: Add lexer config for plain text files + +2015-12-29 16:30 fuscated + +svn10633:  * ui: Show file in the project tree command should + show the Management tab if it is closed + +2015-12-29 16:30 fuscated + +svn10632:  - sdk: Fix a spelling error + +2015-12-28 09:55 mortenmacfly + +svn10630:  * disable saving / loading editor layout by default + (due to a bug) + +2015-12-20 19:01 mortenmacfly + +svn10627:  - build-fix for non-PCH compilers (including wx30 and + wx30_64 workspaces) + +2015-12-17 21:00 mortenmacfly + +svn10625:  * make loading/restoring project/editor layout an + option + +2015-12-13 06:07 mortenmacfly + +svn10623:  * applied patch by darmar: parsing Gfortran v5.* + compiler messages in new v5.* format; option -fopenmp should be + applied at compiler and linker command line + +2015-12-10 21:49 jenslody + +svn10621:  linux autofoo: fix libwxmathplot LDFLAGS + +2015-12-10 14:44 ollydbg + +svn10620:  - CC: add many comments in the ClassBrowser class. + +2015-12-10 14:43 ollydbg + +svn10619:  - CC: remove unused member function in ClassBrowser + class. + +2015-12-10 14:42 ollydbg + +svn10618:  * CC: fix a parsing std namespace bug. + + When parsing the code snippet below: + namespace std _GLIBCXX_VISIBILITY(default) + { + class vector + { + size_t size(); + } + } + Where the _GLIBCXX_PSEUDO_VISIBILITY is not defined, we need to + skip the whole + content after the "std", and before "{". + The solution is that we checks which token is skipped by the + SkipToOneOfChars + function. If it is the "{", then we need to still recognize it as + the + beginning of the namespace body. + + A test case is also added. + + See discussion in: + http://forums.codeblocks.org/index.php/topic,20729.msg141532.html#msg141532 + +2015-12-10 14:41 ollydbg + +svn10617:  - SDK: fix build warning about "-Woverloaded-virtual", + see discussion: + + http://forums.codeblocks.org/index.php/topic,20607.msg140888.html#msg140888 + +2015-12-08 21:34 fuscated + +svn10616:  * debugger: Fix issue #254 - make it possible to use + the stop button for the CDB debugger (thanks maras420) + +2015-12-08 21:34 fuscated + +svn10615:  * wx3: Fix the ValueTooltip autosizing. It was + disabled for wx29, but should work in all wx3.0, because my patch + should be in them + +2015-12-07 19:01 mortenmacfly + +svn10613:  * applied patch to remove and sync macro prefixes + (thanks White-Tiger) + * applied patch to make Cygwin compiler work with recent Cygwin + installations (thanks stahta01) + +2015-12-07 06:10 jenslody + +svn10612:  - Remove wxsSmithPlot from Code::Blocks + windows-workspace. + +2015-12-07 05:40 jenslody + +svn10611:  * Linux: fix for "make dist" + +2015-12-07 05:32 jenslody + +svn10610:  * wx{Smith}ContribItems/wxSmithPlot, wxMathPlot: move + wxMathPlot and it's counterpart wxSmithPlot in wxContribItems and + wxSmithContribItems. + +2015-12-05 15:15 ollydbg + +svn10609:  - CC: cleaning up a condition check.(Thanks frithjofh) + + The condition check !A || (A && B) + + is really the same as + + !A || B + +2015-12-05 15:14 ollydbg + +svn10608:  * SDK: fix a bug in configmanager.cpp which can lead + to undefined behaviour. + + Function used map.erase(iterator) and then tries to increment + that iterator + in the next loop and use it again. this is undefined according to + both wx + documentation and stl documentation. Replaced call to + map.erase(iter) + inside the loop with call to clear map.clear() after the loop. + Patch contributed by forum user frithjofh. + +2015-12-05 15:13 ollydbg + +svn10607:  - CC: adjust some comments + +2015-12-05 15:07 ollydbg + +svn10606:  - CC: more document added + +2015-12-05 15:07 ollydbg + +svn10605:  - SDK: add some document of cbThreadPool class + +2015-11-28 14:10 pecanh + +svn10604:  * Tools/configure/add - change description of + $$(macros) to $(macros) + +2015-11-24 23:21 mortenmacfly + +svn10601:  - landed at 15.12 + +2015-11-23 10:20 mortenmacfly + +svn10600:  - whitespace, ability to distinguish between two + actually different error messages + +2015-11-23 10:18 mortenmacfly + +svn10599:  * Addr2LinUI: make use of new -C parameter for + addr2line (required for more recent GCC's) + +2015-11-23 10:18 mortenmacfly + +svn10598:  - updated project file for cb_share_config + +2015-11-23 10:12 mortenmacfly + +svn10597:  * fixed bug #261: cb_console_runner is started using + ambiguous path + +2015-11-18 01:53 fuscated + +svn10595:  - autotools: Fix make dist + +2015-11-17 19:29 mortenmacfly + +svn10591:  * assign CRTL+P to the "Print" command by default (why + wasn't this the case in the first place?!) + +2015-11-17 19:27 mortenmacfly + +svn10590:  - fixed mixed linefeeds in XRC resource file + +2015-11-15 19:21 mortenmacfly + +svn10589:  * fixed serious bug #249 Custom build commands broken + by nonsensical quotes (macros handling) + * fixed several further candidates for the same bug in other file + macros + +2015-11-15 18:27 fuscated + +svn10588:  - headerfixup: Fix compilation after r10584 + +2015-11-15 17:13 mortenmacfly + +svn10587:  * applied patch #147 'Add file(s)' doesn't account for + all generated files for all target's compilers by scarphin + +2015-11-15 17:09 mortenmacfly + +svn10586:  - reverted wrong compiler in 64 bit project file for + wxSmith Plot plugin + +2015-11-15 17:06 mortenmacfly + +svn10585:  * applied patch #102 wxSmithPlot plugin fix by wekn + eve iknvwnv + +2015-11-15 16:26 mortenmacfly + +svn10584:  * Header Fixup plugin: applied patch #235: Partial STL + completion by Morwenn + +2015-11-15 16:14 mortenmacfly + +svn10583:  * astyle update to v2.0.6pre (required due to license + change) + +2015-11-15 16:13 mortenmacfly + +svn10582:  * astyle plugin: fixed saving some options did not + work, based on patch #183 by Li Minggang + +2015-11-15 15:55 mortenmacfly + +svn10581:  * project options manipulator plugin: support + replacements of (existing) custom vars, based on patch #253 by + bluehazzard + +2015-11-15 09:51 mortenmacfly + +svn10578:  - added more files to the release notes + +2015-11-15 09:40 mortenmacfly + +svn10577:  * added notes for releases + +2015-11-15 09:17 mortenmacfly + +svn10575:  * new version of crash handler (exchndl): more + resiliency against truncated PE files and log message when + loading symbols + +2015-11-15 01:25 fuscated + +svn10574:  - Fix compilation broken in r10573 + +2015-11-14 18:56 mortenmacfly + +svn10573:  * project options manipulator plugin: fixed a bug when + operating linker libs + * project options manipulator plugin: fixed a bug when operating + resource compiler path's + +2015-11-14 18:29 mortenmacfly + +svn10572:  * CC: fix a re-entry crash in CC when calling compiler + to get compiler/platform parameters + * CC: avoid calling a compiler from within CC that does actually + not exist (avoids debug messages) + - some whitespace corrections + +2015-11-14 17:55 pecanh + +svn10571:  CodeCompletion - Tell parser internal threads to abort + when project is closed. + +2015-11-14 16:53 fuscated + +svn10570:  - wx30: Fix where the SmartIndent plugin searches for + libs on unix + +2015-11-14 16:16 mortenmacfly + +svn10569:  - whitespace & formatting + +2015-11-14 16:09 mortenmacfly + +svn10568:  - CC: method "GetTokenBaseType": make use of C++ casts + and wxIsspace in favor of comparison to space only (could also be + a tab or alike) + +2015-11-14 16:03 mortenmacfly + +svn10567:  * project options manipulator plugin: allow to limit + scope of operations to specific target types (allows e.g. to add + an option to executable targets only) + +2015-11-14 14:06 jenslody + +svn10566:  * wx3.0: fix "Fit toolbars" and "Optimize toolbars". + GetSize() gives incorrect (too small) results, if the toolbar is + partly outside the mainframe. + GetBestSize() gives correct results. + Take the gripper size into account, to determine the overall size + of a toolbar. Or the toolbar might be partly outside the + mainframe and some elemnts inside it are not shown. + Elements inside the toolbar that are not completely visible, will + not be shown at all with wx3.0 (at least not with wxGTK). + +2015-11-14 14:06 jenslody + +svn10565:  - Remove redundant call to DoFixToolbarsLayout(), it + gets already called from inside DoUpdateLayout() in the next + line. + +2015-11-13 20:05 fuscated + +svn10564:  * debugger: Fix issue with watches window column + auto-sizing (fixes ticket #153, patch by sbezgodov) + +2015-11-11 23:57 fuscated + +svn10563:  - wx30: Hopefully fix the capture mouse assert once + and forever (ticket #248) + +2015-11-07 16:52 mortenmacfly + +svn10561:  * even more compilation fixes, including some for + non-PCH/wx30 builds + +2015-11-07 16:28 mortenmacfly + +svn10560:  * fixed compilation errors on Windows builds + introduced in last commits + +2015-11-07 13:33 ollydbg + +svn10559:  - remove the DLLIMPORT from class InfoPane. + + We don't need to export this symbol from src/src/infopane.h + This fixes a regression introduced in rev10558. + +2015-11-07 09:54 ollydbg + +svn10558:  * SDK: add many DLLIMPORT or EVTIMPORT decorations for + class definition and function declarations. + + Currently, under Windows, all the symbols were exported from the + codeblocks.dll. + So, this commit doesn't change the symbol export method. + But in the future, only the symbols have DLLIMPORT or EVTIMPORT + decoration will be exported. + See discussions in our forum: + http://forums.codeblocks.org/index.php/topic,20607.msg140712.html#msg140712 + +2015-11-07 09:51 ollydbg + +svn10557:  * CC: parser - reverted part of commit r10230 to fix + regression in parsing of 'if' condition. (Thanks Huki) + + For sample code: + void Function2(void) + { + int value1 = 0; + int value2 = 0; + + // hover on "value1" + if (!value1) {} + // hover on "value1" and "value2" + if (value1 && value2) {} + + // Above tooltips will be shown correctly because the statements + // within if(...), do(...), etc are NOT parsed entirely. + // Revision 10230 "fixes" this problem, but now, parsing these + statements + // introduces the following regression. + //if (!value1) {} // adds a new token "! value1" + //if (value1 && value2){} // adds a new token "value1&& value2" + } + Also, a new cctest case file is added. + Note that currently our CCTest system can only test code + completion in global mode + Which means the test cases inside the function body can't be + executed. + More detailed discussion can be found here: + http://forums.codeblocks.org/index.php/topic,19769.msg140689.html#msg140689 + + - CCTest: add new test cases for some of the latest commits. + +2015-11-07 09:49 ollydbg + +svn10556:  * CC: parser - fixed handling of assignment within for + loop. (Thanks Huki) + + This is an enhancement on the original patch, see revision 8700, + and the related + patch page: + http://alpha0010.github.io/cb-history/patches/3345.html + See discussion here: + http://forums.codeblocks.org/index.php/topic,19769.msg140855.html#msg140855 + +2015-11-07 09:49 ollydbg + +svn10555:  * CC: parser - fix for function pointer parsing with + assignment. (Thanks Huki) + + Parsing code pattern: + m_Str AAA (*BBB) (...) = some_function; + See discussion here: + http://forums.codeblocks.org/index.php/topic,19769.msg140852.html#msg140852 + +2015-11-01 09:18 jenslody + +svn10554:  - Remove forgotten debug-statement, leading to a + build-error in non-pch mode. + +2015-10-31 16:34 jenslody + +svn10553:  * Bump sdk-minor-version due to recent changes to + cbauibook.h + +2015-10-31 16:34 jenslody + +svn10552:  - cbAuiNotebook: do not save tab-layout of files not + belonging to any project. + +2015-10-31 16:34 jenslody + +svn10551:  * cbAuiNotebook: only save tab-layout of the files + belonging to the project in a project-layout file; save all tabs + in a workspace-layout file (as before) + +2015-10-31 16:34 jenslody + +svn10550:  * cbProject: do not try to load non existing files; + should fix issue with automagically split editors, if some + source-files do not exist, but have fileOpen set to true. + See: + http://forums.codeblocks.org/index.php/topic,20667.msg140705.html + +2015-10-31 11:21 fuscated + +svn10549:  - wx30: Fix the build with wx3 that is build in STL + mode + +2015-10-25 11:37 mortenmacfly + +svn10548:  - correct mixed EOL in a few files + +2015-10-25 11:34 mortenmacfly + +svn10547:  - CC: more test cases, removed strange XRC tree list + entries + +2015-10-23 23:03 jenslody + +svn10546:  * Linux (Mac ?): fix 32bit build, needed after commits + 10539 and 10540 (not tested on Mac), see: + http://forums.codeblocks.org/index.php/topic,20155.msg140603.html#msg140603 + +2015-10-23 23:03 jenslody + +svn10545:  * Windows: fix incorrect base when converting string + to address + +2015-10-23 12:53 mortenmacfly + +svn10544:  * applied patch by scarphin to fix & issue with member + vars in new class wizard (see here: + http://forums.codeblocks.org/index.php/topic,19713.msg140583.html#msg140583) + +2015-10-19 23:31 fuscated + +svn10542:  - unix: Mark the update scripts as sh script, so they + can be run in the fish shell + +2015-10-19 23:31 fuscated + +svn10541:  * editor: Make it possible to override the whitespace + markers colour (thanks to yvesdm3000195) + +2015-10-19 21:59 fuscated + +svn10540:  - debugger: Use proper types in the API of the + Disassembly dialog (int and uint64_t) + +2015-10-19 21:59 fuscated + +svn10539:  * debugger: Improve experience with 64bit builds on + windows and wx2.8 + + > Add a function to convert a string containing a hex number to + uint64_t. + > Make the address in the stackframe always to be 64bit, no + matter of the + way we've build Code::Blocsk (32 or 64 bit). + > Add cbStackFrame::GetAddressAsString which should be used to + convert the + address to string, because it knows how to do it properly. + +2015-10-18 12:10 mortenmacfly + +svn10538:  - do not use "xcopy /D" for crash handler as already + copied files might be already corrupt and would be skipped due to + newer date + +2015-10-18 12:02 mortenmacfly + +svn10537:  * fixed corrupting symsrv.dll of crash handler + (exchndl) due to stripping symbols + +2015-10-18 10:13 fuscated + +svn10536:  * ui: Limit the vertical resizing of the + EditBreakpoint dialog + +2015-10-18 10:13 fuscated + +svn10535:  - ui: Save the breakpoints.xrc with newest version of + wxSmith + +2015-10-18 10:13 fuscated + +svn10534:  * ui: Make 'Project dependencies' and 'About plugin' + dialogs to fit their content + +2015-10-18 10:12 fuscated + +svn10533:  - wx30: Fix assert for calling EndModal twice in the + compiler flags dialog + +2015-10-18 07:04 mortenmacfly + +svn10532:  - respect (wx)scintilla coding style + +2015-10-18 07:03 mortenmacfly + +svn10531:  * compiler: do no operate empty compiler options + +2015-10-18 07:02 mortenmacfly + +svn10530:  * improve compiler detection for Intel compiler suite + +2015-10-15 07:06 fuscated + +svn10529:  * scintilla: Fix issue #231 - don't allocate new ids + every time a timer is created or for every editor + +2015-10-05 17:59 fuscated + +svn10528:  * wx30: Fix assertion when using arrow keys in a + cbTreeCtrl (reported here + http://forums.codeblocks.org/index.php/topic,20629.0.html) + + > Just removing the code, the arrow keys seems to be working in + both wx2.8 + and wx3.0. + +2015-10-04 15:13 mortenmacfly + +svn10527:  * applied patch by (?): Support for "scope" in class + wizard + +2015-10-04 15:09 mortenmacfly + +svn10526:  * removed invalid chars in source files (?!) + +2015-10-04 14:58 mortenmacfly + +svn10525:  * wxSmith: write correct (most recent) version number + to XRC files worked on with wxSmith to avoid "XML res files + version must match" warning + +2015-10-04 14:56 mortenmacfly + +svn10524:  * wxSmith: fixed bug as explained here: + http://forums.codeblocks.org/index.php/topic,20607.0.html + +2015-10-04 10:05 fuscated + +svn10523:  * wx30: Fix an assert when the project is modified + externally and the user clicks on an editor (fixes issue #186) + +2015-10-04 01:23 fuscated + +svn10521:  - compiler: Fix crash related to unspecified order of + initialization introduced in rev10519 + +2015-10-03 22:05 fuscated + +svn10520:  * compiler: Fix wx30 asserts when trying to execute + empty make commands (fixes issue #219) + + > Print warnings/errors when empty commands are detected. + > Move most of the code in the DoCleanWithMake, so the code for + make + cleaning is in one single place. + > Rework the logging code for make commands to print in both the + build log + and build message, when appropriate. + > Extend CompilerGCC::LogMessage to support printing errors to + build + messages and also to support messages that start with + COMPILER_SIMPLE_LOG. + +2015-10-03 22:05 fuscated + +svn10519:  - compiler: Make all COMPILER_* macros global + constants in order to minimize the number of wxString + contructions + +2015-10-03 22:05 fuscated + +svn10518:  * wx30: Fix issue #221 - don't try to access deleted + notebook pages + +2015-10-01 06:34 mortenmacfly + +svn10515:  - SVN EOL style clean-up (thanks stahta01) + +2015-10-01 06:04 mortenmacfly + +svn10514:  * update scripts: don't forget to copy *.yes files + from devel to output folder (crash handler related, Windows only) + +2015-10-01 05:29 mortenmacfly + +svn10513:  * reverted two accidentally committed experimental + compiler flags for MSVC + +2015-09-29 20:30 alpha0010 + +svn10512:  * correct remaining compiler settings regex + conditionals for GCC 5 + +2015-09-29 12:54 killerbot + +svn10511:  * correct some regular expressions for compiler + settings + +2015-09-29 11:50 mortenmacfly + +svn10510:  * hunspell lib: Update to v1.3.3 for security fixes + and to fix crash with Korean keyboard + +2015-09-29 11:48 mortenmacfly + +svn10509:  * compiler: Support for -m32 and -m64 compiler switch + * compiler: Support for -std=c99 switch + * compiler: MSVC: Support for Multi-threaded Debug Runtime + Library, fixed non-debug switch + +2015-09-28 21:46 killerbot + +svn10508:  * gcc and clang : support -std=c++14 + +2015-09-27 19:09 fuscated + +svn10507:  - debugger: Small optimization + +2015-09-26 21:15 fuscated + +svn10506:  * compiler: Add support for multi-line error messages + for gfortran (thanks Darmar, + http://forums.codeblocks.org/index.php/topic,20265.0.html) + +2015-09-26 21:10 fuscated + +svn10505:  * debugger: Better auto-sizing in the CPU registers + dialog + + > Use wxLIST_AUTOSIZE_USEHEADER on windows and in wx3.1, because + there it + resizes the column to fit both the header name and the longest + inserted + item. See wx issue http://trac.wxwidgets.org/ticket/10326 for + details. + +2015-09-26 21:10 fuscated + +svn10504:  * wx30: Fix an assert in the CPU registers dialog + + > Using %x as format specifier and a size_t variable causes the + assert. + > I've fixed this by removing the conversion and using wxStrings + all the + way. + > This changes the behaviour a bit, but I think it is for the + better. Now + instead of converting the value to unsigned int we show the value + returned by the debugger (only GDB). + +2015-09-26 13:33 ollydbg + +svn10503:  * CC: fix bug #224 Duplication in documentation + tooltip + + For a function Token which is shared by both the header file and + the + implementation file. When we reparse the implementation file, we + should + only refresh the doxygen document for the implementation file. + Currently + we don't have a mechanism to remember the documents for two + different + files. + + In this commit, I remove the m_TokenDocumentationMap in the + TokenTree class + while, I introduce two fields in Token class to record the two + piece of + the document in different files, and refresh only one piece if a + single + file get reparsed. This won't get document duplicated after the + reparse. + + See discussions here: + https://sourceforge.net/p/codeblocks/tickets/224/ + +2015-09-26 09:17 fuscated + +svn10502:  * SDK: Add two new events that are fired when the + workspace is closed (details + http://forums.codeblocks.org/index.php/topic,20582.0.html) + +2015-09-25 10:12 mortenmacfly + +svn10501:  * harmonised the bzip2 library used in devpak, help + AND (wx)SpellChecker plugins + +2015-09-25 10:10 mortenmacfly + +svn10500:  * harmonised the bzip2 library used in devpak and help + plugins + +2015-09-11 00:56 ollydbg + +svn10499:  * CC: do not reset the recorded macro expansion stack + when it exceed the limit. + + Also, a test case is added. + If we have a macro definition "#define member FF.member", and + expanding the usage. + "FF" could also be expanded many times, which exceeds the + s_MaxMacroReplaceDepth + When initially expand the "FF.member", the anchor point is + recorded as below. + ^-----anchor point + This protect the "member" get expand again. But if we reset the + m_ExpandedMacros when + expanding the "FF", then the "member" will expand again, which + leads to infinite loop. + + This fix bug reported here: + http://forums.codeblocks.org/index.php/topic,20568.0.html + +2015-09-10 15:09 ollydbg + +svn10498:  - CC: document the + Tokenizer::CalcConditionExpression() function. + +2015-09-10 14:45 ollydbg + +svn10497:  - CC: remove the unused function + Tokenizer::SkipBlock() + + Because those kinds of functions are now in Parserthread class + Also fix typos in the comments + +2015-09-10 14:17 ollydbg + +svn10496:  - CC: tweak comments. + +2015-09-08 06:06 ollydbg + +svn10495:  * CC: Apply patch SF #199 suppression of the + multiasterisk comments + + Patch contributed by DmitryStu. + This patch suppresses interpretation of the comments styled as + + /********* not a doxygen comment ***********/ + + or + + /********************************************/ + /* also not a doxygen comment */ + /********************************************/ + + as a doxygen comment. + Unfortunately, comments in such style are found in third-party + includes. + See: https://sourceforge.net/p/codeblocks/tickets/199/ + +2015-09-08 05:31 ollydbg + +svn10494:  * CC: fix bug #16 remove the __attribute__(xxx) in + function arguments + + We have those code snippet: + In header file: + void CodeCompletion::OnFindReferences(wxCommandEvent& event) + In implementation file: + void CodeCompletion::OnFindReferences(cb_unused wxCommandEvent& + event) + + Now, the cb_unused is expanded to __attribute__(__unused__) + Thus, those two function tokens can't be merged together since + their + compact function parameters are different. + We fix this issue by removing the __attribute__(...) in + ParserThread::GetBaseArgs() function. + See: + http://sourceforge.net/p/codeblocks/tickets/16/ + Note that ParserThread::GetBaseArgs() function still has many + issues + need to be fixed. + +2015-09-08 02:24 ollydbg + +svn10493:  * CC: fix a bug that GetBaseArgs() stop on an inner + comma char. + + Here is an example: + input: (int* f1(char x, char y)) + wrong output: (int*,char)) + fixed output: (int*) + See discussion: https://sourceforge.net/p/codeblocks/tickets/16/ + +2015-09-08 02:23 ollydbg + +svn10492:  - CC: add comments in the ParserThread::GetBaseArgs() + function body + +2015-09-08 02:22 ollydbg + +svn10491:  - CC: adjust document for GetBaseArgs() function. + + add default arguments as an example in comments + +2015-09-08 02:21 ollydbg + +svn10490:  - CC: minor adjust comments + +2015-09-08 02:20 ollydbg + +svn10489:  - CC: fix a typo in comment. + +2015-09-08 02:18 ollydbg + +svn10488:  * CC: when reading the function argument, add space + after inner ')' + + For example, before the commit, we get: + (__attribute__(xxx)int var) + After the commit, we get: + (__attribute__(xxx) int var) + +2015-09-06 15:22 fuscated + +svn10487:  * unix: Add Generic Name in the Desktop file (fixes + ticket #200) + +2015-09-06 15:22 fuscated + +svn10486:  * UI: Related to issue #207 - Add asserts to the + disconnect methods, so failures when disconnecting events will be + detected + +2015-09-06 15:22 fuscated + +svn10485:  - wx28: Fix assert that the parent menu parameter is + NULL + +2015-09-05 12:57 ollydbg + +svn10484:  * CC: fix bug that the * or & sign is removed in the + inserted text + + See report here: + http://forums.codeblocks.org/index.php/topic,20557.msg139846.html#msg139846 + +2015-09-05 12:56 ollydbg + +svn10483:  * CC: Fix #210 "&" and "*" are differently parsed in + the CC's parser + + See: https://sourceforge.net/p/codeblocks/tickets/210/ + +2015-09-05 02:09 ollydbg + +svn10482:  * SRC: fix tickets #207 Codeblocks crashes when right + click toolbars. + + See: http://sourceforge.net/p/codeblocks/tickets/207/ + +2015-09-05 02:08 ollydbg + +svn10481:  * CC: add a space between '*/&' and the next token + when reading parentheses + + This is a regression of the macro expansion serial patches. + The bug is reported here: + http://forums.codeblocks.org/index.php/topic,20557.msg139846.html#msg139846 + +2015-09-05 02:07 ollydbg + +svn10480:  - CC: remove the tailing space + +2015-09-03 12:49 mortenmacfly + +svn10479:  * fixed build of wxSmithConribItems under Windows with + project files + +2015-09-03 10:02 mortenmacfly + +svn10478:  * fixed issue as described here: + http://forums.codeblocks.org/index.php/topic,20459.0.html + +2015-08-30 23:29 ollydbg + +svn10474:  The dialog can't be resized because the + wxRESIZE_BORDER option is missing here, see: + http://forums.codeblocks.org/index.php/topic,20363.msg139248.html#msg139248 + +2015-08-30 23:29 ollydbg + +svn10473:  - CC: move the keyword sets code after the "Code + Completion page". + +2015-08-30 23:28 ollydbg + +svn10472:  * CC: remove the macro replacement UI part in the CC's + setting dialog + +2015-08-30 23:28 ollydbg + +svn10471:  * CC: fix the cctest regression on + cc_function_ptr.cpp. + + This is because the Tokenizer::ReadParentheses() function add + some + extra spaces in the result, this make the handle function pointer + related code failed. + For example, it return the string + L"(* FuncArray [ 10 ] [ 20 ])". This commit change the string to + old format, which is L"(*FuncArray[10][20])". + See details in: + http://forums.codeblocks.org/index.php/topic,19769.msg138614.html#msg138614 + +2015-08-30 23:27 ollydbg + +svn10470:  * CC: support macros in local scope (patch contributed + by huki) + +2015-08-30 23:27 ollydbg + +svn10469:  * CC: updated ComputeCallTip to remove macro + replacement + + we now do it at the tokenizer level (patch contributed by huki) + +2015-08-30 23:26 ollydbg + +svn10468:  * CC: handle comma char in ParserThread (patch + contributed by huki) + +2015-08-30 23:25 ollydbg + +svn10467:  * CC: fix variable parsing with "=" or "[]" (patch + contributed by huki) + +2015-08-30 23:25 ollydbg + +svn10466:  * CC: fix a bug that calculate the preprocessor + directive exceeds the EOL. + +2015-08-30 23:24 ollydbg + +svn10465:  * CC: clear up the Tokenizer state. + + We only need two states, one is the normal state, which returns + the + whole parentheses as a single token, the other will return them + as + a token list, which is used in handling preprocessor directives. + +2015-08-30 23:23 ollydbg + +svn10464:  * CC: fix a bug that in Parserthread, the token after + #undef is already expanded. + + The reason is that we always get the expanded token in the + Parserthread, so I move the HandleDefines() and HandleUndefs() + functions from Parserthread to Tokenizer class. + +2015-08-30 23:22 ollydbg + +svn10463:  - CC: comment added. + +2015-08-30 23:22 ollydbg + +svn10462:  - CC: code refactoring by using const wxString equal. + +2015-08-30 23:21 ollydbg + +svn10461:  - CC: code refactoring in Lex() function. + +2015-08-30 23:20 ollydbg + +svn10460:  - CC: remove unused code. + +2015-08-30 23:20 ollydbg + +svn10459:  * CC: use the macro expansion stack, this avoid + expanding the used macros. Set the macro expansion stack limit + value to 5, since I think 5 is enough. + +2015-08-30 23:19 ollydbg + +svn10458:  * CC: massive code remove about user defined macro + replacements(include the UI parts). We don't need them any more. + part 1 + +2015-08-30 23:18 ollydbg + +svn10457:  - CC: add some comments and TODOs. + +2015-08-30 23:18 ollydbg + +svn10456:  * CC: remove the user token replace rules load and + save functions, we don't need them if we fully expand macros. + +2015-08-30 23:17 ollydbg + +svn10455:  - CC: clear up the debug log macro definition. + +2015-08-30 23:17 ollydbg + +svn10454:  * CC: when expanding function like macros, the actual + parameter doesn't exists, thus the expansion failed, we need to + reset the m_Lex, so that the caller don't get wrong token. Here + is an example: + + /** + * Command to setup an exception breakpoint (for a throw or a + catch). + */ + class GdbCmd_SetCatch : public DebuggerCmd + { + wxString m_type; + int *m_resultIndex; + wxRegEx m_regExp; + public: + GdbCmd_SetCatch(DebuggerDriver *driver, const wxString &type, int + *resultIndex) : + DebuggerCmd(driver), + m_type(type), + m_resultIndex(resultIndex), + m_regExp(wxT("^Catchpoint[ \\t]([0-9]+)[ \\t]\\(") + type + + wxT("\\)$"), wxRE_ADVANCED) + { + m_Cmd = wxT("catch ") + type; + } + + void ParseOutput(const wxString& output) + { + if (m_regExp.Matches(output)) + { + long index; + m_regExp.GetMatch(output, 1).ToLong(&index); + *m_resultIndex = index; + } + } + }; + + The type is defined in the Squirrel build target, and the "type" + also exists in the function arguments. + +2015-08-30 23:16 ollydbg + +svn10453:  * CC: skip the [] brace when reading the var list. + +2015-08-30 23:15 ollydbg + +svn10452:  * CC: since the macro replacement is already done + inside the GetToken() function, so no need to check the macro + usage. + +2015-08-30 23:14 ollydbg + +svn10451:  * CC: Tokenizer::MoveToNextChar() function simplify. + Remove the parameter of this function, since if we move several + chars, the condition of checking new line is not correct. + +2015-08-30 23:14 ollydbg + +svn10450:  * CC: return "==" "=!" "=<" and "=>" as a single token + in the Lex() function. + +2015-08-30 23:13 ollydbg + +svn10449:  * CC: remove the parameter of bool + Tokenizer::SkipToEOL(bool nestBraces), since all the function + pass the false argument. Update all the caller. + +2015-08-30 23:12 ollydbg + +svn10448:  * CC: remove the first parameter of + Tokenizer::ReadToEOL, since we always don't count brace level. + +2015-08-30 23:11 ollydbg + +svn10447:  - CC: remove Tokenizer::SkipToOneOfChars(), since we + don't use it. + +2015-08-30 23:11 ollydbg + +svn10446:  * CC: improve the + Tokenizer::CalcConditionExpression(), since DoGetToken() always + return a valid expanded token. + +2015-08-30 23:10 ollydbg + +svn10445:  * CC: add a new function Tokenizer::Lex(), which only + do a simple lex without any macro replacement handling, and the + top level DoGetToken() function now get simplified. Also, in the + most top level function (GetToken() and PeekToken()), the + parentheses is read as a whole token. The + Tokenizer::ReadParentheses(wxString& str) function are simplified + and don't use the raw wxChar pointers, and make the code more + readable. + +2015-08-30 23:09 ollydbg + +svn10444:  * CC: handling [ ] in Parserthread instead of + Tokenizer. Also, avoid the recursive call of SkipUnwanted(), and + change it to a while loop. + +2015-08-30 23:09 ollydbg + +svn10443:  * CC: remove unused function HandleMacroExpansion(). + +2015-08-30 23:08 ollydbg + +svn10442:  * CC: remove some macro usage check in the + ParserThread class, since the macro check and replacement are + done in lower level in Tokenizer class. + +2015-08-30 23:07 ollydbg + +svn10441:  * CC: remove dead code (after we enabled checking + macro usage for every identifier like token). Also if the + Tokenizer::ReplaceBufferText() function just substitute to an + empty string, we still need to fetch another token, so return + true in this case. + +2015-08-30 23:06 ollydbg + +svn10440:  * CC: handling the pattern "A B = f();", since we now + skip the right hand side of assignment in ParserThread class. + +2015-08-30 23:06 ollydbg + +svn10439:  * CC and CCTest: handle the skip assignment and + ternary operator in ThreadParse::DoParse() function, not + Tokenizer::SkipUnwanted() function, this can handle skipping of + {} correctly, especially when handling wx's Event handler macros. + +2015-08-30 23:05 ollydbg + +svn10438:  * CC and CCTest: disable the user defined token + replacement, and enable all the macro check on each identifier + like token. + +2015-08-29 20:57 jenslody + +svn10435:  * remove remaining wxALIGN_NOT's in xrc-file to avoid + warnings/asserts. + +2015-08-29 20:49 jenslody + +svn10434:  * NassiShneiderman-plugin: build fix for boost 1.59 + +2015-08-29 08:47 jenslody + +svn10433:  * do not use wxALIGN_NOT, because it can not be parsed + by xrc-handler of wxWidgets unfortunately. + +2015-08-29 08:47 jenslody + +svn10432:  * wxSmith-plugin: do not return wxALIGN_NOT for + empty-flags, because xrc-handlers does not recognize it, use + wxALIGN_LEFT instead, because it's internally the same. + +2015-08-29 08:47 jenslody + +svn10431:  * wxSmith-plugin: allow wxALIGN_CENTER (2d-centered) + in sizeres again, as it is handled differently in wxWidgets, see: + http://forums.codeblocks.org/index.php/topic,20338.msg139153.html#msg139153; + align-flags with wxEXPAND are still forbidden, because wxEXPAND + will be ignored in this cases in wx3 and this will break layout. + +2015-08-28 15:03 ollydbg + +svn10430:  * CC: fix SF #198: document parsing error with doxygen + block comment. + + A special member variable m_ReadingMacroDefinition is introduced, + so that + when reading the doxygen comments(the ones after Token), we + translate + their kind as the one before Token. + + int aaa; + + Before: the "Mask A..." was wrongly attached to the Token aaa, + since + when reading the "Mask A...", the Token FOO is not constructed. + + See discussions in: + https://sourceforge.net/p/codeblocks/tickets/198/ + +2015-08-28 15:02 ollydbg + +svn10429:  - CC: fix example code snippet in comment + +2015-08-28 15:02 ollydbg + +svn10428:  - CC: document cc's own file types. + +2015-08-28 15:01 ollydbg + +svn10427:  - CC: document the m_NextTokenDoc and m_LastTokenIdx + of Tokenizer class. + +2015-08-28 15:00 ollydbg + +svn10426:  - CC: various comments added for the timers and saved + variables in CC + +2015-08-28 14:59 ollydbg + +svn10425:  - CC: wrong comment fix: at least two cases will cause + a 0 project pointer + 1, load a new project after start up + 2, when close the app, all project is closed + +2015-08-28 14:58 ollydbg + +svn10424:  - CC: add documents mainly for class browser related + classes. + +2015-08-28 14:57 ollydbg + +svn10423:  - SDK: fix typo in comments + +2015-08-28 14:56 ollydbg + +svn10422:  * SDK: ccmanager: when m_CallTips get updated, also + update the iterator. + + This try to fix a crash reported here: + http://forums.codeblocks.org/index.php/topic,20489.0.html + Because if we don't update the iterator(m_CurCallTip), the + iterator becomes + a wild pointer. + +2015-08-28 09:52 ollydbg + +svn10421:  * wxContribItems plugin: use delete[] instead of + delete for pointer array. + + This fix the bug report + https://sourceforge.net/p/codeblocks/tickets/201/ + +2015-08-28 05:28 mortenmacfly + +svn10420:  - follow up to r10418 + +2015-08-28 05:25 mortenmacfly + +svn10419:  * updated SpellChecker: New hunspell version on + Windows (to comply with license), fixed project files, fixed + accessing invalid bitmap, added bitmap for Russian + +2015-08-28 05:24 mortenmacfly + +svn10418:  - no need to explicitly name base libs differently for + wx30 projects if they use the same compiler and do not use wx + libs at all (part 2, unix) + +2015-08-27 09:42 mortenmacfly + +svn10416:  - no need to explicitly name base libs differently for + wx30 projects if they use the same compiler and do not use wx + libs at all + +2015-08-23 18:21 pecanh + +svn10415:  * KeyBinder - place another guard around logging + +2015-08-22 17:33 pecanh + +svn10413:  * KeyBinder - Incorporate wx3.0 negative menu id's. + Old key definitions from wx2.x cannot be transfered to wx3.x. + +2015-08-22 17:28 pecanh + +svn10412:  * DragScroll - Avoid SIGFPE in wx3.0 mouseWheel event + +2015-08-20 12:21 mortenmacfly + +svn10411:  - avoid linker warnings/errors when linking to exchndl + (crash handler lib) + +2015-08-20 12:16 mortenmacfly + +svn10410:  * updated crash handler DLL + +2015-08-20 12:12 mortenmacfly + +svn10409:  * support for windows 10 + +2015-08-15 18:52 jenslody + +svn10406:  * make-dist fix for new test-scripts. + +2015-08-15 14:55 fuscated + +svn10405:  * ui: Better multi monitor support for non windows + system (rework the code to use wxDisplay instead of native APIs) + +2015-08-15 14:55 fuscated + +svn10404:  * editors: Make 'Close all' and 'Close all except' + context menu commands to work a bit better when there are + multiple tab controls + + > The use case for this feature is: + - open many editors + - drag and drop editors in multiple tab controls - one tab ctrl + on the + left and one tab ctrl on the right, so you see two different + editors + simultaneously + - right click on an tab control + - select 'close all' or 'close all except' + + In the old version these commands will close all editors, but I + find it a + bit more useful if they close only the editors that are part of + the tab + control of the current editor. + + > This commit implements this behaviour. The File -> Close all + files + command should work as before. Only the editor notebook context + menu + commands should be affected by this change. + +2015-08-15 14:55 fuscated + +svn10403:  - EditorManager: Some clean-up + +2015-08-15 13:44 fuscated + +svn10402:  - build: Fix noPCH build, broken in 10389 + +2015-08-15 13:44 fuscated + +svn10401:  * scripting: Expose wxArrayString::SetItem method, so + people can modify the contents of a wxArrayString + +2015-08-15 13:44 fuscated + +svn10400:  * wx3: Re-implement the wxArrayString::Item and + wxColour::IsOk in the squirrel bindings (fixes ticket #194) + +2015-08-15 13:44 fuscated + +svn10399:  - scripting tests: Reset global counts + +2015-08-15 13:44 fuscated + +svn10398:  - scripting: Add initial implementation of regression + testing of the scripting bindings (thanks bluehazzard) + + > To run the tests use the Script console to load any of the test + files and + then go to the Plugins -> Test scripting -> Test + +2015-08-15 11:20 jenslody + +svn10397:  * fix for (out-of-tree) "make dist" with wxWidgets >= + 3.x + +2015-08-15 08:49 jenslody + +svn10396:  * Fix bug in debian install file, thanks Tim + (stahta01); see + http://forums.codeblocks.org/index.php/topic,20507.msg139520.html + +2015-08-15 08:49 jenslody + +svn10395:  - AutoVersioning-plugin: fix explicit sizes in xrc, + that got lost in commit 10274, see: + http://forums.codeblocks.org/index.php/topic,20491.msg139419.html + +2015-08-15 08:49 jenslody + +svn10394:  - ScriptedWizard-plugin: fix explicit size in xrc, + that got lost in commit 10270, see: + http://forums.codeblocks.org/index.php/topic,20491.msg139419.html + +2015-08-15 08:49 jenslody + +svn10393:  - core: fix explicit sizes in xrc, that got lost in + commit 10260, see: + http://forums.codeblocks.org/index.php/topic,20491.msg139419.html + +2015-08-15 08:49 jenslody + +svn10392:  - wxSmith-plugin: enable setting min and max size for + sizers. + +2015-08-14 06:12 ollydbg + +svn10391:  - SDK: add some comments in ccmanager.cpp + +2015-08-12 05:44 ollydbg + +svn10390:  - SDK: add comments in ccmanager.h/cpp + +2015-08-12 00:18 fuscated + +svn10389:  - Fix warning introduced in rev10383 (the check for + wxNOT_FOUND should never happen, but I'm adding it just in case) + +2015-08-12 00:18 fuscated + +svn10388:  - SqPlus: Fix out of bounds bug reported by the + address sanitizer (this time for real) + +2015-08-10 14:29 ollydbg + +svn10387:  * CC: apply jat1's patch(modified) to handle the + template alias. + + See discussion in + https://sourceforge.net/p/codeblocks/tickets/158/ + +2015-08-08 08:38 fuscated + +svn10386:  - wx3: Fix another assert when deleting the last + target in the Project -> Properties dialog + +2015-08-08 08:37 fuscated + +svn10385:  - wx3: Fix an assert in ThreadSearch when calling + EnsureVisible and the previous results are cleared + +2015-08-08 08:37 fuscated + +svn10384:  - wx3: Fix issue #185: Assertion in popup menu + + > The old code have been reuisng the menu directly. This seems to + be a but, + so the new one clones it. + > The code to set the check on the menu items is extracted in a + separate + function. + +2015-08-08 08:37 fuscated + +svn10383:  - wx3: Fix an assert and possible crash when deleting + targets from a project + + > Issue have been reported here: + http://forums.codeblocks.org/index.php/topic,20363.msg139184.html#msg139184 + +2015-08-08 08:37 fuscated + +svn10382:  - Revert rev10381: Fixing pointer related stuff is + obviously tricky + + > The original bug happens, because sizeof(cv)==1 when T==bool. + +2015-08-05 19:00 fuscated + +svn10381:  - SqPlus: Fix out of bounds bug reported by the + address sanitizer + +2015-08-05 19:00 fuscated + +svn10380:  - wx3: Fix an out-of-bounds assert when there are no + files in the list + +2015-08-04 10:19 jenslody + +svn10379:  - remove deprecated compression parameter from + builddeb-arguments (default is now xz) + +2015-08-03 22:44 jenslody + +svn10378:  * Debian build-system: do not include cached + autofoo-stuff in orig.tar-ball to avoid build errors, if the + tar-ball was created on a system with different versions. + +2015-08-03 16:58 jenslody + +svn10377:  * Partly revert commits 10353 and 10354 + +2015-07-29 16:01 d_anselmi + +svn10376:  - compiler: add "no-rtti" and "no-threadsafe-statics" + to "c++ - only flags" + +2015-07-29 15:52 d_anselmi + +svn10375:  - SpellChecker: check C++ raw strings like the other + strings + +2015-07-27 05:59 mortenmacfly + +svn10373:  * added missing crash handler libraries (were hidden + on commit) + +2015-07-26 17:12 mortenmacfly + +svn10371:  * updated update scripts to install/make use of new + crash handler + +2015-07-26 17:10 mortenmacfly + +svn10370:  * updated to new crash handler DLL (win32/wx30x and + win64/wx30x) + +2015-07-26 17:08 mortenmacfly + +svn10369:  * updated to new crash handler DLL (this time win32, + win64 will follow) + +2015-07-26 17:01 mortenmacfly + +svn10368:  * added (moved) crash handler library to src folder, + updated to v0.7.5 + +2015-07-26 16:58 mortenmacfly + +svn10366:  * created directory 'trunk/src/exchndl' + +2015-07-26 08:13 jenslody + +svn10363:  - Add executable-flag to lexer-bash.sample tomake + rpmlint happy (hope this can be done with git-svn). + +2015-07-26 08:13 jenslody + +svn10362:  - CodeSnippets-plugin: fix address od Free Software + Foundation in comment. + +2015-07-26 08:13 jenslody + +svn10361:  - BrowseTracker-plugin: fix address od Free Software + Foundation in comment.. + +2015-07-26 08:13 jenslody + +svn10360:  - Fix spec-file template to make it more rpmlint + conform. + +2015-07-26 08:13 jenslody + +svn10359:  - Fix url in "BUGS", so it points to sf instead of + berlios, + +2015-07-11 17:02 jenslody + +svn10358:  - similar change as for debian build-system (see last + commit) for rpm-based systems. Should still work with wx2.8 and + still use "our" wxTreeListCtrl with wx2.8 + +2015-07-11 16:37 jenslody + +svn10357:  - debian build-system: remove wxTreeList from + contrib-items from the install-files, because it is not longer + build on debian >= stable, because debian uses wx3.0 + +2015-07-11 13:48 jenslody + +svn10356:  * Temporary (?) remove wxTreeList from wxContribItems + and wxSmithContribItems for wx30-builds to avoid a a name + conflict, because a trelistctrl is part of wx >= 2.9.3 + +2015-07-10 14:30 ollydbg + +svn10355:  * CC: fix SF #158 Code completion fails with the + "using Alias = Type" syntax in C++11. + + Patch is from jat1. See: + http://forums.codeblocks.org/index.php/topic,20404.0.html + Also, a related test case is added. + +2015-07-10 05:33 jenslody + +svn10354:  - fix last commit: needed tab as seperator, but spaces + slipped in due to copy and paste + +2015-07-10 05:20 jenslody + +svn10353:  - debian build-system: do not call ./bootstrap when + creating sources, instead do it when preparing build-folder, this + avoids clashes with different versions of autotools + +2015-07-09 20:38 jenslody + +svn10352:  - wxSmith-plugin: remove accidently slipped in "run in + terminal"-flag from project-file + +2015-07-09 20:38 jenslody + +svn10351:  * wxSmith-plugin: fix for r10258 + +2015-06-30 05:17 jenslody + +svn10349:  * readded accidently removed GenericSingleChoice.wxs + +2015-06-28 13:33 ollydbg + +svn10348:  - CC: add @code and @endcode around code snippet and + diagram in doxygen comments + +2015-06-28 13:32 ollydbg + +svn10347:  - CC: add the leading indentation char * to the + doxygen comment. + +2015-06-28 13:31 ollydbg + +svn10346:  - SDK: ccmanager: add some document about + GetAutocompList() related code. + +2015-06-24 16:08 d_anselmi + +svn10345:  - Lexer: add lexer configuration for Google Protocol + Buffer definitions + +2015-06-24 05:53 ollydbg + +svn10344:  - CCTest: add a test case for testing preprocessor + directives + +2015-06-22 22:47 fuscated + +svn10343:  - wx3: Fix assertion because of wrong types passed to + the printf like wxString::Format + +2015-06-22 22:47 fuscated + +svn10342:  * editor: Display just the name of the file by default + in the editor's notebook + +2015-06-19 06:53 d_anselmi + +svn10341:  - Lexer: highlight C++ raw strings like the other + strings + +2015-06-19 06:25 ollydbg + +svn10340:  - CC: some comments added about the class browser + related classes. + +2015-06-19 04:10 ollydbg + +svn10339:  * CC: apply #178 patch for element access functions + belonging to STL containers. + + Patch is contributed from SF user jat1. + Also, a test case and many comments are added. + This commit fix some cctest failures: + Before: + ******************************************************** + Testing in file: + F:\cb_sf_git\trunk\src\plugins\codecompletion\testing\cc_function_decls.cpp + ******************************************************** + *FAIL: vt[1]. GetInt + -PASS: g_S. i + -PASS: g_ g_S + -PASS: tc.Vo Void + -PASS: tc.St StaticVoid + -PASS: tc.GetC GetClass + -PASS: tc.GetI GetInt + -PASS: str. size + -PASS: str. length + -------------------------------------------------------- + Total 9 tests, 8 PASS, 1 FAIL + -------------------------------------------------------- + With the patch applied: + ******************************************************** + Testing in file: + F:\cb_sf_git\trunk\src\plugins\codecompletion\testing\cc_function_decls.cpp + ******************************************************** + -PASS: vt[1]. GetInt + -PASS: g_S. i + -PASS: g_ g_S + -PASS: tc.Vo Void + -PASS: tc.St StaticVoid + -PASS: tc.GetC GetClass + -PASS: tc.GetI GetInt + -PASS: str. size + -PASS: str. length + -------------------------------------------------------- + Total 9 tests, 9 PASS, 0 FAIL + -------------------------------------------------------- + Also, with the new added test case. + Before: + ******************************************************** + Testing in file: + F:\cb_sf_git\trunk\src\plugins\codecompletion\testing\cc_stl_container_template_.cpp + ******************************************************** + -PASS: mpp[]. m_aaa + -PASS: mpp.at(). m_aaa + *FAIL: pri.top(). m_aaa + *FAIL: que.front(). m_aaa + *FAIL: sta.top(). m_aaa + *FAIL: lis.front(). m_aaa + *FAIL: frw.front(). m_aaa + *FAIL: deq.front(). m_aaa + *FAIL: vec_ptr[]-> m_aaa + *FAIL: vec_ptr.at()-> m_aaa + *FAIL: vec[]. m_aaa + *FAIL: vec.at(). m_aaa + -------------------------------------------------------- + Total 12 tests, 2 PASS, 10 FAIL + -------------------------------------------------------- + With the patch applied: + ******************************************************** + Testing in file: + F:\cb_sf_git\trunk\src\plugins\codecompletion\testing\cc_stl_container_template_.cpp + ******************************************************** + -PASS: mpp[]. m_aaa + -PASS: mpp.at(). m_aaa + -PASS: pri.top(). m_aaa + -PASS: que.front(). m_aaa + -PASS: sta.top(). m_aaa + -PASS: lis.front(). m_aaa + *FAIL: frw.front(). m_aaa + -PASS: deq.front(). m_aaa + -PASS: vec_ptr[]-> m_aaa + -PASS: vec_ptr.at()-> m_aaa + -PASS: vec[]. m_aaa + -PASS: vec.at(). m_aaa + -------------------------------------------------------- + Total 12 tests, 11 PASS, 1 FAIL + -------------------------------------------------------- + Details can be see in: + https://sourceforge.net/p/codeblocks/tickets/178/ + +2015-06-19 01:50 ollydbg + +svn10338:  - CC: add some description about how + NativeParserBase::ResolveExpression() works. + +2015-06-19 01:50 ollydbg + +svn10337:  - CC: add and fix wrong description about how + GenerateResultSet() works. + +2015-06-19 01:49 ollydbg + +svn10336:  - CCTest: add some description about how to use + CC_PARSER_TEST macro. + +2015-06-19 01:49 ollydbg + +svn10335:  - CCTest: regenerate the wxsmith code to avoid + warnings in wx3.x. + +2015-06-19 01:48 ollydbg + +svn10334:  * CCTest: add include search paths after the UI part + gets initialed. + + When test the SF #178, I found that include files are not parsed. + This commit fixes this bug, and also make some code clean up. + When running + the test, we should first setup the UI, then setup the Parser's + include + search paths. + +2015-06-13 10:33 fuscated + +svn10333:  * EnvVar: Make the fix from r10309 be conditionally + compiled only for non wxMSW2.8 builds(thanks stahta01) + + > It seems that wxCheckedListBox doesn't support client data when + compiled + with wxMSW 2.8. This limitation seems to be fixed in wxMSW 3.0. + > This means that the fix from r10309 is compiled only for 3.0 + when using + wxMSW. + +2015-06-12 06:27 ollydbg + +svn10332:  - CCTest: add a cc test case that a function + declaration return a enum type. + +2015-06-12 05:28 ollydbg + +svn10331:  - CCTest: add test case for SF ticket #127 Code + completion fails with complex declarations/definitions + +2015-06-12 04:56 ollydbg + +svn10330:  - CCtest: add a new CC test case for SF ticket #175 CC + patch for typedef declarations in class templates, which has + already fixed in r10328. + +2015-06-11 22:33 jenslody + +svn10329:  * Fix bug in wxSmith, see + http://forums.codeblocks.org/index.php/topic,20338.msg138489.html#msg138489 + Thanks ouch for reporting it ! + +2015-06-10 07:49 ollydbg + +svn10328:  * CC: SF ticket 175, solve typedef declarations in + class templates. + + This patch is contributed by SF user jat1. + +2015-06-09 22:50 jenslody + +svn10327:  - find-replace-dialog: fix "warning: logical not is + only applied to the left hand side of comparison + [-Wlogical-not-parentheses]"-message with gcc5 + +2015-06-09 22:50 jenslody + +svn10326:  - environmentsettings-dialog: fix incorrect comparison + between enum and bool. + +2015-06-09 22:50 jenslody + +svn10325:  * BrowseTracker-plugin: "make dist"-fix; missing + images iand xrc-file + +2015-06-09 22:50 jenslody + +svn10324:  * fix for pch-creation with gcc 5.x + +2015-06-06 15:22 ollydbg + +svn10323:  - Debugger: fix build warning about wrong member + initialization order. + +2015-06-05 07:57 fuscated + +svn10322:  * script_plugin: Fix creating multiple menus from a + script plugin + + > Bug reported here + http://forums.codeblocks.org/index.php/topic,20318.msg73202/topicseen.html + +2015-06-05 02:04 ollydbg + +svn10321:  * CC: fix SF ticket 41 CC can`t parse defines with + Doxygen single-line comment. + + This fixes the doxygen document and token synchronization issue + that hasn't + fixed in commit r9905. When reading a macro definition which ends + by a C++ + comments, we should stop the parsing before the "//" chars, so + that the + doxygen document can be added correctly to previous added Macro + definition token. + See details in: + https://sourceforge.net/p/codeblocks/tickets/41/ + +2015-06-03 23:03 fuscated + +svn10320:  - wx3: Fix assert in the code that shows the include + file completion + +2015-06-03 23:03 fuscated + +svn10319:  - wx3: Fix assert when opening the Open file list + panel + +2015-06-03 23:03 fuscated + +svn10318:  * debugger: Fix reading uninitialized variables + reported by valgrind (possible fix to a crash at exit) + +2015-06-02 22:13 ollydbg + +svn10317:  - CC: improve code comments for r10316. (Thanks jat1) + +2015-06-02 00:30 ollydbg + +svn10316:  * CC: fix bug #137 Code completion - code without + "using namespace" - don't shows class members. + + We can handling three cases: + (1) using namespace A; + (2) using namespace A::B; + (3) using A::B; + Before this commit, we can only handle case (1) and (2) + Patch contributed by sf user jat1. See: + https://sourceforge.net/p/codeblocks/tickets/137/ + +2015-05-28 20:22 jenslody + +svn10315:  - Debian control-file add libwgtk3.0-dev to + suggests-list. + +2015-05-25 23:00 jenslody + +svn10314:  - Better wx3-fix for Debian (hopefully), + enhancing/changing svn r10310. + +2015-05-25 11:37 jenslody + +svn10313:  - Debian build-system: remove hard to maintain + dependency for libstdc++6, it's a dependency of the used g++ + anyway. + +2015-05-25 11:37 jenslody + +svn10312:  - Another fix for Debian build-system with wx3. + +2015-05-25 11:31 jenslody + +svn10311:  - Fix for "make dist" with wx3 + +2015-05-25 11:31 jenslody + +svn10310:  - Fix for Debian buildsystem with wx3.0. + +2015-05-24 05:44 fuscated + +svn10309:  * EnvVar: Apply the same fix as the one for compiler + variables to the env var settings + +2015-05-24 05:44 fuscated + +svn10308:  * CC: Apply the same fix as the one for compiler + variables to the CC options + +2015-05-24 05:44 fuscated + +svn10307:  * EditPairDlg: Make sure it is impossible to enter + invalid values for keys + + > Valid characters are alphas, numbers and '_'. + > I think all users of this class will benefit from this + behaviour, if this + is not the case we can easily make this optional. + +2015-05-24 05:44 fuscated + +svn10306:  * build_options: Make it possible to delete any + compiler variable (fixes ticket #161) + + > The problem happened because the code used string parsing to + find the key + and value. + > This is obviously fragile, so I've replaced it with client data + objects. + > This commit doesn't prevent the user from entering invalid + data! + +2015-05-18 18:52 fuscated + +svn10305:  - SmartIndent: Fix host application path + +2015-05-18 18:52 fuscated + +svn10304:  - projects: Add all wxs file to the src target for the + wx30-unix project + +2015-05-18 18:52 fuscated + +svn10303:  * watches: Detect if the OnPropertySelected is called + for the unselected property + + > This is a recent change in wxtrunk and it causes assertions and + probably + crashes. + +2015-05-16 08:05 ollydbg + +svn10302:  * CC: fix #143 Code completion fails with function-try + blocks. + + Patch contributed by SF user jat1, there is also a very detailed + test file, see: https://sourceforge.net/p/codeblocks/tickets/143/ + +2015-05-16 07:27 ollydbg + +svn10301:  - CC: code refactoring in ClassBrowser related class. + + 1, remove unused functions from ClassBrowser class. + 2, remove unused idCBViewModeFlat from ClassBrowser class. + 3, tweak comments for ClassBrowser class. + 4, remove unused IDs. + +2015-05-15 18:57 jenslody + +svn10300:  * build fix for autoconfs less tham 2.64; linker-flag + test-macro will ignore the tested flag and write an appropriate + message when running configure-script. + +2015-05-15 12:41 jenslody + +svn10299:  * Removing incorrect parenthesis in last commit, oops, + +2015-05-15 12:35 jenslody + +svn10298:  * LibraryFinder-plugin: windows build-fix + +2015-05-15 11:00 jenslody + +svn10297:  - Valgrind-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:59 jenslody + +svn10296:  - ThreadSearch-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10295:  - SpellChecker-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10294:  - ReopenEditor-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10293:  - RegExTestbed-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10292:  -ProjectOptionsManipulator-plugin: alignment fixes to + avoid asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10291:  - Profiler-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10290:  - LibraryFinder-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10289:  - IncrementalSearch-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10288:  - HexEditor-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10287:  - Help-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10286:  - HeaderFixup-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10285:  - FileManager-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10284:  - EnvVars-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10283:  - EditorTweaks-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10282:  - EditorConfig-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:58 jenslody + +svn10281:  - DragScroll-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10280:  - DoxyBlocks-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10279:  - Cscope-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10278:  - CppCheck-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10277:  - CodeStats-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10276:  - cbGames-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10275:  - BrowseTracker-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10274:  - AutoVersioning-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10273:  - wxSmithAui-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10272:  - wxSmith-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10271:  - ToDo-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:57 jenslody + +svn10270:  - ScriptedWizard-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10269:  - OccurrencesHighlight-plugin: alignment fixes to + avoid asserts and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10268:  - DefaultMimeHandler-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10267:  - Debugger-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10266:  - Compiler-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10265:  - CodeCompletion-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10264:  - Autosave-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10263:  - ClassWizard-plugin: alignment fixes to avoid asserts + and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10262:  - Astyle-plugin: alignment fixes to avoid asserts and + broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10261:  - Abbreviations-plugin: alignment fixes to avoid + asserts and broken layout with wx3 + +2015-05-15 10:56 jenslody + +svn10260:  - core: alignment fixes to avoid asserts and broken + layout with wx3 + +2015-05-15 10:56 jenslody + +svn10259:  - SpellChecker-plugin: wx3 fix warning assert because + of incorrect iCCP-color + +2015-05-15 10:56 jenslody + +svn10258:  * wxSmith-plugin: fix wxSizerFlagsProperty, vertical + align is not allowed inside vertical sizers, horizontal align is + not allowed inside horizontal sizers, wxEXPAND is not allowed + together with alignmenta nd breaks layout in most recent + wxWidgets. + +2015-05-15 10:56 jenslody + +svn10257:  - remove non-existing wxs-file from wxSmith-projects, + see: + http://forums.codeblocks.org/index.php/topic,13556.msg91299.html#msg91299 + +2015-05-15 10:55 jenslody + +svn10256:  - clean-up of Makefile.am for pch's + +2015-05-15 10:55 jenslody + +svn10255:  * build fix for MacOSX + +2015-05-15 10:55 jenslody + +svn10254:  - check whether the linker accepts "--no-undefined", + should fix https://sourceforge.net/p/codeblocks/tickets/9 + correctly + +2015-05-05 16:52 killerbot + +svn10253:  * Ticket 166 Build failure with gcc 5 and C++11 + (nullptr macros incorrect) + +2015-05-05 16:49 killerbot + +svn10252:  patch Doxyblocks-unix.cbp file, thanks Tim + +2015-05-02 15:49 mortenmacfly + +svn10251:  * reverse behaviour on CTRL+mouse wheel to be + consistent with other major apps and wx trunk, see here: + https://sourceforge.net/p/codeblocks/tickets/21 + +2015-05-02 15:21 mortenmacfly + +svn10250:  - compilation fix for the Mac (see here: + https://sourceforge.net/p/codeblocks/tickets/10) - not the best + to do, but as we are "mac blind" it is the best we can do at the + moment and it does not interfere with other stuff + +2015-05-02 15:17 mortenmacfly + +svn10249:  - fix broken compilation on the Mac (see here: + https://sourceforge.net/p/codeblocks/tickets/9) + +2015-05-02 15:13 mortenmacfly + +svn10248:  - hopefully fix a compiler error on Mac (see + https://sourceforge.net/p/codeblocks/tickets/8) + +2015-05-02 15:07 mortenmacfly + +svn10247:  - cb_share_config: fixed missing include for non-pch + compiler (see here: + https://sourceforge.net/p/codeblocks/tickets/12) + +2015-05-02 14:47 mortenmacfly + +svn10246:  * context menu search (CTRL + right click in editor): + removed obsolete google code search, added StackOverflow and + CodeProject search + +2015-05-02 14:45 mortenmacfly + +svn10245:  * cb_koders: Fix for non working ohloh search (ohloh + was koders is now openhub/BlackDuck) + +2015-05-02 14:41 mortenmacfly + +svn10244:  * Addr2Line: support for 64 bit crash logs -> keep in + mind to also use a 64bit addr2line util (from 64bit GCC/MinGW + compiler) in that case + +2015-05-01 13:06 mortenmacfly + +svn10243:  - cctest: show and raise frame so it becomes actually + visible on Windows + +2015-05-01 13:03 mortenmacfly + +svn10242:  * cctest: fix debug assertions on wx30, 64 bit + - cctest: favour wxT instead of _T (as proposed by wxWidgets) + +2015-05-01 12:54 mortenmacfly + +svn10241:  * make Addr2LineUI work with new exchndl + +2015-05-01 09:23 mortenmacfly + +svn10240:  * fixed bug #52: "You can't change the number of + parallel processes while building!" message shown in error + (https://sourceforge.net/p/codeblocks/tickets/52/) + +2015-04-27 06:48 mortenmacfly + +svn10238:  - help plugin: harmonise project files + +2015-04-27 06:44 mortenmacfly + +svn10237:  * CC: include *.hh, *.hxx and *.h++ for parsing by + default + +2015-04-26 20:59 killerbot + +svn10236:  * correct static library command for clang + +2015-04-26 20:56 killerbot + +svn10235:  * final and override back in the lexer for colorcoding + +2015-04-26 09:59 jenslody + +svn10234:  * wxSmith-plugin: remove deprecated and never used + Shadow and Bezel related code from wxsGauge.* + It breaks build in wx-master and never did anything in older + revisions, so removing it completely avoids #ifdef's without + breaking anything (hopefully). + +2015-04-26 09:59 jenslody + +svn10233:  - HelpPlugin: build-fix with wx30 (synchronize wx2.8 + and 2x30 project-file) + +2015-04-26 04:26 mortenmacfly + +svn10231:  * updated forgotten wxSmith file wrt r10194 + +2015-04-24 14:23 ollydbg + +svn10230:  * CC: fix ticket #145 Code completion ignores + parameters of catch-clauses. + + This patch is made by jat1 and me, see discussion in link: + https://sourceforge.net/p/codeblocks/tickets/145/ + +2015-04-23 06:11 mortenmacfly + +svn10229:  - silence compiler warning + - make sure not accessing NULL pointer (stc control) + +2015-04-23 04:12 alpha0010 + +svn10228:  * CCManager: defer showing calltip to next event loop + in attempt to fix crash on race condition + +2015-04-22 05:37 mortenmacfly + +svn10226:  * fixed memory leak as described here: + http://forums.codeblocks.org/index.php/topic,20221.0.html (thanks + frithjofh) + +2015-04-18 14:24 mortenmacfly + +svn10225:  * project options manipulator plugin: fixed some UI + glitches and wx debug warnings therefore + +2015-04-18 14:08 mortenmacfly + +svn10224:  * project options manipulator plugin: added support to + replace in options (making use of new API) + * project options manipulator plugin: honour option "Contains" + for "add" and "remove" option correctly + * project options manipulator plugin: should be pretty much + feature complete now :-) + +2015-04-18 13:12 mortenmacfly + +svn10223:  * introduced new API to cbProject/cbTarget: + ReplaceXXX[Option/Dir] which replaces an option w/o changing the + order of the options list + +2015-04-14 03:05 ollydbg + +svn10218:  * CC: fix ticket #154 Code Completion problem with + some wx classes. + + This actually fixes a bug introduced in r9642. So, we fix it by + not + eating the tokens after the handling of emulator. See discussions + in C::B forum: + http://forums.codeblocks.org/index.php/topic,20175.0.html + Thanks Huki for the contribution. + +2015-04-12 22:40 ollydbg + +svn10217:  - CCTest: add SVN EOL property setting to those + testing files. + +2015-04-12 13:26 mortenmacfly + +svn10216:  - project options manipulator plugin: silence a + compiler warning + +2015-04-12 13:24 mortenmacfly + +svn10214:  * project options manipulator plugin: support resource + compiler options + * project options manipulator plugin: add support to remove + project files that are not assigned to a target + +2015-04-12 12:19 mortenmacfly + +svn10212:  - updated SVN ignore pattern + +2015-04-12 09:27 mortenmacfly + +svn10209:  * applied (modified) version of patch + https://sourceforge.net/p/codeblocks/tickets/155/ + * re-organised editor settings to make the grouping more logical + +2015-04-12 08:15 mortenmacfly + +svn10208:  * added Jing and validation script to SVN (tools) + +2015-04-12 08:13 mortenmacfly + +svn10207:  - removed SVN version information from XRC files + +2015-04-12 08:12 mortenmacfly + +svn10206:  * fixed XRC files after validating with Jing against + RELAX NG (see: + http://wxwidgets.blogspot.de/2015/04/validating-xrc.html), using + java -jar jing-20150407.jar -c https://www.wxwidgets.org/wxxrc + *.xrc + +2015-04-11 05:53 ollydbg + +svn10205:  * CC: parser - fix support for typedef pointer. + + This commit fixes the tooltip error, and also it fixes the + parsing of + the typedef function pointer. Discussions can be found in C::B + forum: + http://forums.codeblocks.org/index.php/topic,19278.msg137652.html#msg137652 + Thanks Huki for the help. + +2015-04-11 05:52 ollydbg + +svn10204:  * CC: support for function pointer arrays. + + This commit fixes the failure of the cctest case below: + ******************************************************** + Testing in file: codecompletion\testing\cc_function_ptr.cpp + ******************************************************** + *FAIL: Fun FuncArray + -PASS: foo foo + -------------------------------------------------------- + Total 2 tests, 1 PASS, 1 FAIL + -------------------------------------------------------- + Thanks Huki for the contribution. + +2015-04-11 05:52 ollydbg + +svn10203:  - CCTest: add a test case for the typedef pointer. + Thanks Huki. + +2015-04-11 05:51 ollydbg + +svn10202:  - CCTest: add a test case for array of function + pointer. Thanks Huki. + +2015-04-09 14:09 ollydbg + +svn10200:  * CC: fix compiler predefined macros collection under + Linux. + + Patch from Huki, we should use slack under Linux, and backslash + under Windows. Discussion can be found in + http://forums.codeblocks.org/index.php/topic,20183.msg137601.html#msg137601. + +2015-04-08 09:30 ollydbg + +svn10199:  - SDK: thread pool: fix a typo in comment + +2015-04-08 08:30 ollydbg + +svn10198:  * CC: fix a copy-paste error introduced in r10189. + + See discussion on + http://forums.codeblocks.org/index.php/topic,20183.0.html. + +2015-04-07 19:39 mortenmacfly + +svn10197:  - some more SVN property (EOL and keyword + substitution) changes + +2015-04-07 19:30 mortenmacfly + +svn10196:  - CCManager: exit function if event object is NULL + before casting it + +2015-04-07 19:28 mortenmacfly + +svn10195:  - some more SVN property (EOL and keyword + substitution) changes + +2015-04-07 19:24 mortenmacfly + +svn10194:  * CC: added ability to inspect pre-defined macros in + CCDebugInfo dialog ('for... erm... debugging) + - CC: silence two compiler warnings + +2015-04-07 12:41 mortenmacfly + +svn10193:  - astyle: fixed resource wrt complaints here: + http://forums.codeblocks.org/index.php/topic,20176.0/topicseen.html + +2015-04-07 00:34 ollydbg + +svn10192:  - CC: add the eol property=native to those two files. + + I noticed that there were massive code line feed changes in the + r10183, and further research found that those files were added in + r9920 but missing eol property at that time. + +2015-04-06 19:35 fuscated + +svn10191:  - builds: Fix noPCH build broken by r10176 + +2015-04-06 13:29 mortenmacfly + +svn10190:  - spelling + +2015-04-06 13:25 mortenmacfly + +svn10189:  * CC: avoid adding #defines to the parser that are not + supported by the platform (same as r10183 but for compiler + options) + * CC: should hopefully fix broken colouring for mixed platform + projects (e.g. one project with targets for Linux and Windows) + * CC: fix MSVC processor architecture detection for more recent + MSVC compilers + +2015-04-06 11:50 mortenmacfly + +svn10188:  * major improvement to astyle plugin: make it fully + (options-) compatible with v2.05.1 + +2015-04-06 08:52 mortenmacfly + +svn10186:  - alphabetical sorting + +2015-04-06 08:48 mortenmacfly + +svn10185:  * issue at least a warning if th wizard could not load + an XRC resource file + +2015-04-06 08:46 mortenmacfly + +svn10184:  - remove unused variable + - style/formatting + +2015-04-06 08:42 mortenmacfly + +svn10183:  * CC: avoid scanning for include folders of + compilers/project/targets not supported by current platform (can + be toggled trough settings, default is ON) + * CC: fix calling package scripts on platforms where these are + not supported and may cause a freeze + +2015-04-05 13:23 ollydbg + +svn10182:  - CC: add and tweak some comments. + +2015-04-05 13:22 ollydbg + +svn10181:  - CC: change the function AddPaths() to a static + member function + +2015-04-05 13:22 ollydbg + +svn10180:  - CC: remove unused member functions in NativeParser + class. + +2015-04-05 13:21 ollydbg + +svn10179:  - CC: remove unused member variables in NativeParser + class. + +2015-04-05 13:20 ollydbg + +svn10178:  - CC: document NativeParser::GetCallTips(). + +2015-04-05 13:20 ollydbg + +svn10177:  - CC: use the Doxygen style format commands in the + comments. + +2015-04-04 15:51 fuscated + +svn10176:  * compiler: Correctly delete multiple selected search + directories (fixes ticket #151) + +2015-04-04 14:26 mortenmacfly + +svn10175:  * pumped astyle to v2.06 + * removed obsolete astyle options (no longer working correctly) + * added new astyle options and formatters + +2015-04-04 14:08 fuscated + +svn10174:  * Don't open file passed on a command line more than + once (fixes ticket #133) + +2015-04-02 07:25 mortenmacfly + +svn10173:  * updated SVN::externals link of the FortranProject + contrib plugin to + https://svn.code.sf.net/p/fortranproject/code/trunk as the + repository has moved + +2015-04-01 09:01 mortenmacfly + +svn10172:  * added SVN::external to include PythonPlugins into + the C::B source tree + +2015-03-31 06:40 mortenmacfly + +svn10169:  - removed old, obsolete exchndl from build system + +2015-03-31 06:38 mortenmacfly + +svn10168:  - removed old, obsolete exchndl from src folder + +2015-03-30 15:09 mortenmacfly + +svn10163:  - changed old wxwindows link in XRC file to proper + wxwidgets one (avoid warnings in some debug builds) + +2015-03-30 15:09 mortenmacfly + +svn10162:  * remove self-compiled exchndl library (exception + handler) in favour of a working version for win32 and win64 (will + arrive soon) + +2015-03-25 06:55 ollydbg + +svn10158:  - CC: remove unused function declarations, add and + tweak comments. (no functional changes) + +2015-03-18 15:00 ollydbg + +svn10157:  * Thread Search Plugin: fix thread safety issue in + ThreadSearchEvent class. + + I notices the class ThreadSearchEvent which carries information + from worker + thread to GUI main thread does not clone it self correctly, which + leads to + crash. This is the same issue we have introduced a fix in + revision 9311 and + revision 9403. See further discussions in: + http://forums.codeblocks.org/index.php/topic,20104.0.html + +2015-03-18 14:59 ollydbg + +svn10156:  - CC: add comment for function AutocompGetName(). + +2015-03-18 14:58 ollydbg + +svn10155:  * CC: fix handling of struct pointer typedef. (patch + from SF user jat1) + + This fixes the cctest failure of cc_typedef_pointer.cpp. (SF + Ticket #34) + +2015-03-18 14:58 ollydbg + +svn10154:  - CCTest: add a test case about struct pointer + typedef. (SF ticket #34) + +2015-03-18 14:57 ollydbg + +svn10153:  * CC: work around a failure when handling stringize + operator. + + We should not run stringize operation when the hash char "#" is + inside a + string literal. This is just a work around, because we just test + whether + a non-space string after # is an alphabetic char. It fixes the + failure of + test file cc_macro_expansion_stringize.cpp. Discussions can be + found: + http://forums.codeblocks.org/index.php/topic,19791.msg137040.html#msg137040 + +2015-03-18 14:56 ollydbg + +svn10152:  - CCTest: add a test case for stringize tokens. + +2015-03-18 07:01 mortenmacfly + +svn10151:  * added batch build for 64 bit (was missing in SVN), + Windows only. + +2015-03-18 07:00 mortenmacfly + +svn10150:  * Addr2Line: fixed that path to "addr2line" command is + changed with replace operation (in case both, MinGW and the devel + folder share one root) + +2015-03-16 19:58 fuscated + +svn10149:  * Wizard: Fix the Arm wizard to show a proper list of + compilers + +2015-03-14 20:39 d_anselmi + +svn10148:  * compiler: add support for gcc for ADI blackfin + +2015-03-14 08:18 ollydbg + +svn10147:  * CC: fix infinite loop when recursive macro expansion + reaches max count. + + We just skip the problematic token which causes infinite loop + when macro + expansion happens, in this case, just return true from the + ReplaceBufferText() + function. In the function + + void Tokenizer::GetReplacedToken(wxString& str) + { + // this indicates we are already in macro replacement mode + if (m_RepeatReplaceCount > 0) + { + const int id = m_TokenTree->TokenExists(str, -1, tkMacroDef); + if (id != -1) + { + const Token* token = m_TokenTree->at(id); + if (token) + { + bool replaced = false; + if (!token->m_Args.IsEmpty()) + replaced = ReplaceMacroUsage(token); + else if (token->m_FullType != token->m_Name) + replaced = ReplaceBufferText(token->m_FullType); + + if (replaced || token->m_FullType.IsEmpty()) + { + SkipUnwanted(); + // recursive call the DoGetToken function here + str = DoGetToken(); + } + } + } + // if in macro expansion mode, we don't want to let the user + replacement rule executed + // again, so just returned + return; + } + + When replaced = ReplaceBufferText(token->m_FullType); + The replaced is now true, so it satisfies the if condition, and a + further + str = DoGetToken(); function call just skip the problematic + token. + + Thanks Huki for the suggestion change. + See details in + http://forums.codeblocks.org/index.php/topic,19791.msg137045.html#msg137045 + +2015-03-10 02:54 ollydbg + +svn10146:  - CC: remove unused local variable. + + Cppcheck reported this issue. + [nativeparser_base.cpp:869]: (style) Unused variable: + autualTypeResult + Thanks blauzahn. + +2015-03-10 02:54 ollydbg + +svn10145:  - CC: use empty() function instead of size() in + emptiness checking. + + Fix cppcheck report: + [doxygen_parser.cpp:845]: (performance) Possible inefficient + checking for 'tokensIdx' emptiness. + Thanks blauzahn. + +2015-03-10 02:53 ollydbg + +svn10144:  - CC: reduce the scope of local variable. + + This is reported by cppcheck. + [coderefactoring.cpp:438]: (style) The scope of the variable + 'pos' can be reduced. + Thanks blauzahn. + +2015-03-10 02:53 ollydbg + +svn10143:  - CC: fix member variable not initialized in the + constructor. + + This is reported by cppcheck. + [classbrowserbuilderthread.cpp:66]: (warning) Member variable + 'ClassBrowserBuilderThread::m_idThreadEvent' is not initialized + in the constructor. + Thanks blauzahn. + +2015-03-10 02:52 ollydbg + +svn10142:  - CC: reduce local variable scopes. + + [tokentree.cpp:150]: (style) The scope of the variable 'result' + can be reduced. + [tokentree.cpp:178]: (style) The scope of the variable 'result' + can be reduced. + [tokentree.cpp:210]: (style) The scope of the variable 'result' + can be reduced. + [tokentree.cpp:243]: (style) The scope of the variable 'result' + can be reduced. + Thanks blauzahn. + +2015-03-10 02:52 ollydbg + +svn10141:  - CC: reduce scope of the variables. + + There are some cppcheck reports: + [searchtree.cpp:598]: (style) The scope of the variable 'nchild' + can be reduced. + [searchtree.cpp:670]: (style) The scope of the variable 'n' can + be reduced. + [searchtree.cpp:759]: (style) The scope of the variable 'matches' + can be reduced. + [searchtree.cpp:989]: (style) The scope of the variable 'u' can + be reduced. + Thanks blauzahn. + +2015-03-10 02:51 ollydbg + +svn10140:  - CC: fix performance issue reported by cppcheck. + + [parserthread.cpp:1883] -> [parserthread.cpp:1884]: (performance) + Variable + 'current' is reassigned a value before the old one has been used. + Thanks blauzahn. + +2015-03-10 02:51 ollydbg + +svn10139:  - CC: fix un-initialized BrowserOptions members + reported by cppcheck. + + [parser_base.cpp:180]: (warning) Member variable + 'ParserBase::m_BrowserOptions' + is not initialized in the constructor. Thanks blauzahn. + +2015-03-10 02:50 ollydbg + +svn10138:  - CC: fix duplicated else if condition reported by + cppcheck. + + [expression.cpp:125]: (style) Expression is always false because + 'else if' + condition matches previous condition at line 104. Thanks + blauzahn. + +2015-03-09 19:10 fuscated + +svn10137:  * CC: Fix infinite loop when traversing headers and + there are loops caused by symlinks (ticket #14) + + > Use a set to store all paths that have already being traversed. + > Detect when we are at a symbolic link path and resolve it to + its original + path. + > Use the set to prevent traversing a path that has already being + traversed. + +2015-03-09 15:39 jenslody + +svn10136:  * avoid conflicts in portable mode, if user datapath + and global datapath are in the same folder; see: + http://forums.codeblocks.org/index.php/topic,20030.msg137012.html#msg137012: + +2015-03-09 07:14 mortenmacfly + +svn10135:  * pumped zlib lib to v1.2.8 to address security issues + +2015-03-09 07:13 mortenmacfly + +svn10134:  * pumped bzib2 lib to v1.0.6 to address security + issues + +2015-03-09 07:12 mortenmacfly + +svn10133:  * added missing part of implementation to support + resource compiler options (see + http://forums.codeblocks.org/index.php/topic,20081.new.html) + +2015-03-06 16:45 thomas-denk + +svn10132:  * Updated C++ lexer keywords for more correctness + - added noexcept + - added alignas + - corrected _Char16_t and _Char32_t (N2018) to char16_t and + char32_t + - removed align_union (N1877) + - removed alternative representations ("reserved and shall not be + used otherwise") + +2015-03-04 14:16 ollydbg + +svn10131:  * CC: do not save the macro usage tokens in the token + tree. + + macro usage is just like a function call, if we save all macro + usages, our + token tree becomes too large. E.g. with this patch, the token + number is + reduced from about 15000 to 13000 when parsing codeblocks.cbp. + The only + case we need to save the macro usage are some special macro + usages like + BEGIN_EVENT_TABLE or EVT_BUTTON, but this needs futures works. To + many + macro call tokens of the same name also pollute the tooltip. + Further + discussions can be found in: + http://forums.codeblocks.org/index.php/topic,20053.0.html + +2015-02-27 23:25 damienlmoore + +svn10130:  * FileManager: disable drag and drop in the tree if + browsing a commit state of a version controlled folder + +2015-02-27 23:20 damienlmoore + +svn10129:  * FileManager: correctly resolve path to item when + displaying version controlled path in changes only mode + +2015-02-27 06:05 ollydbg + +svn10128:  - CCTest: fix build error introduced in previous + commit. (Thanks stahta01) + +2015-02-25 02:49 ollydbg + +svn10127:  * CC: add two "Go" button in the "CC debug info" + dialog. + + Now, the user can click on the button to navigate to the token's + declaration or + definition position. + +2015-02-25 02:48 ollydbg + +svn10126:  - CC: add and tweak comments, remove unused function. + +2015-02-23 07:45 ollydbg + +svn10125:  * CCTest: add a new cc test case of recursive macro + expansion. + + See detials from C::B forum: + http://forums.codeblocks.org/index.php/topic,19791.msg136000.html#msg136000 + Note current CCTest will go to infinite loop by running this test + case. + +2015-02-23 07:16 ollydbg + +svn10124:  * CC: update typedef'd func pointer calltip. (Thanks + Huki) + + Details can be found in forum discussion: + http://forums.codeblocks.org/index.php/topic,19278.msg135831.html#msg135831 + The test code can be found in this post: + http://forums.codeblocks.org/index.php/topic,19278.msg133897.html#msg133897 + Note that this commit also change the function prototype from: + bool PrettyPrintToken(const TokenTree* tree,...) + to + bool PrettyPrintToken(TokenTree* tree,...) + Bacically, we should use the const TokenTree*, but this cause + build errors + because tree->TokenExists(...) is not a const function, but + change + TokenExists() to a const function need some more changes to all + the called + functions inside TokenExists(), so leave them as another further + fix. + +2015-02-21 02:13 damienlmoore + +svn10123:  * FileManager: improves support for displaying status + icons representing the changes in the working copy or a + particular commit when browsing version controlled directories. + Also improves robustness when viewing the mercurial log + +2015-02-19 05:42 damienlmoore + +svn10122:  * FileManager: retrieve only relative paths when + showing changes to a directory under version control + +2015-02-19 05:20 damienlmoore + +svn10121:  * FileManager: adds checkbox to view only changed + files from the last commit in a version controlled directory. + Also fixes a couple of bugs with mercurial repo browsing and some + issues reported by blauzahn at + http://forums.codeblocks.org/index.php/topic,19961.msg136598.html#msg136598 + +2015-02-16 15:54 alpha0010 + +svn10120:  - build system: add wx-config version flag to unix + wx28 .cbp files + +2015-02-15 20:37 alpha0010 + +svn10119:  - add/fix some comments (no functional change) + +2015-02-12 20:20 fuscated + +svn10118:  - Partial revert r10070: Checkbox added accidentally + +2015-02-12 19:18 fuscated + +svn10117:  * Revert r10115 - because this solution is dangerous, + hard to use + + Check this topic to read the discussion: + http://forums.codeblocks.org/index.php/topic,20000.0.html + +2015-02-11 23:13 damienlmoore + +svn10116:  * FileManager: support for showing only commits with + changes to a particular file + +2015-02-11 17:29 mortenmacfly + +svn10115:  * Compiler: applied patch by LETARTARE so misc. + compiler events also provide the source ID of the wx event that + caused the compiler operation + +2015-02-11 16:56 mortenmacfly + +svn10114:  * FileManager: fixed crash if setting a folder to root + which is under version control and where the VCS executables + could not be run + +2015-02-11 01:56 damienlmoore + +svn10113:  * FileManager: 'show changed files only' -- flattens + the tree of a directory under version control and shows only the + files that have changed (currently only works for the working + copy and still need to prune some of the right click menu options + and disable drag n drop) + +2015-02-10 10:35 jenslody + +svn10112:  - fix for specfile-template; NassiShneiderman- and + Spellchecker-plugin have not been build on non RedHat-systems + +2015-02-10 08:36 jenslody + +svn10111:  - FileManagerPlugin: another non-pch build-fix + +2015-02-10 06:49 mortenmacfly + +svn10110:  - some build fixes wrt latest commits to FileManager + with non-PCH builds + +2015-02-10 05:56 damienlmoore + +svn10109:  * FileManager: missing space in git log command + +2015-02-10 04:43 damienlmoore + +svn10108:  - FileManager: adds missing files to wx3.0 and 64bit + project files + +2015-02-10 04:30 damienlmoore + +svn10107:  * FileManager: adds support for viewing diffs and + browsing the history of a version controlled folder (currently + supports GIT, SVN, BZR and HG). + + The feature is experimental so it's disabled by default and + probably has lots + of bugs. To enable it right click on a file/folder in the Files + tab of the + Management pane and Select Settings -> [VCS] Integration. Then + for folders that + are under that VCS's management, you should see a VCS choice box. + Note that + when you select a particular commit using the choice box you are + NOT checking + out that commit so the content of the folder won't be changed. + You can + easily flip back to viewing the folder content itself by + selecting "working copy". + While browsing a commit or the working copy in the file manager, + you should + be able to view files and see diffs using the right click menu. + Also note that + performance usually stinks for SVN because of network + performance. + +2015-02-09 15:36 jenslody + +svn10106:  - non-pch build-fix for commit 10096 + +2015-02-08 00:50 jenslody + +svn10105:  KeybinderPlugin: fix wx30 assert when calling + wxString::Last on empty string + +2015-02-08 00:49 jenslody + +svn10104:  - Linux: Use standard-conform paths for config- and + data-folders. + Use glib to determine the paths, as wxWidgets still can not do + this. + The old config and usewr-data folders are moved to the correct + place (after a hint). + +2015-02-08 00:49 jenslody + +svn10103:  - DoxyBlocks-plugin: use ConfigManager do determine + the config-folder. + It's better maintainable and should work correct after last + commit. + And it does not (try to) write the conf-file in the root-folder + with new personalities. + +2015-02-08 00:49 jenslody + +svn10102:  - CodeSnippets-plugin: use ConfigManager do determine + the config-folder. + It's better maintainable and should work correct after last + commit. + +2015-02-08 00:49 jenslody + +svn10101:  - BrowseTracker-plugin: use ConfigManager do determine + the config-folder. + It's better maintainable and should work correct after last + commit. + And it does not (try to) write the conf-file in the root-folder + with new personalities. + +2015-02-08 00:49 jenslody + +svn10100:  - Do not use data_path_global for user-data when C::B + starts in portable mode. + It's not portable to have user-data in global-path and (what's + more) the global-data-path is not user-writable on linux (and + Mac?). + Instead keep the user-data in the exe-path (as the config-files. + +2015-02-07 20:40 jenslody + +svn10099:  - avoid unnecessary call of Manger::Get() + +2015-02-07 19:13 pecanh + +svn10098:  cbproject - Fix Unexpected crash when removing file + from the project. See + http://forums.codeblocks.org/index.php/topic,19272.msg136480.html#msg136480 + +2015-02-06 22:13 mortenmacfly + +svn10097:  * at least report if loading an XRC resource failed + +2015-02-06 22:09 mortenmacfly + +svn10096:  * compiler framework: added support to disable + dependency checks for #includes (intended ONLY for on C/C++ + compilers!) + * added missing parts of project load wrt to last commit + +2015-02-06 22:03 mortenmacfly + +svn10095:  * compiler framework: add support for dedicated + resource compiler options + +2015-02-06 11:10 mortenmacfly + +svn10094:  * fixed #123 HeaderFixup: use istream/ostream directly + Move Edit + +2015-02-03 19:23 alpha0010 + +svn10092:  * linux: attempt to resolve startup crash candidate + introduced by r9420 + +2015-01-30 23:40 fuscated + +svn10091:  * ccmanager: Make the call tips wrap around + + > Introduce a helper function that advances to the previous or + next call tip. + > It goes to the first if the user wants to go to the next tip + and it is at + the last tip. + > It goest to the last tip if at the first and going backwards. + > Use it everywhere to do the advancing of tips (key handling, + menu + handling and call tip, button presses). + > Always show both forward and backward buttons in the calltip, + so the user + will know that we support wraparound. + +2015-01-28 05:28 jenslody + +svn10090:  - globals.cpp: in CreateDirRecursively(): avoid + recursing through already existing folders, in case a filename is + given instead of a directory + +2015-01-28 05:18 jenslody + +svn10089:  - tiny source Layout fix (no functional change) + +2015-01-27 01:50 damienlmoore + +svn10088:  FileManager: remove unused class member functions + +2015-01-26 23:34 damienlmoore + +svn10087:  * FileManager: 1. adds support for providing git + status decorators (clunky because we need a more complete set of + status codes for modern VCSs) 2. Corrects labels for status + decorator settings in default.conf for HG and BZR (they were + reversed). + +2015-01-26 16:21 thomas-denk + +svn10086:  - Fuck. I hate assertions that do nothing useful but + require you to add extra code just so the darn assertion doesn't + fail in a debug build. Grrr... + +2015-01-25 18:07 fuscated + +svn10085:  * NassiPlugins: Fix issue #124 Match diagram colors to + editor colors Edit (patch by scarphin, modified) + + > Add code that queries the ColorManager and allows the user to + change the colors. + > Add code that detects changes to the ColorManager and updates + all active views. + +2015-01-25 18:07 fuscated + +svn10084:  * compiler options: Fix the clear button in the Search + directories tab (partially revert r7569) + +2015-01-25 18:07 fuscated + +svn10083:  - Nassi: Fix the unix project to start codeblocks + correctly + +2015-01-25 18:07 fuscated + +svn10082:  - sdk: Add more settings changed events + +2015-01-24 08:36 ollydbg + +svn10081:  - SDK: enhance comment for CCToken class + +2015-01-23 13:06 mortenmacfly + +svn10080:  * fixed compilation error with wx30+ due to use of + deprecated wxWidgets API + +2015-01-23 13:05 mortenmacfly + +svn10079:  - harmonise XRC files to avoid "version mismatch" + warning + +2015-01-23 03:32 alpha0010 + +svn10078:  - comments: doxygen main page (no functional change) + +2015-01-22 16:46 mortenmacfly + +svn10077:  * changed two copyrights to 2015 + +2015-01-22 02:20 alpha0010 + +svn10076:  * CCManager: enable colour configuration of tooltips + (patch by scarphin) + +2015-01-22 02:20 alpha0010 + +svn10075:  * CCManager: allow overloaded calltip navigation by + arrow keys (patch by darmar; modified) + +2015-01-21 03:56 damienlmoore + +svn10074:  * EditorTweaks: new option to enable laptop friendly + keyboard shortcuts (for systems with missing or inconveniently + placed home, end, page up, page down, and delete keys). Includes + some minor reorganization of the sources. + +2015-01-20 19:39 alpha0010 + +svn10073:  - add some comments (no functional change) + +2015-01-20 19:39 alpha0010 + +svn10072:  - SpellChecker: fix minor uninitialized pointer + +2015-01-20 19:39 alpha0010 + +svn10071:  - CCManager: extend keybound only option to also + include autolaunched calltips + +2015-01-20 17:17 mortenmacfly + +svn10070:  - relay-outing some of the settings dialogs + - fixed some assertions in wx30 wrt XRC files + +2015-01-19 18:24 thomas-denk + +svn10069:  - Fix assert failure clicking "Double click on tab..." + environment option (wrong type given to XRCCTRL) + +2015-01-19 15:36 alpha0010 + +svn10068:  * CCManager: allow tooltips to be shown via only + keybindings (no mouse dwell) + +2015-01-18 21:46 d_anselmi + +svn10067:  * editor: adjust lexer configuration to last scintilla + release + +2015-01-17 20:10 mortenmacfly + +svn10066:  * updating astyle library to v2.05 + - note: since a few releases the plugin needs some overhaul to + make use of all the new features in astyle... volunteers are + welcome. + +2015-01-17 20:07 mortenmacfly + +svn10065:  * pumped (wx)Scinitlla to v3.53, finally bringing the + "HEX" lexers to the core + +2015-01-17 13:58 mortenmacfly + +svn10064:  * security fix for 3rd party hunspell library + +2015-01-17 13:50 mortenmacfly + +svn10063:  * pumped (wx)Scintilla to v3.4.1 + +2015-01-17 13:45 mortenmacfly + +svn10062:  - tiny fix in wxPdfDocument 3rd party lib + +2015-01-17 13:43 mortenmacfly + +svn10061:  * rndgen: fixed compilation error with latest GCC + (e.g. TDM GCC 4.9.2) at least on Windows + +2015-01-15 23:53 d_anselmi + +svn10060:  * NassiShneiderman: enhancement of the Cparser (Fixes + issue #125, thanks scarphin) + +2015-01-12 20:53 d_anselmi + +svn10059:  * editor: add lexer configuration for new lexer in + upcoming scintilla release. + +2015-01-10 10:03 ollydbg + +svn10058:  * CC: fix ticket #130(Bug in RMB click -> Open include + file). The second parameter of the function NormalizePath() + should be a directory, not an absolute file path. + +2015-01-10 10:02 ollydbg + +svn10057:  * CC: remove unused variables, those variables and + their associated UI parts are now controlled by CCManager in + SDK(See revision 10055). The case_sensitive option now follows + the global settings in CCManager, so once a Parser is created, + this option can't be changed unless the project get reopened. + +2015-01-07 01:19 fuscated + +svn10056:  * NassiShneiderman: Add a menu entry to allow creating + diagrams from selected text (Fixes issue #126, thanks scarphin) + +2015-01-05 21:03 alpha0010 + +svn10055:  * CCManager: add configuration options for main CC + behaviours + +2014-12-29 16:15 fuscated + +svn10054:  - depslib: Fix compilation on windows due to c++ style + comments (thanks TurboSnail, fixes issue #121) + +2014-12-24 08:36 jenslody + +svn10053:  - spec-file-template: Do not try to build + Spellchecker-plugin on CentOS/RedHat < 6, because the hunspell + packages are only available from a thirdparty repo (atomicorp), + therefore an automatic build is not possible and the users are + forced to enable this repo. + Fix determining of redhat and fedora release-numbers. + +2014-12-21 20:58 jenslody + +svn10052:  - codesnippets: non-windows build fix + +2014-12-21 04:21 pecanh + +svn10051:  CodeSnippets - + fixed: was not saving edited snippets changed xml data. Fixed: + was not saving snippet files when shutting down. + Ref:http://forums.codeblocks.org/index.php/topic,19759.0/topicseen.html + +2014-12-06 17:42 fuscated + +svn10050:  * compiler: Try to fix the wrong autosize problem + (http://forums.codeblocks.org/index.php/topic,19761.0.html) + + > Define virtual function to allow ListCtrlLogger implementations + to + override the AutoFitColumns behaviour. + > Change the parameters of the AutoFitColumns function in the + compiler + messages, so it suits the interface and so call to Append will + call it + when autosizing is needed. + +2014-12-06 17:42 fuscated + +svn10049:  * compiler: Save in the config the setting of the Fit + automatically menu item shown in the build messages window + context menu + +2014-12-05 09:12 jenslody + +svn10048:  * Better (?) merge of panes, if multiple projects are + loaded, that are not in a workspace; see: + http://forums.codeblocks.org/index.php/topic,19789.msg135272/topicseen.html#msg135272 + +2014-12-05 09:12 jenslody + +svn10047:  - build fix for wx3.0, if WXWIN_COMPATIBILITY_2_8 is + not set + +2014-12-05 01:28 alpha0010 + +svn10046:  * search: prevent lag/freeze if search logs a match + contained on a long (1000+ chars) line + +2014-12-02 14:45 ollydbg + +svn10045:  * CC: handling stringize operator ('#') when expanding + macros. + +2014-12-02 14:44 ollydbg + +svn10044:  - CC: reindent code inside struct definition. + +2014-12-02 14:43 ollydbg + +svn10043:  - CC: remove unused function template + GetStringFromVector(). + +2014-11-30 14:44 fuscated + +svn10042:  * debugger: Fix infinite loop when parsing watches + generated by Python pretty printers + + > It turned out that the watch parser will loop infinetely if + there is a + equal character returned by the pretty printer. + > To solve this I've expanded the tokenizer to group tokens + starting with a + brace until the closing brace is found. + > Added test for this case. + +2014-11-30 03:10 ollydbg + +svn10041:  * Todo plugin: fix SourceForge Ticket #96, ToDo List + plugin does not ignore */ if it is on the same line. + +2014-11-29 14:24 ollydbg + +svn10040:  * wxScintilla control: fix the caret blink issue, see + http://sourceforge.net/p/codeblocks/tickets/92 + +2014-11-29 14:22 ollydbg + +svn10039:  - CC: add missing SVN keywords in doxygen_parser.cpp. + +2014-11-29 14:20 ollydbg + +svn10038:  - astyle plugin: fix SourceForge Ticket #103, change + "Gnu" to "GNU" in the label. + +2014-11-26 20:04 pecanh + +svn10037:  -Keybinder - Petrov patch to handle Ctrl-- and Ctrl-+ + +2014-11-23 16:45 fuscated + +svn10036:  * debugger: Fix parsing gdb locals/arguments when the + values contain escaped double and single quotes + +2014-11-17 16:23 jenslody + +svn10035:  * Fix error in layout-file version check, that could + lead to warnings about changed fileversion in batch-build. + +2014-11-16 14:42 fuscated + +svn10034:  - Plugin API: removed obsolete (historic) Configure + method from contrib plugins not using the code + +2014-11-15 21:11 fuscated + +svn10033:  * debugger: Add support for executing additional shell + commands when using GDB (thanks scarphin) + +2014-11-10 16:51 jenslody + +svn10032:  - hide error-messages when running + update-mime-database in rpm-based distros; these messages are not + caused by Code::Blocks, but users might blame it anyway; see + http://forums.codeblocks.org/index.php/topic,19767.msg135026.html#msg135026 + +2014-11-10 16:49 jenslody + +svn10031:  - IncrementalSearch-plugin: hide border of internal + text-control and place it more left in the combo-control; layout + was ugly on windows + +2014-11-09 13:15 fuscated + +svn10030:  * debugger: Add flag to enable/disable loading of + .gdbinit (thanks scarphin) + +2014-11-07 18:35 jenslody + +svn10029:  * fix for commit 10011, which could lead to revision + string "0" + +2014-11-06 23:22 fuscated + +svn10028:  - BrowseTracker: Fix post build steps for wx30 and + wx30_64 (thanks gd_on) + +2014-11-06 13:22 d_anselmi + +svn10027:  - FileManager Plugin: fix crash when right click + beside the tree when nothing from the tree is selected. + +2014-11-06 09:23 jenslody + +svn10026:  * Add dummy editor to watchesdialog to fix assert in + wx3.0 + +2014-11-06 09:23 jenslody + +svn10025:  * wxSmith-plugin: fix warnings about deprecated + font-enums; add setter- abd getter-functions for wxFontStyle, + wxFontWeight and wxFontFamily to wxsPropertystream + +2014-11-06 09:23 jenslody + +svn10024:  * Fix warnings about deprecated font-enums with wx3.1 + +2014-11-06 09:23 jenslody + +svn10023:  * wxSmith-plugin: wx3.1 build fix + +2014-11-06 09:22 jenslody + +svn10022:  - ToolsPlus-plugin: fix warning about unused parameter + +2014-11-06 09:22 jenslody + +svn10021:  - BrowseTracker-plugin: fix shadow-warnings + +2014-10-30 07:40 mortenmacfly + +svn10020:  - harmonise SVN EOL and other properties + +2014-10-30 07:21 ollydbg + +svn10019:  - SepllChecker: Add missing svn eol property "native" + to the file xmlparser.cxx. (thanks stahta01) + +2014-10-29 23:26 pecanh + +svn10018:  -Keybinder Reverted parts of 9836 to 9764. User + secondary defined keys were not being rebound on reload of a + project. Will work to resolve problem + +2014-10-29 08:46 mortenmacfly + +svn10017:  * removed artefact left over in commit r9845 (thanks + White Tiger) + +2014-10-27 23:04 fuscated + +svn10016:  - Log version information at startup, so users can see + what version are they trying to run even if there is a crash + before the ui shows up + +2014-10-27 22:50 fuscated + +svn10015:  * editor: Add menu commands for searching the selected + text without opening the find-replace dialog (thanks beja) + + Fix for ticket #72 on sourceforge.net + +2014-10-26 19:53 alpha0010 + +svn10014:  - spellchecker: replace hardcoded character set with + unicode compatible calls, improves checking accuracy in utf8 + comments + +2014-10-26 19:53 alpha0010 + +svn10013:  - ccmanager: avoid potential dangling pointer on CC + plugin disable/uninstall + +2014-10-26 19:53 alpha0010 + +svn10012:  * astyle: revert r9575 (apply formatting delta to + editor) due to buggy implementation + + see: + http://forums.codeblocks.org/index.php/topic,19727.msg134824.html#msg134824 + +2014-10-26 18:22 alpha0010 + +svn10011:  - autorevision: fix revision change test, using '>=' + on strings fails when the number of digits changes (9999 -> + 10000) + +2014-10-26 12:26 d_anselmi + +svn10010:  - lexer: adjust svn eol property + +2014-10-24 23:22 fuscated + +svn10009:  - projects: Removed file (mozilla/StandardInteger.h) + that does not exist any more from CB core projects (thanks + stahta01). + +2014-10-24 23:22 fuscated + +svn10008:  - projects: Added missing mozilla files Alignment.h + and TypedEnum.h to core CB projects (thanks stahta01). + +2014-10-24 23:22 fuscated + +svn10007:  - projects: Added include/misctreeitemdata.h file + missing from core CB projects (thanks stahta01). + +2014-10-24 23:22 fuscated + +svn10006:  - PCH Fix: Removed include of sdk.h from CB core + header; removed CB_PRECOMP guard and reordered headers. Added + prep.h include (thanks stahta01). + +2014-10-24 23:22 fuscated + +svn10005:  - PCH Fix: Removed incorrect include of wx/wxprec.h + and use of #pragma hdrstop from CB API header xtra_res.h (thanks + stahta01). + +2014-10-24 23:22 fuscated + +svn10004:  - PCH Fix: Added include of sdk.h before "#ifndef + CB_PRECOMP block" and moved local include after block (thanks + stahta01). + +2014-10-23 22:36 d_anselmi + +svn10003:  * lexer: added BibTex lexer configuration files + +2014-10-20 17:34 fuscated + +svn10002:  - autotools: Fix make dist on linux + +2014-10-17 12:29 ollydbg + +svn10001:  * CC: handling __declspec (xxx) in + ParserThread::DoParse() function. Move handling __attribute__ + keyword to the switch case statements. + +2014-10-16 17:22 pecanh + +svn10000:  -BrowseTracker - remove debugging msg from release + target. + +2014-10-16 14:45 ollydbg + +svn9999:  * CC: code simplified. Use the ReplaceMacroUsage() + function to handle macro expansion, since it can handle both + function like macro expansion and object like macro expansion. If + ReplaceMacroUsage() return true, it means m_TokenIndex is rewind, + so we need to continue the loop. + +2014-10-16 14:44 ollydbg + +svn9998:  * CC: fix handling of conditional preprocessor + directives. + + Enhance IsMacroDefined() function, it can handle both "defined + (xxx)" and "defined xxx" directives. Do not run SkipToEOL(false) + inside the IsMacroDefined() function, because there are some + tokens after the current token in the same line. All caller + updated. + + Fix the failure of cc_macro_expansion.cpp. + Before this commit + ******************************************************** + Testing in file: ...\testing\cc_macro_expansion.cpp + ******************************************************** + *FAIL: zero_ zero_defined + -PASS: test_defined test_defined_expand_2 + -PASS: f234 f2345 + *FAIL: f123 f1234 + -PASS: std:: string + -------------------------------------------------------- + Total 5 tests, 3 PASS, 2 FAIL + -------------------------------------------------------- + + With this commit + ******************************************************** + Testing in file: ...\testing\cc_macro_expansion.cpp + ******************************************************** + -PASS: zero_ zero_defined + -PASS: test_defined test_defined_expand_2 + -PASS: f234 f2345 + -PASS: f123 f1234 + -PASS: std:: string + -------------------------------------------------------- + Total 5 tests, 5 PASS, 0 FAIL + -------------------------------------------------------- + + When defined (xxx) is handled in the IsMacroDefined() function. + In the main loop of reading the tokens, check the spaces after + DoGetToken(), so that the token in the next line don't get eat. + +2014-10-16 13:51 ollydbg + +svn9997:  - CCTest: more test cases added. + +2014-10-16 09:02 mortenmacfly + +svn9996:  - removed obsolete astyle files + +2014-10-16 09:01 mortenmacfly + +svn9995:  * update of astyle to v2.05 + +2014-10-16 08:59 mortenmacfly + +svn9994:  - update of wxConrib items + - some cleanup wrt spacing, code style + +2014-10-16 08:57 mortenmacfly + +svn9993:  * pumped (wx)Scintilla to v3.5.1 (bringing support for + BibTeX lexer) + +2014-10-14 22:42 ollydbg + +svn9992:  * CC: remove WriteOptions() function call in + Parser::~Parser(). This function call was added in the previous + commit(commit9991). Options were saved when user click the Apply + button, so we don't need to save them when Parser object + destroyed. + +2014-10-14 14:45 ollydbg + +svn9991:  * CC: fix a bug that CodeCompletion's setting don't get + saved when C::B closed. + + To reproduce the bug, you can + 1, start C::B (without opening any cbp project) + 2, open the codecompletion's setting dialog + 3, change some settings, such as: Options - Disable SmartSense + 4, close the setting dialog and close C::B + 5, reopen C::B, run step 2 again, you will notice the setting is + not saved yet. + + The bug was cause by the commit rev9920, there I changed the + ReadOptions() and WriteOptions() functions to virtual functions, + also the implementation of those functions in ParserBase class + are empty, the derived Parser class has real implementations(read + and write the configure file). But NativeParser::NativeParser() + create a ParserBase instance not a Parser instance, and + ParserBase::ReadOptions() and ParserBase::WriteOptions() do + nothing. + + To avoid the ParserBase to read the configure file (that's what + rev9920 want to achieve), I let the NativeParser create a real + Parser instance (not ParserBase), thus this commit partially + revert the code refactoring at rev7336 (2011-8-8, by Loaden). + +2014-10-14 08:37 jenslody + +svn9990:  * better build fix for the build fix for the build fix + ....; some distributions (at least debian) have backported the + fix to pre wx2.9.0, the wx2.8.12 tag in wxWidgets svn-repo still + uses the macro without the "WX_"-prefix + +2014-10-14 04:44 jenslody + +svn9989:  * build fix for the build fix in 9987 + +2014-10-14 03:52 alpha0010 + +svn9988:  * DoxyBlocks: strip default menu keybindings that + conflict core C::B shortcuts + +2014-10-14 03:18 alpha0010 + +svn9987:  - build fix for r9982 + +2014-10-13 23:37 jenslody + +svn9986:  * fix an issue with the new editorpane-layout + saving/restoring, where the layout was not recreated, when the + default workspace was automatically opened on application + startup. + +2014-10-13 19:18 fuscated + +svn9985:  - projects: Changed custom variable name from "WX_VER" + to "WX_VERSION" in Addr2LineUI windows projects (thanks stahta01) + +2014-10-13 19:18 fuscated + +svn9984:  - projects: Core projects had wrong location for + "wxsmith/VirtualBuildTargetsDlg.wxs" related files (thanks + stahta01) + +2014-10-13 13:35 d_anselmi + +svn9983:  * SpellChecker-plugin: activate OnlineSpellChecking for + VHDL block comments and strings and for verilog strings + +2014-10-13 11:16 d_anselmi + +svn9982:  * improve command line handling so plugins can receive + commands from the command line + +2014-10-13 07:18 ollydbg + +svn9981:  * CCTest: include "parser_base.h" instead of "parser.h" + in nativeparser_test.h. Since NativeParserTest class only + contains a ParserBase member. + +2014-10-13 07:18 ollydbg + +svn9980:  * CCTest: automatically load the ccc_*.cpp test file to + the wxScintilla control, so that when debugging a single file, + user can modify the file in the control and press the "test + single" button to run this test again. + +2014-10-13 07:17 ollydbg + +svn9979:  - CCTest: set the button size correctly, and adjust the + button labels. + +2014-10-13 07:16 ollydbg + +svn9978:  - CCTest: code refactoring, the CCLogger::Get()->XXX() + now prints the log messages to the parsing message panel and + wxLogMessage will print the log messages to the code completion + test result panel. + +2014-10-13 07:15 ollydbg + +svn9977:  * CCTest: add a new panel to log out the code + completion test results. + +2014-10-13 07:14 ollydbg + +svn9976:  * CCTest: remove unused "test.h" file from + codecompletion.cbp + +2014-10-13 07:13 ollydbg + +svn9975:  - CCTest: code clean up and refactoring, create a new + unified function ParseAndCodeCompletion() which can both handle + local disk files and contents from wxScintilla control. + +2014-10-13 07:11 ollydbg + +svn9974:  * CCTest can now handling both files in hard-disk or + files in wxScintilla control without save a temporary file. This + commit also fixes a but that the wxID_ANY was assigned to two + buttons in the same panel. + +2014-10-13 07:10 ollydbg + +svn9973:  - CCTest: code format clean up in cctest_frame.cpp. + +2014-10-13 07:09 ollydbg + +svn9972:  * CCTest: first try opening a single ccc_*.cpp. If no + ccc_*.cpp files exist, collect cc_*.cpp files for testing. + +2014-10-13 07:08 ollydbg + +svn9971:  * CCTest: use the wxDir::GetAllFiles() function to scan + and collect all the testing files, and store them in + CCTestAppGlobal::s_fileQueue, thus, we can testing many files. + Currently, the test file name will have a patter "cc_*.cpp" under + testing folder. + +2014-10-13 07:07 ollydbg + +svn9970:  * CCTest: don't save temporary files, just parse the + files specified by the file name. + + If you have a test file, e.g. testing/a.cpp, the former way was + load the file to wxScintilla control, when start parsing, we + first save the contents of wxScintilla control to a temporary + file, then parse it, and finally delete the temporary file. With + this commit, we don't need to use temporary files, the file can + be parsed directly if a file name is specified. The ParserBase + class can directly load the file from hard disk for parsing. + +2014-10-13 07:07 ollydbg + +svn9969:  - CCTest: document added in the beginning part of + cctest_app.cpp file, since we use the ParserBase class instead of + Parser class, those changes need to be documented. + +2014-10-13 07:06 ollydbg + +svn9968:  * CCTest: remove the priority header file parsing + options, both GUI and the related code were removed. Priority + header parsing method was removed from code base several months + ago in flavour of recursive header file parsing. + +2014-10-13 07:04 ollydbg + +svn9967:  * CCTest: avoid parsing the file twice in cctest. The + function BatchTest() does two things: 1, parse the file; 2, read + the test cases, and run those test cases. So we don't need a call + m_NativeParser.Parse() before m_NativeParser.BatchTest(). + +2014-10-13 02:01 ollydbg + +svn9966:  * CC: handle the "__declspec" qualifier when parsing + the class definition, this qualifier is skipped as the same way + as handling "__attribute__" qualifier. + +2014-10-13 01:59 ollydbg + +svn9965:  - CC: minor comment fix in class browser related + classes. + +2014-10-13 01:45 ollydbg + +svn9964:  * CCTest: add new test file for testing codecompletion + for enumerator, this is mainly copied from enumerator.cpp. + +2014-10-13 01:45 ollydbg + +svn9963:  * CCTest: add a new test case, which test macro + handling of wx event table macros. + +2014-10-13 01:44 ollydbg + +svn9962:  * CCTest: add a new test case, this is used for parsing + MFC's event table macros, see: + http://forums.codeblocks.org/index.php/topic,19016.msg130216.html#msg130216 + +2014-10-13 01:43 ollydbg + +svn9961:  - CC: add comments in ParserThread class. + +2014-10-13 01:42 ollydbg + +svn9960:  * CCTest: add new test case for parsing namespaces. + Also, fix a C++ grammar error by add missing semicolon after + class definition in the test code. + +2014-10-12 19:04 jenslody + +svn9959:  * BrowserTracker-plugin: more noPCH build fixes + +2014-10-12 15:53 jenslody + +svn9958:  * BrowseTracker-plugin: linux build fixes + +2014-10-12 15:32 fuscated + +svn9957:  - build: noPCH fixes + +2014-10-12 13:37 ollydbg + +svn9956:  - CC: add comment for function IsBinaryOperator() + +2014-10-12 13:37 ollydbg + +svn9955:  - CC: fix wrong descriptions in tokenizer.h + +2014-10-12 13:36 ollydbg + +svn9954:  * CC: fix a bug in + Tokenizer::CalcConditionExpression(), when checking whether a + token is a macro usage, the length of the token should be larger + then 0, not 1. + +2014-10-12 13:35 ollydbg + +svn9953:  * CCTest: add a new test case which can test how macro + expansion works + +2014-10-12 13:35 ollydbg + +svn9952:  - CC: fix comments in CodeCompletion class definition. + +2014-10-12 13:32 ollydbg + +svn9951:  * CC: fix bug when handling "##" operator in macro + expansion. + + When debugging with cctest without any user replace rules (enable + macro expansion check on every token), I found that the + surrounding spaces of "##" don't get removed. For example, when + parsing C++'s basic_string.h, the namespace std can't recognized + correctly due to wrongly expanding + "_GLIBCXX_VISIBILITY(default)". + I create a simple test code here: + + namespace std _GLIBCXX_VISIBILITY(default) + { + class string { }; + } + + Here the _GLIBCXX_VISIBILITY(default) should finally be replaced + to an empty token, but if surrounding spaces are not removed, we + will get a sequence like: "_GLIBCXX_PSEUDO_VISIBILITY_" and + "default". This commit fixes such issue. + +2014-10-12 10:58 fuscated + +svn9950:  - debugger: Remove duplicate ClearLog call + +2014-10-12 10:15 jenslody + +svn9949:  * removed wxWindowUpdateLocker from + cbAuiNotebook::LoadPerspective(), because it's broken on windows + +2014-10-12 10:14 jenslody + +svn9948:  * fix for filemanager + +2014-10-12 10:14 jenslody + +svn9947:  * Add versioning to project and workspace layout files. + +2014-10-12 10:13 jenslody + +svn9946:  * Do not save read-only files. Use file-attributes of + original-file while saving. + +2014-10-12 10:13 jenslody + +svn9945:  * Add a SetReadOnly-function to editorbase-class. + +2014-10-12 10:12 jenslody + +svn9944:  * When setting the read-only icon, check also whether + an editor has the read-only flag set internally. + +2014-10-12 10:11 jenslody + +svn9943:  * Mark editor tabs of readonly files with an icon, see: + http://forums.codeblocks.org/index.php/topic,19572.msg133665.html#msg133665 + +2014-10-12 10:10 jenslody + +svn9942:  * Check non builtin editors for file deletion and + read/write-status change. + +2014-10-12 10:10 jenslody + +svn9941:  * make the check for externally modified files + configurable, useful for slow network shares (default is on) + +2014-10-12 10:09 jenslody + +svn9940:  * Save notebook layout in project- and workspace-layout + files (and load it from there). + +2014-10-11 22:08 pecanh + +svn9939:  BrowseTracker - update unix cbp + +2014-10-11 22:07 pecanh + +svn9938:  BrowseTracker - update wx30 cbps + +2014-10-11 21:47 pecanh + +svn9937:  Browse Tracker 1.2.100 2014/10/9 + Fix incorrect scintilla margin marker usage + Better resolution of Jump line recording + Add modifed user contrib tool bar (by sbezgodov) + +2014-10-10 14:00 d_anselmi + +svn9936:  Prepare SVG export with wx30 + +2014-10-05 03:00 damienlmoore + +svn9935:  * ToolsPlus: move cursor after typing text in the tools + output window + +2014-10-03 13:34 ollydbg + +svn9934:  - CC: code refactoring. Change some function names. + Change "ReplaceFunctionLikeMacro" to "ReplaceMacroUsage" because + it handle both function like and variable like macro expansions. + Change "ReplaceMacro" to "GetReplacedToken" to avoid name + ambiguity. + +2014-10-02 15:04 ollydbg + +svn9933:  * CC: disable the sanity check when expanding the macro + usage, this try to work around an issue reported here: + http://forums.codeblocks.org/index.php/topic,19661.msg134291.html#msg134291. + We still have a expansion limit to avoid the infinite loop. + +2014-10-02 15:03 ollydbg + +svn9932:  * CC: Apply patch by Huki, which merges function + handling and updates macro handling, see discussions in + http://forums.codeblocks.org/index.php/topic,19278.msg134227.html#msg134227. + + The patch fixes handling the function pointer declaration pattern + like: unsigned int (*AAA) (float BBB); + The normal function declaration and function pointer declaration + are handled in the same way in the DoParse(). + The patch also enable checking each lexeme like token for macro + usage, thus many cctest cases like: + testing/cc_x_macro.cpp and + testing/cc_function_ptr_com_interface.cpp get 100% passes. The + only drawback + is that the parsing time becomes a little longer, but we can get + more precise parsing results especially in codes + with many macro usages. + +2014-10-01 18:57 alpha0010 + +svn9931:  * cbEditor: url detection: format regex to improve + readability (no functional change), strip trailing periods and + commas from detected url + +2014-09-29 00:47 ollydbg + +svn9930:  - SRC: fix the eol style svn property of the file + ccmanager.h. + +2014-09-28 20:28 alpha0010 + +svn9929:  - non PCH build fix + +2014-09-28 20:28 alpha0010 + +svn9928:  * IncrementalSelectListDlg: pull filename prefix + matches to the top - for example, "sty" puts "Style.cxx" above + "cbstyledtextctrl.h" + +2014-09-28 16:17 jenslody + +svn9927:  * more build fixes + +2014-09-28 16:17 jenslody + +svn9926:  * non PCH build fix + +2014-09-28 16:17 jenslody + +svn9925:  * linux build fixes + +2014-09-28 15:06 ollydbg + +svn9924:  * CCTest: test case for X macros, see: + http://forums.codeblocks.org/index.php/topic,19024.msg130198.html#msg130198 + +2014-09-28 15:06 ollydbg + +svn9923:  * CCTest: add test case for COM interface, which + involve macro expansion and function pointer parsing. + +2014-09-28 15:05 ollydbg + +svn9922:  * CCTest: add new test for function pointer code + completion + +2014-09-28 15:04 ollydbg + +svn9921:  * CCTest: add new test for the embedded unnamed class. + +2014-09-28 14:48 ollydbg + +svn9920:  * CC: code re-factoring for CodeCompletion plugin and + CCTest projects, class ParserBase was now in its own + parser_base.h/cpp files, thus remove parserdummy.cpp(this file + was used to supply the class ParserBase implementation for CCTest + project). ParserCommon::EFileType ParserCommon::FileType() + function was moved to parser_base.cpp. + +2014-09-20 14:05 ollydbg + +svn9919:  * CCTest: add macro definition CC_PARSER_TEST to + cctest.cbp + +2014-09-18 14:56 ollydbg + +svn9918:  * CC: remove the second parameter of function + Tokenizer::ReplaceFunctionLikeMacro(const Token* tk, bool + updatePeekToken = true). This partially reverts rev6691. The user + need to explicitly call PeekToken() to update the peek token. See + details in + http://forums.codeblocks.org/index.php/topic,18315.msg134199.html#msg134199 + +2014-09-18 14:55 ollydbg + +svn9917:  * CC: remove the last parameter of the function + ReplaceBufferText(), and all caller updated. This partially + reverts rev6436. In the current code, all internal + ReplaceBufferText calls (ie, called inside Tokenizer.cpp) have + the second parameter updatePeek set to false, and external + ReplaceBufferText calls have it set to true. All the external + calls (there were just a few of them, and all of them in + parserthread.cpp), and we always do a GetToken() after the + ReplaceBufferText(). So it's safe to remove this parameter. + Details here: + http://forums.codeblocks.org/index.php/topic,18315.msg134199.html#msg134199 + thanks Huki for the discussion and review. + +2014-09-12 14:28 ollydbg + +svn9916:  * CC: Apply patch by Huki, this improved parsing + support for func ptr, also add some comments about how to parse + the pattern "AAA BBB(...);" + + Both the four patterns of the function/variable will be + recognized: + void(*foo)(int a); // func ptr + void *(*foo)(int a); // func ptr with ptr return type + void foo(int a); // function decl + AAA foo(5); // var initialized with ctor (only supported for + local block) + + For the Pattern "AAA BBB(...);", we need to distinguish the token + type by where the statement locates, if it locates in a local + block, such as a function body, we recognize it as a variable + named BBB with type AAA, otherwise, it is a function declaration. + This is just a hack since our parser don't use semantic checking. + Details in: + http://forums.codeblocks.org/index.php/topic,19278.msg134068.html#msg134068. + +2014-09-10 02:51 ollydbg + +svn9915:  - CC: function name typo fix, GetMacroExpendedText -> + GetMacroExpandedText. + +2014-09-10 02:51 ollydbg + +svn9914:  - CC: fix wrong description of + Tokenizer::ReplaceBufferText() function + +2014-09-10 02:50 ollydbg + +svn9913:  - CC: comments added in ParserThread::HandleDefines(). + +2014-09-10 02:50 ollydbg + +svn9912:  - CC: fix Doxygen comments by removing unused parameter + description. + +2014-09-10 02:49 ollydbg + +svn9911:  - CC: document where DoGetToken() could get recursive + called. + +2014-09-10 02:49 ollydbg + +svn9910:  - CC: code style fix, wrap long statement + +2014-09-10 02:48 ollydbg + +svn9909:  * CC: Apply patch by Huki to improved calltips support + for macro and typedef. See detailed description in + http://forums.codeblocks.org/index.php/topic,19278.msg133989.html#msg133989, + add documents for Tokenizer::SplitArguments() function. + +2014-09-05 08:21 jenslody + +svn9908:  * Spellchecker-plugin: linux build fix + +2014-09-04 21:54 fuscated + +svn9907:  * CppCheck: Add support for macros in the path of the + cppcheck executable, clean up the code a bit + +2014-09-04 13:06 ollydbg + +svn9906:  * CC: fix the return value of + Tokenizer::IsEscapedChar(), return true if it is at a escape + character. Update the callers, so there is no functional change. + +2014-09-04 13:05 ollydbg + +svn9905:  * CC: skip the C++ style comment correctly if reading + doxygen style document is enabled, thus partially fix the bug: + https://sourceforge.net/p/codeblocks/tickets/41/, the + synchronization issue about the Token and the document still + exists yet. + +2014-09-03 20:16 fuscated + +svn9904:  * CppCheck: Fix the text control in the config panel + +2014-09-02 05:50 ollydbg + +svn9903:  - CC: many comments added. + +2014-09-02 05:50 ollydbg + +svn9902:  - CC: remove unused type definitions, the instances of + those types were already removed in rev2121 back in Mar 3, 2006. + +2014-09-02 05:49 ollydbg + +svn9901:  * CC: apply patch by Huki, this mainly fixes two + things: + 1) Nested unnamed (struct or union) within unnamed: all the + members should be invokable from the parent class or struct. + 2) Show tooltips for members of unnamed / enum within class + invoked directly (also for nested cases). + See details in the C::B forum post: + http://forums.codeblocks.org/index.php/topic,18315.msg133712.html#msg133712 + +2014-09-01 09:39 mortenmacfly + +svn9900:  * added registry lexer + * removed *.reg file extension from properties lexer + +2014-09-01 06:58 d_anselmi + +svn9899:  - vhdl lexer config: differ between comments and doc + comments + +2014-09-01 06:56 d_anselmi + +svn9898:  - fix: don't omit the outline + +2014-09-01 06:52 d_anselmi + +svn9897:  - move comments to belonging code + +2014-09-01 05:58 mortenmacfly + +svn9896:  * merged scinitlla_3_5_0 branch into trunk, main new + features: + ** make use of MVC principle in scintilla + ** timers are used for each type of periodic activity + ** VHDL enhancement by danselmi + ** lexer added for Windows registry files. + ** a lot of fixes + ** C::B: send wxEVT_SCI_CLIPBOARD_PASTE event to allow clients to + change clipboard data + +2014-08-30 20:25 fuscated + +svn9894:  - CC: Fix typo in a message (issue #40, thanks + michaelx386) + +2014-08-30 13:09 ollydbg + +svn9884:  - CC: many comments added and some wrong comments were + fixed. + +2014-08-30 13:07 ollydbg + +svn9883:  * CC: remove the task pool queue, it was used for + priority header file parsing, but we now use recursive paring of + the header files instead. + + Before the change, we have such logics to parse the files: + CodeCompletion receive Workspace changed (mostly because project + loaded finishes) + ->NativeParser::CreateParser for the active project + ->new Parser + ->DoFullParsing + ->Fill Parser's macro definition(from compiler and from project + setting) + ->Fill Parser's file list need to parse, kick the batch timer + + Parser receive batch timer event + ->new ParserThreadedTask (this task will executed in thread pool) + ->send Parse Start Event! + + ParserThreadedTask is executed + ->parse the macro definition + ->new ParserThread for each file in file list + ->put ParserThread in task pool queue + + Thread pool finish running tasks: + ->do one of below + *CASE1: if task pool queue is not empty, copy to thread pool, run + *CASE2: if file list is not empty, kick the batch timer + *CASE3: if macro definition is not empty, kick the batch timer + *CASE4: non of the above cases, send Parse Finish Event! + + In this commit, we don't need to copy the ParserThread to task + pool queue, and later to thread pool, we can directly put the + ParserThread to the thread pool. + +2014-08-30 12:26 fuscated + +svn9882:  * EditorTweaks: Add menu item for controlling if the + whitespace characters should be visible (fixes issue #39) + +2014-08-28 23:12 fuscated + +svn9879:  * compiler: Add propgrid to the compiler flags dialog + (double click on property toggles the value) + +2014-08-28 23:12 fuscated + +svn9878:  - compiler: Add propgrid to the compiler flags dialog + (fix autotools build) + +2014-08-28 23:12 fuscated + +svn9877:  - compiler: Add propgrid to the compiler flags dialog + (windows build fix) + +2014-08-28 23:12 fuscated + +svn9876:  - compiler: Add propgrid to the compiler flags dialog + (fix the minimal size problem) + +2014-08-28 23:11 fuscated + +svn9875:  - compiler: Add propgrid to the compiler flags dialog + (add wx30 support) + +2014-08-28 23:11 fuscated + +svn9874:  * compiler: Extract some flags from the warnings + category to the general category in the common-warnings file + +2014-08-28 23:11 fuscated + +svn9873:  * compiler: Add propgrid to the compiler flags dialog + (add expand/collapse all popup menu options) + +2014-08-28 23:11 fuscated + +svn9872:  * compiler: Add propgrid to the compiler flags dialog + (make sure that "General" is added first) + +2014-08-28 23:11 fuscated + +svn9871:  * compiler: Add propgrid to the compiler flags dialog + (sort flags in each category) + +2014-08-28 23:11 fuscated + +svn9870:  * compiler: Add propgrid to the compiler flags dialog + (pre-select the category in the flag editor dialog) + +2014-08-28 23:11 fuscated + +svn9869:  * compiler: Add propgrid to the compiler flags dialog + (don't allow modification/deletion of categories) + +2014-08-28 23:11 fuscated + +svn9868:  * compiler: Add propgrid to the compiler flags dialog + (remove ui from the xrc file) + +2014-08-28 23:11 fuscated + +svn9867:  * compiler: Add propgrid to the compiler flags dialog + (remove core related to the categories combo) + +2014-08-28 23:11 fuscated + +svn9866:  * compiler: Add propgrid to the compiler flags dialog + (remove code related to the checkbox list) + +2014-08-28 23:11 fuscated + +svn9865:  * compiler: Add propgrid to the compiler flags dialog + (start removal of old ui) + +2014-08-28 23:11 fuscated + +svn9864:  - compiler: Add propgrid to the compiler flags dialog + (initial commit) + +2014-08-28 01:06 ollydbg + +svn9863:  * CC: apply patch by Huki to avoid the recursive call + of Tokenizer::Peek() function, and reset the TokenIndex correctly + when handling C preprocessor conditional directive. The related + discussion is in + http://forums.codeblocks.org/index.php/topic,18315.msg133639.html#msg133639 + and the following three replies. + +2014-08-27 21:09 d_anselmi + +svn9862:  SpellChecker: - update hunspell to version 1.3.3 (only + used on MSW) + +2014-08-25 10:19 jenslody + +svn9859:  * fix for bug #36 Path slashes in project file flip on + save between windows and nix + +2014-08-21 12:04 d_anselmi + +svn9858:  * CC: call SmartIndentPlugin->OnCCDone() when CC is + done through the event system + +2014-08-20 15:41 d_anselmi + +svn9857:  * SmartIndentHDL: do correctly unindent architecture", + "entity" and "configuration". + +2014-08-18 20:56 fuscated + +svn9856:  * debugger: Expand macros in the Additional GDB + commands + +2014-08-06 15:33 d_anselmi + +svn9855:  * OccurrencesHighlighting: small fix in #ifndef-ed code + +2014-07-31 07:33 fuscated + +svn9854:  - wx30: Fix an assert in the compiler plugin introduced + in r9852 (thanks muumi) + +2014-07-30 06:58 d_anselmi + +svn9853:  * CC: call SmartIndentPlugin->OnCCDone() when CC is + done + * SmartIndentHDL: tidy up formating when CC finished + +2014-07-28 23:11 alpha0010 + +svn9852:  * compiler: rate limit build message column auto fit + frequency to reduce excessive overhead when builds produce + thousands of messages + +2014-07-18 13:59 d_anselmi + +svn9851:  * compiler: add support for the soft CPUs lm32, lm8 and + zpu + +2014-07-18 13:55 d_anselmi + +svn9850:  * SmartIndentHDL: do correctly unindent "end function" + and "end procedure". + +2014-07-17 10:04 d_anselmi + +svn9849:  * make the menu entries normal items (were check items + which was wrong) + +2014-07-16 08:49 ollydbg + +svn9848:  * CC: remove the last parameter of Parser::Parse() + function. It was the LoaderBase pointer, but this argument is + always set as nullptr, otherwise, it will report a memory leak + problem. The loader must be allocated in the Parse() function, + and later deleted in ParserThread::InitTokenizer() function. + +2014-07-16 06:50 ollydbg + +svn9847:  * CC: apply patch by Huki. Don't skip successive + opening or closing brackets, see details in + http://forums.codeblocks.org/index.php/topic,18315.msg132594.html#msg132594. + +2014-07-16 06:48 ollydbg + +svn9846:  * CC: apply patch by Huki. In DoParse(), when parsing + "else" we try to eat the arguments. It breaks support for + "else-if" (we will end up eating the "if"), and anyway there is + no need to skip anything after "else". See details in + http://forums.codeblocks.org/index.php/topic,18315.msg132594.html#msg132594. + +2014-07-11 23:21 alpha0010 + +svn9845:  * compiler: resolve bug 19021, new compiler flags + created from the per-project settings dlg are not saved to + running memory + See http://forums.codeblocks.org/index.php/topic,18019.0.html + +2014-07-06 13:37 fuscated + +svn9844:  - scripted_wizard: Use nullptr instead of 0, when + dealing with pointers + +2014-07-06 13:37 fuscated + +svn9843:  * scripted_wizard: Make it possible to create target + wizard, without the need to add BuildTarget panel + + > The old code had a requirement that target wizards must add a + BuildTarget + panel. This is not always convenient for wizard implementer, so + I've + made it possible to make a target wizard without the need to add + a + BuildTarget panel. When this is the case the wizard implementer + has the + task to fully setup the newly added target. + +2014-07-05 01:07 fuscated + +svn9842:  * scripting_wizard: Make it possible to get or set the + value from a wxComboBox + +2014-06-29 13:32 mortenmacfly + +svn9841:  - updated to the codesnippets project files wrt to unix + and wx30 (part 2) + +2014-06-29 11:14 mortenmacfly + +svn9840:  - updated to the codesnippets project files wrt to unix + and wx30 + +2014-06-29 00:52 fuscated + +svn9839:  - wx30: Fix ASSERT when passing wrong defChoice value + +2014-06-27 08:41 fuscated + +svn9838:  - wxScintilla: Fix compilation of wx30-unix project + (related to rev9803) + +2014-06-26 17:55 mortenmacfly + +svn9837:  * issue a warning (info window) if the user tries to + access a member of a global variable that has not been defined + (GCV is defined, user-defined member not) + * issue a warning (to debug log) if include folders evaluate to + empty values due to invalid macro usage, for example + +2014-06-26 08:47 fuscated + +svn9836:  * keybinder: Make the plugin use the new events (thanks + arthurzmj) + +2014-06-26 08:47 fuscated + +svn9835:  * sdk: Add split/unslit editor events (thanks + arthurzmj) + +2014-06-26 01:01 ollydbg + +svn9834:  * CC: apply Huki's patch to fix Tokenizer issue. Fixed + undo token behavior when macro replacement involved. A very + detailed bug reports and fixes can be founds in four posts follow + the link: + http://forums.codeblocks.org/index.php/topic,18315.msg132555.html#msg132555 + +2014-06-25 03:10 alpha0010 + +svn9833:  - SmartIndent: resolve crash candidate introduced in + r9822; from within PHP, typing '{' on a blank line, then pressing + enter causes a crash in (wx)Scintilla (backtrace gives no clue of + why) + +2014-06-25 00:31 fuscated + +svn9832:  - scripting_wizard: Fix noPCH build (related to prev + commit) + +2014-06-24 23:43 fuscated + +svn9831:  * scripting_wizard: Modify the ComboBox APIs to work + with wxChoice or similar controls + +2014-06-24 23:43 fuscated + +svn9830:  * scripting_wizard: Add API for filling a wxChoice + control with filtered compilers list (removed some code + duplication, too) + +2014-06-24 02:48 ollydbg + +svn9829:  * CC: add a new CC replacement rule: XXXXX -> @, and + document the ReplaceMacro() function. The new rule triggers the + tokenizer to switch to macro replacement mode, thus a macro + definition can be looked up in the token tree. This fixes a bug + report here: + http://forums.codeblocks.org/index.php/topic,19278.0.html. + +2014-06-24 02:47 ollydbg + +svn9828:  * CC: fix a bug in splitting macro's actual arguments. + For arguments, parentheses within each argument must balance; a + comma within such parentheses does not end the argument. See the + related document here + https://gcc.gnu.org/onlinedocs/cpp/Macro-Arguments.html + +2014-06-23 14:35 ollydbg + +svn9827:  - CC: minor refine comments in Tokenizer class. + +2014-06-23 14:35 ollydbg + +svn9826:  - SDK: document the EditorReuser class. + +2014-06-23 14:34 ollydbg + +svn9825:  - SDK: document the FileManager::Load() function. + +2014-06-23 14:11 ollydbg + +svn9824:  * CC: apply patch by Huki. When a virtual target is + selected, collect the defines for all child targets. Eg., in the + CB project, if the "All" virtual target is selected we should + collect defines from all sub-targets(scintilla, etc). See: + http://forums.codeblocks.org/index.php/topic,18315.msg132420.html#msg132420 + +2014-06-23 02:07 fuscated + +svn9823:  * scripting: Add function to convert a compiler name to + compiler id in the CompilerFactory binding + +2014-06-23 00:55 alpha0010 + +svn9822:  * SmartIndent: handle (some) smart indentation for + embedded languages (PHP, JavaScript, etc) within HTML + +2014-06-22 14:05 mortenmacfly + +svn9821:  * reverted r9820 in favor of a dedicated fix for the + issue reported here: + http://forums.codeblocks.org/index.php/topic,19325.msg132513.html + (for the rest its not prime-time yet - it may lead to white + editors on Windows, at least) + +2014-06-22 13:41 mortenmacfly + +svn9820:  * pumped (wx)Scintilla to v3.4.3+ (mercurial HEAD) to + fix several crashes experienced lately + +2014-06-22 13:37 mortenmacfly + +svn9819:  * fixed several crash candidates with EditorColourSet + while hunting a crash bug + +2014-06-20 05:26 mortenmacfly + +svn9818:  * closed ticket #18: C::B start page link should be + updated + +2014-06-19 13:39 ollydbg + +svn9817:  * CC: the workspace changed event does sent when user + try to close the application, so fix the wrong comments + description there. At this time, a NULL project pointer will be + returned from the GetActiveProject() function, thus we don't need + to update the GUI. Related forum post here: + http://forums.codeblocks.org/index.php/topic,19359.0.html + +2014-06-19 13:38 ollydbg + +svn9816:  * CCTest: add the macro definition CC_PARSER_TEST to + cctest project, it was removed in the rev 9644, but as Morten + suggested, it should be added back, since we need more details + about how the parser works. Related discussion here: + http://forums.codeblocks.org/index.php/topic,18991.msg130158.html#msg130158 + +2014-06-19 13:37 ollydbg + +svn9815:  * CCTest: under wx2.8.12(Windows), I receive an assert + failure around wx's source fldlgcmn.cpp line 65, since + wxFD_DEFAULT_STYLE(wxFD_OPEN) can't be used toghther with + wxFD_SAVE. Here are the assert code in fldlgcmn.cpp. + // check that the styles are not contradictory + wxASSERT_MSG( !(HasFdFlag(wxFD_SAVE) && HasFdFlag(wxFD_OPEN)), + _T("can't specify both wxFD_SAVE and wxFD_OPEN at once") ); + +2014-06-19 13:36 ollydbg + +svn9814:  * CCTest: fix a regression introduced in rev9658, + remove non existing source/header files from the + codecompletion.cbp. + +2014-06-18 06:41 mortenmacfly + +svn9811:  * fixed linking to object files directly as described + here: http://forums.codeblocks.org/index.php/topic,19256.0.html + +2014-06-18 05:34 ollydbg + +svn9810:  * CC: apply patch by Huki. Speed up canceling the + ongoing parser, if a parser is going to die, we don't need to + clean up the temporary tokens of the parser before its death. + +2014-06-18 05:34 ollydbg + +svn9809:  * CC: apply Huki's patch to fix a dead lock issue. This + is bug fix for crash when trying to cancel the ongoing project + parsing (to reparse, quit CB, etc). Easiest way to reproduce is + to select "Project -> Reparse current project" twice successively + (or once before the initial parsing has finished). It's in fact a + mutex deadlock. A more detailed explanation why the dead lock + happens can be found here: + http://forums.codeblocks.org/index.php/topic,18315.msg132376.html#msg132376 + +2014-06-17 15:16 mortenmacfly + +svn9808:  * updated codesnippets project files for wx30 and + wx30_64 wrt to latest changes (removal of standalone app) + +2014-06-16 07:18 mortenmacfly + +svn9807:  * issue an error if creating crash log report fails + under Windows + +2014-06-16 07:17 mortenmacfly + +svn9806:  * better resource descriptions under Windows + +2014-06-16 07:17 mortenmacfly + +svn9805:  - brackets + +2014-06-16 07:17 mortenmacfly + +svn9804:  - removed invalid default target + +2014-06-16 07:16 mortenmacfly + +svn9803:  * pumped (wx)Scintilla to v3.4.3 + +2014-06-16 04:51 ollydbg + +svn9802:  * CC: apply Huki's patch, it is a small bug fix in + nativeparser.cpp, NativeParser::ParseLocalBlock(). The function + ParseLocalBlock() is only supposed to be run for function + blocks(bodies), but it's actually run for any kind of code block + (classes, etc). So for example if the user clicks on a class + declaration, the entire class block will be parsed as if it's a + local block and several token info (such as the line index) will + be overwritten. To fix it a check is added. See: + http://forums.codeblocks.org/index.php/topic,18315.msg132338.html#msg132338 + +2014-06-15 11:22 ollydbg + +svn9801:  * todo list plugin: disable refresh the list on double + click. When user double click on a todo list item, it will move + the caret to the source location, since the source file is + already parsed, we don't need to parse it again. + +2014-06-15 11:22 ollydbg + +svn9800:  * todo list plugin: use the second kind of constructor + of wxCombobox, as it can given a wxArrayString reference, no + hard-coded number is needed. + +2014-06-15 11:21 ollydbg + +svn9799:  - todo list plugin: add debug logs (it is currently + disabled) + +2014-06-15 11:21 ollydbg + +svn9798:  - todo list plugin: remove unused member variable + ToDoList::m_timer. + +2014-06-15 11:20 ollydbg + +svn9797:  - todo list plugin: remove an unused function prototype + +2014-06-15 11:19 ollydbg + +svn9796:  - todo list plugin: add many comments (no functional + change) + +2014-06-15 11:10 ollydbg + +svn9795:  * CC: the editor sends cbEVT_EDITOR_MODIFIED event when + it gets modified, but cbEVT_EDITOR_MODIFIED is not the correct + event to trigger reparsing of the current editor buffer, because + cbEVT_EDITOR_MODIFIED is only sent once the cvEditor::m_Modified + is set from false to true. Thus, adding a space character will + cause such event and cause unnecessary reparsing. We already have + an Code Completion option: Update parser when typing, if it is + enabled, it will trigger the reparsing in Editor Event Hook + handler. + +2014-06-15 11:09 ollydbg + +svn9794:  * CC: Apply Huki's patch, it fix several problems when + CC handles tilde character '~' before a token: + - Don't display the tilde in the right-click context menu, eg., + Find declaration of: 'token' rather than Find declaration of: + '~token'. (i.e., don't prepend ~ to "NameUnderCursor" string) + - Also don't display the tilde in "symbol not found" messages + after go to decl / impl (i.e., don't prepend ~ to "target" + string). + - If the tilde prefix is there, first look for a class destructor + as usual but if one is not found, fallback to accept any + variable. + Discussion can be found here: + http://forums.codeblocks.org/index.php/topic,19357.msg132262.html#msg132262 + +2014-06-02 08:35 fuscated + +svn9793:  - build fixes: Used wxSmith to regenerate headers using + wxSmith HeadersPCH and InternalHeadersPCH; Should not change any + functionality; but, might cause build errors. (thanks to + stahta01) + +2014-06-02 08:35 fuscated + +svn9792:  - build fixes: Redid the including of PCH headers + correctly; Should not change any functionality; but, might cause + build errors. (thanks to stahta01) + +2014-06-01 10:45 ollydbg + +svn9791:  - sdk: make code more readable by passing explicit type + argument in function template of std::min(). (thanks oBFusCATed) + +2014-06-01 09:05 ollydbg + +svn9790:  - sdk: add comments to the thread pool class. (no + functional changes) + +2014-06-01 09:04 ollydbg + +svn9789:  * sdk: fix a bug in cbThreadPool class which is a + regression of rev2480. The loop number for the function call + m_semaphore->Post() should be limited by both the idle threads + and the task queue's size. Full detailed description can be found + in + http://forums.codeblocks.org/index.php/topic,18904.msg129520.html#msg129520 + +2014-06-01 09:04 ollydbg + +svn9788:  * sdk: reset the member variable + cbThreadPool::m_taskAdded to false after sending the + cbEVT_THREADTASK_ALLDONE event, otherwise, this variable is never + set to false once it was set to true. + +2014-05-31 14:34 ollydbg + +svn9787:  - CC: remove including of from + codecompletion.cpp, since sdk.h deliberately include prep.h + already. + +2014-05-31 14:34 ollydbg + +svn9786:  - CC: comments added for ClassBrowser and + ClassBrowserBuilderThread. Fix typos in comments. (no functional + changes) + +2014-05-31 14:32 ollydbg + +svn9785:  - CC: refine comments on how to collect system header + files. (no functional changes) + +2014-05-31 09:58 jenslody + +svn9784:  * codecompletion-plugin: fix potential crash-candidate + (I had a crash here on close with wxWidgets dynamic aui-branch) + +2014-05-31 09:45 jenslody + +svn9783:  * build-fix for CentOS/Redhat 5 and 6 + +2014-05-31 09:45 jenslody + +svn9782:  * wxSmith-plugin: make windows and linux projectfiles + consistent, remove unneeded source/header-files + +2014-05-28 00:20 fuscated + +svn9781:  * CC: Fix crash when creating new file from the wizard + and there is a default code to be added to the file + +2014-05-26 12:51 jenslody + +svn9780:  * Removed standalone codesnipptes app from debian and + rpm control files, because it no longer exists. + +2014-05-26 12:30 jenslody + +svn9779:  * codesnippets-plugin: nopch buildfix + +2014-05-23 03:45 pecanh + +svn9778:  * CodeSnippets - Remove edit & search CB duplicate + code. Get back to a sane implementation. + +2014-05-20 07:28 mortenmacfly + +svn9777:  - updated SVN ignore patterns + +2014-05-15 09:14 d_anselmi + +svn9776:  * EditorTweaks, Aligner: Add shortcut to repeat the + last align operation + +2014-05-15 08:46 d_anselmi + +svn9775:  * ToolsPlus: Add context menu on output pages and add + entry to "close inactive tool pages". + +2014-05-13 01:44 alpha0010 + +svn9769:  - sdk: reduce trivial compile warnings + +2014-05-13 01:25 alpha0010 + +svn9768:  * sdk: Linux, support open containing folder with file + selected + +2014-05-12 19:12 fuscated + +svn9767:  * ui: Don't switch to the project's pane in the + notebook, when an editor is activated and the option to show the + file in the tree is enabled (apply modified patch #3556, thanks + davidallen) + +2014-05-12 13:47 thomas-denk + +svn9766:  - cppcheck complains (...and is right) that the + iterator is dereferenced after having been erased + +2014-05-10 18:25 alpha0010 + +svn9765:  - CCManager: clear cache when passing control of + autocomp popup to a plugin, avoids artifacts in DoBufferedCC() + +2014-05-09 22:20 fuscated + +svn9764:  - builds: Removed the including of "sdk_common.h" from + inside contrib projects BrowseMarks and keybinder project cpp + files (thanks to stahta01) + +2014-05-08 23:28 fuscated + +svn9763:  - annoying-dlg: Make it possible to specify an id + different from the caption of the dialog (style fixes here and + there) + +2014-05-08 23:27 fuscated + +svn9762:  - compiler: Remember the choice of the user for + QuoteNeeded function + +2014-05-06 04:16 alpha0010 + +svn9761:  * abbreviations, sdk: fix event handling for + Abbreviations autocomplete popup + +2014-04-26 14:23 fuscated + +svn9760:  - CC: fix autotools builds after rev9758 + +2014-04-26 14:23 fuscated + +svn9759:  * compiler: Fix crash when using *No compiler* for + building projects (reported here + http://forums.codeblocks.org/index.php/topic,19071.msg131370.html#msg131370) + + Changed the return type of the GetCompilerTool method, so the + clients can + check if the returned value is correct or not. This requires a + change to + the SDK version, because the API/ABI is broken. + +2014-04-24 06:25 ollydbg + +svn9758:  -CC: image file name changes according to the previous + variable name refactoring. (no functional change) + +2014-04-24 06:03 ollydbg + +svn9757:  -CC: variable name refactoring. (no functional change) + +2014-04-22 04:43 ollydbg + +svn9756:  *CC: Find declaration of a class constructor now goes + to the correct constructor functions, not the class definition. + This fixes a bug reported here: + http://forums.codeblocks.org/index.php/topic,13753.msg92654.html#msg92654. + Discussions can also be found there. + +2014-04-16 08:47 d_anselmi + +svn9755:  * SmartIndent: Unindent "end block" correctly in VHDL + mode + +2014-04-15 05:13 ollydbg + +svn9754:  * CC: fix a bug that we don't get code suggestion list + for a function's parameter such as: "void foo_2(Msg const& msg)". + The reason for the bug is that when we try to get the base type + name for the variable Token "Msg const& msg", we wrongly get the + "const". The expect value should be "Msg". Discussions can be + found here: + http://forums.codeblocks.org/index.php/topic,17866.0.html + +2014-04-15 05:12 ollydbg + +svn9753:  - SDK: add comments and adjust code format. (no + functional change) + +2014-04-11 03:03 alpha0010 + +svn9752:  - SpellChecker: update language rules for checkable + styles + +2014-04-11 02:59 alpha0010 + +svn9751:  * sdk: add CoffeeScript lexer + +2014-04-11 02:53 alpha0010 + +svn9750:  * sdk: add JavaScript lexer + +2014-04-10 03:31 alpha0010 + +svn9749:  - cbEditor: use middle 1000 lines (instead of first + 1000) as context for indent style auto-detect + +2014-04-10 03:29 alpha0010 + +svn9748:  * SmartIndent: base next line indentation on the last + non-empty line + +2014-04-07 14:41 alpha0010 + +svn9747:  - ccmanager.cpp: add svn keywords property + +2014-04-07 14:29 alpha0010 + +svn9746:  * CCManager: fix crash candidate: delay canceling call + tips when C::B loses focus + +2014-04-02 11:16 mortenmacfly + +svn9745:  * pumped (wx)Scintilla to v3.4.1 + +2014-03-22 14:37 fuscated + +svn9744:  * compiler: Make building/cleaning custom makefile + projects more verbose, so users can have a chance to see what + commands are executed + +2014-03-20 00:27 alpha0010 + +svn9743:  * editor: swap header/source, if nothing else worked, + search for auto-generated by file + +2014-03-17 20:02 alpha0010 + +svn9742:  - CCManager: Windows wx30 build fix + +2014-03-14 20:01 alpha0010 + +svn9741:  - CCManager: wx30 build fix + +2014-03-14 19:10 jenslody + +svn9740:  * Remove more dead code, remained after r9690; avoid + asserts in debug-build + +2014-03-14 19:10 jenslody + +svn9739:  * Fix format string + +2014-03-12 20:31 fuscated + +svn9738:  - CC: no PCH build fix + +2014-03-12 20:30 fuscated + +svn9737:  Revert prev commit (pushed it by accident) + +2014-03-12 20:29 fuscated + +svn9736:  - temp: reuse more of the original wxTextInputStream + +2014-03-12 20:08 fuscated + +svn9735:  - fix typos in some comments + +2014-03-12 19:46 alpha0010 + +svn9734:  - CCManager: add support for single-page call tips + (TODO: add controlling dialog config option) + +2014-03-12 19:46 alpha0010 + +svn9733:  - CCManager: invalidate cached active ccPlugin when + user changes language on the active file + +2014-03-12 19:46 alpha0010 + +svn9732:  * CCManager: support asynchronous display of CC + documentation popups + +2014-03-12 19:46 alpha0010 + +svn9731:  * CCManager: better support memory of user's selection + of dynamic changing overloaded calltips (used in FortranProject) + +2014-03-12 19:46 alpha0010 + +svn9730:  * CCManager: implement long term recall of user + prefered overloads in calltips + +2014-03-12 19:46 alpha0010 + +svn9729:  - CC: noPCH build fixes for CCManager + +2014-03-12 19:46 alpha0010 + +svn9728:  - CC: Add CCManager to the autotools build system + +2014-03-12 19:46 alpha0010 + +svn9727:  - cbCodeCompletionPlugin: remove dead code from + interface + +2014-03-12 19:46 alpha0010 + +svn9726:  - CCManager: fix display update when scrolling through + calltips on Windows + +2014-03-12 19:46 alpha0010 + +svn9725:  * CCManager: allow codecompletion plugins to + (optionally) register their set of "interesting" characters that + launch calltip and codecomplete requests + +2014-03-12 19:46 alpha0010 + +svn9724:  * cbCodeCompletionPlugin: add control parameter to + prevent CCManager from displaying calltips during a tooltip + request + +2014-03-12 19:46 alpha0010 + +svn9723:  - sdk: build fix + +2014-03-12 19:46 alpha0010 + +svn9722:  * CCManager: support multiline calltips + +2014-03-12 19:46 alpha0010 + +svn9721:  * CCManager: (re)implement highlight of active + parameter in calltip (changes cbCodeCompletionPlugin API) + +2014-03-12 19:45 alpha0010 + +svn9720:  * CCManager: show calltips on seperate pages, TODO: fix + highlighting active parameter + +2014-03-12 19:45 alpha0010 + +svn9719:  * CCManager: when highlighting a token in a tooltip, + take into account word boundaries + +2014-03-12 19:45 alpha0010 + +svn9718:  * CCManager: documentation popup, dynamically size + width while visible if more space becomes available (because the + autocomplete popup becomes narrower) + +2014-03-12 19:45 alpha0010 + +svn9717:  * CCManager: documentation popup, show to left of the + autocomp list if it would otherwise go off the edge of the + monitor + +2014-03-12 19:45 alpha0010 + +svn9716:  - sdk: complete documentation for + cbCodeCompletionPlugin (no functional change) + +2014-03-12 19:45 alpha0010 + +svn9715:  - CCManager: do not autolaunch tooltips for dwell + events far in the whitespace margin + +2014-03-12 19:45 alpha0010 + +svn9714:  - sdk: add more documentation for + cbCodeCompletionPlugin (no functional change) + +2014-03-12 19:45 alpha0010 + +svn9713:  - sdk: begin documenting cbCodeCompletionPlugin (no + functional change) + +2014-03-12 19:45 alpha0010 + +svn9712:  * CCManager: intercept stc scroll events on Windows and + forward to autocomp/documentation popups to allow scrolling them + with the mouse wheel + +2014-03-12 19:45 alpha0010 + +svn9711:  * CCManager: force invalidation of (call)tip popup when + changing because Windows sometimes does not + +2014-03-12 19:45 alpha0010 + +svn9710:  * CCManager: fix layout of documentation popup on + Windows + +2014-03-12 19:45 alpha0010 + +svn9709:  * CCManager: prevent documentation popup from + displaying off the edge of the current monitor + +2014-03-12 19:45 alpha0010 + +svn9708:  * CCManager: use surrounding context when starting the + autocomp popup as the default selection + +2014-03-12 19:45 alpha0010 + +svn9707:  * cbEditor: move event connection to last step of init, + prevents EditorHooks from calling plugins before the editor is + initialized + +2014-03-12 19:45 alpha0010 + +svn9706:  * CCManager: do not cancel calltip during refresh + (reduce flicker) + +2014-03-12 19:45 alpha0010 + +svn9705:  * CCManager: utilize buffered CCTokens for autocomp + +2014-03-12 19:45 alpha0010 + +svn9704:  - sdk: add default implementation for + cbCodeCompletionPlugin::DoAutocomplete() + +2014-03-12 19:45 alpha0010 + +svn9703:  * CCManager: (partially) manage autocomp images + +2014-03-12 19:45 alpha0010 + +svn9702:  * CCManager: recalculate calltip on undo and autocomp + select/cancel + +2014-03-12 19:45 alpha0010 + +svn9701:  * CCManager: replace IsProviderFor with + CCProviderStatus + +2014-03-12 19:45 alpha0010 + +svn9700:  * CCManager: improve hiding logic for documentation + popup + +2014-03-12 19:45 alpha0010 + +svn9699:  - CC: remove spurious '!' + +2014-03-12 19:44 alpha0010 + +svn9698:  * CCManager: hide tooltip on scroll + +2014-03-12 19:44 alpha0010 + +svn9697:  * (wx)scintilla: send SCN_AUTOCCANCELLED event on + autohide (no matches in autocomp popup) + +2014-03-12 19:44 alpha0010 + +svn9696:  - add some documentation (no functional change) + +2014-03-12 19:44 alpha0010 + +svn9695:  * CCManager: implement documentation popup + +2014-03-12 19:44 alpha0010 + +svn9694:  * CCManager: take control of autocomp box: token round + trip (part 3; complete) + +2014-03-12 19:44 alpha0010 + +svn9693:  * CCManager: take control of autocomplete sorting (with + optional priority sort) + +2014-03-12 19:44 alpha0010 + +svn9692:  - CC: remove dead code + +2014-03-12 19:44 alpha0010 + +svn9691:  * build system: update project files + +2014-03-12 19:44 alpha0010 + +svn9690:  * CC: remove dead code + +2014-03-12 19:44 alpha0010 + +svn9689:  * CC: hook back in preprocessor autocomp + +2014-03-12 19:44 alpha0010 + +svn9688:  * CCManager: take control of autocomp box: autolaunch + (part 2) + +2014-03-12 19:44 alpha0010 + +svn9687:  * CCManager: take control of some parts of autocomp box + (part 1) + +2014-03-12 19:44 alpha0010 + +svn9686:  * CCManager: swap tooltip interface for generic token + retrieval + +2014-03-12 19:44 alpha0010 + +svn9685:  * CC: show constructor args in documentation popup + +2014-03-12 19:44 alpha0010 + +svn9684:  * CCManager: update calltip on caret move + +2014-03-12 19:44 alpha0010 + +svn9683:  * CC: improve constructor calltips + +2014-03-12 19:44 alpha0010 + +svn9682:  * CCManager: implement calltip autolaunch + +2014-03-12 19:44 alpha0010 + +svn9681:  * CCManager: take control of some parts of calltips + +2014-03-12 19:44 alpha0010 + +svn9680:  * CC sdk: use std::vector instead of wxArray; improve + tooltip handling + +2014-03-12 19:44 alpha0010 + +svn9679:  * sdk: create CCManager; CCManager: handle editor + tooltips + +2014-03-11 20:25 fuscated + +svn9678:  * debugger: Disable deleting of Locals and Function + arguments watches with the Delete key + +2014-03-09 09:44 fuscated + +svn9677:  - wx30: Setup all plugin targets on linux to be able to + start C::B + +2014-03-08 19:50 fuscated + +svn9676:  - compiler: Use enum instead of hard coded integer + values + +2014-03-08 19:50 fuscated + +svn9675:  - build: Fix no pch build (related to r9674) + +2014-03-08 14:14 fuscated + +svn9674:  * debugger: Improve logging, while trying to interrupt + the debuggee + +2014-03-02 06:22 mortenmacfly + +svn9673:  * CC: committed missing changes in ccoptionsdlg + +2014-03-02 01:37 ollydbg + +svn9672:  * CC: fix a bug introduced in rev 9665, checking on + m_PredefinedMacros was mistakenly removed, so I add it back. + Thanks Huki for pointing out this bug. + +2014-03-02 00:41 ollydbg + +svn9671:  - CC: fix build error of commit r9669. + +2014-03-02 00:40 ollydbg + +svn9670:  - CC: fix a typo in comments + +2014-03-01 15:02 mortenmacfly + +svn9669:  * CC: made the option for CC simpler: Either you choose + documentation with all (good) consequences or not (probably fixes + http://forums.codeblocks.org/index.php/topic,18991.msg130116.html#msg130116) + * CC: re-enable cctest parser again + * CC: add another WX macro + +2014-03-01 12:44 mortenmacfly + +svn9668:  * CC: show formatted args of methods, if docs helper is + disabled in the CC options + +2014-03-01 09:58 fuscated + +svn9667:  * syntax highlight: Fix bug for Bash language, where + the Scalar's background couldn't be set to default + + > The problem happens, because we doesn't save anything when a + colour is + reset to "Default" and so we store the default value in the + config. + > To fix the issue I've expanded the ConfigManager to be able to + save + colours that are equal to wxNullColour. And I've removed the + checks for + wxNullColour in order to take advantage of the new feature of the + ConfigManager. + +2014-02-28 07:44 mortenmacfly + +svn9666:  - whitespace and comments (no functional change) + +2014-02-28 04:51 ollydbg + +svn9665:  * CC: this is an improvement to Huki's + cc_includes_parsing.patch. When recursive parsing of cpp/h files, + we need to release the locker on each recursive call, so the + parser does not hold the locker for a very long time, the GUI + will not hang. The header files in the project do not be added to + the BatchParse any more, since it will mass the bool + Parser::Parse(const wxString& filename, bool isLocal, bool + locked, LoaderBase* loader) function a lot, if the header file is + marked as assigned in the TokenTree, it will not be parsed + immedially when Parser::Parse() is called. The related discussion + can be found in forum: + http://forums.codeblocks.org/index.php/topic,18315.msg128446.html#msg128446 + - CC: remove Parser::AddPriorityHeader(), m_PriorityHeaders and + m_SystemPriorityHeaders, those are not used any more. + - CC: add comments on TokenTree + - CC: correct comments of Token->m_IsLocal + +2014-02-26 21:41 fuscated + +svn9664:  - debugger: Fix spelling (thanks White-Tiger) + +2014-02-26 21:41 fuscated + +svn9663:  - CC: Fix possible crash (thanks White-Tiger) + +2014-02-26 20:40 fuscated + +svn9662:  - build: Use CB_RELEASE_TYPE in BrowseTracker's project + for Windows + +2014-02-25 00:04 fuscated + +svn9661:  - ui: Modify the 'Save current perspective' dialog to + offer to save to the name of the current perspective instead of + the default one + +2014-02-20 14:09 mortenmacfly + +svn9660:  * applied fix to get rid of install plugin errors under + Windows (see here: + http://forums.codeblocks.org/index.php/topic,18916.msg129836.html#msg129836) + - thanks stahta01 + +2014-02-17 13:27 mortenmacfly + +svn9659:  - CC: compilation fix with wx3.x + - CC: reduce warning about unused vars + +2014-02-17 13:26 mortenmacfly + +svn9658:  - CC: fixed some project files + +2014-02-17 08:18 mortenmacfly + +svn9657:  * pumped (wx)Scintilla to v3.3.9 + +2014-02-17 07:58 ollydbg + +svn9656:  - CCTest: remove cctest.h/cpp from codecompletion.cbp, + since those files were already unused and deleted. + +2014-02-17 07:52 ollydbg + +svn9655:  * CC: Handle _attribute__ keyword when parsing. + E.g. the code line below build OK under GNU C compiler. + void __attribute__ ((noinline)) foo(){} + So, Let our parser skip "__attribute__ ((noinline))" to correctly + parse the foo function. + +2014-02-16 11:34 ollydbg + +svn9654:  * CC: bool Tokenizer::CalcConditionExpression() should + return false if exp.CalcPostfix() fails. + +2014-02-15 09:41 fuscated + +svn9653:  - autotools: Add silent rules if available (off by + default) + +2014-02-14 08:01 ollydbg + +svn9652:  * CC: Use (SkipComment() || SkipWhiteSpace()) instead + of (SkipComment() && SkipWhiteSpace()) in while loop statement. + When reviewing code, I found two places use such error test. One + is in void ReadParentheses(wxString& str, bool trimFirst) + function body, but the whole function is not used any more, so I + delete the function. The other place is in void + Tokenizer::ReplaceMacro(wxString& str) function body, which is + fixed now. + - CC: add comments about user defined rule such as + "BEGIN_EVENT_TABLE" -> "-END_EVENT_TABLE". + +2014-02-14 07:32 mortenmacfly + +svn9651:  - CCTest: compilation fixes for wx30, white space stuff + +2014-02-14 06:56 mortenmacfly + +svn9650:  - added doxygen control file for codecompletion plugin, + only + +2014-02-14 03:14 ollydbg + +svn9649:  - CC: remove member variable m_IsReplaceParsing from + Tokenizer class, since it has redundant function of + m_RepeatReplaceCount. + - CC: add comments to m_FirstRemainingLength member variable. + +2014-02-14 03:13 ollydbg + +svn9648:  * CC: reapply the commit rev9369(rev9369 is reverted on + rev9647), also fix a bug in Tokenizer::ReplaceBufferText() + function to limit the value of m_RepertReplaceCount, discussion + can be found in + http://forums.codeblocks.org/index.php/topic,18916.msg129712.html#msg129712 + (thanks Huki) + +2014-02-12 14:35 ollydbg + +svn9647:  * CC: revert the change of rev9369 to workaround an + hang issue when parsing wx3.0 related projects(see the report and + discussion here + http://forums.codeblocks.org/index.php/topic,18916.msg129658.html#msg129658). + The original discussion about rev9369 is explained by Huki in the + forum post here: + http://forums.codeblocks.org/index.php/topic,18315.msg125579.html#msg125579 + and + http://forums.codeblocks.org/index.php/topic,18315.msg125473.html#msg125473. + +2014-02-12 07:59 mortenmacfly + +svn9646:  - CC: added missing initialisation of member variables + (no functional change) + +2014-02-11 03:29 ollydbg + +svn9645:  - CC: remove unused function: void + Tokenizer::ReadToEOL(wxArrayString& tokens) + - CC: add some comments on Tokenizer class, code refactoring in + function void Tokenizer::ReadParentheses(wxString& str), merge + some case clauses in switch-case statement. + - CC: correct an comment error of bool + Tokenizer::SkipToStringEnd(const wxChar& ch) + +2014-02-10 08:05 ollydbg + +svn9644:  * cctest: add a framework of codecompletion test, the + details are listed in C::B forum topic (batch codecompletion test + framework - + http://forums.codeblocks.org/index.php/topic,17538.msg120196.html#msg120196) + 1, remove the file cctest.h and cctest.cpp, because those + standalone classes/functions were moved to NativeParserTest class + (derived from NativeParserBase), so a lot of functions can be + reused from NativeParserBase. + 2, remove CC_PARSER_TEST definition to reduce parser log + messages, only show codecompletion test result and the show fail + and pass testing counts. If the user need to see the full parser + log messages, they should define them, which will plot a log of + log messages. + 3, redirect the wxLogMessage to the text ctrl of the frame. + 4, fix typo in comments, and add some comments. + 5, project target setting change, make it a gui app instead of + console app, and redirect the wxLogMessage to the wxTextCtrl. + 6, set the default parsing file to testing/cc_function_decls.cpp, + not the default test.h + 7, add the wxsmith file to cbp, so it can be opened quickly from + the project manager. + 8, by default, Token tree structure is not logged, but it can be + logged by click the "Print Tree" button. + 9, add some string variable to the wx and gcc search path, avoid + the hard-coded path. + +2014-02-10 02:40 ollydbg + +svn9643:  - CC: add and adjust comments, no function changed. + +2014-02-09 15:02 ollydbg + +svn9642:  * CC: improvement of the parser on handling enums. + (thanks Huki) + 1, Uses expression solver to calculate the enum value, expand + macro assignments. + 2, Supports enum assignment to a previous enum (checks under the + correct parent). + 3, If the expression cannot be evaluated (eg, unknown macro), + leave it and the next enums blank and don't reset it to zero. + Discussions can be found here: + http://forums.codeblocks.org/index.php/topic,18315.msg129491.html#msg129491 + +2014-02-09 15:01 ollydbg + +svn9641:  - CC: add comments for the symbol browser related + class. + +2014-02-09 14:35 ollydbg + +svn9640:  * CC: don't compare args in the + TokenTree::TokenExists() function if the token is a container + (such as a class Token), see: Topic, "Rev9537 introduce a bug + which will two class labels in the symbol browser" - + http://forums.codeblocks.org/index.php/topic,18917.msg129587.html#msg129587 + +2014-02-08 09:33 ollydbg + +svn9639:  - CC: use wx_str() instead of c_str(). + +2014-02-08 09:32 ollydbg + +svn9638:  * CC: fix a bug (logic error) introduced in rev 9601. + +2014-02-06 08:02 mortenmacfly + +svn9637:  * single file compilation: fix a crash if user selects + a wrong target + +2014-02-03 23:15 fuscated + +svn9636:  - CC: Make the code a bit more readable + +2014-02-03 23:15 fuscated + +svn9635:  - wx30: Fix a format specifier mismatch assert + +2014-02-02 21:50 fuscated + +svn9634:  - wx30: remove external deps on libcodeblocks.so, + because there is no need to relink anything depending on a so + +2014-02-02 16:00 fuscated + +svn9633:  * debugger: Try to detect when the terminal couldn't be + started and print an error instead of entering annoying loop + +2014-02-02 16:00 fuscated + +svn9632:  - ui: Remove --disable-factroy switch when starting + gnome-terminal, because it has been removed in 3.10 + +2014-02-02 16:00 fuscated + +svn9631:  * debugger: Rework RunNixConsole to be even simpler, + the old version always printed an error message and return the + pid of the sleep command + +2014-02-02 16:00 fuscated + +svn9630:  - debugger: Make it possible to translate "Program + Console" + +2014-02-02 16:00 fuscated + +svn9629:  - debugger: Improve the comments in + cbDebuggerPlugin::RunNixConsole + +2014-02-02 16:00 fuscated + +svn9628:  - debugger: Extract GetConsoleTty to be a function + instead of a method of cbDebuggerPlugin + +2014-02-02 15:59 fuscated + +svn9627:  - debugger: Simplify the code in GetConsoleTty + +2014-02-02 15:59 fuscated + +svn9626:  - debugger: Remove useless local variable + +2014-02-02 15:59 fuscated + +svn9625:  - debugger: More code cleaning + +2014-02-02 15:59 fuscated + +svn9624:  - debugger: Code cleaning + +2014-02-02 15:59 fuscated + +svn9623:  * debugger: Determine console pid from ps-command, + returns either the same as we have now (e.g. xterm) or the pid of + the sleep-command and works therefore also with newer + gnome-terminals (thanks Jens) + +2014-02-02 00:42 damienlmoore + +svn9622:  * new command line option --user-data-dir= to + specify an alternative directory for user settings and user + installed plugins + +2014-02-01 22:16 fuscated + +svn9621:  * editor: Add keywords for ruby 1.9, this fixes the + Ruby lexer + +2014-02-01 22:16 fuscated + +svn9620:  - editor: Add all lexers to the scintilla target in the + unix project + +2014-02-01 15:37 fuscated + +svn9619:  - editor: Improve the ruby sample + +2014-02-01 15:37 fuscated + +svn9618:  - editor: Respect the value specified in the lexer xml + for sample, use the name of the language as fallback + +2014-02-01 08:06 ollydbg + +svn9617:  - CC: if user don't want preprocessor directives, + NativeParser::AddCompilerPredefinedMacros should return false, + because nothing added to the macro definition string. + +2014-01-31 15:19 ollydbg + +svn9616:  * CC: fix a bug in the one parser for the whole + workspace mode. When a workspace contains many projects, if a + project's files were already parsed by previous projects and the + macros string is empty, then this project don't actually assign a + parsing task to the thread pool, thus there is not ParserEnd + event emitted, so we have no way to start parsing for the next + project. The general logic are below: + 1, Thread task pool done -> Send event to Parser object + 2, Parser::OnAllThreadsDone(CodeBlocksEvent& event) -> Send a + Parser End event + 3, NativeParser::OnParserEnd -> m_TimerParsingOneByOne.Start(500, + wxTIMER_ONE_SHOT); + 4, NativeParser::OnParsingOneByOneTimer -> + AddProjectToParser(projs->Item(i)); (parse the next project) + I simply let the AddProjectToParser() function return a boolean, + if it is false, we try to parse the next project. The discussion + can be found in + http://forums.codeblocks.org/index.php/topic,18836.0.html + +2014-01-30 21:34 fuscated + +svn9615:  - compiler: Fix memory leak at every call of + CompilerGCC::DoSwitchProjectTemporarily + +2014-01-28 09:07 ollydbg + +svn9614:  - CC: add comments. + +2014-01-27 07:26 ollydbg + +svn9613:  - CC: code refactoring, change AddPriorityHeaders() + function name to AddPriorityHeader() as it only add one file. Add + many comments in other places. + +2014-01-27 00:08 fuscated + +svn9612:  * CC: Remove the :: at the end of + classes/enums/namespaces in the CC toolbar + +2014-01-26 14:46 fuscated + +svn9611:  - compiler: Use nullptr instead of 0L + +2014-01-26 14:46 fuscated + +svn9610:  - fix possible memory leaks in ProjectAddTreeNode + +2014-01-25 16:39 mortenmacfly + +svn9609:  - updated doxygen file + +2014-01-25 16:36 mortenmacfly + +svn9608:  * allow to clean a single object file within a project + tree from project manager + +2014-01-25 16:32 mortenmacfly + +svn9607:  - whitespace + +2014-01-25 16:31 mortenmacfly + +svn9606:  * SDK update: Fix wrong spelling + +2014-01-25 10:55 fuscated + +svn9605:  - debugger: Fix a typo in the previous commit + +2014-01-25 10:15 fuscated + +svn9604:  - debugger: Improve const correctness when using the + type RegisteredPlugins + +2014-01-25 10:15 fuscated + +svn9603:  - debugger: Fix a crash introduced with the fix of a + possible memory leak in rev 9599 + +2014-01-24 08:41 ollydbg + +svn9602:  - CC: code refactoring, add some comments for the + commit of rev9537, also change some function names (prefer + "formal/actual parameter" to "formal/actual argument") + +2014-01-24 04:58 ollydbg + +svn9601:  * CC: add sanity check for function like macro + expansion, both the formal and actual arguments should exist and + their count should match also, this try to fix a bug reported + here + http://forums.codeblocks.org/index.php/topic,18824.msg129092.html#msg129092 + +2014-01-24 04:56 ollydbg + +svn9600:  - CC: fix the comments for ParserThread class, it is a + Task, not a Thread. + +2014-01-23 20:25 fuscated + +svn9599:  - debugger: Fix possbile memory leak + +2014-01-23 01:58 fuscated + +svn9598:  * compiler: We want to clear the "Build messages", but + not clear the "Build log" + +2014-01-22 22:11 fuscated + +svn9597:  * wx30: occurrence-highlight: Fix crash when adding the + selection to the list of permanently highlighted string + +2014-01-22 22:11 fuscated + +svn9596:  - occurrence-highlight: Make the code shorter + +2014-01-22 14:36 ollydbg + +svn9595:  - CC: code refactoring on macro replacement functions, + mainly change the function name and add comments, which should + make the code easier to understand. No function changes. + +2014-01-20 16:33 damienlmoore + +svn9594:  * Remove main menu accelerators for Cut, Copy, Paste + and Select All because they interfere with the system default + accelerators for those actions in focused widgets on Linux (and + probably OSX too). See: + http://forums.codeblocks.org/index.php/topic,18805.0.html + +2014-01-20 13:19 mortenmacfly + +svn9593:  - CC: appendix to last commit: fixed out-of-sync with + wxSmith file + +2014-01-20 13:17 mortenmacfly + +svn9592:  - CC: added "noexcept" to debug info dialog + - CC: simplified debug-info dialog + +2014-01-20 13:01 mortenmacfly + +svn9591:  * CC: added support for "noexcept" while parsing and + for doxygen, based on a patch from here: + http://forums.codeblocks.org/index.php/topic,18533.msg128778.html#msg128778 + - CC: debug output of #defines used for parsing (in debug log + only) + - CC: avoid compiler warnings + - CCTest: More modern compiler as default settings (4.7.1 -> + 4.8.1) + +2014-01-20 12:12 mortenmacfly + +svn9590:  * fixed crash for batch builds as reported here: + http://forums.codeblocks.org/index.php/topic,18769.0.html + +2014-01-20 07:29 ollydbg + +svn9589:  - sdk: fix build warning of redefined "nullptr", see + discussion + http://forums.codeblocks.org/index.php/topic,18704.msg128599.html#msg128599, + thanks stahta01. + +2014-01-20 06:52 ollydbg + +svn9588:  - src: remove build warnings when PCH is enabled under + Windows. Under Windows, we use two different PCH files, + "sdk.h.gch" can be used for targets expect sdk, + "sdk_precomp.h.gch" is only used for sdk target. + +2014-01-20 06:51 ollydbg + +svn9587:  - SDK: add comments for loggers. + +2014-01-19 17:37 fuscated + +svn9586:  * Fix regression introduced in rev9509: We don't ask to + save projects loaded in the default workspace + +2014-01-19 16:23 alpha0010 + +svn9585:  - SpellChecker: do not check spelling of doxygen + keywords + +2014-01-19 16:22 alpha0010 + +svn9584:  * lexer: add C++ doxygen keywords param[in] param[out] + and param[in,out] + +2014-01-19 15:20 fuscated + +svn9583:  - fix possible memory leak in NewFromTemplateDlg + +2014-01-19 01:27 fuscated + +svn9582:  - astyle: noPCH build fix (reordered includes a bit) + +2014-01-19 01:06 fuscated + +svn9581:  * compiler: Better logging for the CompileFile method + +2014-01-19 01:06 fuscated + +svn9580:  * compiler: Reorder the checks a bit. Call + CompilerValid for the proper target + +2014-01-19 01:05 fuscated + +svn9579:  - compiler: Remove unused method GetBuildTargetForFile + +2014-01-19 01:05 fuscated + +svn9578:  * compiler: Rework CompilerGCC::GetBuildTargetForFile + + > Replaced 0 with nullptrs. + > Removed the check for single target. This case could be used to + build the + file for the wrong target if there are more targets in the + project and + the current file belongs to only one target that is not active at + the + moment. + +2014-01-19 01:05 fuscated + +svn9577:  * compiler: Select the active target using the proper + array + + The old code uses the list of targets for the file only. This has + several + problems: + 1. the wrong target would be selected if the file is not added to + all + targets + 2. the wrong target would be selected if some of the targets is + not valid + for the current platform + +2014-01-19 01:05 fuscated + +svn9576:  * compiler: Fix crash when building single file and the + compiler for the selected target is invalid + +2014-01-18 04:19 alpha0010 + +svn9575:  * Astyle: when formatting text, only mark as modified + lines that actually changed + +2014-01-16 18:25 damienlmoore + +svn9574:  * ToolsPlus: 1. use the same font as for editors in the + toolsplus output window 2. Improve input handling in the output + window by only passing through regular key strokes (arrow keys + etc will let the user navigate the window instead of sending + messages to the running process) + +2014-01-13 12:30 mortenmacfly + +svn9573:  * applied (modified) patch #3493: Use standard (if set) + when adding GCC built-in defines + +2014-01-13 08:40 mortenmacfly + +svn9572:  - applied wx30 patch to eliminate own propgrid include + as reported here: + http://forums.codeblocks.org/index.php/topic,18556.msg128676.html#msg128676 + +2014-01-12 14:16 fuscated + +svn9571:  * watches: Make it possible to enter new watches with + the keyboard only in wx>=29 + + The wx28 version of the code depends on a strange feature of + wxpropgrid, + that sends property selected message after the call + SelectProperty. This is + no longer the case with wxpropgrid integrated in wx29. To fix the + issue we + have to call BeginLabelEdit right in the call that adds the empty + property. + +2014-01-12 14:15 fuscated + +svn9570:  * watches: The focus parameter controls if the editor + for the property will get the focus, which is not what we want + +2014-01-12 09:03 jenslody + +svn9569:  * Fix deprecated commandline-options for clang; add + needed linker options; check for colliding options; modified + patch of Rahul Sundaram (Fedora maintainer) + +2014-01-12 09:03 jenslody + +svn9568:  * Detect and show general error (e.g. commandline error + with clang) + +2014-01-10 22:28 mortenmacfly + +svn9567:  * project options manipulator plugin: implemented + search for "equals" and "contains" + * project options manipulator plugin: fixed bug that "search not" + was not working for linker options + +2014-01-10 21:49 mortenmacfly + +svn9566:  * project options manipulator plugin: implemented + search/add/remove of resource include dirs + +2014-01-10 21:30 jenslody + +svn9565:  * Spec-file (for rpmbuild) and debian control-file: add + xterm to the dependencies. This is not really needed, because + other terminals can also be used, but it makes default + installation work out of the box on linux. + +2014-01-10 21:30 jenslody + +svn9564:  * Spec-file (for rpmbuild): move the *.so.* libs into + seperate packages to be compatible with (at least) Fedora and + RedHat/CentOS package layout. This makes updates on these systems + easier and less error-prone. + +2014-01-10 21:23 mortenmacfly + +svn9563:  * compileroptionsbase: added new SDK method: "HasVar" + to check is a custom var is present (so revision 9561 actually + builds) + - NOTE: this new SDK method is still missing to be exposed to the + scripting engine... + +2014-01-10 21:19 mortenmacfly + +svn9562:  - project options manipulator plugin: updated ToDo's + +2014-01-10 21:17 mortenmacfly + +svn9561:  * project options manipulator plugin: implemented + search/add/remove of custom vars + * project options manipulator plugin: made the result window + bigger + +2014-01-10 18:49 alpha0010 + +svn9560:  * CC: improve support of constructor call tips + +2014-01-10 17:46 mortenmacfly + +svn9559:  * project options manipulator plugin: implemented + search/add/remove of linker libs + +2014-01-10 17:38 mortenmacfly + +svn9558:  - updated SVN EOL properties + +2014-01-10 17:35 mortenmacfly + +svn9557:  - project options manipulator plugin: svn properties + update + +2014-01-10 17:31 mortenmacfly + +svn9556:  - project options manipulator plugin: clarified + licensing + +2014-01-10 17:28 mortenmacfly + +svn9555:  * project options manipulator plugin: implemented + search/add/remove of include and lib folders + +2014-01-10 16:58 mortenmacfly + +svn9554:  * fixed several possible NULL pointer accesses in + projectmanagerui + * ignore GIT and Mercurial folders as well when recursively + adding files + - reduced warning concerning unused variables + - to be consistent within the file and with other files, use + common naming convention (ProjectManager=pm, Project=prj, + FileGroupsAndMasks=fgam, ProjectFile=pf, ProjectsArray=pa, + EditorBase=eb, cbEditor=ed, FileTreeData=ftd) + +2014-01-10 15:28 mortenmacfly + +svn9553:  - remove obscure logs folder from doxygen generation + +2014-01-10 15:27 mortenmacfly + +svn9552:  * rollback last commit (ooops) + +2014-01-10 15:25 mortenmacfly + +svn9551:  - remove obscure logs folder from doxygen generation + +2014-01-09 10:14 mortenmacfly + +svn9550:  * CppCheck plugin: add support for #defines + +2014-01-09 09:46 fuscated + +svn9549:  * help_plugin: Always search in all man help root + directories, not just the active one for the currently selected + help file + +2014-01-09 09:46 fuscated + +svn9548:  * help_plugin: Update man search dirs, when the user + changes the settings of the plugin + +2014-01-09 09:46 fuscated + +svn9547:  * help_plugin: Sort the result for the man page viewer + +2014-01-09 09:46 fuscated + +svn9546:  * help_plugin: Append the language of the manual page + at the end of the link + +2014-01-09 09:46 fuscated + +svn9545:  * help_plugin: Fix looking up symbolic linked man pages + in gz files (bug #19155) + + A second attempt to fix the problem. This time the problem + happened only + with links inside gz files. The reason was because the gz files + where read + using special code path and the logic for the symbolic link + handling has + never been reached for gz files. I've reordered the code a bit + and now this + case is handled correctly. + +2014-01-07 08:15 mortenmacfly + +svn9544:  - wxSmithSTC: spelling correction, no functional change + +2014-01-07 08:12 mortenmacfly + +svn9543:  - class wizard: only add include dir, if it is not + empty + +2014-01-07 08:12 mortenmacfly + +svn9542:  * AStyle plugin: updated astyle lib to v2.05 + +2014-01-07 08:09 mortenmacfly + +svn9541:  * pumped character encoding detection to recent Mozilla + releases + +2014-01-07 08:01 mortenmacfly + +svn9540:  * pumped (wx) scintilla to v3.3.7 + +2014-01-07 07:04 ollydbg + +svn9539:  * scripted wizard plugin: OpenCV project wizard + improvement for MinGW target, it first try to detect whether a + release version of OpenCV library exists, if not, try detecting + whether a debug version exists. + +2014-01-06 21:59 killerbot + +svn9538:  - -fpermissive + +2014-01-05 21:40 alpha0010 + +svn9537:  * CC: show template formals and immediate ancestors in + class tooltips + +2014-01-05 19:27 jenslody + +svn9536:  * fix incorrect global variable in wx30_64 projectfiles + +2014-01-05 19:27 jenslody + +svn9535:  * change two copyrights to 2014 + +2014-01-05 17:58 mortenmacfly + +svn9534:  * updated hunspell library for spellchecker plugin + +2014-01-05 17:56 mortenmacfly + +svn9533:  * added SVG of logo + * fixed wrong directory creation for spellchecker plugin on wx30, + 64 btit + +2014-01-05 10:18 mortenmacfly + +svn9532:  * fixed issue introduced with last commit + +2014-01-05 09:47 mortenmacfly + +svn9531:  * applied patch by stahta01: use $(WX_CFG) $(WX_SUFFIX) + consistently all over the place (see here: + http://forums.codeblocks.org/index.php/topic,18645.msg128427.html#msg128427) + +2014-01-05 09:45 mortenmacfly + +svn9530:  * applied patch by stahta01: remove tinyxml linkage + (see here: + http://forums.codeblocks.org/index.php/topic,18645.msg128424.html#msg128424) + +2014-01-05 09:43 mortenmacfly + +svn9529:  * applied patch by stahta01: remove wxscintilla linkage + (see here: + http://forums.codeblocks.org/index.php/topic,18645.msg128424.html#msg128424) + +2014-01-05 00:13 jenslody + +svn9528:  * added ProjectOptionsManipulator-plugin to spec-file + template + +2014-01-05 00:03 fuscated + +svn9527:  - move virtualbuildtargetsdlg, editkeywordsdlg and + projectdepsdlg from sdk to src + +2014-01-04 23:30 jenslody + +svn9526:  * autotools: fix for make dist + +2014-01-03 15:34 mortenmacfly + +svn9525:  - ProjectOptionsManipulator: added ToDo list based on + user feedback from the forums + +2014-01-03 14:44 jenslody + +svn9524:  * autotools: build fixes for ProjectOptionsManipulator. + +2014-01-03 14:12 mortenmacfly + +svn9523:  * added new plugin: ProjectOptionsManipulator, see here + for details: + http://forums.codeblocks.org/index.php/topic,18711.0.html + +2014-01-03 13:24 fuscated + +svn9522:  - fix noPCH build broken in r9518 + +2014-01-03 13:05 mortenmacfly + +svn9521:  - tiny fix for C::B project file related to wx30 + +2014-01-03 11:11 mortenmacfly + +svn9520:  * remove now obsolete wx29 project files, scripts etc. + wx30 should be the standard now and is as feature-complete as + wx29 + +2014-01-03 11:07 mortenmacfly + +svn9519:  * changed all wx30 project files NOT to use PCH to make + them compilable with TDM GCC 4.8.1 + * changed all wx30_64 files to use WX30_64 global var to be able + to have different wxWidgets sources for 32 and 64 bit + * added missing wx30_64 project files and workspaces + * changed build scripts to clearly show whats being compiled in + the window bar + +2014-01-03 00:11 alpha0010 + +svn9518:  * file properties: count statistics language + independantly + +2014-01-03 00:08 alpha0010 + +svn9517:  * editor: recognize more stl headers as C++ for syntax + highlighting + +2014-01-02 23:40 fuscated + +svn9516:  * help_plugin: Fix looking up symbolic linked man pages + in gz or bz2 files (bug #19155) + + The problem happened because the man file stored the path without + specifying + the extension of the target man file on disk. This commit adds + check if the + linked file exists and if it doesn't then it checks if there is a + gz or bz2 + file with the same name. It such file exists it loads it. + +2014-01-01 13:21 biplab + +svn9515:  * Fixed: svn:eol property. + +2014-01-01 13:12 biplab + +svn9514:  * Fixed: Incorrect post-build step. + +2013-12-31 19:45 jenslody + +svn9513:  * tiny fixes for debian build-files, needed after new + release + +2013-12-31 10:27 fuscated + +svn9512:  - ui: Switch to the Projects page, during the execution + of the "Show file in tree" command + +2013-12-30 22:50 fuscated + +svn9511:  - compiler: Fix variable descriptions in the UI to + match the variables in the code (thanks cacb) + +2013-12-30 13:45 jenslody + +svn9510:  * autotools: fix build-issue with newer automake + (>=1.14) described here: + http://forums.codeblocks.org/index.php/topic,18719.msg128287/topicseen.html#msg128287 + +2013-12-30 13:17 fuscated + +svn9509:  * sdk: Don't ask for saving a project twice, while + closing workspace (patch #3523, thanks bat) + +2013-12-30 13:00 fuscated + +svn9508:  * editor: Cancel any calltips or code-completion lists, + when the users scrolls the editor + +2013-12-30 10:43 fuscated + +svn9507:  * wx30: Fix a crash, because of wrong usage of + wxPaintDC in non-EVT_PAINT handler (thanks stahta01) + +2013-12-28 10:07 jenslody + +svn9506:  * Change version in spec-file, to include svn-revision + +2013-12-27 18:58 mortenmacfly + +svn9505:  * copied modified features from 13.12 branch back into + trunk (2) + +2013-12-27 18:55 mortenmacfly + +svn9504:  * merged needed features from 13.12 branch back into + trunk (1) + +2013-12-24 09:10 jenslody + +svn9497:  * change colorprofiles of several png images, which can + lead to error-messages with wx3.0 + +2013-12-22 16:29 mortenmacfly + +svn9495:  * cbEditor: Fixed "no folding with new file" as + reported here: + http://forums.codeblocks.org/index.php/topic,18015.0.html + +2013-12-21 14:59 biplab + +svn9494:  * Fixed: Typos. + +2013-12-16 16:21 alpha0010 + +svn9492:  * compiler: fix MinGW auto detection, we actually + distribute 'mingw32-make' (not 'make') + +2013-12-06 06:03 mortenmacfly + +svn9487:  * reverted revision 9482, as it is not working under + Windows + +2013-12-05 19:44 fuscated + +svn9486:  - ui: Add a link to the plugin section in the wiki in + the Plugin Manager Dialog (thanks BlueHazzard) + +2013-12-03 20:50 mortenmacfly + +svn9485:  - compile fix after last commit + +2013-12-03 20:34 mortenmacfly + +svn9484:  - a couple of more PCH fixes + +2013-12-03 19:38 fuscated + +svn9483:  - modpoller: Fix noPCH compilation with wx30 + +2013-12-03 08:53 mortenmacfly + +svn9482:  * updated several flags for pgifortran compiler (thanks + darmar) + +2013-12-03 08:52 mortenmacfly + +svn9481:  * updated lexer for fortran (thanks darmar) + +2013-12-03 08:50 mortenmacfly + +svn9480:  * updated several flags for gfortran compiler (thanks + darmar) + +2013-12-02 09:14 fuscated + +svn9479:  - allow translations for Cscope and Occurrence + highlight plugins (thanks gd_on) + +2013-12-01 23:55 fuscated + +svn9478:  - colourmanager: Fix spelling for Editor:Highlight + occurrence + +2013-12-01 21:44 fuscated + +svn9477:  * project_tree: Properly deselect all items, before + selecting the new item (old code failed with multiple selected + items) + +2013-12-01 15:56 fuscated + +svn9476:  * project_tree: Add menu items for controlling if a + file should be compiled/linked (this commit have been lost during + the move of code to ProjectManagerUI) + +2013-12-01 10:48 biplab + +svn9475:  * Accepted: [Feature Request #5693] FindReplace dlg + + multiple search masks. + * Applied: [Patch #3507] 005693 : FindReplace dlg + multiple + search masks + +2013-12-01 10:22 biplab + +svn9474:  * Added: Windows 64 bit workspace file for contrib + plugins. + +2013-12-01 10:20 biplab + +svn9473:  * Added: Windows 64 bit Project files for contrib + plugins. + +2013-11-30 06:32 mortenmacfly + +svn9470:  * updated Koders plugin to use OLOHO + +2013-11-29 18:20 biplab + +svn9469:  * Update: Year in copyright statement. + +2013-11-27 15:23 mortenmacfly + +svn9468:  * compilation fix as reported here: + http://forums.codeblocks.org/index.php/topic,18627.0.html + +2013-11-26 08:16 ollydbg + +svn9467:  * CC: Check anonymous Tokens by using m_IsAnonymous not + g_UnnamedSymbol string comparison. + +2013-11-26 07:26 ollydbg + +svn9466:  * CC: fix bug introduced in rev6058, see discussion + http://forums.codeblocks.org/index.php/topic,18565.0.html + * CC: Apply patch #3494, add a RefineAnonymousTypeToken() + function to show anonymous token in a more user friendly way, Add + a m_IsAnonymous member variable to Token class, and use + it.(thanks hovercraft) + * CC: handling __at keyword for SDCC compiler. + +2013-11-25 19:25 fuscated + +svn9465:  * compiler: Fix possible crash reported here + http://forums.codeblocks.org/index.php/topic,18611.0.html + +2013-11-22 20:41 alpha0010 + +svn9462:  * wizard: fix wxWidgets wizard bug introduced in rev + 9455, compiler plugin can handle at most one scripted option + (remove obsolete '-Wno-attributes' from MSW conditional) + +2013-11-16 00:41 alpha0010 + +svn9455:  * wizard: re-brand wxWidgets 2.9.x (svn) as 3.0.x and + add flag '-Wno-unused-local-typedefs' for new GCC on older wx + versions + +2013-11-15 20:02 fuscated + +svn9454:  * global-vars: Save the lflags variable (thanks + stahta01) + +2013-11-15 18:49 jenslody + +svn9453:  * debian build-system: remove possible artifacts of + former installs in postinst-script + +2013-11-15 01:36 alpha0010 + +svn9452:  * CC: parser ignore invalid documentation lines of + style "////" + +2013-11-14 23:03 jenslody + +svn9451:  * debian build-files: partly revert last commit, + occiurrences highlighter is not a contrib, but a core plugin, + template and config-files stay removed. + +2013-11-14 22:56 jenslody + +svn9450:  * debian build-system: add occurrences highlighter + plugin to contrib-plugins, remove template- and config-files + +2013-11-12 22:38 fuscated + +svn9449:  * debugger: Do "Jump to frame" on double click if + "switch to frame" is disabled + +2013-11-12 22:01 fuscated + +svn9448:  * debugger: Don't override the value for simple pointer + types with the address of the expression + + > Try to be a bit smarter and set the value of the auto + dereferenced pointer + expressions only if the parsed value is empty or doesn't contain + the + address of the pointer. + +2013-11-10 20:31 fuscated + +svn9447:  - debugger: Fix spelling error in the settings for + GDB/CDB + +2013-11-10 15:32 alpha0010 + +svn9446:  - aboutDlg: add myself as a developer + +2013-11-10 15:24 alpha0010 + +svn9445:  - src: fix invalid PCH warning for find_replace.cpp on + Windows + +2013-11-10 15:23 alpha0010 + +svn9444:  * compiler: add registry based autodetection of TDM-GCC + +2013-11-09 14:13 ollydbg + +svn9443:  * CC: Fix merged Token names bug introduced in rev9438 + by adding a underscore between the file index and unnamed + class/struct/enum Token index. See discussion in + http://forums.codeblocks.org/index.php/topic,18542.0.html. + +2013-11-08 21:26 jenslody + +svn9440:  * autotools: change configure-script, so + "--with-contrib-plugins=" accepts "yes" and "no" as + equivalent for "all" and "none"; so default + "--with-contrib-plugins" and "--without-contrib-plugins" can be + used. Fixes #19156 . + +2013-11-08 20:59 fuscated + +svn9439:  - wizards: Fix bug #19168 + + * Add -ansi to the build options of a plugin on Linux. + * Also add -fPIC, so building the shared library on 64bit Linux + works out + of the box. + +2013-11-08 02:55 ollydbg + +svn9438:  * CC: fix bug ##19186, + http://developer.berlios.de/bugs/?func=detailbug&bug_id=19186&group_id=5358, + when a file was re-parsed, the Token name for the unnamed struct + always changed, this is because we use a global counter for all + the unnamed struct/enum. Solution: let these counters file + related, which means each file have its own counter staring from + zero, and the Token name has a file index prefix like + __UnnamedStruct70, where 7 is refer to a file index, the 0 + donates the unnamed struct counter. Also, the counter is started + from 0, it was 1 before. Reparse does not change the file index, + so we will not produce garbage token names. + +2013-11-07 20:26 jenslody + +svn9437:  * we can not use mozilla's debug-stuff; undef DEBUG in + mozilla's nsDebug.h, in case we configure with --enable-debug; + fixes issue described here: + http://forums.codeblocks.org/index.php/topic,18528.msg126866.html#msg126866 + +2013-11-07 13:50 ollydbg + +svn9436:  - CC: add comments + +2013-11-05 21:08 alpha0010 + +svn9435:  * compiler: fix missing flags for ICC under linux + +2013-11-05 11:56 mortenmacfly + +svn9434:  - non-PCH fix + +2013-11-04 22:01 fuscated + +svn9433:  - follow the wx's policies by not including windows.h + directly, but through a wrapper (thanks stahta01) + +2013-11-04 15:18 jenslody + +svn9432:  * fixes for wx3.0 projectfiles on linux. + +2013-11-04 15:12 jenslody + +svn9431:  * More svn:executable fixes for update30-scripts + +2013-11-04 14:59 jenslody + +svn9430:  * set svn:executable for update30 shell-script of + wxSmith + +2013-11-04 09:14 jenslody + +svn9429:  * fix problem with line-numbers being shown for newly + opened editors, even if the appropriate options is turned off; + see: + http://forums.codeblocks.org/index.php/topic,18516.msg126649.html#msg126649 + +2013-11-04 09:11 jenslody + +svn9428:  * set svn:executable for update30 shell-script + +2013-11-03 21:37 alpha0010 + +svn9427:  - reduce trivial compiler warnings + +2013-11-02 19:42 alpha0010 + +svn9426:  - sdk and src: make more use of nullptr (no functional + change) + +2013-11-01 00:11 alpha0010 + +svn9425:  * SpellChecker: fix bug 19164, incorrect highlighting + of multibyte characters + +2013-10-31 23:54 alpha0010 + +svn9424:  - compiler: enable localization of XML based compiler + interfaces + +2013-10-26 21:14 alpha0010 + +svn9423:  * CC: fix doxygen processing bug + http://forums.codeblocks.org/index.php/topic,18471.0.html + +2013-10-26 11:53 fuscated + +svn9422:  - noPCH build fix + +2013-10-26 00:32 alpha0010 + +svn9421:  - stc: read only file, middle click, do not offset the + caret + +2013-10-25 20:06 alpha0010 + +svn9420:  * sdk: emulate middle mouse paste under all systems due + to buggy wxClipboard + +2013-10-24 15:54 alpha0010 + +svn9419:  - sdk: fix trivial shadow warnings + +2013-10-22 07:06 mortenmacfly + +svn9417:  - corrected comments + +2013-10-22 01:11 ollydbg + +svn9416:  * CC: fix a bug in function + ParserThread::GetBaseArgs(), when using a wxChar pointer to + access the wxString, we should always check whether the pointer + reaches the end of wxString. Hopefully solve the problems + reported in + http://forums.codeblocks.org/index.php/topic,18438.0.html + +2013-10-21 19:54 alpha0010 + +svn9415:  - sdk: document GetEOLStr() + +2013-10-20 20:50 jenslody + +svn9414:  * Fix layout issues with listbbok in settings-dialogs, + when changing from icon- to list-view; still not absolutely + satisfying on all platforms. + +2013-10-20 09:35 mortenmacfly + +svn9413:  - PCH fix + +2013-10-20 09:24 mortenmacfly + +svn9412:  * applied patch to fix wrong wx version guard as + reported here: + http://forums.codeblocks.org/index.php/topic,18412.msg126056.html#msg126056 + +2013-10-20 08:40 mortenmacfly + +svn9411:  * some fixes to 64 bit project files (object files + conflict between wx29 and wx30 builds) + +2013-10-19 23:45 alpha0010 + +svn9410:  - reduce macro warnings + +2013-10-19 23:20 alpha0010 + +svn9409:  * sdk: wrap common code with GetEOLStr() + +2013-10-19 15:30 mortenmacfly + +svn9408:  - fixed wrong name of wx29_64 global variable + +2013-10-19 14:57 mortenmacfly + +svn9407:  - some bug-fixes related to last commit (wx30 project + files and scripts) + +2013-10-19 14:36 mortenmacfly + +svn9406:  * added C::B build system for wx 3.0.x + +2013-10-19 12:16 jenslody + +svn9405:  * fix issue on WinXP described here: + http://forums.codeblocks.org/index.php/topic,18445.msg126199.html#msg126199; + introduced with wx2.9+ compatibility changes in commit 9390; + wxLC_LIST seems to be broken on WinXP wx2.8 + +2013-10-19 01:31 alpha0010 + +svn9404:  - wx29_64 cbp: remove absolute path from autorevision + command + +2013-10-18 22:54 damienlmoore + +svn9403:  FileManager plugin: use CodeBlocksThreadEvent instead + of wxCommandEvent to avoid nasty crash (wxCommandEvent has thread + safety issues) + +2013-10-17 07:18 fuscated + +svn9402:  * ui: Implement feature #5694 - Show the active file in + the editor in the project tree automatically (thanks davidallen) + +2013-10-16 00:30 alpha0010 + +svn9401:  * CC: fix doubled quotes in header completion + +2013-10-14 19:53 jenslody + +svn9400:  * add tinytr.h to sdk-headers; fix issue described + here: + http://forums.codeblocks.org/index.php/topic,18432.msg126073.html#msg126073 + +2013-10-14 03:08 alpha0010 + +svn9399:  * plugins: handle EOL mode AUTO with platform default + for code generation + +2013-10-12 16:25 jenslody + +svn9398:  * zoom linenumber- and folding-margin, if the editor is + zoomed; also fixes an issue described here: + http://forums.codeblocks.org/index.php/topic,18229.msg124738.html#msg124738 + +2013-10-12 14:53 alpha0010 + +svn9397:  * wxScintilla: prevent jiggling on autocomp rebuild + when already shown + +2013-10-10 23:39 alpha0010 + +svn9395:  * apply patch 3470: project tree: fix crash on delete + while dragging (modified) + +2013-10-10 14:02 ollydbg + +svn9394:  - CC: add comments for the buffer replacement function + (used for macro expansion), refine comments for some member + variables in TokenTree class, add comments to describe the basic + search tree. + +2013-10-08 09:17 jenslody + +svn9393:  * Make sure "Save As" works correctly, thanks Pecan; + see: + http://forums.codeblocks.org/index.php/topic,18400.msg125820.html + +2013-10-08 08:37 fuscated + +svn9392:  * sdk: Fix bug "Ticking any checkbox in the File + properties dialog cause the file to be made read-only" + +2013-10-07 19:47 alpha0010 + +svn9391:  - app: add 256x256 resolution to app icon (Windows) + +2013-10-07 14:32 jenslody + +svn9390:  * implement hiding of icons in settings dialogs with + wxGTK and fix an assert in wx2.9+ on windows; not absolutely + satisfied + +2013-10-07 14:32 jenslody + +svn9389:  * wx2.9+: fix for new OnExecute-parameters, the old + ones are no longer supported + +2013-10-07 14:32 jenslody + +svn9388:  * wx2.9+: fix assert in Compiler::SaveSettings() + +2013-10-07 14:32 jenslody + +svn9387:  * IncrementalSelectListDlg: connect OnKeyDown-event + directly to list- and text-control, because SetNextHandler does + not work anymore with wx2.9 + +2013-10-06 20:04 mortenmacfly + +svn9386:  * proper fix of crash / bad behaviour due to + EditorTweaks plugin as reported here: + http://forums.codeblocks.org/index.php/topic,18358 + +2013-10-06 18:22 fuscated + +svn9385:  * Editor Tweaks: Fix pretty strangely looking function + introduced with rev9382 + +2013-10-06 17:40 fuscated + +svn9384:  - noPCH: Fix compilation failure due to previous commit + +2013-10-06 17:13 fuscated + +svn9383:  - settings: Don't allow an editor colour theme to + contain invalid characters + + If the user enters strange characters for the name of a theme and + then + closes C::B, then C::B will crash on the next start, because the + xml + config file will be invalid. This happens, because the name of + the theme is + used as a tag. With this commit we force the user to use valid + name. + +2013-10-06 10:46 ollydbg + +svn9382:  * Editor Tweaks plugin: introduce wrap char mode, code + refactoring, remove a member variable since programmatically + change the menu item status does not trigger its event handler. + see discussion in + http://forums.codeblocks.org/index.php/topic,18358.0.html for + details. + +2013-10-05 21:59 fuscated + +svn9381:  - colours: Make sure the changed colour is shown in the + color picker, not the one before the edits + +2013-10-04 21:24 fuscated + +svn9380:  - wx29: Fix compilation of wxContribItems on OSX + (thanks mojca) + +2013-10-04 21:17 fuscated + +svn9379:  * sdk: Fix bug #19025 'std::bad_alloc' when loading + cmake generated project + + When the wxFile is given a directory instead of a file the Length + method + returns quite a big number, causing std::bad_allow exceptions. + This is + cause by ill-formed cbp file, that has a tag that points + to a + directory. Checking if the fileName points to a directory and + exiting fixes + the crash. + +2013-10-01 20:30 fuscated + +svn9378:  - libfinder: Fix compilation with clang on OSX (thanks + mojca) + +2013-10-01 20:30 fuscated + +svn9377:  - sdk: Add support for c++11 std libs like libc++ on + OSX (thanks mojca) + +2013-10-01 20:30 fuscated + +svn9376:  - profiler: Fix compilation with clang on OSX + +2013-10-01 20:30 fuscated + +svn9375:  - wx29: OSX fixes (thanks mojca) + +2013-09-29 09:51 fuscated + +svn9374:  - colours: Use wxSYS_COLOUR_WINDOWTEXT colour instead + of just black for the text colour + +2013-09-29 09:38 fuscated + +svn9373:  - colours: Use the proper constant for start page's + background, wxSYS_COLOUR_BACKGROUND returns the destop's colour + on windows (related to r9361) + +2013-09-29 09:35 ollydbg + +svn9372:  - CC: comments on IsBackslashBeforeEOL(). + +2013-09-29 09:34 ollydbg + +svn9371:  - CC: remove unused function + +2013-09-29 09:33 ollydbg + +svn9370:  - CC: comments on m_TokenIndex member variable + +2013-09-29 08:25 ollydbg + +svn9369:  * CC: reliable working of UngetToken() when macro + expansion is involved, it set the undo index value + correctly(thanks Huki) + * CC: avoid take backward step (UngetToken) twice in the + Tokenizer class + - CC: comments added for Tokenizer class + +2013-09-27 07:18 fuscated + +svn9368:  - fix noPCH build + +2013-09-25 22:23 killerbot + +svn9367:  - build fix : include missing + +2013-09-25 21:39 fuscated + +svn9366:  - info_window: Reformat the code a bit + +2013-09-25 21:39 fuscated + +svn9365:  * info_window: Improve multi monitor support + + > What this commit does is to place the window on the same + monitor as the + main frame of C::B. This make it more visible and also fixes a + bug, for + setups where the second monitor has smaller resolution. In this + case the + old code has been placing the window outside of the visible area + of the + second smaller monitor (at least on linux). + +2013-09-25 21:27 fuscated + +svn9364:  * ui: Allow the user to change the colours of the + linenumbers and the margin in the editor + +2013-09-21 06:06 jenslody + +svn9363:  * wx2.9+: fix crash when opening advanced compiler + options, due to incorrect number of rows in wxFlexGridSizer + +2013-09-21 05:23 jenslody + +svn9362:  * wx2.9+: fix crash when opening file properties + dialog, due to incorrect number of rows in wxFlexGridSizer + +2013-09-20 10:12 mortenmacfly + +svn9361:  * applied patch #3426: Allow modify "start here page" + background colour + +2013-09-20 10:03 mortenmacfly + +svn9360:  - updated wxThings from wxCode repo (no functional + changes) + +2013-09-20 09:36 mortenmacfly + +svn9359:  * applied patch #3480: Fix menu entry for scripts are + not updated + +2013-09-20 09:35 mortenmacfly + +svn9358:  * updated project files to reflect changes in + (wx)Scintilla + +2013-09-20 09:29 mortenmacfly + +svn9357:  * applied patch #3478: Add line breaking option to + AStyle + +2013-09-20 09:29 mortenmacfly + +svn9356:  * pumped astyle lib to v2.0.4 final + +2013-09-20 09:28 mortenmacfly + +svn9355:  * pumped (wx)scintilla to v3.3.5 + +2013-09-20 07:02 mortenmacfly + +svn9354:  - white space removal + +2013-09-20 07:02 mortenmacfly + +svn9353:  * fixed spurious 0x00 chars in source files (how did + that happen?! hopefully not though C::B's editor ;-)) + +2013-09-20 07:01 mortenmacfly + +svn9352:  * pumped wxPDFDoc to 0.9.4 (includes many changes + related to wx29) + +2013-09-20 07:00 mortenmacfly + +svn9351:  * CC: tiny fix as reported here: + http://forums.codeblocks.org/index.php/topic,18315.0.html + +2013-09-19 10:03 jenslody + +svn9349:  * ThreadSearch-plugin: make commit 9346 wxGTK only, + because it causes an annoying popup on windows (the same that + came up on wxGTK before) + +2013-09-18 22:14 jenslody + +svn9348:  * ThreadSearch-plugin: immediately return from + loggert-tree click event, if the tree was cleared; avoid annoying + pop up of "Failed to retrieve file path and line number" + messagebox after leaving configuration dialog (happened at least + on wxGTK) + +2013-09-18 22:13 jenslody + +svn9347:  * ThreadSearch-plugin: do not skip delete-event, to + avoid double invocation of it, fixes an assert and (sometimes) + crash with wx2.9+ (at least with wxGTK) + +2013-09-18 22:13 jenslody + +svn9346:  * ThreadSearch-plugin: use right-click event instead of + menu event to invoke context-menu of logger-tree, this avoids + annoying pop up of the infopanes context menu after the tree + contextmenu was closed (happened at least with wxGTK) + +2013-09-18 22:13 jenslody + +svn9345:  * ThreadSearch-plugin: really remove last item of + toolbarcombo, if max-count is reached + +2013-09-18 22:13 jenslody + +svn9344:  * ThreadSearch-plugin: initially load search history in + toolbar combobox + +2013-09-18 01:59 ollydbg + +svn9343:  * CC: when reading the parentheses, set the correct + Tokenizer mode(tsReadRawExpression), also skip comments after the + first '(' (thanks Huki) + +2013-09-18 01:59 ollydbg + +svn9342:  * CC: only skip after single equal sign, not double + equals sign (thanks Huki) + +2013-09-18 01:58 ollydbg + +svn9341:  * CC: correctly find the end of a c style comment + (thanks Huki) + +2013-09-18 01:57 ollydbg + +svn9340:  * CC: add missing breaks in switch case statements + (thanks Huki) + +2013-09-18 01:57 ollydbg + +svn9339:  * CC: handle macro definition correctly, distinguish + between function like macro definition and variable like + definition (thanks Huki) + +2013-09-17 22:52 fuscated + +svn9338:  - ui: Translate some strings in the config panel of + DragScroll plugin (thanks gd_on) + +2013-09-17 22:52 fuscated + +svn9337:  - ui: Translate some strings in the config panel of + BrowseTracker plugin (thanks gd_on) + +2013-09-17 22:52 fuscated + +svn9336:  - ui: Translate a string in the LibFinder plugin + (thanks gd_on) + +2013-09-17 22:52 fuscated + +svn9335:  - ui: Translate some string in the FileManager plugin + (thanks gd_on) + +2013-09-17 22:52 fuscated + +svn9334:  - ui: Translate some string in the ProjectManagerUI + class (thanks gd_on) + +2013-09-16 22:24 fuscated + +svn9333:  - ui: Remove the shortcut for hiding the editor tabs, + because it causes too much complaints in the forum + +2013-09-16 20:18 fuscated + +svn9332:  * debugger: Refresh watches, when locals or func args + are added during debugging sessoin + +2013-09-16 20:18 fuscated + +svn9331:  * debugger: Fix a crash when the locals or func args + are disabled during debugging session + +2013-09-15 23:10 jenslody + +svn9330:  * Profiler-plugin: avoid assert with wx2.9+ because the + parent of the wxBusyinfo is not the toplevel window + +2013-09-15 23:10 jenslody + +svn9329:  * RegExTestbed-plugin: fix assert and crash in RegExDlg + with wx2.9+ + +2013-09-15 23:10 jenslody + +svn9328:  * RegExTestbed-plugin: fix name of Dialog in project- + and wxSmith-files and in the autogenerated code to make them + fully usable with wxSmith again + +2013-09-15 23:10 jenslody + +svn9327:  * wxSmith wxAUI-plugin: fix assert in + wxsAuiManagerParentQP with wx2.9+ + +2013-09-15 23:10 jenslody + +svn9326:  * wxSmith-plugin: fix assert in wxsFontEditorDlg with + wx2.9+ + +2013-09-15 09:28 jenslody + +svn9325:  * wxSmith- and wxSmithContribItems-plugin: correct + handling of composite-flags in codegeneration of wxsRichTextCtrl, + wxsRichTextFormattingDialog, wxsRichTextStyleOrganiserDialog and + wxsChart + +2013-09-15 09:28 jenslody + +svn9324:  * wxPropgrid: correct handling of composite flags in + wxFlagsProperty; backport of my patch for wxWidgets, see: + http://trac.wxwidgets.org/changeset/74808 + +2013-09-15 09:28 jenslody + +svn9323:  wxSmith-plugin: fix assert with wx2.9+, due to adding + font twice to resources propgrid; fix incorrect code-generation + to set font-attributes + +2013-09-15 09:28 jenslody + +svn9322:  * wxSmith-plugin: fix crash in PGRead of + wxsColourProperty with wx2.9+ + +2013-09-13 14:08 jenslody + +svn9321:  * wxSmith-plugin: fix incorrect way of fetching + PGChoices in PGWrite with wx2.9+ + +2013-09-13 14:08 jenslody + +svn9320:  - minor code layout-fix + +2013-09-13 14:08 jenslody + +svn9319:  * wxSmith-plugin: fix asserts in wx2.9+ due to + incorrect format-strings + +2013-09-13 14:07 jenslody + +svn9318:  * wxSmith-plugin: fix crash of wxsImageTreeEditorDlg, + when opening colour-dialog + +2013-09-13 14:07 jenslody + +svn9317:  * wxSmith-plugin: fix layout issue; only the top-sizer + with the title of wxsImageTreeEditorDlg was shown + +2013-09-13 07:42 ollydbg + +svn9316:  - SDK: No need to include because it was + already include from sdk_precomp.h + +2013-09-11 21:08 jenslody + +svn9315:  * wxSmith-plugin: fix possible crash-candidates with + >=wx2.9 + +2013-09-11 21:07 jenslody + +svn9314:  * fix incorrect conditional in configure.ac + +2013-09-11 20:44 fuscated + +svn9313:  - manager: Don't translate the name of all cbEVT_XXX + types (thanks gd_on) + +2013-09-11 13:15 ollydbg + +svn9312:  - CC: build fix for the previous commit. + +2013-09-11 09:35 ollydbg + +svn9311:  * SDK: introduce CodeBlocksThreadEvent which is thread + safe to carry wxString cross threads, also remove the mutex in + CClogger class, as we don't need them. see the discussion: + http://forums.codeblocks.org/index.php/topic,18059.0.html + +2013-09-11 09:34 ollydbg + +svn9310:  * SDK: event processing performance hook for + CodeBlocksEvent and wxScintilla, it will log out messages if one + event handler executes for a long time. This feature is currently + disabled. If you want to enable them, you should set on the + #define macros definition in both header files. + +2013-09-10 21:53 jenslody + +svn9309:  * wxSmith-plugin: add missing comma in created + constructor of wxDirPickerCtrl + +2013-09-10 21:53 jenslody + +svn9308:  * wxSmith-plugin (wxsimagelisteditordlg): avoid asserts + and crashes with wx2.9, if the list is initally or partly empty + +2013-09-10 21:53 jenslody + +svn9307:  * wxSmith-plugin (wxsimagelisteditordlg): expand image + labels, so larger numbers get not cut off; add button to save a + single bitmap instead of only sving the list as one large bitmap; + many differences come from autogeneration of the source files + with actual wxSmith + +2013-09-10 21:53 jenslody + +svn9306:  * wxSmith-plugin (wxsimagelisteditordlg): add + XPM-header to loaded bitmaps to avoid asserts on wx2.9 + +2013-09-10 21:53 jenslody + +svn9305:  * wxSmith-plugin: avoid assert when opening wxs-file + with wx2.9 on linux + +2013-09-10 21:53 jenslody + +svn9304:  * wxSmith-plugin: avoid asserts and possible crash with + wx2.9 in wxsbitmapiconeditordlg, because of trying to recieve the + size of a wxNullBitmap + +2013-09-10 21:52 jenslody + +svn9303:  * wxSmith-plugin: immediately show changed size (after + adding first image) and image count in wxsimagelisteditordkg, + disable del-, clear- and save-buttons if list is empty + +2013-09-10 21:52 jenslody + +svn9302:  * wxSmith-plugin: fix assert and possible crash in + wxsbitmapiconeditordlg, due to incorrect setting of growable col + in flexgridsizer + +2013-09-10 21:52 jenslody + +svn9301:  * wxSmith-plugin: fix crash with wx2.9 + +2013-09-10 21:52 jenslody + +svn9300:  * wxSmith-plugin: fix typo in variable name + +2013-09-10 08:30 fuscated + +svn9299:  * debugger: Improve GetEditorWordAtCaret to work + correctly for non-rectangle selections (thanks Huki) + + The old code makes a rectangle from the start of the selection to + the end of + it. And it the selection is multiline and non-rectangular this + code won't + return the proper string when the mouse pointer is outside the + rectangle, + but still over the selected text. The new version uses one of + Scintilla + functions to do it simpler and properly. + +2013-09-08 09:44 jenslody + +svn9298:  * added debug-personality to allproject-files; + "--profile=debug" was changed to "-p debug" to make search and + replace more easy + +2013-09-08 09:43 jenslody + +svn9297:  * find-replace-dialog: fix shortcut (was used twice) + +2013-09-04 18:51 fuscated + +svn9296:  revert r9249 "* force use of gcc 4.4 if spec-file is + used on CentOS/RedHat < 6..." + + The requirement for GCC 4.4 has been removed in the previous + commit + +2013-09-04 18:50 fuscated + +svn9295:  * mozilla_encoding_detection: Remove the check for GCC + 4.4, because it is not needed + +2013-09-03 23:02 fuscated + +svn9294:  - sdk_ui: Make it possible to copy/paste the script + errors in the GenericMultiLineNotesDlg dialog + +2013-09-03 23:02 fuscated + +svn9293:  * sdk_no_ui: Apperantly the ProjectManager.RebuildTree + is used in some scripts (File->New->File->C++ Header) + +2013-09-03 21:27 fuscated + +svn9292:  * debugger: Fix wx29 warning that the Enable method is + called for invalid menu item + +2013-09-03 21:27 fuscated + +svn9291:  * debugger: Fix some crashes, when all debugger plugins + have been unloaded + +2013-09-03 21:27 fuscated + +svn9290:  - debugger: Fix warning introduced in r9288 + +2013-09-03 21:27 fuscated + +svn9289:  - debugger: Remove some dead-code (these function + doesn't seem to be called at all) + +2013-09-02 20:39 fuscated + +svn9288:  - debugger: clarify a bit the error messages printed, + when searching for the debugger configuration for the current + target + +2013-09-01 22:00 jenslody + +svn9287:  * non-pch build fix + +2013-09-01 21:19 jenslody + +svn9286:  * wxSmith-plugin: fix crash with wx2.9 when + toolbareditor is closed + +2013-09-01 21:19 jenslody + +svn9285:  * wxSmith-plugin: fix wx2.9 asserts + +2013-09-01 21:19 jenslody + +svn9284:  * debugger: wx2.9 fix + +2013-09-01 17:31 fuscated + +svn9283:  * debugger: increase the SDK version because the + API/ABI has changed + +2013-09-01 17:31 fuscated + +svn9282:  * debugger: allow the user to control which watches + should be updated automatically and which shouldn't + + 1. Add a new flag in the cbWatch class and respect the flag in + both drivers + during watch updating. + 2. Add a new method in the cbDebuggerPlugin class that allows + C::B to ask + a plugin to update a single watch. + 3. Add two new popup menu items in the watches window -> one to + switch the + flag for a particular watch and one to update a particular watch + manually. + +2013-09-01 17:31 fuscated + +svn9281:  * debugger: fix HaveWatch method of the DebuggerGDB + plugin to work return true for locals and argument watcehs + +2013-09-01 17:30 fuscated + +svn9280:  * debugger: fix delete all command to skip properly + special watches, because they are controlled by the debugger + plugins + +2013-09-01 17:30 fuscated + +svn9279:  * debugger: disable rename and any other commands + (delete, properties, add data breakpoint) for locals/args watches + +2013-09-01 17:30 fuscated + +svn9278:  * debugger: make locals/args read only (users won't be + able to change their values) + +2013-09-01 17:30 fuscated + +svn9277:  * debugger: optimize updating watches, when they are + not in the current context (don't call the output command if the + whatis fails) + +2013-09-01 17:30 fuscated + +svn9276:  * debugger: handle changing settings for + locals/arguments + + 1. Add API to remove a watch from the WatchesDlg programatically. + 2. Detect settings changes and remove the locals/args watches if + needed. + +2013-09-01 17:30 fuscated + +svn9275:  * debugger: initial re-implementation of locals and + function arguments + + 1. Add new kind of watches that are not user controlled/created, + but are + controlled by the plugin (lots more polish is needed for this + feature). + 2. Modify the plugin to create two special watches one for locals + and one + for arguments. Modify drivers accordingly (CDB does nothing). + 3. Implement new command that parses locals or arguments and + fills the + special watches. Add code for parsing the format. + 4. Add tests for the parser code. + 5. Enable the options for locals and arguments in the settings. + +2013-08-31 23:08 jenslody + +svn9274:  * wxSmith: fix #19087; manually changed variable name + of toolbaritem was reset to default if the toolbaritem-editor was + used + +2013-08-31 20:34 fuscated + +svn9273:  * debugger: Fix parsing watches containing chars equal + to '{' or '}' + +2013-08-29 19:31 killerbot + +svn9272:  * add compiler warning : -Wnon-virtual-dtor (Warn if a + class has virtual functions but no virtual destructor) + +2013-08-18 05:51 mortenmacfly + +svn9271:  * pumped underlying squirrel scripting lib from v2.2.4 + to v2.2.5 (stable) + - documented all C::B squirrel patched thoroughly + +2013-08-18 05:22 mortenmacfly + +svn9270:  - wxContribItems: sync original sources with their + respective SVN repo + - wxContribItems: mark stuff modified for C::B with a comment + +2013-08-17 21:48 jenslody + +svn9269:  * wx2.9 fix for wxContribItems: in wx2.9 DECLARE_CLASS + and DECLARE_DYNAMIC_CLASS are different (in wx2.8 they are the + same); IMPLEMENT_DYNAMIC_CLASS can only be used with + DECLARE_DYNAMIC_CLASS; thanks stahta01 for posting this issue + +2013-08-17 21:48 jenslody + +svn9268:  * wx2.9 on linux: add missing files to wxLED + +2013-08-17 21:48 jenslody + +svn9267:  * autotools: move AM_CONDITIONAL out of if-clause; + AN_CONDITIONAL must always be reached or the configure script + stops with an error + +2013-08-17 14:07 jenslody + +svn9266:  - add autoconf macro to determin gcc-version; needed to + add additional "-Wno-unused-local-typedefs" in autotools, when + using gcc >= 4.8 and wx2.8 to avoid tons of warnings + +2013-08-17 14:07 jenslody + +svn9265:  - whitespace (consistency) changes: spaces instead of + tabs + +2013-08-17 09:35 mortenmacfly + +svn9264:  - license clarification and SVN keywords for core + plugins + +2013-08-17 09:20 mortenmacfly + +svn9263:  - svn properties update (MIME type, EOL style, keyword + substitution) + +2013-08-17 08:54 mortenmacfly + +svn9262:  - fixed "extra token at include directive" warning + +2013-08-17 07:47 jenslody + +svn9261:  - fix wrong debug-message + +2013-08-17 07:38 mortenmacfly + +svn9260:  - white space / tab (no functional change) + +2013-08-17 07:38 mortenmacfly + +svn9259:  - some project files fixes for occurrences highlighting + - occurrences highlighting: issue an error in the debug log if + XRC could not be loaded + - occurrences highlighting: code clean-up and white-space / tab + consistency + +2013-08-16 17:44 jenslody + +svn9258:  * OccurrencesHighlighting-plugin: non-pch build fixes + +2013-08-16 17:43 jenslody + +svn9257:  * OccurrencesHighlighting-plugin: more linux build + fixes + +2013-08-16 15:13 jenslody + +svn9256:  - add OccurrencesHighlighting-plugin to debian files; + you probably need to run "sudo dpkg-reconfigure codeblocks" after + installation to get it installed + +2013-08-16 15:12 jenslody + +svn9255:  - add OccurrencesHighlighting-plugin to spec-file + +2013-08-16 15:01 jenslody + +svn9254:  * OccurrencesHighlighter-plugin: autotools build fix + +2013-08-16 11:36 d_anselmi + +svn9253:  * Move occurrence highlighting from cbEditor into a + plugin. (refer here: + http://forums.codeblocks.org/index.php/topic,18207.0.html) + +2013-08-16 05:28 mortenmacfly + +svn9252:  * applied patch by LETARTARE: + http://forums.codeblocks.org/index.php/topic,18250.msg124828.html#msg124828 + +2013-08-09 04:35 jenslody + +svn9251:  * fix update_revision.sh to keep the revision number + found in revision.m4 if we are not inside version controlled + source-tree + +2013-08-08 22:18 jenslody + +svn9250:  * codeblocs.spec.in: fix needed after previous commit + +2013-08-08 21:27 jenslody + +svn9249:  * force use of gcc 4.4 if spec-file is used on + CentOS/RedHat < 6; they use gcc 4.1 as default and this does not + work with actual mozilla encoding detection anymore + +2013-08-08 21:27 jenslody + +svn9248:  * sync windows and linux projectfiles; make sdk.h part + of target sdk on all platforms + +2013-08-08 21:27 jenslody + +svn9247:  * add Compiler.h from mozilla-chardet to projectfiles + +2013-08-06 19:38 jenslody + +svn9246:  * set MinSize for text-control in + debuggeroptionsdialog, to fix a layout-bug in ubuntu (see: + http://forums.codeblocks.org/index.php/topic,18214.msg124531.html#msg124531); + MinSize has to be set manually to work; setting in xrc-file does + not work correctly and will be overridden when touched by wxSmith + anyway + +2013-08-06 19:38 jenslody + +svn9245:  * fix layout of debugger-settings dialog: Panels did + not always fit into the dialog without manually resizing it. + + Signed-off-by: Jens Lody + +2013-08-05 18:56 fuscated + +svn9244:  * debugger: Fix a bug where the plugin doesn't show the + cursor when a breakpoint is hit + + > Detect the case where we've parsed the gdb prompt, but the + program state + is not marked as stopped yet. If this case is hit, we queue a + command + that will find the frame information and will update the cursor. + > This fix should fix many similar bugs, like stepping into and + the step + command returns an unknown error, setting cursor position to an + unavailable/unreachable position, etc. + > For the current case see this topic: + http://forums.codeblocks.org/index.php/topic,18103.0.html + +2013-08-03 22:03 jenslody + +svn9243:  * several make dist fixes for the autotools system + +2013-08-03 15:24 mortenmacfly + +svn9242:  * removed obsolete python scripts from scintilla source + tree + +2013-08-03 15:20 mortenmacfly + +svn9241:  * harmonised mozilla chardet with mozilla sources + +2013-08-03 15:19 mortenmacfly + +svn9240:  * update of various wxSmith contrib elements, namely: + wxchart, wxtrhings, wxstc + +2013-07-29 22:56 jenslody + +svn9239:  * wx2.9: build-fix + +2013-07-29 22:56 jenslody + +svn9238:  * wx2.9(linux): add -ansi to HexEditor and SpellChecker + projectfile + +2013-07-29 17:07 jenslody + +svn9237:  - fix incorrect dates in spec-file + +2013-07-29 07:55 fuscated + +svn9236:  - wx29: Fix assert if the backtrace dialog is empty and + we try to make visible the element at index 0 + +2013-07-29 07:55 fuscated + +svn9235:  - debugger: Fix bug introduced in r9108, the condition + have been swapped. + +2013-07-29 07:55 fuscated + +svn9234:  - wx29: Fix type specifiers for wxString's Printf and + Format calls + +2013-07-29 07:55 fuscated + +svn9233:  - wx29: Fix debugger test project to pass the -ansi + option to the compiler + +2013-07-27 19:07 alpha0010 + +svn9232:  * apply patch 3488: ClassWizard: add option to auto set + include dir (modified) + +2013-07-25 18:58 fuscated + +svn9231:  * debugger: Fix a crash when removing at least 3 + targets one after another from the project + +2013-07-25 07:49 jenslody + +svn9230:  autotools: replace deprecated INCLUDES with + AM_CPPFLAGS; note: per target *_CPPFLAGS override AM_CPPFLAGS, so + we must be careful here. + +2013-07-25 07:48 jenslody + +svn9229:  autotools: rename deprecated configure.in to + configure.ac + +2013-07-24 21:13 jenslody + +svn9228:  autotools: build-fix needed due to new scintilla + revision + +2013-07-24 19:22 fuscated + +svn9227:  * autotools: Fix "make dist" which is broken after the + last commit (if the *.py files have been removed by accident feel + free to revert this commit) + +2013-07-24 05:11 mortenmacfly + +svn9226:  * pumped (wx)scintilla to v3.3.4 + +2013-07-22 21:11 alpha0010 + +svn9225:  * wizard: fix console project for Clang + +2013-07-22 03:12 ollydbg + +svn9224:  * TO-DO plugin: add the new scope of active target + files. + +2013-07-22 02:54 ollydbg + +svn9223:  - CC: remove unused variable, add many comments and + TODOs. + +2013-07-22 02:52 ollydbg + +svn9222:  - CC: code refactoring, and add comments about priority + headers. + +2013-07-21 23:42 alpha0010 + +svn9221:  * CC: fix show tooltip in non-active function + +2013-07-21 23:10 fuscated + +svn9220:  - Sync all wx29 project to be the same as the wx28 + versions + +2013-07-21 20:27 fuscated + +svn9219:  - debugger: Fix compilation with wx2.9 + +2013-07-21 20:27 fuscated + +svn9218:  - Fix the unix project file for wx2.9 + +2013-07-21 20:27 fuscated + +svn9217:  * debugger: Don't queue empty command if the initial + command string is empty + +2013-07-21 20:27 fuscated + +svn9216:  - debugger: Setup the debugger target for running + codeblocks in the unix project + +2013-07-21 16:23 alpha0010 + +svn9215:  * scintilla: delete obsolete code + +2013-07-20 22:58 jenslody + +svn9214:  * FindReplaceDialog: avoid possible infinite loop when + search is limited to StartFile; see: + http://forums.codeblocks.org/index.php/topic,18044.msg124255.html#msg124255 + +2013-07-17 19:30 fuscated + +svn9213:  - remove unused file (related to some of the prev + commits) + +2013-07-15 20:25 fuscated + +svn9212:  - build: Fix autotools project (related to r9209) + +2013-07-15 20:25 fuscated + +svn9211:  * compiler: Don't recompile the regexes for every line + produced by the compilers + +2013-07-15 18:17 alpha0010 + +svn9210:  * incremental select dlg: increase default size + +2013-07-15 06:26 ollydbg + +svn9209:  * remove cbthreadpool_extras.h file, as it was not used + any longer after rev9207 + +2013-07-15 06:09 ollydbg + +svn9208:  -src: use sdk.h instead of sdk_precomp.h in the src + target. + +2013-07-15 06:08 ollydbg + +svn9207:  * remove preprocessor check for GCC 3.4 + +2013-07-13 17:36 jenslody + +svn9206:  * add missing builtin-member bin to global variables, a + textcontrol for it was shown in dialog, but the content was not + saved; thanks scarphin for reporting + +2013-07-11 05:59 killerbot + +svn9205:  - remove warning, unused variable + +2013-07-08 23:07 fuscated + +svn9204:  * sdk: Change the SDK verions to mark that the SDK has + changed in a non-compatible way + +2013-07-08 23:07 fuscated + +svn9203:  * sdk: Move the Find/Replace code form the + EditorManager to its own class in src + +2013-07-08 23:07 fuscated + +svn9202:  * sdk: Move ProjectOptionsDlg from libcodeblocks to the + main application + +2013-07-08 23:07 fuscated + +svn9201:  * sdk: Move the ProjectManager::***IconIndex functions + to its own class. Extract the code for creating the image list + for the tree, because it is duplicated at least in two places + +2013-07-08 23:06 fuscated + +svn9200:  - sdk: Remove to unimplemented functions + +2013-07-08 23:06 fuscated + +svn9199:  - sdk: Remove CheckForExternallyModifiedProjects() from + the cbProjectManagerUI + +2013-07-08 23:06 fuscated + +svn9198:  - sdk: build fixes on windows related to the prev + commits + +2013-07-08 23:06 fuscated + +svn9197:  * sdk: Move cbProject::ShowOptions to ProjectManagerUI + (remove a script binding) + +2013-07-08 23:06 fuscated + +svn9196:  - sdk: Add some fixmes + +2013-07-08 23:06 fuscated + +svn9195:  * sdk: Move cbProject::RenameInTree to the + ProjectOptionsDlg, because it is used only there + +2013-07-08 23:06 fuscated + +svn9194:  * sdk: Move lots of code related to the projects tree + from cbProject to ProjectManagerUI + +2013-07-08 23:06 fuscated + +svn9193:  * sdk: Move some code from + ProejctManager::CloseWorkspace in ProjectManagerUI + +2013-07-08 23:06 fuscated + +svn9192:  - sdk: Add two fixme comments in cbproject + +2013-07-08 23:06 fuscated + +svn9191:  * sdk: Reimplement one FixMe in the ProjectManagerUI + class + +2013-07-08 23:06 fuscated + +svn9190:  - contrib: Fixed all contrib plugins to compile with + the changes to the SDK + +2013-07-08 23:05 fuscated + +svn9189:  - sdk: Remove some useless functions in EditorManager + +2013-07-08 23:05 fuscated + +svn9188:  * sdk: Move CheckForExternallyModifiedProjects from + ProjectManager to ProjectManagerUI, remove more includes + +2013-07-08 23:05 fuscated + +svn9187:  * sdk: Move more code from ProjectManager to + ProjectManagerUI, fix noPCH build + +2013-07-08 23:05 fuscated + +svn9186:  * sdk: Add ProjectManagerUI to the autotools build + system + +2013-07-08 23:05 fuscated + +svn9185:  - sort includes + +2013-07-08 23:05 fuscated + +svn9184:  * sdk: Extract the QueryClose functions to the + ProjectManagerUI class + +2013-07-08 23:05 fuscated + +svn9183:  * sdk: Extract MoveProjectUp/Down from ProjectManager + to ProjectManagerUI + +2013-07-08 23:05 fuscated + +svn9182:  * sdk: Continue the removal of UI from ProjectManager + + Add ShowFileInTree method in the ProjectManagerUI class, which is + used to + show a file in the try by expanding it. This new method has the + added + bonus of removing code duplication :) + +2013-07-08 23:05 fuscated + +svn9181:  * sdk: Start the extraction of the UI related code from + the ProjectManager class + + This is done by creating an abstract class with will handle all + UI related + calls made from the ProjectManager. By default a Null + implementation is used. + Almost all UI code is extracted in an implementation of the + abstract + interface placed in src. + +2013-07-08 22:00 fuscated + +svn9180:  * debugger: Fix crashes, when opening the debug menu + after the debugger plugin has been disabled and then re-enabled. + + > Happens because the debugger windows are destroyed on plugin + unload, but + aren't recreated on plugin load. + > Reported here: + http://forums.codeblocks.org/index.php/topic,18113.msg123998.html#msg123998 + +2013-07-08 22:00 fuscated + +svn9179:  * debugger: Fix all gtk-critials and a possible crash + on Ubuntu 13.04 + +2013-07-08 15:56 alpha0010 + +svn9178:  * compiler: apply patch 3474, support IAR ARM compiler + (modified) + +2013-07-08 04:15 alpha0010 + +svn9177:  * CC: fix doc-popup open declaration + +2013-07-06 22:35 jenslody + +svn9176:  * more fixes for broken/incompatible/whatever libtools + on some linux distros (CentOS 5, Gentoo?); make install is broken + in some cases, because libtool generates a commandline, that uses + systemwide installed libcodeblocks.so instead of the newly + generated one. This can fail if the API has changed. Changing the + order of the libs in the Makefile.am's should fix this issue. + +2013-07-05 21:18 fuscated + +svn9175:  - improve the update_revision.sh script to work better + with git + + * Disable the 'git svn info' path, because it fails badly with + git 1.8.x. + * Rework the 'git log' path to work better - it finds the last + svn commit + in the graph and extracts the revision. + * Rework the 'git log' path to get the date of the last commit in + a format + similar to the way svn gets it (YYYY-MM-DD hh-mm-ss). + +2013-07-04 22:05 fuscated + +svn9174:  * ThreadSeach: Change the options icon in the toolbar + and in the panel, when an option is selected + +2013-07-03 20:14 fuscated + +svn9173:  - sdk: Remove a redundant path separator in the + cbWorkspace c-tor + +2013-07-03 20:14 fuscated + +svn9172:  * sdk: Fix folder getters in ConfigManger to use + GetFolder instead of returning the class members directly; + + * It turns out that any getter could be called before the + InitPaths method, + which result in pretty broken C::B + +2013-07-02 16:40 jenslody + +svn9171:  * Fix an issue descrinbed here: + http://forums.codeblocks.org/index.php/topic,18044.msg123529.html#msg123529 + +2013-07-01 21:57 alpha0010 + +svn9170:  * perspective: conditionally remember not to save, + partial fix for bug 18970 + +2013-06-30 13:58 fuscated + +svn9169:  * debugger: Fix parsing structs containing bool or + global enum members + +2013-06-30 13:58 fuscated + +svn9168:  - debugger_test: Fix compilation with GCC 4.7.2 on + Linux + +2013-06-30 13:58 fuscated + +svn9167:  - compiler: setup the compiler target to be able to run + codeblocks on unix; + +2013-06-30 13:58 fuscated + +svn9166:  * ThreadSearch: Fix View->FocusThreadSearch to work + correctly even if the info panel is floating + + * The problem is that when the info panel is floating + FocusThreadSearch + selects the text in the text control, but the keyboard focus is + still in + the editor, there fore pressing enter or typing any characters, + changes + the text in the editor not in the text control. + * Possibly this is a linux only problem. + * The fix was suggested by wxWidget's devs. + +2013-06-30 13:58 fuscated + +svn9165:  - ThreadSearch: Change default setting (hide the + preview and disable the delete before search option) + +2013-06-25 22:53 d_anselmi + +svn9164:  - SpellChecker: don't directly derive from + HookFunctorBase anymore. + +2013-06-25 19:27 mortenmacfly + +svn9163:  * wxSmithAUI: compile fix on Windows: -ansi is not + applicable for Windows target, otherwise compilation fails deeply + in wx/buffer.h + +2013-06-21 06:12 jenslody + +svn9162:  * autotools: fix missing include directory after commit + 9160; the current filder has to be compiled before the plugin + subfolder ! + +2013-06-18 19:54 jenslody + +svn9161:  * add -ansi flag to all remaining linux/unix + project-files + +2013-06-18 13:12 biplab + +svn9160:  * Added: Few missing files to make dist rules. + +2013-06-18 05:37 jenslody + +svn9159:  * autotools: fix make dist issue on (at least) CentOS6; + for some strange reasons it only occurs with ssources checked + ouut with svn, but not with git svn + +2013-06-16 16:03 mortenmacfly + +svn9158:  * fix proper use and initialisation of common controls + on Windows + +2013-06-15 10:51 biplab + +svn9157:  * Modified: Compiler id to gcc in 64 bit project file. + +2013-06-13 14:35 biplab + +svn9156:  * Applied: [Patch #3476] and [Patch #3477] avoid a + warning in source_exporter plugin generation. + +2013-06-13 13:59 biplab + +svn9155:  * Added: -ansi flag to wx29-unix project file. + +2013-06-12 21:08 fuscated + +svn9154:  * Add -ansi to the main cbp on Unix + +2013-06-12 21:08 fuscated + +svn9153:  - fix warning related to the addition of the -ansi + compiler flag + +2013-06-12 21:08 fuscated + +svn9152:  * editor: Fix bug in the Edit->Select skip next + occurrence command + (http://forums.codeblocks.org/index.php/topic,18011.msg123127.html#msg123127) + + - The problem have been caused by the strange behaviour of method + wxScintilla::ClearSelections. This method leave one empty + selection, + which happens to be at the first character of the file. Now I + detect this + case and make this first selection none-empty. + - I've taken the chance to fix some other small issues in this + code and + make it more robust. Now the order of the selection is the same + in all + selections, the highlight occurrence settings should be + preserved, etc. + +2013-06-12 14:32 biplab + +svn9151:  * Fixed: Build issue due to collision of platform enum + with system-specific predefined macros. Reverted api change done + in revision 9141. + +2013-06-12 13:58 biplab + +svn9150:  * Changed: C++ comments in C files. C++ comment in C + file breaks build in -ansi mode. + +2013-06-11 20:19 fuscated + +svn9149:  * find/replace: Fix bug when replacing and the first + string to be replaced is already selected + + See here for details: + http://forums.codeblocks.org/index.php/topic,18005.0.html + +2013-06-11 20:18 fuscated + +svn9148:  - codesnippets: Change the project to start a debug + personality + +2013-06-11 15:34 biplab + +svn9147:  * Fixed: [Bug #18647] Many typos in wxsmith source code + +2013-06-10 09:53 ollydbg + +svn9146:  - CC: add missing space after comma + +2013-06-08 22:18 jenslody + +svn9145:  * linux: build fix for older systems, like + RedHat/CentOS 5 + +2013-06-08 19:20 jenslody + +svn9144:  * linux (automake): do not create static libs, we only + use the shared libs and the static ones increase the installed + size by about 20 MB + +2013-06-08 12:15 fuscated + +svn9143:  * project_tree: Add menu items for controlling if a + file should be compiled/linked + +2013-06-08 03:36 biplab + +svn9142:  * Adjusted: Unix project files to avoid conflict with + system specific preprocessor macros. + +2013-06-07 17:33 biplab + +svn9141:  * Fixed: Build issue due to collision with + system-specific predefined macros. + +2013-06-05 14:55 biplab + +svn9140:  * Reverted: Previous commit. It slipped through. + +2013-06-05 14:49 biplab + +svn9139:  * Fixed: [Bug #19014] cannot convert wxStringCharType* + to wxChar* + +2013-06-03 19:30 mortenmacfly + +svn9138:  * added compatibility layer for Windows Vista, 7, and 8 + to manifest files (Windows only) + +2013-06-03 19:23 mortenmacfly + +svn9137:  * updated Windows resource/manifest files for 64bit + * added file revision resource to resource file on Windows + +2013-06-03 16:18 biplab + +svn9136:  * Fixed: Incorrect initialization of libtool. + +2013-06-03 15:07 ollydbg + +svn9135:  * CC: fix two bugs: 1, static variable definition in a + header file cause different instances in different translation + units; 2, wrong Connect() function usage. See our discussion in: + http://forums.codeblocks.org/index.php/topic,17982.0.html + +2013-06-03 10:08 ollydbg + +svn9134:  - CC: add comments for HeaderDirTraverser class. + +2013-06-03 09:35 ollydbg + +svn9133:  - remove unused local typedef + +2013-06-02 22:53 jenslody + +svn9132:  * make automake-system (hopefully) work with older + libtools; on some linux distros (CentOS 5, Gentoo) make install + is broken in some cases, because libtool generates a commandline, + that uses systemwide installed libcodeblocks.so instead of the + newly generated one. This can fail if the API has changed. + Changing the order of the libs in the Makefile.am's should fix + this issue. + +2013-06-02 09:58 mortenmacfly + +svn9131:  * pumped (wx)Scintilla to v3.3.3 to address some fixes + related to GTK + +2013-06-02 08:51 mortenmacfly + +svn9130:  * allow wildcards when selecting files that shall + belong to a target (project options dialog -> build target "All/? + on/off") + - this is very useful, when re-organising files across targets + within a project + +2013-06-01 16:15 mortenmacfly + +svn9129:  * cb_share_config: added ability to export complete + compiler settings (section) + * cb_share_config: added ability to export complete debugger + settings (section) and/or individual debugger sets + +2013-06-01 10:50 biplab + +svn9128:  * Applied: [Patch #3473] Remove invalid font entries in + some resources(Debug assert) + +2013-06-01 10:35 biplab + +svn9127:  * Applied: [Patch #3471] check the flags exist before + removing (Debug assertion) + +2013-06-01 06:41 biplab + +svn9126:  * Added: Whitespace. + +2013-05-31 17:14 jenslody + +svn9125:  * Revert last commit, because logging is still broken + in wx2.9 unicode (at least in 64bit) + +2013-05-31 14:20 biplab + +svn9124:  * Reverted: Rev 8259 as it may not be needed anymore. + However if original bug persists then revert this commit. + +2013-05-30 15:21 biplab + +svn9123:  * Fixed: Lock-up at start-up with wx-2.9. + +2013-05-28 01:56 alpha0010 + +svn9122:  * annoyingDlg: use saved return value whenever possible + +2013-05-27 18:29 alpha0010 + +svn9121:  * apply patch 3463: add macro TARGET_PARAMETERS + +2013-05-26 04:09 biplab + +svn9120:  * Applied: [Patch #3462] Autoversioning:option to use + #define instead of static const + +2013-05-26 03:33 biplab + +svn9119:  * Use STL as TiXmlString. + +2013-05-25 19:51 alpha0010 + +svn9118:  - apply patch 3466: make lexer XML files conformant + +2013-05-25 16:30 biplab + +svn9117:  * Added: More files to make dist. + +2013-05-25 14:40 biplab + +svn9116:  * Applied: [Patch #3002] Fix Bug #15359 + +2013-05-24 16:46 jenslody + +svn9115:  * build fix for wx 2.9(.5) + +2013-05-23 14:11 alpha0010 + +svn9114:  * annoyingDlg: fix return type conversion + +2013-05-23 07:00 mortenmacfly + +svn9113:  * added update64 batch file for batch 64 bit build + +2013-05-23 06:57 mortenmacfly + +svn9112:  - fix wrong message for 64 bit batch build + +2013-05-22 13:47 alpha0010 + +svn9111:  - build system: only copy changed compiler XML files + (Windows) + +2013-05-21 11:48 mortenmacfly + +svn9110:  * fixed batch build for 64 bit on Windows taking into + account the wrong project file + +2013-05-21 02:51 mortenmacfly + +svn9109:  * fixed 64 bit build (PCH) + +2013-05-20 22:21 alpha0010 + +svn9108:  * AnnoyingDlg: add infrastructure to remember the + user's choice + +2013-05-20 16:13 biplab + +svn9107:  * Fixed: Configure.in file inline with rev 9105. + +2013-05-20 16:04 biplab + +svn9106:  * Fixed: Broken build due to rev 9105. + +2013-05-19 21:04 alpha0010 + +svn9105:  * apply patch 3458: update SFML project wizard + (modified) + +2013-05-19 07:07 biplab + +svn9104:  * Fixed: Minimum wx version required to build is + wx-2.8.12. wxIntPtr was introduced in wx-2.8.12. + +2013-05-19 06:10 biplab + +svn9103:  * Added: wxSmithSTC to make dist. + +2013-05-19 06:04 biplab + +svn9102:  * Added: wxSmithIExplore to make dist. + +2013-05-17 14:15 alpha0010 + +svn9101:  - lexer: follow up to Scintilla update + +2013-05-16 16:22 jenslody + +svn9099:  * make including the external fortran-project in + dist-tarball optional (nabled by default); git-svn does not + handle external svn-trees + +2013-05-16 16:22 jenslody + +svn9098:  * HexEditor-plugin: fix Makefile.am, so it can be used + from extra build-folders again, needed afte commit 9089 + +2013-05-16 15:18 mortenmacfly + +svn9097:  * pumped (wx)Scintilla to v3.3.2 + +2013-05-14 14:25 biplab + +svn9096:  * Fixed: [Bug #18904] Shortcut key problems with search + dialog + +2013-05-14 13:21 biplab + +svn9095:  * Fixed: UI inconsistencies Find/Replace Dialog. + +2013-05-14 03:28 ollydbg + +svn9094:  * CC: do not remove the first character if it is not + the beginning of a function body, this fix a bug that a class + declaration like "class XXX" was always parsed as "lass XXX", see + bug report and discussion in + http://forums.codeblocks.org/index.php/topic,17756.0.html + +2013-05-14 03:16 ollydbg + +svn9093:  * Add wxsSmithPlot.cbp to CodeBlocks.workspace, so we + can build wxSmith controls for wxMathPlot library by default. + +2013-05-13 05:21 thomas-denk + +svn9092:  - Fixed incorrect compiler error message (see + http://forums.codeblocks.org/index.php/topic,17908) + +2013-05-13 02:06 alpha0010 + +svn9091:  * SpellChecker: fix hang in BuildModuleMenu() introduce + by rev. 8993 + +2013-05-12 23:29 alpha0010 + +svn9090:  - SpellChecker: remove build warning + +2013-05-12 23:13 biplab + +svn9089:  * Added: New project files to make dist. + +2013-05-12 18:07 mortenmacfly + +svn9088:  - update of workspaces [4]: final update to Windows + workspace files + +2013-05-12 15:59 mortenmacfly + +svn9087:  - EditorConfig: removed invalid include directory + +2013-05-12 15:56 mortenmacfly + +svn9086:  - update of workspaces [3]: added missing unix wx29 + project file for SmartIndent + +2013-05-12 15:44 mortenmacfly + +svn9085:  - update of workspaces [2]: update existing and add + missing project files, use the same order for all workspaces + +2013-05-12 15:09 mortenmacfly + +svn9084:  - update of workspaces [1]: common naming scheme for + plugin project files (WIP) + +2013-05-12 13:29 mortenmacfly + +svn9083:  * wx29 compatibility fix + +2013-05-12 13:20 biplab + +svn9082:  * Added: New files to make dist. + +2013-05-12 13:10 mortenmacfly + +svn9081:  - updated project files due to wxScintilla update + +2013-05-12 12:38 jenslody + +svn9080:  * remove use of wxWindowUpdateLocker (convenience-class + for Freeze() and Thaw()) from TextCtrlLogger, because it clears + selection and moves the control to top position; see: + http://forums.codeblocks.org/index.php/topic,17905.msg122470.html#msg122470 + +2013-05-12 12:37 biplab + +svn9079:  * Added: FortranProject to make dist. + +2013-05-12 12:16 mortenmacfly + +svn9078:  * SDK: major update to core component wxScintilla: + Pumped underlying scintilla to v3.3.1 + +2013-05-11 14:52 fuscated + +svn9077:  * debugger: Don't crash if the toolbar is not created + and OnUpdateUI is called (patch 3457) + +2013-05-11 08:41 biplab + +svn9076:  * Fixed: Broken make dist due to rev 9075. + +2013-05-11 08:31 biplab + +svn9075:  * Added: wxSmithPlot to make dist. + +2013-05-11 07:20 biplab + +svn9074:  * Added: wxSmithDemo to make dist. + +2013-05-11 07:12 biplab + +svn9073:  * Added: wxSmithDateTimePicker to make dist. + +2013-05-11 04:59 biplab + +svn9072:  * SVN property change. + +2013-05-11 04:15 biplab + +svn9071:  * SVN property change. + +2013-05-11 02:49 biplab + +svn9070:  * Minimum wxWidgets version upped to wxWidgets-2.8.10. + +2013-05-10 22:13 alpha0010 + +svn9069:  - compiler: add -Wall flag to Clang interface + +2013-05-10 14:21 biplab + +svn9068:  * Automake fixes for OpenCV wizard. + +2013-05-09 13:32 biplab + +svn9067:  * Fixed: [Bug #17195] Search all files for regex "^" + freezes IDE and [Bug #18990] + +2013-05-09 12:14 biplab + +svn9066:  * Reverted: Rev 9061 to pre rev 9038 as - + 1) Original code was NOT hard to debug. + 2) Rev 9038 was against the code style used by others. + +2013-05-09 06:40 fuscated + +svn9065:  - noPCH build fix + +2013-05-09 02:31 ollydbg + +svn9064:  * scripted wizard plugin: add OpenCV(Open Computer + vision library) project wizard for mingw and linux. + +2013-05-09 02:22 ollydbg + +svn9063:  * SDK: add a new built-in field named "bin" in the + global compiler variable setting dialog. See discussions in + http://forums.codeblocks.org/index.php/topic,17868.0.html + +2013-05-09 01:05 alpha0010 + +svn9062:  * EditorTweaks: ignore incorrect menu events spawned by + submenu->Check() in UpdateUI() + +2013-05-08 19:01 fuscated + +svn9061:  - revert rev9056: Such code is hard to debug and is + against the code style used by others + +2013-05-08 19:01 fuscated + +svn9060:  * add two more terminal presets: xfce_terminal and + terminology + +2013-05-08 14:21 alpha0010 + +svn9059:  - apply patch 3417: disable definition of nullptr for + Clang C++11 mode + +2013-05-06 16:10 d_anselmi + +svn9058:  * ToDo-plugin: fix bug in parser + * add optional date to todo (who#prio#date) + +2013-05-05 17:53 jenslody + +svn9057:  * mozilla-chardet: fix number of + SingleByteCharSet-probers, to avoid array overrun (we use up to + 16 probers) + +2013-05-05 14:02 biplab + +svn9056:  * Make code more compact. Follow-up of rev 9038 + +2013-05-05 13:54 biplab + +svn9055:  * More Whitespaces: Follow-up of 9048. + +2013-05-04 18:26 mortenmacfly + +svn9054:  * updated project files concerning wrong/missing files + * added 64 bit project file and batch build for 64 bit + to use, do *BEFORE* (!!!) you open the 64 bit project file: + - make a copy of the GCC compiler + - name it exactly "GNU GCC 64 compiler" + - let it point to e.g. the base folder of the TDM GCC 64 bit + release + +2013-05-04 17:31 biplab + +svn9053:  * Fixed: Build error with gcc-4.8.0 + +2013-05-04 16:46 alpha0010 + +svn9052:  * CC: do not duplicate documentation (patch 3455, + modified) + +2013-05-04 12:22 alpha0010 + +svn9051:  - compiler: parse generic switch from defines box + +2013-05-04 05:20 mortenmacfly + +svn9050:  * complete removal of cbIntPtr, in favour of wxIntPtr + (was a relict of old use wx native type + instead + +2013-05-04 04:46 mortenmacfly + +svn9048:  - whitespace + +2013-05-04 04:45 mortenmacfly + +svn9047:  * compilation fix for debugger (cdb) for 32 bit + +2013-05-04 04:45 mortenmacfly + +svn9046:  * compilation fox for code snippets app + +2013-05-04 04:44 mortenmacfly + +svn9045:  * update of astyle to v2.04 + +2013-05-04 04:40 mortenmacfly + +svn9044:  - type corrections for wx2.9+ to avoid compiler + warnings + +2013-05-04 04:39 mortenmacfly + +svn9043:  - some refinements to CC (formatting and types) + +2013-05-04 04:38 mortenmacfly + +svn9042:  * update of Hunspell API + +2013-05-04 04:20 mortenmacfly + +svn9041:  * 64 bit updates for misc. plugins + +2013-05-04 04:19 mortenmacfly + +svn9040:  * 64bit updates for core + +2013-05-04 04:12 mortenmacfly + +svn9039:  * implement GetCheckListboxChecked and other bindings + for wizards + +2013-05-04 04:12 mortenmacfly + +svn9038:  * 64 bit updates for debugger commands and driver + +2013-05-04 04:07 mortenmacfly + +svn9037:  * 64 bit update for scripting (make consequent use of + types as defined, add missing wrapper functions) + +2013-05-04 03:44 biplab + +svn9036:  * Win64 Port: Build fixes for cdb_commands.h + +2013-05-04 03:07 biplab + +svn9035:  * Win64 Port: Corrected patch for cdb_commands.h + +2013-05-04 03:02 biplab + +svn9034:  * Win64 port: Patches for Contrib Plugins. + +2013-05-04 02:56 biplab + +svn9033:  * Win64 port: Patches for Core Plugins. + +2013-05-04 02:52 biplab + +svn9032:  * Win64 port: Patches for Core. + +2013-05-04 02:45 biplab + +svn9031:  * Win64 port: Patches for SDK. + +2013-05-04 02:35 biplab + +svn9030:  * Win64 port: Patches for SDK. + +2013-05-02 15:16 alpha0010 + +svn9029:  * compiler: add annoying dialog for conflict between + Flags and Other Options + +2013-05-02 15:03 alpha0010 + +svn9028:  - CC: align checkbox in settings + +2013-05-02 14:39 alpha0010 + +svn9027:  * SpellChecker: remove possible invalid dictionary + selection + +2013-05-01 17:53 jenslody + +svn9026:  * profiler-plugin; autotools build-fix + +2013-05-01 14:58 jenslody + +svn9025:  * wxSmithAui: add missing initialisation for + member-variables, fix possible crash-candidate, due to + unitialised bool-variable + +2013-05-01 14:57 jenslody + +svn9024:  * wxSmithContribItems: add missing initialisation for + member-variables, fix possible crash-candidate, due to + unitialised bool-variable + +2013-05-01 14:57 jenslody + +svn9023:  * wxSmith-plugin: (hopefully) fix crash when adding + wxBitmapButton, due to unitialised bool-variable; see: + http://forums.codeblocks.org/index.php/topic,16104.0.html for + bug-report + +2013-05-01 05:06 ollydbg + +svn9022:  * SRC: Add mouse right click context menu to toggle the + toolbar view status in the MainFrame, see related discussions in + http://forums.codeblocks.org/index.php/topic,17808.msg121848.html#msg121848 + +2013-05-01 03:48 biplab + +svn9021:  * Win64 port: Patches for wxSmith. + +2013-05-01 03:41 biplab + +svn9020:  * Fixed: Possible runtime assert + +2013-05-01 03:39 biplab + +svn9019:  * Fixed: Possible runtime assert + +2013-05-01 03:39 biplab + +svn9018:  * Fixed: Possible runtime assert + +2013-05-01 03:37 biplab + +svn9017:  * Fixed: Possible runtime assert + +2013-05-01 03:35 biplab + +svn9016:  * Fixed: Possible runtime assert + +2013-05-01 03:33 biplab + +svn9015:  * Fixed: Possible runtime assert + +2013-05-01 03:28 biplab + +svn9014:  * Removed: Zero byte files. + +2013-05-01 03:19 biplab + +svn9013:  * Fixed: Possible runtime assert + +2013-05-01 03:17 biplab + +svn9012:  * Fixed: Possible runtime assert + +2013-04-29 19:32 alpha0010 + +svn9011:  * compiler: fix Open Watcom link bug + +2013-04-29 14:16 alpha0010 + +svn9010:  * sdk: add path style conversion macros + +2013-04-28 16:30 d_anselmi + +svn9009:  - wxSmithAui: removed bug with Tool bar handled + additionally as DefaultPane + +2013-04-28 09:33 mortenmacfly + +svn9008:  - updated SVN ignore patterns + +2013-04-28 09:31 mortenmacfly + +svn9007:  - fixed project file for source_exporter plugin + +2013-04-27 15:56 alpha0010 + +svn9006:  * compiler: fix duplicate switch in include top level + dir to search dirs + +2013-04-26 14:23 alpha0010 + +svn9005:  - pluginMgr: supply native style paths + +2013-04-25 13:50 alpha0010 + +svn9004:  * configMgr: supply native style paths + +2013-04-23 21:20 alpha0010 + +svn9003:  * Apply patch 3440: CC recognize function call inside + parentheses + +2013-04-22 20:02 alpha0010 + +svn9002:  - plugin dlg: revert unintentional change from rev 9001 + +2013-04-22 14:22 alpha0010 + +svn9001:  - plugin dlg: disconnect events + +2013-04-19 14:06 alpha0010 + +svn9000:  * compiler: support PCH files with extensions other + than .h (by stahta01, modified) + +2013-04-19 01:42 ollydbg + +svn8999:  - CC: add virtual keyword for the virtual function in + derived class. It is not necessary, but adding this keyword + improves readability. + +2013-04-19 01:35 ollydbg + +svn8998:  - SRC: fix a memory leak for m_debuggerToolbarHandler. + +2013-04-18 14:48 alpha0010 + +svn8997:  * lexer: restrict wxSmith generated code highlighting + +2013-04-18 08:35 fuscated + +svn8996:  - remove unused function + +2013-04-18 08:35 fuscated + +svn8995:  - debugger: Fix a memory leak + +2013-04-18 08:35 fuscated + +svn8994:  - compiler: Print the path to the output file + (executable/library) + +2013-04-17 14:11 d_anselmi + +svn8993:  * SpellChecker-plugin: fix bug / add feature mentioned + here: http://forums.codeblocks.org/index.php/topic,17805.0.html + +2013-04-16 14:34 alpha0010 + +svn8992:  * applied patch 3449: do not mix operation during + toggle comment (modified) + +2013-04-14 23:03 fuscated + +svn8991:  - CC: Style fix for the Documentation popup classes + (rename method Options to GetOption to prevent name clashing) + +2013-04-14 23:03 fuscated + +svn8990:  - CC: Hide the implementation of the + UnfocusablePopupWindow, a forward declaration is enough; + +2013-04-14 23:02 fuscated + +svn8989:  * CC: Move the settings for the documentation popup + colours to the ColourManager + +2013-04-14 23:02 fuscated + +svn8988:  * CC: Fix the UI for the setting for "Pseudo semantic + highlight" feature + +2013-04-14 23:02 fuscated + +svn8987:  * debugger: Make "Evaluate expression under cursor" to + work again for class members, when pseudo semantic highlight is + enabled + +2013-04-14 18:02 alpha0010 + +svn8986:  * Applied patch 3448: display only filenames in plugins + list (modified) + +2013-04-14 07:35 ollydbg + +svn8985:  * SRC: remove the hack of de-selection icons code, so + the icons status was consistent with native behavior. See + discussions in: + http://forums.codeblocks.org/index.php/topic,17767. + +2013-04-13 17:08 alpha0010 + +svn8984:  * CC: nested namespace (by p2rkw, modified); local + using namespace + +2013-04-13 15:40 biplab + +svn8983:  * Fixed: Nasty runtime assert under wx-2.9 + +2013-04-11 17:29 jenslody + +svn8982:  * wxContribItems: add header-files for xrc-handler of + wxLed to automake-system + +2013-04-10 22:08 fuscated + +svn8981:  * editor_colours: Add better detection for default + option - not all languages have option named "Default" (eg. + HTML/PHP) + +2013-04-10 22:07 fuscated + +svn8980:  - editor_colours: Add some paragraphs to make the code + a bit more readable + +2013-04-09 22:54 fuscated + +svn8979:  * ThreadSearch: Show error message, when the directory + being searched in doesn't exists or cannot be opened + +2013-04-09 22:54 fuscated + +svn8978:  - ThreadSearch: Show errors as InfoWindows + +2013-04-09 22:54 fuscated + +svn8977:  - ThreadSearch: Fix a crash if an odd number of strings + is passed in the array + +2013-04-09 22:53 fuscated + +svn8976:  * ThreadSearch: Fix annoying bug - the directory or the + mask is reset to the prev value if enter is pressed in the search + box + +2013-04-09 13:08 ollydbg + +svn8975:  -SDK: Correct the code indent. + +2013-04-08 15:00 biplab + +svn8974:  * Reverted: Portion of commit #8964. + +2013-04-08 14:58 biplab + +svn8973:  * Reverted: Portion of commit #8914. + +2013-04-07 19:32 alpha0010 + +svn8972:  * CC: simple resolution of enumerator assigned + enumerator + +2013-04-07 19:28 alpha0010 + +svn8971:  - Windows PCH fix + +2013-04-07 14:40 fuscated + +svn8970:  - lexers: Add selection/active line to the makefile + lexer + +2013-04-07 13:10 fuscated + +svn8969:  * editor_settings: Add UI to allow the use to copy + matching colours from other languages + +2013-04-07 13:10 fuscated + +svn8968:  - editor_settings: Sort includes and remove duplicates + +2013-04-07 13:10 fuscated + +svn8967:  * editor_settings: Add UI to allow the user to copy + easily colours from other languages + +2013-04-07 10:59 jenslody + +svn8966:  * build-fix: add missing files to automake-files + +2013-04-07 10:59 jenslody + +svn8965:  * linux build-fix: add missing files to linux projects + +2013-04-07 10:50 biplab + +svn8964:  * applied: [Patch #3303] Enhance the provided batch + build scripts (for wx2.9 batch files) + +2013-04-07 10:40 jenslody + +svn8963:  * fix incorrect spelling of filenames; on some + platforms the filenames are case-sensitive ! + +2013-04-07 10:37 biplab + +svn8962:  * Fixed: Bug where update_revision.sh fails when code + is committed to branch. + * Modified: Try git svn first. Use git as fallback. + +2013-04-07 08:08 fuscated + +svn8961:  * sdk: Move the code for the editor configuration from + the sdk to src target/folder + +2013-04-06 23:04 alpha0010 + +svn8960:  - Editor: set detect indent style off by default + +2013-04-06 20:53 mortenmacfly + +svn8959:  * fixed a ToDo + +2013-04-06 20:52 mortenmacfly + +svn8958:  - simplify code, based on a patch by obfuscated + +2013-04-06 20:52 mortenmacfly + +svn8957:  - remove spaces, correct strange indenting (NO + functional change) + +2013-04-06 20:46 mortenmacfly + +svn8956:  * enhance C++ keywords for std::vector, std::iostream + and alike + +2013-04-06 20:44 mortenmacfly + +svn8955:  - avoid conflicting namespace usage + +2013-04-06 20:43 mortenmacfly + +svn8954:  - remove some compiler warnings + +2013-04-06 20:43 mortenmacfly + +svn8953:  - remove some compiler warnings + +2013-04-06 20:42 mortenmacfly + +svn8952:  * updated wxSmithLED (based on patch of ZinnJonas), + using r8950 + * (forgotten to mention at r8950: updated wxThings in + wxContribItems to enhance wx2.9.x compatibility) + +2013-04-06 20:40 mortenmacfly + +svn8951:  - same naming scheme for all wx2.9.x plugin projects + +2013-04-06 20:40 mortenmacfly + +svn8950:  * updated wxContribItems: wxLED (based on patch of + ZinnJonas) + +2013-04-06 20:36 mortenmacfly + +svn8949:  * updated wxSmithSTC (the STC part of it) + +2013-04-06 17:15 alpha0010 + +svn8948:  - reduce pedantic warnings + +2013-04-06 17:08 alpha0010 + +svn8947:  - CC: remove unused functions + +2013-04-06 17:06 alpha0010 + +svn8946:  * Editor: auto detect indent style + +2013-04-06 09:28 biplab + +svn8945:  * Fixed: Runtime asserts under wx-2.9 + +2013-04-06 09:20 jenslody + +svn8944:  * fix possible crash in parserthread.cpp due to not + initialized pointer, that makes nullpointer check fail + +2013-04-06 05:11 biplab + +svn8943:  * Added: SVN properties to new files. + +2013-04-05 22:23 alpha0010 + +svn8942:  - CC: proper doxygen line comment style + +2013-04-05 17:18 alpha0010 + +svn8941:  * CC: show enumerator assignment in documentation popup + +2013-04-05 16:07 alpha0010 + +svn8940:  * CC: parse enumerator assignments + +2013-04-04 19:16 fuscated + +svn8939:  - lexers: Support autotools Makefiles.am/in by default + +2013-04-03 22:52 alpha0010 + +svn8938:  * CC: disable semantic keywords by default + +2013-04-03 21:11 fuscated + +svn8937:  * recent files: Add the new files to all the projects + +2013-04-03 21:03 fuscated + +svn8936:  * recent files: Autotools and noPCH build fixes + +2013-04-03 21:03 fuscated + +svn8935:  * recent files: Fix two synchronization bugs (recent + files != start here page) + +2013-04-03 21:02 fuscated + +svn8934:  * recent file: Simplify the interface and hide the menu + parameters + +2013-04-03 21:02 fuscated + +svn8933:  * recent files: Further refactoring + +2013-04-03 21:02 fuscated + +svn8932:  * startherepage: fix crash when clearing the history of + recent files/projects + + Refactor the code by extracting it in a class and removing code + duplication. + All the code should use the new class. Now the start here page + uses pointers + that are always valid and can't get out of sync. + +2013-04-01 16:18 jenslody + +svn8931:  * automake-system: let configure-script end with an + error, if the name of a contrib-plugin is misspelled. see also: + http://forums.codeblocks.org/index.php/topic,17731.msg121373.html#msg121373 + +2013-03-31 20:06 fuscated + +svn8930:  * debugger: Highlight active debug line the same as the + active line, where cursor is (applied modified patch #3280) + +2013-03-30 18:32 alpha0010 + +svn8929:  * CC: add option controlling semantic keywords + +2013-03-30 12:58 fuscated + +svn8928:  * macromanager: Fix infinite loop if $REMOVE_QUOTES + macro fails to find quoted argument + +2013-03-30 09:42 jenslody + +svn8927:  - fix url of svn-repository in debian + get-orig.source-from-svn script + +2013-03-29 21:04 jenslody + +svn8926:  * build-fix on some linux distros: replace + $(PLUGIN_WX_LIBS) with $(WX_LIBS) in Makefiles, because all + plugins that use wxWidgets need to link against the libs since we + use no-undefined linker options. For some obscure reasons the + build was not broken on all distros. See also: + http://forums.codeblocks.org/index.php/topic,17724.msg121281.html#msg121281 + +2013-03-29 19:33 jenslody + +svn8925:  filemanager.cpp: linux build-fix + +2013-03-29 19:24 alpha0010 + +svn8924:  * CC: handle documentation on multi line declarations + (by p2rkw) + +2013-03-29 18:26 thomas-denk + +svn8923:  * Attempt to address the problem in topic + forums.codeblocks.org/index.php/topic,17544.htm + * Rewrote both overloads of FileManager::Save + a) shorter, more readable, less complexity, no delayed deletes + and extra paths + b) atomic replace-temporary instead of weird + copy-overwrite-delete stuff + c) hopefully correct, but at least not as obviously broken as the + present version + - Renamed the (const wxString&, const char*) overload and made it + private to be sure it is not accidentially used wrongly. Added + friend declaration for TinyXML::SaveDocument. + - FileManager::WriteWxStringToFile now only returns success for + actual size == requested size, instead for any nonzero result + +2013-03-29 01:16 alpha0010 + +svn8922:  * SpellChecker: add disabled indicator; default lang: + English + +2013-03-28 20:53 alpha0010 + +svn8921:  - CCTest: highlight STL containers in editor + +2013-03-28 20:48 alpha0010 + +svn8920:  * CC: provide (some) semantic highlighting + +2013-03-28 20:31 alpha0010 + +svn8919:  * CC: use timer delay to show documentation; prevents + scroll stuttering + +2013-03-28 00:09 fuscated + +svn8918:  * cbcolourmanager: Add a colour override for the text + colour of the non-source files in the project tree + +2013-03-24 04:46 biplab + +svn8917:  * Updated: updateChangeLog.sh script to point to sf.net + repo. + +2013-03-24 04:18 biplab + +svn8916:  * Fixed: Update revision correctly when git svn is not + installed. + +2013-03-23 15:52 pecanh + +svn8915:  DrqagScroll - comment line to test commits at + SourceForge + +2013-03-20 13:59 biplab + +svn8914:  * Applied: [Patch #3303] Enhance the provided batch + build scripts. Patch for wx29 will follow. + +2013-03-20 04:54 jenslody + +svn8913:  - sync AUTHORS file with about-box + +2013-03-18 20:41 alpha0010 + +svn8912:  - compiler: correct macro names (see bug 18919) + +2013-03-18 14:05 ollydbg + +svn8911:  -CC: tweak comments. + +2013-03-18 13:29 jenslody + +svn8910:  - switched debian copyright file to 2013 + +2013-03-09 23:33 jenslody + +svn8909:  * linux: wx2.9 build fixes + +2013-03-09 22:44 jenslody + +svn8908:  * linux: add fontconfig development packages to debian- + and rpm-based build requirements + +2013-03-09 22:44 jenslody + +svn8907:  CodeCompletion-plugin: reduce build-warnings + +2013-03-09 22:43 jenslody + +svn8906:  KodersQuery-plugin: remove dependency on non existant + static codeblocks library, to avoid build warnings + +2013-03-09 22:43 jenslody + +svn8905:  SourceExporter-plugin (linux): directly link with + fontconfig to avoid build-error with --no-undefined option + +2013-03-09 22:43 jenslody + +svn8904:  MouseSap-plugin (linux): directly link with needed libs + to avoid build-error with --no-undefined option + +2013-03-09 22:43 jenslody + +svn8903:  * linux: add --no-undefined linker option to autotools + and project-files + +2013-03-09 17:55 jenslody + +svn8902:  * autotools build-fix, needed after last commit + +2013-03-09 14:23 mortenmacfly + +svn8901:  * applied (modified) patch #3381: CC, autocomplete: + added argument's names and types to list + +2013-03-05 23:34 tpetrov + +svn8900:  * Valgrind: Modify it to support checking + dynamic/static lib targets + * Valgrind: Made it to modify the PATH/LD_LIBRARY_PATH in order + to allow the executable to find its libraries + +2013-03-05 23:34 tpetrov + +svn8899:  * sdk: extract functions from the compiler used to + manipulate/generated PATH/LD_LIBRARY_PATH strings + +2013-03-02 20:03 tpetrov + +svn8898:  * colour_manager: recreate editor styles, after the + environment settings dialog is closed + +2013-03-01 22:50 jenslody + +svn8897:  keybinder-plugin: fix typo in debug-message + +2013-03-01 22:27 tpetrov + +svn8896:  * colour_manager: Make reseting a particular colour to + the default value to be persistent in the config + +2013-03-01 22:27 tpetrov + +svn8895:  - start_page: Use the correct system colour, the old + setting was plain wrong + +2013-03-01 22:22 jenslody + +svn8894:  * cctest: fix project-file for wx2.9 + +2013-03-01 22:22 jenslody + +svn8893:  * environmentsettingsdialog: wx2.9 build-fix + +2013-03-01 22:22 jenslody + +svn8892:  * encoding detection: format-fixes (avoid assertion + with wx2.9) + +2013-03-01 22:22 jenslody + +svn8891:  * SourceExporter-plugin: wx2.9.5 build-fixes + +2013-03-01 11:51 jenslody + +svn8890:  * startherepage: make some icons partly transparent, to + loook better with dark backgrounds + +2013-03-01 03:04 ollydbg + +svn8889:  *CC: commit patch #3408 to fix bug #18559 (CC doesn't + work on function arguments), thanks p2rkw. See some discussion in + http://forums.codeblocks.org/index.php/topic,16024.msg108174.html#msg108174. + +2013-02-28 05:55 mortenmacfly + +svn8888:  - reduce compiler warnings + +2013-02-28 05:54 mortenmacfly + +svn8887:  * cbdstyledtextctrl: scripting support + +2013-02-28 05:53 mortenmacfly + +svn8886:  * pumped (wx)Scintilla to v3.2.5 + +2013-02-27 22:45 tpetrov + +svn8885:  * cb_share_config: support transferring separate themes + for the editor + +2013-02-27 22:45 tpetrov + +svn8884:  * cb_share_config: support transferring the new colours + settings + +2013-02-27 22:45 tpetrov + +svn8883:  - cb_share_config: simplify/optimize the code a bit by + removing all the calls to MakeLower + +2013-02-27 21:57 tpetrov + +svn8882:  * editor: Add command which can be used to skip the + current selection and go to the next + +2013-02-27 21:57 tpetrov + +svn8881:  * editor: Don't put indicators over selected text, when + select next occurrence command is used + +2013-02-27 21:57 tpetrov + +svn8880:  - editor: Simplify code (replace m_pOwner->m_pControl + and m_pOwner->GetControl with control) + +2013-02-27 21:57 tpetrov + +svn8879:  * editor: Add command to select the next occurrence of + the currently selected text, then allow multiple editing + +2013-02-27 21:56 tpetrov + +svn8878:  * editor: Extract the function MakeNearbyLinesVisible + in the cbStyledTextCtrl + +2013-02-27 02:18 tpetrov + +svn8877:  - start_page: refresh the page, when the env settings + dialog is close, just in case if the colours manager have been + modified + +2013-02-27 02:18 tpetrov + +svn8876:  * start_page: don't reset the scrolling of the windows + when an recent file entry is deleted + +2013-02-27 02:18 tpetrov + +svn8875:  * start_page: make it to be more dark-theme friendly, + by allowing the user to changes some of the colours using the + colour manager + +2013-02-27 02:18 tpetrov + +svn8874:  - start_page: PCH fixes; + +2013-02-27 02:18 tpetrov + +svn8873:  - start_page: move some code from main.cpp to the + StartHerePage class + +2013-02-26 23:50 tpetrov + +svn8872:  - fix both autotools system and the no-pch build + +2013-02-26 23:50 tpetrov + +svn8871:  * add more debugging colours to the colour manager + +2013-02-26 23:49 tpetrov + +svn8870:  * rework the loggers to use the colour manager for + their colour settings + +2013-02-26 23:49 tpetrov + +svn8869:  - save the colour manager after all plugin settings for + the environment have been saved + +2013-02-26 23:49 tpetrov + +svn8868:  * rework the editor to use the colour manager for none + syntax highlight colour + +2013-02-26 23:49 tpetrov + +svn8867:  - rename "Default" to "All" in the category choice + control + +2013-02-26 23:49 tpetrov + +svn8866:  - don't show unused/old colour entries in the UI + +2013-02-26 23:49 tpetrov + +svn8865:  * load the colours manager, when the ide is being + created + +2013-02-26 23:49 tpetrov + +svn8864:  * settings: add UI for modifying the colours in the + colour manager + +2013-02-26 23:49 tpetrov + +svn8863:  * sdk: use the colour manager for the choosing the + colours of the active frame in the backtrace window + +2013-02-26 23:49 tpetrov + +svn8862:  * sdk: add colour manager class, which will be used to + manage all colours in the IDE + +2013-02-26 10:39 jenslody + +svn8861:  * IncrementalSearch-plugin: change used indicators to + avoid conflict with s_indicHighlight in cbstyledtextctrl.cpp + +2013-02-26 07:08 mortenmacfly + +svn8860:  * CC: dynamically connect / disconnect events to avoid + a RARE race conditions + +2013-02-26 07:07 mortenmacfly + +svn8859:  - CC: code simplification due to return statements in + if-clauses + +2013-02-26 07:06 mortenmacfly + +svn8858:  * CC: avoid crashes in case project got invalid + (catched a VERY rare crash at old line 138, for-loop) + +2013-02-26 05:04 jenslody + +svn8857:  * SpellChecker-plugin: fix an issue with using tab in a + zero-width rectangular selection, see: + http://forums.codeblocks.org/index.php/topic,17513.msg120062.html#msg120062 + (example 2) for details + +2013-02-26 01:32 ollydbg + +svn8856:  * CC: fix a segmentation fault in nativeparser.cpp - + http://forums.codeblocks.org/index.php/topic,17506.msg120018.html#msg120018, + do not use the erased iterator. + +2013-02-25 05:00 ollydbg + +svn8855:  * exchndl: link libz instread of libintl, thus + implement the Feature Request #5517. Add checking winnt.h macros + for both MinGW and MinGW-W64. Workaround a #error in bfd.h. + +2013-02-22 23:52 tpetrov + +svn8854:  * compiler: Fix a bug introduced in r8847 - rebuilding + Codeblocks-unix.cbp failed + +2013-02-22 08:19 tpetrov + +svn8853:  - compiler: avoid exception if command type has no + tools (by Alpha) + +2013-02-19 23:45 tpetrov + +svn8852:  * ScriptedWizard: resolve incorrect static library + output path (by LETARTARE and Alpha) + +2013-02-18 09:03 ollydbg + +svn8851:  *CC: In the Parser::Parse() function, when handling + include directive of the priority header files, do not add a + single PTVector instance for a single include file, instead, add + the whole parsing tasks in the last element of the m_PoolTask, + this simplify the logic and accelerator the parsing time. + -CC: remove an unused member variable m_LocalFiles in the Parser + Class. + -CC: add more comments in those changed files, and tweak the + TRACE message. + +2013-02-18 04:58 ollydbg + +svn8850:  -CC: Fix a copy/paste error in TRACE message + +2013-02-18 03:05 ollydbg + +svn8849:  * Fix bug 18892: Line Up/Down splits CR LF (by Alpha) + +2013-02-16 18:27 tpetrov + +svn8848:  - compiler: fix previous commit '&' should be escaped + in xml to '&' + +2013-02-16 17:00 tpetrov + +svn8847:  * compiler: make the gcc compiler be a bit more robust, + when making static libraries (by Alpha) + + This is done by deleting the archive before executing the ar + command. + +2013-02-16 17:00 tpetrov + +svn8846:  * compiler: fix loading multi-command tools (by Alpha) + +2013-02-16 17:00 tpetrov + +svn8845:  * DoxyBlocks: support projects located in path with + spaces or other strange characters + +2013-02-16 09:20 ollydbg + +svn8844:  *CC: Checking a valid builtin editor by using + Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor() + instead of comparing the global g_StartHereTitle wxString. + -CC: Tweak some comments. + +2013-02-16 06:01 ollydbg + +svn8843:  *CC: CodeCompetion::OnRelease(): remove chained event + handler + -CC: Add many comments + -CC: Tweak Log messages and TRACEs + +2013-02-16 05:12 ollydbg + +svn8842:  -CC: Remove the wxCHECK_VERSION(2, 9, 0) preprocessor + directive + -CC: tweak comments for RemoveLastFunctionChildren() function + +2013-02-16 04:00 ollydbg + +svn8841:  -CC: return from the function (Parser::OnBatchTimer) as + earlier as possible + -CC: tweak TRACE messages + +2013-02-16 03:48 ollydbg + +svn8840:  -CC: document the function ProcessParserEvent() + +2013-02-16 03:37 ollydbg + +svn8839:  -CC: add a tooltip for checkbox "Disable + code-completion". Note: this option does NOT disable the + codecompletion plugin. + +2013-02-16 03:09 ollydbg + +svn8838:  - add "--profile=debug" for the target "src". (missing + in the previous commit) + +2013-02-16 02:56 ollydbg + +svn8837:  * Personality/profile configuration change for the cbp + files (Windows build system only). It was using the + "default.conf", but now it use a separated "debug.conf" to avoid + configuration conflicts when debug C::B under C::B. + +2013-02-07 06:29 killerbot + +svn8836:  * cbTreeCtrl: fix navigation to previous item via up + arrow key (by Alpha) + +2013-02-04 05:32 ollydbg + +svn8835:  - CC: tweak comments + +2013-02-03 15:20 tpetrov + +svn8834:  * editor: Don't put highlight indicator for the string + selected by the user + +2013-02-03 15:20 tpetrov + +svn8833:  * settings: Add buttons to set the fore/back colours to + default in the settings for the syntax highlight + +2013-02-02 02:54 biplab + +svn8832:  * Applied: [Patch #3414] Bugfix of #018848 for + plugins\contrib\DoxyBlocks + +2013-02-02 02:51 biplab + +svn8831:  * Applied: [Patch #3413] Fix of bug #018848 for code + completion plugin + +2013-02-02 01:35 tpetrov + +svn8830:  * editor: don't use per function statics, because they + might cause problems, instead use object members; + +2013-02-02 01:35 tpetrov + +svn8829:  * editor: make the minimum required selected text + length for highlight occurrences to trigger to be configurable + (based on patch #3130) + +2013-01-31 23:30 tpetrov + +svn8828:  * compiler: print better message for separation between + the build and the run logs in the build log pane; + +2013-01-31 23:30 tpetrov + +svn8827:  - optimize pch build + +2013-01-31 23:30 tpetrov + +svn8826:  * CC: support completing C++98 style enums and add + proper parsing for C++11's strong enums (thanks p2rkw); + +2013-01-31 23:30 tpetrov + +svn8825:  * try to make visible all toolbars, when a toolbar is + shown/hidden and add menu option to fit and optimize the + toolbars; + +2013-01-31 23:29 tpetrov + +svn8824:  * replace most of the wxComboBox with wxChoice controls + in the settings + +2013-01-31 23:29 tpetrov + +svn8823:  * replace the wxComboBox with wxChoice in the Project + Dependencies dialog (wxChoice is more user friendly on linux) + +2013-01-28 21:18 tpetrov + +svn8822:  * compiler: Don't switch to the "Build messages", if + the active log window is not "Build log" + +2013-01-28 21:18 tpetrov + +svn8821:  * compiler: Don't clear logs before run (modified patch + by p2krw); + +2013-01-27 22:52 tpetrov + +svn8820:  * unify the context menu shown for the workspace and + when the user clicks in the whitespace; + +2013-01-27 22:52 tpetrov + +svn8819:  * compiler: Always add the menu items in the + project/workspace context menu; + +2013-01-26 18:35 tpetrov + +svn8818:  - ThreadSearch: Link with -Wl,--no-undefined option + +2013-01-26 18:35 tpetrov + +svn8817:  - ThreadSearch: Fix all available project files + (related to prev commits); + +2013-01-26 18:35 tpetrov + +svn8816:  * ThreadSearch: Proper usage of wxNewId, the old code + has some static initialization order issues + +2013-01-26 10:35 tpetrov + +svn8815:  - ThreadSearch: Use wxNewId instead of enum for the + control ids; + +2013-01-24 08:37 jenslody + +svn8814:  * debian buildsystem: remove unneeded space from + plugins-list in codeblocks-contrib.config + +2013-01-23 21:42 jenslody + +svn8813:  * debian buildsystem: make sure question to aks which + plugins should be loaded or not is shown every time the plugin + list has changed + +2013-01-23 08:07 tpetrov + +svn8812:  * ThreadSearch: always use the visible string in the + dir/mask comboboxes + +2013-01-22 10:38 mortenmacfly + +svn8811:  - addon to last rev.: another file forgotten to commit + +2013-01-22 10:36 mortenmacfly + +svn8810:  - CC: ...more test cases + +2013-01-22 07:24 mortenmacfly + +svn8809:  - added even more C++11 test cases + +2013-01-22 06:53 mortenmacfly + +svn8808:  - updated CC test cases for enums + +2013-01-22 06:36 mortenmacfly + +svn8807:  - CC testing: renamed: structs_typedefs to + structs_typedefs_enums + +2013-01-21 15:20 mortenmacfly + +svn8806:  * editor: recognize (other) STL headers (by Alpha) + +2013-01-21 15:16 mortenmacfly + +svn8805:  * CC: improve lexer independent handling (by Alpha) + +2013-01-20 21:43 tpetrov + +svn8804:  * debugger: Allow breakpoints to work, when using C::B + under Wine; + +2013-01-20 21:37 tpetrov + +svn8803:  * ThreadSearch: Change the code to make it simpler - + the events in the DirectoryParams panel are not relayed in a + strange way anymore (this fixes a strange bug) + +2013-01-20 21:36 tpetrov + +svn8802:  * ThreadSearch: Add combos for the file masks and + search paths; + +2013-01-20 21:36 tpetrov + +svn8801:  - add .cbTemp files to git ignore + +2013-01-18 05:21 ollydbg + +svn8800:  * CC: new icon for CC's setting dialog + +2013-01-18 00:18 tpetrov + +svn8799:  * compiler: add fit and autofit menu items in the build + messages context menu; + * compiler: auto fit columns in the build messages; + +2013-01-18 00:17 tpetrov + +svn8798:  * sdk: allow logger implementations to control what + items are available in the context menu; + +2013-01-18 00:17 tpetrov + +svn8797:  - contrib: add -p debug to the cmd arguments, when + starting codeblocks (unix only); + +2013-01-18 00:17 tpetrov + +svn8796:  - build: rebuild optimization, when changing loggers.h + +2013-01-18 00:17 tpetrov + +svn8795:  - sdk: remove useless semi-columns; + +2013-01-18 00:17 tpetrov + +svn8794:  - fix possible memory leak + +2013-01-18 00:17 tpetrov + +svn8793:  - compiler: log the current build target/project to the + build messages log window; + +2013-01-16 21:51 jenslody + +svn8792:  * linux: make autotols-files of tricore- and avr-wizard + more consistent with the corresponding projectfiles + +2013-01-16 19:17 mortenmacfly + +svn8791:  - Mac: also install_name_tool libcodeblocks concerning + WX lib + +2013-01-16 08:36 mortenmacfly + +svn8790:  * logger: now that is not needed to be public anymore, + make BlendTextColour a private API inside logger.cpp + +2013-01-16 00:10 tpetrov + +svn8789:  * applied patch #3402: Build log: use same colors as + Build messages pane (modified by Alpha) + +2013-01-15 05:40 mortenmacfly + +svn8788:  - update script: fix sh interpreter syntax error + +2013-01-14 14:18 mortenmacfly + +svn8787:  * lexer: describe keyword sets (by Alpha) + +2013-01-13 18:47 jenslody + +svn8786:  * linux build-fix, needed after last commit + +2013-01-13 12:29 mortenmacfly + +svn8785:  * applied patch #3400: Scripted Wizard: MCS51: allow + compiler choice (modified by Alpha) + +2013-01-12 16:31 mortenmacfly + +svn8784:  * "wx\contrib\include" removal for all wx28 parts and + wizards/templates + +2013-01-11 15:09 mortenmacfly + +svn8783:  * Fix bug 18857: line block movement: handle multi-byte + characters (by Alpha) + +2013-01-09 08:24 mortenmacfly + +svn8782:  - group non XRCID's in one place (they may need special + handling for shortcut assignments) -> no functional change + +2013-01-09 08:19 mortenmacfly + +svn8781:  * Resolve bug 18856: do not unexpectedly include an + additional line during block movement (by Alpha) + +2013-01-09 07:40 tpetrov + +svn8780:  - style fix + +2013-01-09 07:40 tpetrov + +svn8779:  * sdk: make home/end keys act consistent in + IncrementalSelectListDlg; support numpad movement (by Alpha) + +2013-01-09 07:40 tpetrov + +svn8778:  * sdk: make expanding backticks to not emit ' ' at the + end of the string, this is needed, when expanding + -DVAR=\'"`cmd`"\' + +2013-01-08 11:04 mortenmacfly + +svn8777:  - EOL mode: fix description (by Alpha) + +2013-01-08 10:58 mortenmacfly + +svn8776:  * fixed build end always with red line (by Alpha) + +2013-01-07 23:07 jenslody + +svn8775:  * build fixes: needed for wx2.9, also correct for wx2.8 + +2013-01-07 23:07 jenslody + +svn8774:  * Mozilla encoding detection: linux build-fixes + +2013-01-07 23:07 jenslody + +svn8773:  * linux build-fix needed for r8764 (wxLED) to make sure + our own headers are used and not the wxWidgets headers in the + system include folder + +2013-01-07 10:47 mortenmacfly + +svn8772:  * major update to Mozilla encoding detection engine + (might still need some adjustments to Linux build system) + +2013-01-06 10:32 biplab + +svn8771:  * Applied: [Patch #3396] Add support for Debian sh4 + port + +2013-01-06 10:14 mortenmacfly + +svn8770:  - fixed PCH issue + +2013-01-06 09:44 mortenmacfly + +svn8769:  * Ctrl context menu: show file modified status (by + Alpha) + +2013-01-06 09:44 mortenmacfly + +svn8768:  * compiler: fix macro replacement bug; fix wxExecute + related bug; add sanity check (by Alpha) + +2013-01-06 07:39 mortenmacfly + +svn8767:  - headerguard: removed some warnings + +2013-01-06 07:38 mortenmacfly + +svn8766:  * wxSmithContribItems: updated wxsLed + +2013-01-06 07:37 mortenmacfly + +svn8765:  * wxSmithAui: added support fr radio button and + separator in wxAuiToolbar + - wxSmithAui: removed some warnings + +2013-01-06 06:26 mortenmacfly + +svn8764:  * wxSmith: update wxled control + +2013-01-06 06:23 mortenmacfly + +svn8763:  - added docs for kwxIC + +2013-01-05 18:09 tpetrov + +svn8762:  - compiler: fix build broken in rev8760; + +2013-01-05 17:58 tpetrov + +svn8761:  - MouseSap: init all variables in the c-tor + +2013-01-05 17:58 tpetrov + +svn8760:  * compiler: DirectCommands improve const correctness; + +2013-01-05 17:58 tpetrov + +svn8759:  - debugger: fix warning; + +2013-01-05 13:29 biplab + +svn8758:  * Changed whitespace to Tab in Makefile.am file. + +2013-01-05 08:47 mortenmacfly + +svn8757:  * applied patch #3152: compiler: support Keil C51 and + IAR 8051 (modified by Alpha) + +2013-01-04 14:48 biplab + +svn8756:  * Non-PCH build fix. + +2013-01-03 21:33 mortenmacfly + +svn8755:  - updated mac_pack script to fix wrong relocation of wx + lib + +2013-01-03 15:03 mortenmacfly + +svn8754:  * compiler: fixed depslib (and therefore dependency + calculation) does not work for file in root of a drive on Windows + - compiler/depslib: tiny other fixes + +2013-01-03 14:58 mortenmacfly + +svn8753:  * revert r8752 (does not work) + +2013-01-03 07:42 mortenmacfly + +svn8752:  * batch build scripts (Windows): just call update.bat + instead of asking for it + +2013-01-03 07:38 mortenmacfly + +svn8751:  - reduce warnings + +2013-01-03 07:37 mortenmacfly + +svn8750:  * threadsearch plugin: attempt to fix crash under MacOS + +2013-01-03 07:35 mortenmacfly + +svn8749:  - CC: naming consitency + +2013-01-03 07:33 mortenmacfly + +svn8748:  * applied patch #3398: CC: sort tree by token line + +2013-01-03 07:28 mortenmacfly + +svn8747:  - CC: trace timer starts (for hunting bugs) + - CC: remove unused variable + +2013-01-02 10:14 mortenmacfly + +svn8746:  - SVN properties update + +2013-01-02 10:13 mortenmacfly + +svn8745:  - fixed spurious strange characters in + codeblocks.spec.in + +2013-01-02 10:12 mortenmacfly + +svn8744:  * editor: option to exclude stl highlights in C (by + Alpha) + - apply correct default values in UI (XRC) for track_preprocessor + and collect_prj_defines + +2013-01-02 09:45 mortenmacfly + +svn8743:  - update/sync of Mac plist file for autotools + (where/how is it used, btw?!) + +2013-01-02 09:44 mortenmacfly + +svn8742:  - 2012 -> 2013 + +2013-01-02 06:41 killerbot + +svn8741:  * Find file: option to open file; projects searchable + by filename (by Alpha) + +2013-01-01 13:17 mortenmacfly + +svn8740:  - addition to r8735/r8737 to be consistent + +2012-12-31 19:17 tpetrov + +svn8739:  * editor: ensure nearby lines are visible when jumping + to previous/next change or matching brace (by Alpha) + +2012-12-31 19:17 tpetrov + +svn8738:  * editor: make strip trailing blanks to preserve active + line of active editor (fix bug #18845) (by Alpha) + +2012-12-31 19:17 tpetrov + +svn8737:  - fix compilation (related to rev8735) + +2012-12-31 15:34 mortenmacfly + +svn8736:  * layout fix for the Mac: actually show the list of + targets in the project build setting (note: the list of tabs is + actually too large - maybe rename the captions to make it + smaller?) + +2012-12-31 15:24 mortenmacfly + +svn8735:  * let plugin manager look for *.dylib on the Mac - when + compiling C::B with C::B on the Mac, all plugins are now + *.dylib's. + - (possible enhancement: still use *.so as fall-back, not + implemented as not needed currently) + +2012-12-31 15:22 mortenmacfly + +svn8734:  * updated update script so it works on the Mac and + includes resources from contrib plugins (should work on Linux, + too) + +2012-12-31 15:22 mortenmacfly + +svn8733:  * added Mac resources: + * App description file (Info.plist) + * mac_pack - a script to create an App package from resources + compiled with C::B: + compile C::B using C::B, run update script, run mac_pack script, + zip the generated CodeBlocks.app folder - done. + +2012-12-31 08:49 killerbot + +svn8732:  * Find file: enable wildcard, case-insensitive, and + visual selection (by Alpha) + +2012-12-31 02:29 tpetrov + +svn8731:  * revert rev 8725 (strip trailing blanks: preserve + active line of active editor (fix bug #18845) (by Alpha)) + +2012-12-31 02:29 tpetrov + +svn8730:  * CC: don't place the calltip outside of the editor + window (this should be modified to not place it outside the + monitor, instead) + +2012-12-31 02:29 tpetrov + +svn8729:  * CC: don't place the calltip over the cursor + +2012-12-31 02:29 tpetrov + +svn8728:  - remove all useless external dependencies on + libcodeblocks.so (unix only) + +2012-12-30 21:41 killerbot + +svn8727:  - warning reduction + +2012-12-30 17:22 killerbot + +svn8726:  - fix warnings about uninitialized variables by having + the constructor initialize all its members - fix project file + which was not using the global var correctly (the windows project + file was using it correctly) + +2012-12-30 06:44 mortenmacfly + +svn8725:  * strip trailing blanks: preserve active line of active + editor (fix bug #18845) (by Alpha) + +2012-12-27 19:13 mortenmacfly + +svn8724:  * lexer: case-insensitive sort (by Alpha) + +2012-12-27 17:07 mortenmacfly + +svn8723:  - further updates to contrib plugin project files to + work better under Mac + +2012-12-27 16:15 mortenmacfly + +svn8722:  - further updates to contrib plugin project files to + work better under Mac + +2012-12-27 14:38 mortenmacfly + +svn8721:  * compiler: fix duplication of commands on reset (by + Alpha) + +2012-12-27 10:28 mortenmacfly + +svn8720:  * editor: update highlighting of open files immediately + after define collection (by Alpha) + +2012-12-27 10:28 mortenmacfly + +svn8719:  * find/replace: remember last target scope (by Alpha) + +2012-12-27 10:27 mortenmacfly + +svn8718:  * CC: do not excessively report still-parsing tooltips + (by Alpha) + +2012-12-26 13:45 mortenmacfly + +svn8717:  * Unix project files with dynamic libs: make + compilation work again under Mac, too (maybe same for Linux -> + strange nobody noticed?!) + +2012-12-26 09:59 mortenmacfly + +svn8716:  - some Mac fixes to try out + +2012-12-26 09:58 mortenmacfly + +svn8715:  - project file update to be consistent on Unix/Mac + +2012-12-25 15:14 mortenmacfly + +svn8714:  * applied patch by p2rkw to expand namespaces and + classes + (http://forums.codeblocks.org/index.php/topic,16411.msg111225.html) + +2012-12-25 15:14 mortenmacfly + +svn8713:  * DoxyBlocks: is-dirty system for saving settings (by + Alpha) + +2012-12-25 15:13 mortenmacfly + +svn8712:  * Compiler: Clang fallback to gnu archiver if llvm-ar + is not found (by Alpha) + +2012-12-25 15:13 mortenmacfly + +svn8711:  * CC: prevent header completion box from rebuilding too + often (by Alpha) + +2012-12-24 23:19 jenslody + +svn8710:  * IncrementalSearch-plugin: no pch build fixes + +2012-12-24 18:46 mortenmacfly + +svn8709:  * Compiler: fix rare log duplication bug (by Alpha) + * Compiler: highlight command generation warnings (missing + dependencies, problems with detecting object files) and report to + build messages (by Alpha) + +2012-12-24 15:52 jenslody + +svn8708:  * IncrementalSearch-plugin: implement search history + with configurable length (default is 20, max is 200) + +2012-12-24 07:11 mortenmacfly + +svn8707:  * applied patch #3124: Display end-of-line mode in + status bar + +2012-12-23 20:47 mortenmacfly + +svn8706:  * do not ask for re-loading externally modified project + files in batch build mode + +2012-12-23 20:42 mortenmacfly + +svn8705:  - headerfixup: some additional checks + +2012-12-23 20:32 mortenmacfly + +svn8704:  - wxSmith: reducing warnings... + +2012-12-23 20:30 mortenmacfly + +svn8703:  * abbreviations: fixed compilation with wx29 + +2012-12-23 20:30 mortenmacfly + +svn8702:  - added missing enum in switch case + +2012-12-23 17:09 mortenmacfly + +svn8701:  * fixed wx29 project files to avoid "No such file or + directory" warning during build: wx29 does not have a "contrib" + folder anymore on Windows + +2012-12-21 07:35 ollydbg + +svn8700:  * CC: apply Patch #3345 (Added code completion of + declarations in for/if/while heads) + +2012-12-21 07:25 ollydbg + +svn8699:  - CC: tweak comments. + +2012-12-20 14:47 biplab + +svn8698:  * Fixed: Win32 project wizard generated code can't be + built in Unicode mode (as reported at + http://forums.codeblocks.org/index.php/topic,17264.0.html) + +2012-12-20 06:32 mortenmacfly + +svn8696:  - Update .cbp's: automatic changes on save and missing + files (by Alpha) + +2012-12-20 06:30 mortenmacfly + +svn8695:  * debugger: Fixed when a workspace is loaded sometimes + the wrong debugger is used (by Pecan, see here: + http://forums.codeblocks.org/index.php/topic,17260.msg118431.html#msg118431) + +2012-12-19 10:03 mortenmacfly + +svn8694:  * allow re-sizing of edit keywords dialog + +2012-12-19 10:03 mortenmacfly + +svn8693:  * added objective-C lexer (activated for *.mm only, to + avoid conflicts with C/C++ and Matlab lexer) + +2012-12-19 05:10 ollydbg + +svn8692:  * Compiler: do not require a valid compiler to run + commands-only and "No Compiler" targets (extends rev. 8686) (by + Alpha) + +2012-12-19 05:04 ollydbg + +svn8691:  * Swap header/source: case-insensitive search as + fallback (by Alpha) + +2012-12-18 21:27 mortenmacfly + +svn8690:  * major overhaul for headerfixup plugin + * also fixes issue reported here: + http://forums.codeblocks.org/index.php/topic,17095.0.html + +2012-12-18 07:36 mortenmacfly + +svn8689:  * fixed "error: converting to execution character set: + Illegal byte sequence" hopefully once and for all + +2012-12-18 07:07 mortenmacfly + +svn8688:  - another warning removal + +2012-12-18 07:04 mortenmacfly + +svn8687:  * applied patch #3368: LCC-Win32 compiler default + options (modified) (by Alpha) + * Wizard: update default compiler options (by Alpha) + +2012-12-18 07:00 mortenmacfly + +svn8686:  * Compiler: make commands-only targets run-able (by + Alpha) + +2012-12-17 14:37 mortenmacfly + +svn8685:  * CC: header completion: fix Windows path issues (by + Alpha) + +2012-12-16 15:56 mortenmacfly + +svn8684:  * fix for the last commit (missing UTF-8 encoding) + +2012-12-16 15:18 mortenmacfly + +svn8683:  * fixed "invalid sequence" compilation error -> + encoding issue? + +2012-12-16 15:03 mortenmacfly + +svn8682:  * watches: inform, if killing the process succeeded in + the logs (for debugging) + - reduced warnings once more + - removed weird wrong letter (encoding?!) + +2012-12-16 15:02 mortenmacfly + +svn8681:  * compiler: inform, if killing the process succeeded in + the logs (for debugging) + - reduced warnings once more + +2012-12-16 14:58 mortenmacfly + +svn8680:  - reduced warnings once more + +2012-12-16 14:10 mortenmacfly + +svn8679:  * compilation fix (max_logs -> LogManager::max_logs) + +2012-12-16 14:10 mortenmacfly + +svn8678:  * prefer dynamic event connection over event table + (fixes some debug warnings in wx2.9) + +2012-12-16 14:09 mortenmacfly + +svn8677:  - re-add shortcut for "full screen" that got lost + +2012-12-16 14:08 mortenmacfly + +svn8676:  * no functional changes! + - reduced warnings once again + - some style improvements + +2012-12-16 14:04 mortenmacfly + +svn8675:  *applied patch #3382: Enlargment of autocomplete's + listbox + +2012-12-16 14:04 mortenmacfly + +svn8674:  * CC: applied patch #3392: classbrowser: use + Token::m_FullType instead of m_BaseType + +2012-12-16 07:26 mortenmacfly + +svn8673:  * EditorTweaks: match indent style on demand + +2012-12-16 00:03 jenslody + +svn8672:  * EditorTweaks-plugin: build-fix + +2012-12-15 23:14 jenslody + +svn8671:  * cbAuiNotebook: make sure tabtooltips are always shown + for newly added tabs + +2012-12-15 23:14 jenslody + +svn8670:  * wxSmith-plugin: fix warning + +2012-12-15 21:21 jenslody + +svn8669:  * update version number from 10.05 to 12.11 in + spec-file template + +2012-12-15 00:10 tpetrov + +svn8668:  * abbreviations: Fix bug #18824 '\n' becomes newline on + restart (by alpha001) + +2012-12-15 00:10 tpetrov + +svn8667:  - scintilla: remove unportable code and synchornize stc + with wxgtk's stc code; + +2012-12-15 00:10 tpetrov + +svn8666:  - remove clang warning; + +2012-12-15 00:10 tpetrov + +svn8665:  - remove strange usage of anonymous namespace; + +2012-12-15 00:09 tpetrov + +svn8664:  - remove some unneeded pragmas (fix clang warning) + +2012-12-14 15:21 mortenmacfly + +svn8663:  * fixes to update29 (to include creation of compiles + folders) + * fixes to update29.bat to rename console runner executable + properly + - tiny enhancements to other update scripts + +2012-12-13 15:31 mortenmacfly + +svn8662:  * applied patch #3346: Update DMD compiler settings for + current version + +2012-12-13 15:18 mortenmacfly + +svn8661:  * applied patch #3365: SmartIndent: enable on entire + C-language family + +2012-12-13 15:07 mortenmacfly + +svn8660:  * applied patch #3365: SmartIndent: enable on entire + C-language family + +2012-12-13 15:00 mortenmacfly + +svn8659:  * applied patch #3364: ScriptedWizard: WX wiz fallback: + Query to link debug target to release libs, in case debug libs + are not available + +2012-12-13 14:55 mortenmacfly + +svn8658:  * fixed rare bug with linefeeds in abbreviations plugin + +2012-12-13 14:53 mortenmacfly + +svn8657:  * applied patch #3383: Abbreviations: auto-comp icon + +2012-12-13 14:50 mortenmacfly + +svn8656:  * applied (modified) patch #3380: Highlight Lang: parse + #! and recognize standard headers + +2012-12-13 14:44 mortenmacfly + +svn8655:  * applied patch #3379: EditorTweaks: buffer pos, smooth + scroll + +2012-12-13 14:40 mortenmacfly + +svn8654:  * compiler: fixed bug with compiling PCH files in case + compiler is *not* PCH capable + +2012-12-13 14:39 mortenmacfly + +svn8653:  * applied patch #3385: Allow using macros in compiler + executable name + +2012-12-13 14:37 mortenmacfly + +svn8652:  - CC: whitespace + another test case + +2012-12-13 14:33 mortenmacfly + +svn8651:  * CC: applied patch #3391: preprocessor completion + improvements + +2012-12-13 10:23 mortenmacfly + +svn8650:  - updated references to 10.05 to 12.11 in trunk, too + +2012-12-12 19:18 mortenmacfly + +svn8649:  * merged xml_compiler branch into trunk (branch to + trunk) + * xml_compiler branch is now OBSOLETE therefore + +2012-12-09 23:28 tpetrov + +svn8647:  - fix a hidden virtual function warning + +2012-12-09 15:35 tpetrov + +svn8646:  * close all selected projects in the project tree, not + only the first one; + +2012-12-09 15:35 tpetrov + +svn8645:  - make the unix cb projects to use the debug + perspective, when running cb from cb; + +2012-12-02 14:48 tpetrov + +svn8644:  - automatic changes made by newer C::B's on the unix + project files; + +2012-12-01 08:58 mortenmacfly + +svn8643:  - removed too many debug log messages from + abbreviations plugin + +2012-12-01 07:08 mortenmacfly + +svn8642:  * fix outdated file extension with SDCC compiler as + described here (patch by Alpha): + http://forums.codeblocks.org/index.php/topic,17130.msg117753.html#msg117753 + +2012-11-29 08:00 tpetrov + +svn8640:  - noPCH build fixes, fix some formatting problems, + replace 0L with nullptr + +2012-11-29 08:00 tpetrov + +svn8639:  - wx29 build fix; + +2012-11-29 08:00 tpetrov + +svn8638:  - debugger: the call to reset the colours of a property + have been renamed in wx29, so I've used it; + +2012-11-29 08:00 tpetrov + +svn8637:  - compiler: allow the user to choose if the custom + variables should be quoted or not (needed when entering something + like |wx-config --libs|); + +2012-11-29 08:00 tpetrov + +svn8636:  - make EditPair dialog sizable; + +2012-11-29 08:00 tpetrov + +svn8635:  * debugger: fix crash on shutdown when cb is built with + wx29; + +2012-11-29 07:59 tpetrov + +svn8634:  * debugger: parse correctly structs containing wide + char strings or characters; + +2012-11-29 07:59 tpetrov + +svn8633:  - debugger: add wx29 unix project for the debugger test + application; + +2012-11-29 07:59 tpetrov + +svn8632:  - debugger: fix wx29 assert when calling wxString::Last + on empty string; + +2012-11-29 07:00 mortenmacfly + +svn8631:  * abbreviations: Support for multiple languages by + darmar + * abbreviations: Explicit support for Fortran as additional + language by darmar + +2012-11-29 06:59 mortenmacfly + +svn8630:  * DoxyBlocks: support for Fortran, provided by darmar + +2012-11-27 14:48 mortenmacfly + +svn8628:  * CC: optimise code by introducing a common function + "AddIncludeDirsToParser" in native parser + - CC: avoid accessing negative positions in STC control in loop + - CC: some clarifications in functions + - CC: make all batch parser timer intervals defined in one place + +2012-11-27 12:47 mortenmacfly + +svn8627:  - some Mac build fixes + +2012-11-27 10:43 mortenmacfly + +svn8626:  * fixed bug #18809 by applying scintilla patch from + https://sourceforge.net/tracker/?func=detail&aid=3578824&group_id=2439&atid=102439 + +2012-11-27 05:32 mortenmacfly + +svn8625:  * EditorTweaks: applied patch by Alpha to make the + editor less jumpy initially with "buffer caret position" turned + on + +2012-11-26 13:09 mortenmacfly + +svn8624:  * CC: support for keyword "throw", to fix bug #018711 + - CC: remove obsolete code + - CC: move some variable declaration out of locker + - CC: trace, if HandleFunction fails to parse specific constructs + +2012-11-25 15:00 mortenmacfly + +svn8621:  - some tiny compile adjustments for Mac, provided by + afb (no functional changes) + +2012-11-25 14:07 mortenmacfly + +svn8619:  * fixed UTF detection for files w/o BOM (rely on + Mozilla detection engine in that case) + +2012-11-25 11:11 mortenmacfly + +svn8617:  * transfer important changes from release branch into + trunk + +2012-11-25 06:23 mortenmacfly + +svn8611:  * applied (slightly modified) patch by dmoore to allow + adv. regexes in find in files + * added dialog to inform about the end of search and replace in + files + - reduce some warnings + +2012-11-25 03:54 dmoore + +svn8610:  ToolPlus: log message was incorrectly using error style + +2012-11-24 21:30 jenslody + +svn8608:  * added dmoore (Damien Moore) to developer list in + about-dialog + +2012-11-24 10:21 mortenmacfly + +svn8603:  * all project files: introduceg flag (GCV) named + "CB_RELEASE_TYPE" + +2012-11-24 10:17 mortenmacfly + +svn8602:  * plugin manager: removed obsolete API (thanks darmar) + +2012-11-23 22:40 mortenmacfly + +svn8599:  * fixed missing member variable initialisation as + reported here: + http://forums.codeblocks.org/index.php/topic,17070.msg117249.html#msg117249 + +2012-11-23 09:21 mortenmacfly + +svn8598:  * SFML wizard: make it more generic + +2012-11-23 08:50 mortenmacfly + +svn8597:  * fix bug #18791: "Multiple matches" message when "find + declaration" used + +2012-11-23 08:46 mortenmacfly + +svn8596:  * GDB: attempt to fix bug described here: + http://forums.codeblocks.org/index.php/topic,17114.0.html + +2012-11-23 08:44 mortenmacfly + +svn8595:  * applied patch #3375: CC: handle local scope + - refined some debug messages + +2012-11-23 08:43 mortenmacfly + +svn8594:  * applied patch #3374: SpellCheck: fix tooltip on Linux + +2012-11-23 08:42 mortenmacfly + +svn8593:  - white space + +2012-11-23 08:42 mortenmacfly + +svn8592:  - remove annoying "file not found" message from CC, if + debug log is active + +2012-11-23 08:41 mortenmacfly + +svn8591:  - some more (internal) logging about parser state + +2012-11-23 08:39 mortenmacfly + +svn8590:  * applied patch by Alpha to remove some annoyance in + EditorTweaks plugin + +2012-11-23 08:38 mortenmacfly + +svn8589:  - make local cc project (in plugin folder) work + with"Run", remove warnings + +2012-11-23 08:38 mortenmacfly + +svn8588:  - added new CC test case for imple/decl findings + +2012-11-21 07:37 tpetrov + +svn8587:  - debugger: Add debugger items in the context menu even + if there is no project. Reorder checks for performance; + +2012-11-21 05:28 mortenmacfly + +svn8586:  - CC fixed possible crash candidate for + http://forums.codeblocks.org/index.php/topic,17115.msg117126.html#msg117126 + (although I cannot reproduce) + +2012-11-20 20:18 mortenmacfly + +svn8585:  - CC: use PARSER_IMG_CLASS instead of + PARSER_IMG_CLASS_PUBLIC if scope is unknown for a class + +2012-11-20 13:44 mortenmacfly + +svn8584:  * CC: fixed crash bug described here: + http://forums.codeblocks.org/index.php/topic,17115.0.html + * CC: fixed images shown wrong sometimes in symbol browser + +2012-11-20 08:56 mortenmacfly + +svn8583:  - reduced warnings + +2012-11-20 08:53 mortenmacfly + +svn8582:  * debugger: fixed "Cannot find bounds of current + function" issue (debugger cannot be stopped after a Step() + resulting in that message) + +2012-11-19 15:09 mortenmacfly + +svn8581:  - CC: variable naming: fix spelling mistakes + - CC: reduce warnings + - CC: remove some debug log output, flooding the debug log (done + too much) + +2012-11-19 13:53 mortenmacfly + +svn8580:  * applied (modified) patch #3371: EditorTweaks: Fix bug + #18795 + +2012-11-19 00:58 tpetrov + +svn8579:  - noPCH build fix for windows; + +2012-11-18 20:56 mortenmacfly + +svn8578:  * added wx2.9.x project for SmartIdent (windows only) + - a little house-keeping on project files (harmonisation of build + order) + +2012-11-18 20:16 mortenmacfly + +svn8577:  - little i18n fix (make it easier to translate) + +2012-11-18 20:09 mortenmacfly + +svn8576:  * applied patch #3360: Enable the use of MSVC2010/MSDN + help + +2012-11-18 20:06 mortenmacfly + +svn8575:  * encoding detector: improved detection of files that + contain 0x00 (its more correct now and reads until 0x00 at least) + - cbEditor: removed obsolete methods and comments + - cbEditor: reduced warnings + +2012-11-18 15:59 mortenmacfly + +svn8574:  * general clean-up of wxSmith dialogs (no functional + change!): + - reduce number of sizers needed + - do not make sizers member variables if not needed + - do not use too much space (i.e. borders left and right for both + items next to each other) + - remove specific size set (if not needed) -> may fix some wx29 + issues + - explicitly set flex grid sizer rows and cols -> may fix some + wx29 issues + - reduce compiler warnings a little + * wxsSizerParentQP: compute checkbox for "border all" correctly + +2012-11-18 14:44 mortenmacfly + +svn8573:  * wxSmith: don't allow to unsplit the "Resource" tab + (otherwise it cannot be split anymore and it doesn't make sense + anyways) + +2012-11-18 13:11 pecan + +svn8572:  BrowseTracker - remove shadowed var from + GetCurrentScreenPosition() + +2012-11-15 19:21 killerbot + +svn8571:  - up warning level and warnings fixed + +2012-11-15 18:59 killerbot + +svn8570:  - up warning level and warnings fixed + +2012-11-15 18:06 killerbot + +svn8569:  - addition to previous commit, svn playingtricks on me + +2012-11-15 18:04 killerbot + +svn8568:  fix to previous commit, fixed the hacky code, you get + another method through a header, don't quickly think you know the + signature and declare it yourself + +2012-11-15 17:55 killerbot + +svn8567:  fix to previous commit, increment was forgotten + +2012-11-14 23:39 thomasdenk + +svn8566:  - Added a break statement + - Removed nul character + +2012-11-14 22:49 killerbot + +svn8565:  - up warning level and warnings fixed + +2012-11-14 22:39 killerbot + +svn8564:  - up warning level and warnings fixed + +2012-11-14 22:36 killerbot + +svn8563:  - up warning level and warnings fixed (1 left to fix) + +2012-11-14 22:31 killerbot + +svn8562:  - up warning level and warnings fixed + +2012-11-14 22:25 killerbot + +svn8561:  - up warning level and warnings fixed + +2012-11-14 22:13 killerbot + +svn8560:  - up warning level and warnings fixed + +2012-11-14 11:20 mortenmacfly + +svn8559:  - fix some warnings (no functional change) + +2012-11-14 11:17 mortenmacfly + +svn8558:  * fix issue with multiple display, as described here: + http://forums.codeblocks.org/index.php/topic,17038.msg116770.html#msg116770 + +2012-11-13 20:52 tpetrov + +svn8557:  - add me, ollydbg and danselmi to the list of + developers in DlgAbout; + +2012-11-13 11:04 thomasdenk + +svn8555:  - More warnings + +2012-11-12 18:40 thomasdenk + +svn8554:  - Removed more shadow warnings and a few unused + warnings that had slipped through + - Flagged 2 suspicious spots for review (Martin) + - Addes braces on single-statements where compiler wanted it (1 + flagged) + - Replaced some "it" iterators and "i" loop counters with longer, + more explicit names even when the compiler did not complain about + shadowing. This is both for making the code more + readable/reviewable and making occurence highlighting (3 + characters upwards) work in your favour + +2012-11-11 13:17 mortenmacfly + +svn8549:  - add comments to modification on 3rd party libs (no + functional changes) + +2012-11-11 13:16 mortenmacfly + +svn8548:  - white-spacing, indention (no functional change) + +2012-11-11 13:15 mortenmacfly + +svn8547:  * scripted wizard: silence warning in verbose mode + +2012-11-11 13:14 mortenmacfly + +svn8546:  - hundspell: sync with hunspell CVS repo (no functional + change) + +2012-11-11 13:14 mortenmacfly + +svn8545:  * applied patch #3359: A little patch to enable the use + of windows help collections + +2012-11-11 13:13 mortenmacfly + +svn8544:  * applied patch #3354: EditorTweaks: buffer caret + position + * applied patch #3355: EditorTweaks: Aligner - Auto + +2012-11-10 22:36 thomasdenk + +svn8543:  - Removed some more trivial "unused" and "shadow" + warnings (we're down to 566 warnings!) + - Flagged some that were unclear at first glance, or suspicious + - Fixed some harmless "comparison of unsigned expression >= 0 + always true" warnings + - Removed some now-obsolete emtpy cbPlugin class implementations + from abbrevations plugin + +2012-11-10 19:58 thomasdenk + +svn8542:  - Reduce 3rd party lib shadow warning noise with easy + "harmless" fixes (local not used in outer scope after + redefinition, rename parameter aliasing this), plus one "unused" + warning + +2012-11-10 18:37 thomasdenk + +svn8541:  - Prefixed attribute macros (e.g. 'unused') to avoid + name conflict with a GTK header that doesn't use double + underscores + - Replaced all remaining instances that I could find where + 'unused' or 'optional' would be applicable. + - Updated documentation + - Removed dead code from main.cpp + +2012-11-10 16:30 killerbot + +svn8540:  - up warning level (warnings fixed) + +2012-11-10 16:18 killerbot + +svn8539:  - reduce warning level (will up once I fix the new + warnings) + +2012-11-10 07:13 mortenmacfly + +svn8538:  - silence a few "directory does not exist" or "unable + to create directory" warnings in verbose mode + +2012-11-09 13:10 mortenmacfly + +svn8537:  * raise auto-detect compiler windows so it is top-most + on start-up of C::B + * print what compilers cause auto-detection to be shone in the + debug log (for reference) + +2012-11-09 13:02 thomasdenk + +svn8536:  - Added 'unused' and 'optional' (alias of unused) + attribute macros + - Changed all attributes to double-underscore versions to be on + the safe side (name conflicts) + - Renamed 'warn_unused' to the more explicit + 'must_consume_result' + - Changed sdk_events and filemanager accordingly to reflect + changes + - Added documentation to create awareness, as nobody seems to + have used an attribute macro since Nov 2007 + +2012-11-09 12:46 mortenmacfly + +svn8535:  * adjust the size of an old window session to current + display on start-up + * this may interfere with restoring position on a multi-monitor + system on start-up, but is essential so the main window is not + out of screen after startup (happens i.e. with portable C::B when + saving the settings on a multi-monitor system and then opening + C::B on a single-monitor system again) + +2012-11-09 07:31 mortenmacfly + +svn8533:  * CC: fixed freeze bug, described here: + http://forums.codeblocks.org/index.php/topic,17046.0.html + - CC: enhanced test app slightly + +2012-11-09 06:38 mortenmacfly + +svn8532:  * support for debugger "During startup program exited + with exit code 0xABCD" abort criteria + - debugger: added some sanity some null-pointer checks + +2012-11-09 05:30 mortenmacfly + +svn8531:  - white space + +2012-11-09 05:26 mortenmacfly + +svn8530:  * fixed some lexers (partially on behalf of alpha) + +2012-11-08 10:00 mortenmacfly + +svn8529:  * pumped (wx)Scintilla to v3.2.3 + +2012-11-08 06:53 killerbot + +svn8527:  -fix the smartindent zipping problem for multicore + builds (thanks Jens) + +2012-11-07 23:14 killerbot + +svn8526:  - remove some warnings, add some extra warning levels + in some unix cbp files (easy peasy), and removed /usr/lib/boost + as include path from nasi-plugin cbp file since this is most + likely not the correct include path (let's see what happens out + there) + +2012-11-07 23:02 killerbot + +svn8525:  - remove some warnings, add some extra warning levels + in some unix cbp files (easy peasy) + +2012-11-07 16:34 thomasdenk + +svn8524:  - Plugin API: removed obsolete (historic) Configure + method + - Application: removed dead code in PluginManager and MainFrame + (calling Configure, but no event registered) + - GDB and Abbreviations plugin: eliminated dead code (Configure) + - Core plugins: removed overrides of formerly pure virtual + members now implemented in base + +2012-11-07 12:31 mortenmacfly + +svn8523:  * applied patch by dmoore/darmar to enable multiple CC + to easily handle files of certain type + * added "IsProvciderFor" API to (CC) plugins for that purpose + * pumped SDK version + +2012-11-07 10:08 mortenmacfly + +svn8522:  * applied (modified) patch #3356: Fix: DLL Template + + win32gui dialog template for manifests + +2012-11-07 10:04 mortenmacfly + +svn8521:  * applied patch #3250: Remove an extra item separator + in right click menu of CC + +2012-11-07 09:58 mortenmacfly + +svn8520:  * applied (modified) patch #3323: Abbreviations + auto-complete + +2012-11-07 09:56 mortenmacfly + +svn8519:  * applied patch #3342: Honour compile priority during + parallel build + * improved sorting of project files by weight + +2012-11-07 09:53 mortenmacfly + +svn8518:  * applied patch #3324: Add colour selection warnings + and errors in Enviroment->View (for dark schemes) + +2012-11-07 09:48 mortenmacfly + +svn8517:  * cbplugin: fix missing return value and increase SDK + version + - rest is white-space stuff like alignment to have less conflicts + and improve readability + +2012-11-07 06:29 mortenmacfly + +svn8516:  - a little clean-up in SmartIndent code to improve + readability + +2012-11-07 04:05 dmoore + +svn8515:  * EditorTweak: bug fix - some options were not saved + correctly. Also tidies up EditorTweaks config names (warning: + this breaks previously set EditorTweaks settings) + +2012-11-07 02:52 dmoore + +svn8514:  * SmartIndent: default brace and selection brace + completion implementation for all languages (thanks to Alpha) + +2012-11-06 23:39 thomasdenk + +svn8513:  - Reverted wxscintilla platform.h accidentially + committed in 8511 + +2012-11-06 18:01 thomasdenk + +svn8512:  * cbPlugin API change: replaced pure virtual functions + with empty implementations, removing the necessity for every + plugin to implement them, regardless of actual need. + +2012-11-06 17:54 thomasdenk + +svn8511:  - Annoyed by warning noise (mostly shadowing and unused + params), fixed the ones that look harmless enough (gone from 1647 + to 724). Hopefully didn't break anything. + +2012-11-06 11:34 mortenmacfly + +svn8510:  - udpated SVN ignore properties + +2012-11-05 09:28 jenslody + +svn8509:  * renaming XXXSmartIndent to SmartIndentXXX (fixes for + debian build-files); added Python to list of smartindent-plugins + in rpm-spec file and debian/control + +2012-11-05 08:22 mortenmacfly + +svn8507:  - SVN properties clean-up + +2012-11-05 08:03 mortenmacfly + +svn8506:  * renaming XXXSmartIndent to SmartIndentXXX - part 3 + (WIP - untested, may not yet compile!) + +2012-11-05 08:01 mortenmacfly + +svn8505:  * renaming XXXSmartIndent to SmartIndentXXX - part 2 + (WIP - untested, may not yet compile!) + +2012-11-05 07:48 mortenmacfly + +svn8504:  * renaming XXXSmartIndent to SmartIndentXXX (WIP - does + not yet compile!) + +2012-11-04 17:46 tpetrov + +svn8503:  - debugger: fix strange return statement; + +2012-11-03 20:38 dmoore + +svn8502:  - SmartIndent: set the usual keyword svn properties + +2012-11-03 20:33 dmoore + +svn8501:  - SmartIndent: set native eol-style svn property + +2012-11-02 08:21 mortenmacfly + +svn8500:  - white-space stuff related to last commit (no + functional change) + +2012-11-02 08:18 mortenmacfly + +svn8499:  * fixed a crash when compiling a single file as + described here: + http://forums.codeblocks.org/index.php/topic,17033.msg116227.html#msg116227 + (on behalf of Jens) + +2012-11-02 05:51 mortenmacfly + +svn8498:  * fixed inability to work with files on UNC path's in + project + * fixed partial file corruption in project tree (not project + file) when "saving as" the project under another drive + * fixed bugs related to "save as" a project under a sub-folder on + a different drive without layout + * Note: This version may slow-down loading of projects. We are + working on speed-improvments. + +2012-11-01 05:47 mortenmacfly + +svn8497:  * (slightly modified) fix for (selection) brace + completion by Alpha + +2012-10-31 05:47 mortenmacfly + +svn8496:  * wxSmith: fixed a missing colon in code generation for + wxFilePickerCtrl (thanks Alpha) + +2012-10-30 06:33 mortenmacfly + +svn8494:  - whitespace / correct indention stuff (no functional + changes) + +2012-10-30 06:32 mortenmacfly + +svn8493:  - removed unneeded flag in XRC for debugger option dlg + +2012-10-30 06:32 mortenmacfly + +svn8492:  * wx(SMith)STC update + +2012-10-30 06:25 mortenmacfly + +svn8491:  - whitespace + +2012-10-30 06:21 mortenmacfly + +svn8490:  * second attempt to fixed CC crash bug described here: + http://forums.codeblocks.org/index.php/topic,17020.msg116053.html#msg116053 + +2012-10-29 23:09 dmoore + +svn8489:  * SmartIndent: selection brace completion support for + more languages (includes a generic selection brace completion + fallback in cbEditor) + +2012-10-29 21:47 mortenmacfly + +svn8488:  * roll-back last revision due to compile error + +2012-10-29 21:19 mortenmacfly + +svn8487:  * fixed CC crash bug described here: + http://forums.codeblocks.org/index.php/topic,17020.msg116053.html#msg116053 + +2012-10-28 18:31 mortenmacfly + +svn8486:  * re-applied corrected patch by Alpha (previous commit + was broken) + +2012-10-28 13:44 mortenmacfly + +svn8485:  * applied patch by Alpha to (hopefully) fix EOL issues + with custom abbreviations + +2012-10-27 19:29 mortenmacfly + +svn8484:  - tiny update on batch build scripts again so they work + on folders with spaces + +2012-10-27 19:07 mortenmacfly + +svn8483:  * have an option to use plain scintilla markers for + debugging, too + +2012-10-27 19:06 mortenmacfly + +svn8482:  - suppress warnings in debug builds or with using + --verbose + +2012-10-27 19:06 mortenmacfly + +svn8481:  * show the project file's base path in project file + properties + +2012-10-27 11:12 mortenmacfly + +svn8479:  * updated batch file based build system + +2012-10-23 17:21 killerbot + +svn8477:  - remove warning + +2012-10-23 06:53 mortenmacfly + +svn8476:  * applied patch #3350: CC: follow active indentation + and EOL style + +2012-10-23 06:50 mortenmacfly + +svn8475:  * applied patch #3349: CC: Tooltip fall back to call + tip + +2012-10-23 06:46 mortenmacfly + +svn8474:  * update of wx(Smith)STC/STEdit lib, especially for + wx2.9.x + +2012-10-23 06:45 mortenmacfly + +svn8473:  * update of wxthings lib + +2012-10-23 06:44 mortenmacfly + +svn8472:  * update of KWIC lib + +2012-10-23 06:44 mortenmacfly + +svn8471:  * bugfix for wxPDFDoc lib + +2012-10-23 06:43 mortenmacfly + +svn8470:  * bugfix for hunspell lib (Windows only) + +2012-10-23 06:43 mortenmacfly + +svn8469:  * update to DoxyBlocks to (hopefully) make it compile + with older compilers again + +2012-10-21 17:51 dmoore + +svn8468:  * EditorTweaks: correctly save the enabled/disabled + state of brace conversion in config. + +2012-10-21 17:31 dmoore + +svn8467:  * EditorTweaks: change implementation of matching brace + conversion to avoid conflicts with SmartIndent. (Also will now + convert '<' characters if they have a match under the current + lexer.) + +2012-10-21 01:52 tpetrov + +svn8466:  * debugger: Fix parsing watch output, when there is an + escaped quote inside a string; + +2012-10-19 20:53 tpetrov + +svn8464:  - debugger: Fix test project to not use Pointer + typedefs, but cb::shared_ptr directly; + +2012-10-19 20:07 dmoore + +svn8463:  * EditorTweaks: new option 'Convert Matching Braces'. + If user selects a brace with a match and types a brace of a + different type, the match will be changed to the same type. If a + selected brace is deleted with the DEL key, its matching brace + will also be deleted. Option is disabled by default and available + in the Edit->'Editor Tweaks' menu + +2012-10-17 22:07 tpetrov + +svn8462:  - better icons (thanks p2rkw) + +2012-10-17 06:37 mortenmacfly + +svn8461:  - cosmetic: fix shadowing of variable type (no + functional change) + +2012-10-17 06:15 mortenmacfly + +svn8459:  * fixed DoxyBlocks plugin totally wrong event handler + interfaces (fixes crashes described here: + http://forums.codeblocks.org/index.php/topic,16938.msg115346.html#msg115346) + +2012-10-16 08:31 tpetrov + +svn8457:  * compiler: Major refactor - remove the generator + object from the compiler; + + Conflicts: + src/include/cbplugin.h + +2012-10-13 15:05 dmoore + +svn8455:  * Find/Replace: remember search path, wild cards etc + for find/replace in path (regression) (Thanks Alpha for the + patch, rickg for the report) + +2012-10-12 09:59 thomasdenk + +svn8454:  - Reduced warning noise in autorevision tool + +2012-10-12 09:35 jenslody + +svn8453:  * SmartIndent-plugin (linux): tiny fix for last commit + +2012-10-12 09:30 jenslody + +svn8452:  * SmartIndent-plugin (linux): added XML-plugin to + automake-system and contrib-plugins list for debian and rpm-base + systems + +2012-10-12 08:45 mortenmacfly + +svn8451:  *applied patch #3347: SmartIndent: more smart indenting + (2) by ALPHA + +2012-10-12 08:45 mortenmacfly + +svn8450:  *applied patch #3347: SmartIndent: more smart indenting + by ALPHA + +2012-10-11 12:19 mortenmacfly + +svn8449:  * fixed bug #18752: Invalid handling of UNC path's in + workspace (and project) files + +2012-10-10 23:16 tpetrov + +svn8447:  * debugger: Detect changes of the symbol of a watch + inside the AddWatch call (related to the prev commit); + +2012-10-10 23:16 tpetrov + +svn8446:  * debugger: Sanitize user input to prevent debugger + stalls, caused by the character '\' at the end of the GDB + command; + +2012-10-09 00:25 tpetrov + +svn8444:  * debugger: Add API function to remove all breakpoints + correctly; + +2012-10-09 00:25 tpetrov + +svn8443:  * debugger: Implement proper adjusting of breakpoints, + when lines have been added/removed in the editor; + +2012-10-08 00:05 tpetrov + +svn8442:  * debugger: Fix the remove operation in the breakpoints + dialog to correctly refresh the markers; + +2012-10-08 00:05 tpetrov + +svn8441:  * debugger: Fix the ToggleBreakpoint function to work + correctly with multiple debugger plugins; + +2012-10-08 00:05 tpetrov + +svn8440:  - debugger: Remove unused function; + +2012-10-06 22:59 tpetrov + +svn8438:  - SpellChecker: Fix no PCH build; + +2012-10-06 19:39 tpetrov + +svn8437:  - debugger: notify the user the LD_LIBRARY/PATH + variable have been altered before runnning the debugger; + +2012-10-06 05:06 mortenmacfly + +svn8434:  * applied patch #3344: Abbreviations: follow active EOL + style + +2012-10-06 04:55 mortenmacfly + +svn8433:  * applied patch #3338: Irrlicht Template update: + Invalid initialisation of reference of type + +2012-10-06 04:52 mortenmacfly + +svn8432:  * applied patch #3340: SpellChecker: more dictionary + based tools + +2012-10-02 21:33 tpetrov + +svn8431:  - add predefined settings for the terminals on linux; + +2012-10-01 21:37 danselmi + +svn8430:  - SmartIndent: remove virtual + cbSmartIndentPlugin::InComment() in favor of + cbStyledTextCtrl::IsComment(). Thanks alpha. + +2012-10-01 19:10 danselmi + +svn8429:  - CppSmartIndent: fix bug mentioned here: + (http://forums.codeblocks.org/index.php/topic,16917.0.html) + +2012-09-30 07:57 killerbot + +svn8428:  - activate warning level (unix project file) , and + remove warnings + +2012-09-30 07:20 mortenmacfly + +svn8426:  * applied patch #3333: Define collection: make + persistent + +2012-09-30 07:20 mortenmacfly + +svn8425:  * applied patch #3332: Enhanced ctrl context menu + +2012-09-29 21:52 jenslody + +svn8421:  * SmartIndent-plugin: added to debian and rpm package + files. + +2012-09-29 14:41 danselmi + +svn8418:  * SmartIndent Refactoring applied + (http://forums.codeblocks.org/index.php/topic,16587.0.html) + Thanks to MortenMacFly, Jens (auto-foo) and darmar + (FortranSmartIndent) + +2012-09-24 05:54 killerbot + +svn8408:  - project build fix + +2012-09-23 12:10 mortenmacfly + +svn8406:  - harmonised project files for cctest and removed + (already statically linked) wxscintilla lib again + +2012-09-22 23:59 jenslody + +svn8405:  * cctest: linux build-fix + +2012-09-22 15:28 mortenmacfly + +svn8404:  * improve cctest: allow having an editor and re-parse + from editor (preparation for further testing capabilities for + nativeparser_base) + +2012-09-22 12:58 pecan + +svn8403:  Keybinder - fix crashes in RemoveCopyPasteBindings() + +2012-09-22 12:06 tpetrov + +svn8402:  - debugger: Fix bug caused by entering \ at the end of + the string, when setting watches; + +2012-09-21 22:39 tpetrov + +svn8401:  * debugger: Remove all Pointer typedefs from the base + classes (cbWatch, cbBreakpoint, cbStackFrame, cbThread); + +2012-09-21 20:57 tpetrov + +svn8400:  - Add GetVectorFromString function, which can be used + instead of GetArrayFromString; + +2012-09-21 20:57 tpetrov + +svn8399:  * Make the localization to be off by default, hopefully + this will minimize the number of people getting the right-to-left + text issue; + +2012-09-20 23:39 tpetrov + +svn8398:  * ThreadSearch: Add easier access to some of the + options; + + * The options button now shows a menu and now the user can + enable/disable + options like - whole word, start word, match case, regular + expression; + +2012-09-20 14:54 jenslody + +svn8397:  * correct wrong string-format "fixes" slipped in with + commit 8350; thanks Martin K. for the hint + +2012-09-19 19:56 jenslody + +svn8396:  * Fix an issue in batch-build mode on windows, where + the tab-context menu has disappeared immediately after showing + it; some code cleanup in cbauibook.cpp + +2012-09-16 20:16 jenslody + +svn8395:  * revert commit 8391, because it can lead to crashes on + shutdown; set AppShuttingDown flag explicitely before the + infopane gets destroyed to ensure, that loggers do not use it + anymore + +2012-09-15 15:40 mortenmacfly + +svn8394:  * applied patch #3329: Jump to PP directive: search + first line + +2012-09-15 15:34 mortenmacfly + +svn8393:  * applied (slightly modified) patch by ALPHA to use + same directory separators in project files (.cbp) on + windows/Linux platforms + * see discussion here: + http://forums.codeblocks.org/index.php/topic,16596.0.html + +2012-09-15 15:28 mortenmacfly + +svn8392:  - non-PCH compile fix + - some clean-up in comments, docs + +2012-09-15 12:57 jenslody + +svn8391:  * do not destroy infopane before the managers that + might use it are destroyed; should fix possible crashs on + shutdown. + +2012-09-15 12:56 jenslody + +svn8390:  * add global function to copy a menu; needed at least + in MainFrame::OnFileNew() with wx2.9, because reusing the menu + from the menubar is not allowed anymore. + +2012-09-15 12:56 jenslody + +svn8389:  * cbauibook: use drag-done event to update the + tabctrl-array and (re-)bind events if necessary; fixes an issue + with tabtooltips sometimes not being shown in just dragged tabs + +2012-09-14 18:46 mortenmacfly + +svn8388:  * applied patch #3337 to close bug#18706: Doxyblocks + hint correction + +2012-09-14 08:35 mortenmacfly + +svn8387:  - build fix for non-PCH / 64 bit builds + +2012-09-14 01:28 dmoore + +svn8386:  - Find/Replace: silence warning from redundant + DECLARE_EVENT_TYPE macro + +2012-09-13 21:32 killerbot + +svn8385:  use correct type (1/0) is not a bool, furthermore it is + counterintuitive, on success false is returned and on failure + true is + returned, furthermore the return value is ignored + + -This line, and those below, will be ignored-- + + M autorevision/autorevision.cpp + +2012-09-13 20:10 dmoore + +svn8384:  * wxScintilla: Workaround for brace and occurrence + highlights not being redrawn consistently, see + http://forums.codeblocks.org/index.php/topic,12164.msg114314.html#msg114314 + +2012-09-10 19:41 dmoore + +svn8383:  * find/replace: 1. workaround for focusing find control + after switching tabs on linux 2. disable find in open files if no + files open. + +2012-09-10 00:04 jenslody + +svn8382:  * fix a crash when trying to scroll tabs, introduced + with commit 8379 + +2012-09-10 00:04 jenslody + +svn8381:  * another windows build-fix + +2012-09-09 23:11 jenslody + +svn8380:  * windows build-fix, needed after last commit + +2012-09-09 22:31 jenslody + +svn8379:  * remove own implemetation of tabtooltips for wx2.9 >= + 2.9.4, because it's implemented natively now; backport of + wx2.9.4's tooltips to cbAuiNotebook; fixes issue described e.g. + here: + http://forums.codeblocks.org/index.php/topic,15241.msg102256.html#msg102256 + +2012-09-09 22:31 jenslody + +svn8378:  keybinder-plugin: build-fix for linux with wx2.9 + +2012-09-07 22:20 jenslody + +svn8376:  * wxSmith-plugin: wxsitemeditor.cpp: avoid unnecessary + calls of FitInside() and Layout(); use Refresh() instead of + Update() to invalidate the itemeditor, fixes a longstanding (at + least on linux) bug where a a newly added tool or dialog was not + shown in the toolspace after adding it; make the toolspace + visible on wx2.9 + +2012-09-07 22:20 jenslody + +svn8375:  * wxSmith-plugin: menu-editor: don't try to expand + root-item, because it is hidden + +2012-09-07 22:20 jenslody + +svn8374:  * wxSmith-plugin: wxspropertygridmanager.cpp: only + select a property if it exists (avoid assert message in wx2.9) + +2012-09-07 22:20 jenslody + +svn8373:  * wxSmith-plugin: wxspropertycontainer.cpp: call + RestoreSelected() after Thaw(), to ensure selection gets scrolled + in the visible range. + +2012-09-07 22:20 jenslody + +svn8372:  * wxSmith-plugin and wxSmithContribItems: fix more + asserts, because of two properties with the same name + +2012-09-07 18:31 mortenmacfly + +svn8371:  * compilation fix for wx2.9.x, 64 bit + +2012-09-07 18:14 mortenmacfly + +svn8370:  * keybinder plugin: build fix for wx 2.9.x + +2012-09-06 16:35 dmoore + +svn8369:  * find/replace: fixes critical find/replace bug + introduced with revs 8357-8360, ensures the find edit combo gets + focus at dialog initialization and when switching between pages + +2012-09-06 14:23 mortenmacfly + +svn8368:  - file renaming (2): fix build system + +2012-09-06 14:19 mortenmacfly + +svn8367:  - file renaming (1) *NOT COMPILABLE!* + +2012-09-06 14:18 mortenmacfly + +svn8366:  - white space alignment + +2012-09-06 14:18 mortenmacfly + +svn8365:  - white space alignment + +2012-09-06 13:38 ollydbg + +svn8364:  - CC: variable name and class name change. + (refactoring), no functional code change. + +2012-09-05 21:05 tpetrov + +svn8363:  - build: no-pch fixes, sorting of includes, removed + duplicate include; + +2012-09-05 05:43 mortenmacfly + +svn8362:  * find/replace: make naming of dialogs and resources + consistent + +2012-09-05 00:53 dmoore + +svn8361:  Find/Replace: turning on regex correctly disables + direction + +2012-09-05 00:39 dmoore + +svn8360:  Find/Replace: must check for removal of the find page + before trying to access a second notebook page (missing change in + last commit) + +2012-09-04 23:31 dmoore + +svn8359:  Find/Replace: must check for removal of the find page + before trying to access a second notebook page + +2012-09-04 21:23 dmoore + +svn8358:  Find/Replace: added back option to clear prior find in + files results, tweaks to dialog layout, and workaround for hiding + the find page on windows + +2012-09-04 16:06 jenslody + +svn8357:  * wxSmith-plugin: fix assert, because of two properties + with the same name, renamimg the property for the numeric value + to "Border width" + +2012-09-04 14:35 mortenmacfly + +svn8356:  * debugger: allow the use of macros for remote + debugging, namely addresses and ports + +2012-09-04 14:35 mortenmacfly + +svn8355:  - spelling + alignment + +2012-09-04 14:34 mortenmacfly + +svn8354:  * c_str/wx_str() replacements for wx w.9.x + +2012-09-04 14:33 mortenmacfly + +svn8353:  - addition to previous commit + +2012-09-04 14:32 mortenmacfly + +svn8352:  * (re-)applied patch #3260: Move QueryClose() + functionality to EditorBase (where did it get lost?!) + +2012-09-04 12:00 jenslody + +svn8351:  * make autorevision work with git-svn and older version + of svn that are not able to create xml-output + +2012-09-04 08:05 jenslody + +svn8350:  * tons of stringformat fixes to avoid asserts with + wx2.9 + +2012-09-04 08:04 jenslody + +svn8349:  * Valgrind-plugin: avoid crash on shutdown with wx2.9; + CppCheck-plugin tiny source-formatting fix + +2012-09-04 04:15 ollydbg + +svn8346:  * wxsmith: Fix a bug introduced by rev8336, now only + handle the "double click" event when the "Events page" is active, + thus avoid unnecessory notifications. + - wxsmith: typo fix in comments. + +2012-09-03 11:03 jenslody + +svn8345:  * source-exporter-plugin: fix search-directory for + linker with wx2.9 + +2012-09-03 11:03 jenslody + +svn8344:  * CppCheck-plugin: avoid crash on shutdown with wx2.9 + similar to compilermessages + +2012-09-03 11:03 jenslody + +svn8343:  * wxSmith-plugin: avoid assert and crash, when trying + to get the last-character of an empty wxString (wxWidgets-bug ?) + +2012-09-03 11:03 jenslody + +svn8342:  * cbstyledtextctrl: remove remaining event-handlers in + dtor, to avoid asserts/crashes in wx2.9 + +2012-09-03 11:03 jenslody + +svn8341:  * cbauibook: use the window label to store tooltip; + avoids possible conflict with keybinder-plugin + +2012-09-03 11:03 jenslody + +svn8340:  * keybinder-plugin: silent build-warning on wxGTK + +2012-09-03 11:03 jenslody + +svn8339:  * cctest: build-fix + +2012-09-03 11:03 jenslody + +svn8338:  * wxsmith: avoid assert in wx2.9 and possible crash, in + wxsfontproperty.cpp + +2012-09-03 07:57 ollydbg + +svn8337:  * wxsmith: fix Bug #18718 "wxSmith does not save + selected check menu settings" by reading the "checked" value from + the xml file. + +2012-09-03 07:50 ollydbg + +svn8336:  * wxsmith: implement Feature Request #5540 "Jump to + event handler implementation", now in the event editor window, + the user can double click on the event name (an entry in the left + column), if the event has an associated event handler (function + body), it will jump to this function body. See discussions here: + http://forums.codeblocks.org/index.php/topic,16323.msg114197.html#msg114197 + +2012-09-03 07:43 ollydbg + +svn8335:  - wxsmith: remove #if wxCHECK_VERSION(2, 9, 0) + directives for wx_str() and c_str(). Some typo fix. No functional + codes change. + +2012-09-03 07:34 mortenmacfly + +svn8334:  - silence some warnings related to spellchecker in + verbose mode of C::B (thanks alpha) + +2012-09-03 07:30 mortenmacfly + +svn8333:  * applied patch #3328: Do not spam log with "Toggling + start page" messages. + +2012-09-03 02:36 ollydbg + +svn8332:  * SDK: Adding a new option named "AUTO" in the "Editor + Settings"->"End of line options", this will let the editor + automatically detect which EOL should be used, in a mixed EOL + files, using a voting logic. This implement the Feature Request + #3969, also see discussions in: + http://forums.codeblocks.org/index.php/topic,16764.0.html. + +2012-09-03 02:21 dmoore + +svn8331:  Find/Replace: disable find in files project/workspace + scope options when no project is open (Thanks alpha). Reorder the + constructor logic to hopefully correctly hide the Find tab when + no editor is open (MS windows issue). + +2012-09-02 12:31 tpetrov + +svn8330:  - find/replace: no-pch build fixes; + +2012-09-02 04:52 dmoore + +svn8329:  Find/Replace: new cleaner layout for dialogs + +2012-09-01 19:21 pecan + +svn8328:  KeyBinder - Merge some global accelerators into the + menu table; leave rest as is + - Remove Ctrl-C/V/X (copy/paste/cut) from menu keybinder table to + allow native behavior + +2012-09-01 19:18 pecan + +svn8327:  DragScroll - work around scintilla jump bug for + LineScroll(-1,0) to the left + +2012-09-01 18:46 dmoore + +svn8326:  Find/Replace: removed duplicate code from bad patch + application, removed find_dialog.xrc + +2012-09-01 17:41 dmoore + +svn8325:  Find/Replace: make the UI more consistent by sharing a + common dialog resource and class. Adds the ability to + find/replace in projects other than the active one and specific + targets. Also adds the ability to replace in a specified path + with specified mask (previously only available for find) + +2012-09-01 12:10 jenslody + +svn8324:  * wxSmithContribItems: silent warning with wx2.9 + +2012-09-01 12:10 jenslody + +svn8323:  * keybinder-plugin: silent warnings with wx2.9 + +2012-09-01 11:19 jenslody + +svn8322:  codesnippets-plugin: fix assertion in event-connection; + id-range upperbound should be greater than the lower-bound, but + this can not be guaranteed with XRCID's, so we connect them all + manually + +2012-09-01 11:19 jenslody + +svn8321:  * ThreadSearch: commit forgotten format-fix and + typo-correction + +2012-09-01 08:46 jenslody + +svn8318:  * wxKWIC: fix xpm-images to avoid assert due to + incorrect colours count + +2012-09-01 08:24 mortenmacfly + +svn8315:  - compilation fox for wx2.8.x + +2012-08-31 21:43 mortenmacfly + +svn8313:  * wxSmithSTC: Update of stedit component + +2012-08-31 21:39 mortenmacfly + +svn8312:  * FileManager + ThreadSearch + wxContribItems + + wxSmithDemo + wxSmithPlot: wx2.9.x compatibility / deprecated + fixes + +2012-08-31 21:32 mortenmacfly + +svn8311:  - " wx2.9" -> " wx2.9" (two space to one space) + +2012-08-31 21:28 mortenmacfly + +svn8310:  * added batch build scripts for wx 2.9.x (windows) + +2012-08-31 21:26 mortenmacfly + +svn8309:  * AutoVersioning + codesnippets: wx2.9.x compatibility + / deprecated fixes + +2012-08-31 21:17 mortenmacfly + +svn8308:  * LibFinder + ThreadSearch: wx2.9.x compatibility / + deprecated fixes + +2012-08-31 21:05 mortenmacfly + +svn8307:  * wxContribItem + wxSmith: wx2.9.x compatibility / + deprecated fixes + +2012-08-31 20:30 mortenmacfly + +svn8306:  * merge r8304+8305 from xml_compiler branch to trunk + +2012-08-31 18:27 jenslody + +svn8302:  * cb_share_config on linux: remove unneeded + codeblocks-lib from link-list and also unneeded tinywxuni.cpp + from files list + +2012-08-31 17:44 mortenmacfly + +svn8301:  * fixed build of cb_share_config with wx29 (thanks Tim + S.) + +2012-08-31 11:35 jenslody + +svn8300:  * wx2.9: tons of format fixings for C::B core + +2012-08-31 06:17 jenslody + +svn8299:  * windows: fix spelling in codeblocks workspace files + +2012-08-31 05:43 killerbot + +svn8298:  - cctest name change -> update workspaces + +2012-08-31 04:53 ollydbg + +svn8297:  - silence a build warning that control reaches end of + non-void function + +2012-08-30 20:41 mortenmacfly + +svn8296:  - CC: added project to only compile CC and CCTest app + +2012-08-30 20:39 mortenmacfly + +svn8295:  - CC: re-factoring of tokenstree to make access more + robust against errors + - CC: protect internal maps + - CC: const correctness (7) + +2012-08-30 20:31 mortenmacfly + +svn8294:  - adopted project/source files of cctest + +2012-08-30 20:26 mortenmacfly + +svn8293:  - renamed cctest app/frame files + +2012-08-30 20:25 mortenmacfly + +svn8292:  - renamed cc_test project files + +2012-08-30 20:24 mortenmacfly + +svn8291:  - CC: renamed cc_test to cctest + +2012-08-30 20:23 mortenmacfly + +svn8290:  - CC: const correctness (6) + +2012-08-30 20:19 mortenmacfly + +svn8289:  - CC: const correctness (5) + +2012-08-30 20:17 mortenmacfly + +svn8288:  - CC: const correctness (4) + +2012-08-30 20:14 mortenmacfly + +svn8287:  - CC: const correctness (3) + - alignment + +2012-08-30 20:12 mortenmacfly + +svn8286:  - CC: const correctness (2) + - alignment + +2012-08-30 20:10 mortenmacfly + +svn8285:  - CC: ccdebuginfo const correctness + +2012-08-30 20:08 mortenmacfly + +svn8284:  - CC: PCH fix + +2012-08-30 20:07 mortenmacfly + +svn8283:  * fixed bug #18714 + +2012-08-30 20:03 mortenmacfly + +svn8282:  * CC: allow to dump the serialised tree + +2012-08-30 13:46 jenslody + +svn8281:  * windows: remove exchndl from virtual targets All and + Third-party-libs in wx2.9 project-file to make it consistent with + wx2.8 project and avoid build errors. + +2012-08-30 07:24 mortenmacfly + +svn8280:  * fixed bug #18717 + +2012-08-30 05:45 mortenmacfly + +svn8279:  - fixed tiny bug in PlatWX (wxScintilla) + +2012-08-30 05:40 mortenmacfly + +svn8278:  * pumped (wx)Scintilla to 3.2.2 + * harmonised (wx)Scintilla with wxSTC from wxWidgets SVN (which + happened to have updated scintilla, too lately) + +2012-08-29 11:53 jenslody + +svn8275:  * windows: add contrib-plugins workspace for wx2.9 + +2012-08-29 08:39 jenslody + +svn8274:  codesnippets-plugin: rename DragScrollEvent to + sDragScrollEvent and ThreadSearchEvent to sThreadSearchEvent to + avoid asserts due to conflicts while RTTI registration of the + DragScroll- and ThreadSerarch-plugin in wx2.9 + +2012-08-29 08:39 jenslody + +svn8273:  * wxSmithContribItems-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8272:  * wxSmith-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8271:  * wxContrib-Items: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8270:  * source-exporter-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8269:  * regex-testbed-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8268:  * profiler-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8267:  * DragScroll-plugin: wx2.9 related fixes + +2012-08-29 08:39 jenslody + +svn8266:  * headerfixup-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8265:  * codesnippets-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8264:  * ToolsPlus-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8263:  * ThreadSearch-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8262:  * SpellChecker-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8261:  * Nassi-Shneiderman-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8260:  * codecompletion-plugin: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8259:  * logmanager and envvar-plugin: wx2.9 related fix for + logging-function + +2012-08-29 08:38 jenslody + +svn8258:  * automake-system: wx2.9 related fixes + +2012-08-29 08:38 jenslody + +svn8257:  * wx2.9: create wx2.9 project-files for the + contrib-plugins, create Code::Blocks workspaces for wx2.9 + +2012-08-29 08:37 jenslody + +svn8256:  * automake-system: make sure pch's are not created + along the sources, when building from seperate builddir; avoid + conflicts when building different versions from same source-tree + +2012-08-29 07:08 mortenmacfly + +svn8255:  - make C::B compile again under Linux using the wx29 + project file (missing lib prefix for shared libraries) + +2012-08-29 07:04 mortenmacfly + +svn8254:  - make C::B compile again under Linux using the project + file (missing lib prefix for shared libraries) + +2012-08-28 19:29 killerbot + +svn8253:  remove warning, unused set variable + +2012-08-28 11:58 pecan + +svn8252:  Browsetracker - correct settings panel on linux + +2012-08-28 02:31 ollydbg + +svn8251:  - wxsmith: fix many typos in comments + +2012-08-27 14:25 ollydbg + +svn8250:  - use the id value instead of XRCID macro, because the + id value is already assigned. + +2012-08-25 21:11 jenslody + +svn8249:  * CppCheck-plugin: fix Makefile.am + +2012-08-25 08:49 tpetrov + +svn8248:  - fixed the no-pch build; + +2012-08-22 06:51 mortenmacfly + +svn8245:  * added two new SDK events: + cbEVT_PROJECT_OPTIONS_CHANGED and cbEVT_COMPILER_SETTINGS_CHANGED + - removed some commented, deprecated stuff; non-functional layout + changes (tabs/space mixture) + +2012-08-22 06:42 mortenmacfly + +svn8244:  * wxSmith: removed specialisations not required for + some controls (font picker, rich text, simple html listbox), + should fix the wxValidator issue reported here: + http://forums.codeblocks.org/index.php/topic,16744.0.html + - wxSmith: slight re-factoring: re-organised handling of flags, + moved them to one place (wxsflags) + +2012-08-21 04:49 mortenmacfly + +svn8242:  * applied (modified) patch #3319: Fix loading of custom + colour schemes + +2012-08-21 04:42 mortenmacfly + +svn8241:  * SpellChecker: updated hunspell to 1.3.3 (Windows + only) + +2012-08-21 04:39 mortenmacfly + +svn8240:  * applied patch #3316: SpellChecker: search harder for + resources + +2012-08-20 16:16 killerbot + +svn8239:  - remove warnings + +2012-08-20 06:33 mortenmacfly + +svn8238:  * provided cppcheck plugin with a config panel to setup + cppcheck app and args (closes some "bug" reports with deprecated + options) + +2012-08-17 05:14 mortenmacfly + +svn8237:  * applied patch #3315: Fix 018704 bug related to + 'paste' into IncrementalSearch + +2012-08-13 20:53 killerbot + +svn8234:  - really bump sdk version for previous commit + +2012-08-13 20:52 killerbot + +svn8233:  * added power user support for units glob feature + (these are directory + * paths that can be specified, and all files in there will be + considered + * as sources for the project. This can be based on a wildcard for + the + * file types, and can be recursive. When no wildcard is specified + * (empty) the default CB wildcard for adding files is used. + - no gui interaction yet + - 2 new emthods on cbproject are most probably temporary + - bumped sdk version + +2012-08-13 15:27 ollydbg + +svn8232:  - CC Test: refine comments. + +2012-08-13 05:22 mortenmacfly + +svn8231:  - harmonised project files + +2012-08-13 05:20 mortenmacfly + +svn8230:  * applied (slightly modified) patch #3313: Improve + handling of inactive preprocessor code + +2012-08-12 13:28 pecan + +svn8229:  BrowsTracker - Add option to wrap jump entries + +2012-08-11 02:42 dmoore + +svn8228:  toggle to hide/show the start here page + +2012-08-10 16:41 mortenmacfly + +svn8227:  * added unix versions of batch_build_all and + batch_build_core + +2012-08-10 09:33 mortenmacfly + +svn8225:  * CC: avoid unnecessary class browser updates (part 2) + * CC: changed logic of how parser stores file names (they are + always being converted to forward slashes for comparison) -> + should be more fail-safe, i.e. with patch from here: + http://forums.codeblocks.org/index.php/topic,16596.msg113355.html + * CC: avoid expensive calls to UnixFileName + +2012-08-10 09:21 mortenmacfly + +svn8224:  * CC: avoid refreshing class browser if not needed + * CC: report issues with class browser updates (i.e. due to + missing parser) + +2012-08-10 09:18 mortenmacfly + +svn8223:  * debugger: exit properly when application cannot be + run (i.e. on Windows: Missing access rights) + +2012-08-10 09:17 mortenmacfly + +svn8222:  * try to fix a crash at shutdown of C::B with active + debugger session + +2012-08-10 09:17 mortenmacfly + +svn8221:  - made the debugger settings dialog smaller by adjust + spacers correctly (no functional change) + +2012-08-10 05:48 killerbot + +svn8220:  - typo + +2012-08-09 21:31 jenslody + +svn8219:  * (hopefully) fix issues introduced with commit 8206, + see: + http://forums.codeblocks.org/index.php/topic,16700.msg113443.html#msg113443 + +2012-08-09 05:35 killerbot + +svn8217:  - project file cosmetic changes from having it saved + once (lib prefixes, extra wsmith stored fields, etc ..) [so no + real new stuff] + +2012-08-09 05:31 mortenmacfly + +svn8216:  * CC: applied (modified) patch #3311: do not draw + tooltips off the edge of the window. ignore wxSCI_C_IDENTIFIER + and wxSCI_C_GLOBALCLASS in editor tooltip + +2012-08-09 05:26 mortenmacfly + +svn8215:  * CC: fixed max_matches settings + * CC: moved parsing of project o + DoParseOpenedProjectAndActiveEditor (in preparation) + * CC: renamed ParsingType to ParserState and moved it to + namespace + * CC: separated macro parsing of GCC and MSVC + * CC: AddGCCCompilerDirs no does not need a compiler anymore -> + can be moved to ParserBase for tests + +2012-08-08 17:19 killerbot + +svn8212:  - remove warnings + +2012-08-08 05:07 mortenmacfly + +svn8211:  * applied patch #3310: Fix use of numpad enter + +2012-08-07 22:18 killerbot + +svn8210:  - adding warning level extra to some cbp file + +2012-08-07 22:10 killerbot + +svn8209:  - fix some warnings and adding warning level extra to + some cbp filesof plug-ins + +2012-08-07 22:08 killerbot + +svn8208:  - fix some warnings and adding warning level extra to + some cbp filesof plug-ins + +2012-08-07 21:33 killerbot + +svn8207:  - fix some warnings and adding warning level extra to + some cbp filesof plug-ins + +2012-08-07 20:50 jenslody + +svn8206:  * gcc 4.7 build fixes: no need to use -fpermissive + compiler-flag anymore + +2012-08-07 20:50 jenslody + +svn8205:  * codesnippets-plugin: avoid warning due to incorrect + initialisation of pointer + +2012-08-07 19:20 killerbot + +svn8204:  - adding some const + +2012-08-07 07:18 ollydbg + +svn8202:  - remove preprocessor directives for c_str(), currently + both wx2.8 serial and 2.9 serial support wx_str(). + +2012-08-07 05:59 killerbot + +svn8201:  - better way of removing the warning by using correct + type in the first place + +2012-08-07 04:42 mortenmacfly + +svn8200:  - get rid of annoying "unused variable" stuff + +2012-08-06 18:59 killerbot + +svn8197:  - remove some warnings + +2012-08-06 18:07 killerbot + +svn8196:  - no need anymore for AutoBuffer reference + +2012-08-06 16:47 killerbot + +svn8195:  * fix memory leak : (deprecated) auto_ptr can NOT deal + with arrays + - decided to fix in our only user of the problematic AutoBuffer + (URLLoader) since this was kind of reinventing the wheel (vector + / + string ) + - bumped SDK version since the AutoBuffer is removed + +2012-08-06 08:09 ollydbg + +svn8193:  -wxsmith: many typo fix in comments + +2012-08-06 06:37 mortenmacfly + +svn8191:  - fixed spelling mistake + +2012-08-05 09:40 killerbot + +svn8190:  - remove warnings + +2012-08-05 09:12 killerbot + +svn8189:  - remove warnings + +2012-08-05 08:37 killerbot + +svn8188:  - remove warnings + +2012-08-04 14:15 killerbot + +svn8187:  - remove warnings + +2012-08-04 14:08 killerbot + +svn8186:  - remove warnings + +2012-08-03 18:42 killerbot + +svn8184:  -remove warnings + +2012-08-03 18:42 killerbot + +svn8183:  -remove warnings + +2012-07-30 08:50 mortenmacfly + +svn8175:  * merged r8174 from xml_compiler branch into trunk + (Linux build fix) + +2012-07-30 05:24 mortenmacfly + +svn8172:  - PCH build fix + +2012-07-30 05:16 mortenmacfly + +svn8171:  * wxScintilla: implemented DrawRGBAImage + - wxSinctilla: allow the use of Scintilla NS + - wxScintilla: udpate of underlying scintilla + - wxScintilla: harmonisation with QtScintilla and latest changes + in wxSTC + +2012-07-29 11:29 mortenmacfly + +svn8170:  * separated editor/project hooks via namespace + - fixed wrong SDK documentation + +2012-07-29 11:24 mortenmacfly + +svn8169:  * cleaned up the XRC mess in replace dialog + * harmonised FindDlg and ReplaceDlg + - what's missing: The initial text box size for multi-line + replace is a little too small which is corrected as soon as the + dialog is resized a little + +2012-07-25 21:17 jenslody + +svn8164:  * speedup scrolling in wxScintilla, remove no longer + needed workaround/hack to block mousewheel-events; + see: + http://forums.codeblocks.org/index.php/topic,12164.msg112891.html#msg112891 + and also: http://trac.wxwidgets.org/ticket/9057 + +2012-07-24 05:21 mortenmacfly + +svn8163:  - refinement of GTK project wizard as described here: + https://developer.berlios.de/bugs/?func=detailbug&bug_id=18665&group_id=5358 + +2012-07-23 04:33 mortenmacfly + +svn8162:  - wxSmith post build: Make sure the directory exist + before copying the images + +2012-07-22 16:28 mortenmacfly + +svn8161:  * some further support for importing MSVC10 + solutions/projects (defines, libs, includes, switches) + +2012-07-22 10:42 mortenmacfly + +svn8160:  * added basic support for importing MSVC10 + solutions/projects (files only for the moment) + +2012-07-21 20:43 mortenmacfly + +svn8158:  * merged r8156 from xml_compiler branch + +2012-07-20 12:35 mortenmacfly + +svn8150:  - removed wrong prefix for wxSmith colouring editor + switch + +2012-07-20 12:03 jenslody + +svn8149:  * add ability to hide the editor tabs, can be toggled + with "View -> Hide editor tabs" or "Ctrl+H" + +2012-07-19 19:50 mortenmacfly + +svn8148:  - wxSmith: clean-up tab vs. space mess a little (no + functional changes) + +2012-07-19 19:46 mortenmacfly + +svn8147:  * wxSmith: implemented ability to select specific + wxValidator's (other than wxDefaultValidator) for all widget + classes + * wxSmith: Fixed a bug with float values on some locales, based + on a patch + +2012-07-19 19:44 mortenmacfly + +svn8146:  - wxSmith: remove compiler warning + +2012-07-19 19:44 mortenmacfly + +svn8145:  * wxSmith new window dialog: clarify options and don't + use member variables if not needed + +2012-07-18 20:28 mortenmacfly + +svn8142:  * merged r8139 from xml_compiler branch into trunk + +2012-07-18 07:15 mortenmacfly + +svn8141:  - re-worked GCV dialog (based on a patch of oBFusCATed) + [no functional change] + +2012-07-17 16:57 mortenmacfly + +svn8137:  * merged r8135,8136 from xml_compiler branch into trunk + +2012-07-17 13:56 tpetrov + +svn8134:  - removed whitespace at the end of the line; + +2012-07-15 13:37 mortenmacfly + +svn8133:  * updated wxPdfDocument to v0.9.3 (for source exporter + plugin), also to fix some memory leaks and font issues + +2012-07-15 13:02 mortenmacfly + +svn8132:  - separated cbTreeCtrl into its own class for better + re-use (no functional change) + +2012-07-15 11:39 jenslody + +svn8131:  - updated gitignore + +2012-07-15 11:35 jenslody + +svn8130:  * EditorConfig-plugin (linux): fix for make dist + +2012-07-15 11:03 jenslody + +svn8129:  * EditorConfig-plugin (linux): fix error in + Makefile.am, that prevents the plugin from being build with + automake-system + +2012-07-15 07:38 mortenmacfly + +svn8127:  * updated (wx)Scintilla to 3.2.1 also fixing wxSmith + folding + +2012-07-15 07:30 mortenmacfly + +svn8126:  * applied patch #3238: Remove a lot compiler warnings + (unused vars; signed/unsigned) + +2012-07-14 18:15 mortenmacfly + +svn8125:  - fixed Linux autoconf build issue + +2012-07-14 14:16 mortenmacfly + +svn8123:  - another fix for the EditorConfig unix project file + - udpated SVN ignore properties + +2012-07-14 13:11 mortenmacfly + +svn8121:  * fixed certain project files on Unix + * added Code::Block Unix workspace file (=Code::Block project + file + Contrib plugins workspace) + - harmonised Windows/Unix project files and workspaces + +2012-07-14 12:34 mortenmacfly + +svn8120:  * added EditorConfig plugin + +2012-07-14 12:21 mortenmacfly + +svn8119:  * merged r8117,8118 from xml_compiler branch into trunk + +2012-07-14 09:45 mortenmacfly + +svn8114:  * updated Windows project files so they work if "devel" + output folder and sub-folder do not exist yet + * updated Windows project files for easier debugging of plugins + +2012-07-14 07:53 mortenmacfly + +svn8113:  - remove a lot unused variables (to avoid warnings) + - updated codestat resource to layout properly under certain + circumstances + - IncrementalSearch: do not update menu if its not there (to + avoid debug asserts) + +2012-07-14 07:48 mortenmacfly + +svn8112:  * fixed a crash but in MSVC 10 loader + +2012-07-14 07:48 mortenmacfly + +svn8111:  * include lower capital "warning" message in GDB's + ignore list + +2012-07-14 07:47 mortenmacfly + +svn8110:  * edit watched resource: removed obsolete sub-resource + "dlgEditWatches" (only "dlgEditWatch" is used) + - made dlgEditWatch resizable + +2012-07-14 07:45 mortenmacfly + +svn8109:  * applied patch #3305: Replace all: Use Freeze/Thaw + (increases speed) + +2012-07-14 07:44 mortenmacfly + +svn8108:  * applied patch #3304: Move line(s) up/down (shortcut) + * fixed accelerators used twice in main menu + - synchronised resource loading (same style of code) + +2012-07-13 22:32 killerbot + +svn8107:  remove warning, reduce scope of variables and ensure + they are initialized + +2012-07-13 08:32 ollydbg + +svn8106:  - CC: the test.h file was moved to cc_test sub-folder, + so adjust the filename passed to Frame constructor. + +2012-07-13 07:32 mortenmacfly + +svn8104:  - merged non-functional layout changes related to CC + from xml_compiler branch + +2012-07-10 07:39 mortenmacfly + +svn8097:  * updated wxScintilla core to integrate a patch of + darmar (for scintilla) to fix Fortran indention + * wxScintilla now uses wxFFile for loading and saving (like + wxWidgets), if available (should speed up file operations a + little) + +2012-07-08 10:48 mortenmacfly + +svn8096:  - fixed Cscope project file + +2012-07-08 04:10 mortenmacfly + +svn8095:  - removed non-existing project + +2012-07-07 14:55 mortenmacfly + +svn8094:  - remove spurious German umlaut character (see here + http://forums.codeblocks.org/index.php/topic,16466.msg112361.html#msg112361) + +2012-07-07 13:14 mortenmacfly + +svn8093:  * applied patch by stahta01 to reduce #defiens needed + for compilation of wxPropGrid (see here: + http://forums.codeblocks.org/index.php/topic,15938.msg107359.html) + -> use was in-consequent anyways + - re-ordered build order of plugins in CodeBlocks.workspace file + +2012-07-07 12:25 tpetrov + +svn8092:  - codestat: Fix noPCH build - broken by the previous + commits; + +2012-07-07 11:52 tpetrov + +svn8091:  * codestat: Fixed bug introduced with the previous + commit - now the parser of the entire workspace would parse the + duplicate files, just once; + +2012-07-07 11:51 tpetrov + +svn8090:  * codestat: Select any project or entire workspace to + get statistics (patch #3271, thanks sbezgodov) + + - I've cleaned the patch a bit and made it to conform to the + cb-style-guide; + - There is a problem that if a file is added to N project, the + stats for the workspace will include it multiple times; + +2012-07-07 11:51 tpetrov + +svn8089:  - codestat: Added the resource files to the unix + project; + +2012-07-07 11:51 tpetrov + +svn8088:  * debugger: Added support for parsing watches returned + by the python printings; + +2012-07-07 11:51 tpetrov + +svn8087:  - added Makefile.in in the ignored files for git; + +2012-07-06 13:59 mortenmacfly + +svn8086:  * improve and clarify auto-detect compilers dialog a + lot + +2012-07-06 11:53 mortenmacfly + +svn8085:  - CC: re-ordering methods in codecompletion and + nativeparser to match the declaration order (NO functional + change) + +2012-07-06 10:57 ollydbg + +svn8084:  * Compiler plugin: Fix the multiply select items issue + in the wxListBox, see the discussion here: + http://forums.codeblocks.org/index.php/topic,16550.msg112303.html#msg112303 + +2012-07-05 09:09 mortenmacfly + +svn8083:  - user var manager: follow C::B coding guidelines (NO + functional change!) + - annoying dialog: add missing include guard (NO functional + change!) + - config panel: mixed space+tab -> space + +2012-07-03 18:17 mortenmacfly + +svn8082:  * compiler: avoid creating target output folder twice + (should speed-up compile time) + * compiler: avoid integer overflow in depslib + * compiler: avoid checking for filetype twice + - compiler: some code optimisations and more debugging output in + case of failures during command line generation + +2012-06-30 14:37 mortenmacfly + +svn8081:  * CC: fixed bug when saving settings for header and + source extensions + +2012-06-29 20:14 mortenmacfly + +svn8080:  * added workspace file for Code::Blocks build_all + script whcih contains C::B project (with core plugins) plus the + contrib plugins workspace + +2012-06-29 04:58 mortenmacfly + +svn8079:  - removed some compiler warnings + +2012-06-29 04:54 mortenmacfly + +svn8078:  - envvar plugin: tiny simplification f code (removed + unused variable) + +2012-06-29 04:53 mortenmacfly + +svn8077:  * added new manager method: IsAppStartedUp as listening + for the related APP_STARTUP_DONE event makes no sense in case a + plugin is re-activated but is used inn some places + * (needs to be used in CC to fix a bug that when re-activating + the CC plugin the parser does not start) + * some clean-up in the code of the core Manager: remove methods + appearing twice (isappShuttingDown and IsAppShuttingDown) in + favour of CamelCase, to cleanup the API once and for all + * adjusted all plugins under SVN - some are missing, like the + FortranProject and TortoiseSVN plugin which hopefully will be + adjusted by their maintainer + * pumped SDK version therefore + +2012-06-28 21:30 jenslody + +svn8076:  * fix error in Makefile.am after scintilla update + +2012-06-28 05:50 mortenmacfly + +svn8073:  * applied patch #3296: Tabs: tidy context menu (part 2) + +2012-06-28 05:46 mortenmacfly + +svn8072:  * applied patch #3279: Do not strip first blank when + saving diff files + +2012-06-28 05:45 mortenmacfly + +svn8071:  * applied patch #3295: Compiler: implement flag checks + +2012-06-28 05:42 mortenmacfly + +svn8070:  * added batch (re)build_all files for command lie + compilation of C::B under windows + +2012-06-28 05:41 mortenmacfly + +svn8069:  * updated wxScintilla to 3.20 + - updated project files accordingly + - adjusted settings in cbeditor and editorconfigurationdlg + slightly + - sync'ed debug marker in disassemblydlg with cbEditor + +2012-06-28 05:27 mortenmacfly + +svn8068:  * applied patch #3246: Added Java lexer + +2012-06-27 11:56 mortenmacfly + +svn8067:  * CC: fixed options not saved for symbol browser and + some others + +2012-06-26 08:35 jenslody + +svn8066:  - fix minor debian packaging error + +2012-06-21 21:51 killerbot + +svn8065:  * ToolsPlus plugin : support reuse of the tools page + (window) + +2012-06-21 18:36 killerbot + +svn8064:  - wrong use pch includes + +2012-06-21 18:25 killerbot + +svn8063:  * Tools Plus plugin : fix : when tools list is empty + and tools get imported the first entry will no longer be EMPTIED + +2012-06-21 07:51 ollydbg + +svn8062:  - compiler plugin: fix obvious typos. + +2012-06-20 19:31 killerbot + +svn8061:  * debugger plugin : added support for extended-remote + for remote debugging + +2012-06-19 19:08 killerbot + +svn8060:  support -Wzero-as-null-pointer-constant compiler + warning flag on the gnu compiler family + +2012-06-17 09:29 jenslody + +svn8059:  - added compiler warnings for gcc >= 4.7 to regex-list + +2012-06-17 07:52 mortenmacfly + +svn8058:  * applied patch #3283: Context menu: Open link in + browser (on behalf of ollydbg) + +2012-06-17 07:49 mortenmacfly + +svn8057:  * applied patch #3278: EditorTweaks: implement strip + trailing blanks + +2012-06-16 15:28 mortenmacfly + +svn8056:  * implemented ability to move/select cursor according + CamelCase with STRG (STRG+SHIFT) in editor (options must be + enabled) - is a scintilla built-in function. + - fixed spelling mistake chkTtrackPreprocessor -> + chkTrackPreprocessor + - fixed default options of some editor settings in XRC to match + default options of config manager (cosmetic change) + - alignment for better readability + +2012-06-16 07:16 mortenmacfly + +svn8055:  - updated *nix wx 2.9.x project file + +2012-06-16 06:56 mortenmacfly + +svn8054:  * partially applied patch #3293: Tabs: tidy context + menus + +2012-06-16 06:26 mortenmacfly + +svn8053:  - updated project files according previous commits + +2012-06-16 06:25 mortenmacfly + +svn8052:  - adjusted Makefile.am (Linux build system) in addition + to last commit + +2012-06-16 06:24 mortenmacfly + +svn8051:  * attempt for a build fix for later gcc 4.7.x compilers + * new script binding: ExecuteAndGetOutputAndError + - some alignment + +2012-06-15 10:56 jenslody + +svn8050:  - build fix + +2012-06-15 08:19 ollydbg + +svn8049:  * SDK: Add a new virtual function: + GetToolBarPriority(), which define the priority of the plugin's + toolbar position, and remove the compiler warning. See: + http://forums.codeblocks.org/index.php/topic,16416.msg111345.html#msg111345 + for more details. + +2012-06-15 08:15 jenslody + +svn8048:  * fix an issue, that sometimes prevents debugger from + finding the tty the app runs in, if not xterm is used as + terminal; see + http://forums.codeblocks.org/index.php/topic,16207.msg109484.html#msg109484 + +2012-06-15 08:11 jenslody + +svn8047:  * fix an issue that was introduced in commit 7543; + console applications only run in console, if "Pause if execution + ends" was checked; now the application runs in a terminal, if it + is a console-application or if the host application should run in + a terminal (set in programs arguments for the actual target); see + http://forums.codeblocks.org/index.php/topic,16432.msg111404.html#msg111404 + +2012-06-15 08:04 ollydbg + +svn8046:  * SDK: remove the virtual modifier of the operator=() + functions, this silence compiler warnings. see: + http://forums.codeblocks.org/index.php/topic,16416.msg111245.html#msg111245 + for more details. + +2012-06-14 14:30 jenslody + +svn8045:  - linux (rpm-based systems): partly revert changes from + commit 8002 to keep the package layout more clear; add check for + CentOS/RedHat < 6 to disable NassiShneiderman-plugin due to + incompatible boost-library + +2012-06-14 12:15 tpetrov + +svn8044:  - debugger: added the test files to the distribution; + +2012-06-13 18:18 mortenmacfly + +svn8043:  * CC: avoid showing a call tip twice (in case same tip + from different parents) + +2012-06-13 18:17 mortenmacfly + +svn8042:  * fixed bug described here: + http://forums.codeblocks.org/index.php/topic,16412.msg111565.html#msg111565 + +2012-06-13 11:18 mortenmacfly + +svn8041:  * committed forgotten header file in addition to last + revision + +2012-06-13 11:02 tpetrov + +svn8040:  - reverted strange whitespace change introduced in + r8039; + +2012-06-13 06:36 mortenmacfly + +svn8039:  * project options dialog: allow to quickly + enable/disable all files that belong to a target + +2012-06-12 21:14 tpetrov + +svn8038:  * debugger: Changed the UI name of the GDB debugger to + GDB/CDB, so users are less confudes searching for the CDB + debugger settings; + +2012-06-11 22:56 tpetrov + +svn8037:  * debugger: Fix parsing watches output for static + member with optimized values (thanks OsminohejTygr :) for + providing the test case) + +2012-06-10 14:11 jenslody + +svn8036:  * wxContribItems: finally fix the include for gizmosled + +2012-06-09 15:57 jenslody + +svn8035:  * wxContribItems: add missing include for gizmosled + +2012-06-06 20:54 killerbot + +svn8034:  * support -std=c++11 compiler flag on the gnu compiler + family + +2012-06-06 18:54 mortenmacfly + +svn8033:  * trial: add FortranProject as external + +2012-06-05 07:19 tpetrov + +svn8032:  * compiler: Improved the 'Force target relink' featuer + introduced in r7595 - now the relinking is done correctly even if + the library is set in the project or in the compiler settings; + +2012-06-04 14:16 mortenmacfly + +svn8031:  * applied patch #3270: CMake lexer (thanks alpha0010) + +2012-06-04 14:15 mortenmacfly + +svn8030:  * applied patch #3253: Lexer updates (filemasks and + keywords), (thanks alpha0010) + +2012-06-04 14:05 mortenmacfly + +svn8029:  * applied patch #3247: Remember folding (thanks marazm) + +2012-06-04 12:39 mortenmacfly + +svn8028:  * compile fix for r8027 (forgotten to commit the second + part) + +2012-06-04 09:36 mortenmacfly + +svn8027:  * fixed crash candidate when working w/o workspace + - tiny SDK cleanup: keep Get/Set philosophy + - 3rd party libs: follow same style for all C::B modifications + - PCH fix + +2012-06-02 12:55 tpetrov + +svn8024:  * debugger: Adding a watch from the context menu must + show the Watches window; + +2012-06-02 11:50 tpetrov + +svn8023:  * debugger: Made it possible to add data breakpoint + from the watches window (right click on a watch -> add data + breakpoint); + +2012-06-02 11:50 tpetrov + +svn8022:  * debugger: Modified wxPropGrid to call + OnExpand/OnCollapse when the left/right arrow keys are used. + This fixes a bug in the Watches window not calling + OnExpand/OnCollapse for the watch, thus breaking the gdb/mi + debugger; + +2012-05-30 19:14 jenslody + +svn8021:  * linux (rpm-based systems): fixed dependencies between + packages + +2012-05-28 19:52 killerbot + +svn8020:  - load the workspace layout file + - no longer read/write the active attribute in the workspace + - this concludes applying the following path + * applied (modified) patch 2748 (thanks raybert) : active project + no longer stored in workspace but in dedicated layout file for + the workspace, and preferred target concept + +2012-05-28 19:28 killerbot + +svn8019:  SetProject call workspace::ActiveProjectChanged at the + right moment + +2012-05-28 19:09 killerbot + +svn8018:  comment out SetProject call + workspace::ActiveProjectChanged (aka previous commit, seems to + crash HARD) + +2012-05-28 19:00 killerbot + +svn8017:  on SetProject call worksapce::ActiveProjectChanged : in + preparation of active workspace/preferred target patch + +2012-05-28 18:55 killerbot + +svn8016:  cbworkspace : method ActiveProjectChanged added : in + preparation of active workspace/preferred target patch + +2012-05-28 18:23 killerbot + +svn8015:  -save he workspace layoutfile (at save workspace time + [unconditionally]) + +2012-05-28 18:09 killerbot + +svn8014:  - use preferred target (not yet from persistent layout + file, only runtime adjustments) when populating the target menu, + using the IsValidTarget method, and as such also taking the + current platform into account (has to be supported) + +2012-05-28 17:55 killerbot + +svn8013:  -workspace:load/save-layout methods (not called yet) + [they however call their workspace loader buddies] : in + preparation of active workspace/preferred target patch + +2012-05-28 17:42 killerbot + +svn8012:  - workspaceloader : load/save-laout methods added + (nothing being called yet) : in preparation of active + workspace/preferred target patch + +2012-05-28 17:10 killerbot + +svn8011:  - set the preferred target on workspace during target + selecton in gui : in preparation of active workspace/preferred + target patch + +2012-05-28 17:05 killerbot + +svn8010:  -preferred target methods on workspace : in preparation + of active workspace/preferred target patch + +2012-05-28 17:00 killerbot + +svn8009:  - IsValidTarget method added : in preparation of active + workspace/preferred target patch + +2012-05-27 21:36 killerbot + +svn8008:  remove warning : unused variable/value + +2012-05-27 21:26 killerbot + +svn8007:  remove warning : unused variable/value + +2012-05-27 21:23 killerbot + +svn8006:  easiest way to remove warnings : add virtual destructor + to base class + +2012-05-27 21:19 killerbot + +svn8005:  - remove warnings : pointer != int + +2012-05-27 21:00 killerbot + +svn8004:  - remove signed/unsigned warnings + +2012-05-27 20:59 killerbot + +svn8003:  propgrid : remove warnings : unused variables/values + +2012-05-27 16:29 jenslody + +svn8002:  - linux (rpm-based systems): changed spec-file template + to split packages in binaries, arch-independent, development- and + header-packages, similar to the debian package-layout + +2012-05-27 16:29 jenslody + +svn8001:  - linux (rpm-based systems): fixed spec-file template + to include new contrib-packages and work with new folder layout, + due to split of wxContribItems and wxSmithContribItems; layout + changes to enhance readability of spec-file; change + version-number in spec-file from 1.0_0.svn to 10.5.svn + +2012-05-27 16:29 jenslody + +svn8000:  - linux: fix update_revision.sh to work with git-svn + also; silent warning on non-debian systems + +2012-05-26 08:19 killerbot + +svn7999:  * CppCheck : save xml file so it can be processed by CI + systems like jenkins + +2012-05-25 22:59 jenslody + +svn7998:  * EditorTeaks-plugin: fix Makefile.am + +2012-05-25 14:48 mortenmacfly + +svn7997:  * applied patch by daniloz to fix bug described here: + http://forums.codeblocks.org/index.php/topic,14517.0.html + +2012-05-25 09:17 danselmi + +svn7996:  * EditoTweaks plugin: add option to configure maximum + of store aligner items + +2012-05-24 18:02 tpetrov + +svn7995:  - Set the focus to the correct file and line, when + using the --file command line option (thank Daniloz); + +2012-05-22 11:37 mortenmacfly + +svn7994:  * pumped ASTYLE plugin to astyle v2.03, see here: + http://forums.codeblocks.org/index.php/topic,15745.msg108900.html + +2012-05-21 07:08 mortenmacfly + +svn7993:  - tiny performance patch in addition to last revision + (don't trim() 3 times) + +2012-05-21 06:14 ollydbg + +svn7992:  * CC: Fix a bug when parsing some kind of buffer like + "const ALib::CommandLine & cmd", the tailing space should be + preserved in m_Str. See more details on + http://forums.codeblocks.org/index.php/topic,16361.msg110868.html#msg110868 + +2012-05-19 14:43 mortenmacfly + +svn7991:  * rollback last revision: Jens and my fix crossed in + SVN... ooops. + +2012-05-19 14:41 mortenmacfly + +svn7990:  * build fix for linux + +2012-05-19 14:30 jenslody + +svn7989:  * help-plugin (linux): make it compilable from separate + build-folders, if no development files for bzip2 or zlib are + installed + +2012-05-19 14:30 jenslody + +svn7988:  * linux build-fix, needed after changes in commit 7977 + +2012-05-19 14:30 jenslody + +svn7987:  * build-fix: remove remaining initialisation of no + longer existant progressbar-variable + +2012-05-19 14:29 jenslody + +svn7986:  * fix calculation of relativeToCommonTopLevelPath in + cbproject.cpp; fixes issue described here: + http://forums.codeblocks.org/index.php/topic,16322.msg110516.html#msg110516 + +2012-05-19 12:42 mortenmacfly + +svn7985:  * applied patch #3281 by ziss_dm for a slight + correction for the EditorColourSet::GetLanguageForFile to allow + filemasks + +2012-05-19 12:39 mortenmacfly + +svn7984:  * applied patch #3282 by alpha0010 to fix auto-indent + with CR line endings + +2012-05-19 12:37 mortenmacfly + +svn7983:  * applied patch by Pecan to fix error in find in files + dialog, see here: + http://forums.codeblocks.org/index.php/topic,16278.0.html + +2012-05-19 12:35 mortenmacfly + +svn7982:  * allow sorting in find dialog (applied modified patch + by Fnar, see here: + http://forums.codeblocks.org/index.php/topic,15919.msg107262.html) + +2012-05-19 12:31 mortenmacfly + +svn7981:  * compiler messages: avoid assertion in debug build on + shutdown (in addition to r7968) + +2012-05-19 12:31 mortenmacfly + +svn7980:  * cppcheck: make use of new file filter for C++ + +2012-05-19 12:30 mortenmacfly + +svn7979:  - editor style (no functional change) + +2012-05-19 12:17 mortenmacfly + +svn7978:  - editor style (no functional change) + +2012-05-19 12:17 mortenmacfly + +svn7977:  - fixed technically wrong include style in scripting + manager (be consistent with all other scripting using units) + +2012-05-19 12:16 mortenmacfly + +svn7976:  - some find dialog clean-up + +2012-05-19 12:16 mortenmacfly + +svn7975:  * changed the time the cbEVT_EDITOR_ACTIVATED event is + sent, this allows to obtain the associated project and does no + harm + * see here: + http://forums.codeblocks.org/index.php/topic,16249.msg110684.html + +2012-05-19 12:14 mortenmacfly + +svn7974:  * cbStatusBar updates / refinements, some slipped + already in with last commit + +2012-05-19 12:13 mortenmacfly + +svn7973:  * added "C++ " and H++" extensions to file filters and + scipting + +2012-05-19 12:11 mortenmacfly + +svn7972:  * applied patch by daniloz to auto-generate ZIPs also + for core plugins + +2012-05-19 12:07 mortenmacfly + +svn7971:  * fixed wrong SDK event definition for settings changed + +2012-05-18 23:15 tpetrov + +svn7970:  - regexp plugin: Applied patch #3287 'turn red on + syntax error' (thanks Alpha); + +2012-05-18 22:52 tpetrov + +svn7969:  - cpp-check: Fixed bug #18546 (thanks to Alpha); + +2012-05-18 22:34 tpetrov + +svn7968:  * compiler/todo: Fixed some crashes when the compiler + and todo plugins get unloaded/loaded/unloaded. See + http://forums.codeblocks.org/index.php/topic,16270.0.html and + http://forums.codeblocks.org/index.php/topic,16269.0.html ; + +2012-05-18 22:01 tpetrov + +svn7967:  * compiler: Switched full command line logging to be + the default option for all compilers; + +2012-05-14 07:03 mortenmacfly + +svn7966:  * CppCheck: Applied patch by Alpha: Proper macro + replacement in case of virtual target present + +2012-05-11 12:56 mortenmacfly + +svn7965:  - make batch build batch files more readable + +2012-05-11 07:36 mortenmacfly + +svn7964:  - rollback r7956 (use BE instead of AE) -> r7955 was + correct in the first place + +2012-05-11 07:28 mortenmacfly + +svn7963:  - cbEditor: same style for all (cpp unit global) + constants + +2012-05-11 07:23 mortenmacfly + +svn7962:  - proper XRC XML style format + +2012-05-11 07:22 mortenmacfly + +svn7961:  - coding style + +2012-05-11 07:21 mortenmacfly + +svn7960:  - committed forgotten implementation file of changed + (already committed) wxSmith dialog DataBreakpointDlg + +2012-05-11 07:19 mortenmacfly + +svn7959:  * update of wxSmithSTC to STEdit from v1.2.6 to v1.6.0 + +2012-05-11 07:14 mortenmacfly + +svn7958:  - tiny update of wxThings + +2012-05-09 14:27 ollydbg + +svn7957:  * Fix Bug #18534 "Functions returning T* are displayed + as returning T", use the m_FullType instead of m_BaseType, so the + call-tip shows correctly when the user enter a left parenthesis. + +2012-05-09 13:09 ollydbg + +svn7956:  - Use CenterOnParent() instead of CentreOnParent(), + because the British English is preferred. + +2012-05-09 08:03 ollydbg + +svn7955:  - Adjust/Center the dialog position after its + initialization. See discussion in: + http://forums.codeblocks.org/index.php/topic,15818.msg110127.html#msg110127 + +2012-05-07 19:43 tpetrov + +svn7954:  * Improved the UI for the first time C::B is started + and there is no default.conf file: + - Made the script console to be hidden by default; + - Added new method in the cbPlugin used to ask the priority of + the created toolbar, the default is 50; + - Changed the priority for the compiler and cc plugins to 1 and + 10 respectively; + - Refactored the toolbar creation code - now when the plugins are + loaded during the c::b's startup, + no toolbars are created, but the toolbars are created at the end + after all plugins have been loaded. + This makes it possible to sort toolbars by priority and to + optimize the layout (the old code created + every toolbar on new row, which was pretty ugly); + - Made the initial windows size a bit larger and used wxDisplay + to ask for the full size of the + desktop (not reliable on linux with enlightenment dr17 running); + - Made the tips of the day to not show by default and added a + link to them on the start here page; + (discussed here - + http://forums.codeblocks.org/index.php/topic,16288.0.html) + +2012-05-03 21:24 danselmi + +svn7953:  - ToDo plugin: performance improvement + +2012-05-03 17:47 danselmi + +svn7952:  fix performance regression introduced in r7897 + +2012-05-01 09:17 mortenmacfly + +svn7951:  fixed word wrap mode not selectable as reported here: + http://forums.codeblocks.org/index.php/topic,15883.0 + +2012-04-29 13:51 mortenmacfly + +svn7950:  * optimised layout of debugger dialogs (in core) -> + should be centered properly now. + +2012-04-29 13:37 mortenmacfly + +svn7949:  * fixed regression with import library generation as + reported here: + http://forums.codeblocks.org/index.php/topic,16199.msg110084.html + * optimised writing import library name only in case it differs + from the default value (as with all other options) + +2012-04-28 10:09 mortenmacfly + +svn7948:  - reverted snipped that got accidentally committed in + r7945 (see + http://forums.codeblocks.org/index.php/topic,16199.new.html) + +2012-04-28 10:01 mortenmacfly + +svn7947:  - massive SVN properties clean-up in addition to last + revision + - be consistent across all files in the repo to ease handling + +2012-04-27 19:06 tpetrov + +svn7946:  * fixed eol-style issues: Added svn:eol-style=native to + all files, used the dos2unix tool for some of the broken files + (see r7945) + +2012-04-26 18:30 mortenmacfly + +svn7945:  - PCH fixes + - some optimizations (return from function due to error checking + before creating local variables not needed if error) + - removed white-spaces / alignment fixes (no functional change) + - added missing changes in debugger settings dialogs (addition to + 7941) + +2012-04-25 23:12 tpetrov + +svn7944:  - help_plugins: Fixed compilation with gcc-4.7; + +2012-04-25 21:18 jenslody + +svn7943:  * readded close with middle-click on editor- and + infopane-tabs, accidently lost in commit 7911 + +2012-04-25 11:11 mortenmacfly + +svn7942:  * abbreviations plugin: applied patch by Neil + Butterworth (see + http://forums.codeblocks.org/index.php/topic,15450.0.html) + * abbreviations pluginlist abbreviations in alphabetic order + + cursor visible in the abbreviation code editor + +2012-04-25 08:55 mortenmacfly + +svn7941:  * finalised re-work of debugger settings dialog so it + sizes correctly (fist file already got committed in r7940 by + accident) + +2012-04-25 08:53 mortenmacfly + +svn7940:  * save/load dynamic link library lib name and def file + into project file -> *backward compatible* change in project file + +2012-04-23 18:02 tpetrov + +svn7939:  * debugger: Speed up workspace loading/closing (thanks + Pecan); + +2012-04-23 18:00 tpetrov + +svn7938:  * sdk: Added FindProjectForFile function to the + ProjectManager, useful when one needs to find the project for a + given file. Refactored the code to use the new function; + +2012-04-23 04:29 mortenmacfly + +svn7937:  * fixed layout issues on certain platfoms (see here: + http://forums.codeblocks.org/index.php/topic,15376.0.html) + +2012-04-20 01:24 ollydbg + +svn7936:  * Debugger plugin: detecting the PID value by parsing + the "[New Thread 2684.0xf40]" like string under MinGW GDB, this + avoid to set on/off the debugevents when debugger plugin started + and simplify the logic. See: + http://forums.codeblocks.org/index.php/topic,16159.msg109092.html#msg109092 + for more details. + +2012-04-18 06:52 tpetrov + +svn7935:  - debugger: Added a fixme comment, so I don't forget to + improve the code; + +2012-04-13 14:25 mortenmacfly + +svn7932:  * fixed inconsistency in wxSmith plugin (out of sync + with wxSmith files) as reported here: + http://forums.codeblocks.org/index.php/topic,16195.0/topicseen.html + (thanks frithjofh) + +2012-04-12 22:11 danselmi + +svn7931:  * SpellChecker plugin: fixed another crash-candidate, + remove duplicate code + +2012-04-12 07:33 tpetrov + +svn7930:  * debugger: Try to use the project's compiler first, if + there is no active target, then try the default compiler (thanks + to Pecan); + +2012-04-09 12:11 jenslody + +svn7929:  * wx2.9 : avoid assert message in debug-mode, due to no + longer existing menu-entry + +2012-04-09 12:11 jenslody + +svn7928:  * fix wx2.9 update-scripts after merge with + debugger-branch + +2012-04-09 08:20 jenslody + +svn7927:  * fix linux projectfile for wx2.9; was forgotten in + merge + +2012-04-09 01:31 ollydbg + +svn7926:  -debugger plugin: Adjust the regular expression to + match the pending breakpoint of gdb 7.5 and later. See: + http://forums.codeblocks.org/index.php/topic,16116.msg109217.html#msg109217 + for the detailed discussion. + +2012-04-07 16:01 tpetrov + +svn7925:  - debugger: Disable the options for showing the local + variables and function arguments, because they have not been + reimpleneted; + +2012-04-07 15:24 tpetrov + +svn7924:  - debugger: Artifact left from the old code; + +2012-04-07 12:12 mortenmacfly + +svn7923:  - tiny cod cleanup in CC + +2012-04-07 12:07 mortenmacfly + +svn7922:  * plugin manager: changed API for CC plugins to query + for file extensions the CC plugin is capable to code complete + * CC: re-implemented support of code completion for lexer + keywords + * work is based on a patch by darmar + - note: as we've just changed the SDK API version I don't pump it + again - take it as part of the merge... ;-) + +2012-04-07 11:57 mortenmacfly + +svn7921:  - two tiny corrections of merge (no functional change) + +2012-04-07 09:15 tpetrov + +svn7920:  * MERGED DEBUGGERS BRANCH (wxpropgrid_debuggers) BACK + IN TRUNK (all the changes in the branch are incorporated in + trunk, now) + +2012-04-04 01:08 ollydbg + +svn7917:  - fix log errors when comparing unsigned int with int, + see: + http://forums.codeblocks.org/index.php/topic,15945.msg109050.html#msg109050 + (Thanks VinniPuh) + +2012-03-27 10:25 jenslody + +svn7916:  - wx2.9: silent assert-messages in debug-mode + +2012-03-27 10:25 jenslody + +svn7915:  * fix crash with wx2.9 due to incorrect grid-sizer + settings + +2012-03-27 07:31 jenslody + +svn7914:  - avoid an asssert-message in wx2.9 if TabCtrlheight is + zero; exclude an include no longer needed for wx > = 2.9.4 + +2012-03-26 20:18 danselmi + +svn7913:  * Fixed bug mentioned here + http://forums.codeblocks.org/index.php/topic,16125 + +2012-03-26 18:49 jenslody + +svn7912:  * refactoring of our own gtk-notebookstyle; don't use + it with wxGTK >= 2.9.4, because it is the default style there + since r71002 + +2012-03-26 18:49 jenslody + +svn7911:  - add the possibility to have the close-button on the + right side of the tab control + +2012-03-25 11:03 tpetrov + +svn7910:  * editor: Fixed bug introduced with commit r7411 - + adding new python file doesn't call the + OverrideUseTabsPerLanguage and the global setting for use-tabs is + used; + +2012-03-24 09:09 mortenmacfly + +svn7909:  * SpellChecker plugin: pumped hunspell library from + 1.2.11 to v1.3.2 for several bugfixes -> Windows only change! + +2012-03-23 16:41 biplab + +svn7908:  * Fixed: Build with wx-2.9 + +2012-03-23 16:13 biplab + +svn7907:  * Fixed: Build warning due to wx-2.9 deprecated + functions. + +2012-03-21 00:12 danselmi + +svn7906:  * use human-readable language names (thanks ptDev) + * remove duplicate code + +2012-03-20 08:32 jenslody + +svn7905:  - fix project-files for wxsmithContribItems, thanks + LETARTARE for reporting + +2012-03-18 15:24 biplab + +svn7903:  * Fixed: Broken non-PCH build. + +2012-03-18 10:55 mortenmacfly + +svn7902:  - silence 3 debug warning messages + +2012-03-17 13:35 ollydbg + +svn7901:  -CC: add comments for BrowserOptions in parser.h. + -CC: rename ambiguous function name HandleMacro to + HandleMacroExpansion, and fix comments. + +2012-03-14 05:29 jenslody + +svn7900:  - expand macros in compiler and linker options + +2012-03-13 22:15 jenslody + +svn7899:  - autotools: wx2.9 detection, avoid error message with + older versions of wxwin.m4 + +2012-03-13 22:06 jenslody + +svn7898:  - fix for debian/rules; make it possible to override + the autodetection of cpu-count, to fine-tune the parallel build + +2012-03-13 21:39 danselmi + +svn7897:  * make ToDo list more language independent (mentioned + here: + http://http://forums.codeblocks.org/index.php/topic,15708.0.html) + +2012-03-13 12:37 jenslody + +svn7896:  * filemanager.plugin (linux): fix for host-parameters + in projectfile; workaround a hang on close or release of plugin, + due to problems with gamin and/or kernel. + +2012-03-13 12:37 jenslody + +svn7895:  * compiler-plugin: overworked custom makefile commands, + if not full commandline logging is used + +2012-03-13 08:47 tpetrov + +svn7892:  * autosave: + * Added option to auto-save the workspace; + * Added option to save all projects in the workspace, instead of + the active one only; + * Fixed a bug: prevent the user to enter timer intervals less + than 1 min; + +2012-03-06 21:27 jenslody + +svn7887:  * fix crash, if all tabs in infopane are closed and the + right mouse-button is clicked in the tabcontrol + +2012-03-06 18:54 tpetrov + +svn7886:  - fixed the spelling in the previous commit; + +2012-03-06 17:43 jenslody + +svn7885:  - avoid assert-message in debug-builds (and wx2.9), if + an infopane tab is toggled via close-button or middle-click + +2012-03-06 11:36 jenslody + +svn7884:  * fix an issue, that prevents infopane's tab layout + from being saved when compiled with wx2.9; removed unneeded ifdef + +2012-03-05 08:48 mortenmacfly + +svn7883:  - preparation of doxygen documentation update + +2012-03-03 15:28 biplab + +svn7882:  * Fixed: Broken build due to Rev 7880-7881. + +2012-03-03 13:29 mortenmacfly + +svn7881:  - tiny correction of r7880 + +2012-03-03 13:29 mortenmacfly + +svn7880:  * applied (modified) patch #3162: Append correct line + feed in the GetGeneratedFile function of scripted wizard + +2012-03-03 12:37 mortenmacfly + +svn7879:  * applied (modified) patch #3230: CppCheck: filter + non-C/C++ files; update commandline options + +2012-03-03 12:32 mortenmacfly + +svn7878:  * applied (modified) patch #3249: Cygwin Compiler + Autodetect fix + +2012-03-03 12:08 mortenmacfly + +svn7877:  * applied patch #3216: point SpellChecker url directly + to (moved) wiki-page + +2012-03-03 10:54 jenslody + +svn7876:  * wx2.9: (hopefully) finally fix the dead-lock on + startup, that can occur from time to time + +2012-03-03 10:53 jenslody + +svn7875:  -fix update-script for wx2.9 + +2012-03-02 16:24 jenslody + +svn7874:  - wx2.9 build-fixes for automake system + +2012-03-02 16:24 jenslody + +svn7873:  - tiny fix for debian package-dependencies + +2012-03-01 22:35 jenslody + +svn7871:  - tiny fixes for scripts used for automatic updates; + fix issue with (at the moment ?) no longer working berlios-urls + +2012-03-01 16:55 mortenmacfly + +svn7868:  * CC: extracted UI independent code of native parser + into an own base class, so we can write tests for it (and use it + in ParserTest project) + - unfortunately, this was not possible for CC's whole AI + functionality, so some parts are still missing + +2012-03-01 16:32 jenslody + +svn7867:  - reverted commit 5616, that was introduced as + temporary fix for a lock-up at start with wx2.9 + +2012-03-01 09:55 jenslody + +svn7866:  * cbauibook: Make sure, MinimizeFreeSpace is not called + from insize the resize event, because this does not work on wx2.9 + +2012-03-01 09:55 jenslody + +svn7865:  - explicitely use wx-config from wx2.9 in the + appropriate projectfile on Linux + +2012-02-29 11:42 tpetrov + +svn7864:  - autotools: Fixed make dist; + +2012-02-28 17:39 mortenmacfly + +svn7863:  * properly make sure CB_PRECOMP is un-defined in case + NOPCH is defined + +2012-02-28 16:47 mortenmacfly + +svn7862:  * CC: applied patch by Darius Markauskas (darmar) to + allow foreign CC plugin to take over (basically CC skips file + types other than C / C++ now) + +2012-02-27 19:30 mortenmacfly + +svn7861:  * applied patch #3234: Brace completion over selected + text (slightly modified) + +2012-02-26 20:16 jenslody + +svn7860:  - remove redundant code, that can lead to a warning + about unused variable + +2012-02-26 11:53 jenslody + +svn7859:  - wx2.9 compilataion fixes for gtk-notebook-style; use + gtk-notebook as default on linux for C::B's project-files also, + needed define was only set for automake-system + +2012-02-26 09:58 mortenmacfly + +svn7858:  * applied patch #3215: add STL and C Library bindings + to HeaderFixup + - some clean-up and speed-up in header-fixup plugin + +2012-02-25 08:44 mortenmacfly + +svn7854:  * compiler: show output size even in case output + specification (filename) contains macros + +2012-02-24 15:57 biplab + +svn7853:  * Fixed: Missing include file. + * Fixed: Multiple include file entries. + +2012-02-24 15:28 biplab + +svn7852:  * Fixed: Compilation warnings with -Woverloaded-virtual + switch. + +2012-02-23 19:43 mortenmacfly + +svn7851:  * simplified compiler plugin and PipedProcess interface + to reduce complexity(in preparation for a bugfix) + +2012-02-23 12:24 mortenmacfly + +svn7850:  - fixed another Linux automake issue + +2012-02-23 10:54 jenslody + +svn7849:  - wx2.9: reduce assert-messages, due to incorrect + settings in xrc-file; avoid assert in VirtualBuildTargetsDlg, if + no virtual targets exist + +2012-02-23 10:54 jenslody + +svn7848:  wxGTK > 2.9: fix Freeze()/Thaw() issue if editor gets + (un-)splitted; after thaw nothing was repainted + +2012-02-23 10:54 jenslody + +svn7847:  * wx2.9: fix crash of projectfile dialog, due to + incorrect amount of columns/rows in some wxGridSizer's + +2012-02-23 10:30 mortenmacfly + +svn7846:  * tiny updated to wxSmith related stuff (no major + functional changes) + +2012-02-22 21:43 jenslody + +svn7844:  - more changes for debian/control, to fix lintian + errors + +2012-02-22 21:06 jenslody + +svn7842:  - tiny changes (mainly formatting) to debian/control + file + +2012-02-22 18:18 jenslody + +svn7840:  * add missing Makefile.am for wxled; tiny fix for + wxTreelist's Makefile.am (removed unneded compilerflags); fix for + wxTreelists pkg-config file (incorrect include-path) + +2012-02-22 16:48 mortenmacfly + +svn7839:  * added missing Makeile.am for wxTreeList + +2012-02-22 16:35 mortenmacfly + +svn7838:  * committed forgotten workspace files (which will + correct the build order for wxSmith) + +2012-02-22 14:40 mortenmacfly + +svn7835:  * merged wxSmith branch into trunk + * this brings tons of new wxSmith items, including KWIC, + wxImagePanel, wxGridBagSizer and more + * based on work of the community, mainly cryogen + * for more information, see changelog of wxSmith branch + * also, re-factoring of contributed wxWidgets items for wxSmith + * PLEASE DO A CLEAN CHECKOUT AND RE-BUILD EVERYTHING FROM + SCRATCH! + +2012-02-22 08:55 mortenmacfly + +svn7832:  * rollback of r7825-r7831 + +2012-02-22 07:02 mortenmacfly + +svn7831:  - compilation fix for 32 bit build + (http://forums.codeblocks.org/index.php/topic,15995.msg107828.html) + +2012-02-21 20:05 mortenmacfly + +svn7830:  - 64 bit updates (5): resource file + +2012-02-21 19:55 mortenmacfly + +svn7829:  * added 64 bit project files (Windows), using a custom + 64 bit compiler + -> make a copy of "GNU GCC Compiler", rename it it to "GNU GCC 64 + Compiler", so the project file works + +2012-02-21 19:43 mortenmacfly + +svn7828:  - 64 bit updates (4): compiler and debugger plugin + +2012-02-21 19:26 mortenmacfly + +svn7827:  - 64 bit updates (3): SDK and main C::B application + - updated build batch files + - undefine CB_PRECOMP if NOPCH is defined (to easier find NOPCH + fixes) + +2012-02-21 19:15 mortenmacfly + +svn7826:  - 64 bit updates (2). squirrel library + +2012-02-21 19:13 mortenmacfly + +svn7825:  - 64 bit updates (1). prep.h + +2012-02-21 19:11 mortenmacfly + +svn7824:  - tiny clean-up in TinyXML library + +2012-02-19 18:06 tpetrov + +svn7822:  - compiler: Print the name of the compiler in the + 'invalid compiler' message. Also print the path to the GUI, where + the settings should be changed; + +2012-02-19 12:24 mortenmacfly + +svn7821:  * added support to import DLL configurations for MSVC7 + * added support for "FileConfiguration" node for MSVC7 projects + (i.e. additional includes) + * make use of project UUID for calculating dependencies between + MSVC7 projects + * first attempt to add support for importing MSVC10 solutions / + workspaces / projects (not yet working for all new features) + - scripting: show an error if a call to a menu failed (i.e. the + menu was not found by its name) + +2012-02-19 12:19 tpetrov + +svn7820:  * valgrind: Added configuration panel in the + Compiler/Debugger Settings. With this dialog the user can control + the path to valgrind executable, additional arguments, some of + the mem check options; + +2012-02-19 10:32 jenslody + +svn7819:  - projectmanager: fix the functions that save and + expand selected nodes to work correctly with multiple selections + +2012-02-18 13:55 tpetrov + +svn7818:  * valgrind: Added a menu item to load an external xml + log file for the MemCheck tool; + +2012-02-18 12:26 tpetrov + +svn7817:  * valgrind: + * Improved the printing of the stack, now the whole stack is + printed in consequtive lines; + * Added the option to track-origins, usefull for debugging the + unitiliazed access errors; + * Printed the second stack related to the track-origins option. + Also printed the auxwhat value; + * Added ValgrindListLog::Fit() function, called at the end of the + log generation, so all the text is visible and the user don't + have to move the column sliders; + +2012-02-18 11:17 mortenmacfly + +svn7816:  * show an info, if a wrong DDE topic has been received + (Windows) + * set minimal wx version to 2.8.9 (if not, a compile time + assertion will be raised) - that's OK; since we need 2.8.9 since + a while now + - compatible formatting for wx2.8.9+ ad wx2.9 + +2012-02-18 11:14 mortenmacfly + +svn7815:  * fixed silent crash on wx28, Windows (32 bit) + - compatible formatting for wx2.8.9+ ad wx2.9 + +2012-02-17 23:28 tpetrov + +svn7813:  * valgrind: Add support for targets, where the + execution directory is != '.'; (Codeblocks-unix.cbp is supported + now) + +2012-02-17 22:55 killerbot + +svn7812:  - always put braces, even for 1 liners + +2012-02-17 21:53 tpetrov + +svn7811:  * valgrind: Add support for projects with virtual + targets, like the Codeblocks-unix.cbp project; + (Codeblocks-unix.cbp still doesn't work) + +2012-02-17 17:26 jenslody + +svn7810:  - fix format-strings, that lead to asserts with wx29 + and probably wx debug-builds + +2012-02-17 11:55 mortenmacfly + +svn7809:  * merged r6643 from debugger branch into trunk + +2012-02-17 11:04 tpetrov + +svn7808:  - compiler: Print the name of the compiler at the start + of the build/clean process. Hopefully it will ease debugging + user's problems; + +2012-02-14 19:41 tpetrov + +svn7807:  - compiler: noPCH build fix; + +2012-02-14 16:11 mortenmacfly + +svn7806:  - update of core project files so parallel compilation + with wx2.8.x and wx2.9.x using PCH works + - enable verbose mode when running C::B from project file + - removed irrelevant relocation switch + - disable CC collapsing item on wx 2.9.x (leads to a crash) + +2012-02-14 15:51 mortenmacfly + +svn7805:  - compiler: remove wx 2.9.x wxString compatibility + macros also working with wx 2.8.9+ (we have such anyways in many + other parts of the code which is working there, too) + +2012-02-14 15:45 mortenmacfly + +svn7804:  * compiler: removed makefile generator in favour of + makefile plugin (needs to be added later) + +2012-02-14 15:41 mortenmacfly + +svn7803:  - compiler: variable naming + +2012-02-14 15:33 mortenmacfly + +svn7802:  * compiler: improved way for setting up compiler + environment with respect to PATH envvar + - compiler: removed commented method declarations no longer + available + +2012-02-14 15:29 mortenmacfly + +svn7801:  * compiler: make compile file request work better + (without user interaction + - compiler: separate three modes of compilation (for the above) + +2012-02-14 15:28 mortenmacfly + +svn7800:  * compiler messages: disconnect events connected + +2012-02-14 15:14 mortenmacfly + +svn7799:  * parsertest: fixed crash bug + - cc: avoid compiler warnings + +2012-02-12 17:26 jenslody + +svn7798:  - changes for debian/control, to avoid conflicts on + package-update + +2012-02-12 13:02 mortenmacfly + +svn7793:  * have C::B flush the current config on "SaveAll" (nice + if a nasty plugin crashes C::B at shutdown and thus configuration + would be lost) + - remove "unused variable" warning for globals.cpp + +2012-02-12 12:56 mortenmacfly + +svn7792:  * header fix-up plugin: dont "spam" config file if not + needed + +2012-02-11 02:42 ollydbg + +svn7789:  -CC: refactoring to move some type declarations from + token.h to tokenstree.h, because these declarations were dedicate + to tokenstree.h. + +2012-02-10 19:18 mortenmacfly + +svn7788:  * CC: updated parsertest to be way faster and show + progress of tokens added + +2012-02-10 11:48 mortenmacfly + +svn7787:  - envars plugin: wx 2.9.x compatibility, trace macro + compiler warning + +2012-02-10 11:48 mortenmacfly + +svn7786:  * envvars plugin: fixed bug described here: + http://forums.codeblocks.org/index.php/topic,15926.msg107296.html#msg107296 + +2012-02-09 07:50 jenslody + +svn7785:  * CC-plugin: avoid possible infinite wait, if cc-plugin + should be disabled, by adding a termination request; avoid + possible memory-violation in UpdateLayout, if classbrowser is + floating + +2012-02-06 19:09 killerbot + +svn7784:  Valgrind plugin : replace macros + +2012-02-06 13:15 ollydbg + +svn7782:  -SDK: Fix a bug that saving cbp file makes extra + content changes, reported in + http://forums.codeblocks.org/index.php/topic,15904.msg107177.html#msg107177, + the patch is from Morten. + +2012-02-05 13:29 mortenmacfly + +svn7778:  * CC: pause / resume thread for safety if class browser + is updated, so the thread cannot be interrupted anymore + * CC: send event from class browser thread to parent (class + browser) if something relevant changes + - CC: re-organisation of class browser and class browser builder + thread due to the above + - CC: cleaning up and documenting code + +2012-02-05 12:21 jenslody + +svn7777:  * speed up closing large project; (hopefully) finally + fix a crash on close, that occurs from time to time, see: + http://forums.codeblocks.org/index.php/topic,15901.msg107140.html#msg107140 + and + http://forums.codeblocks.org/index.php/topic,15882.msg107033.html#msg107033 + +2012-02-05 09:23 jenslody + +svn7775:  - add the missing cctreectrl-files to wx29 projects + also + +2012-02-05 07:59 jenslody + +svn7774:  * add missing cctrectrl.{cpp,h} to linux projectfile, + add cctrectrl.h to windows projectfile + +2012-02-05 01:25 ollydbg + +svn7773:  -CC: fix build error due to a missing source file in + CodeBlocks.cbp. (Thanks stahta01) + +2012-02-04 23:33 tpetrov + +svn7772:  * Show an InfoWindow, when the end of the document is + reached, while using the Search->Find function; + +2012-02-04 23:29 tpetrov + +svn7771:  - compiler plugin: Select the active target, even if + the user wants to edit the build options for a non-active + project; + +2012-02-04 15:49 mortenmacfly + +svn7770:  - CC: formatting + +2012-02-04 15:47 mortenmacfly + +svn7769:  - updated SVN ignore pattern so they work on Windows, + too (thus, avoid committing build stuff) + +2012-02-04 15:44 mortenmacfly + +svn7768:  - CC: updated Linux build system (automake -> distclean + before next build build needed!) + +2012-02-04 15:41 mortenmacfly + +svn7767:  * CC: separated CCTreeControl into own file + * CC: use Mutex instead of critical section for Parser, as it can + be traced to a deadlock! (wxCriticalSection just freezes) + * CC: separated locker macros, so that individual mutexes can be + traced + - CC: nativeparser: avoid calling ClassBrowser->UpdateView() + twice when settings a new parser (speed improvement) + - CC: put embedded ParserDirTraverser class into common block in + nativeparser + - CC: classbrowser re-organsiation of methods and formatting + (preparation for new method of locking, changes NOT yet + committed) + - CC: some tiny code clean-ups to improve readability + +2012-02-02 23:38 mortenmacfly + +svn7766:  *CC: fixed a hang on CC, reported here: + http://forums.codeblocks.org/index.php/topic,15885.msg107044.html#msg107044 + +2012-02-02 14:14 ollydbg + +svn7765:  CC: fix a build error when CC_ENABLE_LOCKER_ASSERT is + defined. + +2012-02-02 13:52 thomasdenk + +svn7764:  Prevent crash on exit due to referencing unallocated + memory from wxArray::Remove (courtesy of Pecan). + +2012-02-01 16:44 mortenmacfly + +svn7763:  * cclogger: updated CC macros to enable simply assert + mode + - other files: style/comments + +2012-02-01 15:45 jenslody + +svn7762:  - add svn.eol property to new update29-script + +2012-02-01 15:41 jenslody + +svn7761:  * wxWidgets 2.9 related changes: add unix-project-file + and update-script; small build-fixes; (hopefully) get rid of the + annoying crash on close, due to event-handlers + +2012-02-01 12:37 mortenmacfly + +svn7760:  * CC: relax "Macro-Foo" + +2012-02-01 10:36 mortenmacfly + +svn7759:  * removed wx 2.4.x compatibility artefacts (C::B does + not compile on wx 2.4.x anyways anymore...) + +2012-02-01 10:34 mortenmacfly + +svn7758:  - dumping style changes of my working copy (no + functional change) + +2012-02-01 10:10 mortenmacfly + +svn7757:  - consistent SVN EOL style and SVN keyword substitution + for other files (finally...) + +2012-02-01 10:01 mortenmacfly + +svn7756:  - consistent SVN EOL style and SVN keyword substitution + for other files + +2012-02-01 10:00 mortenmacfly + +svn7755:  - consistent SVN EOL style and SVN keyword substitution + for other files + +2012-02-01 09:59 mortenmacfly + +svn7754:  - consistent SVN EOL style and SVN keyword substitution + for other files + +2012-02-01 09:58 mortenmacfly + +svn7753:  - consistent SVN EOL style and SVN keyword substitution + for other files + +2012-02-01 09:50 mortenmacfly + +svn7752:  - consistent SVN EOL style across source files + +2012-02-01 09:45 mortenmacfly + +svn7751:  - consistent SVN keyword substitution across source + files + +2012-02-01 09:43 mortenmacfly + +svn7750:  - keep Unix EOF style for Makefile.am files (SVN + property) + +2012-02-01 09:42 mortenmacfly + +svn7749:  - CC: updated SVN keyword substitution for new files + +2012-02-01 09:37 mortenmacfly + +svn7748:  * CC: fixed entering a critical section too often in + class browser + +2012-01-31 21:30 mortenmacfly + +svn7747:  * CC again: major refactoring concerning lockers + * CC: hopefully removed dead-lock + * CC: extracted more classes so they can be used/tested in + ParserTest (automake updated) + - updated SVN ignore pattern + +2012-01-31 12:09 jenslody + +svn7746:  * help-plugin: fix annoying occasionally happening + crash on shutdown ("double free or corruption" or "corrupted + double-linked list"), due to linking against static-libs, that + are already linked in through libcodeblocks.so (linux only); + style changes + +2012-01-31 10:30 mortenmacfly + +svn7745:  * CC: made ParserTest "reload" work again + * CC: optimised and clarified interface to "SkipToOneOfChars" in + parser thread + +2012-01-30 17:23 biplab + +svn7741:  * Reverted: Partially commit 7739. + +2012-01-30 17:03 biplab + +svn7740:  * Fixed: Compilation warnings with -Woverloaded-virtual + switch. + +2012-01-30 16:58 biplab + +svn7739:  * Fixed: Compilation warnings with -Woverloaded-virtual + switch. + +2012-01-30 09:33 ollydbg + +svn7738:  -CC: do not match on a token whose length > 1, some + comments added. + +2012-01-30 06:13 mortenmacfly + +svn7737:  * cbProject: fixed possible crash candidate in + CloseAllFiles (most likely on shutdown) + +2012-01-29 12:08 mortenmacfly + +svn7735:  * made About dialog work properly (i.e. not crash) + under wx 2.9.x + +2012-01-29 09:52 mortenmacfly + +svn7734:  - another compilation fix for CC plugin + +2012-01-29 06:59 mortenmacfly + +svn7733:  - compilation fix for CC plugin + +2012-01-29 06:18 mortenmacfly + +svn7732:  * CC: major refactoring to allow the use of the + CCDEebugInfo dialog in ParserTest project (via menu -> find -> + token) + * CC: optmised ParserTest application to make use of a file queue + (enables to parse files serialised and added in between) + * CC: ParserTest allows to scan priority files first (if needed, + handle with care -> can take long!) + - synchronised projects files Windows / Linux concerning wizard + +2012-01-29 05:49 ollydbg + +svn7731:  CC: comments refine, no code changes. + +2012-01-28 15:17 mortenmacfly + +svn7730:  * CC: remove global function from CC + * CC: renamed some token variabes to make clear what there are + for + * CC: overworked parsertest massively to parse files serialised + but creating ONE TokensTree (not many temporary) + +2012-01-28 15:15 mortenmacfly + +svn7729:  * added new cbEditor API to jump to specific line/token + (preparation to remove global function from CC) + +2012-01-27 21:55 tpetrov + +svn7728:  - envvar plugin: Do not uncheck the edited env variable + (it seems that SetString unchecks the item); + +2012-01-27 16:43 biplab + +svn7727:  * Fixed: Broken build due to Rev 7725. + +2012-01-27 16:33 biplab + +svn7726:  * Fixed: Compilation of CodeSnippets with + wxWidgets-2.8.12. + +2012-01-27 15:20 mortenmacfly + +svn7725:  - CC: adopted *nix/Linux project file for CC parser + test + +2012-01-27 15:19 mortenmacfly + +svn7724:  - CC: adopted *nix/Linux build system according to last + changes + +2012-01-27 15:10 mortenmacfly + +svn7723:  * CC: major re-factoring to separate hidden classes and + global hidden methods (using separate files and/or namespaces) + - CC: *nix/Linux build system needs update (will follow) + +2012-01-27 11:06 mortenmacfly + +svn7722:  - CC: some more debug output if creating a token failed + (i.e. due out of memory) - only visible, if debugging is + explicitely compiled in + +2012-01-27 10:40 mortenmacfly + +svn7721:  actually valid for r7220 (committed too early by + accident): + * CC: added support for __attribute__ statements in structs + (classes, typedefs) + * CC: better handle const and volatile in front of namespaces + (classes) + - CC: code-refinement an improved readability (separation of + sections) + +2012-01-27 10:21 mortenmacfly + +svn7720:  - CC: formatting (no functional change) + +2012-01-27 10:21 mortenmacfly + +svn7719:  * CC: made some of the options persist again (ooops) + +2012-01-26 15:33 mortenmacfly + +svn7717:  * attempt to make KEY_DOWN work in management pane + +2012-01-26 15:32 mortenmacfly + +svn7716:  - style, no functional changes + +2012-01-24 23:32 danselmi + +svn7715:  * applied patch #3226 and extended part list with + devices supported by gcc-4.5.3 + +2012-01-24 22:49 danselmi + +svn7714:  * Fixed: bug discussed here: + http://forums.codeblocks.org/index.php/topic,15847.0.html + +2012-01-24 11:01 jenslody + +svn7713:  * linux: fix build-errors with automake-system, if + "make dist" was not used from C::B's root-folder + +2012-01-20 21:28 tpetrov + +svn7711:  - autotools build system: Add all scripts in + src/scripts to the distribution/installation; + +2012-01-17 10:14 jenslody + +svn7702:  * do not connect events to dummy editor (used to backup + foldstate), avoid moving breakpoints after the end of the file + and probably other issues + +2012-01-16 23:25 danselmi + +svn7701:  * adjust SDCC's options + +2012-01-16 14:44 pecan + +svn7699:  BrowseTracker - JumpTracker:record deactivated position + rather than activated position + +2012-01-13 19:22 mortenmacfly + +svn7694:  * added batch build files for build and re-build of + core and plugins (Windows only atm) + +2012-01-06 09:23 mortenmacfly + +svn7671:  * merged (back-ported) wxPropGrid changes form debugger + branch into trunk foe wx 2.9.x compatibility + +2012-01-03 19:14 mortenmacfly + +svn7663:  * updates to fix compilation errors under wx 2.9.x + (2.9.3 explicitly) under Windows + - updated SVN ignore patterns + +2012-01-03 17:19 mortenmacfly + +svn7662:  - sync'd project files for wx 2.8.x and wx 2.9.x + +2012-01-03 17:17 mortenmacfly + +svn7661:  * updated project file for compilation of C::B using + wxWidgets 2.9.x under Windows in separate older (parallel to wx + 2.8.x stream) + +2012-01-03 10:30 mortenmacfly + +svn7660:  * CC: fixed parser dummy implementation not compiling + anymore after latest changes + +2012-01-03 09:57 mortenmacfly + +svn7659:  * CC: better implementation for selecting items from + builder thread via event (based on a patch of darmar) + +2012-01-03 09:49 mortenmacfly + +svn7658:  * removed CC cache to file (not used since ages, the + ode is still in SVN for the record) + * CC: implemented option to setup files to parse by extension + (see + http://forums.codeblocks.org/index.php/topic,15760.msg105934.html) + +2012-01-02 21:06 tpetrov + +svn7657:  - broken_files script-plugin: Made the script to setup + the menu correctly, when using translated C::B; + +2012-01-01 14:20 jenslody + +svn7655:  * fix bug described here: + http://forums.codeblocks.org/index.php/topic,15439.msg105875.html#msg105875 + keyboard events are now send to the project-tree (if not a + del-key is pressed), opening files with enter works again + +2011-12-30 19:14 mortenmacfly + +svn7652:  * reverting r7651 - seems I picked the wrong revision + for the backport?! + +2011-12-30 15:28 mortenmacfly + +svn7651:  * backport of debugger branch commit to fix an issue + with BP handling with CDB + +2011-12-30 09:20 jenslody + +svn7650:  * broken_files script-plugin: fix to correctly remove + all broken files at once + +2011-12-29 20:02 tpetrov + +svn7649:  * script_plugins: Added Find Broken Files plugin made + by Morten; + +2011-12-29 16:45 tpetrov + +svn7648:  - applied the dark theme patch by Carl Colijn + (http://forums.codeblocks.org/index.php/topic,15564.0.html) + +2011-12-17 13:54 jenslody + +svn7639:  * Reimplement GetFile(index) for projects and implement + it for targets, to fix broken scripts + +2011-12-14 13:52 pecan + +svn7636:  CodeSnippets: remove code incompatible with debugger + branch + +2011-12-13 21:58 danselmi + +svn7635:  * added MCS51 project wizard and template (applying + patch #3226) + +2011-12-13 14:27 pecan + +svn7634:  Patch 3111 JumpTracker no wrap mod + +2011-12-11 11:22 mortenmacfly + +svn7633:  * add plugins node (plugins enabled/disabled) to + cb_chare_config, order nodes alphabetically + +2011-12-08 10:48 thomasdenk + +svn7632:  - Generate empty config if an existing config file is + empty (zero-len) or was removed between the access check at + startup and opening it (or any other fail-to-load, not + fail-to-validate error) rather than raising an exception + +2011-12-07 09:38 jenslody + +svn7626:  * fix broken "Create project from target..."; was + broken since commit 7588 + +2011-12-04 12:24 mortenmacfly + +svn7623:  * applied patch by xunxun to include gfortran compiler + into common functions for scripting (setting up common compiler + switches) + +2011-11-27 09:10 mortenmacfly + +svn7620:  - silence another warning in debug mode (there is still + a weird error on exit due to CC that I didn't manage to resolve + so far) + +2011-11-27 08:29 jenslody + +svn7619:  * change the way infopane tabs get reordered if + necessary; speed up perspective changes a lot (especially on + linux), see: + http://forums.codeblocks.org/index.php/topic,15544.msg104557.html#msg104557 + for details + +2011-11-26 15:34 mortenmacfly + +svn7618:  - editor colourset related: silence warnings in debug + build (accessing non-existent directory) + - fix a wx 2.9.x compilation error + +2011-11-26 15:33 mortenmacfly + +svn7617:  - make even more XRC file to have the right, common + header to silence debug messages in debug builds (especially wx + 2.9.x) + +2011-11-26 15:17 mortenmacfly + +svn7616:  - lib_finder: silence warnings in debug build + (accessing non-existent directory and pkg-confg command not found + +2011-11-26 15:16 mortenmacfly + +svn7615:  - make all XRC file to have the right, common header to + silence debug messages in debug builds (expecially wx 2.9.x) + +2011-11-26 11:43 jenslody + +svn7614:  - another compilation fix + +2011-11-26 10:58 mortenmacfly + +svn7613:  - tiny compilation fix + +2011-11-26 10:48 mortenmacfly + +svn7612:  * fixed a few more crash candidates in wxSmithAUI + implementation + +2011-11-26 10:33 mortenmacfly + +svn7611:  * fixed a crash bug in wxSmithAUI notebook + +2011-11-26 08:12 killerbot + +svn7610:  fix the build : wrong cfortran compiler class used + +2011-11-25 20:54 mortenmacfly + +svn7609:  - adopted Unix build system to include new Fortran + compiler support + +2011-11-25 20:50 mortenmacfly + +svn7608:  - get rid of some mixed tab/space whitespace mess (NO + functional changes) + +2011-11-25 20:48 mortenmacfly + +svn7607:  * added WORKSPACE_LOADING_COMPLETE SDK event, based on + a patch by daniloz + +2011-11-25 20:44 mortenmacfly + +svn7606:  * added GNU Fortran and G95 compiler support to + Code::Blocks (based on C::B Fortran project of darmar (TODO: + Adopt Unix build system, will follow...) + +2011-11-25 20:39 mortenmacfly + +svn7605:  * pumped astyle to v2.0.3 + +2011-11-24 22:17 jenslody + +svn7604:  * changed the way a tab-tooltip is set, so tooltips for + newly created files or files "saved as" are shown correctly + +2011-11-20 10:44 mortenmacfly + +svn7600:  - svn EOL, type and keyword substitution updates for + consitency + +2011-11-20 10:25 tpetrov + +svn7599:  - added mime-type property for an icon + +2011-11-20 08:54 mandrav + +svn7598:  * when checking for changed static library + dependencies, look in compiler's linker search paths too + * when checking for changed static library dependencies, include + libraries referenced directly (w/out the use of linker's search + path) + +2011-11-19 09:55 tpetrov + +svn7597:  - SpellChecker: changed the order of the libs because + the linker couldn't find some symbols + +2011-11-19 09:42 tpetrov + +svn7596:  - SpellChecker: fixed compilation on linux using C::B + +2011-11-18 11:31 mandrav + +svn7595:  * Force target re-link if any static library it depends + on gets updated (i.e. no need to manually add an external + dependency for static libraries anymore) + +2011-11-13 19:04 mortenmacfly + +svn7593:  - svn EOL, type and keyword substitution updates for + consitency + +2011-11-13 18:58 jenslody + +svn7592:  * increased SDK version number + +2011-11-13 18:40 mortenmacfly + +svn7589:  * rename PrjTree to cbTreeCtrl to comply with other + specialisations + * added missing NULL pointer check in projectoptionsdlg + - removed dead code + - some formatting (removal of tabs and minimising code) + +2011-11-13 16:10 jenslody + +svn7588:  * switch ProjectFile-List to wxHashSet, decreases time + needed to load large projects a lot + +2011-11-11 18:13 killerbot + +svn7583:  remove warnings due to unused variables, useless sets + +2011-11-09 16:01 jenslody + +svn7581:  * remove remaining gtk2-dependencies for + codesnippets-plugin + +2011-11-09 14:12 mortenmacfly + +svn7580:  - codesnipptes project file: removed X11 dependency + +2011-11-08 22:30 tpetrov + +svn7579:  * Added min size setting for the parameters text + control in the 'Set programs' arguments' dialog + +2011-11-08 19:23 mortenmacfly + +svn7578:  - some more linux (unix) project files fixes + +2011-11-08 16:32 mortenmacfly + +svn7574:  * a couple of Mac compatibility fixes + +2011-11-08 13:00 mortenmacfly + +svn7571:  - linux (unix) project files fixes: use auto-prefix and + auto-extension + +2011-11-07 20:09 mortenmacfly + +svn7570:  * fixed compilation error introduced with laste commit + +2011-11-07 13:49 mortenmacfly + +svn7569:  * compiler: allow multiple selection of directories for + all operations (copy / delete / move...) + +2011-11-06 18:29 jenslody + +svn7567:  * revert commit 7307 and 7460, to increase loadspeed + for large projects and fix the calculating of the common toplevel + path, see: + http://forums.codeblocks.org/index.php/topic,15430.msg103943.html#msg103943 + for details + +2011-11-05 16:03 danselmi + +svn7563:  - change generated library name (to match the + plugin-name) + +2011-11-05 00:19 jenslody + +svn7562:  * fixes for automake-system, to be able to build C::B + from a build-directory, which is not the top_srcdir (thanks + milamber for the hint) + +2011-11-04 10:07 jenslody + +svn7556:  * fix some more issues related to multiple selection + tree-ctrl; fix linux (?) refreshh issue with project-tree + +2011-11-04 09:24 mortenmacfly + +svn7554:  * fixed a few tree selection issues introduced with + switch to multiple selections + +2011-10-29 17:23 mortenmacfly + +svn7548:  * fixed virtual folder not expanding on double click + +2011-10-28 14:46 mortenmacfly + +svn7546:  - correction of XRC resource files (missing XML tags + and alike) -> solves some runtime warnings in debug build, part 3 + +2011-10-28 14:46 mortenmacfly + +svn7545:  - correction of XRC resource files (missing XML tags + and alike) -> solves some runtime warnings in debug build, part 2 + +2011-10-28 14:43 mortenmacfly + +svn7544:  - correction of XRC resource files (missing XML tags + and alike) -> solves some runtime warnings in debug build + +2011-10-28 14:37 mortenmacfly + +svn7543:  * partial merge from debugger branch: + * added ability to specify whether an application should run in a + terminal or not (as this has been requested several times now) + * functionality can be accessed via "select target" dialog + +2011-10-28 14:14 mortenmacfly + +svn7542:  * apply optimisation flags to compiler derived from + intel fortran compiler (thanks Darius) -> sixth part of a couple + of patches of the FortranProject plugin + +2011-10-28 14:13 mortenmacfly + +svn7541:  * made ToDo plugin to recognise Fortran comments + (thanks Darius) -> fifth part of a couple of patches of the + FortranProject plugin + * fixed a hug in ToDo list plugin with line endings (CR and LF + were swapped) + +2011-10-28 14:12 mortenmacfly + +svn7540:  * exposed new Fortran file extensions to scripting + engine (thanks Darius) -> fourth part of a couple of patches of + the FortranProject plugin + +2011-10-28 14:11 mortenmacfly + +svn7539:  * added new Fortran file extensions (thanks Darius) -> + third part of a couple of patches of the FortranProject plugin + +2011-10-28 14:10 mortenmacfly + +svn7538:  * added new SDK events "cbEVT_COMPLETE_CODE" and + "cbEVT_SHOW_CALL_TIP" (thanks Darius) -> second part of a couple + of patches of the FortranProject plugin + +2011-10-28 14:09 mortenmacfly + +svn7537:  * updated fortran lexer (thanks Darius) -> first part + of a couple of patches of the FortranProject plugin + +2011-10-28 12:04 tpetrov + +svn7536:  - CC: noPCH build fix + +2011-10-28 07:26 jenslody + +svn7534:  - fixed incorrect escape-sequence introduced in commit + 7523 + +2011-10-27 08:01 mortenmacfly + +svn7531:  * implemented drag & drop of multiple selections + (items) in project tree + * based on patch#3030 by codeman + +2011-10-27 07:29 mortenmacfly + +svn7530:  - formatting only, no functional change + +2011-10-27 07:28 mortenmacfly + +svn7529:  - make use of linker "-Wl,--no-undefined" switch + +2011-10-27 07:27 mortenmacfly + +svn7528:  - remove obsolete code, formatting + +2011-10-27 07:26 mortenmacfly + +svn7527:  - comment C::B patches + +2011-10-27 07:26 mortenmacfly + +svn7526:  * added new SDK event: cbEVT_COMPILE_FILE_REQUEST + * prepared compiler plugin accordingly to handle this event + - separated code in compiler plugin + +2011-10-26 12:19 jenslody + +svn7523:  * compiler-plugin: add regexes to correctly recognize + skipping of instantiation contexts as info and not as error (at + the moment only for GNU GCC compiler); little format fix for + compilergcc.cpp + +2011-10-26 11:28 jenslody + +svn7522:  * compiler-plugin: if writing the HTML-buildlog, we + need to replace "<", ">" and "&" with the correct HTML-tags to + avoid conflicts (parts of output not shown correctly) + +2011-10-22 10:29 mortenmacfly + +svn7520:  * CC: updated parser test project to show (optionally) + the internal SearchTree as XML structure + +2011-10-22 10:28 mortenmacfly + +svn7519:  * CC: fix a parser problem on switch case statement, + based on a patch by OllyDbg + - some spelling corrections, based on a patch by OllyDbg + +2011-10-22 10:27 mortenmacfly + +svn7518:  - some spelling corrections, based on a patch by + OllyDbg + +2011-10-22 10:26 mortenmacfly + +svn7517:  * applied (modfied) patch by OllyDbg to take portabler + setting for compiler into account when looking for GCC include + directories + - removed duplicated code + - removed unused variabes + - some spelling corrections, partially based on a patch by + OllyDbg + +2011-10-22 10:25 mortenmacfly + +svn7516:  * applied patch by OllyDbg to center unction on screen + on "show decl/impl" + - some spelling corrections, based on a patch by OllyDbg + +2011-10-21 23:00 jenslody + +svn7510:  * codecompletion-plugin: added missing xrc-file to unix + project + +2011-10-20 20:43 tpetrov + +svn7508:  * sort the files for the active project at the top of + the results in the 'Search->Goto file...' dialog + +2011-10-20 20:36 tpetrov + +svn7507:  * Made 'Remove file' context menu item to consider the + project tree selection, when generating the list of files to be + removed + +2011-10-20 20:34 tpetrov + +svn7506:  - reverted part of the patch for the global variables + ui, which seem to be accidentally commited + +2011-10-20 07:06 mortenmacfly + +svn7505:  - cbAuiBook: compilation fix for wx 2.9.x + +2011-10-19 22:27 jenslody + +svn7504:  * fix an issue, where notebookstyle.cpp could not be + build, if not either mousesap or codesnippets was also build; + make use of gtk-notebooks configurable in automake-system (on as + default); check that wxWidgets has at least revision 2.8.8 + +2011-10-19 20:44 jenslody + +svn7503:  * cbAuiNotebbok: fix an issue, where the notebook tabs + do not minimize the free space at the right side after reszing + the tabcontrol + +2011-10-17 20:15 jenslody + +svn7502:  * Use gtk-notebook as default notebook on systems using + wxGTK, so the notebook-tabs integrate more smooth into the + systems theme + +2011-10-17 19:40 jenslody + +svn7501:  * several small fixes, mostly related to "make dist" + +2011-10-17 11:02 jenslody + +svn7500:  * Autoversioning plugin: added comment and the correct + message for last commit (7499): don't try to read from version.h, + if autoversioning is not enabled, so we avoid error-messages if + verbose logging is enabled + +2011-10-17 10:18 jenslody + +svn7499:  Merge branch 'diverse' + +2011-10-16 18:55 jenslody + +svn7498:  * remove version-numbers from two xrc-files, to avoid + warnings if additional debug-logging is turned on + +2011-10-16 18:48 jenslody + +svn7497:  * add option to set wxLog::EnableLogging() to true via + commandline; default is off. + +2011-10-13 22:47 tpetrov + +svn7496:  * openfilelist: Implement correctly the OnRelease + method + +2011-10-10 07:14 mortenmacfly + +svn7494:  - NassiShneiderman plugin: linker switch build fix + (thanks Alpha) + +2011-10-09 12:30 mortenmacfly + +svn7492:  * pumped (wx)Scintilla to v2.2.9 and merged relevant + changes of wxSTC from wxWidgets trunk + +2011-10-09 12:13 mortenmacfly + +svn7489:  * a few build fixes for Windows project file related to + GCC 4.6.x (strange that some of these didn't happen in 4.5.x) + +2011-10-09 07:55 jenslody + +svn7486:  * doxyblocks-plugin: fix incorrect size of + toolbar-icon, was 32x32 instead of 22x22 + +2011-10-04 13:00 danselmi + +svn7477:  - SpellChecker plugin: fixed crash when disabling + twice. See here: + http://forums.codeblocks.org/index.php/topic,15263.msg102446.html#msg102446 + +2011-10-04 09:44 danselmi + +svn7476:  - SpellChecker plugin: use the appropriate macro for + strings (translated/literal) + +2011-09-28 18:28 mortenmacfly + +svn7472:  * implemented $REMOVE_QUOTES{} macro which removes + quotes around certain (any) strings, usage: $REMOVE_QUOTES{"A + STRING IN QUOTES"} + +2011-09-28 18:24 tpetrov + +svn7471:  * CC: Fixed a deadlock in OnGotoDeclaration; Showing a + modal dialog while holding a lock is a bad idea, because wx event + can be sent and thus could cause a dead-lock (taking the lock + from the same thread). + +2011-09-28 11:55 jenslody + +svn7470:  * compiler-plugin: some changes to + advancedcompileroptionsdlg.cpp, so deleting and resetting regexes + should now work correctly + +2011-09-28 11:54 jenslody + +svn7469:  * compiler-plugin: fix compiler-notes -regex for newer + compilers, moved preprocessor-error-regex some lines down, so + there is no collision with "new" compiler notes; see + http://forums.codeblocks.org/index.php/topic,15306.msg102742.html#msg102742 + +2011-09-27 05:08 jenslody + +svn7468:  * reverted tons of accidently changed files, that + slipped in in last commit + +2011-09-26 23:04 jenslody + +svn7467:  * fix a bug (missing semicolon), that prevents + output-parsing-regexes from being reset to defaults + +2011-09-26 15:45 mortenmacfly + +svn7466:  - fixed spelling mistake in documentation + +2011-09-25 20:43 jenslody + +svn7462:  * corrected last commit (7461), because it works with + "old" info messages (just the line number), but shows the column + as message with newer gcc-compilers; added compiler-warning and + -error regexes for newer gcc-compilers (with line number and + column) + +2011-09-25 19:41 killerbot + +svn7461:  * compiler errors : instantiated from here : added + ([0-9]+): could be this should be made optionale (aka 0 or 1 + time) (let's see what happens) + +2011-09-22 11:02 jenslody + +svn7460:  * Fix an issue introduced with commit 7307, reported + here: + http://forums.codeblocks.org/index.php/topic,15023.msg101286.html#msg101286 + and other threads + +2011-09-21 08:18 tpetrov + +svn7459:  - CC: made the option 'Headers code-completion' on by + default + +2011-09-17 23:17 tpetrov + +svn7456:  * Added information about the SDK version to the + Help->About dialog + +2011-09-13 23:19 tpetrov + +svn7451:  - more 'make dist' fixes, now 'make dist' should work + for all contrib plugins + +2011-09-13 11:06 tpetrov + +svn7450:  - fixed a misspelling + +2011-09-13 11:06 tpetrov + +svn7449:  - added cbstatusbar.h to the includes, this fixes the + 'make dist' + +2011-09-11 13:45 tpetrov + +svn7448:  - ThreadSearch: use the old dir, for the initial dir of + the wxDirDialog, when clicking on the '...' button + +2011-09-02 17:40 jenslody + +svn7447:  * codecompletion-plugin: fix build-error introduced + with commit 7446 + +2011-09-02 09:57 mortenmacfly + +svn7446:  * fixed critical crash bug in CC plugin + +2011-09-02 08:59 jenslody + +svn7445:  * windows: workaround for a wxWidgets bug, that occurs + if additional monitors are (dis)connected, see here: + http://forums.codeblocks.org/index.php/topic,15138.msg102025.html#msg102025 + for details + +2011-09-01 16:29 mortenmacfly + +svn7443:  - massive mixed EOL style cleanup + setting SVN EOL + property accordingly to avoid such mess in the future + +2011-09-01 15:28 mortenmacfly + +svn7442:  - added some more documentation, corrected order of + headers + +2011-08-31 20:51 jenslody + +svn7441:  * use all alphanumeric-characters to parse + compiler-output with regex, not only ascii-characters; also allow + the ampersand (&) there; see: + http://forums.codeblocks.org/index.php/topic,15197.msg101963.html#msg101963 + and following posts + +2011-08-30 14:52 loaden + +svn7440:  * CC: Add macro replacement for GCC 4.6.x + +2011-08-29 14:34 loaden + +svn7439:  * CC: Add a new method for open debugging information + window + +2011-08-29 11:21 loaden + +svn7438:  * CC: Fix goto declaration failed of class + +2011-08-28 04:32 loaden + +svn7435:  - CC: Revert rev7422, fixed code refectoring bug + +2011-08-28 04:31 loaden + +svn7434:  * CC: Improve thread lock (part-6) + +2011-08-28 04:31 loaden + +svn7433:  * CC: Fixed a logic error + +2011-08-28 04:31 loaden + +svn7432:  * CC: Improve thread lock (part-5) + +2011-08-28 04:30 loaden + +svn7431:  *CC: Fixed crash candidate + +2011-08-28 04:30 loaden + +svn7430:  * CC: Improve thread lock (part-4) + +2011-08-28 04:30 loaden + +svn7429:  * CC: Improve thread lock (part-3) + +2011-08-28 04:29 loaden + +svn7428:  * CC: Improve thread lock (part-2) + +2011-08-28 04:29 loaden + +svn7427:  * CC: Improve thread lock (part-1) + +2011-08-27 15:36 loaden + +svn7426:  - CC: Build fix + +2011-08-27 15:23 loaden + +svn7425:  * CC: Fix deadlock of CCDebugInfo + +2011-08-27 15:22 loaden + +svn7424:  * CC: Code refactoring + +2011-08-27 15:22 loaden + +svn7423:  * CC: ParseBuffer: Index of parent token should be used + instead of pointers + +2011-08-27 15:21 loaden + +svn7422:  * CC: Leave enough freedom index, and make sure FIFO + +2011-08-27 15:21 loaden + +svn7421:  - CC: Code clean + +2011-08-26 06:09 loaden + +svn7419:  * CC: Rewrite thread lock of TokensTree again + +2011-08-25 08:29 tpetrov + +svn7418:  - noPCH build fixes + +2011-08-25 06:41 mortenmacfly + +svn7415:  * make "backslashed" strings work in RTF exporter + +2011-08-25 06:24 mortenmacfly + +svn7414:  * added support for macros in SpellChecker plugin + (thanks danselmi) + +2011-08-25 05:46 loaden + +svn7413:  * CC: Fix a deadlock when update symbols browser view + +2011-08-24 18:55 tpetrov + +svn7411:  * editor: added per language override for the 'use + tabs' setting. Currently only for python (always use spaces) and + Makefiles (always use tabs) + +2011-08-24 18:50 tpetrov + +svn7410:  - ThreadSearch: call EnsureVisible for the delimiter + line, when doing multiple searches - this improves the feedback, + when the first result is not found immediately + +2011-08-24 18:45 tpetrov + +svn7409:  * ThreadSearch: Pressing the enter key starts a search, + when the focus is in the two text controls in 'Directory + parameters' panel + +2011-08-24 13:10 loaden + +svn7408:  * CC: Fix a deallock occurred at the beginning of + parsing + +2011-08-23 23:13 tpetrov + +svn7407:  * ThreadSearch: + Ensure visible the "Search complete" line; + Auto size the columns at the end of the search; + +2011-08-22 18:45 tpetrov + +svn7406:  - AutoVersioning: fixed some warnings (thanks stahta01) + +2011-08-21 17:09 loaden + +svn7404:  - Build fix + +2011-08-21 17:04 loaden + +svn7403:  - CC: Add more debug log for thread lock tracker + +2011-08-21 16:01 tpetrov + +svn7402:  * ThreadSearch: + * Ensure visible the marker line and the first few matches on a + new search, when the option 'Delete previous results' is + disabled; + * Print the number of results at the end of the search; If there + are too many items (more than visible in the list control) show + an InfoWindow notification; + +2011-08-21 15:53 loaden + +svn7401:  * CC: Add thread lock tracker + +2011-08-21 15:52 loaden + +svn7400:  * CC: Fix a deadlock of CCDebugInfo class + +2011-08-21 15:52 loaden + +svn7399:  * CC: Improve debug macro + +2011-08-18 05:47 killerbot + +svn7395:  SpellChecker : do no check escapes, edit personal + dictionary + +2011-08-17 20:17 killerbot + +svn7393:  allow to disable spellchecker + +2011-08-17 07:04 loaden + +svn7392:  * CC: Improve the token of the position to jump + +2011-08-16 23:09 loaden + +svn7391:  * CC: Fix bug of goto function failed + +2011-08-16 00:20 tpetrov + +svn7390:  - made dependencies dialog resizable + +2011-08-15 02:34 loaden + +svn7384:  * CC: Fix parsing type update + +2011-08-14 12:05 loaden + +svn7383:  * CC: (hopefully) Final fix the still parsing bug + +2011-08-14 11:45 loaden + +svn7382:  * CC: Fix bug of parser switch from editor activated + +2011-08-14 11:44 loaden + +svn7381:  * CC: Code refactoring + +2011-08-13 13:52 loaden + +svn7376:  - CC: Build fix for ParserTest + +2011-08-13 13:51 loaden + +svn7375:  * CC: Improve Parser interface + +2011-08-13 09:17 loaden + +svn7374:  * CC: Improve toolbar refresh + +2011-08-13 09:15 mortenmacfly + +svn7373:  * applied patch #3183 to fix bug #018223 (thanks + deadok) + +2011-08-13 09:14 mortenmacfly + +svn7372:  * applied patch #3188 to fix bug #18205 (thanks + wilk_gardariki) + +2011-08-13 08:00 loaden + +svn7371:  * CC: Fix add file to parser failed, add more debug log + +2011-08-12 19:32 jenslody + +svn7369:  * fix a bug in automake system, that can make configure + fail in some cases; see + http://forums.codeblocks.org/index.php/topic,11307.msg101310.html#msg101310 + for details + +2011-08-11 20:53 jenslody + +svn7367:  * compiler-plugin: fix a bug, that occurs for custom + makefiles with relative paths: a click on an errormessages does + not jump to the errorfile / -line, because of incorrect generated + filenames, see: + http://forums.codeblocks.org/index.php/topic,15122.msg101237.html#msg101237 + +2011-08-10 19:23 jenslody + +svn7361:  * codecompletion-plugin: fix deadlock + +2011-08-10 15:15 loaden + +svn7360:  - CC: Add some comments for CodeCompletion class, thank + ollydbg! + +2011-08-10 11:19 mortenmacfly + +svn7359:  - highlight, that "Batch build" is actually a + Code::Blocks window + +2011-08-10 07:05 mortenmacfly + +svn7358:  * massively increase startup time for batch builds + (especially for large projects) + +2011-08-10 03:55 loaden + +svn7357:  * CC: Improve batch-parsing + +2011-08-10 03:55 loaden + +svn7356:  * SDK: Enhance the performance of load files + +2011-08-10 03:55 loaden + +svn7355:  * CC: Improve one parser per whole workspace, fix + project info update + +2011-08-10 03:54 loaden + +svn7354:  * CC: Improve Parser event handler + +2011-08-10 03:53 loaden + +svn7353:  * CC: Fix reparse bug, some code optimization, + refactoring + +2011-08-10 03:53 loaden + +svn7352:  * CC: Simplify Parser interface + +2011-08-10 03:52 loaden + +svn7351:  * CC: Improve file reparsing when editor save or + modified + +2011-08-10 03:52 loaden + +svn7350:  - CC: Code clean for wxTimer + +2011-08-10 03:51 loaden + +svn7349:  * CC: Add missing locker + +2011-08-10 03:50 loaden + +svn7348:  - CC: Code refactoring + +2011-08-09 11:26 killerbot + +svn7347:  DoxyBlocks : fix directory creation bug + +2011-08-09 09:39 loaden + +svn7346:  - CC: Add more debug log + +2011-08-09 09:39 loaden + +svn7345:  * CC: Fix switch parser failed when close a project + from workspace + +2011-08-09 09:38 loaden + +svn7344:  * CC: Fix range error of function arguments search + +2011-08-09 09:19 jenslody + +svn7343:  * windows only: do not focus notebook-tabs, if + tab-scrolling with mousewheel is disabled; fixes issue described + here: + http://forums.codeblocks.org/index.php?PHPSESSID=vor9k3gevlm8o3ik30km9c5bq4&topic=15088.msg101005#msg101005 + +2011-08-08 20:10 mortenmacfly + +svn7341:  * added path 8.3 notation workaround for all include + directories on windows (for stupid compilers, like e.g. the MinGW + resource compiler) + * simplified interface to process include paths for (resource-) + compiler, linker etc... + * MinGW resource compiler command now complies with what's + suggested here: + http://sourceforge.net/tracker/index.php?func=detail&aid=1640385&group_id=2435&atid=102435 + * make (resource-) compiler and linker includes unique to avoid + duplicate paths (and thus shrink command line) + - added debugging facility for command line generation (needs to + be explicitly compiled in using a #define + command_line_generation) + - succesfully -> successfully + +2011-08-08 08:12 loaden + +svn7340:  * CC: Improve class browser update + +2011-08-08 05:55 loaden + +svn7339:  * CC: Sending asynchronous message for toolbar + (OnScope) + +2011-08-08 05:01 loaden + +svn7338:  * SDK: Sends cbEVT_THREADTASK_ALLDONE message only the + real task is all done + +2011-08-08 04:00 loaden + +svn7337:  * CC: Do not follow any includes if parsing a buffer + +2011-08-08 04:00 loaden + +svn7336:  * CC: Code refactoring for Parser class + +2011-08-07 15:04 loaden + +svn7335:  - CC: Code refactoring + +2011-08-07 14:14 loaden + +svn7334:  * CC: Add CCLogger module + +2011-08-07 07:37 loaden + +svn7333:  * CC: Code clean + +2011-08-06 10:45 loaden + +svn7332:  * CC: Removing unwanted code of TokenTree::RecalcData + +2011-08-06 10:44 loaden + +svn7331:  * CC: Fixed crash candidate + +2011-08-06 10:44 loaden + +svn7330:  * CC: Fix bug of batch parsing + +2011-08-06 07:11 killerbot + +svn7329:  -pch fix + +2011-08-05 13:34 mortenmacfly + +svn7328:  - some more SVN property settings (Id, Author...) for + *.c; *.cpp; *.h; *.cbp; *.rc files + +2011-08-05 10:00 jenslody + +svn7327:  * added libhunspell-dev to debian build-dependencies + (needed for spellchecker); partially reformat debian control + file; missing part of comment for last commit: svn:kewords have + been added to spellchecker-files + +2011-08-05 09:48 jenslody + +svn7326:  spellchecker-plugin: + +2011-08-05 09:10 jenslody + +svn7325:  * spellchecker-plugin: more linux build-fixes, + integration in automake-system and debian build-system; NOTE: + spec-files (rpm) not adjusted + +2011-08-04 11:18 jenslody + +svn7324:  * spellchecker-plugin: first linux build-fixes; NOTE: + hunspell development packages are needed to build on linux + +2011-08-04 11:12 jenslody + +svn7323:  * codecompletion-plugin: fix a bug that leads to a + crash if "Settings->Editor" dialog is openened + +2011-08-04 05:13 mortenmacfly + +svn7322:  - SpellChecker: case sensitive path fix for Linux + +2011-08-04 05:07 mortenmacfly + +svn7321:  * added SpellChecker plugin by danselmi to main repo, + adjusted C::B based build system (Linux build system missing) + +2011-08-03 11:27 loaden + +svn7320:  * CC: Fix crash after reread parser options + * CC: Fix a serious logic error + +2011-08-03 11:26 loaden + +svn7319:  * CC: Improve parser events handler + +2011-08-03 11:26 loaden + +svn7318:  * SDK: Add cbThreadPool::GetId() interface + +2011-08-03 11:26 loaden + +svn7317:  * CC: Improve events handler + +2011-08-03 06:34 loaden + +svn7316:  - Build fix + +2011-08-03 04:53 mortenmacfly + +svn7315:  - better style and spelling for CC messages + +2011-08-03 03:45 loaden + +svn7314:  * CC: Can't support to view all local symbols + (workspace) when one parser per project + +2011-08-03 03:45 loaden + +svn7313:  * CC: Fix bug of class browser when using parser per + whole workspace + +2011-08-03 03:45 loaden + +svn7312:  * CC: Improve CC's option page + +2011-08-02 19:53 tpetrov + +svn7310:  - NoPCH build fix (related to r7307) + +2011-08-02 14:25 loaden + +svn7309:  * CC: Add new option for headers code-completion + +2011-08-02 09:53 loaden + +svn7308:  * CC: Add some comments, thank ollydbg! + +2011-08-02 04:24 loaden + +svn7307:  * SDK: Added validity test when calculate common top + level path, see + http://forums.codeblocks.org/index.php/topic,15023.msg100822.html#msg100822 + for more details + +2011-08-01 17:14 loaden + +svn7306:  * CC: Improve build locker for class browser + +2011-08-01 17:14 loaden + +svn7305:  * CC: Redesign thread-locker for class browser + +2011-08-01 17:13 loaden + +svn7304:  * CC: Fix crash when expand the base classes in the + tree + +2011-08-01 17:13 loaden + +svn7303:  * CC: Fix an deadlock, thank Jens! + +2011-08-01 17:12 loaden + +svn7302:  * CC: Fix an invalid lock + +2011-08-01 17:12 loaden + +svn7301:  * CC: Code refactoring + +2011-07-28 04:39 mortenmacfly + +svn7300:  * fixed crash candidate in cbEditor + - some tiny spelling/formatting corrections + +2011-07-27 17:54 jenslody + +svn7299:  * refinements/fixes for commit 7298: add the option to + invert scrolling direction for advance through tabs and move + tabs; read the settings from configmanager if a new notebook is + created + +2011-07-26 23:28 tpetrov + +svn7298:  * cbAuiNotebook: add option to invert the scrolling + direction + +2011-07-26 22:31 tpetrov + +svn7297:  * NoPCH build fixes (no it should compile fine) + +2011-07-26 18:01 jenslody + +svn7296:  * automake-system: only use debug-flag, if it is + explicitely enabled, do not use optimization-flags for + debug-version; see + http://forums.codeblocks.org/index.php/topic,14868.msg99997.html#msg99997 + for details + +2011-07-26 17:55 jenslody + +svn7295:  * make sure pch's are built in correct order, should + fix some pch-related compile-issues (if sdk-header have changed). + see + http://forums.codeblocks.org/index.php/topic,14868.msg99987.html#msg99987 + for details + +2011-07-26 12:52 tpetrov + +svn7294:  * NoPCH build fixes (more fixes are required) + +2011-07-26 11:50 tpetrov + +svn7293:  * ThreadSearch: made the list view to use the same font + as the loggers (the default font is too big on my Centos) + +2011-07-25 19:26 jenslody + +svn7292:  * wxSmith-plugin: build-fix + +2011-07-25 08:12 mortenmacfly + +svn7291:  * pumped (wx)Scintilla to v2.2.7 + +2011-07-25 08:11 mortenmacfly + +svn7290:  - limited line length in C++ lexer to 512 (no + functional change). Please keep it that way. + +2011-07-19 11:24 loaden + +svn7288:  * CC: Fix a hang when find token matches + +2011-07-17 00:08 loaden + +svn7287:  Add git ignore list only for devel branch + +2011-07-14 05:44 loaden + +svn7286:  * CC: Fix a hang on Linux + +2011-07-14 05:23 loaden + +svn7285:  * CC: Fix a fatal mistake, thank ollydbg! + +2011-07-12 16:26 thomasdenk + +svn7284:  - Added atomic types to c++ lexter + +2011-07-09 15:53 thomasdenk + +svn7282:  - Added missing constant iterators to C++ lexer + +2011-07-08 10:03 loaden + +svn7281:  * CC: Compatible with GCC4.6.1 + +2011-07-04 11:14 loaden + +svn7280:  * CC: Force start batch parsing if needed + +2011-07-04 11:13 loaden + +svn7279:  Revert rev7228 + +2011-07-04 11:09 loaden + +svn7278:  Add git ignore list only for devel branch + +2011-07-03 13:14 mortenmacfly + +svn7275:  * CC: (hopefully) fixed a crash candidate in case + re-parsing is required due to changing CC settings + +2011-07-03 12:37 mortenmacfly + +svn7274:  * CC always show reason for the message "Parser is + still parsing files" in the debug log + +2011-07-03 11:46 mortenmacfly + +svn7273:  * CC: show some more information to the user to hunt CC + bugs + - CC: remove long-time obsolete functions to save a CC cache + +2011-07-02 01:25 loaden + +svn7272:  * CC: Improve add file to parser + +2011-07-01 14:48 loaden + +svn7271:  * CC: Redesign one parser for whole workspace + +2011-07-01 12:42 loaden + +svn7270:  * CC: Fix "still parsing" bug when use one parser for + whole workspace + +2011-07-01 12:41 loaden + +svn7269:  * CC: Rewrite batch parsing + +2011-07-01 03:00 loaden + +svn7268:  * CC:Improve parser event handle + +2011-07-01 02:55 loaden + +svn7267:  * Apply Patch for NON PCH Build, thank stahta01 + +2011-06-30 16:15 mortenmacfly + +svn7265:  * corrected issues (erroneously combined key words) in + C++ lexer of r7264 + - limited length of a single line to 512 in the lexer to avoid + truncation by foreign editors + +2011-06-30 11:17 thomasdenk + +svn7264:  - Updated C++ lexer to be yet more complete with STL + and C++0x + +2011-06-30 09:01 thomasdenk + +svn7263:  - Updated C++ lexers to C++0x proposal (... again? was + that not done in 11/2008?) + +2011-06-28 08:38 loaden + +svn7259:  * CC: Fix inheritance calculation, thank ollydbg, see + http://forums.codeblocks.org/index.php/topic,14167.0.html for + details + +2011-06-26 12:20 loaden + +svn7255:  * CC: fix an hang when use one parser for whole + workspace + +2011-06-24 05:01 mortenmacfly + +svn7252:  * compilation fix for astyle plugin + +2011-06-23 10:01 mortenmacfly + +svn7251:  * make CScope plugin work in a path with spaces + +2011-06-23 09:58 mortenmacfly + +svn7250:  * updated AStyle plugin so that all options are + available as needed (following AStyle 2.02 reference) + +2011-06-20 18:20 tpetrov + +svn7249:  - fixed no PCH build + +2011-06-20 16:13 loaden + +svn7248:  * CC: Improve GetGCCCompilerDirs function, fix possible + candidate hang + +2011-06-20 15:32 loaden + +svn7247:  * CC: Improve first full parsing + +2011-06-20 15:32 loaden + +svn7246:  * CC: Improve AddCompilerPredefinedMacros function + +2011-06-17 23:58 tpetrov + +svn7244:  - thread_search: made r7237 work on windows (for some + reason the call "item.SetMask(wxLIST_MASK_TEXT);" is not needed + on linux :(); + +2011-06-17 15:58 killerbot + +svn7243:  pch fix + +2011-06-17 08:08 tpetrov + +svn7241:  essage=\- thread_search: fixed the compilation on + windows, broken in r7237, sorting still doesn't work on windows:( + +2011-06-17 01:35 tpetrov + +svn7240:  * don't start dwell if the mouse was moved or the + application was deactivated; this should fix bug #17745 ( + http://forums.codeblocks.org/index.php/topic,13763.0.html ) + +2011-06-17 01:25 tpetrov + +svn7239:  - reorder a bit the project menu: now the items "Build + options" and "Properties..." are next to each other; + - made the "Reparse this project" to be above the "Build" item if + present; in the old version it was highly dependent on the order + of loading plugins; + +2011-06-17 00:34 tpetrov + +svn7238:  * thread_search: add menu item to focus the thread + search entry box in the list view, useful if the user wants to + assign a key shortcut for thread searching; + +2011-06-16 23:27 tpetrov + +svn7237:  * thread_search: support sorting of the list control + +2011-06-16 22:59 tpetrov + +svn7236:  - added a combined Project/Workspace filter in the file + open dialog, now this entry is the default (this way it is harder + to skip a workspace file in the same directory as a project file) + +2011-06-16 22:54 tpetrov + +svn7235:  - added brace indent for the Lua landuage, also + refactored the code a bit + +2011-06-15 08:54 loaden + +svn7231:  * Increase SDK version number + +2011-06-15 08:54 loaden + +svn7230:  * CC: Improved parser event sending + +2011-06-13 16:42 killerbot + +svn7228:  - remove compiler warning + +2011-06-13 16:06 killerbot + +svn7227:  - 5th batch of include fixes (broken due to rev 7220) + +2011-06-13 15:58 killerbot + +svn7226:  - 4th batch of include fixes (broken due to rev 7220) + +2011-06-13 15:16 killerbot + +svn7225:  - third batch of include fixes (broken due to rev 7220) + +2011-06-13 15:12 killerbot + +svn7224:  - second batch of include fixes (broken due to rev + 7220) + +2011-06-13 14:50 killerbot + +svn7223:  - update project file due to extra include paths of + envars + +2011-06-13 14:37 killerbot + +svn7222:  - first batch of include fixes (broken due to rev 7220) + +2011-06-13 11:13 loaden + +svn7220:  * Remove all memory pool reference, In currently, + memory pool is not thread-safe + - At least in Linux 64bit can avoid a crash when quit CB + sometimes. + - I can't find any reason to keep a memory pool here. + +2011-06-13 10:04 mortenmacfly + +svn7218:  * evvars plugin: exposed the following functions to + scripting: EnvvarGetEnvvarSetNames, EnvvarGetActiveSetName, + * EnvVarGetEnvvarsBySetPath, EnvvarSetExists, EnvvarSetApply, + EnvvarSetDiscard, EnvvarApply, EnvvarDiscard + * (This was a long outstanding wish from the community. Happy + scripting!) + +2011-06-13 04:07 loaden + +svn7217:  * CC: Increase parsing thread stack size + +2011-06-13 03:20 loaden + +svn7216:  * Add stack size argument for thread pool + +2011-06-12 19:17 jenslody + +svn7215:  * (hopefully) fix a bug, where files are not correctly + opened, if an 'undefined references'-error occurs during linking, + see: http://forums.codeblocks.org/index.php/topic,14562.0.html + and http://forums.codeblocks.org/index.php/topic,14855.msg + +2011-06-12 13:10 mortenmacfly + +svn7214:  * compilers: make extra paths not appear multiple times + in the list (thus, remove duplicates) + - some code-cleanup + - CC parser: removed headers included twice + +2011-06-12 13:09 mortenmacfly + +svn7213:  * added global function to make a wxArrayString array + unique in it's elements (case sensitive/insensitive) + * make C::B correctly detect the Windows version up to Win7 + - some code clean-up + +2011-06-12 12:09 mortenmacfly + +svn7212:  * cb_share_config: added "abbreviations" + ("auto-complete"), "mime types" and "default code" to backup + options + +2011-06-12 11:42 mortenmacfly + +svn7211:  * fixed bug in "file groups and masks" that the file + mask list grows endlessly - thus making the config file huge over + time + - note: you'll need to enter "file types and masks" from the + project tree one time and apply the settings with OK for a + clean-up + +2011-06-12 09:50 mortenmacfly + +svn7210:  - some more tiny code-cleanup + +2011-06-12 09:48 mortenmacfly + +svn7209:  * advanced compiler options: added new option "use 8.3 + path notation for windres" (Windows only, by default enabled for + Cygwin and MinGW compiler) + * this is a workaround for the fact that windres cannot handle + include path switches with spaces in the path correctly even if + they are quoted + - some code-cleanup in compiler plugin + +2011-06-12 09:42 mortenmacfly + +svn7208:  * projectmanager: do not rebuild the tree if app is + shutting down (not needed and massively saves time on shutdown) + * projectmanager: verify the treeitem selection to be OK (as + stated in the wx docs this should be done!) + +2011-06-12 09:41 mortenmacfly + +svn7207:  * multiselectdlg: do not ask to un-select previous + selections if there are none + +2011-06-12 09:40 mortenmacfly + +svn7206:  * partial merge from debugger branch: added + PLUGIN_LOADING_COMPLETE event to SDK + +2011-06-12 07:54 mortenmacfly + +svn7205:  - updated project file to include all scripts and XRC + files for scripted wizard plugin + +2011-06-12 00:57 loaden + +svn7204:  * CC: Fix hang occured open an workspace through from + open menu (Linux x64bit) + +2011-06-12 00:57 loaden + +svn7203:  * CC: No critical section needed in the Parser's dtor + now + +2011-06-11 23:50 loaden + +svn7202:  * CC: Remove all RAII object on the heap + +2011-06-11 19:56 mortenmacfly + +svn7201:  * added $TO_83_PATH macro to concert absolute paths + into 8.3 notation (Windows only), similar to $TO_ABSOLUTE_PATH + * added $GET_DATA_DIR macro to compiler/linker options that maps + to the wxWidgets wxStandardPaths/GetDataDir function + * added $GET_LOCAL_DATA_DIR, $GET_DOCUMENTS_DIR, $GET_CONFIG_DIR, + $GET_USER_CONFIG_DIR (accordingly) + * added $GET_USER_DATA_DIR, $GET_USER_LOCAL_DATA_DIR, + $GET_TEMP_DIR (accordingly) + +2011-06-11 05:14 loaden + +svn7196:  - Build warning avoid + +2011-06-11 03:43 loaden + +svn7195:  * CC: Build fix + +2011-06-11 03:42 loaden + +svn7194:  - PCH build fix + +2011-06-11 03:42 loaden + +svn7193:  CC: Add a missed locker + +2011-06-11 00:01 loaden + +svn7192:  CC: Fix hang on linux + +2011-06-10 12:25 loaden + +svn7191:  CC: Re-designed the TokensTree locker for solve CC + crash + +2011-06-09 08:57 tpetrov + +svn7189:  - noPCH build fix + +2011-06-09 01:51 loaden + +svn7188:  CC: Fix function arguments parsing error, function + overloading related + +2011-06-09 01:50 loaden + +svn7187:  CC: Add locker for ParseBuffer function + +2011-06-08 12:11 loaden + +svn7186:  CC: Redesign ParserThread locker + +2011-06-04 17:07 jenslody + +svn7183:  * make sure textcontrol is initiallly focused in + editpath-dialog (see + http://forums.codeblocks.org/index.php/topic,14810.msg99247.html#msg99247). + +2011-06-03 09:16 loaden + +svn7180:  CC: Fix parser error when use bitfield + +2011-06-03 08:22 killerbot + +svn7179:  *fix regex to be not to gready + +2011-05-30 09:26 loaden + +svn7178:  CC: Revert rev7176, thanks ollydbg! + +2011-05-29 07:35 loaden + +svn7177:  CC: Code clean up + +2011-05-29 07:34 loaden + +svn7176:  CC: After add a variable token, we should skip to + semicolon + +2011-05-28 17:35 killerbot + +svn7175:  * added $TO_ABSOLUTE_PATH macro, can be used for + compiler/linkeroptions to turn relative paths into absolute paths + +2011-05-28 07:13 jenslody + +svn7174:  * astyle-plugin: fixes for Makefile.am + +2011-05-27 10:04 loaden + +svn7168:  CC: Fix the wrong defined of debug log macros + +2011-05-27 10:03 loaden + +svn7167:  CC: Remove the ParserThread critical section, its a bad + design!! + +2011-05-27 10:02 loaden + +svn7166:  CC: Code refactoring + +2011-05-27 10:01 loaden + +svn7165:  CC: Add more debug log for first full parsing + +2011-05-26 19:38 mortenmacfly + +svn7164:  - fixed a few missing includes + +2011-05-26 09:25 loaden + +svn7163:  CC: Add some debug log for Tokenizer + +2011-05-26 04:23 loaden + +svn7162:  CC: Improve debug macros + +2011-05-26 04:22 loaden + +svn7161:  CC: Fixed bug when get compiler pre-defined macros + +2011-05-26 04:22 loaden + +svn7160:  CC: Issue fixed on first complete parsing + +2011-05-25 15:01 loaden + +svn7159:  CC: Fix parsing failed when using MinGW-x64 GCC + compiler + +2011-05-22 15:25 mortenmacfly + +svn7157:  * CC: renamed "up-front" into "priority" for better + understanding + * CC: massively updated testing tool to allow to parse into + includes + - CC: code-cleanup + +2011-05-22 08:15 mortenmacfly + +svn7156:  * pumped astyle plugin to "Artistic Style v2.02" + (missing: allow access to new features via UI) + +2011-05-22 08:14 mortenmacfly + +svn7155:  - doxyblocks: another tiny correction of the Linux + project file + +2011-05-21 15:53 jenslody + +svn7154:  * DoxyBlocks-plugin: automake build-fix + +2011-05-21 09:39 mortenmacfly + +svn7153:  - doxyblocks: disable the use of PCH as it actually + extends the compile time massively + - doxyblocks: align sources a little for different editor + settings concerning tab/spaces + - doxyblocks: for both: *no* functional changes! + +2011-05-19 06:21 mortenmacfly + +svn7152:  - tiny update on the Linux project file + +2011-05-19 06:15 mortenmacfly + +svn7151:  * updated the Matlab C-S-Function wizard to be + cross-platform (available under Linux) + +2011-05-19 05:20 mortenmacfly + +svn7150:  * pumped wxPropGrid to v1.4.16 (pre-release, but fixing + a bug) + +2011-05-19 05:11 mortenmacfly + +svn7149:  - CC: allow settings debug macros via command line, + introduce global "debug all"l (CC_GLOBAL_DEBUG_OUTPUT) macro + +2011-05-19 05:09 mortenmacfly + +svn7148:  * pumped TinyXML to v2.6.2 + +2011-05-13 07:55 mortenmacfly + +svn7142:  * todo list: fixed bug, that no "allowed types" are + selected initially + * todo list: issue a warning, if no types are selected when + refreshing the view + +2011-05-07 13:50 mortenmacfly + +svn7141:  * fixed target option "auto-generate prefix" not + working for dynamic libraries on Linux (breaking build); ToDo: + what about Mac?! + +2011-05-07 10:24 mortenmacfly + +svn7137:  * editormanager: fixed crash candidate + - code style, alignment, extra spaces... (no functional changes) + +2011-05-07 10:23 mortenmacfly + +svn7136:  - CBLauncher: standardised project file + +2011-05-07 10:22 mortenmacfly + +svn7135:  * CC: re-worked options dialog, fixed tiny crash + candidate + +2011-05-07 10:21 mortenmacfly + +svn7134:  - Addr2LineUI: removed PCH usage (not needed, actually + increases compile time) + +2011-05-07 09:54 mortenmacfly + +svn7133:  - tab2space for alignment in editor + +2011-05-06 20:29 tpetrov + +svn7132:  - sort the Environment entries in the project files + (less unnecessary changes to the files in different OSes) + +2011-05-01 20:57 tpetrov + +svn7131:  - fixed the DIE() macro to not kill the parent C::B + instance, when the debugger is not used + +2011-04-30 16:01 tpetrov + +svn7130:  - fixed compilation with GCC 4.6.0 (tested on Arch + Linux) + +2011-04-26 08:20 killerbot + +svn7128:  - fixed a crash : virtual targets -> target will be 0 + pointer + +2011-04-25 18:26 killerbot + +svn7127:  * expand macros in include dirs in cppcheck plugin + +2011-04-24 14:52 biplab + +svn7126:  * Added: CBLauncher source to source tarball. + +2011-04-24 14:28 biplab + +svn7125:  * Added: CBLauncher to trunk (inside tools folder) - + Thanks to Codeur/Biplab. To build this, open project file inside + src/tools/CBLauncher folder. + +2011-04-24 11:59 jenslody + +svn7124:  * ToolsPlus-plugin: fix a possible crash (hard to track + down), see + http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.14 for an + explanation + +2011-04-24 11:54 jenslody + +svn7123:  * linux build-fix; synchronizing some contrib-plugins + projectfiles on linux + +2011-04-22 08:11 loaden + +svn7122:  CC: Disable memory pool again, avoid possible crash + +2011-04-18 07:32 mortenmacfly + +svn7121:  * do not offer to re-load a file in batch build mode to + avoid user interaction (fixes bug #18007) + +2011-04-17 00:13 tpetrov + +svn7117:  - fixed printf warning (thanks stahta01) + +2011-04-16 14:52 mortenmacfly + +svn7114:  - added new feature "set/get update" for scintilla to + wxScintilla tom complete interface. (Patch provided by a forum + user I forgot. Sorry.) + +2011-04-16 14:46 mortenmacfly + +svn7113:  * added option to freely define import and def file + name for libraries, including (and by default) using macros + (based on patch #2937) + * NOTE: You may need to "reset" these options for you projects to + work properly. + +2011-04-15 12:52 jenslody + +svn7110:  * fix compilation error + +2011-04-15 11:53 mortenmacfly + +svn7109:  - SVN keywords update (final, now SVN code base is + consistent) + +2011-04-15 11:29 mortenmacfly + +svn7108:  - SVN keywords update (part 4) + +2011-04-15 11:19 mortenmacfly + +svn7107:  - SVN keywords update (part 3) + +2011-04-15 11:06 mortenmacfly + +svn7106:  - SVN keywords update (part 2) + +2011-04-15 10:50 mortenmacfly + +svn7105:  - SVN keywords update + +2011-04-15 08:53 mortenmacfly + +svn7104:  - SVN properties update + +2011-04-15 08:47 mortenmacfly + +svn7103:  - tiny clean-up in manager (no functional change) + +2011-04-15 08:39 mortenmacfly + +svn7102:  * CC: fixed bug #15112 + * CC: fixed possible crash candidate (CC crashed at that position + for me several times at least) + +2011-04-14 14:44 mortenmacfly + +svn7101:  - tools/Addr2LineUI: remove useless PCH usage + +2011-04-14 14:39 mortenmacfly + +svn7100:  * adding "Addr2LineUI application to tools (Windows + only atm) + +2011-04-13 04:49 mortenmacfly + +svn7099:  - PCH fix + +2011-04-11 13:26 loaden + +svn7096:  CC: Improve the performance of functions DoParse + +2011-04-11 04:35 loaden + +svn7095:  Fixed a auto indent bug + +2011-04-10 14:56 mortenmacfly + +svn7091:  * inform the user if an invalid virtual target is tried + to be setup (failed silently before, making a checkbox value + magically re-appear) + +2011-04-10 14:06 mortenmacfly + +svn7090:  * CC: fix a crash candidate in case C::B is closed very + quickly after start-up + +2011-04-10 12:58 mortenmacfly + +svn7088:  - streamlining and synchronising of C::B project files + (C::B core and core plugins only) + - removed linintl hack for exchdl, as this will not work with + recent compilers (e.g. TDM 4.5.2): solution: dependency (link + against) on libintl + +2011-04-10 09:59 mandrav + +svn7085:  * Added wxSmith option to allow duplicate IDs (useful + to assign the same ID to a menuitem and a toolitem, for example) + * quote xdg-open argument in default mime handler + +2011-04-09 09:57 tpetrov + +svn7082:  * CC: made the current active parameter to be + highlighted correctly in the calltip; this feature was broken by + the pretty printer patch commited earlier; + +2011-04-07 13:58 loaden + +svn7079:  * SDK: Initialize a static member variable + +2011-04-07 13:57 loaden + +svn7078:  * SDK: fix a variable type error + +2011-04-07 13:47 loaden + +svn7077:  * CC: fix a variable type error + +2011-04-05 22:33 tpetrov + +svn7076:  - sort the wxChoice controls in the Global variables + dialog + +2011-03-31 19:53 jenslody + +svn7075:  * fix a possible crash in code-profiler, due to a + missing index-out-of-bounds-check when parsing the outpout of + gprof ( issue described here: + http://forums.codeblocks.org/index.php/topic,14450.msg97143.html#msg97143) + +2011-03-28 21:21 jenslody + +svn7074:  * fix a possible crash in wxSmithAui due to not + initialised bool property (see: + http://forums.codeblocks.org/index.php/topic,14358.msg96511.html#msg96511 + ) + +2011-03-26 13:28 mortenmacfly + +svn7071:  * codesnippets plugin: fixed compilation error (oops) + +2011-03-26 09:59 mortenmacfly + +svn7070:  * codesnippets plugin: fixed a (rare) crash + - codesnippets plugin: allow some translation + +2011-03-24 08:09 tpetrov + +svn7067:  - NoPCH build fix + +2011-03-22 15:34 mortenmacfly + +svn7064:  * pumped (wx)Scintilla to v2.25 (C++ lexer changed for + wxSmith portions) + * streamlined wxScintilla with wxSTC from wxWidgets trunk (v2.9) + +2011-03-21 18:27 jenslody + +svn7062:  * (hopefully) fix a possible crash in cbAuiNotebook on + windows + +2011-03-20 19:24 tpetrov + +svn7061:  - replaced cbMessageBox with AnnoyingDialog, when + deleting entries in the Recent files/projects list in the Start + page + +2011-03-20 10:24 mortenmacfly + +svn7060:  - updated SDK documentation generation (doxygen) file + +2011-03-18 20:20 tpetrov + +svn7059:  - moved the 'Close workspace' item at the end of the + context menu + +2011-03-13 16:06 jenslody + +svn7055:  * (hopefully) fixed an issue where the tab-style + sometimes was not correcly updated, if it was changed in the + settings + +2011-03-13 15:52 jenslody + +svn7054:  * accessibility enhancements: now the tab-control of + active notebook page gets the focus via "View -> Focus ...", + instead of the page itself; keyboard-navigation should work + better now + +2011-03-13 12:06 jenslody + +svn7053:  * fix button-size + +2011-03-13 09:39 jenslody + +svn7052:  * wxSmith-Aui: fix crash that occurred if the user + tried to add a wxAuiToolbar to a wxAuiToolbar + +2011-03-12 13:24 mortenmacfly + +svn7049:  * pumped wxPropGrid to v1.4.15 + * CC: "Pretty Print" token only in case of container or function + - minor clean-ups and consistency changes (no functional changes) + +2011-03-12 13:11 mortenmacfly + +svn7048:  - source_exporter plugin: final clean-up and mark + modifications related to C::B in the sources + +2011-03-12 10:50 ceniza + +svn7047:  * Updated autotools and project file for Linux + +2011-03-12 10:07 mortenmacfly + +svn7046:  - source_exporter plugin: properly limit the build to + the library and plugin only (not via platforms, but virtual + target "All") + +2011-03-12 08:29 ceniza + +svn7045:  * Do not build extra programs of wxPdfDocument (samples + and makefont) + * Build wxPdfDocument as a static library + $ These updates only apply to Windows. Linux updates come next. + +2011-03-11 21:02 mortenmacfly + +svn7044:  * source_exporter plugin: removed artifacts (remaining + files from old version) + +2011-03-11 20:56 mortenmacfly + +svn7043:  * source_exporter plugin: pumped wxPDFDoc to most + recent version + * source_exporter plugin: changed static to dynamic library + - compilation under Linux is temporarily broken now until fixed + by Ceniza + +2011-03-10 17:54 ceniza + +svn7042:  * Replace tabs with spaces for all exporters + +2011-03-06 11:42 mortenmacfly + +svn7041:  * report missing external dependencies as a warning (as + this might be a wrong project / target setup probably) + - clarify "Nothing to be done" a little more to avoid forum noise + - some code clean-up + +2011-03-04 19:50 mortenmacfly + +svn7039:  - tiny unix project update + +2011-03-02 10:28 mortenmacfly + +svn7036:  - project file update/synch + +2011-02-28 14:52 jenslody + +svn7033:  * add missing autosave.xrc to C::B's project files. + Again thanks daniloz for reporting it ! + +2011-02-28 14:39 jenslody + +svn7032:  * add missing abbreviationsconfigpanel.xrc to C::B's + project files. Thanks daniloz for reporting it ! + +2011-02-28 08:47 mortenmacfly + +svn7031:  * fixed compilation error by adding missing doer + function (got lost on merge) + +2011-02-28 07:56 mortenmacfly + +svn7030:  * allow to hide the folder name in project tree (in + "flat view" mode) + * optimised SDK interface to project view (namely BuildTree in + cbProject) + * applied patch by oBFusCATed to reload project while keeping + dependencies + * fixed a crash candidate in CopyTreeNodeRecursively + - code /SDK optimisations (implemented a ToDo by mandrav) + - removed obsolete code + +2011-02-28 07:36 jenslody + +svn7029:  * fix a crash, if no editor is open and the environment + settings dialog is closed with OK (see: + http://forums.codeblocks.org/index.php/topic,14294.msg96148.html#msg96148 + ) + +2011-02-24 18:02 pecan + +svn7028:  CodeSnippets 1.3.120 2011/02/11 + - Fix crash when double clicking previously opened snippet + - Copy fixes 5995 & 6000 from CB EditorManager to SEditormanager + +2011-02-23 11:14 jenslody + +svn7027:  * fix for bug #17950 (another case where a tabcontrol + did not correctly release mouse-capture in some cases) + +2011-02-23 09:55 mortenmacfly + +svn7026:  * applied patch #3127 (additional parts): several + enhancement, e.g. hard-coded doxygen directory name and directory + creation code + +2011-02-22 16:46 mortenmacfly + +svn7024:  * applied (modified) patch #2957: partial fix for bug + #14087 + +2011-02-22 16:36 mortenmacfly + +svn7023:  * applied patch #2922: AutoVersion changes log GUI + sizing (includes patch #2940) + +2011-02-22 16:06 mortenmacfly + +svn7021:  * applied patch #2955 to fix bug #16671 + +2011-02-21 04:47 loaden + +svn7018:  CC: add part 2 of one parser per whole workspace, see + http://forums.codeblocks.org/index.php/topic,14201.0.html for + more information + +2011-02-19 13:39 jenslody + +svn7015:  * better MinimizeSpace algorithm for cbAuiNotebook, + should fix the issue described here: + http://forums.codeblocks.org/index.php/topic,13826.msg95800.html#msg95800 + +2011-02-18 09:00 jenslody + +svn7011:  * (hopefully) fix an issue with tab tooltips, where a + tooltip was shown, even if the tab was hiddden by an open menu + (see + http://forums.codeblocks.org/index.php/topic,13826.msg95754.html#msg95754 + for details) + +2011-02-15 11:46 loaden + +svn7010:  * CC: fix a bug reported here: + http://forums.codeblocks.org/index.php/topic,14206.msg95611.html#msg95611 + +2011-02-14 14:04 loaden + +svn7009:  * CC: fix bug about extern "C" parsing, thanks ollydbg! + +2011-02-13 16:38 loaden + +svn7006:  * Modify Rev6985: swap accelerator key, like eclipse + +2011-02-13 14:01 dmoore + +svn7004:  * ToolsPlus plugin: Added missing accelerator in + FindMenu call, removed trailing ';' from if statement (should fix + wildcard matching of multiple files when building context menu -- + Thanks Morten) and (for readability) increased use of braces + (Thanks Morten) + +2011-02-13 11:39 mortenmacfly + +svn7003:  * applied patch #3066: add "clean workspace" menu entry + AND allow to add items to the workspace context menu + +2011-02-13 11:27 mortenmacfly + +svn7002:  * applied patch #3065: Context menu item to show file + in project tree + +2011-02-13 11:20 mortenmacfly + +svn7001:  - refresh tree item (icon) when modifying a file though + projectfileoptionsdlg, e.g. changing the read-only flag + +2011-02-13 11:18 mortenmacfly + +svn7000:  * applied patch #2980: patch for a Swap header/source + issue + * applied patch to allow plugins to modify the editor tab context + menu (as I have a use case for this), thanks GeO + -> USE WITH CARE, do not clutter this menu via plugins!!! + +2011-02-13 10:57 mortenmacfly + +svn6999:  * applied patch by daniloz to add focus events to + C::B's SDK (see + http://forums.codeblocks.org/index.php/topic,14150.0.html) + +2011-02-13 10:54 mortenmacfly + +svn6998:  * CC: accidentally forgotten to commit two more files + of last commit (related to pretty print tokens) + +2011-02-13 10:52 mortenmacfly + +svn6997:  * CC: apply patch by oBFusCATed to pretty print tokens + (see http://forums.codeblocks.org/index.php/topic,13979.0.html) - + it actually seems to work! + * applied patch #3119: show the Project's title in the Goto file + dialog (thanks oBFusCATed) + - coding style enhancements + +2011-02-12 22:25 dmoore + +svn6996:  * ToolsPlus plugin: Include menu accelerator characters + in FindMenu calls to avoid translation issues (thanks danselmi). + see + http://developer.berlios.de/patch/?func=detailpatch&patch_id=3110&group_id=7745 + and + http://forums.codeblocks.org/index.php/topic,14206.msg95508.html#msg95508 + +2011-02-12 22:15 jenslody + +svn6995:  * fix an issue, where the active tab was not always + visible after a project was opened (at least on linux) + +2011-02-12 02:50 loaden + +svn6990:  * CC: add UI part of one parser per whole workspace, + It's too complex, So I need do it step by step + +2011-02-12 02:38 loaden + +svn6989:  * CC: a little code refactoring + +2011-02-12 02:26 loaden + +svn6988:  * CC: remove unnecessary parser checking + +2011-02-11 19:23 jenslody + +svn6987:  ToolsPlus-plugin: set executable property update + +2011-02-11 15:13 loaden + +svn6986:  * improved smart un-indent, see + http://forums.codeblocks.org/index.php/topic,14087.msg94860.html#msg94860 + for more details + +2011-02-11 15:10 loaden + +svn6985:  * New Feature: add "Goto line end" and "Insert new line + below current line" for special commands + +2011-02-11 15:03 loaden + +svn6984:  * CC: fixed bug reported here: + http://forums.codeblocks.org/index.php/topic,14198.0.html + +2011-02-11 07:15 loaden + +svn6983:  *CC: Fixed a bug in the expression solver (handling + conditional preprocessor directive), thank ollydbg! + +2011-02-11 06:57 loaden + +svn6982:  * CC: Add preprocessor parsing support for ParserTest + +2011-02-11 05:37 mortenmacfly + +svn6981:  * allow focusing project manager and "logs and others" + via menu (shortcut) to improve accessibility + * cycle through project manager -> editor -> "logs and others" + via CTRL+ALT+TAB + +2011-02-11 05:35 mortenmacfly + +svn6980:  * CC: fix an issue, that #defines are shown twice in + the tooltip + +2011-02-10 09:06 mortenmacfly + +svn6979:  - fix some compiler warnings in ANSI build (thanks + stahta01) + +2011-02-10 09:00 mortenmacfly + +svn6978:  * updated wxPropGrid from to 1.4.15 to fix a regression + which caused text to be pasted twice in text editors under some + platforms (at least wxMSW) + - added Doxyfile to create Doxygen documentation for wxPropGrid + only + +2011-02-09 05:41 mortenmacfly + +svn6977:  * applied patch #2956: Enable/disable tab position menu + items appropriately + +2011-02-08 06:00 mortenmacfly + +svn6976:  * applied patch #3127: doxyblocks bug fix (thanks + Cryogen) + +2011-02-08 03:27 dmoore + +svn6975:  ToolsPlus plugin: Internalization support for UI + strings, improved config panel layout and text descriptions + +2011-02-07 13:17 jenslody + +svn6972:  * minor debconf changes + +2011-02-07 13:16 jenslody + +svn6971:  * wxSmith: fix for an issue, where ID's of some items, + that can have events are converted to wxID_ANY + +2011-02-07 11:23 jenslody + +svn6970:  * add autoconf-check for necessary boost-header, if + NassiShneidermann-plugin should be build + +2011-02-07 08:31 jenslody + +svn6969:  * add gamin to the build-dependencies for debian; add + debconf-scripts to let the user decide, whether plugins are + loaded or not (see + http://forums.codeblocks.org/index.php/topic,14175.msg95251.html#msg95251 + for details) + +2011-02-06 19:59 mortenmacfly + +svn6968:  * additional tuning for Linux build + +2011-02-06 19:29 jenslody + +svn6967:  * more linux build fixes and enhancements + +2011-02-06 18:01 mortenmacfly + +svn6966:  - first linux build fix + +2011-02-06 17:04 jenslody + +svn6965:  * FileManager-plugin: two small fixes + +2011-02-06 16:54 mortenmacfly + +svn6964:  * initial integration of new plugins (FileManager, + ToolsPlus) into Linux build system + +2011-02-06 16:11 mortenmacfly + +svn6963:  * added/integrated new contrib FileManager plugin + (Windows only for the moment) + +2011-02-06 15:48 mortenmacfly + +svn6962:  * added/integrated new contrib ToolsPlus plugin + (Windows only for the moment) + +2011-02-05 10:09 mortenmacfly + +svn6961:  - little clean-up to improve readability (no functional + change) + +2011-02-04 13:58 jenslody + +svn6958:  * fix an error in cbAuiNotebook that leads to a crash + if last tab in "Logs & others" is closed + +2011-02-04 12:48 mortenmacfly + +svn6957:  * fixed a crash when quickly hiding/showing the + management pane and pressing a key + - fixed possible further crash candidates of the same pattern + +2011-02-03 20:55 mortenmacfly + +svn6956:  * fixed recent files were limited to 8 and not 16 files + (introduced own CBFILE_ID enum for C::B), also fixes + non-continues file ID's + * CC: fixed bug that global variables are left expanded in the + project file (thanks oBFusCATed) + - optimised: set selection in cbEditor only, if selection is not + already visible + - some code style formatting (no functional change) + +2011-02-03 20:13 mortenmacfly + +svn6955:  * applied patch #3099: add new SDK event: + cbEVT_PROJECT_NEW + +2011-02-03 20:06 mortenmacfly + +svn6954:  * applied patch #3108: Searching for menu entries with + accelerators (thanks danselmi) + +2011-02-03 13:00 killerbot + +svn6952:  * doxyblocks plugin update : support for doxygen 1.7.3 + +2011-02-02 08:17 jenslody + +svn6951:  * fix a possible hang/crash if a cbAuiNotebook is + completely hidden by resizing; minimize free space in tab-control + on all tab-controls of a notebook, if more than one exists due to + drag and drop of a tab + +2011-02-01 07:13 mortenmacfly + +svn6950:  - enable SVN keyword substitution for relevant files + +2011-01-31 14:12 jenslody + +svn6949:  * more non-pch build fixes + +2011-01-31 13:58 jenslody + +svn6948:  * next non-pch build fix + +2011-01-31 09:44 jenslody + +svn6947:  * non-pch build fix + +2011-01-29 21:58 jenslody + +svn6944:  * make scrolling through notebooktabs with mousewheel + optional; make some functions and variables of cbAuiNotebook + static, to be able to set/change values/behaviour for all + cbAuiNotebooks at once + +2011-01-29 13:53 jenslody + +svn6943:  * fix an issue with pch's that where not created if + flat objects are used (see + http://forums.codeblocks.org/index.php/topic,14126.msg94910.html#msg94910 + for details) + +2011-01-25 20:59 jenslody + +svn6940:  * don't show tooltips, if they are not explicitely set + +2011-01-25 14:24 jenslody + +svn6939:  * add patch to be able to scroll through tabs with the + mousewheel or move the tabs with mousewheel + modkey without + changing selection (or vice versa, configurable in "Settings -> + Environment -> Notebooks appearance") + +2011-01-25 13:58 jenslody + +svn6938:  * fix an issue, that leads to a file-not-found message, + if a workspace is opened and the user tries to open it a second + time from recent projects list + +2011-01-25 12:52 jenslody + +svn6937:  * add patch to keep unused space in notebooks as small + as possible (do not hide tabs if not necessary) + +2011-01-25 11:31 jenslody + +svn6936:  * add option to disable tooltips on tabs and to + configure the time until a tooltip is shown + +2011-01-25 10:55 jenslody + +svn6935:  * improvement for projectlayoutloader and editor zoom: + zoom-factor and split-state are now saved per file; it's + configurable, whether zooming works on all editors or just the + active one (see: + http://forums.codeblocks.org/index.php/topic,14027.msg94293.html#msg94293) + +2011-01-24 15:44 jenslody + +svn6934:  * Add ability to maximize editors with double-click on + tab (see: + http://forums.codeblocks.org/index.php/topic,13862.msg93310.html#msg93310 + for details) + +2011-01-24 14:54 jenslody + +svn6933:  * updated encoding-detection to latest version from + mozillas git-repo + +2011-01-24 14:52 jenslody + +svn6932:  * updated some copyright related stuff to 2011; changed + backslash to slash in linux projectfile; added + ReopenEditors-plugin in BUILD + +2011-01-21 14:47 mortenmacfly + +svn6931:  * applied patch by danselmi to re-enable the status by + working properly and allows for modifications by plugins (fixes + an issue introduced with r6841) + - removed some obsolete code + +2011-01-20 08:53 killerbot + +svn6930:  added .cc and .c++ extension for completion + +2011-01-19 06:14 mortenmacfly + +svn6927:  * increased number of recent projects / recent files to + 16/16 + +2011-01-19 06:10 mortenmacfly + +svn6926:  * add event to get active log window (logger) + +2011-01-18 15:02 jenslody + +svn6925:  * ReopenEditor-plugin: added closd file list; any files + on the list can be opened or removed from list; list is shown as + dockable window or in Logs & others (configurable via "Settings + -> Editor -> Reopen editor settings") + +2011-01-18 14:58 jenslody + +svn6924:  * fix possible issue, where tab-control does not + release mouse-capture properly + +2011-01-18 14:49 jenslody + +svn6923:  * add event to hide loggers; fix (minor) issues in + infopane; use new event for todo-list + +2011-01-14 13:03 thomasdenk + +svn6920:  - Fix Ogre wizard not to link incorrect debug libraries + under Linux (courtesy of Rainer Größlinger) + +2011-01-13 13:56 jenslody + +svn6919:  * added new plugin: ReopenEditor; reopens last closed + editor(s) via hotkey (Ctrl+Shift+t) or menu-item + +2011-01-09 00:37 jenslody + +svn6912:  * wxSmith-plugin: add missing initiliazation for + MenuItem; fix typo + +2011-01-05 17:34 jenslody + +svn6911:  * wxSmith fix: wrong include-line was created for + wxMessageDialog + +2011-01-02 20:09 pecan + +svn6910:  - DragScroll, add missing block token + +2011-01-02 18:55 pecan + +svn6909:  DragScroll 1.3.26 2011/01/2 + - Fix Linux crash: check ClassInfo before scrolling wxListCtrl(s) + +2011-01-02 18:53 jenslody + +svn6908:  * non-pch build fixes, thanks Tim S. (stahta01) + +2011-01-02 12:27 jenslody + +svn6907:  * fix possible build issue with wx > 2.8.10 + +2010-12-27 15:27 mortenmacfly + +svn6906:  * applied patch #3103: make GetCommentLexerStyle() and + friends language dependent (thanks danselmi) + +2010-12-22 16:42 killerbot + +svn6905:  - fix potential crash candidates + +2010-12-20 09:02 loaden + +svn6904:  * fix bug reported here: + http://forums.codeblocks.org/index.php/topic,13896.msg93507.html#msg93507 + +2010-12-20 01:03 loaden + +svn6903:  * CC: re-enable memory pool + +2010-12-20 00:58 loaden + +svn6902:  * fix bug #17794, thank ollydbg! + +2010-12-20 00:24 loaden + +svn6901:  * fix a bug in ClassBrowser, avoid duplication refresh + +2010-12-16 22:00 jenslody + +svn6898:  * fix crash on linux in nativeparser.cpp, if default + compiler is msvc* (cross-build project), see here for details: + http://forums.codeblocks.org/index.php/topic,13766.msg93390.html#msg93390 + +2010-12-14 10:47 loaden + +svn6897:  * add more comments for CC, thank ollydbg! + +2010-12-14 10:28 jenslody + +svn6896:  * add the ability to show tooltips on cbAuiNotebook + tabs; show full filename and Project in tooltip for editor tabs; + no tooltips on other tabs (at the moment) + +2010-12-11 16:56 biplab + +svn6895:  * Build fixes: for wx-2.9. + +2010-12-11 16:46 biplab + +svn6894:  * Added: wxScitilla as a dependency of sdk target. + +2010-12-11 16:40 biplab + +svn6893:  * Added: wxScitilla as a dependency of sdk target. + +2010-12-11 11:20 mortenmacfly + +svn6892:  - properly fixed compilation issues with wx29 + concerning wxscintilla component + +2010-12-11 10:04 mortenmacfly + +svn6891:  - clean-up of wx29 project file; introduced #wx29 + global variable therefore + +2010-12-11 10:04 mortenmacfly + +svn6890:  - renamed wx29 project file + +2010-12-11 08:50 loaden + +svn6889:  * build fix for wx-2.9 + +2010-12-11 08:46 loaden + +svn6888:  * add C::B project only for wx2.9 compatibility test + +2010-12-11 08:44 loaden + +svn6887:  * wx2.9 compatibility only for cc + +2010-12-10 14:42 mortenmacfly + +svn6886:  - wxscintilla: make A68K lexer actually available + through WX interface (thanks danselmi) + +2010-12-10 14:42 mortenmacfly + +svn6885:  - wxscintilla: make A68K lexer actually available + through WX interface (thanks danselmi) + +2010-12-10 06:43 jenslody + +svn6883:  * partly (and hopefully temporary) revert commit 6879 + (native middle-mouse-paste on wxGTK), because it makes it + impossible to replace selected text with text from clipboard + +2010-12-09 16:11 biplab + +svn6881:  * Build fixes: for wx-2.9. + +2010-12-09 15:38 biplab + +svn6880:  * Build fixes: for wx-2.9. + +2010-12-09 15:29 jenslody + +svn6879:  * additional fix to previous commit: selecting text and + pasting it with a middle mouse-click now works natively on wxGTK + +2010-12-09 14:16 jenslody + +svn6878:  * fix for the new copy and paste bug on wxGTK, + described here: + http://forums.codeblocks.org/index.php/topic,13833.msg93079.html#msg93079 + +2010-12-09 03:54 loaden + +svn6877:  * rewritten parser switcher, enhance the performance + and accuracy + +2010-12-08 15:52 mortenmacfly + +svn6876:  * pumped wxScintilla component to 2.23 (including + interface optimisations) -> untested on 64 bit OS so far! + * added A68k lexer provided by Folco + +2010-12-08 11:33 loaden + +svn6875:  * a little improved for dtor code-completion + +2010-12-06 21:02 jenslody + +svn6874:  * don't create unneeded directories, if flat objects + are used; fix an issue described here: + http://forums.codeblocks.org/index.php/topic,13818.msg93003.html#msg93003 + +2010-12-02 16:49 biplab + +svn6872:  * Fixed: [Bug #17583] wxFILE_SEP_PATH does not work + with BeforeLast + +2010-12-02 10:47 jenslody + +svn6871:  * personalize unix-socket for ipc-connection on linux + by adding the username, to avoid possible problems on + multiuser-systems + +2010-12-01 15:58 biplab + +svn6870:  * Fixed: A bug where Project wizard overwrites existing + files without notice if project name already exists. + * Also added svn properties, fixed inconsistent line endings. + +2010-12-01 13:25 loaden + +svn6869:  * fixed bug reported here: + http://forums.codeblocks.org/index.php/topic,13778.0.html + +2010-12-01 12:08 loaden + +svn6868:  * fixed cc search bug, see + http://forums.codeblocks.org/index.php/topic,13746.0.html for + more information + +2010-12-01 10:29 loaden + +svn6867:  * apply patch to fixed get stripped arguments error, + thank ollydbg! + +2010-12-01 10:25 loaden + +svn6866:  * build wxscintilla as static library, see + http://forums.codeblocks.org/index.php/topic,13538.0.html for + more information + +2010-11-30 15:08 biplab + +svn6865:  * Fixed: [Bug #17715] Scripted Wizard for wxSmith + Author fails on some chars + +2010-11-26 22:39 jenslody + +svn6862:  * fix an issue of the disassembly-dialog on linux: if + the embedded wxSintilla-window is created with wxDefaultSize, + parts of the dialog are hidden, if it is smaller than a certain + size (e.g. if it is docked) + +2010-11-24 13:31 mortenmacfly + +svn6859:  * added Yuchen Deng, alias "Loaden" to the list of + developers + - somewhat sorted list by function / date of becoming team member + +2010-11-23 14:41 jenslody + +svn6857:  * fix an issue due to changed behaviour of wxWidgets on + some 64-bit systems (at least FEDORA 14 64-bit) see here: + http://forums.codeblocks.org/index.php/topic,13734.msg92546.html#msg92546 + for details + +2010-11-20 08:06 jenslody + +svn6856:  * fix an issue where external outdated external + dependencies are not recognized (see + http://forums.codeblocks.org/index.php/topic,13594.msg92496.html#msg92496 + for detail) + +2010-11-18 13:07 loaden + +svn6855:  * partial revert r6787 + +2010-11-18 11:36 loaden + +svn6854:  * revert r6842, r6843, r6846, r6848-r6852 + +2010-11-15 09:39 loaden + +svn6853:  * improved wxWidgets wizard script, support selected + CRT type + +2010-11-15 07:51 loaden + +svn6852:  * fixed breaks user colors for "Docking system" + +2010-11-15 05:12 loaden + +svn6851:  * a little UI change for better layout + +2010-11-14 12:38 loaden + +svn6850:  * build fix + +2010-11-14 12:30 loaden + +svn6849:  * build wxscintilla as static library, see + http://forums.codeblocks.org/index.php/topic,13538.0.html for + more information + +2010-11-14 11:50 loaden + +svn6848:  * applied patch for add GNU Fortran Compiler, thank + PcX(xunxun1982@gmail.com) + +2010-11-14 09:23 jenslody + +svn6847:  * wxSmith-plugin: fix for a crash described here: + http://forums.codeblocks.org/index.php/topic,13672.msg92143.html#msg92143 + (until we find a better solution) + +2010-11-13 10:38 loaden + +svn6846:  * remove the "ugly" part of wxToolbar, see + http://forums.codeblocks.org/index.php/topic,13665.0.html for + more information + +2010-11-12 13:18 jenslody + +svn6845:  * fixed a possible crash (on windows) or hang (on + wxGTK), if a file was modified outside C::B, and the IDE regains + focus with pressing the close-button on the editors tab. + +2010-11-11 11:39 jenslody + +svn6844:  * fixed an issue with split-view: non-default indicator + settings (used by highlight occurrences, IncSearch, SpellChecker) + have not been used directly after splitting (see here for an + example: + http://forums.codeblocks.org/index.php/topic,11307.msg91996.html#msg91996) + +2010-11-08 15:42 loaden + +svn6843:  * build fix + +2010-11-08 15:37 loaden + +svn6842:  * changed status bar style from wxSB_NORMAL to + wxSB_FLAT (only for Linux) + +2010-11-07 14:30 loaden + +svn6841:  * saved status bar displays status to the configuration + file + +2010-11-07 07:51 jenslody + +svn6840:  * DoxyBlocks-plugin: make generated comments undoable + in one step + +2010-11-07 05:03 loaden + +svn6839:  * fine-tuning configure dialog interface for + "Code-Completion" plugin + +2010-11-07 01:31 loaden + +svn6838:  * fixed big title info for "Compiler and debugger + settings" + +2010-11-06 14:24 loaden + +svn6837:  * fixed big title info can not setting background + color, and center align on Linux, avoid the issue record here: + http://wiki.wxwidgets.org/WxStaticText + +2010-11-06 09:49 loaden + +svn6836:  * making open containing folder can be configurable of + the commands + +2010-11-06 08:54 loaden + +svn6835:  * fine-tuning interface layout of "Other settings" + +2010-11-05 02:34 loaden + +svn6833:  * wxSmith: strip trailing blanks when flush to file + +2010-11-05 01:52 loaden + +svn6832:  * avoid possible crash + +2010-11-04 13:27 loaden + +svn6831:  * apply patch #003038 to support open file's containing + folder, see: + http://forums.codeblocks.org/index.php/topic,12983.0.html + +2010-11-04 12:29 loaden + +svn6830:  * update deleted pages in project options + +2010-11-04 10:21 loaden + +svn6829:  * auto find the references after rename symbol + +2010-11-04 08:16 loaden + +svn6828:  * add "*.bmarks" to ignore list, add ".objs, devel, + output" to ignore list of "src" + +2010-11-04 07:44 loaden + +svn6827:  * code clean up + +2010-11-04 07:30 loaden + +svn6826:  * compatibility fix + +2010-11-04 07:07 loaden + +svn6825:  * compatible with the latest version of the wxSmith + +2010-11-04 06:27 loaden + +svn6824:  * bug fix for function overloading + +2010-11-04 00:19 loaden + +svn6823:  * special handle function overloading for 'Goto + declaration' and 'Goto implementation' + +2010-11-03 19:52 jenslody + +svn6822:  * fix: after moving abbreviations into a plugin, the + plugin was missing in debian install files + +2010-11-03 14:59 loaden + +svn6821:  * support function overload parsing + +2010-11-03 12:20 loaden + +svn6820:  * fix auto indent error, reported here: + http://forums.codeblocks.org/index.php/topic,13548.msg91682.html#msg91682 + +2010-11-03 10:09 loaden + +svn6819:  * build option fix + +2010-11-03 08:44 loaden + +svn6818:  * add "Token::GetStrippedArgs()" for remove default + value, improved function implementation + +2010-11-02 15:35 biplab + +svn6817:  * Re-phrased rev 6816. + +2010-11-02 15:22 loaden + +svn6816:  * when create a variable with an invalid content, give + a choice for the user + +2010-11-02 14:56 loaden + +svn6815:  * improved real-time reparsing + +2010-11-02 14:30 loaden + +svn6814:  * special handle constructor function for 'Goto + declaration' and 'Goto implementation' + +2010-11-02 13:29 loaden + +svn6813:  * special handle destructor function for 'Goto + declaration' and 'Goto implementation' + +2010-11-02 12:24 loaden + +svn6812:  * improved to get destructor function under cursor + +2010-11-02 09:36 loaden + +svn6811:  * ThreadSearch: avoid the error dialog interaction, to + direct log output + +2010-11-02 08:52 loaden + +svn6810:  * re-layout CodeCompletion-Plugin config dialog + +2010-11-02 08:35 loaden + +svn6809:  * splitting "General settings" to "Editor settings" and + "Other settings" by wxNotebook + +2010-11-02 02:44 loaden + +svn6808:  * improved ThreadSearch layout, making it more compact + +2010-11-02 02:04 loaden + +svn6807:  * some default size improved for small display + +2010-11-02 01:32 loaden + +svn6806:  * add "Build options" tab page, for solved too high of + the option dialog + +2010-11-01 12:22 loaden + +svn6805:  * add "__cpluscplus" predefined macro for C++ project + +2010-11-01 09:25 loaden + +svn6803:  * support shown template parameters in the Symbol + Browser + +2010-11-01 09:04 loaden + +svn6802:  * support constructor call tips + +2010-11-01 08:07 loaden + +svn6801:  * partial revert r6797, we need update call-tips window + position in anywhere + +2010-11-01 07:35 loaden + +svn6800:  * rewritten NativeParser::GetCallTips, support + multi-line call tips, fixed bug reported here: + https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=9935 + +2010-10-31 19:46 mortenmacfly + +svn6798:  * applied PCH fix patch by oBFusCATed + +2010-10-31 12:46 loaden + +svn6797:  * improved call tips, fixed sometimes can not show + +2010-10-31 12:41 loaden + +svn6796:  * multiple-instance parameters fixed + +2010-10-31 09:43 loaden + +svn6795:  * partial revert r6706 + +2010-10-31 07:53 loaden + +svn6794:  * fixed the line number initialization error when use + buffer parsing + +2010-10-31 06:26 biplab + +svn6793:  * wx-2.9 migration: Build fixes. + +2010-10-31 06:12 biplab + +svn6792:  * wx-2.9 migration: Build fix. + +2010-10-31 06:12 biplab + +svn6791:  * wx-2.9 migration: Build fix. + +2010-10-31 06:10 biplab + +svn6790:  * Fixed: Crash candidate in cbstatusbar + +2010-10-31 06:08 biplab + +svn6789:  * Fixed: Crash candidate in CC plugin. + +2010-10-29 16:00 biplab + +svn6788:  * Build system clean-up: Removed unnecessary automake + files from ppc project wizard. + +2010-10-29 02:21 loaden + +svn6787:  * add "--multiple-instance" program arguments + +2010-10-29 02:00 loaden + +svn6786:  * add Token::GetFormattedArgs(), it will replaced from + '\n' to '' for multi-line parameters + +2010-10-29 01:55 loaden + +svn6785:  * fixed get stripped arguments failed when parsing + Multi-line parameters + +2010-10-28 13:32 loaden + +svn6784:  * improved auto indent for "for/do/while/if..." + +2010-10-28 13:15 loaden + +svn6783:  * add "No such file or directory" rules to capture + build error + +2010-10-28 13:11 loaden + +svn6782:  * fixed mistake function parsing, e.g. "int i(8);", it + should be variable, not function + +2010-10-28 11:55 loaden + +svn6781:  * fixed bug: #010036, see + https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=10036 + +2010-10-28 11:25 loaden + +svn6780:  * improved function parameters parsing, support multi + line parameter + +2010-10-28 05:16 mortenmacfly + +svn6777:  - codecompletion: added sanity checks + +2010-10-28 05:15 mortenmacfly + +svn6776:  * applied patch by danselmi: Add ToDo menu item so that + keybinder plugin can re-assign a shortcut + +2010-10-28 02:23 loaden + +svn6775:  * add svn:keywords for some new files + +2010-10-28 00:05 loaden + +svn6774:  * fixed crash while opened xpm files, and make xpm + files can be parsed + +2010-10-27 16:03 loaden + +svn6773:  * removed invalid copyright declare + +2010-10-27 15:19 loaden + +svn6772:  * fixed 'find references' or 'rename symbol' failed of + function parameter + +2010-10-27 12:52 loaden + +svn6771:  * fixed wrong function parameter location records + +2010-10-27 09:16 loaden + +svn6770:  * 'goto declaration' and 'goto implementation' will + goto the token position now + +2010-10-27 04:04 loaden + +svn6769:  * improved system header completion + +2010-10-26 14:32 loaden + +svn6768:  * fixed sometimes 'goto implementation' doesn't work + +2010-10-26 09:39 loaden + +svn6767:  * improved cc search, moved all static variables to + member variables, after switch parser, we should call init + function again + +2010-10-26 08:22 loaden + +svn6766:  * update sdk version + +2010-10-26 02:43 loaden + +svn6765:  * avoid possible crash when file modified by external + tools + +2010-10-26 02:05 loaden + +svn6764:  * partial revert r6730 + +2010-10-26 00:59 loaden + +svn6763:  * Abbreviatons-Plugin: fix bug, the keyword list box + should be not sorted + +2010-10-25 20:57 jenslody + +svn6762:  * add abbreviatons-plugin to automake-system on linux + (and others); build fix (include-file names are case-sensitive on + linux); fixed typo + +2010-10-25 15:56 loaden + +svn6761:  * apply patch for move abbreviations from core into a + plugin (modify and improved), see: + https://developer.berlios.de/patch/?func=detailpatch&patch_id=3068&group_id=5358 + +2010-10-25 13:18 loaden + +svn6760:  * fix cpu range error: occured if the cpu-count is + greater than sixteen + +2010-10-25 11:06 loaden + +svn6759:  * support strong enum parsing + +2010-10-25 09:29 loaden + +svn6758:  * add wxEVT_SCI_TAB and wxEVT_SCI_ESC event handler, + thank danselmi help! + +2010-10-25 09:16 loaden + +svn6757:  * add option to remove variable prefix of the event + handler function + +2010-10-25 07:30 loaden + +svn6756:  * wxSmith: avoid some build warning, e.g. "type + attributes ignored after type is already defined" + +2010-10-25 06:04 loaden + +svn6755:  * always have one free core of parallel builds + +2010-10-24 20:53 jenslody + +svn6754:  * fix for a folding-bug, where the folded block stays + hidden, if the folding-header (brace or whatever) was deleted + (see here: + http://forums.codeblocks.org/index.php/topic,13551.msg91270.html#msg91270 + , and others). + +2010-10-24 15:37 biplab + +svn6753:  * Build system clean-up: Removed unnecessary automake + files from sys, win32gui, wxwidgets project wizards. + +2010-10-23 16:57 loaden + +svn6752:  * wxSmith: improved the event handler function name, + remove prefix "m_" + +2010-10-23 16:37 loaden + +svn6751:  * add find scope selected dialog for code refactoring + +2010-10-23 14:00 loaden + +svn6750:  * refactoring ParserTest, fixed scroll invalid occurred + in linux + +2010-10-23 12:04 loaden + +svn6749:  * update build docs + +2010-10-23 11:32 loaden + +svn6748:  * add a new parsing expressions, for capture linker + error, when use unrecognized option + +2010-10-23 11:31 loaden + +svn6747:  * AStyle: add option for delete empty lines within a + function or method + +2010-10-23 03:38 loaden + +svn6746:  * fixed auto indent bug, reported here: + http://forums.codeblocks.org/index.php/topic,13463.msg91157.html#msg91157 + +2010-10-23 02:08 loaden + +svn6745:  * codecompletion plugin version changed from "0.7" to + "1.0" + +2010-10-23 02:00 loaden + +svn6744:  * if the global variable is not assigned, the default + value should set to "(invalid)" + +2010-10-22 14:07 loaden + +svn6743:  * wxSmith: improved internationalize option support, + fix default value inconsistent + +2010-10-22 12:46 jenslody + +svn6742:  * codesnippets-app (linux): build-fix + +2010-10-22 11:02 loaden + +svn6741:  * wxSmith: add internationalize option, see details: + http://forums.codeblocks.org/index.php/topic,9311.0.html + +2010-10-22 08:04 jenslody + +svn6740:  * make sure a block-caret is always shown (even if + width of line-cursor is set to 0) + +2010-10-22 07:12 loaden + +svn6737:  * revert the max-value of the spin-control for parallel + builds + +2010-10-22 03:37 loaden + +svn6736:  * abbreviations support auto switching between TAB and + SPACE. + +2010-10-22 03:02 loaden + +svn6735:  * based on the actual number of CPU to determine the + number of processes for parallel builds + +2010-10-21 22:57 jenslody + +svn6734:  * make the caret-style configurable + +2010-10-21 18:27 mortenmacfly + +svn6733:  Moved branches/codecompletion_refactoring to trunk + (switch to code_completion_refactoring branch). + +2010-10-21 18:25 mortenmacfly + +svn6731:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-10-20 09:45 mortenmacfly + +svn6724:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-10-13 08:04 loaden + +svn6709:  * cc_branch: fixed system headers completion error + +2010-10-13 03:33 loaden + +svn6708:  * cc_branch: improved system headers completion, fixed + popup delay in linux + +2010-10-12 06:52 loaden + +svn6707:  * cc_branch: fixed some errors when auto completion the + system headers + +2010-10-12 03:57 loaden + +svn6706:  * cc_branch: resolve template class variable parsing + error, reported here: + http://forums.codeblocks.org/index.php/topic,13463.msg90711.html#msg90711 + +2010-10-12 00:11 loaden + +svn6705:  * cc_branch: rewritten "GetStringFromSet", make it + faster + +2010-10-11 23:52 loaden + +svn6704:  * cc_branch: improved system headers completion, want + to be faster + +2010-10-11 09:00 loaden + +svn6702:  * cc_branch: improved the response speed of the UI when + starting a batch parsing + +2010-10-11 06:36 loaden + +svn6701:  * cc_branch: improved the performance of function-like + macro parsing + +2010-10-11 05:17 mortenmacfly + +svn6696:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-10-11 04:49 jenslody + +svn6695:  * cc-branch: avoid compilation-error due to remaining + semicolon after commit 6694 + +2010-10-11 04:33 loaden + +svn6694:  * cc_branch: rewritten "GetActualContextForMacro" and + "GetFirstTokenPosition", fixed some bugs + +2010-10-10 15:38 loaden + +svn6692:  * cc_branch: rename local variable from "normalArgs" to + "formalArgs" by ollydbg + +2010-10-10 15:27 loaden + +svn6691:  * cc_branch: improved function-like macro parsing, a + little improved for avoid the endless loop + +2010-10-10 11:30 loaden + +svn6690:  * cc_branch: fixed endless loop when parsing big + project, e.g. linux-2.6.35.7 + +2010-10-10 09:57 loaden + +svn6689:  * cc_branch: use "IS_ALIVE" instead "!TestDestroy()", + to increase readability, and facilitate the debugging + +2010-10-09 12:32 loaden + +svn6688:  * cc_branch: some details of the improvements, and + further to avoid the endless loop + +2010-10-09 10:07 loaden + +svn6687:  * cc_branch: fixed the buffer parsing error of class + body, local variable parsing support the construction and + destructor now + +2010-10-09 08:41 loaden + +svn6686:  * cc_branch: make the member variable using same naming + style + +2010-10-09 04:34 loaden + +svn6685:  * cc_branch: lets local variable support "find + references" and "rename symbols" + +2010-10-09 03:58 loaden + +svn6684:  * cc_branch: more improved, include: + - improved local variable parsing, fix jump error, make cc search + faster + - fixed a bug in GetFirstTokenPosition, e.g. buffer is "abab cd + efg", token is "ab" + - Fixed call tips does not full match + +2010-10-08 13:00 loaden + +svn6683:  * cc_branch: change auto launch chars min value, from 2 + to 1, thank blueshake! + +2010-10-08 11:27 loaden + +svn6682:  * cc_branch: adding some judgments in order to avoid + some of the possible parsing error + +2010-10-08 09:02 loaden + +svn6681:  * cc_branch: fixed struct parsing error, e.g. struct A + {}; struct B { struct A a; }; + +2010-10-08 07:08 loaden + +svn6680:  * cc_branch: make condition preprocessor be controlled + by option "C/C++ Parser > Parse preprocessor directives" + +2010-10-08 06:35 loaden + +svn6679:  * cc_branch: fixed copyright does not display the + correct (only some CC files) + +2010-10-08 05:07 loaden + +svn6678:  * cc_branch: improve debug log trace, avoid warning + +2010-10-07 13:14 loaden + +svn6677:  * cc_branch: fix re-parse error when re-read parser + options + +2010-10-07 11:25 loaden + +svn6676:  * cc_branch: rewritten HandleDefines, fix bug reported + here: http://forums.codeblocks.org/index.php/topic,13443.0.html + +2010-10-07 05:37 loaden + +svn6675:  * cc_branch: avoid possible endless loop when handle + class + +2010-10-07 05:29 loaden + +svn6674:  * cc_branch: make complex macros parsing is + configurable + +2010-10-07 03:35 loaden + +svn6673:  * cc_branch: improved debug log trace + +2010-10-06 15:32 loaden + +svn6672:  * cc_branch: buffer parsing supports record file name + and line number, improved local variable parsing + +2010-10-06 04:15 loaden + +svn6671:  * cc_branch: avoid endless loop when handle macro, and + other possible endless loop should be avoid too + +2010-10-05 07:16 loaden + +svn6670:  * cc_branch: fixed parsing error when class name + defined by a macro + +2010-10-05 05:33 loaden + +svn6669:  * cc_branch: improved the unnamed symbol search mode + +2010-10-05 03:29 loaden + +svn6668:  * cc_branch: add the feature to support unnamed + union/struct/class by ollydbg, reported here: + http://forums.codeblocks.org/index.php/topic,13426.msg90442.html#msg90442 + +2010-10-04 14:32 loaden + +svn6666:  * cc_branch: refactoring some symbols in NativeParser, + make it more readable + +2010-10-04 14:18 loaden + +svn6665:  * cc_branch: fix parser init error, lead class browser + can not correctly refreshed + +2010-10-04 13:33 loaden + +svn6664:  * cc_branch: applied patch to fix enum parse error from + r6660, thank blueshake! + +2010-10-03 22:42 loaden + +svn6663:  cc_branch: avoid possible endless loop when parsing for + replaced buffer + +2010-10-03 22:10 loaden + +svn6662:  cc_branch: use real case sensitive when code completion + +2010-10-01 15:32 mortenmacfly + +svn6661:  * cc_branch: applied patch to...: + - support typedef of template operator overloading by blueshake, + see + http://forums.codeblocks.org/index.php/topic,13390.msg90193.html#msg90193 + - fixed a bug of the default parameter error in MarkItemsByAI; as + a result CC Search gives correct matching result + - improved code-refactoring implementation, now it is 20x faster + when verifying the search results + - improved template value-tooltip (show correct information for + typedef of template) + - support re-parsing a file after the editor was modified + +2010-09-30 19:13 mortenmacfly + +svn6656:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-09-30 19:09 mortenmacfly + +svn6655:  * cc_branch: applied patch to fix improve + code-refactoring + +2010-09-30 05:58 mortenmacfly + +svn6654:  * cc_branch: applied patch with the following + improvements: + - fix batch parse failed when creating an empty project + - improve AddParseThread + - clean-up of "token.h" + +2010-09-29 04:39 mortenmacfly + +svn6653:  * cc_branch: applied patch to improve handling of + namespaces AND improve parsing of e.g. boost libraries + +2010-09-29 04:36 mortenmacfly + +svn6652:  * cc_branch: applied patch to support for + codecompletion of member variable initialisation + +2010-09-28 05:27 mortenmacfly + +svn6650:  * cc_branch: applied patch to re-work nullptr + +2010-09-24 13:50 mortenmacfly + +svn6634:  * cc_branch: applied patch to add possibility to remove + all bookmarks + +2010-09-24 13:44 mortenmacfly + +svn6633:  * cc_branch: little cosmetic fix (comparison with + pointer) + +2010-09-24 05:00 mortenmacfly + +svn6632:  * cc_branch: applied patch to add some more comments + AND improve consistency of style for header files + +2010-09-23 19:22 jenslody + +svn6631:  * cc-branch: reverted commit 6629 (re-revert commit + 6238), it was not the cause for the issuedescribed in + http://forums.codeblocks.org/index.php/topic,13338.msg89975.html#msg89975; + partly reverted commit 6594, that causes the issue + +2010-09-23 15:43 mortenmacfly + +svn6630:  * cc_branch: applied patch to fix system headers + parsing completely hangs + +2010-09-23 15:42 mortenmacfly + +svn6629:  * cc_branch: reverted patch of 6238r to fix the issue + reported here: + http://forums.codeblocks.org/index.php/topic,13338.msg89975.html#msg89975 + +2010-09-23 05:24 mortenmacfly + +svn6627:  * cc_branch: build fix for parser test project + +2010-09-23 05:23 mortenmacfly + +svn6626:  * cc_branch: applied patch to support CC for member + variable initialisation + +2010-09-23 05:21 mortenmacfly + +svn6625:  * cc_branch: applied patch simplify interface to batch + parser AND improve performance + +2010-09-23 05:20 mortenmacfly + +svn6624:  * cc_branch: applied patch to improve locker for system + headers + +2010-09-22 15:31 mortenmacfly + +svn6623:  * cc_branch: applied patch to fix an error when opening + a header file without a project + +2010-09-22 15:30 mortenmacfly + +svn6622:  * cc_branch: applied patch to fix a hang while + reparsing + +2010-09-21 19:28 mortenmacfly + +svn6621:  * cc_branch: applied patch to fix *NONE* project parser + error AND add parsing any files opened through DDE or the + command-line + +2010-09-21 04:58 mortenmacfly + +svn6615:  * cc_branch: merged with trunk (trunk to cc_branch) to + fix some scintilla issues + +2010-09-21 04:55 mortenmacfly + +svn6614:  * cc_branch: applied patch to fix a crash under Windows + and do some cleanup, namely: + - fix a crash under windows + - use member variables with the unified naming style + - now NativeParser::GetParser returns always a reference + - removing parser instance unnecessary + - parser for the active editor is never removed + - refactoring some variable names, function names + +2010-09-18 18:05 mortenmacfly + +svn6608:  * cc_branch: applied patch to fix several possible + crash candidates + +2010-09-18 06:43 mortenmacfly + +svn6605:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-09-17 16:05 mortenmacfly + +svn6604:  * cc_branch: applied patch to fix bug of scope + selection failed in linux. + +2010-09-17 04:36 mortenmacfly + +svn6603:  * cc_branch: applied patch to redesign the one-by-one + parser AND improve the protection of critical section + +2010-09-16 05:31 mortenmacfly + +svn6599:  * cc_branch: applied patch to fix hangs in linux + +2010-09-16 05:13 mortenmacfly + +svn6597:  * cc_branch: applied patch to fix a crash in batch + parse (v8) + +2010-09-15 06:10 mortenmacfly + +svn6596:  * cc_branch: applied patch to imrpove nightly build + (v2): + - make system header files code-completion configurable + - enhance performance by CC member variables + - fixed switch parser error + - add some debug log + +2010-09-14 19:43 mortenmacfly + +svn6594:  * cc_branch: applied patch to improve nightly build + (v1) + +2010-09-14 19:16 mortenmacfly + +svn6592:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-09-12 08:09 mortenmacfly + +svn6581:  * cc_branch: merged with trunk (trunk to cc_branch) + +2010-09-11 18:51 mortenmacfly + +svn6579:  * cc_branch: applied patch to...: + - add code re-factoring feature, support "Find reference" and + "Rename symbols" + - fix a bug cc will hang when create a project by wizard + - improve re-parsing of up-front header files, increase + performance + - add filter when parsing source files, (e.g. .xrc, .xml files + not parsed) + - real-time parsing does not parse system header files. + - optimize the ui performance when opening several editors, + special handling for wx2.8.11 + - re-factor the CC search function, (use SearchData type instead + of cbEditor) + - optimize the UI performance after batch parse finishes, some + tasks were moved from main thread to child thread + - add an menu entry of "Reparse this file" + - add an menu entry of "Reparse current project", and improve + Re-parsing project functionality + - change the short-key to do the codecompletion from Ctrl+SPACE + to Shift+SPACE only for Chinese,Japanese or Korean system, + because in Chinese,Japanese or Korean System, Ctrl+SPACE is + always used to switch IME. + - fix switch parser delay when editor is activated + - improve switch parser + - fix crash when show call tip in case of a *NONE* project file + - fix global scope update error + - improve system header search thread + +2010-09-06 05:30 mortenmacfly + +svn6572:  * cc_branch: applied patch for better handling of + operators (star operator) + 2010-09-03 18:30 mortenmacfly svn6570:  * updated wxPropGrid from to 1.4.14 to hopefully fix @@ -20691,7 +43371,7 @@ 2006-02-07 13:36 thomasdenk -svn1960:  Added $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/ChangeLog $ substitution to svn:keywords property +svn1960:  Added $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/ChangeLog $ substitution to svn:keywords property 2006-02-07 13:15 thomasdenk @@ -20788,7 +43468,7 @@ 2006-02-03 15:51 thomasdenk -svn1939:  Removed $Date: 2011-11-20 11:44:50 +0100 (dim. 20 nov. 2011) $ keyword, added standard copyright header +svn1939:  Removed $Date: 2011-11-20 11:44:50 +0100 (So, 20. Nov 2011) $ keyword, added standard copyright header where it was missing. 2006-02-03 09:46 mandrav diff -Nru codeblocks-16.01svn11246/codeblocks.plist.in codeblocks-17.12/codeblocks.plist.in --- codeblocks-16.01svn11246/codeblocks.plist.in 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/codeblocks.plist.in 2017-12-28 11:01:34.000000000 +0000 @@ -17,15 +17,15 @@ CFBundlePackageType APPL CFBundleVersion - CodeBlocks version 16.01 + CodeBlocks version 17.12 CFBundleShortVersionString - CodeBlocks version 16.01 + CodeBlocks version 17.12 LSRequiresCarbon CFBundleGetInfoString - CodeBlocks version 16.01, (c) 2004-2017 Code::Blocks + CodeBlocks version 17.12, (c) 2004-2017 Code::Blocks CFBundleLongVersionString - CodeBlocks version 16.01 SVN revision 10701, (c) 2004-2017 Code::Blocks + CodeBlocks version 17.12 SVN revision @REVISION@, (c) 2004-2017 Code::Blocks NSHumanReadableCopyright Copyright 2004-2017, The Code::Blocks Team CFBundleIdentifier diff -Nru codeblocks-16.01svn11246/codeblocks.spec.fedora.in codeblocks-17.12/codeblocks.spec.fedora.in --- codeblocks-16.01svn11246/codeblocks.spec.fedora.in 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/codeblocks.spec.fedora.in 2017-12-28 11:01:33.000000000 +0000 @@ -1,7 +1,5 @@ -%global svnrev @REVISION@ - Name: codeblocks -Version: 16.01.svn.%{svnrev} +Version: 17.12 Release: 1%{?dist} Summary: An open source, cross platform, free C++ IDE License: GPLv3+ @@ -343,6 +341,9 @@ %changelog +* Thu Dec 28 2017 Jens Lody - 17.12-1 +- New release. + * Tue Jul 19 2016 Jens Lody - 16.01.svn.10885-1 - New upstream. - Spec-file clean up. diff -Nru codeblocks-16.01svn11246/codeblocks.spec.in codeblocks-17.12/codeblocks.spec.in --- codeblocks-16.01svn11246/codeblocks.spec.in 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/codeblocks.spec.in 2017-12-28 11:01:34.000000000 +0000 @@ -2,7 +2,7 @@ %define req_wxgtk 2.8.0 %define _redhat %(if [ -f /etc/redhat-release ]; then echo 1; else echo 0; fi) %define _mandrake %(if [ -f /etc/mandrake-release ]; then echo 1; else echo 0; fi) -%define _version 16.01.svn.%{_svnrev} +%define _version 17.12.svn.%{_svnrev} %define _rel 1 %define _release %{_rel} %define jobs %(if [ -e /usr/bin/getconf ]; then echo $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 )); else echo 1; fi) diff -Nru codeblocks-16.01svn11246/compile codeblocks-17.12/compile --- codeblocks-16.01svn11246/compile 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/compile 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru codeblocks-16.01svn11246/config.guess codeblocks-17.12/config.guess --- codeblocks-16.01svn11246/config.guess 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/config.guess 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,1558 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-06-10' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches with a ChangeLog entry to config-patches@gnu.org. + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2013 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + else + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + cris:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + crisv32:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + frv:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-${LIBC} + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + or32:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-${LIBC} + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx + exit ;; +esac + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff -Nru codeblocks-16.01svn11246/config.sub codeblocks-17.12/config.sub --- codeblocks-16.01svn11246/config.sub 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/config.sub 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,1788 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-04-24' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2013 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | epiphany \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ + | ns16k | ns32k \ + | open8 \ + | or1k | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + msys) + basic_machine=i386-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or1k-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff -Nru codeblocks-16.01svn11246/configure codeblocks-17.12/configure --- codeblocks-16.01svn11246/configure 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/configure 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,27691 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69 for codeblocks 17.12svn11256. +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='codeblocks' +PACKAGE_TARNAME='codeblocks' +PACKAGE_VERSION='17.12svn11256' +PACKAGE_STRING='codeblocks 17.12svn11256' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +DATE +REVISION +HAVE_CXX11 +codeblocks_PCH_FLAGS +MACSETFILE +POSTLINK_COMMAND +WXPROPGRID_HEADERS +WXPROPGRID_INCLUDE +WXPROPGRID_LIB +WXPROPGRID_DIR +WX_X11_LIBS +WX_X11_CFLAGS +CB_FONTCONFIG_LIBS +CB_FONTCONFIG_CFLAGS +CB_HUNSPELL_LIBS +CB_HUNSPELL_CFLAGS +CB_GAMIN_LIBS +CB_GAMIN_CFLAGS +CB_GLIB2_LIBS +CB_GLIB2_CFLAGS +SCINTILLA_GTK_LIBS +SCINTILLA_GTK_CFLAGS +WX_GTK_LIBS +WX_GTK_CFLAGS +CB_TINYXML_LIBS +CB_TINYXML_CFLAGS +CB_SQUIRREL_LIBS +CB_SQUIRREL_CFLAGS +HAVE_WX29_FALSE +HAVE_WX29_TRUE +HAVE_GCC48_FALSE +HAVE_GCC48_TRUE +GCC_PATCH_VERSION +GCC_MINOR_VERSION +GCC_MAJOR_VERSION +GCC_VERSION +SETFILE +REZ +X_EXTRA_LIBS +X_LIBS +X_PRE_LIBS +X_CFLAGS +XMKMF +BOOST_SYSTEM_LIB +BOOST_LDFLAGS +BOOST_CPPFLAGS +FONTCONFIG_LIBS +FONTCONFIG_CFLAGS +GAMIN_LIBS +GAMIN_CFLAGS +GTK_LIBS +GTK_CFLAGS +HUNSPELL_LIBS +HUNSPELL_CFLAGS +GLIB2_LIBS +GLIB2_CFLAGS +WX_RESCOMP +WX_VERSION +WX_LIBS_STATIC +WX_LIBS +WX_CXXFLAGS_ONLY +WX_CFLAGS_ONLY +WX_CXXFLAGS +WX_CFLAGS +WX_CPPFLAGS +WX_CONFIG_PATH +PRECOMPILE_HEADERS_FALSE +PRECOMPILE_HEADERS_TRUE +BUILD_WXSMITHAUI +BUILD_WXSMITHCONTRIB +BUILD_WXSMITH +BUILD_WXCONTRIB +BUILD_VALGRIND +BUILD_TOOLSPLUS +BUILD_THREADSEARCH +BUILD_SPELLCHECKER +BUILD_SMARTINDENT +BUILD_SYMTAB +BUILD_EXPORTER +BUILD_REOPENEDITOR +BUILD_REGEX +BUILD_PROFILER +BUILD_NASSISHNEIDERMAN +BUILD_MOUSESAP +BUILD_LIBFINDER +BUILD_KEYBINDER +BUILD_INCSEARCH +BUILD_HEXEDITOR +BUILD_HELP +BUILD_HEADERFIXUP +BUILD_FILEMANAGER +BUILD_ENVVARS +BUILD_EDITORTWEAKS +BUILD_EDITORCONFIG +BUILD_DRAGSCROLL +BUILD_DOXYBLOCKS +BUILD_CSCOPE +BUILD_CPPCHECK +BUILD_COPYSTRINGS +BUILD_CODESTAT +BUILD_CODESNIPPETS +BUILD_CCCC +BUILD_CBKODERS +BUILD_BYOGAMES +BUILD_BROWSETRACKER +BUILD_AUTOVERSIONING +BUILD_CPPCHECK_FALSE +BUILD_CPPCHECK_TRUE +BUILD_CCCC_FALSE +BUILD_CCCC_TRUE +BUILD_MOUSESAP_FALSE +BUILD_MOUSESAP_TRUE +BUILD_INCSEARCH_FALSE +BUILD_INCSEARCH_TRUE +BUILD_HEXEDITOR_FALSE +BUILD_HEXEDITOR_TRUE +BUILD_WXSMITHAUI_FALSE +BUILD_WXSMITHAUI_TRUE +BUILD_WXSMITHCONTRIB_FALSE +BUILD_WXSMITHCONTRIB_TRUE +BUILD_WXSMITH_FALSE +BUILD_WXSMITH_TRUE +BUILD_WXCONTRIB_FALSE +BUILD_WXCONTRIB_TRUE +BUILD_VALGRIND_FALSE +BUILD_VALGRIND_TRUE +BUILD_TOOLSPLUS_FALSE +BUILD_TOOLSPLUS_TRUE +BUILD_THREADSEARCH_FALSE +BUILD_THREADSEARCH_TRUE +BUILD_SYMTAB_FALSE +BUILD_SYMTAB_TRUE +BUILD_SPELLCHECKER_FALSE +BUILD_SPELLCHECKER_TRUE +BUILD_SMARTINDENT_FALSE +BUILD_SMARTINDENT_TRUE +BUILD_EXPORTER_FALSE +BUILD_EXPORTER_TRUE +BUILD_REOPENEDITOR_FALSE +BUILD_REOPENEDITOR_TRUE +BUILD_REGEX_FALSE +BUILD_REGEX_TRUE +BUILD_PROJECTOPTIONSMANIPULATOR_FALSE +BUILD_PROJECTOPTIONSMANIPULATOR_TRUE +BUILD_PROFILER_FALSE +BUILD_PROFILER_TRUE +BUILD_NASSISHNEIDERMAN_FALSE +BUILD_NASSISHNEIDERMAN_TRUE +BUILD_LIBFINDER_FALSE +BUILD_LIBFINDER_TRUE +BUILD_KEYBINDER_FALSE +BUILD_KEYBINDER_TRUE +BUILD_HELP_FALSE +BUILD_HELP_TRUE +BUILD_HEADERFIXUP_FALSE +BUILD_HEADERFIXUP_TRUE +BUILD_FILEMANAGER_FALSE +BUILD_FILEMANAGER_TRUE +BUILD_ENVVARS_FALSE +BUILD_ENVVARS_TRUE +BUILD_EDITORTWEAKS_FALSE +BUILD_EDITORTWEAKS_TRUE +BUILD_EDITORCONFIG_FALSE +BUILD_EDITORCONFIG_TRUE +BUILD_DRAGSCROLL_FALSE +BUILD_DRAGSCROLL_TRUE +BUILD_DOXYBLOCKS_FALSE +BUILD_DOXYBLOCKS_TRUE +BUILD_CSCOPE_FALSE +BUILD_CSCOPE_TRUE +BUILD_COPYSTRINGS_FALSE +BUILD_COPYSTRINGS_TRUE +BUILD_CODESTAT_FALSE +BUILD_CODESTAT_TRUE +BUILD_CODESNIPPETS_FALSE +BUILD_CODESNIPPETS_TRUE +BUILD_CBKODERS_FALSE +BUILD_CBKODERS_TRUE +BUILD_BYOGAMES_FALSE +BUILD_BYOGAMES_TRUE +BUILD_BROWSETRACKER_FALSE +BUILD_BROWSETRACKER_TRUE +BUILD_AUTOVERSIONING_FALSE +BUILD_AUTOVERSIONING_TRUE +BUILD_MANIFEST_FALSE +BUILD_MANIFEST_TRUE +GTK_NOTEBOOK_FALSE +GTK_NOTEBOOK_TRUE +ENABLE_FORTRAN_FALSE +ENABLE_FORTRAN_TRUE +KEEP_DLLS_FALSE +KEEP_DLLS_TRUE +BUILD_ABBREVIATIONS_FALSE +BUILD_ABBREVIATIONS_TRUE +BUILD_TODO_FALSE +BUILD_TODO_TRUE +BUILD_SCRIPTEDWIZARD_FALSE +BUILD_SCRIPTEDWIZARD_TRUE +BUILD_PROJECTSIMPORTER_FALSE +BUILD_PROJECTSIMPORTER_TRUE +BUILD_OCCURRENCESHIGHLIGHTING_FALSE +BUILD_OCCURRENCESHIGHLIGHTING_TRUE +BUILD_OPENFILESLIST_FALSE +BUILD_OPENFILESLIST_TRUE +BUILD_MIMEHANDLER_FALSE +BUILD_MIMEHANDLER_TRUE +BUILD_DEBUGGER_FALSE +BUILD_DEBUGGER_TRUE +BUILD_COMPILER_FALSE +BUILD_COMPILER_TRUE +BUILD_CODECOMPLETION_FALSE +BUILD_CODECOMPLETION_TRUE +BUILD_CLASSWIZARD_FALSE +BUILD_CLASSWIZARD_TRUE +BUILD_AUTOSAVE_FALSE +BUILD_AUTOSAVE_TRUE +BUILD_ASTYLE_FALSE +BUILD_ASTYLE_TRUE +CODEBLOCKS_PLATFORM +PLATFORM_LIBS +PLATFORM_CFLAGS +CODEBLOCKS_VERSION_INFO +MODULE_SHARED_LDFLAGS +HAVE_TINYXML_FALSE +HAVE_TINYXML_TRUE +TINYXML_LIBS +TINYXML_CFLAGS +HAVE_SQUIRREL_FALSE +HAVE_SQUIRREL_TRUE +SQUIRREL_LIBS +SQUIRREL_CFLAGS +HAVE_PKG_CONFIG +HAVE_ASTYLE_FALSE +HAVE_ASTYLE_TRUE +HAVE_BZIP2_FALSE +HAVE_BZIP2_TRUE +HAVE_ZLIB_FALSE +HAVE_ZLIB_TRUE +zlib_LIBS +zlib_CFLAGS +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +LIBOBJS +CODEBLOCKS_DARWIN_FALSE +CODEBLOCKS_DARWIN_TRUE +CODEBLOCKS_LINUX_FALSE +CODEBLOCKS_LINUX_TRUE +CODEBLOCKS_NT_FALSE +CODEBLOCKS_NT_TRUE +RC +PLUGIN_FLAGS +SHARED_FLAGS +CXXCPP +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +ac_ct_CXX +CXXFLAGS +CXX +DARWIN_FALSE +DARWIN_TRUE +LINUX_FALSE +LINUX_TRUE +CPP +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_os +target_vendor +target_cpu +target +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_debug +enable_silent_rules +enable_static +enable_shared +with_pic +enable_fast_install +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +with_platform +enable_source_formatter +enable_autosave +enable_class_wizard +enable_code_completion +enable_compiler +enable_debugger +enable_mime_handler +enable_open_files_list +enable_occurrences_highlighting +enable_projects_importer +enable_scripted_wizard +enable_todo +enable_abbreviations +enable_keep_dlls +enable_fortran +enable_gtk_notebook +enable_xpmanifest +with_contrib_plugins +enable_pch +with_wxdir +with_wx_config +with_wx_prefix +with_wx_exec_prefix +with_boost +with_boost_libdir +with_boost_system +with_x +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP +CXX +CXXFLAGS +CCC +CXXCPP +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR +zlib_CFLAGS +zlib_LIBS +SQUIRREL_CFLAGS +SQUIRREL_LIBS +TINYXML_CFLAGS +TINYXML_LIBS +GLIB2_CFLAGS +GLIB2_LIBS +HUNSPELL_CFLAGS +HUNSPELL_LIBS +GTK_CFLAGS +GTK_LIBS +GAMIN_CFLAGS +GAMIN_LIBS +FONTCONFIG_CFLAGS +FONTCONFIG_LIBS +XMKMF' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures codeblocks 17.12svn11256 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/codeblocks] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +X features: + --x-includes=DIR X include files are in DIR + --x-libraries=DIR X library files are in DIR + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] + --target=TARGET configure for building compilers for TARGET [HOST] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of codeblocks 17.12svn11256:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-debug turn on debugging (default is OFF) + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-static[=PKGS] build static libraries [default=no] + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --enable-source-formatter + build the source formatter plugin (default YES) + --enable-autosave build the autosave plugin (default YES) + --enable-class-wizard build the class wizard plugin (default YES) + --enable-code-completion + build the code completion plugin (default YES) + --enable-compiler build the compiler plugin (default YES) + --enable-debugger build the debugger plugin (default YES) + --enable-mime-handler build the default MIME handler plugin (default YES) + --enable-open-files-list + build the open files list plugin (default YES) + --enable-occurrences-highlighting + build the occurrences highlighting plugin (default + YES) + --enable-projects-importer + build the foreign projects importer plugin (default + YES) + --enable-scripted-wizard + build the scripted wizard plugin (default YES) + --enable-todo build the to-do plugin (default YES) + --enable-abbreviations build the abbreviations plugin (default YES) + --enable-keep-dlls keep prebuild windows dll's in dist-tarball (default + YES) + --enable-fortran integrate (external) fortran plugin in dist-tarball + (default YES), NOTE: it will not be build + automatically + --enable-gtk-notebook use gtk-notebook as default notebook (default YES) + --enable-xpmanifest build the xp-manifest plugin (default YES) + --enable-pch use precompiled headers if available (default YES) + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot=DIR Search for dependent libraries within DIR + (or the compiler's sysroot if not specified). + --with-platform=PLATFORM + the platform to build, win32, macosx or gtk(default) + --with-contrib-plugins= compile contrib plugins in . + plugins may be separated with commas. + "all", "yes" or just "--with-contrib-plugins" compiles all contrib plugins + "all,-help" or "yes,-help" compiles all contrib plugins except the help plugin + "none", "no", "--without-contrib-plugins" or skipping the parameter at all, + compiles none of the contrib-plugins + Plugin names are: AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, + codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, + FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, + NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, exporter, smartindent, spellchecker, + symtab, ThreadSearch, ToolsPlus, Valgrind, wxcontrib, wxsmith, wxsmithcontrib, wxsmithaui + --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH + --with-wx-config=CONFIG wx-config script to use (optional) + --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional) + --with-wx-exec-prefix=PREFIX + Exec prefix where wxWidgets is installed (optional) + --with-boost[=ARG] use Boost library from a standard location + (ARG=yes), from the specified location (ARG=), + or disable it (ARG=no) [ARG=yes] + --with-boost-libdir=LIB_DIR + Force given directory for boost libraries. Note that + this will override library path detection, so use + this parameter only if default library detection + fails and you know exactly where your boost + libraries are located. + --with-boost-system[=special-lib] + use the System library from boost - it is possible + to specify a certain library for the linker e.g. + --with-boost-system=boost_system-gcc-mt + --with-x use the X Window System + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CXXCPP C++ preprocessor + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + zlib_CFLAGS C compiler flags for zlib, overriding pkg-config + zlib_LIBS linker flags for zlib, overriding pkg-config + SQUIRREL_CFLAGS + C compiler flags for SQUIRREL, overriding pkg-config + SQUIRREL_LIBS + linker flags for SQUIRREL, overriding pkg-config + TINYXML_CFLAGS + C compiler flags for TINYXML, overriding pkg-config + TINYXML_LIBS + linker flags for TINYXML, overriding pkg-config + GLIB2_CFLAGS + C compiler flags for GLIB2, overriding pkg-config + GLIB2_LIBS linker flags for GLIB2, overriding pkg-config + HUNSPELL_CFLAGS + C compiler flags for HUNSPELL, overriding pkg-config + HUNSPELL_LIBS + linker flags for HUNSPELL, overriding pkg-config + GTK_CFLAGS C compiler flags for GTK, overriding pkg-config + GTK_LIBS linker flags for GTK, overriding pkg-config + GAMIN_CFLAGS + C compiler flags for GAMIN, overriding pkg-config + GAMIN_LIBS linker flags for GAMIN, overriding pkg-config + FONTCONFIG_CFLAGS + C compiler flags for FONTCONFIG, overriding pkg-config + FONTCONFIG_LIBS + linker flags for FONTCONFIG, overriding pkg-config + XMKMF Path to xmkmf, Makefile generator for X Window System + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +codeblocks configure 17.12svn11256 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_cxx_try_cpp LINENO +# ------------------------ +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_cpp + +# ac_fn_cxx_try_link LINENO +# ------------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_link + +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_mongrel + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by codeblocks $as_me 17.12svn11256, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 +$as_echo_n "checking target system type... " >&6; } +if ${ac_cv_target+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$target_alias" = x; then + ac_cv_target=$ac_cv_host +else + ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 +$as_echo "$ac_cv_target" >&6; } +case $ac_cv_target in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; +esac +target=$ac_cv_target +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_target +shift +target_cpu=$1 +target_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +target_os=$* +IFS=$ac_save_IFS +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac + + +# The aliases save the names the user supplied, while $host etc. +# will get canonicalized. +test -n "$target_alias" && + test "$program_prefix$program_suffix$program_transform_name" = \ + NONENONEs,x,x, && + program_prefix=${target_alias}- + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS" >&5 +$as_echo_n "checking whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS... " >&6; } +if test "x${CFLAGS+set}" = "xset" || test "x${CXXFLAGS+set}" = "xset" || test "x${CPPFLAGS+set}" = "xset" || test "x${LDFLAGS+set}" = "xset"; then : + enable_flags_setting=no +else + enable_flags_setting=yes +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_flags_setting}" >&5 +$as_echo "${enable_flags_setting}" >&6; } + + + + + + + + + + + + + + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar + # _AM_PROG_TAR + +# =========================================================================== +# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html +# =========================================================================== +# +# SYNOPSIS +# +# AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional]) +# +# DESCRIPTION +# +# Check for baseline language coverage in the compiler for the specified +# version of the C++ standard. If necessary, add switches to CXX and +# CXXCPP to enable support. VERSION may be '11' (for the C++11 standard) +# or '14' (for the C++14 standard). +# +# The second argument, if specified, indicates whether you insist on an +# extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. +# -std=c++11). If neither is specified, you get whatever works, with +# preference for an extended mode. +# +# The third argument, if specified 'mandatory' or if left unspecified, +# indicates that baseline support for the specified C++ standard is +# required and that the macro should error out if no mode with that +# support is found. If specified 'optional', then configuration proceeds +# regardless, after defining HAVE_CXX${VERSION} if and only if a +# supporting mode is found. +# +# LICENSE +# +# Copyright (c) 2008 Benjamin Kosnik +# Copyright (c) 2012 Zack Weinberg +# Copyright (c) 2013 Roy Stogner +# Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov +# Copyright (c) 2015 Paul Norman +# Copyright (c) 2015 Moritz Klammler +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. This file is offered as-is, without any +# warranty. + +#serial 4 + + + + + + + + + + + + + + + + + + + + +# =========================================================================== +# https://www.gnu.org/software/autoconf-archive/ax_boost_base.html +# =========================================================================== +# +# SYNOPSIS +# +# AX_BOOST_BASE([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# DESCRIPTION +# +# Test for the Boost C++ libraries of a particular version (or newer) +# +# If no path to the installed boost library is given the macro searchs +# under /usr, /usr/local, /opt and /opt/local and evaluates the +# $BOOST_ROOT environment variable. Further documentation is available at +# . +# +# This macro calls: +# +# AC_SUBST(BOOST_CPPFLAGS) / AC_SUBST(BOOST_LDFLAGS) +# +# And sets: +# +# HAVE_BOOST +# +# LICENSE +# +# Copyright (c) 2008 Thomas Porschberg +# Copyright (c) 2009 Peter Adolphs +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. This file is offered as-is, without any +# warranty. + +#serial 42 + +# example boost program (need to pass version) + + + + + +# convert a version string in $2 to numeric and affect to polymorphic var $1 + + + + +# =========================================================================== +# https://www.gnu.org/software/autoconf-archive/ax_boost_system.html +# =========================================================================== +# +# SYNOPSIS +# +# AX_BOOST_SYSTEM +# +# DESCRIPTION +# +# Test for System library from the Boost C++ libraries. The macro requires +# a preceding call to AX_BOOST_BASE. Further documentation is available at +# . +# +# This macro calls: +# +# AC_SUBST(BOOST_SYSTEM_LIB) +# +# And sets: +# +# HAVE_BOOST_SYSTEM +# +# LICENSE +# +# Copyright (c) 2008 Thomas Porschberg +# Copyright (c) 2008 Michael Tindal +# Copyright (c) 2008 Daniel Casimiro +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. This file is offered as-is, without any +# warranty. + +#serial 19 + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debugging" >&5 +$as_echo_n "checking whether to enable debugging... " >&6; } +debug_default="no" +# Check whether --enable-debug was given. +if test "${enable_debug+set}" = set; then : + enableval=$enable_debug; +else + enable_debug=$debug_default +fi + + if test "x$enable_debug" = "xyes"; then + CFLAGS="-g $CFLAGS" + CXXFLAGS="-g $CXXFLAGS" + CPPFLAGS="-DDEBUG -DcbDEBUG $CPPFLAGS" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + if test "x$enable_flags_setting" = "xyes"; then : + + CFLAGS="-O2 -ffast-math $CFLAGS" + CXXFLAGS="-O2 -ffast-math $CXXFLAGS" + +else + + : ${CFLAGS=""} + : ${CXXFLAGS=""} + +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + + CPPFLAGS="-DCB_AUTOCONF $CPPFLAGS" + + +am__api_version='1.13' + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='codeblocks' + VERSION='17.12svn11256' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +# Check whether --enable-static was given. +if test "${enable_static+set}" = set; then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=no +fi + + + + + + + + + + +case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.2' +macro_revision='1.3337' + + + + + + + + + + + + + +ltmain="$ac_aux_dir/ltmain.sh" + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +$as_echo_n "checking for fgrep... " >&6; } +if ${ac_cv_path_FGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in fgrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +$as_echo "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if ${lt_cv_path_NM+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +$as_echo "$lt_cv_path_NM" >&6; } +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +$as_echo "$DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +$as_echo "$ac_ct_DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +$as_echo_n "checking the name lister ($NM) interface... " >&6; } +if ${lt_cv_nm_interface+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +$as_echo "$lt_cv_nm_interface" >&6; } + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } +if ${lt_cv_sys_max_cmd_len+:} false; then : + $as_echo_n "(cached) " >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 +$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 +$as_echo "$xsi_shell" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 +$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } +lt_shell_append=no +( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 +$as_echo "$lt_shell_append" >&6; } + + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } +if ${lt_cv_to_host_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +$as_echo "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } +if ${lt_cv_to_tool_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } +if ${lt_cv_ld_reload_flag+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_reload_flag='-r' +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test "$GCC" != yes; then + reload_cmds=false + fi + ;; + darwin*) + if test "$GCC" = yes; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +$as_echo "$OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +$as_echo "$ac_ct_OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } +if ${lt_cv_deplibs_check_method+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} +: ${AR_FLAGS=cru} + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +$as_echo_n "checking for archiver @FILE support... " >&6; } +if ${lt_cv_ar_at_file+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +$as_echo "$lt_cv_ar_at_file" >&6; } + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } +if ${lt_cv_sys_global_symbol_pipe+:} false; then : + $as_echo_n "(cached) " >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +$as_echo "failed" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +$as_echo_n "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test "${with_sysroot+set}" = set; then : + withval=$with_sysroot; +else + with_sysroot=no +fi + + +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 +$as_echo "${with_sysroot}" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +$as_echo "${lt_sysroot:-no}" >&6; } + + + + + +# Check whether --enable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then : + enableval=$enable_libtool_lock; +fi + +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } +if ${lt_cv_cc_needs_belf+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_cc_needs_belf=yes +else + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$lt_cv_cc_needs_belf" >&6; } + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +$as_echo "$MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if ${lt_cv_path_mainfest_tool+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +$as_echo "$lt_cv_path_mainfest_tool" >&6; } +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +$as_echo "$DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +$as_echo "$ac_ct_DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +$as_echo "$NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +$as_echo "$ac_ct_NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +$as_echo "$LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +$as_echo "$ac_ct_LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +$as_echo "$OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +$as_echo "$ac_ct_OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +$as_echo "$OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +$as_echo "$ac_ct_OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +$as_echo_n "checking for -single_module linker flag... " >&6; } +if ${lt_cv_apple_cc_single_mod+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } +if ${lt_cv_ld_exported_symbols_list+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_ld_exported_symbols_list=yes +else + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if ${lt_cv_ld_force_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[91]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[012]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in dlfcn.h +do : + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DLFCN_H 1 +_ACEOF + +fi + +done + + + + + +# Set options + + + + enable_dlopen=no + + + enable_win32_dll=no + + + # Check whether --enable-shared was given. +if test "${enable_shared+set}" = set; then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=yes +fi + + + + + + + + + + + +# Check whether --with-pic was given. +if test "${with_pic+set}" = set; then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + pic_mode=default +fi + + +test -z "$pic_mode" && pic_mode=default + + + + + + + + # Check whether --enable-fast-install was given. +if test "${enable_fast_install+set}" = set; then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi + + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } +if ${lt_cv_objdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +cat >>confdefs.h <<_ACEOF +#define LT_OBJDIR "$lt_cv_objdir/" +_ACEOF + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +$as_echo "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if ${lt_cv_prog_compiler_pic_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } + +if test x"$lt_cv_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = no; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' ${wl}-bernotok' + allow_undefined_flag=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if ${lt_cv_prog_compiler__b+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if ${lt_cv_irix_exported_symbol+:} false; then : + $as_echo_n "(cached) " >&6 +else + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_irix_exported_symbol=yes +else + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +$as_echo "$lt_cv_irix_exported_symbol" >&6; } + if test "$lt_cv_irix_exported_symbol" = yes; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='${wl}-Blargedynsym' + ;; + esac + fi + fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +$as_echo "$ld_shlibs" >&6; } +test "$ld_shlibs" = no && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } + +if test "$hardcode_action" = relink || + test "$inherit_rpath" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } +if ${ac_cv_lib_dld_shl_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_shl_load=yes +else + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" +else + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } +if ${ac_cv_lib_svld_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_svld_dlopen=yes +else + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } +if ${ac_cv_lib_dld_dld_link+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dld_link (); +int +main () +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_dld_link=yes +else + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +$as_echo "$lt_cv_dlopen_self" >&6; } + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self_static+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac +fi + + + + + + + + + + + + + # Report which library types will actually be built + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers src/include/config.h" + + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + + if test `uname` = "Linux"; then + LINUX_TRUE= + LINUX_FALSE='#' +else + LINUX_TRUE='#' + LINUX_FALSE= +fi + + if test `uname` = "Darwin"; then + DARWIN_TRUE= + DARWIN_FALSE='#' +else + DARWIN_TRUE='#' + DARWIN_FALSE= +fi + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +$as_echo "$CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } +if ${ac_cv_cxx_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } +if ${ac_cv_prog_cxx_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +else + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CXX" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CXX_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + + + +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf + + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if ${ac_cv_prog_CXXCPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +else + _lt_caught_CXX_error=yes +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +compiler_needs_object_CXX=no +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_direct_absolute_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_shlibpath_var_CXX=unsupported +hardcode_automatic_CXX=no +inherit_rpath_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +reload_flag_CXX=$reload_flag +reload_cmds_CXX=$reload_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + + # save warnings/boilerplate of simple test code + ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + + ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + compiler_CXX=$CC + for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' + else + lt_prog_compiler_no_builtin_flag_CXX= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_CXX= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + ld_shlibs_CXX=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + file_list_spec_CXX='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec_CXX='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + + archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_CXX="-z nodefs" + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_CXX=' ${wl}-bernotok' + allow_undefined_flag_CXX=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX='$convenience' + fi + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_CXX=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_CXX=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_CXX=' ' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=yes + file_list_spec_CXX='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' + enable_shared_with_static_runtimes_CXX=yes + # Don't use ranlib + old_postinstall_cmds_CXX='chmod 644 $oldlib' + postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-all-symbols' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=no + enable_shared_with_static_runtimes_CXX=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs_CXX=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + + + archive_cmds_need_lc_CXX=no + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec_CXX='' + fi + link_all_deplibs_CXX=yes + allow_undefined_flag_CXX="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + if test "$lt_cv_apple_cc_single_mod" != "yes"; then + archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi + + else + ld_shlibs_CXX=no + fi + + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + ld_shlibs_CXX=no + ;; + + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes + ;; + + gnu*) + ;; + + haiku*) + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs_CXX=yes + ;; + + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + *) + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + interix[3-9]*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + inherit_rpath_CXX=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [1-5].* | *pgcpp\ [1-5].*) + prelink_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + old_archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object_CXX=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + ld_shlibs_CXX=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + hardcode_direct_absolute_CXX=yes + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + ld_shlibs_CXX=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx*) + case $host in + osf3*) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + ;; + *) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + ;; + esac + + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + archive_cmds_need_lc_CXX=yes + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_shlibpath_var_CXX=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' + ;; + esac + link_all_deplibs_CXX=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_CXX='${wl}-z,text' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_CXX='${wl}-z,text' + allow_undefined_flag_CXX='${wl}-z,nodefs' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir' + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + export_dynamic_flag_spec_CXX='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ + '"$old_archive_cmds_CXX" + reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ + '"$reload_cmds_CXX" + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } + test "$ld_shlibs_CXX" = no && can_build_shared=no + + GCC_CXX="$GXX" + LD_CXX="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + # Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF + + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$compiler_lib_search_path_CXX"; then + compiler_lib_search_path_CXX="${prev}${p}" + else + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$postdeps_CXX"; then + postdeps_CXX="${prev}${p}" + else + postdeps_CXX="${postdeps_CXX} ${prev}${p}" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$predep_objects_CXX"; then + predep_objects_CXX="$p" + else + predep_objects_CXX="$predep_objects_CXX $p" + fi + else + if test -z "$postdep_objects_CXX"; then + postdep_objects_CXX="$p" + else + postdep_objects_CXX="$postdep_objects_CXX $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling CXX test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +case $host_os in +interix[3-9]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + predep_objects_CXX= + postdep_objects_CXX= + postdeps_CXX= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac + + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + compiler_lib_search_dirs_CXX= +if test -n "${compiler_lib_search_path_CXX}"; then + compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic_CXX='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static_CXX= + ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix[4-9]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + dgux*) + case $cc_basename in + ec++*) + lt_prog_compiler_pic_CXX='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + lt_prog_compiler_pic_CXX='+Z' + fi + ;; + aCC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_CXX='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + lt_prog_compiler_static_CXX='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fpic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-qpic' + lt_prog_compiler_static_CXX='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx*) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc*) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } +lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } +if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works_CXX=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works_CXX=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works_CXX=yes + fi + else + lt_cv_prog_compiler_static_works_CXX=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then + : +else + lt_prog_compiler_static_CXX= +fi + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + case $host_os in + aix[4-9]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + ;; + esac + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } +test "$ld_shlibs_CXX" = no && can_build_shared=no + +with_gnu_ld_CXX=$with_gnu_ld + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + pic_flag=$lt_prog_compiler_pic_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc_CXX=no + else + lt_cv_archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } + archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || + test -n "$runpath_var_CXX" || + test "X$hardcode_automatic_CXX" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 +$as_echo "$hardcode_action_CXX" >&6; } + +if test "$hardcode_action_CXX" = relink || + test "$inherit_rpath_CXX" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test "x$CC" != xcc; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; } +fi +set dummy $CC; ac_cc=`$as_echo "$2" | + sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +# Make sure it works both with $CC and with simple cc. +# We do the test twice because some compilers refuse to overwrite an +# existing .o file with -o, though they will create one. +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' +rm -f conftest2.* +if { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && + test -f conftest2.$ac_objext && { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; +then + eval ac_cv_prog_cc_${ac_cc}_c_o=yes + if test "x$CC" != xcc; then + # Test first that cc exists at all. + if { ac_try='cc -c conftest.$ac_ext >&5' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' + rm -f conftest2.* + if { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && + test -f conftest2.$ac_objext && { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; + then + # cc works too. + : + else + # cc exists but doesn't like -o. + eval ac_cv_prog_cc_${ac_cc}_c_o=no + fi + fi + fi +else + eval ac_cv_prog_cc_${ac_cc}_c_o=no +fi +rm -f core conftest* + +fi +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h + +fi + +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o +if test "$am_t" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--no-undefined" >&5 +$as_echo_n "checking whether the linker accepts -Wl,--no-undefined... " >&6; } +if ${ax_cv_check_ldflags___Wl___no_undefined+:} false; then : + $as_echo_n "(cached) " >&6 +else + + ax_check_save_flags=$LDFLAGS + LDFLAGS="$LDFLAGS -Wl,--no-undefined" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ax_cv_check_ldflags___Wl___no_undefined=yes +else + ax_cv_check_ldflags___Wl___no_undefined=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$ax_check_save_flags +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_ldflags___Wl___no_undefined" >&5 +$as_echo "$ax_cv_check_ldflags___Wl___no_undefined" >&6; } +if test "x$ax_cv_check_ldflags___Wl___no_undefined" = xyes; then : + LDFLAGS="-Wl,--no-undefined $LDFLAGS" +else + : +fi + + + +case $host in +*-*-cygwin* | *-*-mingw*) + SHARED_FLAGS="-shared -no-undefined -Xlinker --export-all-symbols" + + PLUGIN_FLAGS="-shared -no-undefined -avoid-version" + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. +set dummy ${ac_tool_prefix}windres; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_RC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RC"; then + ac_cv_prog_RC="$RC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RC="${ac_tool_prefix}windres" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RC=$ac_cv_prog_RC +if test -n "$RC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RC" >&5 +$as_echo "$RC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RC"; then + ac_ct_RC=$RC + # Extract the first word of "windres", so it can be a program name with args. +set dummy windres; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_RC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RC"; then + ac_cv_prog_ac_ct_RC="$ac_ct_RC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RC="windres" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RC=$ac_cv_prog_ac_ct_RC +if test -n "$ac_ct_RC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RC" >&5 +$as_echo "$ac_ct_RC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RC" = x; then + RC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RC=$ac_ct_RC + fi +else + RC="$ac_cv_prog_RC" +fi + + nt=true +;; +*-*-darwin*) SHARED_FLAGS="-dynamic" + + PLUGIN_FLAGS="-bundle -avoid-version" + + darwin=true +;; + *) SHARED_FLAGS="-shared" + + PLUGIN_FLAGS="-shared -avoid-version" + + linux=true +;; +esac + if test x$nt = xtrue; then + CODEBLOCKS_NT_TRUE= + CODEBLOCKS_NT_FALSE='#' +else + CODEBLOCKS_NT_TRUE='#' + CODEBLOCKS_NT_FALSE= +fi + + if test x$linux = xtrue; then + CODEBLOCKS_LINUX_TRUE= + CODEBLOCKS_LINUX_FALSE='#' +else + CODEBLOCKS_LINUX_TRUE='#' + CODEBLOCKS_LINUX_FALSE= +fi + + if test x$darwin = xtrue ; then + CODEBLOCKS_DARWIN_TRUE= + CODEBLOCKS_DARWIN_FALSE='#' +else + CODEBLOCKS_DARWIN_TRUE='#' + CODEBLOCKS_DARWIN_FALSE= +fi + + + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } +if eval \${$as_ac_Header+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main () +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_ac_Header=yes" +else + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } +if ${ac_cv_search_opendir+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char opendir (); +int +main () +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_opendir+:} false; then : + break +fi +done +if ${ac_cv_search_opendir+:} false; then : + +else + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } +if ${ac_cv_search_opendir+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char opendir (); +int +main () +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_opendir+:} false; then : + break +fi +done +if ${ac_cv_search_opendir+:} false; then : + +else + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +for ac_header in fcntl.h limits.h stdlib.h string.h sys/param.h unistd.h malloc.h sys/malloc.h malloc/malloc.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } +if ${ac_cv_header_stdbool_h+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #ifndef bool + "error: bool is not defined" + #endif + #ifndef false + "error: false is not defined" + #endif + #if false + "error: false is not 0" + #endif + #ifndef true + "error: true is not defined" + #endif + #if true != 1 + "error: true is not 1" + #endif + #ifndef __bool_true_false_are_defined + "error: __bool_true_false_are_defined is not defined" + #endif + + struct s { _Bool s: 1; _Bool t; } s; + + char a[true == 1 ? 1 : -1]; + char b[false == 0 ? 1 : -1]; + char c[__bool_true_false_are_defined == 1 ? 1 : -1]; + char d[(bool) 0.5 == true ? 1 : -1]; + /* See body of main program for 'e'. */ + char f[(_Bool) 0.0 == false ? 1 : -1]; + char g[true]; + char h[sizeof (_Bool)]; + char i[sizeof s.t]; + enum { j = false, k = true, l = false * true, m = true * 256 }; + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + _Bool n[m]; + char o[sizeof n == m * sizeof n[0] ? 1 : -1]; + char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + _Bool q = true; + _Bool *pq = &q; + +int +main () +{ + + bool e = &s; + *pq |= q; + *pq |= ! q; + /* Refer to every declared value, to avoid compiler optimizations. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + + !m + !n + !o + !p + !q + !pq); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdbool_h=yes +else + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +$as_echo "$ac_cv_header_stdbool_h" >&6; } + ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE__BOOL 1 +_ACEOF + + +fi + + +if test $ac_cv_header_stdbool_h = yes; then + +$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } +if ${ac_cv_c_const+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + +#ifndef __cplusplus + /* Ultrix mips cc rejects this sort of thing. */ + typedef int charset[2]; + const charset cs = { 0, 0 }; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this sort of thing. */ + char tx; + char *t = &tx; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; } bx; + struct s *b = &bx; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_const=yes +else + ac_cv_c_const=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +$as_echo "#define const /**/" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +$as_echo_n "checking for inline... " >&6; } +if ${ac_cv_c_inline+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +$as_echo "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes; then : + +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } +if ${ac_cv_header_time+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if ((struct tm *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_time=yes +else + ac_cv_header_time=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } +if test $ac_cv_header_time = yes; then + +$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 +$as_echo_n "checking for working volatile... " >&6; } +if ${ac_cv_c_volatile+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + +volatile int x; +int * volatile y = (int *) 0; +return !x && !y; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_volatile=yes +else + ac_cv_c_volatile=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5 +$as_echo "$ac_cv_c_volatile" >&6; } +if test $ac_cv_c_volatile = no; then + +$as_echo "#define volatile /**/" >>confdefs.h + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5 +$as_echo_n "checking whether closedir returns void... " >&6; } +if ${ac_cv_func_closedir_void+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_closedir_void=yes +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header_dirent> +#ifndef __cplusplus +int closedir (); +#endif + +int +main () +{ +return closedir (opendir (".")) != 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_closedir_void=no +else + ac_cv_func_closedir_void=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_closedir_void" >&5 +$as_echo "$ac_cv_func_closedir_void" >&6; } +if test $ac_cv_func_closedir_void = yes; then + +$as_echo "#define CLOSEDIR_VOID 1" >>confdefs.h + +fi + +for ac_header in stdlib.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_STDLIB_H 1 +_ACEOF + +fi + +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +$as_echo_n "checking for GNU libc compatible malloc... " >&6; } +if ${ac_cv_func_malloc_0_nonnull+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_malloc_0_nonnull=no +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#if defined STDC_HEADERS || defined HAVE_STDLIB_H +# include +#else +char *malloc (); +#endif + +int +main () +{ +return ! malloc (0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_malloc_0_nonnull=yes +else + ac_cv_func_malloc_0_nonnull=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } +if test $ac_cv_func_malloc_0_nonnull = yes; then : + +$as_echo "#define HAVE_MALLOC 1" >>confdefs.h + +else + $as_echo "#define HAVE_MALLOC 0" >>confdefs.h + + case " $LIBOBJS " in + *" malloc.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS malloc.$ac_objext" + ;; +esac + + +$as_echo "#define malloc rpl_malloc" >>confdefs.h + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5 +$as_echo_n "checking for working memcmp... " >&6; } +if ${ac_cv_func_memcmp_working+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_memcmp_working=no +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ + + /* Some versions of memcmp are not 8-bit clean. */ + char c0 = '\100', c1 = '\200', c2 = '\201'; + if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) + return 1; + + /* The Next x86 OpenStep bug shows up only when comparing 16 bytes + or more and with at least one buffer not starting on a 4-byte boundary. + William Lewis provided this test program. */ + { + char foo[21]; + char bar[21]; + int i; + for (i = 0; i < 4; i++) + { + char *a = foo + i; + char *b = bar + i; + strcpy (a, "--------01111111"); + strcpy (b, "--------10000000"); + if (memcmp (a, b, 16) >= 0) + return 1; + } + return 0; + } + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_memcmp_working=yes +else + ac_cv_func_memcmp_working=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5 +$as_echo "$ac_cv_func_memcmp_working" >&6; } +test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in + *" memcmp.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" + ;; +esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 +$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } +if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then : + $as_echo_n "(cached) " >&6 +else + rm -f conftest.sym conftest.file +echo >conftest.file +if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then + if test "$cross_compiling" = yes; then : + ac_cv_func_lstat_dereferences_slashed_symlink=no +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +struct stat sbuf; + /* Linux will dereference the symlink and fail, as required by POSIX. + That is better in the sense that it means we will not + have to compile and use the lstat wrapper. */ + return lstat ("conftest.sym/", &sbuf) == 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_lstat_dereferences_slashed_symlink=yes +else + ac_cv_func_lstat_dereferences_slashed_symlink=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +else + # If the `ln -s' command failed, then we probably don't even + # have an lstat function. + ac_cv_func_lstat_dereferences_slashed_symlink=no +fi +rm -f conftest.sym conftest.file + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5 +$as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; } + +test $ac_cv_func_lstat_dereferences_slashed_symlink = yes && + +cat >>confdefs.h <<_ACEOF +#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +_ACEOF + + +if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then + case " $LIBOBJS " in + *" lstat.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS lstat.$ac_objext" + ;; +esac + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5 +$as_echo_n "checking whether stat accepts an empty string... " >&6; } +if ${ac_cv_func_stat_empty_string_bug+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_stat_empty_string_bug=yes +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +struct stat sbuf; + return stat ("", &sbuf) == 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_stat_empty_string_bug=no +else + ac_cv_func_stat_empty_string_bug=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_stat_empty_string_bug" >&5 +$as_echo "$ac_cv_func_stat_empty_string_bug" >&6; } +if test $ac_cv_func_stat_empty_string_bug = yes; then + case " $LIBOBJS " in + *" stat.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS stat.$ac_objext" + ;; +esac + + +cat >>confdefs.h <<_ACEOF +#define HAVE_STAT_EMPTY_STRING_BUG 1 +_ACEOF + +fi + +for ac_func in vprintf +do : + ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" +if test "x$ac_cv_func_vprintf" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_VPRINTF 1 +_ACEOF + +ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" +if test "x$ac_cv_func__doprnt" = xyes; then : + +$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h + +fi + +fi +done + + +for ac_func in atexit getcwd isascii memchr memmove memset strcasecmp strchr strcspn strdup strrchr strstr +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBDL 1 +_ACEOF + + LIBS="-ldl $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 +$as_echo_n "checking for pthread_create in -lpthread... " >&6; } +if ${ac_cv_lib_pthread_pthread_create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpthread $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pthread_create (); +int +main () +{ +return pthread_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_pthread_pthread_create=yes +else + ac_cv_lib_pthread_pthread_create=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 +$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } +if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBPTHREAD 1 +_ACEOF + + LIBS="-lpthread $LIBS" + +fi + +ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" +if test "x$ac_cv_func_snprintf" = xyes; then : + +$as_echo "#define HAVE_SNPRINTF /**/" >>confdefs.h + +fi + +ac_fn_c_check_func "$LINENO" "vsnprintf" "ac_cv_func_vsnprintf" +if test "x$ac_cv_func_vsnprintf" = xyes; then : + +$as_echo "#define HAVE_VSNPRINTF /**/" >>confdefs.h + +fi + + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib" >&5 +$as_echo_n "checking for zlib... " >&6; } + +if test -n "$zlib_CFLAGS"; then + pkg_cv_zlib_CFLAGS="$zlib_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$zlib_LIBS"; then + pkg_cv_zlib_LIBS="$zlib_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1` + else + zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$zlib_PKG_ERRORS" >&5 + + HAVE_ZLIB=no +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + HAVE_ZLIB=no +else + zlib_CFLAGS=$pkg_cv_zlib_CFLAGS + zlib_LIBS=$pkg_cv_zlib_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + HAVE_ZLIB=yes +fi +save_LIBS=$LIBS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing BZ2_bzopen" >&5 +$as_echo_n "checking for library containing BZ2_bzopen... " >&6; } +if ${ac_cv_search_BZ2_bzopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char BZ2_bzopen (); +int +main () +{ +return BZ2_bzopen (); + ; + return 0; +} +_ACEOF +for ac_lib in '' bz2; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_BZ2_bzopen=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_BZ2_bzopen+:} false; then : + break +fi +done +if ${ac_cv_search_BZ2_bzopen+:} false; then : + +else + ac_cv_search_BZ2_bzopen=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_BZ2_bzopen" >&5 +$as_echo "$ac_cv_search_BZ2_bzopen" >&6; } +ac_res=$ac_cv_search_BZ2_bzopen +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + HAVE_BZIP2=yes +else + HAVE_BZIP2=no +fi + +LIBS=$save_LIBS + +save_CC=$CC +save_CPP=$CPP +CC=$CXX +CPP=$CXXCPP +ac_fn_c_check_header_mongrel "$LINENO" "astyle.h" "ac_cv_header_astyle_h" "$ac_includes_default" +if test "x$ac_cv_header_astyle_h" = xyes; then : + HAVE_ASTYLE=yes +else + HAVE_ASTYLE=no +fi + + + +if test "$HAVE_ASTYLE" = "yes" ; then + ac_fn_c_check_type "$LINENO" "astyle::ASPeekStream" "ac_cv_type_astyle__ASPeekStream" "#include \"astyle.h\" +" +if test "x$ac_cv_type_astyle__ASPeekStream" = xyes; then : + +else + HAVE_ASTYLE=no +fi + +else + HAVE_ASTYLE=no +fi + +CC=$save_CC +CPP=$save_CPP + + if test "$HAVE_ZLIB" = yes; then + HAVE_ZLIB_TRUE= + HAVE_ZLIB_FALSE='#' +else + HAVE_ZLIB_TRUE='#' + HAVE_ZLIB_FALSE= +fi + + if test "$HAVE_BZIP2" = yes; then + HAVE_BZIP2_TRUE= + HAVE_BZIP2_FALSE='#' +else + HAVE_BZIP2_TRUE='#' + HAVE_BZIP2_FALSE= +fi + + + if test "$HAVE_ASTYLE" = yes; then + HAVE_ASTYLE_TRUE= + HAVE_ASTYLE_FALSE='#' +else + HAVE_ASTYLE_TRUE='#' + HAVE_ASTYLE_FALSE= +fi + + +# Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_HAVE_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$HAVE_PKG_CONFIG"; then + ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_HAVE_PKG_CONFIG="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no" +fi +fi +HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG +if test -n "$HAVE_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&5 +$as_echo "$HAVE_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQUIRREL" >&5 +$as_echo_n "checking for SQUIRREL... " >&6; } + +if test -n "$SQUIRREL_CFLAGS"; then + pkg_cv_SQUIRREL_CFLAGS="$SQUIRREL_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"squirrel\""; } >&5 + ($PKG_CONFIG --exists --print-errors "squirrel") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_SQUIRREL_CFLAGS=`$PKG_CONFIG --cflags "squirrel" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$SQUIRREL_LIBS"; then + pkg_cv_SQUIRREL_LIBS="$SQUIRREL_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"squirrel\""; } >&5 + ($PKG_CONFIG --exists --print-errors "squirrel") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_SQUIRREL_LIBS=`$PKG_CONFIG --libs "squirrel" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + SQUIRREL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "squirrel" 2>&1` + else + SQUIRREL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "squirrel" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$SQUIRREL_PKG_ERRORS" >&5 + + HAVE_SQUIRREL=no +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + HAVE_SQUIRREL=no +else + SQUIRREL_CFLAGS=$pkg_cv_SQUIRREL_CFLAGS + SQUIRREL_LIBS=$pkg_cv_SQUIRREL_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + HAVE_SQUIRREL=yes +fi + if test "$HAVE_SQUIRREL" = yes; then + HAVE_SQUIRREL_TRUE= + HAVE_SQUIRREL_FALSE='#' +else + HAVE_SQUIRREL_TRUE='#' + HAVE_SQUIRREL_FALSE= +fi + + + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TINYXML" >&5 +$as_echo_n "checking for TINYXML... " >&6; } + +if test -n "$TINYXML_CFLAGS"; then + pkg_cv_TINYXML_CFLAGS="$TINYXML_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tinyxml\""; } >&5 + ($PKG_CONFIG --exists --print-errors "tinyxml") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_TINYXML_CFLAGS=`$PKG_CONFIG --cflags "tinyxml" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$TINYXML_LIBS"; then + pkg_cv_TINYXML_LIBS="$TINYXML_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tinyxml\""; } >&5 + ($PKG_CONFIG --exists --print-errors "tinyxml") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_TINYXML_LIBS=`$PKG_CONFIG --libs "tinyxml" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + TINYXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "tinyxml" 2>&1` + else + TINYXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "tinyxml" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$TINYXML_PKG_ERRORS" >&5 + + HAVE_TINYXML=no +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + HAVE_TINYXML=no +else + TINYXML_CFLAGS=$pkg_cv_TINYXML_CFLAGS + TINYXML_LIBS=$pkg_cv_TINYXML_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + HAVE_TINYXML=yes +fi + if test "$HAVE_TINYXML" = yes; then + HAVE_TINYXML_TRUE= + HAVE_TINYXML_FALSE='#' +else + HAVE_TINYXML_TRUE='#' + HAVE_TINYXML_FALSE= +fi + + +if test "x$DARWIN_TRUE" = "x" ; then + MODULE_SHARED_LDFLAGS="-dynamiclib" +else + MODULE_SHARED_LDFLAGS="-module -shared" +fi + + +CODEBLOCKS_CURRENT=0 +CODEBLOCKS_REVISION=1 +CODEBLOCKS_AGE=0 +CODEBLOCKS_VERSION_INFO=$CODEBLOCKS_CURRENT:$CODEBLOCKS_REVISION:$CODEBLOCKS_AGE + + + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + +CODEBLOCKS_PLATFORM=gtk + +# Check whether --with-platform was given. +if test "${with_platform+set}" = set; then : + withval=$with_platform; CODEBLOCKS_PLATFORM=$withval +else + CODEBLOCKS_PLATFORM=gtk +fi + + + + PLATFORM_CFLAGS="" + PLATFORM_LIBS="" + + case $CODEBLOCKS_PLATFORM in + gtk) + PLATFORM_CFLAGS="-I/usr/X11R6/include" + PLATFORM_LIBS="-L/usr/X11R6/lib -lX11" + ;; + win32) + PLATFORM_CFLAGS="" + PLATFORM_LIBS="-lgdi32" + ;; + macosx) + PLATFORM_CFLAGS="" + PLATFORM_LIBS="" + ;; + esac + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the source formatter plugin" >&5 +$as_echo_n "checking whether to build the source formatter plugin... " >&6; } +astyle_default="yes" +# Check whether --enable-source-formatter was given. +if test "${enable_source_formatter+set}" = set; then : + enableval=$enable_source_formatter; +else + enable_astyle=$astyle_default +fi + + if test "x$enable_astyle" = "xyes"; then + BUILD_ASTYLE_TRUE= + BUILD_ASTYLE_FALSE='#' +else + BUILD_ASTYLE_TRUE='#' + BUILD_ASTYLE_FALSE= +fi + +if test "x$enable_astyle" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the autosave plugin" >&5 +$as_echo_n "checking whether to build the autosave plugin... " >&6; } +autosave_default="yes" +# Check whether --enable-autosave was given. +if test "${enable_autosave+set}" = set; then : + enableval=$enable_autosave; +else + enable_autosave=$autosave_default +fi + + if test "x$enable_autosave" = "xyes"; then + BUILD_AUTOSAVE_TRUE= + BUILD_AUTOSAVE_FALSE='#' +else + BUILD_AUTOSAVE_TRUE='#' + BUILD_AUTOSAVE_FALSE= +fi + +if test "x$enable_autosave" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the class wizard plugin" >&5 +$as_echo_n "checking whether to build the class wizard plugin... " >&6; } +cw_default="yes" +# Check whether --enable-class-wizard was given. +if test "${enable_class_wizard+set}" = set; then : + enableval=$enable_class_wizard; +else + enable_cw=$cw_default +fi + + if test "x$enable_cw" = "xyes"; then + BUILD_CLASSWIZARD_TRUE= + BUILD_CLASSWIZARD_FALSE='#' +else + BUILD_CLASSWIZARD_TRUE='#' + BUILD_CLASSWIZARD_FALSE= +fi + +if test "x$enable_cw" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the code completion plugin" >&5 +$as_echo_n "checking whether to build the code completion plugin... " >&6; } +cc_default="yes" +# Check whether --enable-code-completion was given. +if test "${enable_code_completion+set}" = set; then : + enableval=$enable_code_completion; +else + enable_cc=$cc_default +fi + + if test "x$enable_cc" = "xyes"; then + BUILD_CODECOMPLETION_TRUE= + BUILD_CODECOMPLETION_FALSE='#' +else + BUILD_CODECOMPLETION_TRUE='#' + BUILD_CODECOMPLETION_FALSE= +fi + +if test "x$enable_cc" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the compiler plugin" >&5 +$as_echo_n "checking whether to build the compiler plugin... " >&6; } +gcc_default="yes" +# Check whether --enable-compiler was given. +if test "${enable_compiler+set}" = set; then : + enableval=$enable_compiler; +else + enable_gcc=$gcc_default +fi + + if test "x$enable_gcc" = "xyes"; then + BUILD_COMPILER_TRUE= + BUILD_COMPILER_FALSE='#' +else + BUILD_COMPILER_TRUE='#' + BUILD_COMPILER_FALSE= +fi + +if test "x$enable_gcc" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the debugger plugin" >&5 +$as_echo_n "checking whether to build the debugger plugin... " >&6; } +dbg_default="yes" +# Check whether --enable-debugger was given. +if test "${enable_debugger+set}" = set; then : + enableval=$enable_debugger; +else + enable_dbg=$dbg_default +fi + + if test "x$enable_dbg" = "xyes"; then + BUILD_DEBUGGER_TRUE= + BUILD_DEBUGGER_FALSE='#' +else + BUILD_DEBUGGER_TRUE='#' + BUILD_DEBUGGER_FALSE= +fi + +if test "x$enable_dbg" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the default MIME handler plugin" >&5 +$as_echo_n "checking whether to build the default MIME handler plugin... " >&6; } +mime_default="yes" +# Check whether --enable-mime-handler was given. +if test "${enable_mime_handler+set}" = set; then : + enableval=$enable_mime_handler; +else + enable_mime=$mime_default +fi + + if test "x$enable_mime" = "xyes"; then + BUILD_MIMEHANDLER_TRUE= + BUILD_MIMEHANDLER_FALSE='#' +else + BUILD_MIMEHANDLER_TRUE='#' + BUILD_MIMEHANDLER_FALSE= +fi + +if test "x$enable_mime" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the open files list plugin" >&5 +$as_echo_n "checking whether to build the open files list plugin... " >&6; } +openfiles_default="yes" +# Check whether --enable-open-files-list was given. +if test "${enable_open_files_list+set}" = set; then : + enableval=$enable_open_files_list; +else + enable_openfiles=$openfiles_default +fi + + if test "x$enable_openfiles" = "xyes"; then + BUILD_OPENFILESLIST_TRUE= + BUILD_OPENFILESLIST_FALSE='#' +else + BUILD_OPENFILESLIST_TRUE='#' + BUILD_OPENFILESLIST_FALSE= +fi + +if test "x$enable_openfiles" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the occurrences highlighting plugin" >&5 +$as_echo_n "checking whether to build the occurrences highlighting plugin... " >&6; } +occurrenceshighlighting_default="yes" +# Check whether --enable-occurrences-highlighting was given. +if test "${enable_occurrences_highlighting+set}" = set; then : + enableval=$enable_occurrences_highlighting; +else + enable_occurrenceshighlighting=$occurrenceshighlighting_default +fi + + if test "x$enable_occurrenceshighlighting" = "xyes"; then + BUILD_OCCURRENCESHIGHLIGHTING_TRUE= + BUILD_OCCURRENCESHIGHLIGHTING_FALSE='#' +else + BUILD_OCCURRENCESHIGHLIGHTING_TRUE='#' + BUILD_OCCURRENCESHIGHLIGHTING_FALSE= +fi + +if test "x$enable_occurrenceshighlighting" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the foreign projects importer plugin" >&5 +$as_echo_n "checking whether to build the foreign projects importer plugin... " >&6; } +pimport_default="yes" +# Check whether --enable-projects-importer was given. +if test "${enable_projects_importer+set}" = set; then : + enableval=$enable_projects_importer; +else + enable_pimport=$pimport_default +fi + + if test "x$enable_pimport" = "xyes"; then + BUILD_PROJECTSIMPORTER_TRUE= + BUILD_PROJECTSIMPORTER_FALSE='#' +else + BUILD_PROJECTSIMPORTER_TRUE='#' + BUILD_PROJECTSIMPORTER_FALSE= +fi + +if test "x$enable_pimport" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the scripted wizard plugin" >&5 +$as_echo_n "checking whether to build the scripted wizard plugin... " >&6; } +prw_default="yes" +# Check whether --enable-scripted-wizard was given. +if test "${enable_scripted_wizard+set}" = set; then : + enableval=$enable_scripted_wizard; +else + enable_prw=$prw_default +fi + + if test "x$enable_prw" = "xyes"; then + BUILD_SCRIPTEDWIZARD_TRUE= + BUILD_SCRIPTEDWIZARD_FALSE='#' +else + BUILD_SCRIPTEDWIZARD_TRUE='#' + BUILD_SCRIPTEDWIZARD_FALSE= +fi + +if test "x$enable_prw" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the to-do plugin" >&5 +$as_echo_n "checking whether to build the to-do plugin... " >&6; } +todo_default="yes" +# Check whether --enable-todo was given. +if test "${enable_todo+set}" = set; then : + enableval=$enable_todo; +else + enable_todo=$todo_default +fi + + if test "x$enable_todo" = "xyes"; then + BUILD_TODO_TRUE= + BUILD_TODO_FALSE='#' +else + BUILD_TODO_TRUE='#' + BUILD_TODO_FALSE= +fi + +if test "x$enable_todo" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the abbreviations plugin" >&5 +$as_echo_n "checking whether to build the abbreviations plugin... " >&6; } +abbreviations_default="yes" +# Check whether --enable-abbreviations was given. +if test "${enable_abbreviations+set}" = set; then : + enableval=$enable_abbreviations; +else + enable_abbreviations=$abbreviations_default +fi + + if test "x$enable_abbreviations" = "xyes"; then + BUILD_ABBREVIATIONS_TRUE= + BUILD_ABBREVIATIONS_FALSE='#' +else + BUILD_ABBREVIATIONS_TRUE='#' + BUILD_ABBREVIATIONS_FALSE= +fi + +if test "x$enable_abbreviations" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to keep prebuild windows dll's in dist-tarball" >&5 +$as_echo_n "checking whether to keep prebuild windows dll's in dist-tarball... " >&6; } +keep_dlls_default="yes" +# Check whether --enable-keep-dlls was given. +if test "${enable_keep_dlls+set}" = set; then : + enableval=$enable_keep_dlls; +else + enable_keep_dlls=$keep_dlls_default +fi + + if test "x$enable_keep_dlls" = "xyes"; then + KEEP_DLLS_TRUE= + KEEP_DLLS_FALSE='#' +else + KEEP_DLLS_TRUE='#' + KEEP_DLLS_FALSE= +fi + +if test "x$enable_keep_dlls" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to integrate fortran-plugin in dist-tarball" >&5 +$as_echo_n "checking whether to integrate fortran-plugin in dist-tarball... " >&6; } +enable_fortran_default="yes" +# Check whether --enable-fortran was given. +if test "${enable_fortran+set}" = set; then : + enableval=$enable_fortran; +else + enable_fortran=$enable_fortran_default +fi + + if test "x$enable_fortran" = "xyes"; then + ENABLE_FORTRAN_TRUE= + ENABLE_FORTRAN_FALSE='#' +else + ENABLE_FORTRAN_TRUE='#' + ENABLE_FORTRAN_FALSE= +fi + +if test "x$enable_fortran" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use gtk-notebook as default notebook" >&5 +$as_echo_n "checking whether to use gtk-notebook as default notebook... " >&6; } +gtk_notebook_default="yes" +# Check whether --enable-gtk-notebook was given. +if test "${enable_gtk_notebook+set}" = set; then : + enableval=$enable_gtk_notebook; +else + enable_gtk_notebook=$gtk_notebook_default +fi + + if test "x$enable_gtk_notebook" = "xyes"; then + GTK_NOTEBOOK_TRUE= + GTK_NOTEBOOK_FALSE='#' +else + GTK_NOTEBOOK_TRUE='#' + GTK_NOTEBOOK_FALSE= +fi + +if test "x$enable_gtk_notebook" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +case $host in + *-*-cygwin* | *-*-mingw*) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the xp-manifest plugin" >&5 +$as_echo_n "checking whether to build the xp-manifest plugin... " >&6; } + xpmanifest_default="yes" + # Check whether --enable-xpmanifest was given. +if test "${enable_xpmanifest+set}" = set; then : + enableval=$enable_xpmanifest; +else + enable_xpmanifest=$xpmanifest_default +fi + + if test "x$enable_xpmanifest" = "xyes"; then + BUILD_MANIFEST_TRUE= + BUILD_MANIFEST_FALSE='#' +else + BUILD_MANIFEST_TRUE='#' + BUILD_MANIFEST_FALSE= +fi + + if test "x$enable_xpmanifest" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + ;; + *) + if false; then + BUILD_MANIFEST_TRUE= + BUILD_MANIFEST_FALSE='#' +else + BUILD_MANIFEST_TRUE='#' + BUILD_MANIFEST_FALSE= +fi + + ;; +esac + + + + + +# default to 'none' + + if false; then + BUILD_AUTOVERSIONING_TRUE= + BUILD_AUTOVERSIONING_FALSE='#' +else + BUILD_AUTOVERSIONING_TRUE='#' + BUILD_AUTOVERSIONING_FALSE= +fi + + if false; then + BUILD_BROWSETRACKER_TRUE= + BUILD_BROWSETRACKER_FALSE='#' +else + BUILD_BROWSETRACKER_TRUE='#' + BUILD_BROWSETRACKER_FALSE= +fi + + if false; then + BUILD_BYOGAMES_TRUE= + BUILD_BYOGAMES_FALSE='#' +else + BUILD_BYOGAMES_TRUE='#' + BUILD_BYOGAMES_FALSE= +fi + + if false; then + BUILD_CBKODERS_TRUE= + BUILD_CBKODERS_FALSE='#' +else + BUILD_CBKODERS_TRUE='#' + BUILD_CBKODERS_FALSE= +fi + + if false; then + BUILD_CODESNIPPETS_TRUE= + BUILD_CODESNIPPETS_FALSE='#' +else + BUILD_CODESNIPPETS_TRUE='#' + BUILD_CODESNIPPETS_FALSE= +fi + + if false; then + BUILD_CODESTAT_TRUE= + BUILD_CODESTAT_FALSE='#' +else + BUILD_CODESTAT_TRUE='#' + BUILD_CODESTAT_FALSE= +fi + + if false; then + BUILD_COPYSTRINGS_TRUE= + BUILD_COPYSTRINGS_FALSE='#' +else + BUILD_COPYSTRINGS_TRUE='#' + BUILD_COPYSTRINGS_FALSE= +fi + + if false; then + BUILD_CSCOPE_TRUE= + BUILD_CSCOPE_FALSE='#' +else + BUILD_CSCOPE_TRUE='#' + BUILD_CSCOPE_FALSE= +fi + + if false; then + BUILD_DOXYBLOCKS_TRUE= + BUILD_DOXYBLOCKS_FALSE='#' +else + BUILD_DOXYBLOCKS_TRUE='#' + BUILD_DOXYBLOCKS_FALSE= +fi + + if false; then + BUILD_DRAGSCROLL_TRUE= + BUILD_DRAGSCROLL_FALSE='#' +else + BUILD_DRAGSCROLL_TRUE='#' + BUILD_DRAGSCROLL_FALSE= +fi + + if false; then + BUILD_EDITORCONFIG_TRUE= + BUILD_EDITORCONFIG_FALSE='#' +else + BUILD_EDITORCONFIG_TRUE='#' + BUILD_EDITORCONFIG_FALSE= +fi + + if false; then + BUILD_EDITORTWEAKS_TRUE= + BUILD_EDITORTWEAKS_FALSE='#' +else + BUILD_EDITORTWEAKS_TRUE='#' + BUILD_EDITORTWEAKS_FALSE= +fi + + if false; then + BUILD_ENVVARS_TRUE= + BUILD_ENVVARS_FALSE='#' +else + BUILD_ENVVARS_TRUE='#' + BUILD_ENVVARS_FALSE= +fi + + if false; then + BUILD_FILEMANAGER_TRUE= + BUILD_FILEMANAGER_FALSE='#' +else + BUILD_FILEMANAGER_TRUE='#' + BUILD_FILEMANAGER_FALSE= +fi + + if false; then + BUILD_HEADERFIXUP_TRUE= + BUILD_HEADERFIXUP_FALSE='#' +else + BUILD_HEADERFIXUP_TRUE='#' + BUILD_HEADERFIXUP_FALSE= +fi + + if false; then + BUILD_HELP_TRUE= + BUILD_HELP_FALSE='#' +else + BUILD_HELP_TRUE='#' + BUILD_HELP_FALSE= +fi + + if false; then + BUILD_KEYBINDER_TRUE= + BUILD_KEYBINDER_FALSE='#' +else + BUILD_KEYBINDER_TRUE='#' + BUILD_KEYBINDER_FALSE= +fi + + if false; then + BUILD_LIBFINDER_TRUE= + BUILD_LIBFINDER_FALSE='#' +else + BUILD_LIBFINDER_TRUE='#' + BUILD_LIBFINDER_FALSE= +fi + + if false; then + BUILD_NASSISHNEIDERMAN_TRUE= + BUILD_NASSISHNEIDERMAN_FALSE='#' +else + BUILD_NASSISHNEIDERMAN_TRUE='#' + BUILD_NASSISHNEIDERMAN_FALSE= +fi + + if false; then + BUILD_PROFILER_TRUE= + BUILD_PROFILER_FALSE='#' +else + BUILD_PROFILER_TRUE='#' + BUILD_PROFILER_FALSE= +fi + + if false; then + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' +else + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= +fi + + if false; then + BUILD_REGEX_TRUE= + BUILD_REGEX_FALSE='#' +else + BUILD_REGEX_TRUE='#' + BUILD_REGEX_FALSE= +fi + + if false; then + BUILD_REOPENEDITOR_TRUE= + BUILD_REOPENEDITOR_FALSE='#' +else + BUILD_REOPENEDITOR_TRUE='#' + BUILD_REOPENEDITOR_FALSE= +fi + + if false; then + BUILD_EXPORTER_TRUE= + BUILD_EXPORTER_FALSE='#' +else + BUILD_EXPORTER_TRUE='#' + BUILD_EXPORTER_FALSE= +fi + + if false; then + BUILD_SMARTINDENT_TRUE= + BUILD_SMARTINDENT_FALSE='#' +else + BUILD_SMARTINDENT_TRUE='#' + BUILD_SMARTINDENT_FALSE= +fi + + if false; then + BUILD_SPELLCHECKER_TRUE= + BUILD_SPELLCHECKER_FALSE='#' +else + BUILD_SPELLCHECKER_TRUE='#' + BUILD_SPELLCHECKER_FALSE= +fi + + if false; then + BUILD_SYMTAB_TRUE= + BUILD_SYMTAB_FALSE='#' +else + BUILD_SYMTAB_TRUE='#' + BUILD_SYMTAB_FALSE= +fi + + if false; then + BUILD_THREADSEARCH_TRUE= + BUILD_THREADSEARCH_FALSE='#' +else + BUILD_THREADSEARCH_TRUE='#' + BUILD_THREADSEARCH_FALSE= +fi + + if false; then + BUILD_TOOLSPLUS_TRUE= + BUILD_TOOLSPLUS_FALSE='#' +else + BUILD_TOOLSPLUS_TRUE='#' + BUILD_TOOLSPLUS_FALSE= +fi + + if false; then + BUILD_VALGRIND_TRUE= + BUILD_VALGRIND_FALSE='#' +else + BUILD_VALGRIND_TRUE='#' + BUILD_VALGRIND_FALSE= +fi + + if false; then + BUILD_WXCONTRIB_TRUE= + BUILD_WXCONTRIB_FALSE='#' +else + BUILD_WXCONTRIB_TRUE='#' + BUILD_WXCONTRIB_FALSE= +fi + + if false; then + BUILD_WXSMITH_TRUE= + BUILD_WXSMITH_FALSE='#' +else + BUILD_WXSMITH_TRUE='#' + BUILD_WXSMITH_FALSE= +fi + + if false; then + BUILD_WXSMITHCONTRIB_TRUE= + BUILD_WXSMITHCONTRIB_FALSE='#' +else + BUILD_WXSMITHCONTRIB_TRUE='#' + BUILD_WXSMITHCONTRIB_FALSE= +fi + + if false; then + BUILD_WXSMITHAUI_TRUE= + BUILD_WXSMITHAUI_FALSE='#' +else + BUILD_WXSMITHAUI_TRUE='#' + BUILD_WXSMITHAUI_FALSE= +fi + + if false; then + BUILD_HEXEDITOR_TRUE= + BUILD_HEXEDITOR_FALSE='#' +else + BUILD_HEXEDITOR_TRUE='#' + BUILD_HEXEDITOR_FALSE= +fi + + if false; then + BUILD_INCSEARCH_TRUE= + BUILD_INCSEARCH_FALSE='#' +else + BUILD_INCSEARCH_TRUE='#' + BUILD_INCSEARCH_FALSE= +fi + + if false; then + BUILD_MOUSESAP_TRUE= + BUILD_MOUSESAP_FALSE='#' +else + BUILD_MOUSESAP_TRUE='#' + BUILD_MOUSESAP_FALSE= +fi + + if false; then + BUILD_CCCC_TRUE= + BUILD_CCCC_FALSE='#' +else + BUILD_CCCC_TRUE='#' + BUILD_CCCC_FALSE= +fi + + if false; then + BUILD_CPPCHECK_TRUE= + BUILD_CPPCHECK_FALSE='#' +else + BUILD_CPPCHECK_TRUE='#' + BUILD_CPPCHECK_FALSE= +fi + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which (if any) contrib plugins to build" >&5 +$as_echo_n "checking which (if any) contrib plugins to build... " >&6; } + +# Check whether --with-contrib-plugins was given. +if test "${with_contrib_plugins+set}" = set; then : + withval=$with_contrib_plugins; plugins="$withval" +else + plugins="none" +fi + + +plugins=`echo $plugins | sed 's/,/ /g'` +for plugin in $plugins +do + case "$plugin" in + all|yes) + + if true; then + BUILD_AUTOVERSIONING_TRUE= + BUILD_AUTOVERSIONING_FALSE='#' +else + BUILD_AUTOVERSIONING_TRUE='#' + BUILD_AUTOVERSIONING_FALSE= +fi + + if true; then + BUILD_BROWSETRACKER_TRUE= + BUILD_BROWSETRACKER_FALSE='#' +else + BUILD_BROWSETRACKER_TRUE='#' + BUILD_BROWSETRACKER_FALSE= +fi + + if true; then + BUILD_BYOGAMES_TRUE= + BUILD_BYOGAMES_FALSE='#' +else + BUILD_BYOGAMES_TRUE='#' + BUILD_BYOGAMES_FALSE= +fi + + if true; then + BUILD_CBKODERS_TRUE= + BUILD_CBKODERS_FALSE='#' +else + BUILD_CBKODERS_TRUE='#' + BUILD_CBKODERS_FALSE= +fi + + if true; then + BUILD_CODESNIPPETS_TRUE= + BUILD_CODESNIPPETS_FALSE='#' +else + BUILD_CODESNIPPETS_TRUE='#' + BUILD_CODESNIPPETS_FALSE= +fi + + if true; then + BUILD_CODESTAT_TRUE= + BUILD_CODESTAT_FALSE='#' +else + BUILD_CODESTAT_TRUE='#' + BUILD_CODESTAT_FALSE= +fi + + if true; then + BUILD_COPYSTRINGS_TRUE= + BUILD_COPYSTRINGS_FALSE='#' +else + BUILD_COPYSTRINGS_TRUE='#' + BUILD_COPYSTRINGS_FALSE= +fi + + if true; then + BUILD_CSCOPE_TRUE= + BUILD_CSCOPE_FALSE='#' +else + BUILD_CSCOPE_TRUE='#' + BUILD_CSCOPE_FALSE= +fi + + if true; then + BUILD_DOXYBLOCKS_TRUE= + BUILD_DOXYBLOCKS_FALSE='#' +else + BUILD_DOXYBLOCKS_TRUE='#' + BUILD_DOXYBLOCKS_FALSE= +fi + + if true; then + BUILD_DRAGSCROLL_TRUE= + BUILD_DRAGSCROLL_FALSE='#' +else + BUILD_DRAGSCROLL_TRUE='#' + BUILD_DRAGSCROLL_FALSE= +fi + + if true; then + BUILD_EDITORCONFIG_TRUE= + BUILD_EDITORCONFIG_FALSE='#' +else + BUILD_EDITORCONFIG_TRUE='#' + BUILD_EDITORCONFIG_FALSE= +fi + + if true; then + BUILD_EDITORTWEAKS_TRUE= + BUILD_EDITORTWEAKS_FALSE='#' +else + BUILD_EDITORTWEAKS_TRUE='#' + BUILD_EDITORTWEAKS_FALSE= +fi + + if true; then + BUILD_ENVVARS_TRUE= + BUILD_ENVVARS_FALSE='#' +else + BUILD_ENVVARS_TRUE='#' + BUILD_ENVVARS_FALSE= +fi + + if true; then + BUILD_FILEMANAGER_TRUE= + BUILD_FILEMANAGER_FALSE='#' +else + BUILD_FILEMANAGER_TRUE='#' + BUILD_FILEMANAGER_FALSE= +fi + + if true; then + BUILD_HEADERFIXUP_TRUE= + BUILD_HEADERFIXUP_FALSE='#' +else + BUILD_HEADERFIXUP_TRUE='#' + BUILD_HEADERFIXUP_FALSE= +fi + + if true; then + BUILD_HELP_TRUE= + BUILD_HELP_FALSE='#' +else + BUILD_HELP_TRUE='#' + BUILD_HELP_FALSE= +fi + + if true; then + BUILD_KEYBINDER_TRUE= + BUILD_KEYBINDER_FALSE='#' +else + BUILD_KEYBINDER_TRUE='#' + BUILD_KEYBINDER_FALSE= +fi + + if true; then + BUILD_LIBFINDER_TRUE= + BUILD_LIBFINDER_FALSE='#' +else + BUILD_LIBFINDER_TRUE='#' + BUILD_LIBFINDER_FALSE= +fi + + if true; then + BUILD_NASSISHNEIDERMAN_TRUE= + BUILD_NASSISHNEIDERMAN_FALSE='#' +else + BUILD_NASSISHNEIDERMAN_TRUE='#' + BUILD_NASSISHNEIDERMAN_FALSE= +fi + + if true; then + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' +else + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= +fi + + if true; then + BUILD_PROFILER_TRUE= + BUILD_PROFILER_FALSE='#' +else + BUILD_PROFILER_TRUE='#' + BUILD_PROFILER_FALSE= +fi + + if true; then + BUILD_REGEX_TRUE= + BUILD_REGEX_FALSE='#' +else + BUILD_REGEX_TRUE='#' + BUILD_REGEX_FALSE= +fi + + if true; then + BUILD_REOPENEDITOR_TRUE= + BUILD_REOPENEDITOR_FALSE='#' +else + BUILD_REOPENEDITOR_TRUE='#' + BUILD_REOPENEDITOR_FALSE= +fi + + if true; then + BUILD_EXPORTER_TRUE= + BUILD_EXPORTER_FALSE='#' +else + BUILD_EXPORTER_TRUE='#' + BUILD_EXPORTER_FALSE= +fi + + if true; then + BUILD_SMARTINDENT_TRUE= + BUILD_SMARTINDENT_FALSE='#' +else + BUILD_SMARTINDENT_TRUE='#' + BUILD_SMARTINDENT_FALSE= +fi + + if true; then + BUILD_SPELLCHECKER_TRUE= + BUILD_SPELLCHECKER_FALSE='#' +else + BUILD_SPELLCHECKER_TRUE='#' + BUILD_SPELLCHECKER_FALSE= +fi + + if true; then + BUILD_SYMTAB_TRUE= + BUILD_SYMTAB_FALSE='#' +else + BUILD_SYMTAB_TRUE='#' + BUILD_SYMTAB_FALSE= +fi + + if true; then + BUILD_THREADSEARCH_TRUE= + BUILD_THREADSEARCH_FALSE='#' +else + BUILD_THREADSEARCH_TRUE='#' + BUILD_THREADSEARCH_FALSE= +fi + + if true; then + BUILD_TOOLSPLUS_TRUE= + BUILD_TOOLSPLUS_FALSE='#' +else + BUILD_TOOLSPLUS_TRUE='#' + BUILD_TOOLSPLUS_FALSE= +fi + + if true; then + BUILD_VALGRIND_TRUE= + BUILD_VALGRIND_FALSE='#' +else + BUILD_VALGRIND_TRUE='#' + BUILD_VALGRIND_FALSE= +fi + + if true; then + BUILD_WXCONTRIB_TRUE= + BUILD_WXCONTRIB_FALSE='#' +else + BUILD_WXCONTRIB_TRUE='#' + BUILD_WXCONTRIB_FALSE= +fi + + if true; then + BUILD_WXSMITH_TRUE= + BUILD_WXSMITH_FALSE='#' +else + BUILD_WXSMITH_TRUE='#' + BUILD_WXSMITH_FALSE= +fi + + if true; then + BUILD_WXSMITHCONTRIB_TRUE= + BUILD_WXSMITHCONTRIB_FALSE='#' +else + BUILD_WXSMITHCONTRIB_TRUE='#' + BUILD_WXSMITHCONTRIB_FALSE= +fi + + if true; then + BUILD_WXSMITHAUI_TRUE= + BUILD_WXSMITHAUI_FALSE='#' +else + BUILD_WXSMITHAUI_TRUE='#' + BUILD_WXSMITHAUI_FALSE= +fi + + if true; then + BUILD_HEXEDITOR_TRUE= + BUILD_HEXEDITOR_FALSE='#' +else + BUILD_HEXEDITOR_TRUE='#' + BUILD_HEXEDITOR_FALSE= +fi + + if true; then + BUILD_INCSEARCH_TRUE= + BUILD_INCSEARCH_FALSE='#' +else + BUILD_INCSEARCH_TRUE='#' + BUILD_INCSEARCH_FALSE= +fi + + if true; then + BUILD_MOUSESAP_TRUE= + BUILD_MOUSESAP_FALSE='#' +else + BUILD_MOUSESAP_TRUE='#' + BUILD_MOUSESAP_FALSE= +fi + + if true; then + BUILD_CCCC_TRUE= + BUILD_CCCC_FALSE='#' +else + BUILD_CCCC_TRUE='#' + BUILD_CCCC_FALSE= +fi + + if true; then + BUILD_CPPCHECK_TRUE= + BUILD_CPPCHECK_FALSE='#' +else + BUILD_CPPCHECK_TRUE='#' + BUILD_CPPCHECK_FALSE= +fi + + + ;; + AutoVersioning) + if true; then + BUILD_AUTOVERSIONING_TRUE= + BUILD_AUTOVERSIONING_FALSE='#' +else + BUILD_AUTOVERSIONING_TRUE='#' + BUILD_AUTOVERSIONING_FALSE= +fi + + ;; + BrowseTracker) + if true; then + BUILD_BROWSETRACKER_TRUE= + BUILD_BROWSETRACKER_FALSE='#' +else + BUILD_BROWSETRACKER_TRUE='#' + BUILD_BROWSETRACKER_FALSE= +fi + + ;; + byogames) + if true; then + BUILD_BYOGAMES_TRUE= + BUILD_BYOGAMES_FALSE='#' +else + BUILD_BYOGAMES_TRUE='#' + BUILD_BYOGAMES_FALSE= +fi + + ;; + cbkoders) + if true; then + BUILD_CBKODERS_TRUE= + BUILD_CBKODERS_FALSE='#' +else + BUILD_CBKODERS_TRUE='#' + BUILD_CBKODERS_FALSE= +fi + + ;; + codesnippets) + if true; then + BUILD_CODESNIPPETS_TRUE= + BUILD_CODESNIPPETS_FALSE='#' +else + BUILD_CODESNIPPETS_TRUE='#' + BUILD_CODESNIPPETS_FALSE= +fi + + ;; + codestat) + if true; then + BUILD_CODESTAT_TRUE= + BUILD_CODESTAT_FALSE='#' +else + BUILD_CODESTAT_TRUE='#' + BUILD_CODESTAT_FALSE= +fi + + ;; + copystrings) + if true; then + BUILD_COPYSTRINGS_TRUE= + BUILD_COPYSTRINGS_FALSE='#' +else + BUILD_COPYSTRINGS_TRUE='#' + BUILD_COPYSTRINGS_FALSE= +fi + + ;; + Cscope) + if true; then + BUILD_CSCOPE_TRUE= + BUILD_CSCOPE_FALSE='#' +else + BUILD_CSCOPE_TRUE='#' + BUILD_CSCOPE_FALSE= +fi + + ;; + DoxyBlocks) + if true; then + BUILD_DOXYBLOCKS_TRUE= + BUILD_DOXYBLOCKS_FALSE='#' +else + BUILD_DOXYBLOCKS_TRUE='#' + BUILD_DOXYBLOCKS_FALSE= +fi + + ;; + dragscroll) + if true; then + BUILD_DRAGSCROLL_TRUE= + BUILD_DRAGSCROLL_FALSE='#' +else + BUILD_DRAGSCROLL_TRUE='#' + BUILD_DRAGSCROLL_FALSE= +fi + + ;; + EditorConfig) + if true; then + BUILD_EDITORCONFIG_TRUE= + BUILD_EDITORCONFIG_FALSE='#' +else + BUILD_EDITORCONFIG_TRUE='#' + BUILD_EDITORCONFIG_FALSE= +fi + + ;; + EditorTweaks) + if true; then + BUILD_EDITORTWEAKS_TRUE= + BUILD_EDITORTWEAKS_FALSE='#' +else + BUILD_EDITORTWEAKS_TRUE='#' + BUILD_EDITORTWEAKS_FALSE= +fi + + ;; + envvars) + if true; then + BUILD_ENVVARS_TRUE= + BUILD_ENVVARS_FALSE='#' +else + BUILD_ENVVARS_TRUE='#' + BUILD_ENVVARS_FALSE= +fi + + ;; + FileManager) + if true; then + BUILD_FILEMANAGER_TRUE= + BUILD_FILEMANAGER_FALSE='#' +else + BUILD_FILEMANAGER_TRUE='#' + BUILD_FILEMANAGER_FALSE= +fi + + ;; + headerfixup) + if true; then + BUILD_HEADERFIXUP_TRUE= + BUILD_HEADERFIXUP_FALSE='#' +else + BUILD_HEADERFIXUP_TRUE='#' + BUILD_HEADERFIXUP_FALSE= +fi + + ;; + help) + if true; then + BUILD_HELP_TRUE= + BUILD_HELP_FALSE='#' +else + BUILD_HELP_TRUE='#' + BUILD_HELP_FALSE= +fi + + ;; + keybinder) + if true; then + BUILD_KEYBINDER_TRUE= + BUILD_KEYBINDER_FALSE='#' +else + BUILD_KEYBINDER_TRUE='#' + BUILD_KEYBINDER_FALSE= +fi + + ;; + libfinder) + if true; then + BUILD_LIBFINDER_TRUE= + BUILD_LIBFINDER_FALSE='#' +else + BUILD_LIBFINDER_TRUE='#' + BUILD_LIBFINDER_FALSE= +fi + + ;; + NassiShneiderman) + if true; then + BUILD_NASSISHNEIDERMAN_TRUE= + BUILD_NASSISHNEIDERMAN_FALSE='#' +else + BUILD_NASSISHNEIDERMAN_TRUE='#' + BUILD_NASSISHNEIDERMAN_FALSE= +fi + + ;; + ProjectOptionsManipulator) + if true; then + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' +else + BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' + BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= +fi + + ;; + profiler) + if true; then + BUILD_PROFILER_TRUE= + BUILD_PROFILER_FALSE='#' +else + BUILD_PROFILER_TRUE='#' + BUILD_PROFILER_FALSE= +fi + + ;; + regex) + if true; then + BUILD_REGEX_TRUE= + BUILD_REGEX_FALSE='#' +else + BUILD_REGEX_TRUE='#' + BUILD_REGEX_FALSE= +fi + + ;; + ReopenEditor) + if true; then + BUILD_REOPENEDITOR_TRUE= + BUILD_REOPENEDITOR_FALSE='#' +else + BUILD_REOPENEDITOR_TRUE='#' + BUILD_REOPENEDITOR_FALSE= +fi + + ;; + exporter) + if true; then + BUILD_EXPORTER_TRUE= + BUILD_EXPORTER_FALSE='#' +else + BUILD_EXPORTER_TRUE='#' + BUILD_EXPORTER_FALSE= +fi + + ;; + smartindent) + if true; then + BUILD_SMARTINDENT_TRUE= + BUILD_SMARTINDENT_FALSE='#' +else + BUILD_SMARTINDENT_TRUE='#' + BUILD_SMARTINDENT_FALSE= +fi + + ;; + spellchecker) + if true; then + BUILD_SPELLCHECKER_TRUE= + BUILD_SPELLCHECKER_FALSE='#' +else + BUILD_SPELLCHECKER_TRUE='#' + BUILD_SPELLCHECKER_FALSE= +fi + + ;; + symtab) + if true; then + BUILD_SYMTAB_TRUE= + BUILD_SYMTAB_FALSE='#' +else + BUILD_SYMTAB_TRUE='#' + BUILD_SYMTAB_FALSE= +fi + + ;; + ThreadSearch) + if true; then + BUILD_THREADSEARCH_TRUE= + BUILD_THREADSEARCH_FALSE='#' +else + BUILD_THREADSEARCH_TRUE='#' + BUILD_THREADSEARCH_FALSE= +fi + + ;; + ToolsPlus) + if true; then + BUILD_TOOLSPLUS_TRUE= + BUILD_TOOLSPLUS_FALSE='#' +else + BUILD_TOOLSPLUS_TRUE='#' + BUILD_TOOLSPLUS_FALSE= +fi + + ;; + Valgrind) + if true; then + BUILD_VALGRIND_TRUE= + BUILD_VALGRIND_FALSE='#' +else + BUILD_VALGRIND_TRUE='#' + BUILD_VALGRIND_FALSE= +fi + + ;; + wxcontrib) + if true; then + BUILD_WXCONTRIB_TRUE= + BUILD_WXCONTRIB_FALSE='#' +else + BUILD_WXCONTRIB_TRUE='#' + BUILD_WXCONTRIB_FALSE= +fi + + ;; + wxsmith) + if true; then + BUILD_WXSMITH_TRUE= + BUILD_WXSMITH_FALSE='#' +else + BUILD_WXSMITH_TRUE='#' + BUILD_WXSMITH_FALSE= +fi + + ;; + wxsmithcontrib) + if true; then + BUILD_WXSMITHCONTRIB_TRUE= + BUILD_WXSMITHCONTRIB_FALSE='#' +else + BUILD_WXSMITHCONTRIB_TRUE='#' + BUILD_WXSMITHCONTRIB_FALSE= +fi + + ;; + wxsmithaui) + if true; then + BUILD_WXSMITHAUI_TRUE= + BUILD_WXSMITHAUI_FALSE='#' +else + BUILD_WXSMITHAUI_TRUE='#' + BUILD_WXSMITHAUI_FALSE= +fi + + ;; + hexeditor) + if true; then + BUILD_HEXEDITOR_TRUE= + BUILD_HEXEDITOR_FALSE='#' +else + BUILD_HEXEDITOR_TRUE='#' + BUILD_HEXEDITOR_FALSE= +fi + + ;; + incsearch) + if true; then + BUILD_INCSEARCH_TRUE= + BUILD_INCSEARCH_FALSE='#' +else + BUILD_INCSEARCH_TRUE='#' + BUILD_INCSEARCH_FALSE= +fi + + ;; + MouseSap) + if true; then + BUILD_MOUSESAP_TRUE= + BUILD_MOUSESAP_FALSE='#' +else + BUILD_MOUSESAP_TRUE='#' + BUILD_MOUSESAP_FALSE= +fi + + ;; + Cccc) + if true; then + BUILD_CCCC_TRUE= + BUILD_CCCC_FALSE='#' +else + BUILD_CCCC_TRUE='#' + BUILD_CCCC_FALSE= +fi + + ;; + CppCheck) + if true; then + BUILD_CPPCHECK_TRUE= + BUILD_CPPCHECK_FALSE='#' +else + BUILD_CPPCHECK_TRUE='#' + BUILD_CPPCHECK_FALSE= +fi + + ;; + -AutoVersioning) + if false; then + BUILD_AUTOVERSIONING_TRUE= + BUILD_AUTOVERSIONING_FALSE='#' +else + BUILD_AUTOVERSIONING_TRUE='#' + BUILD_AUTOVERSIONING_FALSE= +fi + + ;; + -BrowseTracker) + if false; then + BUILD_BROWSETRACKER_TRUE= + BUILD_BROWSETRACKER_FALSE='#' +else + BUILD_BROWSETRACKER_TRUE='#' + BUILD_BROWSETRACKER_FALSE= +fi + + ;; + -byogames) + if false; then + BUILD_BYOGAMES_TRUE= + BUILD_BYOGAMES_FALSE='#' +else + BUILD_BYOGAMES_TRUE='#' + BUILD_BYOGAMES_FALSE= +fi + + ;; + -cbkoders) + if false; then + BUILD_CBKODERS_TRUE= + BUILD_CBKODERS_FALSE='#' +else + BUILD_CBKODERS_TRUE='#' + BUILD_CBKODERS_FALSE= +fi + + ;; + -codesnippets) + if false; then + BUILD_CODESNIPPETS_TRUE= + BUILD_CODESNIPPETS_FALSE='#' +else + BUILD_CODESNIPPETS_TRUE='#' + BUILD_CODESNIPPETS_FALSE= +fi + + ;; + -codestat) + if false; then + BUILD_CODESTAT_TRUE= + BUILD_CODESTAT_FALSE='#' +else + BUILD_CODESTAT_TRUE='#' + BUILD_CODESTAT_FALSE= +fi + + ;; + -copystrings) + if false; then + BUILD_COPYSTRINGS_TRUE= + BUILD_COPYSTRINGS_FALSE='#' +else + BUILD_COPYSTRINGS_TRUE='#' + BUILD_COPYSTRINGS_FALSE= +fi + + ;; + -Cscope) + if false; then + BUILD_CSCOPE_TRUE= + BUILD_CSCOPE_FALSE='#' +else + BUILD_CSCOPE_TRUE='#' + BUILD_CSCOPE_FALSE= +fi + + ;; + -DoxyBlocks) + if false; then + BUILD_DOXYBLOCKS_TRUE= + BUILD_DOXYBLOCKS_FALSE='#' +else + BUILD_DOXYBLOCKS_TRUE='#' + BUILD_DOXYBLOCKS_FALSE= +fi + + ;; + -dragscroll) + if false; then + BUILD_DRAGSCROLL_TRUE= + BUILD_DRAGSCROLL_FALSE='#' +else + BUILD_DRAGSCROLL_TRUE='#' + BUILD_DRAGSCROLL_FALSE= +fi + + ;; + -EditorConfig) + if false; then + BUILD_EDITORCONFIG_TRUE= + BUILD_EDITORCONFIG_FALSE='#' +else + BUILD_EDITORCONFIG_TRUE='#' + BUILD_EDITORCONFIG_FALSE= +fi + + ;; + -EditorTweaks) + if false; then + BUILD_EDITORTWEAKS_TRUE= + BUILD_EDITORTWEAKS_FALSE='#' +else + BUILD_EDITORTWEAKS_TRUE='#' + BUILD_EDITORTWEAKS_FALSE= +fi + + ;; + -envvars) + if false; then + BUILD_ENVVARS_TRUE= + BUILD_ENVVARS_FALSE='#' +else + BUILD_ENVVARS_TRUE='#' + BUILD_ENVVARS_FALSE= +fi + + ;; + -FileManager) + if false; then + BUILD_FILEMANAGER_TRUE= + BUILD_FILEMANAGER_FALSE='#' +else + BUILD_FILEMANAGER_TRUE='#' + BUILD_FILEMANAGER_FALSE= +fi + + ;; + -headerfixup) + if false; then + BUILD_HEADERFIXUP_TRUE= + BUILD_HEADERFIXUP_FALSE='#' +else + BUILD_HEADERFIXUP_TRUE='#' + BUILD_HEADERFIXUP_FALSE= +fi + + ;; + -help) + if false; then + BUILD_HELP_TRUE= + BUILD_HELP_FALSE='#' +else + BUILD_HELP_TRUE='#' + BUILD_HELP_FALSE= +fi + + ;; + -keybinder) + if false; then + BUILD_KEYBINDER_TRUE= + BUILD_KEYBINDER_FALSE='#' +else + BUILD_KEYBINDER_TRUE='#' + BUILD_KEYBINDER_FALSE= +fi + + ;; + -libfinder) + if false; then + BUILD_LIBFINDER_TRUE= + BUILD_LIBFINDER_FALSE='#' +else + BUILD_LIBFINDER_TRUE='#' + BUILD_LIBFINDER_FALSE= +fi + + ;; + -NassiShneiderman) + if false; then + BUILD_NASSISHNEIDERMAN_TRUE= + BUILD_NASSISHNEIDERMAN_FALSE='#' +else + BUILD_NASSISHNEIDERMAN_TRUE='#' + BUILD_NASSISHNEIDERMAN_FALSE= +fi + + ;; + -profiler) + if false; then + BUILD_PROFILER_TRUE= + BUILD_PROFILER_FALSE='#' +else + BUILD_PROFILER_TRUE='#' + BUILD_PROFILER_FALSE= +fi + + ;; + -regex) + if false; then + BUILD_REGEX_TRUE= + BUILD_REGEX_FALSE='#' +else + BUILD_REGEX_TRUE='#' + BUILD_REGEX_FALSE= +fi + + ;; + -ReopenEditor) + if false; then + BUILD_REOPENEDITOR_TRUE= + BUILD_REOPENEDITOR_FALSE='#' +else + BUILD_REOPENEDITOR_TRUE='#' + BUILD_REOPENEDITOR_FALSE= +fi + + ;; + -exporter) + if false; then + BUILD_EXPORTER_TRUE= + BUILD_EXPORTER_FALSE='#' +else + BUILD_EXPORTER_TRUE='#' + BUILD_EXPORTER_FALSE= +fi + + ;; + -smartindent) + if false; then + BUILD_SMARTINDENT_TRUE= + BUILD_SMARTINDENT_FALSE='#' +else + BUILD_SMARTINDENT_TRUE='#' + BUILD_SMARTINDENT_FALSE= +fi + + ;; + -spellchecker) + if false; then + BUILD_SPELLCHECKER_TRUE= + BUILD_SPELLCHECKER_FALSE='#' +else + BUILD_SPELLCHECKER_TRUE='#' + BUILD_SPELLCHECKER_FALSE= +fi + + ;; + -symtab) + if false; then + BUILD_SYMTAB_TRUE= + BUILD_SYMTAB_FALSE='#' +else + BUILD_SYMTAB_TRUE='#' + BUILD_SYMTAB_FALSE= +fi + + ;; + -ThreadSearch) + if false; then + BUILD_THREADSEARCH_TRUE= + BUILD_THREADSEARCH_FALSE='#' +else + BUILD_THREADSEARCH_TRUE='#' + BUILD_THREADSEARCH_FALSE= +fi + + ;; + -ToolsPlus) + if false; then + BUILD_TOOLSPLUS_TRUE= + BUILD_TOOLSPLUS_FALSE='#' +else + BUILD_TOOLSPLUS_TRUE='#' + BUILD_TOOLSPLUS_FALSE= +fi + + ;; + -Valgrind) + if false; then + BUILD_VALGRIND_TRUE= + BUILD_VALGRIND_FALSE='#' +else + BUILD_VALGRIND_TRUE='#' + BUILD_VALGRIND_FALSE= +fi + + ;; + -wxcontrib) + if false; then + BUILD_WXCONTRIB_TRUE= + BUILD_WXCONTRIB_FALSE='#' +else + BUILD_WXCONTRIB_TRUE='#' + BUILD_WXCONTRIB_FALSE= +fi + + ;; + -wxsmith) + if false; then + BUILD_WXSMITH_TRUE= + BUILD_WXSMITH_FALSE='#' +else + BUILD_WXSMITH_TRUE='#' + BUILD_WXSMITH_FALSE= +fi + + ;; + -wxsmithcontrib) + if false; then + BUILD_WXSMITHCONTRIB_TRUE= + BUILD_WXSMITHCONTRIB_FALSE='#' +else + BUILD_WXSMITHCONTRIB_TRUE='#' + BUILD_WXSMITHCONTRIB_FALSE= +fi + + ;; + -wxsmithaui) + if false; then + BUILD_WXSMITHAUI_TRUE= + BUILD_WXSMITHAUI_FALSE='#' +else + BUILD_WXSMITHAUI_TRUE='#' + BUILD_WXSMITHAUI_FALSE= +fi + + ;; + -hexeditor) + if false; then + BUILD_HEXEDITOR_TRUE= + BUILD_HEXEDITOR_FALSE='#' +else + BUILD_HEXEDITOR_TRUE='#' + BUILD_HEXEDITOR_FALSE= +fi + + ;; + -incsearch) + if false; then + BUILD_INCSEARCH_TRUE= + BUILD_INCSEARCH_FALSE='#' +else + BUILD_INCSEARCH_TRUE='#' + BUILD_INCSEARCH_FALSE= +fi + + ;; + -MouseSap) + if false; then + BUILD_MOUSESAP_TRUE= + BUILD_MOUSESAP_FALSE='#' +else + BUILD_MOUSESAP_TRUE='#' + BUILD_MOUSESAP_FALSE= +fi + + ;; + -Cccc) + if false; then + BUILD_CCCC_TRUE= + BUILD_CCCC_FALSE='#' +else + BUILD_CCCC_TRUE='#' + BUILD_CCCC_FALSE= +fi + + ;; + -CppCheck) + if false; then + BUILD_CPPCHECK_TRUE= + BUILD_CPPCHECK_FALSE='#' +else + BUILD_CPPCHECK_TRUE='#' + BUILD_CPPCHECK_FALSE= +fi + + ;; + none|no) + ;; + *) + echo + echo "Error: Unknown contrib plugin $plugin." >&2 + echo " Note: the names are case-sensitive!" >&2 + echo " Try $0 --help for exact spelling." >&2 + exit 1 + ;; + esac +done +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugins" >&5 +$as_echo "$plugins" >&6; } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +GCC_PCH=0 +PCH_FLAGS= +pch_default="yes" + if false; then + PRECOMPILE_HEADERS_TRUE= + PRECOMPILE_HEADERS_FALSE='#' +else + PRECOMPILE_HEADERS_TRUE='#' + PRECOMPILE_HEADERS_FALSE= +fi + +# Check whether --enable-pch was given. +if test "${enable_pch+set}" = set; then : + enableval=$enable_pch; +else + enable_pch=$pch_default +fi + +if test "x$enable_pch" = "x" -o "x$enable_pch" = "xyes" ; then + if test "x$GCC" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5 +$as_echo_n "checking if the compiler supports precompiled headers... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + #if !defined(__GNUC__) || !defined(__GNUC_MINOR__) + #error "no pch support" + #endif + #if (__GNUC__ < 3) + #error "no pch support" + #endif + #if (__GNUC__ == 3) && \ + ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \ + ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) + #error "no pch support" + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + GCC_PCH=1 + PCH_FLAGS="-DCB_PRECOMP" + CPPFLAGS="${CPPFLAGS} ${PCH_FLAGS}" + CXXFLAGS="${CXXFLAGS} -Winvalid-pch" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $GCC_PCH = 1; then + PRECOMPILE_HEADERS_TRUE= + PRECOMPILE_HEADERS_FALSE='#' +else + PRECOMPILE_HEADERS_TRUE='#' + PRECOMPILE_HEADERS_FALSE= +fi + + fi +fi + + + + + +# Check whether --with-wxdir was given. +if test "${with_wxdir+set}" = set; then : + withval=$with_wxdir; wx_config_name="$withval/wx-config" + wx_config_args="--inplace" +fi + + +# Check whether --with-wx-config was given. +if test "${with_wx_config+set}" = set; then : + withval=$with_wx_config; wx_config_name="$withval" +fi + + +# Check whether --with-wx-prefix was given. +if test "${with_wx_prefix+set}" = set; then : + withval=$with_wx_prefix; wx_config_prefix="$withval" +else + wx_config_prefix="" +fi + + +# Check whether --with-wx-exec-prefix was given. +if test "${with_wx_exec_prefix+set}" = set; then : + withval=$with_wx_exec_prefix; wx_config_exec_prefix="$withval" +else + wx_config_exec_prefix="" +fi + + + + if test x${WX_CONFIG_NAME+set} != xset ; then + WX_CONFIG_NAME=wx-config + fi + + if test "x$wx_config_name" != x ; then + WX_CONFIG_NAME="$wx_config_name" + fi + + if test x$wx_config_exec_prefix != x ; then + wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix" + WX_LOOKUP_PATH="$wx_config_exec_prefix/bin" + fi + if test x$wx_config_prefix != x ; then + wx_config_args="$wx_config_args --prefix=$wx_config_prefix" + WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin" + fi + if test "$cross_compiling" = "yes"; then + wx_config_args="$wx_config_args --host=$host_alias" + fi + + if test -x "$WX_CONFIG_NAME" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wx-config" >&5 +$as_echo_n "checking for wx-config... " >&6; } + WX_CONFIG_PATH="$WX_CONFIG_NAME" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5 +$as_echo "$WX_CONFIG_PATH" >&6; } + else + # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. +set dummy $WX_CONFIG_NAME; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_WX_CONFIG_PATH+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $WX_CONFIG_PATH in + [\\/]* | ?:[\\/]*) + ac_cv_path_WX_CONFIG_PATH="$WX_CONFIG_PATH" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_dummy=""$WX_LOOKUP_PATH:$PATH"" +for as_dir in $as_dummy +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_path_WX_CONFIG_PATH" && ac_cv_path_WX_CONFIG_PATH="no" + ;; +esac +fi +WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH +if test -n "$WX_CONFIG_PATH"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5 +$as_echo "$WX_CONFIG_PATH" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi + + if test "$WX_CONFIG_PATH" != "no" ; then + WX_VERSION="" + + min_wx_version=2.8.12 + if test -z "" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version" >&5 +$as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version ()" >&5 +$as_echo_n "checking for wxWidgets version >= $min_wx_version ()... " >&6; } + fi + + WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args " + + WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` + wx_config_major_version=`echo $WX_VERSION | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + wx_config_minor_version=`echo $WX_VERSION | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + wx_config_micro_version=`echo $WX_VERSION | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + + wx_requested_major_version=`echo $min_wx_version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + wx_requested_minor_version=`echo $min_wx_version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + wx_requested_micro_version=`echo $min_wx_version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + + + wx_ver_ok="" + if test "x$WX_VERSION" != x ; then + if test $wx_config_major_version -gt $wx_requested_major_version; then + wx_ver_ok=yes + else + if test $wx_config_major_version -eq $wx_requested_major_version; then + if test $wx_config_minor_version -gt $wx_requested_minor_version; then + wx_ver_ok=yes + else + if test $wx_config_minor_version -eq $wx_requested_minor_version; then + if test $wx_config_micro_version -ge $wx_requested_micro_version; then + wx_ver_ok=yes + fi + fi + fi + fi + fi + fi + + + if test -n "$wx_ver_ok"; then + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5 +$as_echo "yes (version $WX_VERSION)" >&6; } + WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets static library" >&5 +$as_echo_n "checking for wxWidgets static library... " >&6; } + WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` + if test "x$WX_LIBS_STATIC" = "x"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + fi + + wx_has_cppflags="" + if test $wx_config_major_version -gt 2; then + wx_has_cppflags=yes + else + if test $wx_config_major_version -eq 2; then + if test $wx_config_minor_version -gt 2; then + wx_has_cppflags=yes + else + if test $wx_config_minor_version -eq 2; then + if test $wx_config_micro_version -ge 6; then + wx_has_cppflags=yes + fi + fi + fi + fi + fi + + wx_has_rescomp="" + if test $wx_config_major_version -gt 2; then + wx_has_rescomp=yes + else + if test $wx_config_major_version -eq 2; then + if test $wx_config_minor_version -ge 7; then + wx_has_rescomp=yes + fi + fi + fi + if test "x$wx_has_rescomp" = x ; then + WX_RESCOMP= + else + WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` + fi + + if test "x$wx_has_cppflags" = x ; then + WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags` + WX_CPPFLAGS=$WX_CFLAGS + WX_CXXFLAGS=$WX_CFLAGS + + WX_CFLAGS_ONLY=$WX_CFLAGS + WX_CXXFLAGS_ONLY=$WX_CFLAGS + else + WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags` + WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags` + WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags` + + WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` + WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` + fi + + wxWin=1 + + else + + if test "x$WX_VERSION" = x; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $WX_VERSION is not new enough)" >&5 +$as_echo "no (version $WX_VERSION is not new enough)" >&6; } + fi + + WX_CFLAGS="" + WX_CPPFLAGS="" + WX_CXXFLAGS="" + WX_LIBS="" + WX_LIBS_STATIC="" + WX_RESCOMP="" + : + + fi + else + + WX_CFLAGS="" + WX_CPPFLAGS="" + WX_CXXFLAGS="" + WX_LIBS="" + WX_LIBS_STATIC="" + WX_RESCOMP="" + + : + + fi + + + + + + + + + + + + if test "$wxWin" != 1; then + as_fn_error $? " + wxWidgets must be installed on your system. + + Please check that wx-config is in path, the directory + where wxWidgets libraries are installed (returned by + 'wx-config --libs' or 'wx-config --static --libs' command) + is in LD_LIBRARY_PATH or equivalent variable and + wxWindows version is 2.8.0 or above. + " "$LINENO" 5 + else + # check for wx2.8.3 which is known to behave badly for us + if test "$WX_VERSION" = "2.8.3"; then + as_fn_error $? " + wxWidgets version 2.8.3 is known to behave badly with + Code::Blocks. Please upgrade to a newer (or downgrade to an + earlier) wxWidgets version... + " "$LINENO" 5 + fi + fi + + + + + + + +WX_GTK_CFLAGS= +WX_GTK_LIBS= +WX_X11_CFLAGS= +WX_X11_LIBS= + +POSTLINK_COMMAND="@true" +MACSETFILE="@true" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets platform" >&5 +$as_echo_n "checking for wxWidgets platform... " >&6; } +WX_BASENAME=`$WX_CONFIG_WITH_ARGS --basename` +case $WX_BASENAME in + *wx_gtk*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxGTK" >&5 +$as_echo "wxGTK" >&6; } + if test "x$BUILD_FILEMANAGER_TRUE" = "x" -o \ + "x$BUILD_SPELLCHECKER_TRUE" = "x" -o \ + "x$BUILD_MOUSESAP_TRUE" = "x" -o \ + "x$BUILD_EXPORTER_TRUE" = "x" -o \ + "x$GTK_NOTEBOOK_TRUE" = "x" -o \ + "x$LINUX_TRUE" = "x" ; then + + if test "x$LINUX_TRUE" = "x" ; then + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2" >&5 +$as_echo_n "checking for GLIB2... " >&6; } + +if test -n "$GLIB2_CFLAGS"; then + pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GLIB2_LIBS"; then + pkg_cv_GLIB2_LIBS="$GLIB2_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GLIB2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0" 2>&1` + else + GLIB2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GLIB2_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (glib-2.0) were not met: + +$GLIB2_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GLIB2_CFLAGS +and GLIB2_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GLIB2_CFLAGS +and GLIB2_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GLIB2_CFLAGS=$pkg_cv_GLIB2_CFLAGS + GLIB2_LIBS=$pkg_cv_GLIB2_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + fi + fi + + if test "x$BUILD_SPELLCHECKER_TRUE" = "x" ; then + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5 +$as_echo_n "checking for HUNSPELL... " >&6; } + +if test -n "$HUNSPELL_CFLAGS"; then + pkg_cv_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 + ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$HUNSPELL_LIBS"; then + pkg_cv_HUNSPELL_LIBS="$HUNSPELL_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 + ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1` + else + HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$HUNSPELL_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (hunspell) were not met: + +$HUNSPELL_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables HUNSPELL_CFLAGS +and HUNSPELL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables HUNSPELL_CFLAGS +and HUNSPELL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS + HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + fi + fi + + if test "x$BUILD_MOUSESAP_TRUE" = "x" -o \ + "x$GTK_NOTEBOOK_TRUE" = "x" ; then + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + case $WX_BASENAME in + *wx_gtk3*) + { $as_echo "$as_me:${as_lineno-$LINENO}: gtk3 used" >&5 +$as_echo "$as_me: gtk3 used" >&6;} + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 +$as_echo_n "checking for GTK... " >&6; } + +if test -n "$GTK_CFLAGS"; then + pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GTK_LIBS"; then + pkg_cv_GTK_LIBS="$GTK_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.0.0" 2>&1` + else + GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.0.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTK_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gtk+-3.0 >= 3.0.0) were not met: + +$GTK_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GTK_CFLAGS=$pkg_cv_GTK_CFLAGS + GTK_LIBS=$pkg_cv_GTK_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + ;; + *wx_gtk2*) + { $as_echo "$as_me:${as_lineno-$LINENO}: gtk2 used" >&5 +$as_echo "$as_me: gtk2 used" >&6;} + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 +$as_echo_n "checking for GTK... " >&6; } + +if test -n "$GTK_CFLAGS"; then + pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GTK_LIBS"; then + pkg_cv_GTK_LIBS="$GTK_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0" 2>&1` + else + GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTK_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gtk+-2.0 >= 2.0.0) were not met: + +$GTK_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GTK_CFLAGS=$pkg_cv_GTK_CFLAGS + GTK_LIBS=$pkg_cv_GTK_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + ;; + esac + fi + fi + + if test "x$BUILD_FILEMANAGER_TRUE" = "x" ; then + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GAMIN" >&5 +$as_echo_n "checking for GAMIN... " >&6; } + +if test -n "$GAMIN_CFLAGS"; then + pkg_cv_GAMIN_CFLAGS="$GAMIN_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gamin\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gamin") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GAMIN_CFLAGS=`$PKG_CONFIG --cflags "gamin" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GAMIN_LIBS"; then + pkg_cv_GAMIN_LIBS="$GAMIN_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gamin\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gamin") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GAMIN_LIBS=`$PKG_CONFIG --libs "gamin" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GAMIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gamin" 2>&1` + else + GAMIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gamin" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GAMIN_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gamin) were not met: + +$GAMIN_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GAMIN_CFLAGS +and GAMIN_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GAMIN_CFLAGS +and GAMIN_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GAMIN_CFLAGS=$pkg_cv_GAMIN_CFLAGS + GAMIN_LIBS=$pkg_cv_GAMIN_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + fi + fi + + if test "x$BUILD_EXPORTER_TRUE" = "x" ; then + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FONTCONFIG" >&5 +$as_echo_n "checking for FONTCONFIG... " >&6; } + +if test -n "$FONTCONFIG_CFLAGS"; then + pkg_cv_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig\""; } >&5 + ($PKG_CONFIG --exists --print-errors "fontconfig") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$FONTCONFIG_LIBS"; then + pkg_cv_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig\""; } >&5 + ($PKG_CONFIG --exists --print-errors "fontconfig") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig" 2>&1` + else + FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$FONTCONFIG_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (fontconfig) were not met: + +$FONTCONFIG_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables FONTCONFIG_CFLAGS +and FONTCONFIG_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables FONTCONFIG_CFLAGS +and FONTCONFIG_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + FONTCONFIG_CFLAGS=$pkg_cv_FONTCONFIG_CFLAGS + FONTCONFIG_LIBS=$pkg_cv_FONTCONFIG_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + fi + fi + + fi + + if test "x$BUILD_NASSISHNEIDERMAN_TRUE" = "x" ; then + + +# Check whether --with-boost was given. +if test "${with_boost+set}" = set; then : + withval=$with_boost; + case $withval in #( + no) : + want_boost="no";_AX_BOOST_BASE_boost_path="" ;; #( + yes) : + want_boost="yes";_AX_BOOST_BASE_boost_path="" ;; #( + *) : + want_boost="yes";_AX_BOOST_BASE_boost_path="$withval" ;; +esac + +else + want_boost="yes" +fi + + + + +# Check whether --with-boost-libdir was given. +if test "${with_boost_libdir+set}" = set; then : + withval=$with_boost_libdir; + if test -d "$withval"; then : + _AX_BOOST_BASE_boost_lib_path="$withval" +else + as_fn_error $? "--with-boost-libdir expected directory name" "$LINENO" 5 +fi + +else + _AX_BOOST_BASE_boost_lib_path="" +fi + + +BOOST_LDFLAGS="" +BOOST_CPPFLAGS="" +if test "x$want_boost" = "xyes"; then : + + + if test "x" = "x"; then : + _AX_BOOST_BASE_TONUMERICVERSION_req="1.20.0" +else + _AX_BOOST_BASE_TONUMERICVERSION_req="" +fi + _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\.[0-9]*\)'` + _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\)'` + if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"; then : + as_fn_error $? "You should at least specify libboost major version" "$LINENO" 5 +fi + _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.\([0-9]*\)'` + if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"; then : + _AX_BOOST_BASE_TONUMERICVERSION_req_minor="0" +fi + _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'` + if test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"; then : + _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor="0" +fi + _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor` + WANT_BOOST_VERSION=$_AX_BOOST_BASE_TONUMERICVERSION_RET + + succeeded=no + + + + case ${host_cpu} in #( + x86_64) : + libsubdirs="lib64 libx32 lib lib64" ;; #( + ppc64|s390x|sparc64|aarch64|ppc64le) : + libsubdirs="lib64 lib lib64" ;; #( + libsubdirs="lib") : + ;; #( + *) : + ;; +esac + + case ${host_cpu} in #( + i?86) : + multiarch_libsubdir="lib/i386-${host_os}" ;; #( + *) : + multiarch_libsubdir="lib/${host_cpu}-${host_os}" + ;; +esac + + if test "x$_AX_BOOST_BASE_boost_path" != "x"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION) includes in \"$_AX_BOOST_BASE_boost_path/include\"" >&5 +$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION) includes in \"$_AX_BOOST_BASE_boost_path/include\"... " >&6; } + if test -d "$_AX_BOOST_BASE_boost_path/include" && test -r "$_AX_BOOST_BASE_boost_path/include"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include" + for _AX_BOOST_BASE_boost_path_tmp in $multiarch_libsubdir $libsubdirs; do + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION) lib path in \"$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp\"" >&5 +$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION) lib path in \"$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp\"... " >&6; } + if test -d "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" && test -r "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" ; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp"; + break; + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + done +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +else + + if test X"$cross_compiling" = Xyes; then + search_libsubdirs=$multiarch_libsubdir + else + search_libsubdirs="$multiarch_libsubdir $libsubdirs" + fi + for _AX_BOOST_BASE_boost_path_tmp in /usr /usr/local /opt /opt/local ; do + if test -d "$_AX_BOOST_BASE_boost_path_tmp/include/boost" && test -r "$_AX_BOOST_BASE_boost_path_tmp/include/boost" ; then + for libsubdir in $search_libsubdirs ; do + if ls "$_AX_BOOST_BASE_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi + done + BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path_tmp/$libsubdir" + BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path_tmp/include" + break; + fi + done + +fi + + if test "x$_AX_BOOST_BASE_boost_lib_path" != "x"; then : + BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_lib_path" +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION)" >&5 +$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION)... " >&6; } + CPPFLAGS_SAVED="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" + export CPPFLAGS + + LDFLAGS_SAVED="$LDFLAGS" + LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" + export LDFLAGS + + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include + +int +main () +{ + +(void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < ($WANT_BOOST_VERSION))])); + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + succeeded=yes + found_system=yes + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + if test "x$succeeded" != "xyes" ; then + CPPFLAGS="$CPPFLAGS_SAVED" + LDFLAGS="$LDFLAGS_SAVED" + BOOST_CPPFLAGS= + if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then + BOOST_LDFLAGS= + fi + _version=0 + if test -n "$_AX_BOOST_BASE_boost_path" ; then + if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then + for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do + _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` + V_CHECK=`expr $_version_tmp \> $_version` + if test "x$V_CHECK" = "x1" ; then + _version=$_version_tmp + fi + VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` + BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE" + done + if test -z "$BOOST_CPPFLAGS"; then + if test -d "$_AX_BOOST_BASE_boost_path/boost" && test -r "$_AX_BOOST_BASE_boost_path/boost"; then + BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path" + fi + fi + if test -n "$BOOST_CPPFLAGS" && test -z "$BOOST_LDFLAGS"; then + for libsubdir in $libsubdirs ; do + if ls "$_AX_BOOST_BASE_boost_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi + done + BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$libsubdir" + fi + fi + else + if test "x$cross_compiling" != "xyes" ; then + for _AX_BOOST_BASE_boost_path in /usr /usr/local /opt /opt/local ; do + if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then + for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do + _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` + V_CHECK=`expr $_version_tmp \> $_version` + if test "x$V_CHECK" = "x1" ; then + _version=$_version_tmp + best_path=$_AX_BOOST_BASE_boost_path + fi + done + fi + done + + VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` + BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE" + if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then + for libsubdir in $libsubdirs ; do + if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi + done + BOOST_LDFLAGS="-L$best_path/$libsubdir" + fi + fi + + if test -n "$BOOST_ROOT" ; then + for libsubdir in $libsubdirs ; do + if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi + done + if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then + version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'` + stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'` + stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'` + V_CHECK=`expr $stage_version_shorten \>\= $_version` + if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5 +$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;} + BOOST_CPPFLAGS="-I$BOOST_ROOT" + BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir" + fi + fi + fi + fi + + CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" + export CPPFLAGS + LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" + export LDFLAGS + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include + +int +main () +{ + +(void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < ($WANT_BOOST_VERSION))])); + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + succeeded=yes + found_system=yes + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + fi + + if test "x$succeeded" != "xyes" ; then + if test "x$_version" = "x0" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: We could not detect the boost libraries (version or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation." >&5 +$as_echo "$as_me: We could not detect the boost libraries (version or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation." >&6;} + else + { $as_echo "$as_me:${as_lineno-$LINENO}: Your boost libraries seems to old (version $_version)." >&5 +$as_echo "$as_me: Your boost libraries seems to old (version $_version)." >&6;} + fi + # execute ACTION-IF-NOT-FOUND (if present): + : + else + +$as_echo "#define HAVE_BOOST /**/" >>confdefs.h + + # execute ACTION-IF-FOUND (if present): + : + fi + + CPPFLAGS="$CPPFLAGS_SAVED" + LDFLAGS="$LDFLAGS_SAVED" + + +fi + + + + + +# Check whether --with-boost-system was given. +if test "${with_boost_system+set}" = set; then : + withval=$with_boost_system; + if test "$withval" = "no"; then + want_boost="no" + elif test "$withval" = "yes"; then + want_boost="yes" + ax_boost_user_system_lib="" + else + want_boost="yes" + ax_boost_user_system_lib="$withval" + fi + +else + want_boost="yes" + +fi + + + if test "x$want_boost" = "xyes"; then + + + CPPFLAGS_SAVED="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" + export CPPFLAGS + + LDFLAGS_SAVED="$LDFLAGS" + LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" + export LDFLAGS + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::System library is available" >&5 +$as_echo_n "checking whether the Boost::System library is available... " >&6; } +if ${ax_cv_boost_system+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + CXXFLAGS_SAVE=$CXXFLAGS + CXXFLAGS= + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +boost::system::error_category *a = 0; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ax_cv_boost_system=yes +else + ax_cv_boost_system=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CXXFLAGS=$CXXFLAGS_SAVE + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_system" >&5 +$as_echo "$ax_cv_boost_system" >&6; } + if test "x$ax_cv_boost_system" = "xyes"; then + + + +$as_echo "#define HAVE_BOOST_SYSTEM /**/" >>confdefs.h + + BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'` + + LDFLAGS_SAVE=$LDFLAGS + if test "x$ax_boost_user_system_lib" = "x"; then + for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do + ax_lib=${libextension} + as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 +$as_echo_n "checking for exit in -l$ax_lib... " >&6; } +if eval \${$as_ac_Lib+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-l$ax_lib $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char exit (); +int +main () +{ +return exit (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$as_ac_Lib=yes" +else + eval "$as_ac_Lib=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +eval ac_res=\$$as_ac_Lib + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : + BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break +else + link_system="no" +fi + + done + if test "x$link_system" != "xyes"; then + for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do + ax_lib=${libextension} + as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 +$as_echo_n "checking for exit in -l$ax_lib... " >&6; } +if eval \${$as_ac_Lib+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-l$ax_lib $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char exit (); +int +main () +{ +return exit (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$as_ac_Lib=yes" +else + eval "$as_ac_Lib=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +eval ac_res=\$$as_ac_Lib + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : + BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break +else + link_system="no" +fi + + done + fi + + else + for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do + as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 +$as_echo_n "checking for exit in -l$ax_lib... " >&6; } +if eval \${$as_ac_Lib+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-l$ax_lib $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char exit (); +int +main () +{ +return exit (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$as_ac_Lib=yes" +else + eval "$as_ac_Lib=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +eval ac_res=\$$as_ac_Lib + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : + BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break +else + link_system="no" +fi + + done + + fi + if test "x$ax_lib" = "x"; then + as_fn_error $? "Could not find a version of the library!" "$LINENO" 5 + fi + if test "x$link_system" = "xno"; then + as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5 + fi + fi + + CPPFLAGS="$CPPFLAGS_SAVED" + LDFLAGS="$LDFLAGS_SAVED" + fi + + fi + + CB_GLIB2_CFLAGS="$GLIB2_CFLAGS" + CB_GLIB2_LIBS="$GLIB2_LIBS" + CB_GAMIN_CFLAGS="$GAMIN_CFLAGS" + CB_GAMIN_LIBS="$GAMIN_LIBS" + CB_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" + CB_HUNSPELL_LIBS="$HUNSPELL_LIBS" + CB_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" + CB_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" + WX_GTK_CFLAGS="$GTK_CFLAGS" + WX_GTK_LIBS="$GTK_LIBS" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 +$as_echo_n "checking for X... " >&6; } + + +# Check whether --with-x was given. +if test "${with_x+set}" = set; then : + withval=$with_x; +fi + +# $have_x is `yes', `no', `disabled', or empty when we do not yet know. +if test "x$with_x" = xno; then + # The user explicitly disabled X. + have_x=disabled +else + case $x_includes,$x_libraries in #( + *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( + *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : + $as_echo_n "(cached) " >&6 +else + # One or both of the vars are not set, and there is no cached value. +ac_x_includes=no ac_x_libraries=no +rm -f -r conftest.dir +if mkdir conftest.dir; then + cd conftest.dir + cat >Imakefile <<'_ACEOF' +incroot: + @echo incroot='${INCROOT}' +usrlibdir: + @echo usrlibdir='${USRLIBDIR}' +libdir: + @echo libdir='${LIBDIR}' +_ACEOF + if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then + # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. + for ac_var in incroot usrlibdir libdir; do + eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" + done + # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. + for ac_extension in a so sl dylib la dll; do + if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && + test -f "$ac_im_libdir/libX11.$ac_extension"; then + ac_im_usrlibdir=$ac_im_libdir; break + fi + done + # Screen out bogus values from the imake configuration. They are + # bogus both because they are the default anyway, and because + # using them would break gcc on systems where it needs fixed includes. + case $ac_im_incroot in + /usr/include) ac_x_includes= ;; + *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; + esac + case $ac_im_usrlibdir in + /usr/lib | /usr/lib64 | /lib | /lib64) ;; + *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; + esac + fi + cd .. + rm -f -r conftest.dir +fi + +# Standard set of common directories for X headers. +# Check X11 before X11Rn because it is often a symlink to the current release. +ac_x_header_dirs=' +/usr/X11/include +/usr/X11R7/include +/usr/X11R6/include +/usr/X11R5/include +/usr/X11R4/include + +/usr/include/X11 +/usr/include/X11R7 +/usr/include/X11R6 +/usr/include/X11R5 +/usr/include/X11R4 + +/usr/local/X11/include +/usr/local/X11R7/include +/usr/local/X11R6/include +/usr/local/X11R5/include +/usr/local/X11R4/include + +/usr/local/include/X11 +/usr/local/include/X11R7 +/usr/local/include/X11R6 +/usr/local/include/X11R5 +/usr/local/include/X11R4 + +/usr/X386/include +/usr/x386/include +/usr/XFree86/include/X11 + +/usr/include +/usr/local/include +/usr/unsupported/include +/usr/athena/include +/usr/local/x11r5/include +/usr/lpp/Xamples/include + +/usr/openwin/include +/usr/openwin/share/include' + +if test "$ac_x_includes" = no; then + # Guess where to find include files, by looking for Xlib.h. + # First, try using that file with no special directory specified. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # We can compile using X headers with no special include directory. +ac_x_includes= +else + for ac_dir in $ac_x_header_dirs; do + if test -r "$ac_dir/X11/Xlib.h"; then + ac_x_includes=$ac_dir + break + fi +done +fi +rm -f conftest.err conftest.i conftest.$ac_ext +fi # $ac_x_includes = no + +if test "$ac_x_libraries" = no; then + # Check for the libraries. + # See if we find them without any special options. + # Don't add to $LIBS permanently. + ac_save_LIBS=$LIBS + LIBS="-lX11 $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +XrmInitialize () + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + LIBS=$ac_save_LIBS +# We can link X programs with no special library path. +ac_x_libraries= +else + LIBS=$ac_save_LIBS +for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` +do + # Don't even attempt the hair of trying to link an X program! + for ac_extension in a so sl dylib la dll; do + if test -r "$ac_dir/libX11.$ac_extension"; then + ac_x_libraries=$ac_dir + break 2 + fi + done +done +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi # $ac_x_libraries = no + +case $ac_x_includes,$ac_x_libraries in #( + no,* | *,no | *\'*) + # Didn't find X, or a directory has "'" in its name. + ac_cv_have_x="have_x=no";; #( + *) + # Record where we found X for the cache. + ac_cv_have_x="have_x=yes\ + ac_x_includes='$ac_x_includes'\ + ac_x_libraries='$ac_x_libraries'" +esac +fi +;; #( + *) have_x=yes;; + esac + eval "$ac_cv_have_x" +fi # $with_x != no + +if test "$have_x" != yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 +$as_echo "$have_x" >&6; } + no_x=yes +else + # If each of the values was on the command line, it overrides each guess. + test "x$x_includes" = xNONE && x_includes=$ac_x_includes + test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries + # Update the cache value to reflect the command line values. + ac_cv_have_x="have_x=yes\ + ac_x_includes='$x_includes'\ + ac_x_libraries='$x_libraries'" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 +$as_echo "libraries $x_libraries, headers $x_includes" >&6; } +fi + +if test "$no_x" = yes; then + # Not all programs may use this symbol, but it does not hurt to define it. + +$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h + + X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= +else + if test -n "$x_includes"; then + X_CFLAGS="$X_CFLAGS -I$x_includes" + fi + + # It would also be nice to do this for all -L options, not just this one. + if test -n "$x_libraries"; then + X_LIBS="$X_LIBS -L$x_libraries" + # For Solaris; some versions of Sun CC require a space after -R and + # others require no space. Words are not sufficient . . . . + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 +$as_echo_n "checking whether -R must be followed by a space... " >&6; } + ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" + ac_xsave_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + X_LIBS="$X_LIBS -R$x_libraries" +else + LIBS="$ac_xsave_LIBS -R $x_libraries" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + X_LIBS="$X_LIBS -R $x_libraries" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 +$as_echo "neither works" >&6; } +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_c_werror_flag=$ac_xsave_c_werror_flag + LIBS=$ac_xsave_LIBS + fi + + # Check for system-dependent libraries X programs must link with. + # Do this before checking for the system-independent R6 libraries + # (-lICE), since we may need -lsocket or whatever for X linking. + + if test "$ISC" = yes; then + X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" + else + # Martyn Johnson says this is needed for Ultrix, if the X + # libraries were built with DECnet support. And Karl Berry says + # the Alpha needs dnet_stub (dnet does not exist). + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char XOpenDisplay (); +int +main () +{ +return XOpenDisplay (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } +if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldnet $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dnet_ntoa (); +int +main () +{ +return dnet_ntoa (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dnet_dnet_ntoa=yes +else + ac_cv_lib_dnet_dnet_ntoa=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" +fi + + if test $ac_cv_lib_dnet_dnet_ntoa = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } +if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldnet_stub $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dnet_ntoa (); +int +main () +{ +return dnet_ntoa (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dnet_stub_dnet_ntoa=yes +else + ac_cv_lib_dnet_stub_dnet_ntoa=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" +fi + + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$ac_xsave_LIBS" + + # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, + # to get the SysV transport functions. + # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) + # needs -lnsl. + # The nsl library prevents programs from opening the X display + # on Irix 5.2, according to T.E. Dickey. + # The functions gethostbyname, getservbyname, and inet_addr are + # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. + ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" +if test "x$ac_cv_func_gethostbyname" = xyes; then : + +fi + + if test $ac_cv_func_gethostbyname = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 +$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } +if ${ac_cv_lib_nsl_gethostbyname+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lnsl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_nsl_gethostbyname=yes +else + ac_cv_lib_nsl_gethostbyname=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 +$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } +if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" +fi + + if test $ac_cv_lib_nsl_gethostbyname = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 +$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } +if ${ac_cv_lib_bsd_gethostbyname+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lbsd $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_bsd_gethostbyname=yes +else + ac_cv_lib_bsd_gethostbyname=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 +$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } +if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" +fi + + fi + fi + + # lieder@skyler.mavd.honeywell.com says without -lsocket, + # socket/setsockopt and other routines are undefined under SCO ODT + # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary + # on later versions), says Simon Leinen: it contains gethostby* + # variants that don't use the name server (or something). -lsocket + # must be given before -lnsl if both are needed. We assume that + # if connect needs -lnsl, so does gethostbyname. + ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" +if test "x$ac_cv_func_connect" = xyes; then : + +fi + + if test $ac_cv_func_connect = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 +$as_echo_n "checking for connect in -lsocket... " >&6; } +if ${ac_cv_lib_socket_connect+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsocket $X_EXTRA_LIBS $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char connect (); +int +main () +{ +return connect (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_socket_connect=yes +else + ac_cv_lib_socket_connect=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 +$as_echo "$ac_cv_lib_socket_connect" >&6; } +if test "x$ac_cv_lib_socket_connect" = xyes; then : + X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" +fi + + fi + + # Guillermo Gomez says -lposix is necessary on A/UX. + ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" +if test "x$ac_cv_func_remove" = xyes; then : + +fi + + if test $ac_cv_func_remove = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 +$as_echo_n "checking for remove in -lposix... " >&6; } +if ${ac_cv_lib_posix_remove+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lposix $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char remove (); +int +main () +{ +return remove (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_posix_remove=yes +else + ac_cv_lib_posix_remove=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 +$as_echo "$ac_cv_lib_posix_remove" >&6; } +if test "x$ac_cv_lib_posix_remove" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" +fi + + fi + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. + ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" +if test "x$ac_cv_func_shmat" = xyes; then : + +fi + + if test $ac_cv_func_shmat = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 +$as_echo_n "checking for shmat in -lipc... " >&6; } +if ${ac_cv_lib_ipc_shmat+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lipc $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shmat (); +int +main () +{ +return shmat (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ipc_shmat=yes +else + ac_cv_lib_ipc_shmat=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 +$as_echo "$ac_cv_lib_ipc_shmat" >&6; } +if test "x$ac_cv_lib_ipc_shmat" = xyes; then : + X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" +fi + + fi + fi + + # Check for libraries that X11R6 Xt/Xaw programs need. + ac_save_LDFLAGS=$LDFLAGS + test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" + # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to + # check for ICE first), but we must link in the order -lSM -lICE or + # we get undefined symbols. So assume we have SM if we have ICE. + # These have to be linked with before -lX11, unlike the other + # libraries we check for below, so use a different variable. + # John Interrante, Karl Berry + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 +$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } +if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lICE $X_EXTRA_LIBS $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char IceConnectionNumber (); +int +main () +{ +return IceConnectionNumber (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ICE_IceConnectionNumber=yes +else + ac_cv_lib_ICE_IceConnectionNumber=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : + X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" +fi + + LDFLAGS=$ac_save_LDFLAGS + +fi + + WX_X11_CFLAGS="`echo $X_CFLAGS | sed 's/ -INONE//'`" + WX_X11_LIBS="`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`" + if test "$no_x" != yes; then + WX_X11_LIBS="$WX_X11_LIBS -lX11 $X_EXTRA_LIBS" + fi + ;; + *wx_msw*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxMSW" >&5 +$as_echo "wxMSW" >&6; } + ;; + *wx_mac*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxMac" >&5 +$as_echo "wxMac" >&6; } + # Extract the first word of "Rez", so it can be a program name with args. +set dummy Rez; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_REZ+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$REZ"; then + ac_cv_prog_REZ="$REZ" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_REZ="Rez" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez" +fi +fi +REZ=$ac_cv_prog_REZ +if test -n "$REZ"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5 +$as_echo "$REZ" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o" + # Extract the first word of "SetFile", so it can be a program name with args. +set dummy SetFile; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_SETFILE+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$SETFILE"; then + ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_SETFILE="SetFile" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" +fi +fi +SETFILE=$ac_cv_prog_SETFILE +if test -n "$SETFILE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5 +$as_echo "$SETFILE" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + MACSETFILE="\$(SETFILE)" + ;; + *wx_osx*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxOSX" >&5 +$as_echo "wxOSX" >&6; } + + if test "x$BUILD_SPELLCHECKER_TRUE" = "x" ; then + + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_HAVE_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$HAVE_PKG_CONFIG"; then + ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_HAVE_PKG_CONFIG="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no" +fi +fi +HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG +if test -n "$HAVE_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&5 +$as_echo "$HAVE_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + + if test "x$HAVE_PKG_CONFIG" = "xyes"; then + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5 +$as_echo_n "checking for HUNSPELL... " >&6; } + +if test -n "$HUNSPELL_CFLAGS"; then + pkg_cv_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 + ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$HUNSPELL_LIBS"; then + pkg_cv_HUNSPELL_LIBS="$HUNSPELL_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 + ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1` + else + HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$HUNSPELL_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (hunspell) were not met: + +$HUNSPELL_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables HUNSPELL_CFLAGS +and HUNSPELL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables HUNSPELL_CFLAGS +and HUNSPELL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS + HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi + fi + fi + CB_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" + CB_HUNSPELL_LIBS="$HUNSPELL_LIBS" + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: other" >&5 +$as_echo "other" >&6; } + ;; +esac + + + GCC_FULL_VERSION="" + GCC_MAJOR_VERSION="" + GCC_MINOR_VERSION="" + GCC_PATCH_VERSION="" + if test "x$GCC" = "xyes" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking gcc version" >&5 +$as_echo_n "checking gcc version... " >&6; } +if ${cb_cv_gcc_version+:} false; then : + $as_echo_n "(cached) " >&6 +else + + cb_cv_gcc_version="`$CC -dumpversion`" + if test "x$cb_cv_gcc_version" = "x"; then + cb_cv_gcc_version="" + fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cb_cv_gcc_version" >&5 +$as_echo "$cb_cv_gcc_version" >&6; } + GCC_FULL_VERSION=$cb_cv_gcc_version + GCC_MAJOR_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f1) + GCC_MINOR_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f2) + GCC_PATCH_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f3) + fi + + + + + + if test $GCC_MAJOR_VERSION -gt 4 -o $GCC_MAJOR_VERSION -eq 4 -a $GCC_MINOR_VERSION -ge 8; then + HAVE_GCC48_TRUE= + HAVE_GCC48_FALSE='#' +else + HAVE_GCC48_TRUE='#' + HAVE_GCC48_FALSE= +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets >= 2.9.0" >&5 +$as_echo_n "checking for wxWidgets >= 2.9.0... " >&6; } + if test $wx_config_major_version -gt 2 -o $wx_config_major_version -eq 2 -a $wx_config_minor_version -ge 9; then + HAVE_WX29_TRUE= + HAVE_WX29_FALSE='#' +else + HAVE_WX29_TRUE='#' + HAVE_WX29_FALSE= +fi + + +if test "x$HAVE_WX29_TRUE" = "x" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5 +$as_echo "yes (version $WX_VERSION)" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: (Re)setting libs for wxWidgets $WX_VERSION" >&5 +$as_echo "$as_me: (Re)setting libs for wxWidgets $WX_VERSION" >&6;} + WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs std,aui,propgrid,richtext` + WXPROPGRID_DIR= + WXPROPGRID_LIB= + WXPROPGRID_INCLUDE= + SCINTILLA_GTK_CFLAGS= + SCINTILLA_GTK_LIBS= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + WXPROPGRID_DIR=wxpropgrid + WXPROPGRID_LIB=wxpropgrid/libwxpropgrid.la + WXPROPGRID_INCLUDE=-I\$\(top_srcdir\)/src/sdk/wxpropgrid/include + + if test "x$HAVE_GCC48_TRUE" = "x" ; then + gcc48_flags="-Wno-unused-local-typedefs" + { $as_echo "$as_me:${as_lineno-$LINENO}: setting additional flags for gcc $GCC_FULL_VERSION: $gcc48_flags" >&5 +$as_echo "$as_me: setting additional flags for gcc $GCC_FULL_VERSION: $gcc48_flags" >&6;} + CXXFLAGS="$gcc48_flags $CXXFLAGS" + fi + SCINTILLA_GTK_CFLAGS="$WX_GTK_CFLAGS" + SCINTILLA_GTK_LIBS="$WX_GTK_LIBS" +fi + +if test "x$HAVE_SQUIRREL_TRUE" = "x" ; then + CB_SQUIRREL_CFLAGS="$SQUIRREL_CFLAGS" + CB_SQUIRREL_LIBS="$SQUIRREL_LIBS" +else + CB_SQUIRREL_CFLAGS="-I\$(top_srcdir)/src/include/scripting/include" + CB_SQUIRREL_LIBS="\$(top_builddir)/src/sdk/scripting/squirrel/libsquirrel.la \$(top_builddir)/src/sdk/scripting/sqstdlib/libsqstdlib.la" +fi + +if test "x$HAVE_TINYXML_TRUE" = "x" ; then + CB_TINYXML_CFLAGS="$TINYXML_CFLAGS" + CB_TINYXML_LIBS="$TINYXML_LIBS" +else + CB_TINYXML_CFLAGS="-I\$(top_srcdir)/src/include/tinyxml -DTIXML_USE_STL=YES" + CB_TINYXML_LIBS="\$(top_builddir)/src/base/tinyxml/libtinyxml.la" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + +PIC_FLAGS= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIC flags" >&5 +$as_echo_n "checking for PIC flags... " >&6; } +case `uname` in + Solaris) + if test "$GCC" = yes; then + PIC_CFLAGS="-fPIC" + else + PIC_CFLAGS="-KPIC" + fi + ;; + *) + PIC_CFLAGS="-fPIC" + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$PIC_CFLAGS -DPIC\"" >&5 +$as_echo "\"$PIC_CFLAGS -DPIC\"" >&6; } + +CFLAGS="$CFLAGS $PIC_CFLAGS -std=c90" +CPPFLAGS="$CPPFLAGS -DPIC $CB_TINYXML_CFLAGS" +CXXFLAGS="$CXXFLAGS $PIC_CFLAGS -fexceptions" +codeblocks_PCH_FLAGS="$PCH_FLAGS" + + + ax_cxx_compile_cxx11_required=true + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + ac_success=no + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5 +$as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; } +if ${ax_cv_cxx_compile_cxx11+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +// If the compiler admits that it is not ready for C++11, why torture it? +// Hopefully, this will speed up the test. + +#ifndef __cplusplus + +#error "This is not a C++ compiler" + +#elif __cplusplus < 201103L + +#error "This is not a C++11 compiler" + +#else + +namespace cxx11 +{ + + namespace test_static_assert + { + + template + struct check + { + static_assert(sizeof(int) <= sizeof(T), "not big enough"); + }; + + } + + namespace test_final_override + { + + struct Base + { + virtual void f() {} + }; + + struct Derived : public Base + { + virtual void f() override {} + }; + + } + + namespace test_double_right_angle_brackets + { + + template < typename T > + struct check {}; + + typedef check single_type; + typedef check> double_type; + typedef check>> triple_type; + typedef check>>> quadruple_type; + + } + + namespace test_decltype + { + + int + f() + { + int a = 1; + decltype(a) b = 2; + return a + b; + } + + } + + namespace test_type_deduction + { + + template < typename T1, typename T2 > + struct is_same + { + static const bool value = false; + }; + + template < typename T > + struct is_same + { + static const bool value = true; + }; + + template < typename T1, typename T2 > + auto + add(T1 a1, T2 a2) -> decltype(a1 + a2) + { + return a1 + a2; + } + + int + test(const int c, volatile int v) + { + static_assert(is_same::value == true, ""); + static_assert(is_same::value == false, ""); + static_assert(is_same::value == false, ""); + auto ac = c; + auto av = v; + auto sumi = ac + av + 'x'; + auto sumf = ac + av + 1.0; + static_assert(is_same::value == true, ""); + static_assert(is_same::value == true, ""); + static_assert(is_same::value == true, ""); + static_assert(is_same::value == false, ""); + static_assert(is_same::value == true, ""); + return (sumf > 0.0) ? sumi : add(c, v); + } + + } + + namespace test_noexcept + { + + int f() { return 0; } + int g() noexcept { return 0; } + + static_assert(noexcept(f()) == false, ""); + static_assert(noexcept(g()) == true, ""); + + } + + namespace test_constexpr + { + + template < typename CharT > + unsigned long constexpr + strlen_c_r(const CharT *const s, const unsigned long acc) noexcept + { + return *s ? strlen_c_r(s + 1, acc + 1) : acc; + } + + template < typename CharT > + unsigned long constexpr + strlen_c(const CharT *const s) noexcept + { + return strlen_c_r(s, 0UL); + } + + static_assert(strlen_c("") == 0UL, ""); + static_assert(strlen_c("1") == 1UL, ""); + static_assert(strlen_c("example") == 7UL, ""); + static_assert(strlen_c("another\0example") == 7UL, ""); + + } + + namespace test_rvalue_references + { + + template < int N > + struct answer + { + static constexpr int value = N; + }; + + answer<1> f(int&) { return answer<1>(); } + answer<2> f(const int&) { return answer<2>(); } + answer<3> f(int&&) { return answer<3>(); } + + void + test() + { + int i = 0; + const int c = 0; + static_assert(decltype(f(i))::value == 1, ""); + static_assert(decltype(f(c))::value == 2, ""); + static_assert(decltype(f(0))::value == 3, ""); + } + + } + + namespace test_uniform_initialization + { + + struct test + { + static const int zero {}; + static const int one {1}; + }; + + static_assert(test::zero == 0, ""); + static_assert(test::one == 1, ""); + + } + + namespace test_lambdas + { + + void + test1() + { + auto lambda1 = [](){}; + auto lambda2 = lambda1; + lambda1(); + lambda2(); + } + + int + test2() + { + auto a = [](int i, int j){ return i + j; }(1, 2); + auto b = []() -> int { return '0'; }(); + auto c = [=](){ return a + b; }(); + auto d = [&](){ return c; }(); + auto e = [a, &b](int x) mutable { + const auto identity = [](int y){ return y; }; + for (auto i = 0; i < a; ++i) + a += b--; + return x + identity(a + b); + }(0); + return a + b + c + d + e; + } + + int + test3() + { + const auto nullary = [](){ return 0; }; + const auto unary = [](int x){ return x; }; + using nullary_t = decltype(nullary); + using unary_t = decltype(unary); + const auto higher1st = [](nullary_t f){ return f(); }; + const auto higher2nd = [unary](nullary_t f1){ + return [unary, f1](unary_t f2){ return f2(unary(f1())); }; + }; + return higher1st(nullary) + higher2nd(nullary)(unary); + } + + } + + namespace test_variadic_templates + { + + template + struct sum; + + template + struct sum + { + static constexpr auto value = N0 + sum::value; + }; + + template <> + struct sum<> + { + static constexpr auto value = 0; + }; + + static_assert(sum<>::value == 0, ""); + static_assert(sum<1>::value == 1, ""); + static_assert(sum<23>::value == 23, ""); + static_assert(sum<1, 2>::value == 3, ""); + static_assert(sum<5, 5, 11>::value == 21, ""); + static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, ""); + + } + + // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae + // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function + // because of this. + namespace test_template_alias_sfinae + { + + struct foo {}; + + template + using member = typename T::member_type; + + template + void func(...) {} + + template + void func(member*) {} + + void test(); + + void test() { func(0); } + + } + +} // namespace cxx11 + +#endif // __cplusplus >= 201103L + + + +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ax_cv_cxx_compile_cxx11=yes +else + ax_cv_cxx_compile_cxx11=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5 +$as_echo "$ax_cv_cxx_compile_cxx11" >&6; } + if test x$ax_cv_cxx_compile_cxx11 = xyes; then + ac_success=yes + fi + + + + if test x$ac_success = xno; then + for switch in -std=c++11 -std=c++0x +std=c++11 "-h std=c++11"; do + cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5 +$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; } +if eval \${$cachevar+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_CXX="$CXX" + CXX="$CXX $switch" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +// If the compiler admits that it is not ready for C++11, why torture it? +// Hopefully, this will speed up the test. + +#ifndef __cplusplus + +#error "This is not a C++ compiler" + +#elif __cplusplus < 201103L + +#error "This is not a C++11 compiler" + +#else + +namespace cxx11 +{ + + namespace test_static_assert + { + + template + struct check + { + static_assert(sizeof(int) <= sizeof(T), "not big enough"); + }; + + } + + namespace test_final_override + { + + struct Base + { + virtual void f() {} + }; + + struct Derived : public Base + { + virtual void f() override {} + }; + + } + + namespace test_double_right_angle_brackets + { + + template < typename T > + struct check {}; + + typedef check single_type; + typedef check> double_type; + typedef check>> triple_type; + typedef check>>> quadruple_type; + + } + + namespace test_decltype + { + + int + f() + { + int a = 1; + decltype(a) b = 2; + return a + b; + } + + } + + namespace test_type_deduction + { + + template < typename T1, typename T2 > + struct is_same + { + static const bool value = false; + }; + + template < typename T > + struct is_same + { + static const bool value = true; + }; + + template < typename T1, typename T2 > + auto + add(T1 a1, T2 a2) -> decltype(a1 + a2) + { + return a1 + a2; + } + + int + test(const int c, volatile int v) + { + static_assert(is_same::value == true, ""); + static_assert(is_same::value == false, ""); + static_assert(is_same::value == false, ""); + auto ac = c; + auto av = v; + auto sumi = ac + av + 'x'; + auto sumf = ac + av + 1.0; + static_assert(is_same::value == true, ""); + static_assert(is_same::value == true, ""); + static_assert(is_same::value == true, ""); + static_assert(is_same::value == false, ""); + static_assert(is_same::value == true, ""); + return (sumf > 0.0) ? sumi : add(c, v); + } + + } + + namespace test_noexcept + { + + int f() { return 0; } + int g() noexcept { return 0; } + + static_assert(noexcept(f()) == false, ""); + static_assert(noexcept(g()) == true, ""); + + } + + namespace test_constexpr + { + + template < typename CharT > + unsigned long constexpr + strlen_c_r(const CharT *const s, const unsigned long acc) noexcept + { + return *s ? strlen_c_r(s + 1, acc + 1) : acc; + } + + template < typename CharT > + unsigned long constexpr + strlen_c(const CharT *const s) noexcept + { + return strlen_c_r(s, 0UL); + } + + static_assert(strlen_c("") == 0UL, ""); + static_assert(strlen_c("1") == 1UL, ""); + static_assert(strlen_c("example") == 7UL, ""); + static_assert(strlen_c("another\0example") == 7UL, ""); + + } + + namespace test_rvalue_references + { + + template < int N > + struct answer + { + static constexpr int value = N; + }; + + answer<1> f(int&) { return answer<1>(); } + answer<2> f(const int&) { return answer<2>(); } + answer<3> f(int&&) { return answer<3>(); } + + void + test() + { + int i = 0; + const int c = 0; + static_assert(decltype(f(i))::value == 1, ""); + static_assert(decltype(f(c))::value == 2, ""); + static_assert(decltype(f(0))::value == 3, ""); + } + + } + + namespace test_uniform_initialization + { + + struct test + { + static const int zero {}; + static const int one {1}; + }; + + static_assert(test::zero == 0, ""); + static_assert(test::one == 1, ""); + + } + + namespace test_lambdas + { + + void + test1() + { + auto lambda1 = [](){}; + auto lambda2 = lambda1; + lambda1(); + lambda2(); + } + + int + test2() + { + auto a = [](int i, int j){ return i + j; }(1, 2); + auto b = []() -> int { return '0'; }(); + auto c = [=](){ return a + b; }(); + auto d = [&](){ return c; }(); + auto e = [a, &b](int x) mutable { + const auto identity = [](int y){ return y; }; + for (auto i = 0; i < a; ++i) + a += b--; + return x + identity(a + b); + }(0); + return a + b + c + d + e; + } + + int + test3() + { + const auto nullary = [](){ return 0; }; + const auto unary = [](int x){ return x; }; + using nullary_t = decltype(nullary); + using unary_t = decltype(unary); + const auto higher1st = [](nullary_t f){ return f(); }; + const auto higher2nd = [unary](nullary_t f1){ + return [unary, f1](unary_t f2){ return f2(unary(f1())); }; + }; + return higher1st(nullary) + higher2nd(nullary)(unary); + } + + } + + namespace test_variadic_templates + { + + template + struct sum; + + template + struct sum + { + static constexpr auto value = N0 + sum::value; + }; + + template <> + struct sum<> + { + static constexpr auto value = 0; + }; + + static_assert(sum<>::value == 0, ""); + static_assert(sum<1>::value == 1, ""); + static_assert(sum<23>::value == 23, ""); + static_assert(sum<1, 2>::value == 3, ""); + static_assert(sum<5, 5, 11>::value == 21, ""); + static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, ""); + + } + + // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae + // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function + // because of this. + namespace test_template_alias_sfinae + { + + struct foo {}; + + template + using member = typename T::member_type; + + template + void func(...) {} + + template + void func(member*) {} + + void test(); + + void test() { func(0); } + + } + +} // namespace cxx11 + +#endif // __cplusplus >= 201103L + + + +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + eval $cachevar=yes +else + eval $cachevar=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CXX="$ac_save_CXX" +fi +eval ac_res=\$$cachevar + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + if eval test x\$$cachevar = xyes; then + CXX="$CXX $switch" + if test -n "$CXXCPP" ; then + CXXCPP="$CXXCPP $switch" + fi + ac_success=yes + break + fi + done + fi + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + if test x$ax_cxx_compile_cxx11_required = xtrue; then + if test x$ac_success = xno; then + as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5 + fi + fi + if test x$ac_success = xno; then + HAVE_CXX11=0 + { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5 +$as_echo "$as_me: No compiler with C++11 support was found" >&6;} + else + HAVE_CXX11=1 + +$as_echo "#define HAVE_CXX11 1" >>confdefs.h + + fi + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Code::Blocks..." >&5 +$as_echo "$as_me: Configuring Code::Blocks..." >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: SVN revision 17.12svn11256 (2017-12-28 10:44:41)" >&5 +$as_echo "$as_me: SVN revision 17.12svn11256 (2017-12-28 10:44:41)" >&6;} +REVISION=11256 + +DATE="2017-12-28 10:44:41" + + +if test "x${target_vendor}" = "xapple"; then + ac_config_files="$ac_config_files bundle.sh" + + ac_config_files="$ac_config_files codeblocks.plist" + +fi + +ac_config_files="$ac_config_files Makefile src/Makefile src/base/Makefile src/base/tinyxml/Makefile src/build_tools/Makefile src/build_tools/autorevision/Makefile src/include/autorevision.h src/include/Makefile src/include/scripting/Makefile src/include/scripting/bindings/Makefile src/include/scripting/include/Makefile src/include/scripting/sqplus/Makefile src/include/scripting/sqstdlib/Makefile src/include/scripting/squirrel/Makefile src/include/tinyxml/Makefile src/sdk/Makefile src/sdk/wxpropgrid/Makefile src/sdk/scripting/Makefile src/sdk/scripting/bindings/Makefile src/sdk/scripting/squirrel/Makefile src/sdk/scripting/sqstdlib/Makefile src/sdk/scripting/sqplus/Makefile src/sdk/wxscintilla/Makefile src/sdk/resources/Makefile src/sdk/resources/lexers/Makefile src/src/resources/Makefile src/src/resources/icons/Makefile src/src/resources/images/Makefile src/src/resources/images/16x16/Makefile src/src/resources/images/settings/Makefile src/src/Makefile src/plugins/Makefile src/plugins/astyle/Makefile src/plugins/astyle/resources/Makefile src/plugins/autosave/Makefile src/plugins/classwizard/Makefile src/plugins/classwizard/resources/Makefile src/plugins/codecompletion/Makefile src/plugins/codecompletion/resources/Makefile src/plugins/compilergcc/Makefile src/plugins/compilergcc/depslib/Makefile src/plugins/compilergcc/depslib/src/Makefile src/plugins/compilergcc/resources/Makefile src/plugins/debuggergdb/Makefile src/plugins/debuggergdb/resources/Makefile src/plugins/defaultmimehandler/Makefile src/plugins/defaultmimehandler/resources/Makefile src/plugins/openfileslist/Makefile src/plugins/occurrenceshighlighting/Makefile src/plugins/occurrenceshighlighting/resources/Makefile src/plugins/projectsimporter/Makefile src/plugins/projectsimporter/resources/Makefile src/plugins/scriptedwizard/Makefile src/plugins/scriptedwizard/resources/Makefile src/plugins/scriptedwizard/resources/arduino/Makefile src/plugins/scriptedwizard/resources/arm/Makefile src/plugins/scriptedwizard/resources/avr/Makefile src/plugins/scriptedwizard/resources/c_file/Makefile src/plugins/scriptedwizard/resources/console/Makefile src/plugins/scriptedwizard/resources/d/Makefile src/plugins/scriptedwizard/resources/directx/Makefile src/plugins/scriptedwizard/resources/dll/Makefile src/plugins/scriptedwizard/resources/d_source/Makefile src/plugins/scriptedwizard/resources/empty/Makefile src/plugins/scriptedwizard/resources/empty_file/Makefile src/plugins/scriptedwizard/resources/fltk/Makefile src/plugins/scriptedwizard/resources/fortran/Makefile src/plugins/scriptedwizard/resources/glfw/Makefile src/plugins/scriptedwizard/resources/glut/Makefile src/plugins/scriptedwizard/resources/gtk/Makefile src/plugins/scriptedwizard/resources/h_file/Makefile src/plugins/scriptedwizard/resources/irrlicht/Makefile src/plugins/scriptedwizard/resources/java/Makefile src/plugins/scriptedwizard/resources/lf/Makefile src/plugins/scriptedwizard/resources/matlab_csf/Makefile src/plugins/scriptedwizard/resources/mcs51/Makefile src/plugins/scriptedwizard/resources/msp430/Makefile src/plugins/scriptedwizard/resources/ogre/Makefile src/plugins/scriptedwizard/resources/opencv/Makefile src/plugins/scriptedwizard/resources/opengl/Makefile src/plugins/scriptedwizard/resources/plugins/Makefile src/plugins/scriptedwizard/resources/ppc/Makefile src/plugins/scriptedwizard/resources/qt4/Makefile src/plugins/scriptedwizard/resources/qt4dll/Makefile src/plugins/scriptedwizard/resources/qt5/Makefile src/plugins/scriptedwizard/resources/sdl/Makefile src/plugins/scriptedwizard/resources/sdl2/Makefile src/plugins/scriptedwizard/resources/sfml/Makefile src/plugins/scriptedwizard/resources/sharedlib/Makefile src/plugins/scriptedwizard/resources/smartwin/Makefile src/plugins/scriptedwizard/resources/staticlib/Makefile src/plugins/scriptedwizard/resources/stlport/Makefile src/plugins/scriptedwizard/resources/sys/Makefile src/plugins/scriptedwizard/resources/tricore/Makefile src/plugins/scriptedwizard/resources/win32gui/Makefile src/plugins/scriptedwizard/resources/wxwidgets/Makefile src/plugins/todo/Makefile src/plugins/todo/resources/Makefile src/plugins/abbreviations/Makefile src/plugins/abbreviations/resources/Makefile src/plugins/xpmanifest/Makefile src/plugins/contrib/Makefile src/plugins/contrib/appdata/Makefile src/plugins/contrib/AutoVersioning/Makefile src/plugins/contrib/BrowseTracker/Makefile src/plugins/contrib/byogames/Makefile src/plugins/contrib/Cccc/Makefile src/plugins/contrib/Cccc/resources/Makefile src/plugins/contrib/CppCheck/Makefile src/plugins/contrib/CppCheck/resources/Makefile src/plugins/contrib/cb_koders/Makefile src/plugins/contrib/codesnippets/Makefile src/plugins/contrib/codesnippets/resources/Makefile src/plugins/contrib/codestat/Makefile src/plugins/contrib/codestat/resources/Makefile src/plugins/contrib/copystrings/Makefile src/plugins/contrib/Cscope/Makefile src/plugins/contrib/devpak_plugin/Makefile src/plugins/contrib/devpak_plugin/bzip2/Makefile src/plugins/contrib/DoxyBlocks/Makefile src/plugins/contrib/DoxyBlocks/images/Makefile src/plugins/contrib/DoxyBlocks/images/16x16/Makefile src/plugins/contrib/dragscroll/Makefile src/plugins/contrib/EditorConfig/Makefile src/plugins/contrib/EditorTweaks/Makefile src/plugins/contrib/envvars/Makefile src/plugins/contrib/FileManager/Makefile src/plugins/contrib/headerfixup/Makefile src/plugins/contrib/help_plugin/Makefile src/plugins/contrib/help_plugin/bzip2/Makefile src/plugins/contrib/help_plugin/zlib/Makefile src/plugins/contrib/keybinder/Makefile src/plugins/contrib/NassiShneiderman/Makefile src/plugins/contrib/profiler/Makefile src/plugins/contrib/profiler/resources/Makefile src/plugins/contrib/ProjectOptionsManipulator/Makefile src/plugins/contrib/source_exporter/Makefile src/plugins/contrib/source_exporter/wxPdfDocument/Makefile src/plugins/contrib/SmartIndent/Makefile src/plugins/contrib/SpellChecker/Makefile src/plugins/contrib/SpellChecker/wxspellchecker/Makefile src/plugins/contrib/symtab/Makefile src/plugins/contrib/symtab/resources/Makefile src/plugins/contrib/regex_testbed/Makefile src/plugins/contrib/ReopenEditor/Makefile src/plugins/contrib/ThreadSearch/Makefile src/plugins/contrib/ThreadSearch/resources/Makefile src/plugins/contrib/ThreadSearch/resources/images/Makefile src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile src/plugins/contrib/ToolsPlus/Makefile src/plugins/contrib/ToolsPlus/Resources/Makefile src/plugins/contrib/Valgrind/Makefile src/plugins/contrib/Valgrind/resources/Makefile src/plugins/contrib/wxContribItems/Makefile src/plugins/contrib/wxContribItems/wxsmith-contrib.pc src/plugins/contrib/wxContribItems/cb_wxcontrib.pc src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc src/plugins/contrib/wxContribItems/cb_wximagepanel.pc src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc src/plugins/contrib/wxContribItems/cb_wxKWIC.pc src/plugins/contrib/wxContribItems/cb_wxtreelist.pc src/plugins/contrib/wxContribItems/cb_wxled.pc src/plugins/contrib/wxContribItems/cb_wxmathplot.pc src/plugins/contrib/wxContribItems/wxchart/Makefile src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile src/plugins/contrib/wxContribItems/wxImagePanel/Makefile src/plugins/contrib/wxContribItems/wxthings/Makefile src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile src/plugins/contrib/wxContribItems/KWIC/Makefile src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile src/plugins/contrib/wxContribItems/wxTreeList/Makefile src/plugins/contrib/wxContribItems/wxled/Makefile src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile src/plugins/contrib/wxContribItems/wxmathplot/Makefile src/plugins/contrib/wxSmith/Makefile src/plugins/contrib/wxSmith/wxsmith.pc src/plugins/contrib/wxSmith/plugin/Makefile src/plugins/contrib/wxSmith/properties/Makefile src/plugins/contrib/wxSmith/wxwidgets/Makefile src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile src/plugins/contrib/wxSmithContribItems/Makefile src/plugins/contrib/wxSmithAui/Makefile src/plugins/contrib/wxSmithAui/wxsmithaui.pc src/plugins/contrib/wxSmithDemo/Makefile src/plugins/contrib/wxSmithIExplore/Makefile src/plugins/contrib/wxSmithSTC/Makefile src/plugins/contrib/lib_finder/Makefile src/plugins/contrib/lib_finder/lib_finder/Makefile src/plugins/contrib/HexEditor/Makefile src/plugins/contrib/IncrementalSearch/Makefile src/plugins/contrib/MouseSap/Makefile src/mime/Makefile src/scripts/Makefile src/tools/Makefile src/tools/cb_share_config/Makefile src/tools/ConsoleRunner/Makefile src/tools/CBLauncher/Makefile src/templates/Makefile src/templates/common/Makefile src/templates/unix/Makefile src/templates/win32/Makefile src/wxsmith/Makefile codeblocks.pc codeblocks.spec.fedora codeblocks.spec" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then + as_fn_error $? "conditional \"LINUX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DARWIN_TRUE}" && test -z "${DARWIN_FALSE}"; then + as_fn_error $? "conditional \"DARWIN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${CODEBLOCKS_NT_TRUE}" && test -z "${CODEBLOCKS_NT_FALSE}"; then + as_fn_error $? "conditional \"CODEBLOCKS_NT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${CODEBLOCKS_LINUX_TRUE}" && test -z "${CODEBLOCKS_LINUX_FALSE}"; then + as_fn_error $? "conditional \"CODEBLOCKS_LINUX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${CODEBLOCKS_DARWIN_TRUE}" && test -z "${CODEBLOCKS_DARWIN_FALSE}"; then + as_fn_error $? "conditional \"CODEBLOCKS_DARWIN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then + as_fn_error $? "conditional \"HAVE_ZLIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_BZIP2_TRUE}" && test -z "${HAVE_BZIP2_FALSE}"; then + as_fn_error $? "conditional \"HAVE_BZIP2\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_ASTYLE_TRUE}" && test -z "${HAVE_ASTYLE_FALSE}"; then + as_fn_error $? "conditional \"HAVE_ASTYLE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_SQUIRREL_TRUE}" && test -z "${HAVE_SQUIRREL_FALSE}"; then + as_fn_error $? "conditional \"HAVE_SQUIRREL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_TINYXML_TRUE}" && test -z "${HAVE_TINYXML_FALSE}"; then + as_fn_error $? "conditional \"HAVE_TINYXML\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ASTYLE_TRUE}" && test -z "${BUILD_ASTYLE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ASTYLE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_AUTOSAVE_TRUE}" && test -z "${BUILD_AUTOSAVE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_AUTOSAVE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CLASSWIZARD_TRUE}" && test -z "${BUILD_CLASSWIZARD_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CLASSWIZARD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODECOMPLETION_TRUE}" && test -z "${BUILD_CODECOMPLETION_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODECOMPLETION\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_COMPILER_TRUE}" && test -z "${BUILD_COMPILER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_COMPILER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DEBUGGER_TRUE}" && test -z "${BUILD_DEBUGGER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DEBUGGER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MIMEHANDLER_TRUE}" && test -z "${BUILD_MIMEHANDLER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MIMEHANDLER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_OPENFILESLIST_TRUE}" && test -z "${BUILD_OPENFILESLIST_FALSE}"; then + as_fn_error $? "conditional \"BUILD_OPENFILESLIST\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_OCCURRENCESHIGHLIGHTING_TRUE}" && test -z "${BUILD_OCCURRENCESHIGHLIGHTING_FALSE}"; then + as_fn_error $? "conditional \"BUILD_OCCURRENCESHIGHLIGHTING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROJECTSIMPORTER_TRUE}" && test -z "${BUILD_PROJECTSIMPORTER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROJECTSIMPORTER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SCRIPTEDWIZARD_TRUE}" && test -z "${BUILD_SCRIPTEDWIZARD_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SCRIPTEDWIZARD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_TODO_TRUE}" && test -z "${BUILD_TODO_FALSE}"; then + as_fn_error $? "conditional \"BUILD_TODO\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ABBREVIATIONS_TRUE}" && test -z "${BUILD_ABBREVIATIONS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ABBREVIATIONS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${KEEP_DLLS_TRUE}" && test -z "${KEEP_DLLS_FALSE}"; then + as_fn_error $? "conditional \"KEEP_DLLS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ENABLE_FORTRAN_TRUE}" && test -z "${ENABLE_FORTRAN_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_FORTRAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GTK_NOTEBOOK_TRUE}" && test -z "${GTK_NOTEBOOK_FALSE}"; then + as_fn_error $? "conditional \"GTK_NOTEBOOK\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MANIFEST_TRUE}" && test -z "${BUILD_MANIFEST_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MANIFEST\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MANIFEST_TRUE}" && test -z "${BUILD_MANIFEST_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MANIFEST\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then + as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HELP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then + as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then + as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then + as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HELP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then + as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then + as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then + as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HELP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then + as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then + as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then + as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then + as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then + as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HELP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then + as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then + as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then + as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then + as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then + as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then + as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then + as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then + as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${PRECOMPILE_HEADERS_TRUE}" && test -z "${PRECOMPILE_HEADERS_FALSE}"; then + as_fn_error $? "conditional \"PRECOMPILE_HEADERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${PRECOMPILE_HEADERS_TRUE}" && test -z "${PRECOMPILE_HEADERS_FALSE}"; then + as_fn_error $? "conditional \"PRECOMPILE_HEADERS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_GCC48_TRUE}" && test -z "${HAVE_GCC48_FALSE}"; then + as_fn_error $? "conditional \"HAVE_GCC48\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_WX29_TRUE}" && test -z "${HAVE_WX29_FALSE}"; then + as_fn_error $? "conditional \"HAVE_WX29\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by codeblocks $as_me 17.12svn11256, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +codeblocks config.status 17.12svn11256 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' +predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' +postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' +predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' +postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' +LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' +reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' +reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' +GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' +inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' +link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' +always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' +exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' +predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' +postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' +predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' +postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +AR_FLAGS \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +nm_file_list_spec \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib \ +compiler_lib_search_dirs \ +predep_objects \ +postdep_objects \ +predeps \ +postdeps \ +compiler_lib_search_path \ +LD_CXX \ +reload_flag_CXX \ +compiler_CXX \ +lt_prog_compiler_no_builtin_flag_CXX \ +lt_prog_compiler_pic_CXX \ +lt_prog_compiler_wl_CXX \ +lt_prog_compiler_static_CXX \ +lt_cv_prog_compiler_c_o_CXX \ +export_dynamic_flag_spec_CXX \ +whole_archive_flag_spec_CXX \ +compiler_needs_object_CXX \ +with_gnu_ld_CXX \ +allow_undefined_flag_CXX \ +no_undefined_flag_CXX \ +hardcode_libdir_flag_spec_CXX \ +hardcode_libdir_separator_CXX \ +exclude_expsyms_CXX \ +include_expsyms_CXX \ +file_list_spec_CXX \ +compiler_lib_search_dirs_CXX \ +predep_objects_CXX \ +postdep_objects_CXX \ +predeps_CXX \ +postdeps_CXX \ +compiler_lib_search_path_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +sys_lib_dlsearch_path_spec \ +reload_cmds_CXX \ +old_archive_cmds_CXX \ +old_archive_from_new_cmds_CXX \ +old_archive_from_expsyms_cmds_CXX \ +archive_cmds_CXX \ +archive_expsym_cmds_CXX \ +module_cmds_CXX \ +module_expsym_cmds_CXX \ +export_symbols_cmds_CXX \ +prelink_cmds_CXX \ +postlink_cmds_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' +xsi_shell='$xsi_shell' +lt_shell_append='$lt_shell_append' + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile' + + + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "src/include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/include/config.h" ;; + "bundle.sh") CONFIG_FILES="$CONFIG_FILES bundle.sh" ;; + "codeblocks.plist") CONFIG_FILES="$CONFIG_FILES codeblocks.plist" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/base/Makefile") CONFIG_FILES="$CONFIG_FILES src/base/Makefile" ;; + "src/base/tinyxml/Makefile") CONFIG_FILES="$CONFIG_FILES src/base/tinyxml/Makefile" ;; + "src/build_tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/build_tools/Makefile" ;; + "src/build_tools/autorevision/Makefile") CONFIG_FILES="$CONFIG_FILES src/build_tools/autorevision/Makefile" ;; + "src/include/autorevision.h") CONFIG_FILES="$CONFIG_FILES src/include/autorevision.h" ;; + "src/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;; + "src/include/scripting/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/Makefile" ;; + "src/include/scripting/bindings/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/bindings/Makefile" ;; + "src/include/scripting/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/include/Makefile" ;; + "src/include/scripting/sqplus/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/sqplus/Makefile" ;; + "src/include/scripting/sqstdlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/sqstdlib/Makefile" ;; + "src/include/scripting/squirrel/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/squirrel/Makefile" ;; + "src/include/tinyxml/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/tinyxml/Makefile" ;; + "src/sdk/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/Makefile" ;; + "src/sdk/wxpropgrid/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/wxpropgrid/Makefile" ;; + "src/sdk/scripting/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/Makefile" ;; + "src/sdk/scripting/bindings/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/bindings/Makefile" ;; + "src/sdk/scripting/squirrel/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/squirrel/Makefile" ;; + "src/sdk/scripting/sqstdlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/sqstdlib/Makefile" ;; + "src/sdk/scripting/sqplus/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/sqplus/Makefile" ;; + "src/sdk/wxscintilla/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/wxscintilla/Makefile" ;; + "src/sdk/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/resources/Makefile" ;; + "src/sdk/resources/lexers/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/resources/lexers/Makefile" ;; + "src/src/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/Makefile" ;; + "src/src/resources/icons/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/icons/Makefile" ;; + "src/src/resources/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/Makefile" ;; + "src/src/resources/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/16x16/Makefile" ;; + "src/src/resources/images/settings/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/settings/Makefile" ;; + "src/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/Makefile" ;; + "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;; + "src/plugins/astyle/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/astyle/Makefile" ;; + "src/plugins/astyle/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/astyle/resources/Makefile" ;; + "src/plugins/autosave/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/autosave/Makefile" ;; + "src/plugins/classwizard/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/classwizard/Makefile" ;; + "src/plugins/classwizard/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/classwizard/resources/Makefile" ;; + "src/plugins/codecompletion/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/codecompletion/Makefile" ;; + "src/plugins/codecompletion/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/codecompletion/resources/Makefile" ;; + "src/plugins/compilergcc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/Makefile" ;; + "src/plugins/compilergcc/depslib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/depslib/Makefile" ;; + "src/plugins/compilergcc/depslib/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/depslib/src/Makefile" ;; + "src/plugins/compilergcc/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/resources/Makefile" ;; + "src/plugins/debuggergdb/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/debuggergdb/Makefile" ;; + "src/plugins/debuggergdb/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/debuggergdb/resources/Makefile" ;; + "src/plugins/defaultmimehandler/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/defaultmimehandler/Makefile" ;; + "src/plugins/defaultmimehandler/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/defaultmimehandler/resources/Makefile" ;; + "src/plugins/openfileslist/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/openfileslist/Makefile" ;; + "src/plugins/occurrenceshighlighting/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/occurrenceshighlighting/Makefile" ;; + "src/plugins/occurrenceshighlighting/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/occurrenceshighlighting/resources/Makefile" ;; + "src/plugins/projectsimporter/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/projectsimporter/Makefile" ;; + "src/plugins/projectsimporter/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/projectsimporter/resources/Makefile" ;; + "src/plugins/scriptedwizard/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/Makefile" ;; + "src/plugins/scriptedwizard/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/Makefile" ;; + "src/plugins/scriptedwizard/resources/arduino/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/arduino/Makefile" ;; + "src/plugins/scriptedwizard/resources/arm/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/arm/Makefile" ;; + "src/plugins/scriptedwizard/resources/avr/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/avr/Makefile" ;; + "src/plugins/scriptedwizard/resources/c_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/c_file/Makefile" ;; + "src/plugins/scriptedwizard/resources/console/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/console/Makefile" ;; + "src/plugins/scriptedwizard/resources/d/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/d/Makefile" ;; + "src/plugins/scriptedwizard/resources/directx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/directx/Makefile" ;; + "src/plugins/scriptedwizard/resources/dll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/dll/Makefile" ;; + "src/plugins/scriptedwizard/resources/d_source/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/d_source/Makefile" ;; + "src/plugins/scriptedwizard/resources/empty/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/empty/Makefile" ;; + "src/plugins/scriptedwizard/resources/empty_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/empty_file/Makefile" ;; + "src/plugins/scriptedwizard/resources/fltk/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/fltk/Makefile" ;; + "src/plugins/scriptedwizard/resources/fortran/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/fortran/Makefile" ;; + "src/plugins/scriptedwizard/resources/glfw/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/glfw/Makefile" ;; + "src/plugins/scriptedwizard/resources/glut/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/glut/Makefile" ;; + "src/plugins/scriptedwizard/resources/gtk/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/gtk/Makefile" ;; + "src/plugins/scriptedwizard/resources/h_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/h_file/Makefile" ;; + "src/plugins/scriptedwizard/resources/irrlicht/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/irrlicht/Makefile" ;; + "src/plugins/scriptedwizard/resources/java/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/java/Makefile" ;; + "src/plugins/scriptedwizard/resources/lf/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/lf/Makefile" ;; + "src/plugins/scriptedwizard/resources/matlab_csf/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/matlab_csf/Makefile" ;; + "src/plugins/scriptedwizard/resources/mcs51/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/mcs51/Makefile" ;; + "src/plugins/scriptedwizard/resources/msp430/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/msp430/Makefile" ;; + "src/plugins/scriptedwizard/resources/ogre/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/ogre/Makefile" ;; + "src/plugins/scriptedwizard/resources/opencv/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/opencv/Makefile" ;; + "src/plugins/scriptedwizard/resources/opengl/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/opengl/Makefile" ;; + "src/plugins/scriptedwizard/resources/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/plugins/Makefile" ;; + "src/plugins/scriptedwizard/resources/ppc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/ppc/Makefile" ;; + "src/plugins/scriptedwizard/resources/qt4/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt4/Makefile" ;; + "src/plugins/scriptedwizard/resources/qt4dll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt4dll/Makefile" ;; + "src/plugins/scriptedwizard/resources/qt5/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt5/Makefile" ;; + "src/plugins/scriptedwizard/resources/sdl/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sdl/Makefile" ;; + "src/plugins/scriptedwizard/resources/sdl2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sdl2/Makefile" ;; + "src/plugins/scriptedwizard/resources/sfml/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sfml/Makefile" ;; + "src/plugins/scriptedwizard/resources/sharedlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sharedlib/Makefile" ;; + "src/plugins/scriptedwizard/resources/smartwin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/smartwin/Makefile" ;; + "src/plugins/scriptedwizard/resources/staticlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/staticlib/Makefile" ;; + "src/plugins/scriptedwizard/resources/stlport/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/stlport/Makefile" ;; + "src/plugins/scriptedwizard/resources/sys/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sys/Makefile" ;; + "src/plugins/scriptedwizard/resources/tricore/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/tricore/Makefile" ;; + "src/plugins/scriptedwizard/resources/win32gui/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/win32gui/Makefile" ;; + "src/plugins/scriptedwizard/resources/wxwidgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/wxwidgets/Makefile" ;; + "src/plugins/todo/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/todo/Makefile" ;; + "src/plugins/todo/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/todo/resources/Makefile" ;; + "src/plugins/abbreviations/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/abbreviations/Makefile" ;; + "src/plugins/abbreviations/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/abbreviations/resources/Makefile" ;; + "src/plugins/xpmanifest/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/xpmanifest/Makefile" ;; + "src/plugins/contrib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Makefile" ;; + "src/plugins/contrib/appdata/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/appdata/Makefile" ;; + "src/plugins/contrib/AutoVersioning/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/AutoVersioning/Makefile" ;; + "src/plugins/contrib/BrowseTracker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/BrowseTracker/Makefile" ;; + "src/plugins/contrib/byogames/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/byogames/Makefile" ;; + "src/plugins/contrib/Cccc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cccc/Makefile" ;; + "src/plugins/contrib/Cccc/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cccc/resources/Makefile" ;; + "src/plugins/contrib/CppCheck/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/CppCheck/Makefile" ;; + "src/plugins/contrib/CppCheck/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/CppCheck/resources/Makefile" ;; + "src/plugins/contrib/cb_koders/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/cb_koders/Makefile" ;; + "src/plugins/contrib/codesnippets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codesnippets/Makefile" ;; + "src/plugins/contrib/codesnippets/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codesnippets/resources/Makefile" ;; + "src/plugins/contrib/codestat/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codestat/Makefile" ;; + "src/plugins/contrib/codestat/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codestat/resources/Makefile" ;; + "src/plugins/contrib/copystrings/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/copystrings/Makefile" ;; + "src/plugins/contrib/Cscope/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cscope/Makefile" ;; + "src/plugins/contrib/devpak_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/devpak_plugin/Makefile" ;; + "src/plugins/contrib/devpak_plugin/bzip2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/devpak_plugin/bzip2/Makefile" ;; + "src/plugins/contrib/DoxyBlocks/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/Makefile" ;; + "src/plugins/contrib/DoxyBlocks/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/images/Makefile" ;; + "src/plugins/contrib/DoxyBlocks/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/images/16x16/Makefile" ;; + "src/plugins/contrib/dragscroll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/dragscroll/Makefile" ;; + "src/plugins/contrib/EditorConfig/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/EditorConfig/Makefile" ;; + "src/plugins/contrib/EditorTweaks/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/EditorTweaks/Makefile" ;; + "src/plugins/contrib/envvars/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/envvars/Makefile" ;; + "src/plugins/contrib/FileManager/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/FileManager/Makefile" ;; + "src/plugins/contrib/headerfixup/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/headerfixup/Makefile" ;; + "src/plugins/contrib/help_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/Makefile" ;; + "src/plugins/contrib/help_plugin/bzip2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/bzip2/Makefile" ;; + "src/plugins/contrib/help_plugin/zlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/zlib/Makefile" ;; + "src/plugins/contrib/keybinder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/keybinder/Makefile" ;; + "src/plugins/contrib/NassiShneiderman/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/NassiShneiderman/Makefile" ;; + "src/plugins/contrib/profiler/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/profiler/Makefile" ;; + "src/plugins/contrib/profiler/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/profiler/resources/Makefile" ;; + "src/plugins/contrib/ProjectOptionsManipulator/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ProjectOptionsManipulator/Makefile" ;; + "src/plugins/contrib/source_exporter/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/source_exporter/Makefile" ;; + "src/plugins/contrib/source_exporter/wxPdfDocument/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/source_exporter/wxPdfDocument/Makefile" ;; + "src/plugins/contrib/SmartIndent/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SmartIndent/Makefile" ;; + "src/plugins/contrib/SpellChecker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SpellChecker/Makefile" ;; + "src/plugins/contrib/SpellChecker/wxspellchecker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SpellChecker/wxspellchecker/Makefile" ;; + "src/plugins/contrib/symtab/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/symtab/Makefile" ;; + "src/plugins/contrib/symtab/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/symtab/resources/Makefile" ;; + "src/plugins/contrib/regex_testbed/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/regex_testbed/Makefile" ;; + "src/plugins/contrib/ReopenEditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ReopenEditor/Makefile" ;; + "src/plugins/contrib/ThreadSearch/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/Makefile" ;; + "src/plugins/contrib/ThreadSearch/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/Makefile" ;; + "src/plugins/contrib/ThreadSearch/resources/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/Makefile" ;; + "src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile" ;; + "src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile" ;; + "src/plugins/contrib/ToolsPlus/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ToolsPlus/Makefile" ;; + "src/plugins/contrib/ToolsPlus/Resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ToolsPlus/Resources/Makefile" ;; + "src/plugins/contrib/Valgrind/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Valgrind/Makefile" ;; + "src/plugins/contrib/Valgrind/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Valgrind/resources/Makefile" ;; + "src/plugins/contrib/wxContribItems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxsmith-contrib.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxsmith-contrib.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxcontrib.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxcontrib.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wximagepanel.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wximagepanel.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxKWIC.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxKWIC.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxtreelist.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxtreelist.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxled.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxled.pc" ;; + "src/plugins/contrib/wxContribItems/cb_wxmathplot.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxmathplot.pc" ;; + "src/plugins/contrib/wxContribItems/wxchart/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxchart/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxImagePanel/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxImagePanel/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxthings/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxthings/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile" ;; + "src/plugins/contrib/wxContribItems/KWIC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/Makefile" ;; + "src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile" ;; + "src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxTreeList/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxTreeList/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile" ;; + "src/plugins/contrib/wxContribItems/wxmathplot/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxmathplot/Makefile" ;; + "src/plugins/contrib/wxSmith/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/Makefile" ;; + "src/plugins/contrib/wxSmith/wxsmith.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxsmith.pc" ;; + "src/plugins/contrib/wxSmith/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/plugin/Makefile" ;; + "src/plugins/contrib/wxSmith/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/properties/Makefile" ;; + "src/plugins/contrib/wxSmith/wxwidgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/Makefile" ;; + "src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile" ;; + "src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile" ;; + "src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile" ;; + "src/plugins/contrib/wxSmithContribItems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithContribItems/Makefile" ;; + "src/plugins/contrib/wxSmithAui/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithAui/Makefile" ;; + "src/plugins/contrib/wxSmithAui/wxsmithaui.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithAui/wxsmithaui.pc" ;; + "src/plugins/contrib/wxSmithDemo/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithDemo/Makefile" ;; + "src/plugins/contrib/wxSmithIExplore/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithIExplore/Makefile" ;; + "src/plugins/contrib/wxSmithSTC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithSTC/Makefile" ;; + "src/plugins/contrib/lib_finder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/lib_finder/Makefile" ;; + "src/plugins/contrib/lib_finder/lib_finder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/lib_finder/lib_finder/Makefile" ;; + "src/plugins/contrib/HexEditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/HexEditor/Makefile" ;; + "src/plugins/contrib/IncrementalSearch/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/IncrementalSearch/Makefile" ;; + "src/plugins/contrib/MouseSap/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/MouseSap/Makefile" ;; + "src/mime/Makefile") CONFIG_FILES="$CONFIG_FILES src/mime/Makefile" ;; + "src/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES src/scripts/Makefile" ;; + "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;; + "src/tools/cb_share_config/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/cb_share_config/Makefile" ;; + "src/tools/ConsoleRunner/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/ConsoleRunner/Makefile" ;; + "src/tools/CBLauncher/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/CBLauncher/Makefile" ;; + "src/templates/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/Makefile" ;; + "src/templates/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/common/Makefile" ;; + "src/templates/unix/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/unix/Makefile" ;; + "src/templates/win32/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/win32/Makefile" ;; + "src/wxsmith/Makefile") CONFIG_FILES="$CONFIG_FILES src/wxsmith/Makefile" ;; + "codeblocks.pc") CONFIG_FILES="$CONFIG_FILES codeblocks.pc" ;; + "codeblocks.spec.fedora") CONFIG_FILES="$CONFIG_FILES codeblocks.spec.fedora" ;; + "codeblocks.spec") CONFIG_FILES="$CONFIG_FILES codeblocks.spec" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="CXX " + +# ### BEGIN LIBTOOL CONFIG + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive. +AR_FLAGS=$lt_AR_FLAGS + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot=$lt_sysroot + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects +postdep_objects=$lt_postdep_objects +predeps=$lt_predeps +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + +ltmain="$ac_aux_dir/ltmain.sh" + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + if test x"$xsi_shell" = xyes; then + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ +func_dirname ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_basename ()$/,/^} # func_basename /c\ +func_basename ()\ +{\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ +func_dirname_and_basename ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ +func_stripname ()\ +{\ +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ +\ # positional parameters, so assign one to ordinary parameter first.\ +\ func_stripname_result=${3}\ +\ func_stripname_result=${func_stripname_result#"${1}"}\ +\ func_stripname_result=${func_stripname_result%"${2}"}\ +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ +func_split_long_opt ()\ +{\ +\ func_split_long_opt_name=${1%%=*}\ +\ func_split_long_opt_arg=${1#*=}\ +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ +func_split_short_opt ()\ +{\ +\ func_split_short_opt_arg=${1#??}\ +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ +func_lo2o ()\ +{\ +\ case ${1} in\ +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ +\ *) func_lo2o_result=${1} ;;\ +\ esac\ +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_xform ()$/,/^} # func_xform /c\ +func_xform ()\ +{\ + func_xform_result=${1%.*}.lo\ +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_arith ()$/,/^} # func_arith /c\ +func_arith ()\ +{\ + func_arith_result=$(( $* ))\ +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_len ()$/,/^} # func_len /c\ +func_len ()\ +{\ + func_len_result=${#1}\ +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + +fi + +if test x"$lt_shell_append" = xyes; then + sed -e '/^func_append ()$/,/^} # func_append /c\ +func_append ()\ +{\ + eval "${1}+=\\${2}"\ +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ +func_append_quoted ()\ +{\ +\ func_quote_for_eval "${2}"\ +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} +fi + + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + + cat <<_LT_EOF >> "$ofile" + +# ### BEGIN LIBTOOL TAG CONFIG: CXX + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds_CXX + +# A language specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU compiler? +with_gcc=$GCC_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object_CXX + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld_CXX + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute_CXX + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath_CXX + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds_CXX + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds_CXX + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec_CXX + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects_CXX +postdep_objects=$lt_postdep_objects_CXX +predeps=$lt_predeps_CXX +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# ### END LIBTOOL TAG CONFIG: CXX +_LT_EOF + + ;; + "bundle.sh":F) chmod +x bundle.sh ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + +echo +echo +echo "*************************************************" +echo "* Code::Blocks source tree has been configured. *" +echo "*************************************************" +echo +echo "You can now build Code::Blocks by issuing 'make'". +echo "When the build is complete, become root and install" +echo "it by issuing 'make install'". +echo +echo " CFLAGS: ${CFLAGS}" +echo " CXXFLAGS: ${CXXFLAGS}" +echo " CPPFLAGS: ${CPPFLAGS}" +echo " LDFLAGS: ${LDFLAGS}" +echo " CXX: ${CXX}" +echo " CC: ${CC}" +echo diff -Nru codeblocks-16.01svn11246/debian/changelog codeblocks-17.12/debian/changelog --- codeblocks-16.01svn11246/debian/changelog 2017-12-10 09:31:35.000000000 +0000 +++ codeblocks-17.12/debian/changelog 2018-01-02 14:59:21.000000000 +0000 @@ -1,3 +1,10 @@ +codeblocks (17.12-0ubuntu2~xenial) xenial; urgency=low + + Release 17.12. + (http://forums.codeblocks.org/index.php/topic,22345.0.html) + + -- pasgui (lgp203.free.fr) Tue, 02 Jan 2018 15:59:21 +0100 + codeblocks (16.01svn11246-0ubuntu2~xenial) xenial; urgency=low The 09 December 2017 build (11246) diff -Nru codeblocks-16.01svn11246/debian/get-orig-source codeblocks-17.12/debian/get-orig-source --- codeblocks-16.01svn11246/debian/get-orig-source 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/debian/get-orig-source 2017-12-28 11:01:34.000000000 +0000 @@ -5,8 +5,8 @@ # It is copied from ubuntus codeblocks-package. # Some variables to make maintaining this script easier -CODEBLOCKS_VERSION="16.01-1" -CODEBLOCKS_URL_DIR="http://download.berlios.de/codeblocks" +CODEBLOCKS_VERSION="17.12-1" +CODEBLOCKS_URL_DIR="https://sourceforge.net/projects/codeblocks/files/Sources/17.12/" CODEBLOCKS_TARBALL="codeblocks_${CODEBLOCKS_VERSION}.tar.gz" CODEBLOCKS_TARBALL_CHECKSUM="4b450f620d9f1875ecf6882ab3c11402" diff -Nru codeblocks-16.01svn11246/debian/get-orig-source-from-svn codeblocks-17.12/debian/get-orig-source-from-svn --- codeblocks-16.01svn11246/debian/get-orig-source-from-svn 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/debian/get-orig-source-from-svn 2017-12-28 11:01:34.000000000 +0000 @@ -7,16 +7,16 @@ # subversion archive. # Some variables to make maintaining this script easier -CODEBLOCKS_BASE_VERSION="16.01svn" +CODEBLOCKS_BASE_VERSION="17.12svn" CODEBLOCKS_SVN_URL="http://svn.code.sf.net/p/codeblocks/code/trunk" CODEBLOCKS_LOCAL_DIR="../codeblocks-$CODEBLOCKS_BASE_VERSION-download/codeblocks-$CODEBLOCKS_BASE_VERSION" OLD_DIR=`pwd` -USAGE='This script is used to generate the orig tarball used in building -Debian packages from codeblocks svn (HEAD). -Usage: get-orig-source-from-svn [OPTION] - - -h, --help Display this help message. +USAGE='This script is used to generate the orig tarball used in building +Debian packages from codeblocks svn (HEAD). +Usage: get-orig-source-from-svn [OPTION] + + -h, --help Display this help message. --remove-upstream-dir Remove downloaded files. ' diff -Nru codeblocks-16.01svn11246/debian/patches/bootstrap.diff codeblocks-17.12/debian/patches/bootstrap.diff --- codeblocks-16.01svn11246/debian/patches/bootstrap.diff 2017-12-10 09:32:03.000000000 +0000 +++ codeblocks-17.12/debian/patches/bootstrap.diff 1970-01-01 00:00:00.000000000 +0000 @@ -1,213277 +0,0 @@ ---- /dev/null -+++ codeblocks-16.01svn11246/Makefile.in -@@ -0,0 +1,1113 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = . -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ -+ $(am__configure_deps) $(dist_appdata_DATA) \ -+ $(am__dist_osxbundle_DATA_DIST) \ -+ $(am__dist_osxbundle_icons_DATA_DIST) $(am__DIST_COMMON) -+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ -+ configure.lineno config.status.lineno -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = bundle.sh codeblocks.plist codeblocks.pc \ -+ codeblocks.spec.fedora codeblocks.spec -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(appdatadir)" \ -+ "$(DESTDIR)$(osxbundledir)" "$(DESTDIR)$(osxbundle_iconsdir)" \ -+ "$(DESTDIR)$(pkgconfigdir)" -+am__dist_osxbundle_DATA_DIST = bundle.sh codeblocks.plist -+am__dist_osxbundle_icons_DATA_DIST = \ -+ $(top_srcdir)/src/src/resources/icons/*.icns -+DATA = $(dist_appdata_DATA) $(dist_osxbundle_DATA) \ -+ $(dist_osxbundle_icons_DATA) $(pkgconfig_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ cscope distdir dist dist-all distcheck -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+CSCOPE = cscope -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/bundle.sh.in \ -+ $(srcdir)/codeblocks.pc.in $(srcdir)/codeblocks.plist.in \ -+ $(srcdir)/codeblocks.spec.fedora.in \ -+ $(srcdir)/codeblocks.spec.in AUTHORS COPYING ChangeLog NEWS \ -+ README TODO compile config.guess config.sub install-sh \ -+ ltmain.sh missing -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+distdir = $(PACKAGE)-$(VERSION) -+top_distdir = $(distdir) -+am__remove_distdir = \ -+ if test -d "$(distdir)"; then \ -+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ -+ && rm -rf "$(distdir)" \ -+ || { sleep 5 && rm -rf "$(distdir)"; }; \ -+ else :; fi -+am__post_remove_distdir = $(am__remove_distdir) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+GZIP_ENV = --best -+DIST_ARCHIVES = $(distdir).tar.bz2 -+DIST_TARGETS = dist-bzip2 -+distuninstallcheck_listfiles = find . -type f -print -+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ -+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' -+distcleancheck_listfiles = find . -type f -print -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+am__include = @am__include@ -+am__leading_dot = @am__leading_dot@ -+am__quote = @am__quote@ -+am__tar = @am__tar@ $(ADDITIONAL_MAKE_DIST_OPTIONS) -+am__untar = @am__untar@ -+bindir = @bindir@ -+build = @build@ -+build_alias = @build_alias@ -+build_cpu = @build_cpu@ -+build_os = @build_os@ -+build_vendor = @build_vendor@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = src -+ACLOCAL_AMFLAGS = -I m4 -+@KEEP_DLLS_FALSE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" --exclude="*.dll" -+@KEEP_DLLS_TRUE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = codeblocks.pc -+ -+# Add some files needed only when making a bundle -+@DARWIN_TRUE@osxbundledir = $(pkgdatadir)/osx_bundle -+@DARWIN_TRUE@dist_osxbundle_DATA = bundle.sh \ -+@DARWIN_TRUE@ codeblocks.plist -+ -+@DARWIN_TRUE@osxbundle_iconsdir = $(osxbundledir)/icons -+@DARWIN_TRUE@dist_osxbundle_icons_DATA = $(top_srcdir)/src/src/resources/icons/*.icns -+EXTRA_DIST = bootstrap \ -+ codeblocks.spec \ -+ codeblocks.spec.fedora \ -+ codeblocks.plist \ -+ BUGS \ -+ BUILD \ -+ COMPILERS \ -+ $(srcdir)/update* \ -+ ChangeLog.xsl \ -+ codeblocks.appdata.xml \ -+ codeblocks-contrib.metainfo.xml \ -+ debian -+ -+appdatadir = $(datarootdir)/appdata -+dist_appdata_DATA = $(top_srcdir)/codeblocks.appdata.xml -+all: all-recursive -+ -+.SUFFIXES: -+am--refresh: Makefile -+ @: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ -+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ -+ && exit 0; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign Makefile -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+ @case '$?' in \ -+ *config.status*) \ -+ echo ' $(SHELL) ./config.status'; \ -+ $(SHELL) ./config.status;; \ -+ *) \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ -+ esac; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ $(SHELL) ./config.status --recheck -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ $(am__cd) $(srcdir) && $(AUTOCONF) -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -+$(am__aclocal_m4_deps): -+bundle.sh: $(top_builddir)/config.status $(srcdir)/bundle.sh.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ -+codeblocks.plist: $(top_builddir)/config.status $(srcdir)/codeblocks.plist.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ -+codeblocks.pc: $(top_builddir)/config.status $(srcdir)/codeblocks.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ -+codeblocks.spec.fedora: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.fedora.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ -+codeblocks.spec: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+distclean-libtool: -+ -rm -f libtool config.lt -+install-dist_appdataDATA: $(dist_appdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_appdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_osxbundleDATA: $(dist_osxbundle_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_osxbundle_DATA)'; test -n "$(osxbundledir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(osxbundledir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(osxbundledir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(osxbundledir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(osxbundledir)" || exit $$?; \ -+ done -+ -+uninstall-dist_osxbundleDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_osxbundle_DATA)'; test -n "$(osxbundledir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(osxbundledir)'; $(am__uninstall_files_from_dir) -+install-dist_osxbundle_iconsDATA: $(dist_osxbundle_icons_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_osxbundle_icons_DATA)'; test -n "$(osxbundle_iconsdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(osxbundle_iconsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(osxbundle_iconsdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(osxbundle_iconsdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(osxbundle_iconsdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_osxbundle_iconsDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_osxbundle_icons_DATA)'; test -n "$(osxbundle_iconsdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(osxbundle_iconsdir)'; $(am__uninstall_files_from_dir) -+install-pkgconfigDATA: $(pkgconfig_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ -+ done -+ -+uninstall-pkgconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscope: cscope.files -+ test ! -s cscope.files \ -+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) -+clean-cscope: -+ -rm -f cscope.files -+cscope.files: clean-cscope cscopelist -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -+ -+distdir: $(DISTFILES) -+ $(am__remove_distdir) -+ test -d "$(distdir)" || mkdir "$(distdir)" -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+ -test -n "$(am__skip_mode_fix)" \ -+ || find "$(distdir)" -type d ! -perm -755 \ -+ -exec chmod u+rwx,go+rx {} \; -o \ -+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ -+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ -+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ -+ || chmod -R a+r "$(distdir)" -+dist-gzip: distdir -+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz -+ $(am__post_remove_distdir) -+dist-bzip2: distdir -+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 -+ $(am__post_remove_distdir) -+ -+dist-lzip: distdir -+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz -+ $(am__post_remove_distdir) -+ -+dist-xz: distdir -+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz -+ $(am__post_remove_distdir) -+ -+dist-tarZ: distdir -+ @echo WARNING: "Support for distribution archives compressed with" \ -+ "legacy program 'compress' is deprecated." >&2 -+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 -+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z -+ $(am__post_remove_distdir) -+ -+dist-shar: distdir -+ @echo WARNING: "Support for shar distribution archives is" \ -+ "deprecated." >&2 -+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 -+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz -+ $(am__post_remove_distdir) -+ -+dist-zip: distdir -+ -rm -f $(distdir).zip -+ zip -rq $(distdir).zip $(distdir) -+ $(am__post_remove_distdir) -+ -+dist dist-all: -+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' -+ $(am__post_remove_distdir) -+ -+# This target untars the dist file and tries a VPATH configuration. Then -+# it guarantees that the distribution is self-contained by making another -+# tarfile. -+distcheck: dist -+ case '$(DIST_ARCHIVES)' in \ -+ *.tar.gz*) \ -+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ -+ *.tar.bz2*) \ -+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ -+ *.tar.lz*) \ -+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ -+ *.tar.xz*) \ -+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ -+ *.tar.Z*) \ -+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ -+ *.shar.gz*) \ -+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ -+ *.zip*) \ -+ unzip $(distdir).zip ;;\ -+ esac -+ chmod -R a-w $(distdir) -+ chmod u+w $(distdir) -+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst -+ chmod a-w $(distdir) -+ test -d $(distdir)/_build || exit 0; \ -+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ -+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ -+ && am__cwd=`pwd` \ -+ && $(am__cd) $(distdir)/_build/sub \ -+ && ../../configure \ -+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ -+ $(DISTCHECK_CONFIGURE_FLAGS) \ -+ --srcdir=../.. --prefix="$$dc_install_base" \ -+ && $(MAKE) $(AM_MAKEFLAGS) \ -+ && $(MAKE) $(AM_MAKEFLAGS) dvi \ -+ && $(MAKE) $(AM_MAKEFLAGS) check \ -+ && $(MAKE) $(AM_MAKEFLAGS) install \ -+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ -+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ -+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ -+ distuninstallcheck \ -+ && chmod -R a-w "$$dc_install_base" \ -+ && ({ \ -+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ -+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ -+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ -+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ -+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ -+ } || { rm -rf "$$dc_destdir"; exit 1; }) \ -+ && rm -rf "$$dc_destdir" \ -+ && $(MAKE) $(AM_MAKEFLAGS) dist \ -+ && rm -rf $(DIST_ARCHIVES) \ -+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ -+ && cd "$$am__cwd" \ -+ || exit 1 -+ $(am__post_remove_distdir) -+ @(echo "$(distdir) archives ready for distribution: "; \ -+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ -+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' -+distuninstallcheck: -+ @test -n '$(distuninstallcheck_dir)' || { \ -+ echo 'ERROR: trying to run $@ with an empty' \ -+ '$$(distuninstallcheck_dir)' >&2; \ -+ exit 1; \ -+ }; \ -+ $(am__cd) '$(distuninstallcheck_dir)' || { \ -+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ -+ exit 1; \ -+ }; \ -+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ -+ || { echo "ERROR: files left after uninstall:" ; \ -+ if test -n "$(DESTDIR)"; then \ -+ echo " (check DESTDIR support)"; \ -+ fi ; \ -+ $(distuninstallcheck_listfiles) ; \ -+ exit 1; } >&2 -+distcleancheck: distclean -+ @if test '$(srcdir)' = . ; then \ -+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ -+ exit 1 ; \ -+ fi -+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ -+ || { echo "ERROR: files left in build directory after distclean:" ; \ -+ $(distcleancheck_listfiles) ; \ -+ exit 1; } >&2 -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) all-local -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(osxbundledir)" "$(DESTDIR)$(osxbundle_iconsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-local mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f $(am__CONFIG_DISTCLEAN_FILES) -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-libtool \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_appdataDATA install-dist_osxbundleDATA \ -+ install-dist_osxbundle_iconsDATA install-pkgconfigDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f $(am__CONFIG_DISTCLEAN_FILES) -+ -rm -rf $(top_srcdir)/autom4te.cache -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_appdataDATA uninstall-dist_osxbundleDATA \ -+ uninstall-dist_osxbundle_iconsDATA uninstall-pkgconfigDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ -+ am--refresh check check-am clean clean-cscope clean-generic \ -+ clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ -+ dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ -+ dist-tarZ dist-xz dist-zip distcheck distclean \ -+ distclean-generic distclean-libtool distclean-tags \ -+ distcleancheck distdir distuninstallcheck dvi dvi-am html \ -+ html-am info info-am install install-am install-data \ -+ install-data-am install-dist_appdataDATA \ -+ install-dist_osxbundleDATA install-dist_osxbundle_iconsDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-pkgconfigDATA \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-dist_appdataDATA \ -+ uninstall-dist_osxbundleDATA \ -+ uninstall-dist_osxbundle_iconsDATA uninstall-pkgconfigDATA -+ -+.PRECIOUS: Makefile -+ -+ -+clean-zipfiles: -+ find . -name "*.zip" | xargs rm -f -+ -+clean-bin: -+ find . -name "*.la" | xargs rm -f -+ rm -f src/src/codeblocks -+ -+all-local: -+@HAVE_WX29_TRUE@ cp $(top_srcdir)/debian/codeblocks-headers.install.wx30 $(top_srcdir)/debian/codeblocks-headers.install -+@HAVE_WX29_FALSE@ cp $(top_srcdir)/debian/codeblocks-headers.install.wx28 $(top_srcdir)/debian/codeblocks-headers.install -+ -+clean-local: -+ rm -f $(top_srcdir)/debian/codeblocks-headers.install -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/aclocal.m4 -@@ -0,0 +1,2360 @@ -+# generated automatically by aclocal 1.15 -*- Autoconf -*- -+ -+# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+ -+# This file 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. -+ -+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) -+m4_ifndef([AC_AUTOCONF_VERSION], -+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, -+[m4_warning([this file was generated for autoconf 2.69. -+You have another version of autoconf. It may work, but is not guaranteed to. -+If you have problems, you may need to regenerate the build system entirely. -+To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -+ -+dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -+dnl serial 11 (pkg-config-0.29.1) -+dnl -+dnl Copyright © 2004 Scott James Remnant . -+dnl Copyright © 2012-2015 Dan Nicholson -+dnl -+dnl This program is free software; you can redistribute it and/or modify -+dnl it under the terms of the GNU General Public License as published by -+dnl the Free Software Foundation; either version 2 of the License, or -+dnl (at your option) any later version. -+dnl -+dnl This program is distributed in the hope that it will be useful, but -+dnl WITHOUT ANY WARRANTY; without even the implied warranty of -+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+dnl General Public License for more details. -+dnl -+dnl You should have received a copy of the GNU General Public License -+dnl along with this program; if not, write to the Free Software -+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -+dnl 02111-1307, USA. -+dnl -+dnl As a special exception to the GNU General Public License, if you -+dnl distribute this file as part of a program that contains a -+dnl configuration script generated by Autoconf, you may include it under -+dnl the same distribution terms that you use for the rest of that -+dnl program. -+ -+dnl PKG_PREREQ(MIN-VERSION) -+dnl ----------------------- -+dnl Since: 0.29 -+dnl -+dnl Verify that the version of the pkg-config macros are at least -+dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's -+dnl installed version of pkg-config, this checks the developer's version -+dnl of pkg.m4 when generating configure. -+dnl -+dnl To ensure that this macro is defined, also add: -+dnl m4_ifndef([PKG_PREREQ], -+dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) -+dnl -+dnl See the "Since" comment for each macro you use to see what version -+dnl of the macros you require. -+m4_defun([PKG_PREREQ], -+[m4_define([PKG_MACROS_VERSION], [0.29.1]) -+m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, -+ [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) -+])dnl PKG_PREREQ -+ -+dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -+dnl ---------------------------------- -+dnl Since: 0.16 -+dnl -+dnl Search for the pkg-config tool and set the PKG_CONFIG variable to -+dnl first found in the path. Checks that the version of pkg-config found -+dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is -+dnl used since that's the first version where most current features of -+dnl pkg-config existed. -+AC_DEFUN([PKG_PROG_PKG_CONFIG], -+[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -+m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=m4_default([$1], [0.9.0]) -+ AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ AC_MSG_RESULT([yes]) -+ else -+ AC_MSG_RESULT([no]) -+ PKG_CONFIG="" -+ fi -+fi[]dnl -+])dnl PKG_PROG_PKG_CONFIG -+ -+dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -+dnl ------------------------------------------------------------------- -+dnl Since: 0.18 -+dnl -+dnl Check to see whether a particular set of modules exists. Similar to -+dnl PKG_CHECK_MODULES(), but does not set variables or print errors. -+dnl -+dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -+dnl only at the first occurence in configure.ac, so if the first place -+dnl it's called might be skipped (such as if it is within an "if", you -+dnl have to call PKG_CHECK_EXISTS manually -+AC_DEFUN([PKG_CHECK_EXISTS], -+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -+if test -n "$PKG_CONFIG" && \ -+ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then -+ m4_default([$2], [:]) -+m4_ifvaln([$3], [else -+ $3])dnl -+fi]) -+ -+dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -+dnl --------------------------------------------- -+dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting -+dnl pkg_failed based on the result. -+m4_define([_PKG_CONFIG], -+[if test -n "$$1"; then -+ pkg_cv_[]$1="$$1" -+ elif test -n "$PKG_CONFIG"; then -+ PKG_CHECK_EXISTS([$3], -+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes ], -+ [pkg_failed=yes]) -+ else -+ pkg_failed=untried -+fi[]dnl -+])dnl _PKG_CONFIG -+ -+dnl _PKG_SHORT_ERRORS_SUPPORTED -+dnl --------------------------- -+dnl Internal check to see if pkg-config supports short errors. -+AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -+[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi[]dnl -+])dnl _PKG_SHORT_ERRORS_SUPPORTED -+ -+ -+dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -+dnl [ACTION-IF-NOT-FOUND]) -+dnl -------------------------------------------------------------- -+dnl Since: 0.4.0 -+dnl -+dnl Note that if there is a possibility the first call to -+dnl PKG_CHECK_MODULES might not happen, you should be sure to include an -+dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -+AC_DEFUN([PKG_CHECK_MODULES], -+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl -+ -+pkg_failed=no -+AC_MSG_CHECKING([for $1]) -+ -+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -+_PKG_CONFIG([$1][_LIBS], [libs], [$2]) -+ -+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -+and $1[]_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details.]) -+ -+if test $pkg_failed = yes; then -+ AC_MSG_RESULT([no]) -+ _PKG_SHORT_ERRORS_SUPPORTED -+ if test $_pkg_short_errors_supported = yes; then -+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` -+ else -+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD -+ -+ m4_default([$4], [AC_MSG_ERROR( -+[Package requirements ($2) were not met: -+ -+$$1_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+_PKG_TEXT])[]dnl -+ ]) -+elif test $pkg_failed = untried; then -+ AC_MSG_RESULT([no]) -+ m4_default([$4], [AC_MSG_FAILURE( -+[The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+_PKG_TEXT -+ -+To get pkg-config, see .])[]dnl -+ ]) -+else -+ $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS -+ $1[]_LIBS=$pkg_cv_[]$1[]_LIBS -+ AC_MSG_RESULT([yes]) -+ $3 -+fi[]dnl -+])dnl PKG_CHECK_MODULES -+ -+ -+dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -+dnl [ACTION-IF-NOT-FOUND]) -+dnl --------------------------------------------------------------------- -+dnl Since: 0.29 -+dnl -+dnl Checks for existence of MODULES and gathers its build flags with -+dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags -+dnl and VARIABLE-PREFIX_LIBS from --libs. -+dnl -+dnl Note that if there is a possibility the first call to -+dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to -+dnl include an explicit call to PKG_PROG_PKG_CONFIG in your -+dnl configure.ac. -+AC_DEFUN([PKG_CHECK_MODULES_STATIC], -+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -+_save_PKG_CONFIG=$PKG_CONFIG -+PKG_CONFIG="$PKG_CONFIG --static" -+PKG_CHECK_MODULES($@) -+PKG_CONFIG=$_save_PKG_CONFIG[]dnl -+])dnl PKG_CHECK_MODULES_STATIC -+ -+ -+dnl PKG_INSTALLDIR([DIRECTORY]) -+dnl ------------------------- -+dnl Since: 0.27 -+dnl -+dnl Substitutes the variable pkgconfigdir as the location where a module -+dnl should install pkg-config .pc files. By default the directory is -+dnl $libdir/pkgconfig, but the default can be changed by passing -+dnl DIRECTORY. The user can override through the --with-pkgconfigdir -+dnl parameter. -+AC_DEFUN([PKG_INSTALLDIR], -+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -+m4_pushdef([pkg_description], -+ [pkg-config installation directory @<:@]pkg_default[@:>@]) -+AC_ARG_WITH([pkgconfigdir], -+ [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, -+ [with_pkgconfigdir=]pkg_default) -+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -+m4_popdef([pkg_default]) -+m4_popdef([pkg_description]) -+])dnl PKG_INSTALLDIR -+ -+ -+dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) -+dnl -------------------------------- -+dnl Since: 0.27 -+dnl -+dnl Substitutes the variable noarch_pkgconfigdir as the location where a -+dnl module should install arch-independent pkg-config .pc files. By -+dnl default the directory is $datadir/pkgconfig, but the default can be -+dnl changed by passing DIRECTORY. The user can override through the -+dnl --with-noarch-pkgconfigdir parameter. -+AC_DEFUN([PKG_NOARCH_INSTALLDIR], -+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -+m4_pushdef([pkg_description], -+ [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -+AC_ARG_WITH([noarch-pkgconfigdir], -+ [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, -+ [with_noarch_pkgconfigdir=]pkg_default) -+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -+m4_popdef([pkg_default]) -+m4_popdef([pkg_description]) -+])dnl PKG_NOARCH_INSTALLDIR -+ -+ -+dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -+dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -+dnl ------------------------------------------- -+dnl Since: 0.28 -+dnl -+dnl Retrieves the value of the pkg-config variable for the given module. -+AC_DEFUN([PKG_CHECK_VAR], -+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl -+ -+_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -+AS_VAR_COPY([$1], [pkg_cv_][$1]) -+ -+AS_VAR_IF([$1], [""], [$5], [$4])dnl -+])dnl PKG_CHECK_VAR -+ -+dnl --------------------------------------------------------------------------- -+dnl Author: wxWidgets development team, -+dnl Francesco Montorsi, -+dnl Bob McCown (Mac-testing) -+dnl Creation date: 24/11/2001 -+dnl --------------------------------------------------------------------------- -+ -+dnl =========================================================================== -+dnl Table of Contents of this macro file: -+dnl ------------------------------------- -+dnl -+dnl SECTION A: wxWidgets main macros -+dnl - WX_CONFIG_OPTIONS -+dnl - WX_CONFIG_CHECK -+dnl - WXRC_CHECK -+dnl - WX_STANDARD_OPTIONS -+dnl - WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS -+dnl - WX_DETECT_STANDARD_OPTION_VALUES -+dnl -+dnl SECTION B: wxWidgets-related utilities -+dnl - WX_LIKE_LIBNAME -+dnl - WX_ARG_ENABLE_YESNOAUTO -+dnl - WX_ARG_WITH_YESNOAUTO -+dnl -+dnl SECTION C: messages to the user -+dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG -+dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN -+dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG_END -+dnl - WX_BOOLOPT_SUMMARY -+dnl -+dnl The special "WX_DEBUG_CONFIGURE" variable can be set to 1 to enable extra -+dnl debug output on stdout from these macros. -+dnl =========================================================================== -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl Macros for wxWidgets detection. Typically used in configure.in as: -+dnl -+dnl AC_ARG_ENABLE(...) -+dnl AC_ARG_WITH(...) -+dnl ... -+dnl WX_CONFIG_OPTIONS -+dnl ... -+dnl ... -+dnl WX_CONFIG_CHECK([2.6.0], [wxWin=1]) -+dnl if test "$wxWin" != 1; then -+dnl AC_MSG_ERROR([ -+dnl wxWidgets must be installed on your system -+dnl but wx-config script couldn't be found. -+dnl -+dnl Please check that wx-config is in path, the directory -+dnl where wxWidgets libraries are installed (returned by -+dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or -+dnl equivalent variable and wxWidgets version is 2.3.4 or above. -+dnl ]) -+dnl fi -+dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" -+dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" -+dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" -+dnl -+dnl LIBS="$LIBS $WX_LIBS" -+dnl -+dnl If you want to support standard --enable-debug/unicode/shared options, you -+dnl may do the following: -+dnl -+dnl ... -+dnl AC_CANONICAL_SYSTEM -+dnl -+dnl # define configure options -+dnl WX_CONFIG_OPTIONS -+dnl WX_STANDARD_OPTIONS([debug,unicode,shared,toolkit,wxshared]) -+dnl -+dnl # basic configure checks -+dnl ... -+dnl -+dnl # we want to always have DEBUG==WX_DEBUG and UNICODE==WX_UNICODE -+dnl WX_DEBUG=$DEBUG -+dnl WX_UNICODE=$UNICODE -+dnl -+dnl WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS -+dnl WX_CONFIG_CHECK([2.8.0], [wxWin=1],,[html,core,net,base],[$WXCONFIG_FLAGS]) -+dnl WX_DETECT_STANDARD_OPTION_VALUES -+dnl -+dnl # write the output files -+dnl AC_CONFIG_FILES([Makefile ...]) -+dnl AC_OUTPUT -+dnl -+dnl # optional: just to show a message to the user -+dnl WX_STANDARD_OPTIONS_SUMMARY_MSG -+dnl -+dnl --------------------------------------------------------------------------- -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_CONFIG_OPTIONS -+dnl -+dnl adds support for --wx-prefix, --wx-exec-prefix, --with-wxdir and -+dnl --wx-config command line options -+dnl --------------------------------------------------------------------------- -+ -+AC_DEFUN([WX_CONFIG_OPTIONS], -+[ -+ AC_ARG_WITH(wxdir, -+ [ --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH], -+ [ wx_config_name="$withval/wx-config" -+ wx_config_args="--inplace"]) -+ AC_ARG_WITH(wx-config, -+ [ --with-wx-config=CONFIG wx-config script to use (optional)], -+ wx_config_name="$withval" ) -+ AC_ARG_WITH(wx-prefix, -+ [ --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)], -+ wx_config_prefix="$withval", wx_config_prefix="") -+ AC_ARG_WITH(wx-exec-prefix, -+ [ --with-wx-exec-prefix=PREFIX -+ Exec prefix where wxWidgets is installed (optional)], -+ wx_config_exec_prefix="$withval", wx_config_exec_prefix="") -+]) -+ -+dnl Helper macro for checking if wx version is at least $1.$2.$3, set's -+dnl wx_ver_ok=yes if it is: -+AC_DEFUN([_WX_PRIVATE_CHECK_VERSION], -+[ -+ wx_ver_ok="" -+ if test "x$WX_VERSION" != x ; then -+ if test $wx_config_major_version -gt $1; then -+ wx_ver_ok=yes -+ else -+ if test $wx_config_major_version -eq $1; then -+ if test $wx_config_minor_version -gt $2; then -+ wx_ver_ok=yes -+ else -+ if test $wx_config_minor_version -eq $2; then -+ if test $wx_config_micro_version -ge $3; then -+ wx_ver_ok=yes -+ fi -+ fi -+ fi -+ fi -+ fi -+ fi -+]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_CONFIG_CHECK(VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND -+dnl [, WX-LIBS [, ADDITIONAL-WX-CONFIG-FLAGS]]]]) -+dnl -+dnl Test for wxWidgets, and define WX_C*FLAGS, WX_LIBS and WX_LIBS_STATIC -+dnl (the latter is for static linking against wxWidgets). Set WX_CONFIG_NAME -+dnl environment variable to override the default name of the wx-config script -+dnl to use. Set WX_CONFIG_PATH to specify the full path to wx-config - in this -+dnl case the macro won't even waste time on tests for its existence. -+dnl -+dnl Optional WX-LIBS argument contains comma- or space-separated list of -+dnl wxWidgets libraries to link against. If it is not specified then WX_LIBS -+dnl and WX_LIBS_STATIC will contain flags to link with all of the core -+dnl wxWidgets libraries. -+dnl -+dnl Optional ADDITIONAL-WX-CONFIG-FLAGS argument is appended to wx-config -+dnl invocation command in present. It can be used to fine-tune lookup of -+dnl best wxWidgets build available. -+dnl -+dnl Example use: -+dnl WX_CONFIG_CHECK([2.6.0], [wxWin=1], [wxWin=0], [html,core,net] -+dnl [--unicode --debug]) -+dnl --------------------------------------------------------------------------- -+ -+dnl -+dnl Get the cflags and libraries from the wx-config script -+dnl -+AC_DEFUN([WX_CONFIG_CHECK], -+[ -+ dnl do we have wx-config name: it can be wx-config or wxd-config or ... -+ if test x${WX_CONFIG_NAME+set} != xset ; then -+ WX_CONFIG_NAME=wx-config -+ fi -+ -+ if test "x$wx_config_name" != x ; then -+ WX_CONFIG_NAME="$wx_config_name" -+ fi -+ -+ dnl deal with optional prefixes -+ if test x$wx_config_exec_prefix != x ; then -+ wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix" -+ WX_LOOKUP_PATH="$wx_config_exec_prefix/bin" -+ fi -+ if test x$wx_config_prefix != x ; then -+ wx_config_args="$wx_config_args --prefix=$wx_config_prefix" -+ WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin" -+ fi -+ if test "$cross_compiling" = "yes"; then -+ wx_config_args="$wx_config_args --host=$host_alias" -+ fi -+ -+ dnl don't search the PATH if WX_CONFIG_NAME is absolute filename -+ if test -x "$WX_CONFIG_NAME" ; then -+ AC_MSG_CHECKING(for wx-config) -+ WX_CONFIG_PATH="$WX_CONFIG_NAME" -+ AC_MSG_RESULT($WX_CONFIG_PATH) -+ else -+ AC_PATH_PROG(WX_CONFIG_PATH, $WX_CONFIG_NAME, no, "$WX_LOOKUP_PATH:$PATH") -+ fi -+ -+ if test "$WX_CONFIG_PATH" != "no" ; then -+ WX_VERSION="" -+ -+ min_wx_version=ifelse([$1], ,2.2.1,$1) -+ if test -z "$5" ; then -+ AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version]) -+ else -+ AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version ($5)]) -+ fi -+ -+ dnl don't add the libraries ($4) to this variable as this would result in -+ dnl an error when it's used with --version below -+ WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args $5" -+ -+ WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` -+ wx_config_major_version=`echo $WX_VERSION | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` -+ wx_config_minor_version=`echo $WX_VERSION | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` -+ wx_config_micro_version=`echo $WX_VERSION | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` -+ -+ wx_requested_major_version=`echo $min_wx_version | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` -+ wx_requested_minor_version=`echo $min_wx_version | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` -+ wx_requested_micro_version=`echo $min_wx_version | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` -+ -+ _WX_PRIVATE_CHECK_VERSION([$wx_requested_major_version], -+ [$wx_requested_minor_version], -+ [$wx_requested_micro_version]) -+ -+ if test -n "$wx_ver_ok"; then -+ AC_MSG_RESULT(yes (version $WX_VERSION)) -+ WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4` -+ -+ dnl is this even still appropriate? --static is a real option now -+ dnl and WX_CONFIG_WITH_ARGS is likely to contain it if that is -+ dnl what the user actually wants, making this redundant at best. -+ dnl For now keep it in case anyone actually used it in the past. -+ AC_MSG_CHECKING([for wxWidgets static library]) -+ WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null` -+ if test "x$WX_LIBS_STATIC" = "x"; then -+ AC_MSG_RESULT(no) -+ else -+ AC_MSG_RESULT(yes) -+ fi -+ -+ dnl starting with version 2.2.6 wx-config has --cppflags argument -+ wx_has_cppflags="" -+ if test $wx_config_major_version -gt 2; then -+ wx_has_cppflags=yes -+ else -+ if test $wx_config_major_version -eq 2; then -+ if test $wx_config_minor_version -gt 2; then -+ wx_has_cppflags=yes -+ else -+ if test $wx_config_minor_version -eq 2; then -+ if test $wx_config_micro_version -ge 6; then -+ wx_has_cppflags=yes -+ fi -+ fi -+ fi -+ fi -+ fi -+ -+ dnl starting with version 2.7.0 wx-config has --rescomp option -+ wx_has_rescomp="" -+ if test $wx_config_major_version -gt 2; then -+ wx_has_rescomp=yes -+ else -+ if test $wx_config_major_version -eq 2; then -+ if test $wx_config_minor_version -ge 7; then -+ wx_has_rescomp=yes -+ fi -+ fi -+ fi -+ if test "x$wx_has_rescomp" = x ; then -+ dnl cannot give any useful info for resource compiler -+ WX_RESCOMP= -+ else -+ WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` -+ fi -+ -+ if test "x$wx_has_cppflags" = x ; then -+ dnl no choice but to define all flags like CFLAGS -+ WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` -+ WX_CPPFLAGS=$WX_CFLAGS -+ WX_CXXFLAGS=$WX_CFLAGS -+ -+ WX_CFLAGS_ONLY=$WX_CFLAGS -+ WX_CXXFLAGS_ONLY=$WX_CFLAGS -+ else -+ dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS -+ WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4` -+ WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4` -+ WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` -+ -+ WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` -+ WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` -+ fi -+ -+ ifelse([$2], , :, [$2]) -+ -+ else -+ -+ if test "x$WX_VERSION" = x; then -+ dnl no wx-config at all -+ AC_MSG_RESULT(no) -+ else -+ AC_MSG_RESULT(no (version $WX_VERSION is not new enough)) -+ fi -+ -+ WX_CFLAGS="" -+ WX_CPPFLAGS="" -+ WX_CXXFLAGS="" -+ WX_LIBS="" -+ WX_LIBS_STATIC="" -+ WX_RESCOMP="" -+ -+ if test ! -z "$5"; then -+ -+ wx_error_message=" -+ The configuration you asked for $PACKAGE_NAME requires a wxWidgets -+ build with the following settings: -+ $5 -+ but such build is not available. -+ -+ To see the wxWidgets builds available on this system, please use -+ 'wx-config --list' command. To use the default build, returned by -+ 'wx-config --selected-config', use the options with their 'auto' -+ default values." -+ -+ fi -+ -+ wx_error_message=" -+ The requested wxWidgets build couldn't be found. -+ $wx_error_message -+ -+ If you still get this error, then check that 'wx-config' is -+ in path, the directory where wxWidgets libraries are installed -+ (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH -+ or equivalent variable and wxWidgets version is $1 or above." -+ -+ ifelse([$3], , AC_MSG_ERROR([$wx_error_message]), [$3]) -+ -+ fi -+ else -+ -+ WX_CFLAGS="" -+ WX_CPPFLAGS="" -+ WX_CXXFLAGS="" -+ WX_LIBS="" -+ WX_LIBS_STATIC="" -+ WX_RESCOMP="" -+ -+ ifelse([$3], , :, [$3]) -+ -+ fi -+ -+ AC_SUBST(WX_CPPFLAGS) -+ AC_SUBST(WX_CFLAGS) -+ AC_SUBST(WX_CXXFLAGS) -+ AC_SUBST(WX_CFLAGS_ONLY) -+ AC_SUBST(WX_CXXFLAGS_ONLY) -+ AC_SUBST(WX_LIBS) -+ AC_SUBST(WX_LIBS_STATIC) -+ AC_SUBST(WX_VERSION) -+ AC_SUBST(WX_RESCOMP) -+ -+ dnl need to export also WX_VERSION_MINOR and WX_VERSION_MAJOR symbols -+ dnl to support wxpresets bakefiles (we export also WX_VERSION_MICRO for completeness): -+ WX_VERSION_MAJOR="$wx_config_major_version" -+ WX_VERSION_MINOR="$wx_config_minor_version" -+ WX_VERSION_MICRO="$wx_config_micro_version" -+ AC_SUBST(WX_VERSION_MAJOR) -+ AC_SUBST(WX_VERSION_MINOR) -+ AC_SUBST(WX_VERSION_MICRO) -+]) -+ -+dnl --------------------------------------------------------------------------- -+dnl Get information on the wxrc program for making C++, Python and xrs -+dnl resource files. -+dnl -+dnl AC_ARG_ENABLE(...) -+dnl AC_ARG_WITH(...) -+dnl ... -+dnl WX_CONFIG_OPTIONS -+dnl ... -+dnl WX_CONFIG_CHECK(2.6.0, wxWin=1) -+dnl if test "$wxWin" != 1; then -+dnl AC_MSG_ERROR([ -+dnl wxWidgets must be installed on your system -+dnl but wx-config script couldn't be found. -+dnl -+dnl Please check that wx-config is in path, the directory -+dnl where wxWidgets libraries are installed (returned by -+dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or -+dnl equivalent variable and wxWidgets version is 2.6.0 or above. -+dnl ]) -+dnl fi -+dnl -+dnl WXRC_CHECK([HAVE_WXRC=1], [HAVE_WXRC=0]) -+dnl if test "x$HAVE_WXRC" != x1; then -+dnl AC_MSG_ERROR([ -+dnl The wxrc program was not installed or not found. -+dnl -+dnl Please check the wxWidgets installation. -+dnl ]) -+dnl fi -+dnl -+dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" -+dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" -+dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" -+dnl -+dnl LDFLAGS="$LDFLAGS $WX_LIBS" -+dnl --------------------------------------------------------------------------- -+ -+dnl --------------------------------------------------------------------------- -+dnl WXRC_CHECK([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) -+dnl -+dnl Test for wxWidgets' wxrc program for creating either C++, Python or XRS -+dnl resources. The variable WXRC will be set and substituted in the configure -+dnl script and Makefiles. -+dnl -+dnl Example use: -+dnl WXRC_CHECK([wxrc=1], [wxrc=0]) -+dnl --------------------------------------------------------------------------- -+ -+dnl -+dnl wxrc program from the wx-config script -+dnl -+AC_DEFUN([WXRC_CHECK], -+[ -+ AC_ARG_VAR([WXRC], [Path to wxWidget's wxrc resource compiler]) -+ -+ if test "x$WX_CONFIG_NAME" = x; then -+ AC_MSG_ERROR([The wxrc tests must run after wxWidgets test.]) -+ else -+ -+ AC_MSG_CHECKING([for wxrc]) -+ -+ if test "x$WXRC" = x ; then -+ dnl wx-config --utility is a new addition to wxWidgets: -+ _WX_PRIVATE_CHECK_VERSION(2,5,3) -+ if test -n "$wx_ver_ok"; then -+ WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc` -+ fi -+ fi -+ -+ if test "x$WXRC" = x ; then -+ AC_MSG_RESULT([not found]) -+ ifelse([$2], , :, [$2]) -+ else -+ AC_MSG_RESULT([$WXRC]) -+ ifelse([$1], , :, [$1]) -+ fi -+ -+ AC_SUBST(WXRC) -+ fi -+]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_LIKE_LIBNAME([output-var] [prefix], [name]) -+dnl -+dnl Sets the "output-var" variable to the name of a library named with same -+dnl wxWidgets rule. -+dnl E.g. for output-var=='lib', name=='test', prefix='mine', sets -+dnl the $lib variable to: -+dnl 'mine_gtk2ud_test-2.8' -+dnl if WX_PORT=gtk2, WX_UNICODE=1, WX_DEBUG=1 and WX_RELEASE=28 -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_LIKE_LIBNAME], -+ [ -+ wx_temp="$2""_""$WX_PORT" -+ -+ dnl add the [u][d] string -+ if test "$WX_UNICODE" = "1"; then -+ wx_temp="$wx_temp""u" -+ fi -+ if test "$WX_DEBUG" = "1"; then -+ wx_temp="$wx_temp""d" -+ fi -+ -+ dnl complete the name of the lib -+ wx_temp="$wx_temp""_""$3""-$WX_VERSION_MAJOR.$WX_VERSION_MINOR" -+ -+ dnl save it in the user's variable -+ $1=$wx_temp -+ ]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_ARG_ENABLE_YESNOAUTO/WX_ARG_WITH_YESNOAUTO -+dnl -+dnl Two little custom macros which define the ENABLE/WITH configure arguments. -+dnl Macro arguments: -+dnl $1 = the name of the --enable / --with feature -+dnl $2 = the name of the variable associated -+dnl $3 = the description of that feature -+dnl $4 = the default value for that feature -+dnl $5 = additional action to do in case option is given with "yes" value -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_ARG_ENABLE_YESNOAUTO], -+ [AC_ARG_ENABLE($1, -+ AC_HELP_STRING([--enable-$1], [$3 (default is $4)]), -+ [], [enableval="$4"]) -+ -+ dnl Show a message to the user about this option -+ AC_MSG_CHECKING([for the --enable-$1 option]) -+ if test "$enableval" = "yes" ; then -+ AC_MSG_RESULT([yes]) -+ $2=1 -+ $5 -+ elif test "$enableval" = "no" ; then -+ AC_MSG_RESULT([no]) -+ $2=0 -+ elif test "$enableval" = "auto" ; then -+ AC_MSG_RESULT([will be automatically detected]) -+ $2="auto" -+ else -+ AC_MSG_ERROR([ -+ Unrecognized option value (allowed values: yes, no, auto) -+ ]) -+ fi -+ ]) -+ -+AC_DEFUN([WX_ARG_WITH_YESNOAUTO], -+ [AC_ARG_WITH($1, -+ AC_HELP_STRING([--with-$1], [$3 (default is $4)]), -+ [], [withval="$4"]) -+ -+ dnl Show a message to the user about this option -+ AC_MSG_CHECKING([for the --with-$1 option]) -+ if test "$withval" = "yes" ; then -+ AC_MSG_RESULT([yes]) -+ $2=1 -+ $5 -+ dnl NB: by default we don't allow --with-$1=no option -+ dnl since it does not make much sense ! -+ elif test "$6" = "1" -a "$withval" = "no" ; then -+ AC_MSG_RESULT([no]) -+ $2=0 -+ elif test "$withval" = "auto" ; then -+ AC_MSG_RESULT([will be automatically detected]) -+ $2="auto" -+ else -+ AC_MSG_ERROR([ -+ Unrecognized option value (allowed values: yes, auto) -+ ]) -+ fi -+ ]) -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_STANDARD_OPTIONS([options-to-add]) -+dnl -+dnl Adds to the configure script one or more of the following options: -+dnl --enable-[debug|unicode|shared|wxshared|wxdebug] -+dnl --with-[gtk|msw|motif|x11|mac|dfb] -+dnl --with-wxversion -+dnl Then checks for their presence and eventually set the DEBUG, UNICODE, SHARED, -+dnl PORT, WX_SHARED, WX_DEBUG, variables to one of the "yes", "no", "auto" values. -+dnl -+dnl Note that e.g. UNICODE != WX_UNICODE; the first is the value of the -+dnl --enable-unicode option (in boolean format) while the second indicates -+dnl if wxWidgets was built in Unicode mode (and still is in boolean format). -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_STANDARD_OPTIONS], -+ [ -+ -+ dnl the following lines will expand to WX_ARG_ENABLE_YESNOAUTO calls if and only if -+ dnl the $1 argument contains respectively the debug,unicode or shared options. -+ -+ dnl be careful here not to set debug flag if only "wxdebug" was specified -+ ifelse(regexp([$1], [\bdebug]), [-1],, -+ [WX_ARG_ENABLE_YESNOAUTO([debug], [DEBUG], [Build in debug mode], [auto])]) -+ -+ ifelse(index([$1], [unicode]), [-1],, -+ [WX_ARG_ENABLE_YESNOAUTO([unicode], [UNICODE], [Build in Unicode mode], [auto])]) -+ -+ ifelse(regexp([$1], [\bshared]), [-1],, -+ [WX_ARG_ENABLE_YESNOAUTO([shared], [SHARED], [Build as shared library], [auto])]) -+ -+ dnl WX_ARG_WITH_YESNOAUTO cannot be used for --with-toolkit since it's an option -+ dnl which must be able to accept the auto|gtk1|gtk2|msw|... values -+ ifelse(index([$1], [toolkit]), [-1],, -+ [ -+ AC_ARG_WITH([toolkit], -+ AC_HELP_STRING([--with-toolkit], -+ [Build against a specific wxWidgets toolkit (default is auto)]), -+ [], [withval="auto"]) -+ -+ dnl Show a message to the user about this option -+ AC_MSG_CHECKING([for the --with-toolkit option]) -+ if test "$withval" = "auto" ; then -+ AC_MSG_RESULT([will be automatically detected]) -+ TOOLKIT="auto" -+ else -+ TOOLKIT="$withval" -+ -+ dnl PORT must be one of the allowed values -+ if test "$TOOLKIT" != "gtk1" -a "$TOOLKIT" != "gtk2" -a \ -+ "$TOOLKIT" != "msw" -a "$TOOLKIT" != "motif" -a \ -+ "$TOOLKIT" != "osx_carbon" -a "$TOOLKIT" != "osx_cocoa" -a \ -+ "$TOOLKIT" != "dfb" -a "$TOOLKIT" != "x11"; then -+ AC_MSG_ERROR([ -+ Unrecognized option value (allowed values: auto, gtk1, gtk2, msw, motif, osx_carbon, osx_cocoa, dfb, x11) -+ ]) -+ fi -+ -+ AC_MSG_RESULT([$TOOLKIT]) -+ fi -+ ]) -+ -+ dnl ****** IMPORTANT ******* -+ dnl Unlike for the UNICODE setting, you can build your program in -+ dnl shared mode against a static build of wxWidgets. Thus we have the -+ dnl following option which allows these mixtures. E.g. -+ dnl -+ dnl ./configure --disable-shared --with-wxshared -+ dnl -+ dnl will build your library in static mode against the first available -+ dnl shared build of wxWidgets. -+ dnl -+ dnl Note that's not possible to do the viceversa: -+ dnl -+ dnl ./configure --enable-shared --without-wxshared -+ dnl -+ dnl Doing so you would try to build your library in shared mode against a static -+ dnl build of wxWidgets. This is not possible (you would mix PIC and non PIC code) ! -+ dnl A check for this combination of options is in WX_DETECT_STANDARD_OPTION_VALUES -+ dnl (where we know what 'auto' should be expanded to). -+ dnl -+ dnl If you try to build something in ANSI mode against a UNICODE build -+ dnl of wxWidgets or in RELEASE mode against a DEBUG build of wxWidgets, -+ dnl then at best you'll get ton of linking errors ! -+ dnl ************************ -+ -+ ifelse(index([$1], [wxshared]), [-1],, -+ [ -+ WX_ARG_WITH_YESNOAUTO( -+ [wxshared], [WX_SHARED], -+ [Force building against a shared build of wxWidgets, even if --disable-shared is given], -+ [auto], [], [1]) -+ ]) -+ -+ dnl Just like for SHARED and WX_SHARED it may happen that some adventurous -+ dnl peoples will want to mix a wxWidgets release build with a debug build of -+ dnl his app/lib. So, we have both DEBUG and WX_DEBUG variables. -+ ifelse(index([$1], [wxdebug]), [-1],, -+ [ -+ WX_ARG_WITH_YESNOAUTO( -+ [wxdebug], [WX_DEBUG], -+ [Force building against a debug build of wxWidgets, even if --disable-debug is given], -+ [auto], [], [1]) -+ ]) -+ -+ dnl WX_ARG_WITH_YESNOAUTO cannot be used for --with-wxversion since it's an option -+ dnl which accepts the "auto|2.6|2.7|2.8|2.9|3.0" etc etc values -+ ifelse(index([$1], [wxversion]), [-1],, -+ [ -+ AC_ARG_WITH([wxversion], -+ AC_HELP_STRING([--with-wxversion], -+ [Build against a specific version of wxWidgets (default is auto)]), -+ [], [withval="auto"]) -+ -+ dnl Show a message to the user about this option -+ AC_MSG_CHECKING([for the --with-wxversion option]) -+ if test "$withval" = "auto" ; then -+ AC_MSG_RESULT([will be automatically detected]) -+ WX_RELEASE="auto" -+ else -+ -+ wx_requested_major_version=`echo $withval | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).*/\1/'` -+ wx_requested_minor_version=`echo $withval | \ -+ sed 's/\([[0-9]]*\).\([[0-9]]*\).*/\2/'` -+ -+ dnl both vars above must be exactly 1 digit -+ if test "${#wx_requested_major_version}" != "1" -o \ -+ "${#wx_requested_minor_version}" != "1" ; then -+ AC_MSG_ERROR([ -+ Unrecognized option value (allowed values: auto, 2.6, 2.7, 2.8, 2.9, 3.0) -+ ]) -+ fi -+ -+ WX_RELEASE="$wx_requested_major_version"".""$wx_requested_minor_version" -+ AC_MSG_RESULT([$WX_RELEASE]) -+ fi -+ ]) -+ -+ if test "$WX_DEBUG_CONFIGURE" = "1"; then -+ echo "[[dbg]] DEBUG: $DEBUG, WX_DEBUG: $WX_DEBUG" -+ echo "[[dbg]] UNICODE: $UNICODE, WX_UNICODE: $WX_UNICODE" -+ echo "[[dbg]] SHARED: $SHARED, WX_SHARED: $WX_SHARED" -+ echo "[[dbg]] TOOLKIT: $TOOLKIT, WX_TOOLKIT: $WX_TOOLKIT" -+ echo "[[dbg]] VERSION: $VERSION, WX_RELEASE: $WX_RELEASE" -+ fi -+ ]) -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS -+dnl -+dnl Sets the WXCONFIG_FLAGS string using the SHARED,DEBUG,UNICODE variable values -+dnl which are different from "auto". -+dnl Thus this macro needs to be called only once all options have been set. -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS], -+ [ -+ if test "$WX_SHARED" = "1" ; then -+ WXCONFIG_FLAGS="--static=no " -+ elif test "$WX_SHARED" = "0" ; then -+ WXCONFIG_FLAGS="--static=yes " -+ fi -+ -+ if test "$WX_DEBUG" = "1" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=yes " -+ elif test "$WX_DEBUG" = "0" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=no " -+ fi -+ -+ dnl The user should have set WX_UNICODE=UNICODE -+ if test "$WX_UNICODE" = "1" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=yes " -+ elif test "$WX_UNICODE" = "0" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=no " -+ fi -+ -+ if test "$TOOLKIT" != "auto" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--toolkit=$TOOLKIT " -+ fi -+ -+ if test "$WX_RELEASE" != "auto" ; then -+ WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--version=$WX_RELEASE " -+ fi -+ -+ dnl strip out the last space of the string -+ WXCONFIG_FLAGS=${WXCONFIG_FLAGS% } -+ -+ if test "$WX_DEBUG_CONFIGURE" = "1"; then -+ echo "[[dbg]] WXCONFIG_FLAGS: $WXCONFIG_FLAGS" -+ fi -+ ]) -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl _WX_SELECTEDCONFIG_CHECKFOR([RESULTVAR], [STRING], [MSG] -+dnl [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) -+dnl -+dnl Outputs the given MSG. Then searches the given STRING in the wxWidgets -+dnl additional CPP flags and put the result of the search in WX_$RESULTVAR -+dnl also adding the "yes" or "no" message result to MSG. -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([_WX_SELECTEDCONFIG_CHECKFOR], -+ [ -+ if test "$$1" = "auto" ; then -+ -+ dnl The user does not have particular preferences for this option; -+ dnl so we will detect the wxWidgets relative build setting and use it -+ AC_MSG_CHECKING([$3]) -+ -+ dnl set WX_$1 variable to 1 if the $WX_SELECTEDCONFIG contains the $2 -+ dnl string or to 0 otherwise. -+ dnl NOTE: 'expr match STRING REGEXP' cannot be used since on Mac it -+ dnl doesn't work; we use 'expr STRING : REGEXP' instead -+ WX_$1=$(expr "$WX_SELECTEDCONFIG" : ".*$2.*") -+ -+ if test "$WX_$1" != "0"; then -+ WX_$1=1 -+ AC_MSG_RESULT([yes]) -+ ifelse([$4], , :, [$4]) -+ else -+ WX_$1=0 -+ AC_MSG_RESULT([no]) -+ ifelse([$5], , :, [$5]) -+ fi -+ else -+ -+ dnl Use the setting given by the user -+ WX_$1=$$1 -+ fi -+ ]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_DETECT_STANDARD_OPTION_VALUES -+dnl -+dnl Detects the values of the following variables: -+dnl 1) WX_RELEASE -+dnl 2) WX_UNICODE -+dnl 3) WX_DEBUG -+dnl 4) WX_SHARED (and also WX_STATIC) -+dnl 5) WX_PORT -+dnl from the previously selected wxWidgets build; this macro in fact must be -+dnl called *after* calling the WX_CONFIG_CHECK macro. -+dnl -+dnl Note that the WX_VERSION_MAJOR, WX_VERSION_MINOR symbols are already set -+dnl by WX_CONFIG_CHECK macro -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_DETECT_STANDARD_OPTION_VALUES], -+ [ -+ dnl IMPORTANT: WX_VERSION contains all three major.minor.micro digits, -+ dnl while WX_RELEASE only the major.minor ones. -+ WX_RELEASE="$WX_VERSION_MAJOR""$WX_VERSION_MINOR" -+ if test $WX_RELEASE -lt 26 ; then -+ -+ AC_MSG_ERROR([ -+ Cannot detect the wxWidgets configuration for the selected wxWidgets build -+ since its version is $WX_VERSION < 2.6.0; please install a newer -+ version of wxWidgets. -+ ]) -+ fi -+ -+ dnl The wx-config we are using understands the "--selected_config" -+ dnl option which returns an easy-parseable string ! -+ WX_SELECTEDCONFIG=$($WX_CONFIG_WITH_ARGS --selected_config) -+ -+ if test "$WX_DEBUG_CONFIGURE" = "1"; then -+ echo "[[dbg]] Using wx-config --selected-config" -+ echo "[[dbg]] WX_SELECTEDCONFIG: $WX_SELECTEDCONFIG" -+ fi -+ -+ -+ dnl we could test directly for WX_SHARED with a line like: -+ dnl _WX_SELECTEDCONFIG_CHECKFOR([SHARED], [shared], -+ dnl [if wxWidgets was built in SHARED mode]) -+ dnl but wx-config --selected-config DOES NOT outputs the 'shared' -+ dnl word when wx was built in shared mode; it rather outputs the -+ dnl 'static' word when built in static mode. -+ if test $WX_SHARED = "1"; then -+ STATIC=0 -+ elif test $WX_SHARED = "0"; then -+ STATIC=1 -+ elif test $WX_SHARED = "auto"; then -+ STATIC="auto" -+ fi -+ -+ dnl Now set the WX_UNICODE, WX_DEBUG, WX_STATIC variables -+ _WX_SELECTEDCONFIG_CHECKFOR([UNICODE], [unicode], -+ [if wxWidgets was built with UNICODE enabled]) -+ _WX_SELECTEDCONFIG_CHECKFOR([DEBUG], [debug], -+ [if wxWidgets was built in DEBUG mode]) -+ _WX_SELECTEDCONFIG_CHECKFOR([STATIC], [static], -+ [if wxWidgets was built in STATIC mode]) -+ -+ dnl init WX_SHARED from WX_STATIC -+ if test "$WX_STATIC" != "0"; then -+ WX_SHARED=0 -+ else -+ WX_SHARED=1 -+ fi -+ -+ AC_SUBST(WX_UNICODE) -+ AC_SUBST(WX_DEBUG) -+ AC_SUBST(WX_SHARED) -+ -+ dnl detect the WX_PORT to use -+ if test "$TOOLKIT" = "auto" ; then -+ -+ dnl The user does not have particular preferences for this option; -+ dnl so we will detect the wxWidgets relative build setting and use it -+ AC_MSG_CHECKING([which wxWidgets toolkit was selected]) -+ -+ WX_GTKPORT1=$(expr "$WX_SELECTEDCONFIG" : ".*gtk1.*") -+ WX_GTKPORT2=$(expr "$WX_SELECTEDCONFIG" : ".*gtk2.*") -+ WX_MSWPORT=$(expr "$WX_SELECTEDCONFIG" : ".*msw.*") -+ WX_MOTIFPORT=$(expr "$WX_SELECTEDCONFIG" : ".*motif.*") -+ WX_OSXCOCOAPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_cocoa.*") -+ WX_OSXCARBONPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_carbon.*") -+ WX_X11PORT=$(expr "$WX_SELECTEDCONFIG" : ".*x11.*") -+ WX_DFBPORT=$(expr "$WX_SELECTEDCONFIG" : ".*dfb.*") -+ -+ WX_PORT="unknown" -+ if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi -+ if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi -+ if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi -+ if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi -+ if test "$WX_OSXCOCOAPORT" != "0"; then WX_PORT="osx_cocoa"; fi -+ if test "$WX_OSXCARBONPORT" != "0"; then WX_PORT="osx_carbon"; fi -+ if test "$WX_X11PORT" != "0"; then WX_PORT="x11"; fi -+ if test "$WX_DFBPORT" != "0"; then WX_PORT="dfb"; fi -+ -+ dnl NOTE: backward-compatible check for wx2.8; in wx2.9 the mac -+ dnl ports are called 'osx_cocoa' and 'osx_carbon' (see above) -+ WX_MACPORT=$(expr "$WX_SELECTEDCONFIG" : ".*mac.*") -+ if test "$WX_MACPORT" != "0"; then WX_PORT="mac"; fi -+ -+ dnl check at least one of the WX_*PORT has been set ! -+ -+ if test "$WX_PORT" = "unknown" ; then -+ AC_MSG_ERROR([ -+ Cannot detect the currently installed wxWidgets port ! -+ Please check your 'wx-config --cxxflags'... -+ ]) -+ fi -+ -+ AC_MSG_RESULT([$WX_PORT]) -+ else -+ -+ dnl Use the setting given by the user -+ if test -z "$TOOLKIT" ; then -+ WX_PORT=$TOOLKIT -+ else -+ dnl try with PORT -+ WX_PORT=$PORT -+ fi -+ fi -+ -+ AC_SUBST(WX_PORT) -+ -+ if test "$WX_DEBUG_CONFIGURE" = "1"; then -+ echo "[[dbg]] Values of all WX_* options after final detection:" -+ echo "[[dbg]] WX_DEBUG: $WX_DEBUG" -+ echo "[[dbg]] WX_UNICODE: $WX_UNICODE" -+ echo "[[dbg]] WX_SHARED: $WX_SHARED" -+ echo "[[dbg]] WX_RELEASE: $WX_RELEASE" -+ echo "[[dbg]] WX_PORT: $WX_PORT" -+ fi -+ -+ dnl Avoid problem described in the WX_STANDARD_OPTIONS which happens when -+ dnl the user gives the options: -+ dnl ./configure --enable-shared --without-wxshared -+ dnl or just do -+ dnl ./configure --enable-shared -+ dnl but there is only a static build of wxWidgets available. -+ if test "$WX_SHARED" = "0" -a "$SHARED" = "1"; then -+ AC_MSG_ERROR([ -+ Cannot build shared library against a static build of wxWidgets ! -+ This error happens because the wxWidgets build which was selected -+ has been detected as static while you asked to build $PACKAGE_NAME -+ as shared library and this is not possible. -+ Use the '--disable-shared' option to build $PACKAGE_NAME -+ as static library or '--with-wxshared' to use wxWidgets as shared library. -+ ]) -+ fi -+ -+ dnl now we can finally update the DEBUG,UNICODE,SHARED options -+ dnl to their final values if they were set to 'auto' -+ if test "$DEBUG" = "auto"; then -+ DEBUG=$WX_DEBUG -+ fi -+ if test "$UNICODE" = "auto"; then -+ UNICODE=$WX_UNICODE -+ fi -+ if test "$SHARED" = "auto"; then -+ SHARED=$WX_SHARED -+ fi -+ if test "$TOOLKIT" = "auto"; then -+ TOOLKIT=$WX_PORT -+ fi -+ -+ dnl in case the user needs a BUILD=debug/release var... -+ if test "$DEBUG" = "1"; then -+ BUILD="debug" -+ elif test "$DEBUG" = "0" -o "$DEBUG" = ""; then -+ BUILD="release" -+ fi -+ -+ dnl respect the DEBUG variable adding the optimize/debug flags -+ dnl NOTE: the CXXFLAGS are merged together with the CPPFLAGS so we -+ dnl don't need to set them, too -+ if test "$DEBUG" = "1"; then -+ CXXFLAGS="$CXXFLAGS -g -O0" -+ CFLAGS="$CFLAGS -g -O0" -+ else -+ CXXFLAGS="$CXXFLAGS -O2" -+ CFLAGS="$CFLAGS -O2" -+ fi -+ ]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_BOOLOPT_SUMMARY([name of the boolean variable to show summary for], -+dnl [what to print when var is 1], -+dnl [what to print when var is 0]) -+dnl -+dnl Prints $2 when variable $1 == 1 and prints $3 when variable $1 == 0. -+dnl This macro mainly exists just to make configure.ac scripts more readable. -+dnl -+dnl NOTE: you need to use the [" my message"] syntax for 2nd and 3rd arguments -+dnl if you want that m4 avoid to throw away the spaces prefixed to the -+dnl argument value. -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_BOOLOPT_SUMMARY], -+ [ -+ if test "x$$1" = "x1" ; then -+ echo $2 -+ elif test "x$$1" = "x0" ; then -+ echo $3 -+ else -+ echo "$1 is $$1" -+ fi -+ ]) -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_STANDARD_OPTIONS_SUMMARY_MSG -+dnl -+dnl Shows a summary message to the user about the WX_* variable contents. -+dnl This macro is used typically at the end of the configure script. -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG], -+ [ -+ echo -+ echo " The wxWidgets build which will be used by $PACKAGE_NAME $PACKAGE_VERSION" -+ echo " has the following settings:" -+ WX_BOOLOPT_SUMMARY([WX_DEBUG], [" - DEBUG build"], [" - RELEASE build"]) -+ WX_BOOLOPT_SUMMARY([WX_UNICODE], [" - UNICODE mode"], [" - ANSI mode"]) -+ WX_BOOLOPT_SUMMARY([WX_SHARED], [" - SHARED mode"], [" - STATIC mode"]) -+ echo " - VERSION: $WX_VERSION" -+ echo " - PORT: $WX_PORT" -+ ]) -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN, WX_STANDARD_OPTIONS_SUMMARY_MSG_END -+dnl -+dnl Like WX_STANDARD_OPTIONS_SUMMARY_MSG macro but these two macros also gives info -+dnl about the configuration of the package which used the wxpresets. -+dnl -+dnl Typical usage: -+dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN -+dnl echo " - Package setting 1: $SETTING1" -+dnl echo " - Package setting 2: $SETTING1" -+dnl ... -+dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_END -+dnl -+dnl --------------------------------------------------------------------------- -+AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN], -+ [ -+ echo -+ echo " ----------------------------------------------------------------" -+ echo " Configuration for $PACKAGE_NAME $PACKAGE_VERSION successfully completed." -+ echo " Summary of main configuration settings for $PACKAGE_NAME:" -+ WX_BOOLOPT_SUMMARY([DEBUG], [" - DEBUG build"], [" - RELEASE build"]) -+ WX_BOOLOPT_SUMMARY([UNICODE], [" - UNICODE mode"], [" - ANSI mode"]) -+ WX_BOOLOPT_SUMMARY([SHARED], [" - SHARED mode"], [" - STATIC mode"]) -+ ]) -+ -+AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG_END], -+ [ -+ WX_STANDARD_OPTIONS_SUMMARY_MSG -+ echo -+ echo " Now, just run make." -+ echo " ----------------------------------------------------------------" -+ echo -+ ]) -+ -+ -+dnl --------------------------------------------------------------------------- -+dnl Deprecated macro wrappers -+dnl --------------------------------------------------------------------------- -+ -+AC_DEFUN([AM_OPTIONS_WXCONFIG], [WX_CONFIG_OPTIONS]) -+AC_DEFUN([AM_PATH_WXCONFIG], [ -+ WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5]) -+]) -+AC_DEFUN([AM_PATH_WXRC], [WXRC_CHECK([$1],[$2])]) -+ -+# Copyright (C) 2002-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_AUTOMAKE_VERSION(VERSION) -+# ---------------------------- -+# Automake X.Y traces this macro to ensure aclocal.m4 has been -+# generated from the m4 files accompanying Automake X.Y. -+# (This private macro should not be called outside this file.) -+AC_DEFUN([AM_AUTOMAKE_VERSION], -+[am__api_version='1.15' -+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -+dnl require some minimum version. Point them to the right macro. -+m4_if([$1], [1.15], [], -+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -+]) -+ -+# _AM_AUTOCONF_VERSION(VERSION) -+# ----------------------------- -+# aclocal traces this macro to find the Autoconf version. -+# This is a private macro too. Using m4_define simplifies -+# the logic in aclocal, which can simply ignore this definition. -+m4_define([_AM_AUTOCONF_VERSION], []) -+ -+# AM_SET_CURRENT_AUTOMAKE_VERSION -+# ------------------------------- -+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -+[AM_AUTOMAKE_VERSION([1.15])dnl -+m4_ifndef([AC_AUTOCONF_VERSION], -+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -+ -+# AM_AUX_DIR_EXPAND -*- Autoconf -*- -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -+# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to -+# '$srcdir', '$srcdir/..', or '$srcdir/../..'. -+# -+# Of course, Automake must honor this variable whenever it calls a -+# tool from the auxiliary directory. The problem is that $srcdir (and -+# therefore $ac_aux_dir as well) can be either absolute or relative, -+# depending on how configure is run. This is pretty annoying, since -+# it makes $ac_aux_dir quite unusable in subdirectories: in the top -+# source directory, any form will work fine, but in subdirectories a -+# relative path needs to be adjusted first. -+# -+# $ac_aux_dir/missing -+# fails when called from a subdirectory if $ac_aux_dir is relative -+# $top_srcdir/$ac_aux_dir/missing -+# fails if $ac_aux_dir is absolute, -+# fails when called from a subdirectory in a VPATH build with -+# a relative $ac_aux_dir -+# -+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -+# are both prefixed by $srcdir. In an in-source build this is usually -+# harmless because $srcdir is '.', but things will broke when you -+# start a VPATH build or use an absolute $srcdir. -+# -+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -+# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -+# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -+# and then we would define $MISSING as -+# MISSING="\${SHELL} $am_aux_dir/missing" -+# This will work as long as MISSING is not called from configure, because -+# unfortunately $(top_srcdir) has no meaning in configure. -+# However there are other variables, like CC, which are often used in -+# configure, and could therefore not use this "fixed" $ac_aux_dir. -+# -+# Another solution, used here, is to always expand $ac_aux_dir to an -+# absolute PATH. The drawback is that using absolute paths prevent a -+# configured tree to be moved without reconfiguration. -+ -+AC_DEFUN([AM_AUX_DIR_EXPAND], -+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -+# Expand $ac_aux_dir to an absolute path. -+am_aux_dir=`cd "$ac_aux_dir" && pwd` -+]) -+ -+# AM_CONDITIONAL -*- Autoconf -*- -+ -+# Copyright (C) 1997-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_CONDITIONAL(NAME, SHELL-CONDITION) -+# ------------------------------------- -+# Define a conditional. -+AC_DEFUN([AM_CONDITIONAL], -+[AC_PREREQ([2.52])dnl -+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], -+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -+AC_SUBST([$1_TRUE])dnl -+AC_SUBST([$1_FALSE])dnl -+_AM_SUBST_NOTMAKE([$1_TRUE])dnl -+_AM_SUBST_NOTMAKE([$1_FALSE])dnl -+m4_define([_AM_COND_VALUE_$1], [$2])dnl -+if $2; then -+ $1_TRUE= -+ $1_FALSE='#' -+else -+ $1_TRUE='#' -+ $1_FALSE= -+fi -+AC_CONFIG_COMMANDS_PRE( -+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then -+ AC_MSG_ERROR([[conditional "$1" was never defined. -+Usually this means the macro was only invoked conditionally.]]) -+fi])]) -+ -+# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+ -+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be -+# written in clear, in which case automake, when reading aclocal.m4, -+# will think it sees a *use*, and therefore will trigger all it's -+# C support machinery. Also note that it means that autoscan, seeing -+# CC etc. in the Makefile, will ask for an AC_PROG_CC use... -+ -+ -+# _AM_DEPENDENCIES(NAME) -+# ---------------------- -+# See how the compiler implements dependency checking. -+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". -+# We try a few techniques and use that to set a single cache variable. -+# -+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -+# dependency, and given that the user is not expected to run this macro, -+# just rely on AC_PROG_CC. -+AC_DEFUN([_AM_DEPENDENCIES], -+[AC_REQUIRE([AM_SET_DEPDIR])dnl -+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -+AC_REQUIRE([AM_MAKE_INCLUDE])dnl -+AC_REQUIRE([AM_DEP_TRACK])dnl -+ -+m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], -+ [$1], [CXX], [depcc="$CXX" am_compiler_list=], -+ [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], -+ [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], -+ [$1], [UPC], [depcc="$UPC" am_compiler_list=], -+ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], -+ [depcc="$$1" am_compiler_list=]) -+ -+AC_CACHE_CHECK([dependency style of $depcc], -+ [am_cv_$1_dependencies_compiler_type], -+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then -+ # We make a subdir and do the tests there. Otherwise we can end up -+ # making bogus files that we don't know about and never remove. For -+ # instance it was reported that on HP-UX the gcc test will end up -+ # making a dummy file named 'D' -- because '-MD' means "put the output -+ # in D". -+ rm -rf conftest.dir -+ mkdir conftest.dir -+ # Copy depcomp to subdir because otherwise we won't find it if we're -+ # using a relative directory. -+ cp "$am_depcomp" conftest.dir -+ cd conftest.dir -+ # We will build objects and dependencies in a subdirectory because -+ # it helps to detect inapplicable dependency modes. For instance -+ # both Tru64's cc and ICC support -MD to output dependencies as a -+ # side effect of compilation, but ICC will put the dependencies in -+ # the current directory while Tru64 will put them in the object -+ # directory. -+ mkdir sub -+ -+ am_cv_$1_dependencies_compiler_type=none -+ if test "$am_compiler_list" = ""; then -+ am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` -+ fi -+ am__universal=false -+ m4_case([$1], [CC], -+ [case " $depcc " in #( -+ *\ -arch\ *\ -arch\ *) am__universal=true ;; -+ esac], -+ [CXX], -+ [case " $depcc " in #( -+ *\ -arch\ *\ -arch\ *) am__universal=true ;; -+ esac]) -+ -+ for depmode in $am_compiler_list; do -+ # Setup a source with many dependencies, because some compilers -+ # like to wrap large dependency lists on column 80 (with \), and -+ # we should not choose a depcomp mode which is confused by this. -+ # -+ # We need to recreate these files for each test, as the compiler may -+ # overwrite some of them when testing with obscure command lines. -+ # This happens at least with the AIX C compiler. -+ : > sub/conftest.c -+ for i in 1 2 3 4 5 6; do -+ echo '#include "conftst'$i'.h"' >> sub/conftest.c -+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with -+ # Solaris 10 /bin/sh. -+ echo '/* dummy */' > sub/conftst$i.h -+ done -+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -+ -+ # We check with '-c' and '-o' for the sake of the "dashmstdout" -+ # mode. It turns out that the SunPro C++ compiler does not properly -+ # handle '-M -o', and we need to detect this. Also, some Intel -+ # versions had trouble with output in subdirs. -+ am__obj=sub/conftest.${OBJEXT-o} -+ am__minus_obj="-o $am__obj" -+ case $depmode in -+ gcc) -+ # This depmode causes a compiler race in universal mode. -+ test "$am__universal" = false || continue -+ ;; -+ nosideeffect) -+ # After this tag, mechanisms are not by side-effect, so they'll -+ # only be used when explicitly requested. -+ if test "x$enable_dependency_tracking" = xyes; then -+ continue -+ else -+ break -+ fi -+ ;; -+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) -+ # This compiler won't grok '-c -o', but also, the minuso test has -+ # not run yet. These depmodes are late enough in the game, and -+ # so weak that their functioning should not be impacted. -+ am__obj=conftest.${OBJEXT-o} -+ am__minus_obj= -+ ;; -+ none) break ;; -+ esac -+ if depmode=$depmode \ -+ source=sub/conftest.c object=$am__obj \ -+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ -+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ -+ >/dev/null 2>conftest.err && -+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && -+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && -+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then -+ # icc doesn't choke on unknown options, it will just issue warnings -+ # or remarks (even with -Werror). So we grep stderr for any message -+ # that says an option was ignored or not supported. -+ # When given -MP, icc 7.0 and 7.1 complain thusly: -+ # icc: Command line warning: ignoring option '-M'; no argument required -+ # The diagnosis changed in icc 8.0: -+ # icc: Command line remark: option '-MP' not supported -+ if (grep 'ignoring option' conftest.err || -+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else -+ am_cv_$1_dependencies_compiler_type=$depmode -+ break -+ fi -+ fi -+ done -+ -+ cd .. -+ rm -rf conftest.dir -+else -+ am_cv_$1_dependencies_compiler_type=none -+fi -+]) -+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -+AM_CONDITIONAL([am__fastdep$1], [ -+ test "x$enable_dependency_tracking" != xno \ -+ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -+]) -+ -+ -+# AM_SET_DEPDIR -+# ------------- -+# Choose a directory name for dependency files. -+# This macro is AC_REQUIREd in _AM_DEPENDENCIES. -+AC_DEFUN([AM_SET_DEPDIR], -+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -+]) -+ -+ -+# AM_DEP_TRACK -+# ------------ -+AC_DEFUN([AM_DEP_TRACK], -+[AC_ARG_ENABLE([dependency-tracking], [dnl -+AS_HELP_STRING( -+ [--enable-dependency-tracking], -+ [do not reject slow dependency extractors]) -+AS_HELP_STRING( -+ [--disable-dependency-tracking], -+ [speeds up one-time build])]) -+if test "x$enable_dependency_tracking" != xno; then -+ am_depcomp="$ac_aux_dir/depcomp" -+ AMDEPBACKSLASH='\' -+ am__nodep='_no' -+fi -+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -+AC_SUBST([AMDEPBACKSLASH])dnl -+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl -+AC_SUBST([am__nodep])dnl -+_AM_SUBST_NOTMAKE([am__nodep])dnl -+]) -+ -+# Generate code to set up dependency tracking. -*- Autoconf -*- -+ -+# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+ -+# _AM_OUTPUT_DEPENDENCY_COMMANDS -+# ------------------------------ -+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -+[{ -+ # Older Autoconf quotes --file arguments for eval, but not when files -+ # are listed without --file. Let's play safe and only enable the eval -+ # if we detect the quoting. -+ case $CONFIG_FILES in -+ *\'*) eval set x "$CONFIG_FILES" ;; -+ *) set x $CONFIG_FILES ;; -+ esac -+ shift -+ for mf -+ do -+ # Strip MF so we end up with the name of the file. -+ mf=`echo "$mf" | sed -e 's/:.*$//'` -+ # Check whether this is an Automake generated Makefile or not. -+ # We used to match only the files named 'Makefile.in', but -+ # some people rename them; so instead we look at the file content. -+ # Grep'ing the first line is not enough: some people post-process -+ # each Makefile.in and add a new line on top of each file to say so. -+ # Grep'ing the whole file is not good either: AIX grep has a line -+ # limit of 2048, but all sed's we know have understand at least 4000. -+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then -+ dirpart=`AS_DIRNAME("$mf")` -+ else -+ continue -+ fi -+ # Extract the definition of DEPDIR, am__include, and am__quote -+ # from the Makefile without running 'make'. -+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` -+ test -z "$DEPDIR" && continue -+ am__include=`sed -n 's/^am__include = //p' < "$mf"` -+ test -z "$am__include" && continue -+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -+ # Find all dependency output files, they are included files with -+ # $(DEPDIR) in their names. We invoke sed twice because it is the -+ # simplest approach to changing $(DEPDIR) to its actual value in the -+ # expansion. -+ for file in `sed -n " -+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do -+ # Make sure the directory exists. -+ test -f "$dirpart/$file" && continue -+ fdir=`AS_DIRNAME(["$file"])` -+ AS_MKDIR_P([$dirpart/$fdir]) -+ # echo "creating $dirpart/$file" -+ echo '# dummy' > "$dirpart/$file" -+ done -+ done -+} -+])# _AM_OUTPUT_DEPENDENCY_COMMANDS -+ -+ -+# AM_OUTPUT_DEPENDENCY_COMMANDS -+# ----------------------------- -+# This macro should only be invoked once -- use via AC_REQUIRE. -+# -+# This code is only required when automatic dependency tracking -+# is enabled. FIXME. This creates each '.P' file that we will -+# need in order to bootstrap the dependency handling code. -+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -+[AC_CONFIG_COMMANDS([depfiles], -+ [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], -+ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -+]) -+ -+# Do all the work for Automake. -*- Autoconf -*- -+ -+# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+# -+# This file 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 macro actually does too much. Some checks are only needed if -+# your package does certain things. But this isn't really a big deal. -+ -+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. -+m4_define([AC_PROG_CC], -+m4_defn([AC_PROG_CC]) -+[_AM_PROG_CC_C_O -+]) -+ -+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -+# AM_INIT_AUTOMAKE([OPTIONS]) -+# ----------------------------------------------- -+# The call with PACKAGE and VERSION arguments is the old style -+# call (pre autoconf-2.50), which is being phased out. PACKAGE -+# and VERSION should now be passed to AC_INIT and removed from -+# the call to AM_INIT_AUTOMAKE. -+# We support both call styles for the transition. After -+# the next Automake release, Autoconf can make the AC_INIT -+# arguments mandatory, and then we can depend on a new Autoconf -+# release and drop the old call support. -+AC_DEFUN([AM_INIT_AUTOMAKE], -+[AC_PREREQ([2.65])dnl -+dnl Autoconf wants to disallow AM_ names. We explicitly allow -+dnl the ones we care about. -+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -+AC_REQUIRE([AC_PROG_INSTALL])dnl -+if test "`cd $srcdir && pwd`" != "`pwd`"; then -+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output -+ # is not polluted with repeated "-I." -+ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl -+ # test to see if srcdir already configured -+ if test -f $srcdir/config.status; then -+ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -+ fi -+fi -+ -+# test whether we have cygpath -+if test -z "$CYGPATH_W"; then -+ if (cygpath --version) >/dev/null 2>/dev/null; then -+ CYGPATH_W='cygpath -w' -+ else -+ CYGPATH_W=echo -+ fi -+fi -+AC_SUBST([CYGPATH_W]) -+ -+# Define the identity of the package. -+dnl Distinguish between old-style and new-style calls. -+m4_ifval([$2], -+[AC_DIAGNOSE([obsolete], -+ [$0: two- and three-arguments forms are deprecated.]) -+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl -+ AC_SUBST([PACKAGE], [$1])dnl -+ AC_SUBST([VERSION], [$2])], -+[_AM_SET_OPTIONS([$1])dnl -+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -+m4_if( -+ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), -+ [ok:ok],, -+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl -+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl -+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl -+ -+_AM_IF_OPTION([no-define],, -+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) -+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl -+ -+# Some tools Automake needs. -+AC_REQUIRE([AM_SANITY_CHECK])dnl -+AC_REQUIRE([AC_ARG_PROGRAM])dnl -+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) -+AM_MISSING_PROG([AUTOCONF], [autoconf]) -+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) -+AM_MISSING_PROG([AUTOHEADER], [autoheader]) -+AM_MISSING_PROG([MAKEINFO], [makeinfo]) -+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -+AC_REQUIRE([AC_PROG_MKDIR_P])dnl -+# For better backward compatibility. To be removed once Automake 1.9.x -+# dies out for good. For more background, see: -+# -+# -+AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -+# We need awk for the "check" target (and possibly the TAP driver). The -+# system "awk" is bad on some platforms. -+AC_REQUIRE([AC_PROG_AWK])dnl -+AC_REQUIRE([AC_PROG_MAKE_SET])dnl -+AC_REQUIRE([AM_SET_LEADING_DOT])dnl -+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], -+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], -+ [_AM_PROG_TAR([v7])])]) -+_AM_IF_OPTION([no-dependencies],, -+[AC_PROVIDE_IFELSE([AC_PROG_CC], -+ [_AM_DEPENDENCIES([CC])], -+ [m4_define([AC_PROG_CC], -+ m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl -+AC_PROVIDE_IFELSE([AC_PROG_CXX], -+ [_AM_DEPENDENCIES([CXX])], -+ [m4_define([AC_PROG_CXX], -+ m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl -+AC_PROVIDE_IFELSE([AC_PROG_OBJC], -+ [_AM_DEPENDENCIES([OBJC])], -+ [m4_define([AC_PROG_OBJC], -+ m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], -+ [_AM_DEPENDENCIES([OBJCXX])], -+ [m4_define([AC_PROG_OBJCXX], -+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl -+]) -+AC_REQUIRE([AM_SILENT_RULES])dnl -+dnl The testsuite driver may need to know about EXEEXT, so add the -+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This -+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. -+AC_CONFIG_COMMANDS_PRE(dnl -+[m4_provide_if([_AM_COMPILER_EXEEXT], -+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -+ -+# POSIX will say in a future version that running "rm -f" with no argument -+# is OK; and we want to be able to make that assumption in our Makefile -+# recipes. So use an aggressive probe to check that the usage we want is -+# actually supported "in the wild" to an acceptable degree. -+# See automake bug#10828. -+# To make any issue more visible, cause the running configure to be aborted -+# by default if the 'rm' program in use doesn't match our expectations; the -+# user can still override this though. -+if rm -f && rm -fr && rm -rf; then : OK; else -+ cat >&2 <<'END' -+Oops! -+ -+Your 'rm' program seems unable to run without file operands specified -+on the command line, even when the '-f' option is present. This is contrary -+to the behaviour of most rm programs out there, and not conforming with -+the upcoming POSIX standard: -+ -+Please tell bug-automake@gnu.org about your system, including the value -+of your $PATH and any error possibly output before this message. This -+can help us improve future automake versions. -+ -+END -+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then -+ echo 'Configuration will proceed anyway, since you have set the' >&2 -+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 -+ echo >&2 -+ else -+ cat >&2 <<'END' -+Aborting the configuration process, to ensure you take notice of the issue. -+ -+You can download and install GNU coreutils to get an 'rm' implementation -+that behaves properly: . -+ -+If you want to complete the configuration process using your problematic -+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -+to "yes", and re-run configure. -+ -+END -+ AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) -+ fi -+fi -+dnl The trailing newline in this macro's definition is deliberate, for -+dnl backward compatibility and to allow trailing 'dnl'-style comments -+dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. -+]) -+ -+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not -+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further -+dnl mangled by Autoconf and run in a shell conditional statement. -+m4_define([_AC_COMPILER_EXEEXT], -+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) -+ -+# When config.status generates a header, we must update the stamp-h file. -+# This file resides in the same directory as the config header -+# that is generated. The stamp files are numbered to have different names. -+ -+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -+# loop where config.status creates the headers, so we can generate -+# our stamp files there. -+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -+[# Compute $1's index in $config_headers. -+_am_arg=$1 -+_am_stamp_count=1 -+for _am_header in $config_headers :; do -+ case $_am_header in -+ $_am_arg | $_am_arg:* ) -+ break ;; -+ * ) -+ _am_stamp_count=`expr $_am_stamp_count + 1` ;; -+ esac -+done -+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_PROG_INSTALL_SH -+# ------------------ -+# Define $install_sh. -+AC_DEFUN([AM_PROG_INSTALL_SH], -+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -+if test x"${install_sh+set}" != xset; then -+ case $am_aux_dir in -+ *\ * | *\ *) -+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; -+ *) -+ install_sh="\${SHELL} $am_aux_dir/install-sh" -+ esac -+fi -+AC_SUBST([install_sh])]) -+ -+# Copyright (C) 2003-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# Check whether the underlying file-system supports filenames -+# with a leading dot. For instance MS-DOS doesn't. -+AC_DEFUN([AM_SET_LEADING_DOT], -+[rm -rf .tst 2>/dev/null -+mkdir .tst 2>/dev/null -+if test -d .tst; then -+ am__leading_dot=. -+else -+ am__leading_dot=_ -+fi -+rmdir .tst 2>/dev/null -+AC_SUBST([am__leading_dot])]) -+ -+# Check to see how 'make' treats includes. -*- Autoconf -*- -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_MAKE_INCLUDE() -+# ----------------- -+# Check to see how make treats includes. -+AC_DEFUN([AM_MAKE_INCLUDE], -+[am_make=${MAKE-make} -+cat > confinc << 'END' -+am__doit: -+ @echo this is the am__doit target -+.PHONY: am__doit -+END -+# If we don't find an include directive, just comment out the code. -+AC_MSG_CHECKING([for style of include used by $am_make]) -+am__include="#" -+am__quote= -+_am_result=none -+# First try GNU make style include. -+echo "include confinc" > confmf -+# Ignore all kinds of additional output from 'make'. -+case `$am_make -s -f confmf 2> /dev/null` in #( -+*the\ am__doit\ target*) -+ am__include=include -+ am__quote= -+ _am_result=GNU -+ ;; -+esac -+# Now try BSD make style include. -+if test "$am__include" = "#"; then -+ echo '.include "confinc"' > confmf -+ case `$am_make -s -f confmf 2> /dev/null` in #( -+ *the\ am__doit\ target*) -+ am__include=.include -+ am__quote="\"" -+ _am_result=BSD -+ ;; -+ esac -+fi -+AC_SUBST([am__include]) -+AC_SUBST([am__quote]) -+AC_MSG_RESULT([$_am_result]) -+rm -f confinc confmf -+]) -+ -+# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -+ -+# Copyright (C) 1997-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_MISSING_PROG(NAME, PROGRAM) -+# ------------------------------ -+AC_DEFUN([AM_MISSING_PROG], -+[AC_REQUIRE([AM_MISSING_HAS_RUN]) -+$1=${$1-"${am_missing_run}$2"} -+AC_SUBST($1)]) -+ -+# AM_MISSING_HAS_RUN -+# ------------------ -+# Define MISSING if not defined so far and test if it is modern enough. -+# If it is, set am_missing_run to use it, otherwise, to nothing. -+AC_DEFUN([AM_MISSING_HAS_RUN], -+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -+AC_REQUIRE_AUX_FILE([missing])dnl -+if test x"${MISSING+set}" != xset; then -+ case $am_aux_dir in -+ *\ * | *\ *) -+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; -+ *) -+ MISSING="\${SHELL} $am_aux_dir/missing" ;; -+ esac -+fi -+# Use eval to expand $SHELL -+if eval "$MISSING --is-lightweight"; then -+ am_missing_run="$MISSING " -+else -+ am_missing_run= -+ AC_MSG_WARN(['missing' script is too old or missing]) -+fi -+]) -+ -+# Helper functions for option handling. -*- Autoconf -*- -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# _AM_MANGLE_OPTION(NAME) -+# ----------------------- -+AC_DEFUN([_AM_MANGLE_OPTION], -+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) -+ -+# _AM_SET_OPTION(NAME) -+# -------------------- -+# Set option NAME. Presently that only means defining a flag for this option. -+AC_DEFUN([_AM_SET_OPTION], -+[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) -+ -+# _AM_SET_OPTIONS(OPTIONS) -+# ------------------------ -+# OPTIONS is a space-separated list of Automake options. -+AC_DEFUN([_AM_SET_OPTIONS], -+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) -+ -+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -+# ------------------------------------------- -+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -+AC_DEFUN([_AM_IF_OPTION], -+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -+ -+# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# _AM_PROG_CC_C_O -+# --------------- -+# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC -+# to automatically call this. -+AC_DEFUN([_AM_PROG_CC_C_O], -+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -+AC_REQUIRE_AUX_FILE([compile])dnl -+AC_LANG_PUSH([C])dnl -+AC_CACHE_CHECK( -+ [whether $CC understands -c and -o together], -+ [am_cv_prog_cc_c_o], -+ [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) -+ # Make sure it works both with $CC and with simple cc. -+ # Following AC_PROG_CC_C_O, we do the test twice because some -+ # compilers refuse to overwrite an existing .o file with -o, -+ # though they will create one. -+ am_cv_prog_cc_c_o=yes -+ for am_i in 1 2; do -+ if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ -+ && test -f conftest2.$ac_objext; then -+ : OK -+ else -+ am_cv_prog_cc_c_o=no -+ break -+ fi -+ done -+ rm -f core conftest* -+ unset am_i]) -+if test "$am_cv_prog_cc_c_o" != yes; then -+ # Losing compiler, so override with the script. -+ # FIXME: It is wrong to rewrite CC. -+ # But if we don't then we get into trouble of one sort or another. -+ # A longer-term fix would be to have automake use am__CC in this case, -+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" -+ CC="$am_aux_dir/compile $CC" -+fi -+AC_LANG_POP([C])]) -+ -+# For backward compatibility. -+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_RUN_LOG(COMMAND) -+# ------------------- -+# Run COMMAND, save the exit status in ac_status, and log it. -+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) -+AC_DEFUN([AM_RUN_LOG], -+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD -+ ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD -+ (exit $ac_status); }]) -+ -+# Check to make sure that the build environment is sane. -*- Autoconf -*- -+ -+# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_SANITY_CHECK -+# --------------- -+AC_DEFUN([AM_SANITY_CHECK], -+[AC_MSG_CHECKING([whether build environment is sane]) -+# Reject unsafe characters in $srcdir or the absolute working directory -+# name. Accept space and tab only in the latter. -+am_lf=' -+' -+case `pwd` in -+ *[[\\\"\#\$\&\'\`$am_lf]]*) -+ AC_MSG_ERROR([unsafe absolute working directory name]);; -+esac -+case $srcdir in -+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) -+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; -+esac -+ -+# Do 'set' in a subshell so we don't clobber the current shell's -+# arguments. Must try -L first in case configure is actually a -+# symlink; some systems play weird games with the mod time of symlinks -+# (eg FreeBSD returns the mod time of the symlink's containing -+# directory). -+if ( -+ am_has_slept=no -+ for am_try in 1 2; do -+ echo "timestamp, slept: $am_has_slept" > conftest.file -+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` -+ if test "$[*]" = "X"; then -+ # -L didn't work. -+ set X `ls -t "$srcdir/configure" conftest.file` -+ fi -+ if test "$[*]" != "X $srcdir/configure conftest.file" \ -+ && test "$[*]" != "X conftest.file $srcdir/configure"; then -+ -+ # If neither matched, then we have a broken ls. This can happen -+ # if, for instance, CONFIG_SHELL is bash and it inherits a -+ # broken ls alias from the environment. This has actually -+ # happened. Such a system could not be considered "sane". -+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -+ alias in your environment]) -+ fi -+ if test "$[2]" = conftest.file || test $am_try -eq 2; then -+ break -+ fi -+ # Just in case. -+ sleep 1 -+ am_has_slept=yes -+ done -+ test "$[2]" = conftest.file -+ ) -+then -+ # Ok. -+ : -+else -+ AC_MSG_ERROR([newly created file is older than distributed files! -+Check your system clock]) -+fi -+AC_MSG_RESULT([yes]) -+# If we didn't sleep, we still need to ensure time stamps of config.status and -+# generated files are strictly newer. -+am_sleep_pid= -+if grep 'slept: no' conftest.file >/dev/null 2>&1; then -+ ( sleep 1 ) & -+ am_sleep_pid=$! -+fi -+AC_CONFIG_COMMANDS_PRE( -+ [AC_MSG_CHECKING([that generated files are newer than configure]) -+ if test -n "$am_sleep_pid"; then -+ # Hide warnings about reused PIDs. -+ wait $am_sleep_pid 2>/dev/null -+ fi -+ AC_MSG_RESULT([done])]) -+rm -f conftest.file -+]) -+ -+# Copyright (C) 2009-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_SILENT_RULES([DEFAULT]) -+# -------------------------- -+# Enable less verbose build rules; with the default set to DEFAULT -+# ("yes" being less verbose, "no" or empty being verbose). -+AC_DEFUN([AM_SILENT_RULES], -+[AC_ARG_ENABLE([silent-rules], [dnl -+AS_HELP_STRING( -+ [--enable-silent-rules], -+ [less verbose build output (undo: "make V=1")]) -+AS_HELP_STRING( -+ [--disable-silent-rules], -+ [verbose build output (undo: "make V=0")])dnl -+]) -+case $enable_silent_rules in @%:@ ((( -+ yes) AM_DEFAULT_VERBOSITY=0;; -+ no) AM_DEFAULT_VERBOSITY=1;; -+ *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; -+esac -+dnl -+dnl A few 'make' implementations (e.g., NonStop OS and NextStep) -+dnl do not support nested variable expansions. -+dnl See automake bug#9928 and bug#10237. -+am_make=${MAKE-make} -+AC_CACHE_CHECK([whether $am_make supports nested variables], -+ [am_cv_make_support_nested_variables], -+ [if AS_ECHO([['TRUE=$(BAR$(V)) -+BAR0=false -+BAR1=true -+V=1 -+am__doit: -+ @$(TRUE) -+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then -+ am_cv_make_support_nested_variables=yes -+else -+ am_cv_make_support_nested_variables=no -+fi]) -+if test $am_cv_make_support_nested_variables = yes; then -+ dnl Using '$V' instead of '$(V)' breaks IRIX make. -+ AM_V='$(V)' -+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -+else -+ AM_V=$AM_DEFAULT_VERBOSITY -+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -+fi -+AC_SUBST([AM_V])dnl -+AM_SUBST_NOTMAKE([AM_V])dnl -+AC_SUBST([AM_DEFAULT_V])dnl -+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl -+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl -+AM_BACKSLASH='\' -+AC_SUBST([AM_BACKSLASH])dnl -+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl -+]) -+ -+# Copyright (C) 2001-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# AM_PROG_INSTALL_STRIP -+# --------------------- -+# One issue with vendor 'install' (even GNU) is that you can't -+# specify the program used to strip binaries. This is especially -+# annoying in cross-compiling environments, where the build's strip -+# is unlikely to handle the host's binaries. -+# Fortunately install-sh will honor a STRIPPROG variable, so we -+# always use install-sh in "make install-strip", and initialize -+# STRIPPROG with the value of the STRIP variable (set by the user). -+AC_DEFUN([AM_PROG_INSTALL_STRIP], -+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -+# Installed binaries are usually stripped using 'strip' when the user -+# run "make install-strip". However 'strip' might not be the right -+# tool to use in cross-compilation environments, therefore Automake -+# will honor the 'STRIP' environment variable to overrule this program. -+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. -+if test "$cross_compiling" != no; then -+ AC_CHECK_TOOL([STRIP], [strip], :) -+fi -+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -+AC_SUBST([INSTALL_STRIP_PROGRAM])]) -+ -+# Copyright (C) 2006-2014 Free Software Foundation, Inc. -+# -+# This file 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. -+ -+# _AM_SUBST_NOTMAKE(VARIABLE) -+# --------------------------- -+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. -+# This macro is traced by Automake. -+AC_DEFUN([_AM_SUBST_NOTMAKE]) -+ -+# AM_SUBST_NOTMAKE(VARIABLE) -+# -------------------------- -+# Public sister of _AM_SUBST_NOTMAKE. -+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) -+ -+m4_include([m4/libtool.m4]) -+m4_include([m4/ltoptions.m4]) -+m4_include([m4/ltsugar.m4]) -+m4_include([m4/ltversion.m4]) -+m4_include([m4/lt~obsolete.m4]) ---- codeblocks-16.01svn11246.orig/bootstrap -+++ codeblocks-16.01svn11246/bootstrap -@@ -6,15 +6,6 @@ - # - automake 1.7+, 1.9+ for make dist - # - libtool 1.4+ - --# Touch revision.m4 --if [ -f ./update_revision.sh ]; then -- ./update_revision.sh; --elif [ ! -f ./revision.m4 ]; then -- echo "m4_define([SVN_REV], 0)" > ./revision.m4; -- echo "m4_define([SVN_REVISION], trunk-r0)" >> ./revision.m4; -- echo "m4_define([SVN_DATE], )" >> ./revision.m4; --fi -- - # create m4 directory or we break older systems like RedHat/CentOS 5 - mkdir -p m4 - ---- /dev/null -+++ codeblocks-16.01svn11246/compile -@@ -0,0 +1,347 @@ -+#! /bin/sh -+# Wrapper for compilers which do not understand '-c -o'. -+ -+scriptversion=2012-10-14.11; # UTC -+ -+# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+# Written by Tom Tromey . -+# -+# This program is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2, or (at your option) -+# any later version. -+# -+# This program 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 General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that program. -+ -+# This file is maintained in Automake, please report -+# bugs to or send patches to -+# . -+ -+nl=' -+' -+ -+# We need space, tab and new line, in precisely that order. Quoting is -+# there to prevent tools from complaining about whitespace usage. -+IFS=" "" $nl" -+ -+file_conv= -+ -+# func_file_conv build_file lazy -+# Convert a $build file to $host form and store it in $file -+# Currently only supports Windows hosts. If the determined conversion -+# type is listed in (the comma separated) LAZY, no conversion will -+# take place. -+func_file_conv () -+{ -+ file=$1 -+ case $file in -+ / | /[!/]*) # absolute file, and not a UNC file -+ if test -z "$file_conv"; then -+ # lazily determine how to convert abs files -+ case `uname -s` in -+ MINGW*) -+ file_conv=mingw -+ ;; -+ CYGWIN*) -+ file_conv=cygwin -+ ;; -+ *) -+ file_conv=wine -+ ;; -+ esac -+ fi -+ case $file_conv/,$2, in -+ *,$file_conv,*) -+ ;; -+ mingw/*) -+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` -+ ;; -+ cygwin/*) -+ file=`cygpath -m "$file" || echo "$file"` -+ ;; -+ wine/*) -+ file=`winepath -w "$file" || echo "$file"` -+ ;; -+ esac -+ ;; -+ esac -+} -+ -+# func_cl_dashL linkdir -+# Make cl look for libraries in LINKDIR -+func_cl_dashL () -+{ -+ func_file_conv "$1" -+ if test -z "$lib_path"; then -+ lib_path=$file -+ else -+ lib_path="$lib_path;$file" -+ fi -+ linker_opts="$linker_opts -LIBPATH:$file" -+} -+ -+# func_cl_dashl library -+# Do a library search-path lookup for cl -+func_cl_dashl () -+{ -+ lib=$1 -+ found=no -+ save_IFS=$IFS -+ IFS=';' -+ for dir in $lib_path $LIB -+ do -+ IFS=$save_IFS -+ if $shared && test -f "$dir/$lib.dll.lib"; then -+ found=yes -+ lib=$dir/$lib.dll.lib -+ break -+ fi -+ if test -f "$dir/$lib.lib"; then -+ found=yes -+ lib=$dir/$lib.lib -+ break -+ fi -+ if test -f "$dir/lib$lib.a"; then -+ found=yes -+ lib=$dir/lib$lib.a -+ break -+ fi -+ done -+ IFS=$save_IFS -+ -+ if test "$found" != yes; then -+ lib=$lib.lib -+ fi -+} -+ -+# func_cl_wrapper cl arg... -+# Adjust compile command to suit cl -+func_cl_wrapper () -+{ -+ # Assume a capable shell -+ lib_path= -+ shared=: -+ linker_opts= -+ for arg -+ do -+ if test -n "$eat"; then -+ eat= -+ else -+ case $1 in -+ -o) -+ # configure might choose to run compile as 'compile cc -o foo foo.c'. -+ eat=1 -+ case $2 in -+ *.o | *.[oO][bB][jJ]) -+ func_file_conv "$2" -+ set x "$@" -Fo"$file" -+ shift -+ ;; -+ *) -+ func_file_conv "$2" -+ set x "$@" -Fe"$file" -+ shift -+ ;; -+ esac -+ ;; -+ -I) -+ eat=1 -+ func_file_conv "$2" mingw -+ set x "$@" -I"$file" -+ shift -+ ;; -+ -I*) -+ func_file_conv "${1#-I}" mingw -+ set x "$@" -I"$file" -+ shift -+ ;; -+ -l) -+ eat=1 -+ func_cl_dashl "$2" -+ set x "$@" "$lib" -+ shift -+ ;; -+ -l*) -+ func_cl_dashl "${1#-l}" -+ set x "$@" "$lib" -+ shift -+ ;; -+ -L) -+ eat=1 -+ func_cl_dashL "$2" -+ ;; -+ -L*) -+ func_cl_dashL "${1#-L}" -+ ;; -+ -static) -+ shared=false -+ ;; -+ -Wl,*) -+ arg=${1#-Wl,} -+ save_ifs="$IFS"; IFS=',' -+ for flag in $arg; do -+ IFS="$save_ifs" -+ linker_opts="$linker_opts $flag" -+ done -+ IFS="$save_ifs" -+ ;; -+ -Xlinker) -+ eat=1 -+ linker_opts="$linker_opts $2" -+ ;; -+ -*) -+ set x "$@" "$1" -+ shift -+ ;; -+ *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) -+ func_file_conv "$1" -+ set x "$@" -Tp"$file" -+ shift -+ ;; -+ *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) -+ func_file_conv "$1" mingw -+ set x "$@" "$file" -+ shift -+ ;; -+ *) -+ set x "$@" "$1" -+ shift -+ ;; -+ esac -+ fi -+ shift -+ done -+ if test -n "$linker_opts"; then -+ linker_opts="-link$linker_opts" -+ fi -+ exec "$@" $linker_opts -+ exit 1 -+} -+ -+eat= -+ -+case $1 in -+ '') -+ echo "$0: No command. Try '$0 --help' for more information." 1>&2 -+ exit 1; -+ ;; -+ -h | --h*) -+ cat <<\EOF -+Usage: compile [--help] [--version] PROGRAM [ARGS] -+ -+Wrapper for compilers which do not understand '-c -o'. -+Remove '-o dest.o' from ARGS, run PROGRAM with the remaining -+arguments, and rename the output as expected. -+ -+If you are trying to build a whole package this is not the -+right script to run: please start by reading the file 'INSTALL'. -+ -+Report bugs to . -+EOF -+ exit $? -+ ;; -+ -v | --v*) -+ echo "compile $scriptversion" -+ exit $? -+ ;; -+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) -+ func_cl_wrapper "$@" # Doesn't return... -+ ;; -+esac -+ -+ofile= -+cfile= -+ -+for arg -+do -+ if test -n "$eat"; then -+ eat= -+ else -+ case $1 in -+ -o) -+ # configure might choose to run compile as 'compile cc -o foo foo.c'. -+ # So we strip '-o arg' only if arg is an object. -+ eat=1 -+ case $2 in -+ *.o | *.obj) -+ ofile=$2 -+ ;; -+ *) -+ set x "$@" -o "$2" -+ shift -+ ;; -+ esac -+ ;; -+ *.c) -+ cfile=$1 -+ set x "$@" "$1" -+ shift -+ ;; -+ *) -+ set x "$@" "$1" -+ shift -+ ;; -+ esac -+ fi -+ shift -+done -+ -+if test -z "$ofile" || test -z "$cfile"; then -+ # If no '-o' option was seen then we might have been invoked from a -+ # pattern rule where we don't need one. That is ok -- this is a -+ # normal compilation that the losing compiler can handle. If no -+ # '.c' file was seen then we are probably linking. That is also -+ # ok. -+ exec "$@" -+fi -+ -+# Name of file we expect compiler to create. -+cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` -+ -+# Create the lock directory. -+# Note: use '[/\\:.-]' here to ensure that we don't use the same name -+# that we are using for the .o file. Also, base the name on the expected -+# object file name, since that is what matters with a parallel build. -+lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d -+while true; do -+ if mkdir "$lockdir" >/dev/null 2>&1; then -+ break -+ fi -+ sleep 1 -+done -+# FIXME: race condition here if user kills between mkdir and trap. -+trap "rmdir '$lockdir'; exit 1" 1 2 15 -+ -+# Run the compile. -+"$@" -+ret=$? -+ -+if test -f "$cofile"; then -+ test "$cofile" = "$ofile" || mv "$cofile" "$ofile" -+elif test -f "${cofile}bj"; then -+ test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" -+fi -+ -+rmdir "$lockdir" -+exit $ret -+ -+# Local Variables: -+# mode: shell-script -+# sh-indentation: 2 -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "scriptversion=" -+# time-stamp-format: "%:y-%02m-%02d.%02H" -+# time-stamp-time-zone: "UTC" -+# time-stamp-end: "; # UTC" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/config.guess -@@ -0,0 +1,1441 @@ -+#! /bin/sh -+# Attempt to guess a canonical system name. -+# Copyright 1992-2015 Free Software Foundation, Inc. -+ -+timestamp='2015-08-20' -+ -+# This file is free software; you can redistribute it and/or modify it -+# under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program 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 -+# General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, see . -+# -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that -+# program. This Exception is an additional permission under section 7 -+# of the GNU General Public License, version 3 ("GPLv3"). -+# -+# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. -+# -+# You can get the latest version of this script from: -+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD -+# -+# Please send patches to . -+ -+ -+me=`echo "$0" | sed -e 's,.*/,,'` -+ -+usage="\ -+Usage: $0 [OPTION] -+ -+Output the configuration name of the system \`$me' is run on. -+ -+Operation modes: -+ -h, --help print this help, then exit -+ -t, --time-stamp print date of last modification, then exit -+ -v, --version print version number, then exit -+ -+Report bugs and patches to ." -+ -+version="\ -+GNU config.guess ($timestamp) -+ -+Originally written by Per Bothner. -+Copyright 1992-2015 Free Software Foundation, Inc. -+ -+This is free software; see the source for copying conditions. There is NO -+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -+ -+help=" -+Try \`$me --help' for more information." -+ -+# Parse command line -+while test $# -gt 0 ; do -+ case $1 in -+ --time-stamp | --time* | -t ) -+ echo "$timestamp" ; exit ;; -+ --version | -v ) -+ echo "$version" ; exit ;; -+ --help | --h* | -h ) -+ echo "$usage"; exit ;; -+ -- ) # Stop option processing -+ shift; break ;; -+ - ) # Use stdin as input. -+ break ;; -+ -* ) -+ echo "$me: invalid option $1$help" >&2 -+ exit 1 ;; -+ * ) -+ break ;; -+ esac -+done -+ -+if test $# != 0; then -+ echo "$me: too many arguments$help" >&2 -+ exit 1 -+fi -+ -+trap 'exit 1' 1 2 15 -+ -+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -+# compiler to aid in system detection is discouraged as it requires -+# temporary files to be created and, as you can see below, it is a -+# headache to deal with in a portable fashion. -+ -+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -+# use `HOST_CC' if defined, but it is deprecated. -+ -+# Portable tmp directory creation inspired by the Autoconf team. -+ -+set_cc_for_build=' -+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -+: ${TMPDIR=/tmp} ; -+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || -+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || -+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || -+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -+dummy=$tmp/dummy ; -+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -+case $CC_FOR_BUILD,$HOST_CC,$CC in -+ ,,) echo "int x;" > $dummy.c ; -+ for c in cc gcc c89 c99 ; do -+ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then -+ CC_FOR_BUILD="$c"; break ; -+ fi ; -+ done ; -+ if test x"$CC_FOR_BUILD" = x ; then -+ CC_FOR_BUILD=no_compiler_found ; -+ fi -+ ;; -+ ,,*) CC_FOR_BUILD=$CC ;; -+ ,*,*) CC_FOR_BUILD=$HOST_CC ;; -+esac ; set_cc_for_build= ;' -+ -+# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -+# (ghazi@noc.rutgers.edu 1994-08-24) -+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then -+ PATH=$PATH:/.attbin ; export PATH -+fi -+ -+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -+UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -+ -+case "${UNAME_SYSTEM}" in -+Linux|GNU|GNU/*) -+ # If the system lacks a compiler, then just pick glibc. -+ # We could probably try harder. -+ LIBC=gnu -+ -+ eval $set_cc_for_build -+ cat <<-EOF > $dummy.c -+ #include -+ #if defined(__UCLIBC__) -+ LIBC=uclibc -+ #elif defined(__dietlibc__) -+ LIBC=dietlibc -+ #else -+ LIBC=gnu -+ #endif -+ EOF -+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` -+ ;; -+esac -+ -+# Note: order is significant - the case branches are not exclusive. -+ -+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in -+ *:NetBSD:*:*) -+ # NetBSD (nbsd) targets should (where applicable) match one or -+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, -+ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently -+ # switched to ELF, *-*-netbsd* would select the old -+ # object file format. This provides both forward -+ # compatibility and a consistent mechanism for selecting the -+ # object file format. -+ # -+ # Note: NetBSD doesn't particularly care about the vendor -+ # portion of the name. We always set it to "unknown". -+ sysctl="sysctl -n hw.machine_arch" -+ UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ -+ /sbin/$sysctl 2>/dev/null || \ -+ /usr/sbin/$sysctl 2>/dev/null || \ -+ echo unknown)` -+ case "${UNAME_MACHINE_ARCH}" in -+ armeb) machine=armeb-unknown ;; -+ arm*) machine=arm-unknown ;; -+ sh3el) machine=shl-unknown ;; -+ sh3eb) machine=sh-unknown ;; -+ sh5el) machine=sh5le-unknown ;; -+ earmv*) -+ arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` -+ endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` -+ machine=${arch}${endian}-unknown -+ ;; -+ *) machine=${UNAME_MACHINE_ARCH}-unknown ;; -+ esac -+ # The Operating System including object format, if it has switched -+ # to ELF recently, or will in the future. -+ case "${UNAME_MACHINE_ARCH}" in -+ arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) -+ eval $set_cc_for_build -+ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ -+ | grep -q __ELF__ -+ then -+ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). -+ # Return netbsd for either. FIX? -+ os=netbsd -+ else -+ os=netbsdelf -+ fi -+ ;; -+ *) -+ os=netbsd -+ ;; -+ esac -+ # Determine ABI tags. -+ case "${UNAME_MACHINE_ARCH}" in -+ earm*) -+ expr='s/^earmv[0-9]/-eabi/;s/eb$//' -+ abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` -+ ;; -+ esac -+ # The OS release -+ # Debian GNU/NetBSD machines have a different userland, and -+ # thus, need a distinct triplet. However, they do not need -+ # kernel version information, so it can be replaced with a -+ # suitable tag, in the style of linux-gnu. -+ case "${UNAME_VERSION}" in -+ Debian*) -+ release='-gnu' -+ ;; -+ *) -+ release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` -+ ;; -+ esac -+ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: -+ # contains redundant information, the shorter form: -+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. -+ echo "${machine}-${os}${release}${abi}" -+ exit ;; -+ *:Bitrig:*:*) -+ UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` -+ echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} -+ exit ;; -+ *:OpenBSD:*:*) -+ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` -+ echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} -+ exit ;; -+ *:ekkoBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} -+ exit ;; -+ *:SolidBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} -+ exit ;; -+ macppc:MirBSD:*:*) -+ echo powerpc-unknown-mirbsd${UNAME_RELEASE} -+ exit ;; -+ *:MirBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} -+ exit ;; -+ *:Sortix:*:*) -+ echo ${UNAME_MACHINE}-unknown-sortix -+ exit ;; -+ alpha:OSF1:*:*) -+ case $UNAME_RELEASE in -+ *4.0) -+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` -+ ;; -+ *5.*) -+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` -+ ;; -+ esac -+ # According to Compaq, /usr/sbin/psrinfo has been available on -+ # OSF/1 and Tru64 systems produced since 1995. I hope that -+ # covers most systems running today. This code pipes the CPU -+ # types through head -n 1, so we only detect the type of CPU 0. -+ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` -+ case "$ALPHA_CPU_TYPE" in -+ "EV4 (21064)") -+ UNAME_MACHINE="alpha" ;; -+ "EV4.5 (21064)") -+ UNAME_MACHINE="alpha" ;; -+ "LCA4 (21066/21068)") -+ UNAME_MACHINE="alpha" ;; -+ "EV5 (21164)") -+ UNAME_MACHINE="alphaev5" ;; -+ "EV5.6 (21164A)") -+ UNAME_MACHINE="alphaev56" ;; -+ "EV5.6 (21164PC)") -+ UNAME_MACHINE="alphapca56" ;; -+ "EV5.7 (21164PC)") -+ UNAME_MACHINE="alphapca57" ;; -+ "EV6 (21264)") -+ UNAME_MACHINE="alphaev6" ;; -+ "EV6.7 (21264A)") -+ UNAME_MACHINE="alphaev67" ;; -+ "EV6.8CB (21264C)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.8AL (21264B)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.8CX (21264D)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.9A (21264/EV69A)") -+ UNAME_MACHINE="alphaev69" ;; -+ "EV7 (21364)") -+ UNAME_MACHINE="alphaev7" ;; -+ "EV7.9 (21364A)") -+ UNAME_MACHINE="alphaev79" ;; -+ esac -+ # A Pn.n version is a patched version. -+ # A Vn.n version is a released version. -+ # A Tn.n version is a released field test version. -+ # A Xn.n version is an unreleased experimental baselevel. -+ # 1.2 uses "1.2" for uname -r. -+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -+ # Reset EXIT trap before exiting to avoid spurious non-zero exit code. -+ exitcode=$? -+ trap '' 0 -+ exit $exitcode ;; -+ Alpha\ *:Windows_NT*:*) -+ # How do we know it's Interix rather than the generic POSIX subsystem? -+ # Should we change UNAME_MACHINE based on the output of uname instead -+ # of the specific Alpha model? -+ echo alpha-pc-interix -+ exit ;; -+ 21064:Windows_NT:50:3) -+ echo alpha-dec-winnt3.5 -+ exit ;; -+ Amiga*:UNIX_System_V:4.0:*) -+ echo m68k-unknown-sysv4 -+ exit ;; -+ *:[Aa]miga[Oo][Ss]:*:*) -+ echo ${UNAME_MACHINE}-unknown-amigaos -+ exit ;; -+ *:[Mm]orph[Oo][Ss]:*:*) -+ echo ${UNAME_MACHINE}-unknown-morphos -+ exit ;; -+ *:OS/390:*:*) -+ echo i370-ibm-openedition -+ exit ;; -+ *:z/VM:*:*) -+ echo s390-ibm-zvmoe -+ exit ;; -+ *:OS400:*:*) -+ echo powerpc-ibm-os400 -+ exit ;; -+ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) -+ echo arm-acorn-riscix${UNAME_RELEASE} -+ exit ;; -+ arm*:riscos:*:*|arm*:RISCOS:*:*) -+ echo arm-unknown-riscos -+ exit ;; -+ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) -+ echo hppa1.1-hitachi-hiuxmpp -+ exit ;; -+ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) -+ # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. -+ if test "`(/bin/universe) 2>/dev/null`" = att ; then -+ echo pyramid-pyramid-sysv3 -+ else -+ echo pyramid-pyramid-bsd -+ fi -+ exit ;; -+ NILE*:*:*:dcosx) -+ echo pyramid-pyramid-svr4 -+ exit ;; -+ DRS?6000:unix:4.0:6*) -+ echo sparc-icl-nx6 -+ exit ;; -+ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) -+ case `/usr/bin/uname -p` in -+ sparc) echo sparc-icl-nx7; exit ;; -+ esac ;; -+ s390x:SunOS:*:*) -+ echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4H:SunOS:5.*:*) -+ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) -+ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) -+ echo i386-pc-auroraux${UNAME_RELEASE} -+ exit ;; -+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) -+ eval $set_cc_for_build -+ SUN_ARCH="i386" -+ # If there is a compiler, see if it is configured for 64-bit objects. -+ # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. -+ # This test works for both compilers. -+ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then -+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ -+ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ -+ grep IS_64BIT_ARCH >/dev/null -+ then -+ SUN_ARCH="x86_64" -+ fi -+ fi -+ echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:6*:*) -+ # According to config.sub, this is the proper way to canonicalize -+ # SunOS6. Hard to guess exactly what SunOS6 will be like, but -+ # it's likely to be more like Solaris than SunOS4. -+ echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:*:*) -+ case "`/usr/bin/arch -k`" in -+ Series*|S4*) -+ UNAME_RELEASE=`uname -v` -+ ;; -+ esac -+ # Japanese Language versions have a version number like `4.1.3-JL'. -+ echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` -+ exit ;; -+ sun3*:SunOS:*:*) -+ echo m68k-sun-sunos${UNAME_RELEASE} -+ exit ;; -+ sun*:*:4.2BSD:*) -+ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` -+ test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 -+ case "`/bin/arch`" in -+ sun3) -+ echo m68k-sun-sunos${UNAME_RELEASE} -+ ;; -+ sun4) -+ echo sparc-sun-sunos${UNAME_RELEASE} -+ ;; -+ esac -+ exit ;; -+ aushp:SunOS:*:*) -+ echo sparc-auspex-sunos${UNAME_RELEASE} -+ exit ;; -+ # The situation for MiNT is a little confusing. The machine name -+ # can be virtually everything (everything which is not -+ # "atarist" or "atariste" at least should have a processor -+ # > m68000). The system name ranges from "MiNT" over "FreeMiNT" -+ # to the lowercase version "mint" (or "freemint"). Finally -+ # the system name "TOS" denotes a system which is actually not -+ # MiNT. But MiNT is downward compatible to TOS, so this should -+ # be no problem. -+ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) -+ echo m68k-milan-mint${UNAME_RELEASE} -+ exit ;; -+ hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) -+ echo m68k-hades-mint${UNAME_RELEASE} -+ exit ;; -+ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) -+ echo m68k-unknown-mint${UNAME_RELEASE} -+ exit ;; -+ m68k:machten:*:*) -+ echo m68k-apple-machten${UNAME_RELEASE} -+ exit ;; -+ powerpc:machten:*:*) -+ echo powerpc-apple-machten${UNAME_RELEASE} -+ exit ;; -+ RISC*:Mach:*:*) -+ echo mips-dec-mach_bsd4.3 -+ exit ;; -+ RISC*:ULTRIX:*:*) -+ echo mips-dec-ultrix${UNAME_RELEASE} -+ exit ;; -+ VAX*:ULTRIX*:*:*) -+ echo vax-dec-ultrix${UNAME_RELEASE} -+ exit ;; -+ 2020:CLIX:*:* | 2430:CLIX:*:*) -+ echo clipper-intergraph-clix${UNAME_RELEASE} -+ exit ;; -+ mips:*:*:UMIPS | mips:*:*:RISCos) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+#ifdef __cplusplus -+#include /* for printf() prototype */ -+ int main (int argc, char *argv[]) { -+#else -+ int main (argc, argv) int argc; char *argv[]; { -+#endif -+ #if defined (host_mips) && defined (MIPSEB) -+ #if defined (SYSTYPE_SYSV) -+ printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); -+ #endif -+ #if defined (SYSTYPE_SVR4) -+ printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); -+ #endif -+ #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) -+ printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); -+ #endif -+ #endif -+ exit (-1); -+ } -+EOF -+ $CC_FOR_BUILD -o $dummy $dummy.c && -+ dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && -+ SYSTEM_NAME=`$dummy $dummyarg` && -+ { echo "$SYSTEM_NAME"; exit; } -+ echo mips-mips-riscos${UNAME_RELEASE} -+ exit ;; -+ Motorola:PowerMAX_OS:*:*) -+ echo powerpc-motorola-powermax -+ exit ;; -+ Motorola:*:4.3:PL8-*) -+ echo powerpc-harris-powermax -+ exit ;; -+ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) -+ echo powerpc-harris-powermax -+ exit ;; -+ Night_Hawk:Power_UNIX:*:*) -+ echo powerpc-harris-powerunix -+ exit ;; -+ m88k:CX/UX:7*:*) -+ echo m88k-harris-cxux7 -+ exit ;; -+ m88k:*:4*:R4*) -+ echo m88k-motorola-sysv4 -+ exit ;; -+ m88k:*:3*:R3*) -+ echo m88k-motorola-sysv3 -+ exit ;; -+ AViiON:dgux:*:*) -+ # DG/UX returns AViiON for all architectures -+ UNAME_PROCESSOR=`/usr/bin/uname -p` -+ if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] -+ then -+ if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ -+ [ ${TARGET_BINARY_INTERFACE}x = x ] -+ then -+ echo m88k-dg-dgux${UNAME_RELEASE} -+ else -+ echo m88k-dg-dguxbcs${UNAME_RELEASE} -+ fi -+ else -+ echo i586-dg-dgux${UNAME_RELEASE} -+ fi -+ exit ;; -+ M88*:DolphinOS:*:*) # DolphinOS (SVR3) -+ echo m88k-dolphin-sysv3 -+ exit ;; -+ M88*:*:R3*:*) -+ # Delta 88k system running SVR3 -+ echo m88k-motorola-sysv3 -+ exit ;; -+ XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) -+ echo m88k-tektronix-sysv3 -+ exit ;; -+ Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) -+ echo m68k-tektronix-bsd -+ exit ;; -+ *:IRIX*:*:*) -+ echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` -+ exit ;; -+ ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. -+ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id -+ exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' -+ i*86:AIX:*:*) -+ echo i386-ibm-aix -+ exit ;; -+ ia64:AIX:*:*) -+ if [ -x /usr/bin/oslevel ] ; then -+ IBM_REV=`/usr/bin/oslevel` -+ else -+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -+ fi -+ echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} -+ exit ;; -+ *:AIX:2:3) -+ if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #include -+ -+ main() -+ { -+ if (!__power_pc()) -+ exit(1); -+ puts("powerpc-ibm-aix3.2.5"); -+ exit(0); -+ } -+EOF -+ if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` -+ then -+ echo "$SYSTEM_NAME" -+ else -+ echo rs6000-ibm-aix3.2.5 -+ fi -+ elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then -+ echo rs6000-ibm-aix3.2.4 -+ else -+ echo rs6000-ibm-aix3.2 -+ fi -+ exit ;; -+ *:AIX:*:[4567]) -+ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` -+ if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then -+ IBM_ARCH=rs6000 -+ else -+ IBM_ARCH=powerpc -+ fi -+ if [ -x /usr/bin/lslpp ] ; then -+ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | -+ awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` -+ else -+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -+ fi -+ echo ${IBM_ARCH}-ibm-aix${IBM_REV} -+ exit ;; -+ *:AIX:*:*) -+ echo rs6000-ibm-aix -+ exit ;; -+ ibmrt:4.4BSD:*|romp-ibm:BSD:*) -+ echo romp-ibm-bsd4.4 -+ exit ;; -+ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and -+ echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to -+ exit ;; # report: romp-ibm BSD 4.3 -+ *:BOSX:*:*) -+ echo rs6000-bull-bosx -+ exit ;; -+ DPX/2?00:B.O.S.:*:*) -+ echo m68k-bull-sysv3 -+ exit ;; -+ 9000/[34]??:4.3bsd:1.*:*) -+ echo m68k-hp-bsd -+ exit ;; -+ hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) -+ echo m68k-hp-bsd4.4 -+ exit ;; -+ 9000/[34678]??:HP-UX:*:*) -+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -+ case "${UNAME_MACHINE}" in -+ 9000/31? ) HP_ARCH=m68000 ;; -+ 9000/[34]?? ) HP_ARCH=m68k ;; -+ 9000/[678][0-9][0-9]) -+ if [ -x /usr/bin/getconf ]; then -+ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` -+ sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` -+ case "${sc_cpu_version}" in -+ 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 -+ 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 -+ 532) # CPU_PA_RISC2_0 -+ case "${sc_kernel_bits}" in -+ 32) HP_ARCH="hppa2.0n" ;; -+ 64) HP_ARCH="hppa2.0w" ;; -+ '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 -+ esac ;; -+ esac -+ fi -+ if [ "${HP_ARCH}" = "" ]; then -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ -+ #define _HPUX_SOURCE -+ #include -+ #include -+ -+ int main () -+ { -+ #if defined(_SC_KERNEL_BITS) -+ long bits = sysconf(_SC_KERNEL_BITS); -+ #endif -+ long cpu = sysconf (_SC_CPU_VERSION); -+ -+ switch (cpu) -+ { -+ case CPU_PA_RISC1_0: puts ("hppa1.0"); break; -+ case CPU_PA_RISC1_1: puts ("hppa1.1"); break; -+ case CPU_PA_RISC2_0: -+ #if defined(_SC_KERNEL_BITS) -+ switch (bits) -+ { -+ case 64: puts ("hppa2.0w"); break; -+ case 32: puts ("hppa2.0n"); break; -+ default: puts ("hppa2.0"); break; -+ } break; -+ #else /* !defined(_SC_KERNEL_BITS) */ -+ puts ("hppa2.0"); break; -+ #endif -+ default: puts ("hppa1.0"); break; -+ } -+ exit (0); -+ } -+EOF -+ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` -+ test -z "$HP_ARCH" && HP_ARCH=hppa -+ fi ;; -+ esac -+ if [ ${HP_ARCH} = "hppa2.0w" ] -+ then -+ eval $set_cc_for_build -+ -+ # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating -+ # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler -+ # generating 64-bit code. GNU and HP use different nomenclature: -+ # -+ # $ CC_FOR_BUILD=cc ./config.guess -+ # => hppa2.0w-hp-hpux11.23 -+ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess -+ # => hppa64-hp-hpux11.23 -+ -+ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | -+ grep -q __LP64__ -+ then -+ HP_ARCH="hppa2.0w" -+ else -+ HP_ARCH="hppa64" -+ fi -+ fi -+ echo ${HP_ARCH}-hp-hpux${HPUX_REV} -+ exit ;; -+ ia64:HP-UX:*:*) -+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -+ echo ia64-hp-hpux${HPUX_REV} -+ exit ;; -+ 3050*:HI-UX:*:*) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #include -+ int -+ main () -+ { -+ long cpu = sysconf (_SC_CPU_VERSION); -+ /* The order matters, because CPU_IS_HP_MC68K erroneously returns -+ true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct -+ results, however. */ -+ if (CPU_IS_PA_RISC (cpu)) -+ { -+ switch (cpu) -+ { -+ case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; -+ case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; -+ case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; -+ default: puts ("hppa-hitachi-hiuxwe2"); break; -+ } -+ } -+ else if (CPU_IS_HP_MC68K (cpu)) -+ puts ("m68k-hitachi-hiuxwe2"); -+ else puts ("unknown-hitachi-hiuxwe2"); -+ exit (0); -+ } -+EOF -+ $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && -+ { echo "$SYSTEM_NAME"; exit; } -+ echo unknown-hitachi-hiuxwe2 -+ exit ;; -+ 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) -+ echo hppa1.1-hp-bsd -+ exit ;; -+ 9000/8??:4.3bsd:*:*) -+ echo hppa1.0-hp-bsd -+ exit ;; -+ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) -+ echo hppa1.0-hp-mpeix -+ exit ;; -+ hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) -+ echo hppa1.1-hp-osf -+ exit ;; -+ hp8??:OSF1:*:*) -+ echo hppa1.0-hp-osf -+ exit ;; -+ i*86:OSF1:*:*) -+ if [ -x /usr/sbin/sysversion ] ; then -+ echo ${UNAME_MACHINE}-unknown-osf1mk -+ else -+ echo ${UNAME_MACHINE}-unknown-osf1 -+ fi -+ exit ;; -+ parisc*:Lites*:*:*) -+ echo hppa1.1-hp-lites -+ exit ;; -+ C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) -+ echo c1-convex-bsd -+ exit ;; -+ C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) -+ if getsysinfo -f scalar_acc -+ then echo c32-convex-bsd -+ else echo c2-convex-bsd -+ fi -+ exit ;; -+ C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) -+ echo c34-convex-bsd -+ exit ;; -+ C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) -+ echo c38-convex-bsd -+ exit ;; -+ C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) -+ echo c4-convex-bsd -+ exit ;; -+ CRAY*Y-MP:*:*:*) -+ echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*[A-Z]90:*:*:*) -+ echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ -+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -+ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -+ -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*TS:*:*:*) -+ echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*T3E:*:*:*) -+ echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*SV1:*:*:*) -+ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ *:UNICOS/mp:*:*) -+ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) -+ FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -+ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` -+ echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -+ exit ;; -+ 5000:UNIX_System_V:4.*:*) -+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` -+ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -+ exit ;; -+ i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) -+ echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} -+ exit ;; -+ sparc*:BSD/OS:*:*) -+ echo sparc-unknown-bsdi${UNAME_RELEASE} -+ exit ;; -+ *:BSD/OS:*:*) -+ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} -+ exit ;; -+ *:FreeBSD:*:*) -+ UNAME_PROCESSOR=`/usr/bin/uname -p` -+ case ${UNAME_PROCESSOR} in -+ amd64) -+ echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -+ *) -+ echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -+ esac -+ exit ;; -+ i*:CYGWIN*:*) -+ echo ${UNAME_MACHINE}-pc-cygwin -+ exit ;; -+ *:MINGW64*:*) -+ echo ${UNAME_MACHINE}-pc-mingw64 -+ exit ;; -+ *:MINGW*:*) -+ echo ${UNAME_MACHINE}-pc-mingw32 -+ exit ;; -+ *:MSYS*:*) -+ echo ${UNAME_MACHINE}-pc-msys -+ exit ;; -+ i*:windows32*:*) -+ # uname -m includes "-pc" on this system. -+ echo ${UNAME_MACHINE}-mingw32 -+ exit ;; -+ i*:PW*:*) -+ echo ${UNAME_MACHINE}-pc-pw32 -+ exit ;; -+ *:Interix*:*) -+ case ${UNAME_MACHINE} in -+ x86) -+ echo i586-pc-interix${UNAME_RELEASE} -+ exit ;; -+ authenticamd | genuineintel | EM64T) -+ echo x86_64-unknown-interix${UNAME_RELEASE} -+ exit ;; -+ IA64) -+ echo ia64-unknown-interix${UNAME_RELEASE} -+ exit ;; -+ esac ;; -+ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) -+ echo i${UNAME_MACHINE}-pc-mks -+ exit ;; -+ 8664:Windows_NT:*) -+ echo x86_64-pc-mks -+ exit ;; -+ i*:Windows_NT*:* | Pentium*:Windows_NT*:*) -+ # How do we know it's Interix rather than the generic POSIX subsystem? -+ # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we -+ # UNAME_MACHINE based on the output of uname instead of i386? -+ echo i586-pc-interix -+ exit ;; -+ i*:UWIN*:*) -+ echo ${UNAME_MACHINE}-pc-uwin -+ exit ;; -+ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) -+ echo x86_64-unknown-cygwin -+ exit ;; -+ p*:CYGWIN*:*) -+ echo powerpcle-unknown-cygwin -+ exit ;; -+ prep*:SunOS:5.*:*) -+ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ *:GNU:*:*) -+ # the GNU system -+ echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` -+ exit ;; -+ *:GNU/*:*:*) -+ # other systems with GNU libc and userland -+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} -+ exit ;; -+ i*86:Minix:*:*) -+ echo ${UNAME_MACHINE}-pc-minix -+ exit ;; -+ aarch64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ aarch64_be:Linux:*:*) -+ UNAME_MACHINE=aarch64_be -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ alpha:Linux:*:*) -+ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in -+ EV5) UNAME_MACHINE=alphaev5 ;; -+ EV56) UNAME_MACHINE=alphaev56 ;; -+ PCA56) UNAME_MACHINE=alphapca56 ;; -+ PCA57) UNAME_MACHINE=alphapca56 ;; -+ EV6) UNAME_MACHINE=alphaev6 ;; -+ EV67) UNAME_MACHINE=alphaev67 ;; -+ EV68*) UNAME_MACHINE=alphaev68 ;; -+ esac -+ objdump --private-headers /bin/sh | grep -q ld.so.1 -+ if test "$?" = 0 ; then LIBC="gnulibc1" ; fi -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ arc:Linux:*:* | arceb:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ arm*:Linux:*:*) -+ eval $set_cc_for_build -+ if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ -+ | grep -q __ARM_EABI__ -+ then -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ else -+ if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ -+ | grep -q __ARM_PCS_VFP -+ then -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi -+ else -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf -+ fi -+ fi -+ exit ;; -+ avr32*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ cris:Linux:*:*) -+ echo ${UNAME_MACHINE}-axis-linux-${LIBC} -+ exit ;; -+ crisv32:Linux:*:*) -+ echo ${UNAME_MACHINE}-axis-linux-${LIBC} -+ exit ;; -+ e2k:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ frv:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ hexagon:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ i*86:Linux:*:*) -+ echo ${UNAME_MACHINE}-pc-linux-${LIBC} -+ exit ;; -+ ia64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ m32r*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ m68*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ mips:Linux:*:* | mips64:Linux:*:*) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #undef CPU -+ #undef ${UNAME_MACHINE} -+ #undef ${UNAME_MACHINE}el -+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) -+ CPU=${UNAME_MACHINE}el -+ #else -+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) -+ CPU=${UNAME_MACHINE} -+ #else -+ CPU= -+ #endif -+ #endif -+EOF -+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` -+ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } -+ ;; -+ openrisc*:Linux:*:*) -+ echo or1k-unknown-linux-${LIBC} -+ exit ;; -+ or32:Linux:*:* | or1k*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ padre:Linux:*:*) -+ echo sparc-unknown-linux-${LIBC} -+ exit ;; -+ parisc64:Linux:*:* | hppa64:Linux:*:*) -+ echo hppa64-unknown-linux-${LIBC} -+ exit ;; -+ parisc:Linux:*:* | hppa:Linux:*:*) -+ # Look for CPU level -+ case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in -+ PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; -+ PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; -+ *) echo hppa-unknown-linux-${LIBC} ;; -+ esac -+ exit ;; -+ ppc64:Linux:*:*) -+ echo powerpc64-unknown-linux-${LIBC} -+ exit ;; -+ ppc:Linux:*:*) -+ echo powerpc-unknown-linux-${LIBC} -+ exit ;; -+ ppc64le:Linux:*:*) -+ echo powerpc64le-unknown-linux-${LIBC} -+ exit ;; -+ ppcle:Linux:*:*) -+ echo powerpcle-unknown-linux-${LIBC} -+ exit ;; -+ s390:Linux:*:* | s390x:Linux:*:*) -+ echo ${UNAME_MACHINE}-ibm-linux-${LIBC} -+ exit ;; -+ sh64*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ sh*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ sparc:Linux:*:* | sparc64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ tile*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ vax:Linux:*:*) -+ echo ${UNAME_MACHINE}-dec-linux-${LIBC} -+ exit ;; -+ x86_64:Linux:*:*) -+ echo ${UNAME_MACHINE}-pc-linux-${LIBC} -+ exit ;; -+ xtensa*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} -+ exit ;; -+ i*86:DYNIX/ptx:4*:*) -+ # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. -+ # earlier versions are messed up and put the nodename in both -+ # sysname and nodename. -+ echo i386-sequent-sysv4 -+ exit ;; -+ i*86:UNIX_SV:4.2MP:2.*) -+ # Unixware is an offshoot of SVR4, but it has its own version -+ # number series starting with 2... -+ # I am not positive that other SVR4 systems won't match this, -+ # I just have to hope. -- rms. -+ # Use sysv4.2uw... so that sysv4* matches it. -+ echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} -+ exit ;; -+ i*86:OS/2:*:*) -+ # If we were able to find `uname', then EMX Unix compatibility -+ # is probably installed. -+ echo ${UNAME_MACHINE}-pc-os2-emx -+ exit ;; -+ i*86:XTS-300:*:STOP) -+ echo ${UNAME_MACHINE}-unknown-stop -+ exit ;; -+ i*86:atheos:*:*) -+ echo ${UNAME_MACHINE}-unknown-atheos -+ exit ;; -+ i*86:syllable:*:*) -+ echo ${UNAME_MACHINE}-pc-syllable -+ exit ;; -+ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) -+ echo i386-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ i*86:*DOS:*:*) -+ echo ${UNAME_MACHINE}-pc-msdosdjgpp -+ exit ;; -+ i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) -+ UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` -+ if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then -+ echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} -+ else -+ echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} -+ fi -+ exit ;; -+ i*86:*:5:[678]*) -+ # UnixWare 7.x, OpenUNIX and OpenServer 6. -+ case `/bin/uname -X | grep "^Machine"` in -+ *486*) UNAME_MACHINE=i486 ;; -+ *Pentium) UNAME_MACHINE=i586 ;; -+ *Pent*|*Celeron) UNAME_MACHINE=i686 ;; -+ esac -+ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} -+ exit ;; -+ i*86:*:3.2:*) -+ if test -f /usr/options/cb.name; then -+ UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then -+ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` -+ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 -+ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ -+ && UNAME_MACHINE=i586 -+ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ -+ && UNAME_MACHINE=i686 -+ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ -+ && UNAME_MACHINE=i686 -+ echo ${UNAME_MACHINE}-pc-sco$UNAME_REL -+ else -+ echo ${UNAME_MACHINE}-pc-sysv32 -+ fi -+ exit ;; -+ pc:*:*:*) -+ # Left here for compatibility: -+ # uname -m prints for DJGPP always 'pc', but it prints nothing about -+ # the processor, so we play safe by assuming i586. -+ # Note: whatever this is, it MUST be the same as what config.sub -+ # prints for the "djgpp" host, or else GDB configury will decide that -+ # this is a cross-build. -+ echo i586-pc-msdosdjgpp -+ exit ;; -+ Intel:Mach:3*:*) -+ echo i386-pc-mach3 -+ exit ;; -+ paragon:*:*:*) -+ echo i860-intel-osf1 -+ exit ;; -+ i860:*:4.*:*) # i860-SVR4 -+ if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then -+ echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 -+ else # Add other i860-SVR4 vendors below as they are discovered. -+ echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 -+ fi -+ exit ;; -+ mini*:CTIX:SYS*5:*) -+ # "miniframe" -+ echo m68010-convergent-sysv -+ exit ;; -+ mc68k:UNIX:SYSTEM5:3.51m) -+ echo m68k-convergent-sysv -+ exit ;; -+ M680?0:D-NIX:5.3:*) -+ echo m68k-diab-dnix -+ exit ;; -+ M68*:*:R3V[5678]*:*) -+ test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; -+ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) -+ OS_REL='' -+ test -r /etc/.relid \ -+ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` -+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -+ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } -+ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ -+ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; -+ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) -+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -+ && { echo i486-ncr-sysv4; exit; } ;; -+ NCR*:*:4.2:* | MPRAS*:*:4.2:*) -+ OS_REL='.3' -+ test -r /etc/.relid \ -+ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` -+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -+ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } -+ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ -+ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } -+ /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ -+ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; -+ m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) -+ echo m68k-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ mc68030:UNIX_System_V:4.*:*) -+ echo m68k-atari-sysv4 -+ exit ;; -+ TSUNAMI:LynxOS:2.*:*) -+ echo sparc-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ rs6000:LynxOS:2.*:*) -+ echo rs6000-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) -+ echo powerpc-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ SM[BE]S:UNIX_SV:*:*) -+ echo mips-dde-sysv${UNAME_RELEASE} -+ exit ;; -+ RM*:ReliantUNIX-*:*:*) -+ echo mips-sni-sysv4 -+ exit ;; -+ RM*:SINIX-*:*:*) -+ echo mips-sni-sysv4 -+ exit ;; -+ *:SINIX-*:*:*) -+ if uname -p 2>/dev/null >/dev/null ; then -+ UNAME_MACHINE=`(uname -p) 2>/dev/null` -+ echo ${UNAME_MACHINE}-sni-sysv4 -+ else -+ echo ns32k-sni-sysv -+ fi -+ exit ;; -+ PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort -+ # says -+ echo i586-unisys-sysv4 -+ exit ;; -+ *:UNIX_System_V:4*:FTX*) -+ # From Gerald Hewes . -+ # How about differentiating between stratus architectures? -djm -+ echo hppa1.1-stratus-sysv4 -+ exit ;; -+ *:*:*:FTX*) -+ # From seanf@swdc.stratus.com. -+ echo i860-stratus-sysv4 -+ exit ;; -+ i*86:VOS:*:*) -+ # From Paul.Green@stratus.com. -+ echo ${UNAME_MACHINE}-stratus-vos -+ exit ;; -+ *:VOS:*:*) -+ # From Paul.Green@stratus.com. -+ echo hppa1.1-stratus-vos -+ exit ;; -+ mc68*:A/UX:*:*) -+ echo m68k-apple-aux${UNAME_RELEASE} -+ exit ;; -+ news*:NEWS-OS:6*:*) -+ echo mips-sony-newsos6 -+ exit ;; -+ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) -+ if [ -d /usr/nec ]; then -+ echo mips-nec-sysv${UNAME_RELEASE} -+ else -+ echo mips-unknown-sysv${UNAME_RELEASE} -+ fi -+ exit ;; -+ BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. -+ echo powerpc-be-beos -+ exit ;; -+ BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. -+ echo powerpc-apple-beos -+ exit ;; -+ BePC:BeOS:*:*) # BeOS running on Intel PC compatible. -+ echo i586-pc-beos -+ exit ;; -+ BePC:Haiku:*:*) # Haiku running on Intel PC compatible. -+ echo i586-pc-haiku -+ exit ;; -+ x86_64:Haiku:*:*) -+ echo x86_64-unknown-haiku -+ exit ;; -+ SX-4:SUPER-UX:*:*) -+ echo sx4-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-5:SUPER-UX:*:*) -+ echo sx5-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-6:SUPER-UX:*:*) -+ echo sx6-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-7:SUPER-UX:*:*) -+ echo sx7-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-8:SUPER-UX:*:*) -+ echo sx8-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-8R:SUPER-UX:*:*) -+ echo sx8r-nec-superux${UNAME_RELEASE} -+ exit ;; -+ Power*:Rhapsody:*:*) -+ echo powerpc-apple-rhapsody${UNAME_RELEASE} -+ exit ;; -+ *:Rhapsody:*:*) -+ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} -+ exit ;; -+ *:Darwin:*:*) -+ UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown -+ eval $set_cc_for_build -+ if test "$UNAME_PROCESSOR" = unknown ; then -+ UNAME_PROCESSOR=powerpc -+ fi -+ if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then -+ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then -+ if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ -+ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ -+ grep IS_64BIT_ARCH >/dev/null -+ then -+ case $UNAME_PROCESSOR in -+ i386) UNAME_PROCESSOR=x86_64 ;; -+ powerpc) UNAME_PROCESSOR=powerpc64 ;; -+ esac -+ fi -+ fi -+ elif test "$UNAME_PROCESSOR" = i386 ; then -+ # Avoid executing cc on OS X 10.9, as it ships with a stub -+ # that puts up a graphical alert prompting to install -+ # developer tools. Any system running Mac OS X 10.7 or -+ # later (Darwin 11 and later) is required to have a 64-bit -+ # processor. This is not true of the ARM version of Darwin -+ # that Apple uses in portable devices. -+ UNAME_PROCESSOR=x86_64 -+ fi -+ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} -+ exit ;; -+ *:procnto*:*:* | *:QNX:[0123456789]*:*) -+ UNAME_PROCESSOR=`uname -p` -+ if test "$UNAME_PROCESSOR" = "x86"; then -+ UNAME_PROCESSOR=i386 -+ UNAME_MACHINE=pc -+ fi -+ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} -+ exit ;; -+ *:QNX:*:4*) -+ echo i386-pc-qnx -+ exit ;; -+ NEO-?:NONSTOP_KERNEL:*:*) -+ echo neo-tandem-nsk${UNAME_RELEASE} -+ exit ;; -+ NSE-*:NONSTOP_KERNEL:*:*) -+ echo nse-tandem-nsk${UNAME_RELEASE} -+ exit ;; -+ NSR-?:NONSTOP_KERNEL:*:*) -+ echo nsr-tandem-nsk${UNAME_RELEASE} -+ exit ;; -+ *:NonStop-UX:*:*) -+ echo mips-compaq-nonstopux -+ exit ;; -+ BS2000:POSIX*:*:*) -+ echo bs2000-siemens-sysv -+ exit ;; -+ DS/*:UNIX_System_V:*:*) -+ echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} -+ exit ;; -+ *:Plan9:*:*) -+ # "uname -m" is not consistent, so use $cputype instead. 386 -+ # is converted to i386 for consistency with other x86 -+ # operating systems. -+ if test "$cputype" = "386"; then -+ UNAME_MACHINE=i386 -+ else -+ UNAME_MACHINE="$cputype" -+ fi -+ echo ${UNAME_MACHINE}-unknown-plan9 -+ exit ;; -+ *:TOPS-10:*:*) -+ echo pdp10-unknown-tops10 -+ exit ;; -+ *:TENEX:*:*) -+ echo pdp10-unknown-tenex -+ exit ;; -+ KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) -+ echo pdp10-dec-tops20 -+ exit ;; -+ XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) -+ echo pdp10-xkl-tops20 -+ exit ;; -+ *:TOPS-20:*:*) -+ echo pdp10-unknown-tops20 -+ exit ;; -+ *:ITS:*:*) -+ echo pdp10-unknown-its -+ exit ;; -+ SEI:*:*:SEIUX) -+ echo mips-sei-seiux${UNAME_RELEASE} -+ exit ;; -+ *:DragonFly:*:*) -+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -+ exit ;; -+ *:*VMS:*:*) -+ UNAME_MACHINE=`(uname -p) 2>/dev/null` -+ case "${UNAME_MACHINE}" in -+ A*) echo alpha-dec-vms ; exit ;; -+ I*) echo ia64-dec-vms ; exit ;; -+ V*) echo vax-dec-vms ; exit ;; -+ esac ;; -+ *:XENIX:*:SysV) -+ echo i386-pc-xenix -+ exit ;; -+ i*86:skyos:*:*) -+ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' -+ exit ;; -+ i*86:rdos:*:*) -+ echo ${UNAME_MACHINE}-pc-rdos -+ exit ;; -+ i*86:AROS:*:*) -+ echo ${UNAME_MACHINE}-pc-aros -+ exit ;; -+ x86_64:VMkernel:*:*) -+ echo ${UNAME_MACHINE}-unknown-esx -+ exit ;; -+esac -+ -+cat >&2 < in order to provide the needed -+information to handle your system. -+ -+config.guess timestamp = $timestamp -+ -+uname -m = `(uname -m) 2>/dev/null || echo unknown` -+uname -r = `(uname -r) 2>/dev/null || echo unknown` -+uname -s = `(uname -s) 2>/dev/null || echo unknown` -+uname -v = `(uname -v) 2>/dev/null || echo unknown` -+ -+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -+/bin/uname -X = `(/bin/uname -X) 2>/dev/null` -+ -+hostinfo = `(hostinfo) 2>/dev/null` -+/bin/universe = `(/bin/universe) 2>/dev/null` -+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -+/bin/arch = `(/bin/arch) 2>/dev/null` -+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -+ -+UNAME_MACHINE = ${UNAME_MACHINE} -+UNAME_RELEASE = ${UNAME_RELEASE} -+UNAME_SYSTEM = ${UNAME_SYSTEM} -+UNAME_VERSION = ${UNAME_VERSION} -+EOF -+ -+exit 1 -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "timestamp='" -+# time-stamp-format: "%:y-%02m-%02d" -+# time-stamp-end: "'" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/config.sub -@@ -0,0 +1,1813 @@ -+#! /bin/sh -+# Configuration validation subroutine script. -+# Copyright 1992-2015 Free Software Foundation, Inc. -+ -+timestamp='2015-08-20' -+ -+# This file is free software; you can redistribute it and/or modify it -+# under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 3 of the License, or -+# (at your option) any later version. -+# -+# This program 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 -+# General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, see . -+# -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that -+# program. This Exception is an additional permission under section 7 -+# of the GNU General Public License, version 3 ("GPLv3"). -+ -+ -+# Please send patches to . -+# -+# Configuration subroutine to validate and canonicalize a configuration type. -+# Supply the specified configuration type as an argument. -+# If it is invalid, we print an error message on stderr and exit with code 1. -+# Otherwise, we print the canonical config type on stdout and succeed. -+ -+# You can get the latest version of this script from: -+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD -+ -+# This file is supposed to be the same for all GNU packages -+# and recognize all the CPU types, system types and aliases -+# that are meaningful with *any* GNU software. -+# Each package is responsible for reporting which valid configurations -+# it does not support. The user should be able to distinguish -+# a failure to support a valid configuration from a meaningless -+# configuration. -+ -+# The goal of this file is to map all the various variations of a given -+# machine specification into a single specification in the form: -+# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -+# or in some cases, the newer four-part form: -+# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -+# It is wrong to echo any other type of specification. -+ -+me=`echo "$0" | sed -e 's,.*/,,'` -+ -+usage="\ -+Usage: $0 [OPTION] CPU-MFR-OPSYS -+ $0 [OPTION] ALIAS -+ -+Canonicalize a configuration name. -+ -+Operation modes: -+ -h, --help print this help, then exit -+ -t, --time-stamp print date of last modification, then exit -+ -v, --version print version number, then exit -+ -+Report bugs and patches to ." -+ -+version="\ -+GNU config.sub ($timestamp) -+ -+Copyright 1992-2015 Free Software Foundation, Inc. -+ -+This is free software; see the source for copying conditions. There is NO -+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -+ -+help=" -+Try \`$me --help' for more information." -+ -+# Parse command line -+while test $# -gt 0 ; do -+ case $1 in -+ --time-stamp | --time* | -t ) -+ echo "$timestamp" ; exit ;; -+ --version | -v ) -+ echo "$version" ; exit ;; -+ --help | --h* | -h ) -+ echo "$usage"; exit ;; -+ -- ) # Stop option processing -+ shift; break ;; -+ - ) # Use stdin as input. -+ break ;; -+ -* ) -+ echo "$me: invalid option $1$help" -+ exit 1 ;; -+ -+ *local*) -+ # First pass through any local machine types. -+ echo $1 -+ exit ;; -+ -+ * ) -+ break ;; -+ esac -+done -+ -+case $# in -+ 0) echo "$me: missing argument$help" >&2 -+ exit 1;; -+ 1) ;; -+ *) echo "$me: too many arguments$help" >&2 -+ exit 1;; -+esac -+ -+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -+# Here we must recognize all the valid KERNEL-OS combinations. -+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -+case $maybe_os in -+ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ -+ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ -+ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ -+ kopensolaris*-gnu* | \ -+ storm-chaos* | os2-emx* | rtmk-nova*) -+ os=-$maybe_os -+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` -+ ;; -+ android-linux) -+ os=-linux-android -+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown -+ ;; -+ *) -+ basic_machine=`echo $1 | sed 's/-[^-]*$//'` -+ if [ $basic_machine != $1 ] -+ then os=`echo $1 | sed 's/.*-/-/'` -+ else os=; fi -+ ;; -+esac -+ -+### Let's recognize common machines as not being operating systems so -+### that things like config.sub decstation-3100 work. We also -+### recognize some manufacturers as not being operating systems, so we -+### can provide default operating systems below. -+case $os in -+ -sun*os*) -+ # Prevent following clause from handling this invalid input. -+ ;; -+ -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -+ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -+ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -+ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -+ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -+ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -+ -apple | -axis | -knuth | -cray | -microblaze*) -+ os= -+ basic_machine=$1 -+ ;; -+ -bluegene*) -+ os=-cnk -+ ;; -+ -sim | -cisco | -oki | -wec | -winbond) -+ os= -+ basic_machine=$1 -+ ;; -+ -scout) -+ ;; -+ -wrs) -+ os=-vxworks -+ basic_machine=$1 -+ ;; -+ -chorusos*) -+ os=-chorusos -+ basic_machine=$1 -+ ;; -+ -chorusrdb) -+ os=-chorusrdb -+ basic_machine=$1 -+ ;; -+ -hiux*) -+ os=-hiuxwe2 -+ ;; -+ -sco6) -+ os=-sco5v6 -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco5) -+ os=-sco3.2v5 -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco4) -+ os=-sco3.2v4 -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco3.2.[4-9]*) -+ os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco3.2v[4-9]*) -+ # Don't forget version if it is 3.2v4 or newer. -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco5v6*) -+ # Don't forget version if it is 3.2v4 or newer. -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -sco*) -+ os=-sco3.2v2 -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -udk*) -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -isc) -+ os=-isc2.2 -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -clix*) -+ basic_machine=clipper-intergraph -+ ;; -+ -isc*) -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -+ ;; -+ -lynx*178) -+ os=-lynxos178 -+ ;; -+ -lynx*5) -+ os=-lynxos5 -+ ;; -+ -lynx*) -+ os=-lynxos -+ ;; -+ -ptx*) -+ basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` -+ ;; -+ -windowsnt*) -+ os=`echo $os | sed -e 's/windowsnt/winnt/'` -+ ;; -+ -psos*) -+ os=-psos -+ ;; -+ -mint | -mint[0-9]*) -+ basic_machine=m68k-atari -+ os=-mint -+ ;; -+esac -+ -+# Decode aliases for certain CPU-COMPANY combinations. -+case $basic_machine in -+ # Recognize the basic CPU types without company name. -+ # Some are omitted here because they have special meanings below. -+ 1750a | 580 \ -+ | a29k \ -+ | aarch64 | aarch64_be \ -+ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ -+ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ -+ | am33_2.0 \ -+ | arc | arceb \ -+ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ -+ | avr | avr32 \ -+ | ba \ -+ | be32 | be64 \ -+ | bfin \ -+ | c4x | c8051 | clipper \ -+ | d10v | d30v | dlx | dsp16xx \ -+ | e2k | epiphany \ -+ | fido | fr30 | frv | ft32 \ -+ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ -+ | hexagon \ -+ | i370 | i860 | i960 | ia64 \ -+ | ip2k | iq2000 \ -+ | k1om \ -+ | le32 | le64 \ -+ | lm32 \ -+ | m32c | m32r | m32rle | m68000 | m68k | m88k \ -+ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ -+ | mips | mipsbe | mipseb | mipsel | mipsle \ -+ | mips16 \ -+ | mips64 | mips64el \ -+ | mips64octeon | mips64octeonel \ -+ | mips64orion | mips64orionel \ -+ | mips64r5900 | mips64r5900el \ -+ | mips64vr | mips64vrel \ -+ | mips64vr4100 | mips64vr4100el \ -+ | mips64vr4300 | mips64vr4300el \ -+ | mips64vr5000 | mips64vr5000el \ -+ | mips64vr5900 | mips64vr5900el \ -+ | mipsisa32 | mipsisa32el \ -+ | mipsisa32r2 | mipsisa32r2el \ -+ | mipsisa32r6 | mipsisa32r6el \ -+ | mipsisa64 | mipsisa64el \ -+ | mipsisa64r2 | mipsisa64r2el \ -+ | mipsisa64r6 | mipsisa64r6el \ -+ | mipsisa64sb1 | mipsisa64sb1el \ -+ | mipsisa64sr71k | mipsisa64sr71kel \ -+ | mipsr5900 | mipsr5900el \ -+ | mipstx39 | mipstx39el \ -+ | mn10200 | mn10300 \ -+ | moxie \ -+ | mt \ -+ | msp430 \ -+ | nds32 | nds32le | nds32be \ -+ | nios | nios2 | nios2eb | nios2el \ -+ | ns16k | ns32k \ -+ | open8 | or1k | or1knd | or32 \ -+ | pdp10 | pdp11 | pj | pjl \ -+ | powerpc | powerpc64 | powerpc64le | powerpcle \ -+ | pyramid \ -+ | riscv32 | riscv64 \ -+ | rl78 | rx \ -+ | score \ -+ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ -+ | sh64 | sh64le \ -+ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ -+ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ -+ | spu \ -+ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ -+ | ubicom32 \ -+ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ -+ | visium \ -+ | we32k \ -+ | x86 | xc16x | xstormy16 | xtensa \ -+ | z8k | z80) -+ basic_machine=$basic_machine-unknown -+ ;; -+ c54x) -+ basic_machine=tic54x-unknown -+ ;; -+ c55x) -+ basic_machine=tic55x-unknown -+ ;; -+ c6x) -+ basic_machine=tic6x-unknown -+ ;; -+ leon|leon[3-9]) -+ basic_machine=sparc-$basic_machine -+ ;; -+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) -+ basic_machine=$basic_machine-unknown -+ os=-none -+ ;; -+ m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) -+ ;; -+ ms1) -+ basic_machine=mt-unknown -+ ;; -+ -+ strongarm | thumb | xscale) -+ basic_machine=arm-unknown -+ ;; -+ xgate) -+ basic_machine=$basic_machine-unknown -+ os=-none -+ ;; -+ xscaleeb) -+ basic_machine=armeb-unknown -+ ;; -+ -+ xscaleel) -+ basic_machine=armel-unknown -+ ;; -+ -+ # We use `pc' rather than `unknown' -+ # because (1) that's what they normally are, and -+ # (2) the word "unknown" tends to confuse beginning users. -+ i*86 | x86_64) -+ basic_machine=$basic_machine-pc -+ ;; -+ # Object if more than one company name word. -+ *-*-*) -+ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 -+ exit 1 -+ ;; -+ # Recognize the basic CPU types with company name. -+ 580-* \ -+ | a29k-* \ -+ | aarch64-* | aarch64_be-* \ -+ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ -+ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ -+ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ -+ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ -+ | avr-* | avr32-* \ -+ | ba-* \ -+ | be32-* | be64-* \ -+ | bfin-* | bs2000-* \ -+ | c[123]* | c30-* | [cjt]90-* | c4x-* \ -+ | c8051-* | clipper-* | craynv-* | cydra-* \ -+ | d10v-* | d30v-* | dlx-* \ -+ | e2k-* | elxsi-* \ -+ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ -+ | h8300-* | h8500-* \ -+ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ -+ | hexagon-* \ -+ | i*86-* | i860-* | i960-* | ia64-* \ -+ | ip2k-* | iq2000-* \ -+ | k1om-* \ -+ | le32-* | le64-* \ -+ | lm32-* \ -+ | m32c-* | m32r-* | m32rle-* \ -+ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ -+ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ -+ | microblaze-* | microblazeel-* \ -+ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ -+ | mips16-* \ -+ | mips64-* | mips64el-* \ -+ | mips64octeon-* | mips64octeonel-* \ -+ | mips64orion-* | mips64orionel-* \ -+ | mips64r5900-* | mips64r5900el-* \ -+ | mips64vr-* | mips64vrel-* \ -+ | mips64vr4100-* | mips64vr4100el-* \ -+ | mips64vr4300-* | mips64vr4300el-* \ -+ | mips64vr5000-* | mips64vr5000el-* \ -+ | mips64vr5900-* | mips64vr5900el-* \ -+ | mipsisa32-* | mipsisa32el-* \ -+ | mipsisa32r2-* | mipsisa32r2el-* \ -+ | mipsisa32r6-* | mipsisa32r6el-* \ -+ | mipsisa64-* | mipsisa64el-* \ -+ | mipsisa64r2-* | mipsisa64r2el-* \ -+ | mipsisa64r6-* | mipsisa64r6el-* \ -+ | mipsisa64sb1-* | mipsisa64sb1el-* \ -+ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ -+ | mipsr5900-* | mipsr5900el-* \ -+ | mipstx39-* | mipstx39el-* \ -+ | mmix-* \ -+ | mt-* \ -+ | msp430-* \ -+ | nds32-* | nds32le-* | nds32be-* \ -+ | nios-* | nios2-* | nios2eb-* | nios2el-* \ -+ | none-* | np1-* | ns16k-* | ns32k-* \ -+ | open8-* \ -+ | or1k*-* \ -+ | orion-* \ -+ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ -+ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ -+ | pyramid-* \ -+ | riscv32-* | riscv64-* \ -+ | rl78-* | romp-* | rs6000-* | rx-* \ -+ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ -+ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ -+ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ -+ | sparclite-* \ -+ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ -+ | tahoe-* \ -+ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ -+ | tile*-* \ -+ | tron-* \ -+ | ubicom32-* \ -+ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ -+ | vax-* \ -+ | visium-* \ -+ | we32k-* \ -+ | x86-* | x86_64-* | xc16x-* | xps100-* \ -+ | xstormy16-* | xtensa*-* \ -+ | ymp-* \ -+ | z8k-* | z80-*) -+ ;; -+ # Recognize the basic CPU types without company name, with glob match. -+ xtensa*) -+ basic_machine=$basic_machine-unknown -+ ;; -+ # Recognize the various machine names and aliases which stand -+ # for a CPU type and a company and sometimes even an OS. -+ 386bsd) -+ basic_machine=i386-unknown -+ os=-bsd -+ ;; -+ 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) -+ basic_machine=m68000-att -+ ;; -+ 3b*) -+ basic_machine=we32k-att -+ ;; -+ a29khif) -+ basic_machine=a29k-amd -+ os=-udi -+ ;; -+ abacus) -+ basic_machine=abacus-unknown -+ ;; -+ adobe68k) -+ basic_machine=m68010-adobe -+ os=-scout -+ ;; -+ alliant | fx80) -+ basic_machine=fx80-alliant -+ ;; -+ altos | altos3068) -+ basic_machine=m68k-altos -+ ;; -+ am29k) -+ basic_machine=a29k-none -+ os=-bsd -+ ;; -+ amd64) -+ basic_machine=x86_64-pc -+ ;; -+ amd64-*) -+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ amdahl) -+ basic_machine=580-amdahl -+ os=-sysv -+ ;; -+ amiga | amiga-*) -+ basic_machine=m68k-unknown -+ ;; -+ amigaos | amigados) -+ basic_machine=m68k-unknown -+ os=-amigaos -+ ;; -+ amigaunix | amix) -+ basic_machine=m68k-unknown -+ os=-sysv4 -+ ;; -+ apollo68) -+ basic_machine=m68k-apollo -+ os=-sysv -+ ;; -+ apollo68bsd) -+ basic_machine=m68k-apollo -+ os=-bsd -+ ;; -+ aros) -+ basic_machine=i386-pc -+ os=-aros -+ ;; -+ asmjs) -+ basic_machine=asmjs-unknown -+ ;; -+ aux) -+ basic_machine=m68k-apple -+ os=-aux -+ ;; -+ balance) -+ basic_machine=ns32k-sequent -+ os=-dynix -+ ;; -+ blackfin) -+ basic_machine=bfin-unknown -+ os=-linux -+ ;; -+ blackfin-*) -+ basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` -+ os=-linux -+ ;; -+ bluegene*) -+ basic_machine=powerpc-ibm -+ os=-cnk -+ ;; -+ c54x-*) -+ basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ c55x-*) -+ basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ c6x-*) -+ basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ c90) -+ basic_machine=c90-cray -+ os=-unicos -+ ;; -+ cegcc) -+ basic_machine=arm-unknown -+ os=-cegcc -+ ;; -+ convex-c1) -+ basic_machine=c1-convex -+ os=-bsd -+ ;; -+ convex-c2) -+ basic_machine=c2-convex -+ os=-bsd -+ ;; -+ convex-c32) -+ basic_machine=c32-convex -+ os=-bsd -+ ;; -+ convex-c34) -+ basic_machine=c34-convex -+ os=-bsd -+ ;; -+ convex-c38) -+ basic_machine=c38-convex -+ os=-bsd -+ ;; -+ cray | j90) -+ basic_machine=j90-cray -+ os=-unicos -+ ;; -+ craynv) -+ basic_machine=craynv-cray -+ os=-unicosmp -+ ;; -+ cr16 | cr16-*) -+ basic_machine=cr16-unknown -+ os=-elf -+ ;; -+ crds | unos) -+ basic_machine=m68k-crds -+ ;; -+ crisv32 | crisv32-* | etraxfs*) -+ basic_machine=crisv32-axis -+ ;; -+ cris | cris-* | etrax*) -+ basic_machine=cris-axis -+ ;; -+ crx) -+ basic_machine=crx-unknown -+ os=-elf -+ ;; -+ da30 | da30-*) -+ basic_machine=m68k-da30 -+ ;; -+ decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) -+ basic_machine=mips-dec -+ ;; -+ decsystem10* | dec10*) -+ basic_machine=pdp10-dec -+ os=-tops10 -+ ;; -+ decsystem20* | dec20*) -+ basic_machine=pdp10-dec -+ os=-tops20 -+ ;; -+ delta | 3300 | motorola-3300 | motorola-delta \ -+ | 3300-motorola | delta-motorola) -+ basic_machine=m68k-motorola -+ ;; -+ delta88) -+ basic_machine=m88k-motorola -+ os=-sysv3 -+ ;; -+ dicos) -+ basic_machine=i686-pc -+ os=-dicos -+ ;; -+ djgpp) -+ basic_machine=i586-pc -+ os=-msdosdjgpp -+ ;; -+ dpx20 | dpx20-*) -+ basic_machine=rs6000-bull -+ os=-bosx -+ ;; -+ dpx2* | dpx2*-bull) -+ basic_machine=m68k-bull -+ os=-sysv3 -+ ;; -+ ebmon29k) -+ basic_machine=a29k-amd -+ os=-ebmon -+ ;; -+ elxsi) -+ basic_machine=elxsi-elxsi -+ os=-bsd -+ ;; -+ encore | umax | mmax) -+ basic_machine=ns32k-encore -+ ;; -+ es1800 | OSE68k | ose68k | ose | OSE) -+ basic_machine=m68k-ericsson -+ os=-ose -+ ;; -+ fx2800) -+ basic_machine=i860-alliant -+ ;; -+ genix) -+ basic_machine=ns32k-ns -+ ;; -+ gmicro) -+ basic_machine=tron-gmicro -+ os=-sysv -+ ;; -+ go32) -+ basic_machine=i386-pc -+ os=-go32 -+ ;; -+ h3050r* | hiux*) -+ basic_machine=hppa1.1-hitachi -+ os=-hiuxwe2 -+ ;; -+ h8300hms) -+ basic_machine=h8300-hitachi -+ os=-hms -+ ;; -+ h8300xray) -+ basic_machine=h8300-hitachi -+ os=-xray -+ ;; -+ h8500hms) -+ basic_machine=h8500-hitachi -+ os=-hms -+ ;; -+ harris) -+ basic_machine=m88k-harris -+ os=-sysv3 -+ ;; -+ hp300-*) -+ basic_machine=m68k-hp -+ ;; -+ hp300bsd) -+ basic_machine=m68k-hp -+ os=-bsd -+ ;; -+ hp300hpux) -+ basic_machine=m68k-hp -+ os=-hpux -+ ;; -+ hp3k9[0-9][0-9] | hp9[0-9][0-9]) -+ basic_machine=hppa1.0-hp -+ ;; -+ hp9k2[0-9][0-9] | hp9k31[0-9]) -+ basic_machine=m68000-hp -+ ;; -+ hp9k3[2-9][0-9]) -+ basic_machine=m68k-hp -+ ;; -+ hp9k6[0-9][0-9] | hp6[0-9][0-9]) -+ basic_machine=hppa1.0-hp -+ ;; -+ hp9k7[0-79][0-9] | hp7[0-79][0-9]) -+ basic_machine=hppa1.1-hp -+ ;; -+ hp9k78[0-9] | hp78[0-9]) -+ # FIXME: really hppa2.0-hp -+ basic_machine=hppa1.1-hp -+ ;; -+ hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) -+ # FIXME: really hppa2.0-hp -+ basic_machine=hppa1.1-hp -+ ;; -+ hp9k8[0-9][13679] | hp8[0-9][13679]) -+ basic_machine=hppa1.1-hp -+ ;; -+ hp9k8[0-9][0-9] | hp8[0-9][0-9]) -+ basic_machine=hppa1.0-hp -+ ;; -+ hppa-next) -+ os=-nextstep3 -+ ;; -+ hppaosf) -+ basic_machine=hppa1.1-hp -+ os=-osf -+ ;; -+ hppro) -+ basic_machine=hppa1.1-hp -+ os=-proelf -+ ;; -+ i370-ibm* | ibm*) -+ basic_machine=i370-ibm -+ ;; -+ i*86v32) -+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` -+ os=-sysv32 -+ ;; -+ i*86v4*) -+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` -+ os=-sysv4 -+ ;; -+ i*86v) -+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` -+ os=-sysv -+ ;; -+ i*86sol2) -+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` -+ os=-solaris2 -+ ;; -+ i386mach) -+ basic_machine=i386-mach -+ os=-mach -+ ;; -+ i386-vsta | vsta) -+ basic_machine=i386-unknown -+ os=-vsta -+ ;; -+ iris | iris4d) -+ basic_machine=mips-sgi -+ case $os in -+ -irix*) -+ ;; -+ *) -+ os=-irix4 -+ ;; -+ esac -+ ;; -+ isi68 | isi) -+ basic_machine=m68k-isi -+ os=-sysv -+ ;; -+ leon-*|leon[3-9]-*) -+ basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` -+ ;; -+ m68knommu) -+ basic_machine=m68k-unknown -+ os=-linux -+ ;; -+ m68knommu-*) -+ basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` -+ os=-linux -+ ;; -+ m88k-omron*) -+ basic_machine=m88k-omron -+ ;; -+ magnum | m3230) -+ basic_machine=mips-mips -+ os=-sysv -+ ;; -+ merlin) -+ basic_machine=ns32k-utek -+ os=-sysv -+ ;; -+ microblaze*) -+ basic_machine=microblaze-xilinx -+ ;; -+ mingw64) -+ basic_machine=x86_64-pc -+ os=-mingw64 -+ ;; -+ mingw32) -+ basic_machine=i686-pc -+ os=-mingw32 -+ ;; -+ mingw32ce) -+ basic_machine=arm-unknown -+ os=-mingw32ce -+ ;; -+ miniframe) -+ basic_machine=m68000-convergent -+ ;; -+ *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) -+ basic_machine=m68k-atari -+ os=-mint -+ ;; -+ mips3*-*) -+ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` -+ ;; -+ mips3*) -+ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown -+ ;; -+ monitor) -+ basic_machine=m68k-rom68k -+ os=-coff -+ ;; -+ morphos) -+ basic_machine=powerpc-unknown -+ os=-morphos -+ ;; -+ moxiebox) -+ basic_machine=moxie-unknown -+ os=-moxiebox -+ ;; -+ msdos) -+ basic_machine=i386-pc -+ os=-msdos -+ ;; -+ ms1-*) -+ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` -+ ;; -+ msys) -+ basic_machine=i686-pc -+ os=-msys -+ ;; -+ mvs) -+ basic_machine=i370-ibm -+ os=-mvs -+ ;; -+ nacl) -+ basic_machine=le32-unknown -+ os=-nacl -+ ;; -+ ncr3000) -+ basic_machine=i486-ncr -+ os=-sysv4 -+ ;; -+ netbsd386) -+ basic_machine=i386-unknown -+ os=-netbsd -+ ;; -+ netwinder) -+ basic_machine=armv4l-rebel -+ os=-linux -+ ;; -+ news | news700 | news800 | news900) -+ basic_machine=m68k-sony -+ os=-newsos -+ ;; -+ news1000) -+ basic_machine=m68030-sony -+ os=-newsos -+ ;; -+ news-3600 | risc-news) -+ basic_machine=mips-sony -+ os=-newsos -+ ;; -+ necv70) -+ basic_machine=v70-nec -+ os=-sysv -+ ;; -+ next | m*-next ) -+ basic_machine=m68k-next -+ case $os in -+ -nextstep* ) -+ ;; -+ -ns2*) -+ os=-nextstep2 -+ ;; -+ *) -+ os=-nextstep3 -+ ;; -+ esac -+ ;; -+ nh3000) -+ basic_machine=m68k-harris -+ os=-cxux -+ ;; -+ nh[45]000) -+ basic_machine=m88k-harris -+ os=-cxux -+ ;; -+ nindy960) -+ basic_machine=i960-intel -+ os=-nindy -+ ;; -+ mon960) -+ basic_machine=i960-intel -+ os=-mon960 -+ ;; -+ nonstopux) -+ basic_machine=mips-compaq -+ os=-nonstopux -+ ;; -+ np1) -+ basic_machine=np1-gould -+ ;; -+ neo-tandem) -+ basic_machine=neo-tandem -+ ;; -+ nse-tandem) -+ basic_machine=nse-tandem -+ ;; -+ nsr-tandem) -+ basic_machine=nsr-tandem -+ ;; -+ op50n-* | op60c-*) -+ basic_machine=hppa1.1-oki -+ os=-proelf -+ ;; -+ openrisc | openrisc-*) -+ basic_machine=or32-unknown -+ ;; -+ os400) -+ basic_machine=powerpc-ibm -+ os=-os400 -+ ;; -+ OSE68000 | ose68000) -+ basic_machine=m68000-ericsson -+ os=-ose -+ ;; -+ os68k) -+ basic_machine=m68k-none -+ os=-os68k -+ ;; -+ pa-hitachi) -+ basic_machine=hppa1.1-hitachi -+ os=-hiuxwe2 -+ ;; -+ paragon) -+ basic_machine=i860-intel -+ os=-osf -+ ;; -+ parisc) -+ basic_machine=hppa-unknown -+ os=-linux -+ ;; -+ parisc-*) -+ basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` -+ os=-linux -+ ;; -+ pbd) -+ basic_machine=sparc-tti -+ ;; -+ pbb) -+ basic_machine=m68k-tti -+ ;; -+ pc532 | pc532-*) -+ basic_machine=ns32k-pc532 -+ ;; -+ pc98) -+ basic_machine=i386-pc -+ ;; -+ pc98-*) -+ basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ pentium | p5 | k5 | k6 | nexgen | viac3) -+ basic_machine=i586-pc -+ ;; -+ pentiumpro | p6 | 6x86 | athlon | athlon_*) -+ basic_machine=i686-pc -+ ;; -+ pentiumii | pentium2 | pentiumiii | pentium3) -+ basic_machine=i686-pc -+ ;; -+ pentium4) -+ basic_machine=i786-pc -+ ;; -+ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) -+ basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ pentiumpro-* | p6-* | 6x86-* | athlon-*) -+ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) -+ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ pentium4-*) -+ basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ pn) -+ basic_machine=pn-gould -+ ;; -+ power) basic_machine=power-ibm -+ ;; -+ ppc | ppcbe) basic_machine=powerpc-unknown -+ ;; -+ ppc-* | ppcbe-*) -+ basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ ppcle | powerpclittle | ppc-le | powerpc-little) -+ basic_machine=powerpcle-unknown -+ ;; -+ ppcle-* | powerpclittle-*) -+ basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ ppc64) basic_machine=powerpc64-unknown -+ ;; -+ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ ppc64le | powerpc64little | ppc64-le | powerpc64-little) -+ basic_machine=powerpc64le-unknown -+ ;; -+ ppc64le-* | powerpc64little-*) -+ basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ ps2) -+ basic_machine=i386-ibm -+ ;; -+ pw32) -+ basic_machine=i586-unknown -+ os=-pw32 -+ ;; -+ rdos | rdos64) -+ basic_machine=x86_64-pc -+ os=-rdos -+ ;; -+ rdos32) -+ basic_machine=i386-pc -+ os=-rdos -+ ;; -+ rom68k) -+ basic_machine=m68k-rom68k -+ os=-coff -+ ;; -+ rm[46]00) -+ basic_machine=mips-siemens -+ ;; -+ rtpc | rtpc-*) -+ basic_machine=romp-ibm -+ ;; -+ s390 | s390-*) -+ basic_machine=s390-ibm -+ ;; -+ s390x | s390x-*) -+ basic_machine=s390x-ibm -+ ;; -+ sa29200) -+ basic_machine=a29k-amd -+ os=-udi -+ ;; -+ sb1) -+ basic_machine=mipsisa64sb1-unknown -+ ;; -+ sb1el) -+ basic_machine=mipsisa64sb1el-unknown -+ ;; -+ sde) -+ basic_machine=mipsisa32-sde -+ os=-elf -+ ;; -+ sei) -+ basic_machine=mips-sei -+ os=-seiux -+ ;; -+ sequent) -+ basic_machine=i386-sequent -+ ;; -+ sh) -+ basic_machine=sh-hitachi -+ os=-hms -+ ;; -+ sh5el) -+ basic_machine=sh5le-unknown -+ ;; -+ sh64) -+ basic_machine=sh64-unknown -+ ;; -+ sparclite-wrs | simso-wrs) -+ basic_machine=sparclite-wrs -+ os=-vxworks -+ ;; -+ sps7) -+ basic_machine=m68k-bull -+ os=-sysv2 -+ ;; -+ spur) -+ basic_machine=spur-unknown -+ ;; -+ st2000) -+ basic_machine=m68k-tandem -+ ;; -+ stratus) -+ basic_machine=i860-stratus -+ os=-sysv4 -+ ;; -+ strongarm-* | thumb-*) -+ basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; -+ sun2) -+ basic_machine=m68000-sun -+ ;; -+ sun2os3) -+ basic_machine=m68000-sun -+ os=-sunos3 -+ ;; -+ sun2os4) -+ basic_machine=m68000-sun -+ os=-sunos4 -+ ;; -+ sun3os3) -+ basic_machine=m68k-sun -+ os=-sunos3 -+ ;; -+ sun3os4) -+ basic_machine=m68k-sun -+ os=-sunos4 -+ ;; -+ sun4os3) -+ basic_machine=sparc-sun -+ os=-sunos3 -+ ;; -+ sun4os4) -+ basic_machine=sparc-sun -+ os=-sunos4 -+ ;; -+ sun4sol2) -+ basic_machine=sparc-sun -+ os=-solaris2 -+ ;; -+ sun3 | sun3-*) -+ basic_machine=m68k-sun -+ ;; -+ sun4) -+ basic_machine=sparc-sun -+ ;; -+ sun386 | sun386i | roadrunner) -+ basic_machine=i386-sun -+ ;; -+ sv1) -+ basic_machine=sv1-cray -+ os=-unicos -+ ;; -+ symmetry) -+ basic_machine=i386-sequent -+ os=-dynix -+ ;; -+ t3e) -+ basic_machine=alphaev5-cray -+ os=-unicos -+ ;; -+ t90) -+ basic_machine=t90-cray -+ os=-unicos -+ ;; -+ tile*) -+ basic_machine=$basic_machine-unknown -+ os=-linux-gnu -+ ;; -+ tx39) -+ basic_machine=mipstx39-unknown -+ ;; -+ tx39el) -+ basic_machine=mipstx39el-unknown -+ ;; -+ toad1) -+ basic_machine=pdp10-xkl -+ os=-tops20 -+ ;; -+ tower | tower-32) -+ basic_machine=m68k-ncr -+ ;; -+ tpf) -+ basic_machine=s390x-ibm -+ os=-tpf -+ ;; -+ udi29k) -+ basic_machine=a29k-amd -+ os=-udi -+ ;; -+ ultra3) -+ basic_machine=a29k-nyu -+ os=-sym1 -+ ;; -+ v810 | necv810) -+ basic_machine=v810-nec -+ os=-none -+ ;; -+ vaxv) -+ basic_machine=vax-dec -+ os=-sysv -+ ;; -+ vms) -+ basic_machine=vax-dec -+ os=-vms -+ ;; -+ vpp*|vx|vx-*) -+ basic_machine=f301-fujitsu -+ ;; -+ vxworks960) -+ basic_machine=i960-wrs -+ os=-vxworks -+ ;; -+ vxworks68) -+ basic_machine=m68k-wrs -+ os=-vxworks -+ ;; -+ vxworks29k) -+ basic_machine=a29k-wrs -+ os=-vxworks -+ ;; -+ w65*) -+ basic_machine=w65-wdc -+ os=-none -+ ;; -+ w89k-*) -+ basic_machine=hppa1.1-winbond -+ os=-proelf -+ ;; -+ xbox) -+ basic_machine=i686-pc -+ os=-mingw32 -+ ;; -+ xps | xps100) -+ basic_machine=xps100-honeywell -+ ;; -+ xscale-* | xscalee[bl]-*) -+ basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` -+ ;; -+ ymp) -+ basic_machine=ymp-cray -+ os=-unicos -+ ;; -+ z8k-*-coff) -+ basic_machine=z8k-unknown -+ os=-sim -+ ;; -+ z80-*-coff) -+ basic_machine=z80-unknown -+ os=-sim -+ ;; -+ none) -+ basic_machine=none-none -+ os=-none -+ ;; -+ -+# Here we handle the default manufacturer of certain CPU types. It is in -+# some cases the only manufacturer, in others, it is the most popular. -+ w89k) -+ basic_machine=hppa1.1-winbond -+ ;; -+ op50n) -+ basic_machine=hppa1.1-oki -+ ;; -+ op60c) -+ basic_machine=hppa1.1-oki -+ ;; -+ romp) -+ basic_machine=romp-ibm -+ ;; -+ mmix) -+ basic_machine=mmix-knuth -+ ;; -+ rs6000) -+ basic_machine=rs6000-ibm -+ ;; -+ vax) -+ basic_machine=vax-dec -+ ;; -+ pdp10) -+ # there are many clones, so DEC is not a safe bet -+ basic_machine=pdp10-unknown -+ ;; -+ pdp11) -+ basic_machine=pdp11-dec -+ ;; -+ we32k) -+ basic_machine=we32k-att -+ ;; -+ sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) -+ basic_machine=sh-unknown -+ ;; -+ sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) -+ basic_machine=sparc-sun -+ ;; -+ cydra) -+ basic_machine=cydra-cydrome -+ ;; -+ orion) -+ basic_machine=orion-highlevel -+ ;; -+ orion105) -+ basic_machine=clipper-highlevel -+ ;; -+ mac | mpw | mac-mpw) -+ basic_machine=m68k-apple -+ ;; -+ pmac | pmac-mpw) -+ basic_machine=powerpc-apple -+ ;; -+ *-unknown) -+ # Make sure to match an already-canonicalized machine name. -+ ;; -+ *) -+ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 -+ exit 1 -+ ;; -+esac -+ -+# Here we canonicalize certain aliases for manufacturers. -+case $basic_machine in -+ *-digital*) -+ basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` -+ ;; -+ *-commodore*) -+ basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` -+ ;; -+ *) -+ ;; -+esac -+ -+# Decode manufacturer-specific aliases for certain operating systems. -+ -+if [ x"$os" != x"" ] -+then -+case $os in -+ # First match some system type aliases -+ # that might get confused with valid system types. -+ # -solaris* is a basic system type, with this one exception. -+ -auroraux) -+ os=-auroraux -+ ;; -+ -solaris1 | -solaris1.*) -+ os=`echo $os | sed -e 's|solaris1|sunos4|'` -+ ;; -+ -solaris) -+ os=-solaris2 -+ ;; -+ -svr4*) -+ os=-sysv4 -+ ;; -+ -unixware*) -+ os=-sysv4.2uw -+ ;; -+ -gnu/linux*) -+ os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` -+ ;; -+ # First accept the basic system types. -+ # The portable systems comes first. -+ # Each alternative MUST END IN A *, to match a version number. -+ # -sysv* is not here because it comes later, after sysvr4. -+ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ -+ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ -+ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ -+ | -sym* | -kopensolaris* | -plan9* \ -+ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ -+ | -aos* | -aros* | -cloudabi* | -sortix* \ -+ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ -+ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ -+ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ -+ | -bitrig* | -openbsd* | -solidbsd* \ -+ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ -+ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ -+ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ -+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ -+ | -chorusos* | -chorusrdb* | -cegcc* \ -+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ -+ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ -+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ -+ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ -+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ -+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ -+ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ -+ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ -+ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ -+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ -+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) -+ # Remember, each alternative MUST END IN *, to match a version number. -+ ;; -+ -qnx*) -+ case $basic_machine in -+ x86-* | i*86-*) -+ ;; -+ *) -+ os=-nto$os -+ ;; -+ esac -+ ;; -+ -nto-qnx*) -+ ;; -+ -nto*) -+ os=`echo $os | sed -e 's|nto|nto-qnx|'` -+ ;; -+ -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ -+ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ -+ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) -+ ;; -+ -mac*) -+ os=`echo $os | sed -e 's|mac|macos|'` -+ ;; -+ -linux-dietlibc) -+ os=-linux-dietlibc -+ ;; -+ -linux*) -+ os=`echo $os | sed -e 's|linux|linux-gnu|'` -+ ;; -+ -sunos5*) -+ os=`echo $os | sed -e 's|sunos5|solaris2|'` -+ ;; -+ -sunos6*) -+ os=`echo $os | sed -e 's|sunos6|solaris3|'` -+ ;; -+ -opened*) -+ os=-openedition -+ ;; -+ -os400*) -+ os=-os400 -+ ;; -+ -wince*) -+ os=-wince -+ ;; -+ -osfrose*) -+ os=-osfrose -+ ;; -+ -osf*) -+ os=-osf -+ ;; -+ -utek*) -+ os=-bsd -+ ;; -+ -dynix*) -+ os=-bsd -+ ;; -+ -acis*) -+ os=-aos -+ ;; -+ -atheos*) -+ os=-atheos -+ ;; -+ -syllable*) -+ os=-syllable -+ ;; -+ -386bsd) -+ os=-bsd -+ ;; -+ -ctix* | -uts*) -+ os=-sysv -+ ;; -+ -nova*) -+ os=-rtmk-nova -+ ;; -+ -ns2 ) -+ os=-nextstep2 -+ ;; -+ -nsk*) -+ os=-nsk -+ ;; -+ # Preserve the version number of sinix5. -+ -sinix5.*) -+ os=`echo $os | sed -e 's|sinix|sysv|'` -+ ;; -+ -sinix*) -+ os=-sysv4 -+ ;; -+ -tpf*) -+ os=-tpf -+ ;; -+ -triton*) -+ os=-sysv3 -+ ;; -+ -oss*) -+ os=-sysv3 -+ ;; -+ -svr4) -+ os=-sysv4 -+ ;; -+ -svr3) -+ os=-sysv3 -+ ;; -+ -sysvr4) -+ os=-sysv4 -+ ;; -+ # This must come after -sysvr4. -+ -sysv*) -+ ;; -+ -ose*) -+ os=-ose -+ ;; -+ -es1800*) -+ os=-ose -+ ;; -+ -xenix) -+ os=-xenix -+ ;; -+ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) -+ os=-mint -+ ;; -+ -aros*) -+ os=-aros -+ ;; -+ -zvmoe) -+ os=-zvmoe -+ ;; -+ -dicos*) -+ os=-dicos -+ ;; -+ -nacl*) -+ ;; -+ -none) -+ ;; -+ *) -+ # Get rid of the `-' at the beginning of $os. -+ os=`echo $os | sed 's/[^-]*-//'` -+ echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 -+ exit 1 -+ ;; -+esac -+else -+ -+# Here we handle the default operating systems that come with various machines. -+# The value should be what the vendor currently ships out the door with their -+# machine or put another way, the most popular os provided with the machine. -+ -+# Note that if you're going to try to match "-MANUFACTURER" here (say, -+# "-sun"), then you have to tell the case statement up towards the top -+# that MANUFACTURER isn't an operating system. Otherwise, code above -+# will signal an error saying that MANUFACTURER isn't an operating -+# system, and we'll never get to this point. -+ -+case $basic_machine in -+ score-*) -+ os=-elf -+ ;; -+ spu-*) -+ os=-elf -+ ;; -+ *-acorn) -+ os=-riscix1.2 -+ ;; -+ arm*-rebel) -+ os=-linux -+ ;; -+ arm*-semi) -+ os=-aout -+ ;; -+ c4x-* | tic4x-*) -+ os=-coff -+ ;; -+ c8051-*) -+ os=-elf -+ ;; -+ hexagon-*) -+ os=-elf -+ ;; -+ tic54x-*) -+ os=-coff -+ ;; -+ tic55x-*) -+ os=-coff -+ ;; -+ tic6x-*) -+ os=-coff -+ ;; -+ # This must come before the *-dec entry. -+ pdp10-*) -+ os=-tops20 -+ ;; -+ pdp11-*) -+ os=-none -+ ;; -+ *-dec | vax-*) -+ os=-ultrix4.2 -+ ;; -+ m68*-apollo) -+ os=-domain -+ ;; -+ i386-sun) -+ os=-sunos4.0.2 -+ ;; -+ m68000-sun) -+ os=-sunos3 -+ ;; -+ m68*-cisco) -+ os=-aout -+ ;; -+ mep-*) -+ os=-elf -+ ;; -+ mips*-cisco) -+ os=-elf -+ ;; -+ mips*-*) -+ os=-elf -+ ;; -+ or32-*) -+ os=-coff -+ ;; -+ *-tti) # must be before sparc entry or we get the wrong os. -+ os=-sysv3 -+ ;; -+ sparc-* | *-sun) -+ os=-sunos4.1.1 -+ ;; -+ *-be) -+ os=-beos -+ ;; -+ *-haiku) -+ os=-haiku -+ ;; -+ *-ibm) -+ os=-aix -+ ;; -+ *-knuth) -+ os=-mmixware -+ ;; -+ *-wec) -+ os=-proelf -+ ;; -+ *-winbond) -+ os=-proelf -+ ;; -+ *-oki) -+ os=-proelf -+ ;; -+ *-hp) -+ os=-hpux -+ ;; -+ *-hitachi) -+ os=-hiux -+ ;; -+ i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) -+ os=-sysv -+ ;; -+ *-cbm) -+ os=-amigaos -+ ;; -+ *-dg) -+ os=-dgux -+ ;; -+ *-dolphin) -+ os=-sysv3 -+ ;; -+ m68k-ccur) -+ os=-rtu -+ ;; -+ m88k-omron*) -+ os=-luna -+ ;; -+ *-next ) -+ os=-nextstep -+ ;; -+ *-sequent) -+ os=-ptx -+ ;; -+ *-crds) -+ os=-unos -+ ;; -+ *-ns) -+ os=-genix -+ ;; -+ i370-*) -+ os=-mvs -+ ;; -+ *-next) -+ os=-nextstep3 -+ ;; -+ *-gould) -+ os=-sysv -+ ;; -+ *-highlevel) -+ os=-bsd -+ ;; -+ *-encore) -+ os=-bsd -+ ;; -+ *-sgi) -+ os=-irix -+ ;; -+ *-siemens) -+ os=-sysv4 -+ ;; -+ *-masscomp) -+ os=-rtu -+ ;; -+ f30[01]-fujitsu | f700-fujitsu) -+ os=-uxpv -+ ;; -+ *-rom68k) -+ os=-coff -+ ;; -+ *-*bug) -+ os=-coff -+ ;; -+ *-apple) -+ os=-macos -+ ;; -+ *-atari*) -+ os=-mint -+ ;; -+ *) -+ os=-none -+ ;; -+esac -+fi -+ -+# Here we handle the case where we know the os, and the CPU type, but not the -+# manufacturer. We pick the logical manufacturer. -+vendor=unknown -+case $basic_machine in -+ *-unknown) -+ case $os in -+ -riscix*) -+ vendor=acorn -+ ;; -+ -sunos*) -+ vendor=sun -+ ;; -+ -cnk*|-aix*) -+ vendor=ibm -+ ;; -+ -beos*) -+ vendor=be -+ ;; -+ -hpux*) -+ vendor=hp -+ ;; -+ -mpeix*) -+ vendor=hp -+ ;; -+ -hiux*) -+ vendor=hitachi -+ ;; -+ -unos*) -+ vendor=crds -+ ;; -+ -dgux*) -+ vendor=dg -+ ;; -+ -luna*) -+ vendor=omron -+ ;; -+ -genix*) -+ vendor=ns -+ ;; -+ -mvs* | -opened*) -+ vendor=ibm -+ ;; -+ -os400*) -+ vendor=ibm -+ ;; -+ -ptx*) -+ vendor=sequent -+ ;; -+ -tpf*) -+ vendor=ibm -+ ;; -+ -vxsim* | -vxworks* | -windiss*) -+ vendor=wrs -+ ;; -+ -aux*) -+ vendor=apple -+ ;; -+ -hms*) -+ vendor=hitachi -+ ;; -+ -mpw* | -macos*) -+ vendor=apple -+ ;; -+ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) -+ vendor=atari -+ ;; -+ -vos*) -+ vendor=stratus -+ ;; -+ esac -+ basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` -+ ;; -+esac -+ -+echo $basic_machine$os -+exit -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "timestamp='" -+# time-stamp-format: "%:y-%02m-%02d" -+# time-stamp-end: "'" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/configure -@@ -0,0 +1,28327 @@ -+#! /bin/sh -+# Guess values for system-dependent variables and create Makefiles. -+# Generated by GNU Autoconf 2.69 for codeblocks 16.01svn11246. -+# -+# -+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. -+# -+# -+# This configure script is free software; the Free Software Foundation -+# gives unlimited permission to copy, distribute and modify it. -+## -------------------- ## -+## M4sh Initialization. ## -+## -------------------- ## -+ -+# Be more Bourne compatible -+DUALCASE=1; export DUALCASE # for MKS sh -+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : -+ emulate sh -+ NULLCMD=: -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which -+ # is contrary to our usage. Disable this feature. -+ alias -g '${1+"$@"}'='"$@"' -+ setopt NO_GLOB_SUBST -+else -+ case `(set -o) 2>/dev/null` in #( -+ *posix*) : -+ set -o posix ;; #( -+ *) : -+ ;; -+esac -+fi -+ -+ -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+# Prefer a ksh shell builtin over an external printf program on Solaris, -+# but without wasting forks for bash or zsh. -+if test -z "$BASH_VERSION$ZSH_VERSION" \ -+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='print -r --' -+ as_echo_n='print -rn --' -+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' -+ else -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in #( -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' -+ fi -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } -+fi -+ -+ -+# IFS -+# We need space, tab and new line, in precisely that order. Quoting is -+# there to prevent editors from complaining about space-tab. -+# (If _AS_PATH_WALK were called with IFS unset, it would disable word -+# splitting by setting IFS to empty value.) -+IFS=" "" $as_nl" -+ -+# Find who we are. Look in the path if we contain no directory separator. -+as_myself= -+case $0 in #(( -+ *[\\/]* ) as_myself=$0 ;; -+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+# We did not find ourselves, most probably we were run as `sh COMMAND' -+# in which case we are not to be found in the path. -+if test "x$as_myself" = x; then -+ as_myself=$0 -+fi -+if test ! -f "$as_myself"; then -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ exit 1 -+fi -+ -+# Unset variables that we do not need and which cause bugs (e.g. in -+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -+# suppresses any "Segmentation fault" message there. '((' could -+# trigger a bug in pdksh 5.2.14. -+for as_var in BASH_ENV ENV MAIL MAILPATH -+do eval test x\${$as_var+set} = xset \ -+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -+done -+PS1='$ ' -+PS2='> ' -+PS4='+ ' -+ -+# NLS nuisances. -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE -+ -+# CDPATH. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+# Use a proper internal environment variable to ensure we don't fall -+ # into an infinite loop, continuously re-executing ourselves. -+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then -+ _as_can_reexec=no; export _as_can_reexec; -+ # We cannot yet assume a decent shell, so we have to provide a -+# neutralization value for shells without unset; and this also -+# works around shells that cannot unset nonexistent variables. -+# Preserve -v and -x to the replacement shell. -+BASH_ENV=/dev/null -+ENV=/dev/null -+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV -+case $- in # (((( -+ *v*x* | *x*v* ) as_opts=-vx ;; -+ *v* ) as_opts=-v ;; -+ *x* ) as_opts=-x ;; -+ * ) as_opts= ;; -+esac -+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} -+# Admittedly, this is quite paranoid, since all the known shells bail -+# out after a failed `exec'. -+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 -+as_fn_exit 255 -+ fi -+ # We don't want this to propagate to other subprocesses. -+ { _as_can_reexec=; unset _as_can_reexec;} -+if test "x$CONFIG_SHELL" = x; then -+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : -+ emulate sh -+ NULLCMD=: -+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which -+ # is contrary to our usage. Disable this feature. -+ alias -g '\${1+\"\$@\"}'='\"\$@\"' -+ setopt NO_GLOB_SUBST -+else -+ case \`(set -o) 2>/dev/null\` in #( -+ *posix*) : -+ set -o posix ;; #( -+ *) : -+ ;; -+esac -+fi -+" -+ as_required="as_fn_return () { (exit \$1); } -+as_fn_success () { as_fn_return 0; } -+as_fn_failure () { as_fn_return 1; } -+as_fn_ret_success () { return 0; } -+as_fn_ret_failure () { return 1; } -+ -+exitcode=0 -+as_fn_success || { exitcode=1; echo as_fn_success failed.; } -+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } -+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } -+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } -+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : -+ -+else -+ exitcode=1; echo positional parameters were not saved. -+fi -+test x\$exitcode = x0 || exit 1 -+test -x / || exit 1" -+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO -+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO -+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && -+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 -+ -+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( -+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO -+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO -+ PATH=/empty FPATH=/empty; export PATH FPATH -+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ -+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 -+test \$(( 1 + 1 )) = 2 || exit 1" -+ if (eval "$as_required") 2>/dev/null; then : -+ as_have_required=yes -+else -+ as_have_required=no -+fi -+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : -+ -+else -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+as_found=false -+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ as_found=: -+ case $as_dir in #( -+ /*) -+ for as_base in sh bash ksh sh5; do -+ # Try only shells that exist, to save several forks. -+ as_shell=$as_dir/$as_base -+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } && -+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : -+ CONFIG_SHELL=$as_shell as_have_required=yes -+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : -+ break 2 -+fi -+fi -+ done;; -+ esac -+ as_found=false -+done -+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && -+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : -+ CONFIG_SHELL=$SHELL as_have_required=yes -+fi; } -+IFS=$as_save_IFS -+ -+ -+ if test "x$CONFIG_SHELL" != x; then : -+ export CONFIG_SHELL -+ # We cannot yet assume a decent shell, so we have to provide a -+# neutralization value for shells without unset; and this also -+# works around shells that cannot unset nonexistent variables. -+# Preserve -v and -x to the replacement shell. -+BASH_ENV=/dev/null -+ENV=/dev/null -+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV -+case $- in # (((( -+ *v*x* | *x*v* ) as_opts=-vx ;; -+ *v* ) as_opts=-v ;; -+ *x* ) as_opts=-x ;; -+ * ) as_opts= ;; -+esac -+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} -+# Admittedly, this is quite paranoid, since all the known shells bail -+# out after a failed `exec'. -+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 -+exit 255 -+fi -+ -+ if test x$as_have_required = xno; then : -+ $as_echo "$0: This script requires a shell more modern than all" -+ $as_echo "$0: the shells that I found on your system." -+ if test x${ZSH_VERSION+set} = xset ; then -+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" -+ $as_echo "$0: be upgraded to zsh 4.3.4 or later." -+ else -+ $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, -+$0: including any error possibly output before this -+$0: message. Then install a modern shell, or manually run -+$0: the script under such a shell if you do have one." -+ fi -+ exit 1 -+fi -+fi -+fi -+SHELL=${CONFIG_SHELL-/bin/sh} -+export SHELL -+# Unset more variables known to interfere with behavior of common tools. -+CLICOLOR_FORCE= GREP_OPTIONS= -+unset CLICOLOR_FORCE GREP_OPTIONS -+ -+## --------------------- ## -+## M4sh Shell Functions. ## -+## --------------------- ## -+# as_fn_unset VAR -+# --------------- -+# Portably unset VAR. -+as_fn_unset () -+{ -+ { eval $1=; unset $1;} -+} -+as_unset=as_fn_unset -+ -+# as_fn_set_status STATUS -+# ----------------------- -+# Set $? to STATUS, without forking. -+as_fn_set_status () -+{ -+ return $1 -+} # as_fn_set_status -+ -+# as_fn_exit STATUS -+# ----------------- -+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -+as_fn_exit () -+{ -+ set +e -+ as_fn_set_status $1 -+ exit $1 -+} # as_fn_exit -+ -+# as_fn_mkdir_p -+# ------------- -+# Create "$as_dir" as a directory, including parents if necessary. -+as_fn_mkdir_p () -+{ -+ -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || eval $as_mkdir_p || { -+ as_dirs= -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || -+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$as_dir" : 'X\(//\)[^/]' \| \ -+ X"$as_dir" : 'X\(//\)$' \| \ -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$as_dir" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" -+ -+ -+} # as_fn_mkdir_p -+ -+# as_fn_executable_p FILE -+# ----------------------- -+# Test if FILE is an executable regular file. -+as_fn_executable_p () -+{ -+ test -f "$1" && test -x "$1" -+} # as_fn_executable_p -+# as_fn_append VAR VALUE -+# ---------------------- -+# Append the text in VALUE to the end of the definition contained in VAR. Take -+# advantage of any shell optimizations that allow amortized linear growth over -+# repeated appends, instead of the typical quadratic growth present in naive -+# implementations. -+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : -+ eval 'as_fn_append () -+ { -+ eval $1+=\$2 -+ }' -+else -+ as_fn_append () -+ { -+ eval $1=\$$1\$2 -+ } -+fi # as_fn_append -+ -+# as_fn_arith ARG... -+# ------------------ -+# Perform arithmetic evaluation on the ARGs, and store the result in the -+# global $as_val. Take advantage of shells that can avoid forks. The arguments -+# must be portable across $(()) and expr. -+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : -+ eval 'as_fn_arith () -+ { -+ as_val=$(( $* )) -+ }' -+else -+ as_fn_arith () -+ { -+ as_val=`expr "$@" || test $? -eq 1` -+ } -+fi # as_fn_arith -+ -+ -+# as_fn_error STATUS ERROR [LINENO LOG_FD] -+# ---------------------------------------- -+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -+# script with STATUS, using 1 if that was 0. -+as_fn_error () -+{ -+ as_status=$1; test $as_status -eq 0 && as_status=1 -+ if test "$4"; then -+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 -+ fi -+ $as_echo "$as_me: error: $2" >&2 -+ as_fn_exit $as_status -+} # as_fn_error -+ -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then -+ as_expr=expr -+else -+ as_expr=false -+fi -+ -+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then -+ as_basename=basename -+else -+ as_basename=false -+fi -+ -+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then -+ as_dirname=dirname -+else -+ as_dirname=false -+fi -+ -+as_me=`$as_basename -- "$0" || -+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ -+ X"$0" : 'X\(//\)$' \| \ -+ X"$0" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X/"$0" | -+ sed '/^.*\/\([^/][^/]*\)\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ -+# Avoid depending upon Character Ranges. -+as_cr_letters='abcdefghijklmnopqrstuvwxyz' -+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -+as_cr_Letters=$as_cr_letters$as_cr_LETTERS -+as_cr_digits='0123456789' -+as_cr_alnum=$as_cr_Letters$as_cr_digits -+ -+ -+ as_lineno_1=$LINENO as_lineno_1a=$LINENO -+ as_lineno_2=$LINENO as_lineno_2a=$LINENO -+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && -+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { -+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) -+ sed -n ' -+ p -+ /[$]LINENO/= -+ ' <$as_myself | -+ sed ' -+ s/[$]LINENO.*/&-/ -+ t lineno -+ b -+ :lineno -+ N -+ :loop -+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ -+ t loop -+ s/-\n.*// -+ ' >$as_me.lineno && -+ chmod +x "$as_me.lineno" || -+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } -+ -+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have -+ # already done that, so ensure we don't try to do so again and fall -+ # in an infinite loop. This has already happened in practice. -+ _as_can_reexec=no; export _as_can_reexec -+ # Don't try to exec as it changes $[0], causing all sort of problems -+ # (the dirname of $[0] is not the place where we might find the -+ # original and so on. Autoconf is especially sensitive to this). -+ . "./$as_me.lineno" -+ # Exit status is that of the last command. -+ exit -+} -+ -+ECHO_C= ECHO_N= ECHO_T= -+case `echo -n x` in #((((( -+-n*) -+ case `echo 'xy\c'` in -+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. -+ xy) ECHO_C='\c';; -+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null -+ ECHO_T=' ';; -+ esac;; -+*) -+ ECHO_N='-n';; -+esac -+ -+rm -f conf$$ conf$$.exe conf$$.file -+if test -d conf$$.dir; then -+ rm -f conf$$.dir/conf$$.file -+else -+ rm -f conf$$.dir -+ mkdir conf$$.dir 2>/dev/null -+fi -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -pR'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -pR' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else -+ as_ln_s='cp -pR' -+ fi -+else -+ as_ln_s='cp -pR' -+fi -+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -+rmdir conf$$.dir 2>/dev/null -+ -+if mkdir -p . 2>/dev/null; then -+ as_mkdir_p='mkdir -p "$as_dir"' -+else -+ test -d ./-p && rmdir ./-p -+ as_mkdir_p=false -+fi -+ -+as_test_x='test -x' -+as_executable_p=as_fn_executable_p -+ -+# Sed expression to map a string onto a valid CPP name. -+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" -+ -+# Sed expression to map a string onto a valid variable name. -+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -+ -+SHELL=${CONFIG_SHELL-/bin/sh} -+ -+ -+test -n "$DJDIR" || exec 7<&0 &1 -+ -+# Name of the host. -+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, -+# so uname gets run too. -+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -+ -+# -+# Initializations. -+# -+ac_default_prefix=/usr/local -+ac_clean_files= -+ac_config_libobj_dir=. -+LIBOBJS= -+cross_compiling=no -+subdirs= -+MFLAGS= -+MAKEFLAGS= -+ -+# Identity of this package. -+PACKAGE_NAME='codeblocks' -+PACKAGE_TARNAME='codeblocks' -+PACKAGE_VERSION='16.01svn11246' -+PACKAGE_STRING='codeblocks 16.01svn11246' -+PACKAGE_BUGREPORT='' -+PACKAGE_URL='' -+ -+# Factoring default headers for most tests. -+ac_includes_default="\ -+#include -+#ifdef HAVE_SYS_TYPES_H -+# include -+#endif -+#ifdef HAVE_SYS_STAT_H -+# include -+#endif -+#ifdef STDC_HEADERS -+# include -+# include -+#else -+# ifdef HAVE_STDLIB_H -+# include -+# endif -+#endif -+#ifdef HAVE_STRING_H -+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+# include -+# endif -+# include -+#endif -+#ifdef HAVE_STRINGS_H -+# include -+#endif -+#ifdef HAVE_INTTYPES_H -+# include -+#endif -+#ifdef HAVE_STDINT_H -+# include -+#endif -+#ifdef HAVE_UNISTD_H -+# include -+#endif" -+ -+ac_subst_vars='am__EXEEXT_FALSE -+am__EXEEXT_TRUE -+LTLIBOBJS -+DATE -+REVISION -+HAVE_CXX11 -+codeblocks_PCH_FLAGS -+MACSETFILE -+POSTLINK_COMMAND -+WXPROPGRID_HEADERS -+WXPROPGRID_INCLUDE -+WXPROPGRID_LIB -+WXPROPGRID_DIR -+WX_X11_LIBS -+WX_X11_CFLAGS -+CB_FONTCONFIG_LIBS -+CB_FONTCONFIG_CFLAGS -+CB_HUNSPELL_LIBS -+CB_HUNSPELL_CFLAGS -+CB_GAMIN_LIBS -+CB_GAMIN_CFLAGS -+CB_GLIB2_LIBS -+CB_GLIB2_CFLAGS -+SCINTILLA_GTK_LIBS -+SCINTILLA_GTK_CFLAGS -+WX_GTK_LIBS -+WX_GTK_CFLAGS -+CB_TINYXML_LIBS -+CB_TINYXML_CFLAGS -+CB_SQUIRREL_LIBS -+CB_SQUIRREL_CFLAGS -+HAVE_WX29_FALSE -+HAVE_WX29_TRUE -+HAVE_GCC48_FALSE -+HAVE_GCC48_TRUE -+GCC_PATCH_VERSION -+GCC_MINOR_VERSION -+GCC_MAJOR_VERSION -+GCC_VERSION -+SETFILE -+REZ -+X_EXTRA_LIBS -+X_LIBS -+X_PRE_LIBS -+X_CFLAGS -+XMKMF -+BOOST_SYSTEM_LIB -+BOOST_LDFLAGS -+BOOST_CPPFLAGS -+FONTCONFIG_LIBS -+FONTCONFIG_CFLAGS -+GAMIN_LIBS -+GAMIN_CFLAGS -+GTK_LIBS -+GTK_CFLAGS -+HUNSPELL_LIBS -+HUNSPELL_CFLAGS -+GLIB2_LIBS -+GLIB2_CFLAGS -+WX_VERSION_MICRO -+WX_VERSION_MINOR -+WX_VERSION_MAJOR -+WX_RESCOMP -+WX_VERSION -+WX_LIBS_STATIC -+WX_LIBS -+WX_CXXFLAGS_ONLY -+WX_CFLAGS_ONLY -+WX_CXXFLAGS -+WX_CFLAGS -+WX_CPPFLAGS -+WX_CONFIG_PATH -+PRECOMPILE_HEADERS_FALSE -+PRECOMPILE_HEADERS_TRUE -+BUILD_WXSMITHAUI -+BUILD_WXSMITHCONTRIB -+BUILD_WXSMITH -+BUILD_WXCONTRIB -+BUILD_VALGRIND -+BUILD_TOOLSPLUS -+BUILD_THREADSEARCH -+BUILD_SPELLCHECKER -+BUILD_SMARTINDENT -+BUILD_SYMTAB -+BUILD_EXPORTER -+BUILD_REOPENEDITOR -+BUILD_REGEX -+BUILD_PROFILER -+BUILD_NASSISHNEIDERMAN -+BUILD_MOUSESAP -+BUILD_LIBFINDER -+BUILD_KEYBINDER -+BUILD_INCSEARCH -+BUILD_HEXEDITOR -+BUILD_HELP -+BUILD_HEADERFIXUP -+BUILD_FILEMANAGER -+BUILD_ENVVARS -+BUILD_EDITORTWEAKS -+BUILD_EDITORCONFIG -+BUILD_DRAGSCROLL -+BUILD_DOXYBLOCKS -+BUILD_CSCOPE -+BUILD_CPPCHECK -+BUILD_COPYSTRINGS -+BUILD_CODESTAT -+BUILD_CODESNIPPETS -+BUILD_CCCC -+BUILD_CBKODERS -+BUILD_BYOGAMES -+BUILD_BROWSETRACKER -+BUILD_AUTOVERSIONING -+BUILD_CPPCHECK_FALSE -+BUILD_CPPCHECK_TRUE -+BUILD_CCCC_FALSE -+BUILD_CCCC_TRUE -+BUILD_MOUSESAP_FALSE -+BUILD_MOUSESAP_TRUE -+BUILD_INCSEARCH_FALSE -+BUILD_INCSEARCH_TRUE -+BUILD_HEXEDITOR_FALSE -+BUILD_HEXEDITOR_TRUE -+BUILD_WXSMITHAUI_FALSE -+BUILD_WXSMITHAUI_TRUE -+BUILD_WXSMITHCONTRIB_FALSE -+BUILD_WXSMITHCONTRIB_TRUE -+BUILD_WXSMITH_FALSE -+BUILD_WXSMITH_TRUE -+BUILD_WXCONTRIB_FALSE -+BUILD_WXCONTRIB_TRUE -+BUILD_VALGRIND_FALSE -+BUILD_VALGRIND_TRUE -+BUILD_TOOLSPLUS_FALSE -+BUILD_TOOLSPLUS_TRUE -+BUILD_THREADSEARCH_FALSE -+BUILD_THREADSEARCH_TRUE -+BUILD_SYMTAB_FALSE -+BUILD_SYMTAB_TRUE -+BUILD_SPELLCHECKER_FALSE -+BUILD_SPELLCHECKER_TRUE -+BUILD_SMARTINDENT_FALSE -+BUILD_SMARTINDENT_TRUE -+BUILD_EXPORTER_FALSE -+BUILD_EXPORTER_TRUE -+BUILD_REOPENEDITOR_FALSE -+BUILD_REOPENEDITOR_TRUE -+BUILD_REGEX_FALSE -+BUILD_REGEX_TRUE -+BUILD_PROJECTOPTIONSMANIPULATOR_FALSE -+BUILD_PROJECTOPTIONSMANIPULATOR_TRUE -+BUILD_PROFILER_FALSE -+BUILD_PROFILER_TRUE -+BUILD_NASSISHNEIDERMAN_FALSE -+BUILD_NASSISHNEIDERMAN_TRUE -+BUILD_LIBFINDER_FALSE -+BUILD_LIBFINDER_TRUE -+BUILD_KEYBINDER_FALSE -+BUILD_KEYBINDER_TRUE -+BUILD_HELP_FALSE -+BUILD_HELP_TRUE -+BUILD_HEADERFIXUP_FALSE -+BUILD_HEADERFIXUP_TRUE -+BUILD_FILEMANAGER_FALSE -+BUILD_FILEMANAGER_TRUE -+BUILD_ENVVARS_FALSE -+BUILD_ENVVARS_TRUE -+BUILD_EDITORTWEAKS_FALSE -+BUILD_EDITORTWEAKS_TRUE -+BUILD_EDITORCONFIG_FALSE -+BUILD_EDITORCONFIG_TRUE -+BUILD_DRAGSCROLL_FALSE -+BUILD_DRAGSCROLL_TRUE -+BUILD_DOXYBLOCKS_FALSE -+BUILD_DOXYBLOCKS_TRUE -+BUILD_CSCOPE_FALSE -+BUILD_CSCOPE_TRUE -+BUILD_COPYSTRINGS_FALSE -+BUILD_COPYSTRINGS_TRUE -+BUILD_CODESTAT_FALSE -+BUILD_CODESTAT_TRUE -+BUILD_CODESNIPPETS_FALSE -+BUILD_CODESNIPPETS_TRUE -+BUILD_CBKODERS_FALSE -+BUILD_CBKODERS_TRUE -+BUILD_BYOGAMES_FALSE -+BUILD_BYOGAMES_TRUE -+BUILD_BROWSETRACKER_FALSE -+BUILD_BROWSETRACKER_TRUE -+BUILD_AUTOVERSIONING_FALSE -+BUILD_AUTOVERSIONING_TRUE -+BUILD_MANIFEST_FALSE -+BUILD_MANIFEST_TRUE -+GTK_NOTEBOOK_FALSE -+GTK_NOTEBOOK_TRUE -+ENABLE_FORTRAN_FALSE -+ENABLE_FORTRAN_TRUE -+KEEP_DLLS_FALSE -+KEEP_DLLS_TRUE -+BUILD_ABBREVIATIONS_FALSE -+BUILD_ABBREVIATIONS_TRUE -+BUILD_TODO_FALSE -+BUILD_TODO_TRUE -+BUILD_SCRIPTEDWIZARD_FALSE -+BUILD_SCRIPTEDWIZARD_TRUE -+BUILD_PROJECTSIMPORTER_FALSE -+BUILD_PROJECTSIMPORTER_TRUE -+BUILD_OCCURRENCESHIGHLIGHTING_FALSE -+BUILD_OCCURRENCESHIGHLIGHTING_TRUE -+BUILD_OPENFILESLIST_FALSE -+BUILD_OPENFILESLIST_TRUE -+BUILD_MIMEHANDLER_FALSE -+BUILD_MIMEHANDLER_TRUE -+BUILD_DEBUGGER_FALSE -+BUILD_DEBUGGER_TRUE -+BUILD_COMPILER_FALSE -+BUILD_COMPILER_TRUE -+BUILD_CODECOMPLETION_FALSE -+BUILD_CODECOMPLETION_TRUE -+BUILD_CLASSWIZARD_FALSE -+BUILD_CLASSWIZARD_TRUE -+BUILD_AUTOSAVE_FALSE -+BUILD_AUTOSAVE_TRUE -+BUILD_ASTYLE_FALSE -+BUILD_ASTYLE_TRUE -+CODEBLOCKS_PLATFORM -+PLATFORM_LIBS -+PLATFORM_CFLAGS -+CODEBLOCKS_VERSION_INFO -+MODULE_SHARED_LDFLAGS -+HAVE_TINYXML_FALSE -+HAVE_TINYXML_TRUE -+TINYXML_LIBS -+TINYXML_CFLAGS -+HAVE_SQUIRREL_FALSE -+HAVE_SQUIRREL_TRUE -+SQUIRREL_LIBS -+SQUIRREL_CFLAGS -+HAVE_PKG_CONFIG -+HAVE_ASTYLE_FALSE -+HAVE_ASTYLE_TRUE -+HAVE_BZIP2_FALSE -+HAVE_BZIP2_TRUE -+HAVE_ZLIB_FALSE -+HAVE_ZLIB_TRUE -+zlib_LIBS -+zlib_CFLAGS -+PKG_CONFIG_LIBDIR -+PKG_CONFIG_PATH -+PKG_CONFIG -+LIBOBJS -+CODEBLOCKS_DARWIN_FALSE -+CODEBLOCKS_DARWIN_TRUE -+CODEBLOCKS_LINUX_FALSE -+CODEBLOCKS_LINUX_TRUE -+CODEBLOCKS_NT_FALSE -+CODEBLOCKS_NT_TRUE -+RC -+PLUGIN_FLAGS -+SHARED_FLAGS -+CXXCPP -+am__fastdepCXX_FALSE -+am__fastdepCXX_TRUE -+CXXDEPMODE -+ac_ct_CXX -+CXXFLAGS -+CXX -+DARWIN_FALSE -+DARWIN_TRUE -+LINUX_FALSE -+LINUX_TRUE -+CPP -+LT_SYS_LIBRARY_PATH -+OTOOL64 -+OTOOL -+LIPO -+NMEDIT -+DSYMUTIL -+MANIFEST_TOOL -+RANLIB -+ac_ct_AR -+AR -+DLLTOOL -+OBJDUMP -+LN_S -+NM -+ac_ct_DUMPBIN -+DUMPBIN -+LD -+FGREP -+EGREP -+GREP -+SED -+am__fastdepCC_FALSE -+am__fastdepCC_TRUE -+CCDEPMODE -+am__nodep -+AMDEPBACKSLASH -+AMDEP_FALSE -+AMDEP_TRUE -+am__quote -+am__include -+DEPDIR -+OBJEXT -+EXEEXT -+ac_ct_CC -+CPPFLAGS -+LDFLAGS -+CFLAGS -+CC -+LIBTOOL -+AM_BACKSLASH -+AM_DEFAULT_VERBOSITY -+AM_DEFAULT_V -+AM_V -+am__untar -+am__tar -+AMTAR -+am__leading_dot -+SET_MAKE -+AWK -+mkdir_p -+MKDIR_P -+INSTALL_STRIP_PROGRAM -+STRIP -+install_sh -+MAKEINFO -+AUTOHEADER -+AUTOMAKE -+AUTOCONF -+ACLOCAL -+VERSION -+PACKAGE -+CYGPATH_W -+am__isrc -+INSTALL_DATA -+INSTALL_SCRIPT -+INSTALL_PROGRAM -+target_os -+target_vendor -+target_cpu -+target -+host_os -+host_vendor -+host_cpu -+host -+build_os -+build_vendor -+build_cpu -+build -+target_alias -+host_alias -+build_alias -+LIBS -+ECHO_T -+ECHO_N -+ECHO_C -+DEFS -+mandir -+localedir -+libdir -+psdir -+pdfdir -+dvidir -+htmldir -+infodir -+docdir -+oldincludedir -+includedir -+runstatedir -+localstatedir -+sharedstatedir -+sysconfdir -+datadir -+datarootdir -+libexecdir -+sbindir -+bindir -+program_transform_name -+prefix -+exec_prefix -+PACKAGE_URL -+PACKAGE_BUGREPORT -+PACKAGE_STRING -+PACKAGE_VERSION -+PACKAGE_TARNAME -+PACKAGE_NAME -+PATH_SEPARATOR -+SHELL' -+ac_subst_files='' -+ac_user_opts=' -+enable_option_checking -+enable_debug -+enable_silent_rules -+enable_static -+enable_shared -+with_pic -+enable_fast_install -+with_aix_soname -+enable_dependency_tracking -+with_gnu_ld -+with_sysroot -+enable_libtool_lock -+with_platform -+enable_source_formatter -+enable_autosave -+enable_class_wizard -+enable_code_completion -+enable_compiler -+enable_debugger -+enable_mime_handler -+enable_open_files_list -+enable_occurrences_highlighting -+enable_projects_importer -+enable_scripted_wizard -+enable_todo -+enable_abbreviations -+enable_keep_dlls -+enable_fortran -+enable_gtk_notebook -+enable_xpmanifest -+with_contrib_plugins -+enable_pch -+with_wxdir -+with_wx_config -+with_wx_prefix -+with_wx_exec_prefix -+with_boost -+with_boost_libdir -+with_boost_system -+with_x -+' -+ ac_precious_vars='build_alias -+host_alias -+target_alias -+CC -+CFLAGS -+LDFLAGS -+LIBS -+CPPFLAGS -+LT_SYS_LIBRARY_PATH -+CPP -+CXX -+CXXFLAGS -+CCC -+CXXCPP -+PKG_CONFIG -+PKG_CONFIG_PATH -+PKG_CONFIG_LIBDIR -+zlib_CFLAGS -+zlib_LIBS -+SQUIRREL_CFLAGS -+SQUIRREL_LIBS -+TINYXML_CFLAGS -+TINYXML_LIBS -+GLIB2_CFLAGS -+GLIB2_LIBS -+HUNSPELL_CFLAGS -+HUNSPELL_LIBS -+GTK_CFLAGS -+GTK_LIBS -+GAMIN_CFLAGS -+GAMIN_LIBS -+FONTCONFIG_CFLAGS -+FONTCONFIG_LIBS -+XMKMF' -+ -+ -+# Initialize some variables set by options. -+ac_init_help= -+ac_init_version=false -+ac_unrecognized_opts= -+ac_unrecognized_sep= -+# The variables have the same names as the options, with -+# dashes changed to underlines. -+cache_file=/dev/null -+exec_prefix=NONE -+no_create= -+no_recursion= -+prefix=NONE -+program_prefix=NONE -+program_suffix=NONE -+program_transform_name=s,x,x, -+silent= -+site= -+srcdir= -+verbose= -+x_includes=NONE -+x_libraries=NONE -+ -+# Installation directory options. -+# These are left unexpanded so users can "make install exec_prefix=/foo" -+# and all the variables that are supposed to be based on exec_prefix -+# by default will actually change. -+# Use braces instead of parens because sh, perl, etc. also accept them. -+# (The list follows the same order as the GNU Coding Standards.) -+bindir='${exec_prefix}/bin' -+sbindir='${exec_prefix}/sbin' -+libexecdir='${exec_prefix}/libexec' -+datarootdir='${prefix}/share' -+datadir='${datarootdir}' -+sysconfdir='${prefix}/etc' -+sharedstatedir='${prefix}/com' -+localstatedir='${prefix}/var' -+runstatedir='${localstatedir}/run' -+includedir='${prefix}/include' -+oldincludedir='/usr/include' -+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -+infodir='${datarootdir}/info' -+htmldir='${docdir}' -+dvidir='${docdir}' -+pdfdir='${docdir}' -+psdir='${docdir}' -+libdir='${exec_prefix}/lib' -+localedir='${datarootdir}/locale' -+mandir='${datarootdir}/man' -+ -+ac_prev= -+ac_dashdash= -+for ac_option -+do -+ # If the previous option needs an argument, assign it. -+ if test -n "$ac_prev"; then -+ eval $ac_prev=\$ac_option -+ ac_prev= -+ continue -+ fi -+ -+ case $ac_option in -+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; -+ *=) ac_optarg= ;; -+ *) ac_optarg=yes ;; -+ esac -+ -+ # Accept the important Cygnus configure options, so we can diagnose typos. -+ -+ case $ac_dashdash$ac_option in -+ --) -+ ac_dashdash=yes ;; -+ -+ -bindir | --bindir | --bindi | --bind | --bin | --bi) -+ ac_prev=bindir ;; -+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) -+ bindir=$ac_optarg ;; -+ -+ -build | --build | --buil | --bui | --bu) -+ ac_prev=build_alias ;; -+ -build=* | --build=* | --buil=* | --bui=* | --bu=*) -+ build_alias=$ac_optarg ;; -+ -+ -cache-file | --cache-file | --cache-fil | --cache-fi \ -+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) -+ ac_prev=cache_file ;; -+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ -+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) -+ cache_file=$ac_optarg ;; -+ -+ --config-cache | -C) -+ cache_file=config.cache ;; -+ -+ -datadir | --datadir | --datadi | --datad) -+ ac_prev=datadir ;; -+ -datadir=* | --datadir=* | --datadi=* | --datad=*) -+ datadir=$ac_optarg ;; -+ -+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ -+ | --dataroo | --dataro | --datar) -+ ac_prev=datarootdir ;; -+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ -+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) -+ datarootdir=$ac_optarg ;; -+ -+ -disable-* | --disable-*) -+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` -+ # Reject names that are not valid shell variable names. -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ as_fn_error $? "invalid feature name: $ac_useropt" -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=no ;; -+ -+ -docdir | --docdir | --docdi | --doc | --do) -+ ac_prev=docdir ;; -+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) -+ docdir=$ac_optarg ;; -+ -+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) -+ ac_prev=dvidir ;; -+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) -+ dvidir=$ac_optarg ;; -+ -+ -enable-* | --enable-*) -+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` -+ # Reject names that are not valid shell variable names. -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ as_fn_error $? "invalid feature name: $ac_useropt" -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=\$ac_optarg ;; -+ -+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ -+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ -+ | --exec | --exe | --ex) -+ ac_prev=exec_prefix ;; -+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ -+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ -+ | --exec=* | --exe=* | --ex=*) -+ exec_prefix=$ac_optarg ;; -+ -+ -gas | --gas | --ga | --g) -+ # Obsolete; use --with-gas. -+ with_gas=yes ;; -+ -+ -help | --help | --hel | --he | -h) -+ ac_init_help=long ;; -+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) -+ ac_init_help=recursive ;; -+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) -+ ac_init_help=short ;; -+ -+ -host | --host | --hos | --ho) -+ ac_prev=host_alias ;; -+ -host=* | --host=* | --hos=* | --ho=*) -+ host_alias=$ac_optarg ;; -+ -+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) -+ ac_prev=htmldir ;; -+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ -+ | --ht=*) -+ htmldir=$ac_optarg ;; -+ -+ -includedir | --includedir | --includedi | --included | --include \ -+ | --includ | --inclu | --incl | --inc) -+ ac_prev=includedir ;; -+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ -+ | --includ=* | --inclu=* | --incl=* | --inc=*) -+ includedir=$ac_optarg ;; -+ -+ -infodir | --infodir | --infodi | --infod | --info | --inf) -+ ac_prev=infodir ;; -+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) -+ infodir=$ac_optarg ;; -+ -+ -libdir | --libdir | --libdi | --libd) -+ ac_prev=libdir ;; -+ -libdir=* | --libdir=* | --libdi=* | --libd=*) -+ libdir=$ac_optarg ;; -+ -+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ -+ | --libexe | --libex | --libe) -+ ac_prev=libexecdir ;; -+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ -+ | --libexe=* | --libex=* | --libe=*) -+ libexecdir=$ac_optarg ;; -+ -+ -localedir | --localedir | --localedi | --localed | --locale) -+ ac_prev=localedir ;; -+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) -+ localedir=$ac_optarg ;; -+ -+ -localstatedir | --localstatedir | --localstatedi | --localstated \ -+ | --localstate | --localstat | --localsta | --localst | --locals) -+ ac_prev=localstatedir ;; -+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ -+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) -+ localstatedir=$ac_optarg ;; -+ -+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m) -+ ac_prev=mandir ;; -+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) -+ mandir=$ac_optarg ;; -+ -+ -nfp | --nfp | --nf) -+ # Obsolete; use --without-fp. -+ with_fp=no ;; -+ -+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \ -+ | --no-cr | --no-c | -n) -+ no_create=yes ;; -+ -+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \ -+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) -+ no_recursion=yes ;; -+ -+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ -+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ -+ | --oldin | --oldi | --old | --ol | --o) -+ ac_prev=oldincludedir ;; -+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ -+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ -+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) -+ oldincludedir=$ac_optarg ;; -+ -+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) -+ ac_prev=prefix ;; -+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) -+ prefix=$ac_optarg ;; -+ -+ -program-prefix | --program-prefix | --program-prefi | --program-pref \ -+ | --program-pre | --program-pr | --program-p) -+ ac_prev=program_prefix ;; -+ -program-prefix=* | --program-prefix=* | --program-prefi=* \ -+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) -+ program_prefix=$ac_optarg ;; -+ -+ -program-suffix | --program-suffix | --program-suffi | --program-suff \ -+ | --program-suf | --program-su | --program-s) -+ ac_prev=program_suffix ;; -+ -program-suffix=* | --program-suffix=* | --program-suffi=* \ -+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) -+ program_suffix=$ac_optarg ;; -+ -+ -program-transform-name | --program-transform-name \ -+ | --program-transform-nam | --program-transform-na \ -+ | --program-transform-n | --program-transform- \ -+ | --program-transform | --program-transfor \ -+ | --program-transfo | --program-transf \ -+ | --program-trans | --program-tran \ -+ | --progr-tra | --program-tr | --program-t) -+ ac_prev=program_transform_name ;; -+ -program-transform-name=* | --program-transform-name=* \ -+ | --program-transform-nam=* | --program-transform-na=* \ -+ | --program-transform-n=* | --program-transform-=* \ -+ | --program-transform=* | --program-transfor=* \ -+ | --program-transfo=* | --program-transf=* \ -+ | --program-trans=* | --program-tran=* \ -+ | --progr-tra=* | --program-tr=* | --program-t=*) -+ program_transform_name=$ac_optarg ;; -+ -+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) -+ ac_prev=pdfdir ;; -+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) -+ pdfdir=$ac_optarg ;; -+ -+ -psdir | --psdir | --psdi | --psd | --ps) -+ ac_prev=psdir ;; -+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) -+ psdir=$ac_optarg ;; -+ -+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ -+ | -silent | --silent | --silen | --sile | --sil) -+ silent=yes ;; -+ -+ -runstatedir | --runstatedir | --runstatedi | --runstated \ -+ | --runstate | --runstat | --runsta | --runst | --runs \ -+ | --run | --ru | --r) -+ ac_prev=runstatedir ;; -+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ -+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ -+ | --run=* | --ru=* | --r=*) -+ runstatedir=$ac_optarg ;; -+ -+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) -+ ac_prev=sbindir ;; -+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ -+ | --sbi=* | --sb=*) -+ sbindir=$ac_optarg ;; -+ -+ -sharedstatedir | --sharedstatedir | --sharedstatedi \ -+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ -+ | --sharedst | --shareds | --shared | --share | --shar \ -+ | --sha | --sh) -+ ac_prev=sharedstatedir ;; -+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ -+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ -+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ -+ | --sha=* | --sh=*) -+ sharedstatedir=$ac_optarg ;; -+ -+ -site | --site | --sit) -+ ac_prev=site ;; -+ -site=* | --site=* | --sit=*) -+ site=$ac_optarg ;; -+ -+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) -+ ac_prev=srcdir ;; -+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) -+ srcdir=$ac_optarg ;; -+ -+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ -+ | --syscon | --sysco | --sysc | --sys | --sy) -+ ac_prev=sysconfdir ;; -+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ -+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) -+ sysconfdir=$ac_optarg ;; -+ -+ -target | --target | --targe | --targ | --tar | --ta | --t) -+ ac_prev=target_alias ;; -+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) -+ target_alias=$ac_optarg ;; -+ -+ -v | -verbose | --verbose | --verbos | --verbo | --verb) -+ verbose=yes ;; -+ -+ -version | --version | --versio | --versi | --vers | -V) -+ ac_init_version=: ;; -+ -+ -with-* | --with-*) -+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` -+ # Reject names that are not valid shell variable names. -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ as_fn_error $? "invalid package name: $ac_useropt" -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=\$ac_optarg ;; -+ -+ -without-* | --without-*) -+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` -+ # Reject names that are not valid shell variable names. -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ as_fn_error $? "invalid package name: $ac_useropt" -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=no ;; -+ -+ --x) -+ # Obsolete; use --with-x. -+ with_x=yes ;; -+ -+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ -+ | --x-incl | --x-inc | --x-in | --x-i) -+ ac_prev=x_includes ;; -+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ -+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) -+ x_includes=$ac_optarg ;; -+ -+ -x-libraries | --x-libraries | --x-librarie | --x-librari \ -+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) -+ ac_prev=x_libraries ;; -+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ -+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) -+ x_libraries=$ac_optarg ;; -+ -+ -*) as_fn_error $? "unrecognized option: \`$ac_option' -+Try \`$0 --help' for more information" -+ ;; -+ -+ *=*) -+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` -+ # Reject names that are not valid shell variable names. -+ case $ac_envvar in #( -+ '' | [0-9]* | *[!_$as_cr_alnum]* ) -+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; -+ esac -+ eval $ac_envvar=\$ac_optarg -+ export $ac_envvar ;; -+ -+ *) -+ # FIXME: should be removed in autoconf 3.0. -+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 -+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && -+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 -+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" -+ ;; -+ -+ esac -+done -+ -+if test -n "$ac_prev"; then -+ ac_option=--`echo $ac_prev | sed 's/_/-/g'` -+ as_fn_error $? "missing argument to $ac_option" -+fi -+ -+if test -n "$ac_unrecognized_opts"; then -+ case $enable_option_checking in -+ no) ;; -+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; -+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; -+ esac -+fi -+ -+# Check all directory arguments for consistency. -+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ -+ datadir sysconfdir sharedstatedir localstatedir includedir \ -+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ -+ libdir localedir mandir runstatedir -+do -+ eval ac_val=\$$ac_var -+ # Remove trailing slashes. -+ case $ac_val in -+ */ ) -+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` -+ eval $ac_var=\$ac_val;; -+ esac -+ # Be sure to have absolute directory names. -+ case $ac_val in -+ [\\/$]* | ?:[\\/]* ) continue;; -+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;; -+ esac -+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" -+done -+ -+# There might be people who depend on the old broken behavior: `$host' -+# used to hold the argument of --host etc. -+# FIXME: To remove some day. -+build=$build_alias -+host=$host_alias -+target=$target_alias -+ -+# FIXME: To remove some day. -+if test "x$host_alias" != x; then -+ if test "x$build_alias" = x; then -+ cross_compiling=maybe -+ elif test "x$build_alias" != "x$host_alias"; then -+ cross_compiling=yes -+ fi -+fi -+ -+ac_tool_prefix= -+test -n "$host_alias" && ac_tool_prefix=$host_alias- -+ -+test "$silent" = yes && exec 6>/dev/null -+ -+ -+ac_pwd=`pwd` && test -n "$ac_pwd" && -+ac_ls_di=`ls -di .` && -+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || -+ as_fn_error $? "working directory cannot be determined" -+test "X$ac_ls_di" = "X$ac_pwd_ls_di" || -+ as_fn_error $? "pwd does not report name of working directory" -+ -+ -+# Find the source files, if location was not specified. -+if test -z "$srcdir"; then -+ ac_srcdir_defaulted=yes -+ # Try the directory containing this script, then the parent directory. -+ ac_confdir=`$as_dirname -- "$as_myself" || -+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$as_myself" : 'X\(//\)[^/]' \| \ -+ X"$as_myself" : 'X\(//\)$' \| \ -+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$as_myself" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ srcdir=$ac_confdir -+ if test ! -r "$srcdir/$ac_unique_file"; then -+ srcdir=.. -+ fi -+else -+ ac_srcdir_defaulted=no -+fi -+if test ! -r "$srcdir/$ac_unique_file"; then -+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." -+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" -+fi -+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" -+ac_abs_confdir=`( -+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" -+ pwd)` -+# When building in place, set srcdir=. -+if test "$ac_abs_confdir" = "$ac_pwd"; then -+ srcdir=. -+fi -+# Remove unnecessary trailing slashes from srcdir. -+# Double slashes in file names in object file debugging info -+# mess up M-x gdb in Emacs. -+case $srcdir in -+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; -+esac -+for ac_var in $ac_precious_vars; do -+ eval ac_env_${ac_var}_set=\${${ac_var}+set} -+ eval ac_env_${ac_var}_value=\$${ac_var} -+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} -+ eval ac_cv_env_${ac_var}_value=\$${ac_var} -+done -+ -+# -+# Report the --help message. -+# -+if test "$ac_init_help" = "long"; then -+ # Omit some internal or obsolete options to make the list less imposing. -+ # This message is too long to be a string in the A/UX 3.1 sh. -+ cat <<_ACEOF -+\`configure' configures codeblocks 16.01svn11246 to adapt to many kinds of systems. -+ -+Usage: $0 [OPTION]... [VAR=VALUE]... -+ -+To assign environment variables (e.g., CC, CFLAGS...), specify them as -+VAR=VALUE. See below for descriptions of some of the useful variables. -+ -+Defaults for the options are specified in brackets. -+ -+Configuration: -+ -h, --help display this help and exit -+ --help=short display options specific to this package -+ --help=recursive display the short help of all the included packages -+ -V, --version display version information and exit -+ -q, --quiet, --silent do not print \`checking ...' messages -+ --cache-file=FILE cache test results in FILE [disabled] -+ -C, --config-cache alias for \`--cache-file=config.cache' -+ -n, --no-create do not create output files -+ --srcdir=DIR find the sources in DIR [configure dir or \`..'] -+ -+Installation directories: -+ --prefix=PREFIX install architecture-independent files in PREFIX -+ [$ac_default_prefix] -+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX -+ [PREFIX] -+ -+By default, \`make install' will install all the files in -+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -+an installation prefix other than \`$ac_default_prefix' using \`--prefix', -+for instance \`--prefix=\$HOME'. -+ -+For better control, use the options below. -+ -+Fine tuning of the installation directories: -+ --bindir=DIR user executables [EPREFIX/bin] -+ --sbindir=DIR system admin executables [EPREFIX/sbin] -+ --libexecdir=DIR program executables [EPREFIX/libexec] -+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] -+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] -+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] -+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] -+ --libdir=DIR object code libraries [EPREFIX/lib] -+ --includedir=DIR C header files [PREFIX/include] -+ --oldincludedir=DIR C header files for non-gcc [/usr/include] -+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -+ --infodir=DIR info documentation [DATAROOTDIR/info] -+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -+ --mandir=DIR man documentation [DATAROOTDIR/man] -+ --docdir=DIR documentation root [DATAROOTDIR/doc/codeblocks] -+ --htmldir=DIR html documentation [DOCDIR] -+ --dvidir=DIR dvi documentation [DOCDIR] -+ --pdfdir=DIR pdf documentation [DOCDIR] -+ --psdir=DIR ps documentation [DOCDIR] -+_ACEOF -+ -+ cat <<\_ACEOF -+ -+Program names: -+ --program-prefix=PREFIX prepend PREFIX to installed program names -+ --program-suffix=SUFFIX append SUFFIX to installed program names -+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names -+ -+X features: -+ --x-includes=DIR X include files are in DIR -+ --x-libraries=DIR X library files are in DIR -+ -+System types: -+ --build=BUILD configure for building on BUILD [guessed] -+ --host=HOST cross-compile to build programs to run on HOST [BUILD] -+ --target=TARGET configure for building compilers for TARGET [HOST] -+_ACEOF -+fi -+ -+if test -n "$ac_init_help"; then -+ case $ac_init_help in -+ short | recursive ) echo "Configuration of codeblocks 16.01svn11246:";; -+ esac -+ cat <<\_ACEOF -+ -+Optional Features: -+ --disable-option-checking ignore unrecognized --enable/--with options -+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) -+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes] -+ --enable-debug turn on debugging (default is OFF) -+ --enable-silent-rules less verbose build output (undo: "make V=1") -+ --disable-silent-rules verbose build output (undo: "make V=0") -+ --enable-static[=PKGS] build static libraries [default=no] -+ --enable-shared[=PKGS] build shared libraries [default=yes] -+ --enable-fast-install[=PKGS] -+ optimize for fast installation [default=yes] -+ --enable-dependency-tracking -+ do not reject slow dependency extractors -+ --disable-dependency-tracking -+ speeds up one-time build -+ --disable-libtool-lock avoid locking (might break parallel builds) -+ --enable-source-formatter -+ build the source formatter plugin (default YES) -+ --enable-autosave build the autosave plugin (default YES) -+ --enable-class-wizard build the class wizard plugin (default YES) -+ --enable-code-completion -+ build the code completion plugin (default YES) -+ --enable-compiler build the compiler plugin (default YES) -+ --enable-debugger build the debugger plugin (default YES) -+ --enable-mime-handler build the default MIME handler plugin (default YES) -+ --enable-open-files-list -+ build the open files list plugin (default YES) -+ --enable-occurrences-highlighting -+ build the occurrences highlighting plugin (default -+ YES) -+ --enable-projects-importer -+ build the foreign projects importer plugin (default -+ YES) -+ --enable-scripted-wizard -+ build the scripted wizard plugin (default YES) -+ --enable-todo build the to-do plugin (default YES) -+ --enable-abbreviations build the abbreviations plugin (default YES) -+ --enable-keep-dlls keep prebuild windows dll's in dist-tarball (default -+ YES) -+ --enable-fortran integrate (external) fortran plugin in dist-tarball -+ (default YES), NOTE: it will not be build -+ automatically -+ --enable-gtk-notebook use gtk-notebook as default notebook (default YES) -+ --enable-xpmanifest build the xp-manifest plugin (default YES) -+ --enable-pch use precompiled headers if available (default YES) -+ -+Optional Packages: -+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] -+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) -+ --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use -+ both] -+ --with-aix-soname=aix|svr4|both -+ shared library versioning (aka "SONAME") variant to -+ provide on AIX, [default=aix]. -+ --with-gnu-ld assume the C compiler uses GNU ld [default=no] -+ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the -+ compiler's sysroot if not specified). -+ --with-platform=PLATFORM -+ the platform to build, win32, macosx or gtk(default) -+ --with-contrib-plugins= compile contrib plugins in . -+ plugins may be separated with commas. -+ "all", "yes" or just "--with-contrib-plugins" compiles all contrib plugins -+ "all,-help" or "yes,-help" compiles all contrib plugins except the help plugin -+ "none", "no", "--without-contrib-plugins" or skipping the parameter at all, -+ compiles none of the contrib-plugins -+ Plugin names are: AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, -+ codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, -+ FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, -+ NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, exporter, smartindent, spellchecker, -+ symtab, ThreadSearch, ToolsPlus, Valgrind, wxcontrib, wxsmith, wxsmithcontrib, wxsmithaui -+ --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH -+ --with-wx-config=CONFIG wx-config script to use (optional) -+ --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional) -+ --with-wx-exec-prefix=PREFIX -+ Exec prefix where wxWidgets is installed (optional) -+ --with-boost[=ARG] use Boost library from a standard location -+ (ARG=yes), from the specified location (ARG=), -+ or disable it (ARG=no) [ARG=yes] -+ --with-boost-libdir=LIB_DIR -+ Force given directory for boost libraries. Note that -+ this will override library path detection, so use -+ this parameter only if default library detection -+ fails and you know exactly where your boost -+ libraries are located. -+ --with-boost-system[=special-lib] -+ use the System library from boost - it is possible -+ to specify a certain library for the linker e.g. -+ --with-boost-system=boost_system-gcc-mt -+ --with-x use the X Window System -+ -+Some influential environment variables: -+ CC C compiler command -+ CFLAGS C compiler flags -+ LDFLAGS linker flags, e.g. -L if you have libraries in a -+ nonstandard directory -+ LIBS libraries to pass to the linker, e.g. -l -+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if -+ you have headers in a nonstandard directory -+ LT_SYS_LIBRARY_PATH -+ User-defined run-time library search path. -+ CPP C preprocessor -+ CXX C++ compiler command -+ CXXFLAGS C++ compiler flags -+ CXXCPP C++ preprocessor -+ PKG_CONFIG path to pkg-config utility -+ PKG_CONFIG_PATH -+ directories to add to pkg-config's search path -+ PKG_CONFIG_LIBDIR -+ path overriding pkg-config's built-in search path -+ zlib_CFLAGS C compiler flags for zlib, overriding pkg-config -+ zlib_LIBS linker flags for zlib, overriding pkg-config -+ SQUIRREL_CFLAGS -+ C compiler flags for SQUIRREL, overriding pkg-config -+ SQUIRREL_LIBS -+ linker flags for SQUIRREL, overriding pkg-config -+ TINYXML_CFLAGS -+ C compiler flags for TINYXML, overriding pkg-config -+ TINYXML_LIBS -+ linker flags for TINYXML, overriding pkg-config -+ GLIB2_CFLAGS -+ C compiler flags for GLIB2, overriding pkg-config -+ GLIB2_LIBS linker flags for GLIB2, overriding pkg-config -+ HUNSPELL_CFLAGS -+ C compiler flags for HUNSPELL, overriding pkg-config -+ HUNSPELL_LIBS -+ linker flags for HUNSPELL, overriding pkg-config -+ GTK_CFLAGS C compiler flags for GTK, overriding pkg-config -+ GTK_LIBS linker flags for GTK, overriding pkg-config -+ GAMIN_CFLAGS -+ C compiler flags for GAMIN, overriding pkg-config -+ GAMIN_LIBS linker flags for GAMIN, overriding pkg-config -+ FONTCONFIG_CFLAGS -+ C compiler flags for FONTCONFIG, overriding pkg-config -+ FONTCONFIG_LIBS -+ linker flags for FONTCONFIG, overriding pkg-config -+ XMKMF Path to xmkmf, Makefile generator for X Window System -+ -+Use these variables to override the choices made by `configure' or to help -+it to find libraries and programs with nonstandard names/locations. -+ -+Report bugs to the package provider. -+_ACEOF -+ac_status=$? -+fi -+ -+if test "$ac_init_help" = "recursive"; then -+ # If there are subdirs, report their specific --help. -+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue -+ test -d "$ac_dir" || -+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || -+ continue -+ ac_builddir=. -+ -+case "$ac_dir" in -+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -+*) -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` -+ # A ".." for each directory in $ac_dir_suffix. -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` -+ case $ac_top_builddir_sub in -+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;; -+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -+ esac ;; -+esac -+ac_abs_top_builddir=$ac_pwd -+ac_abs_builddir=$ac_pwd$ac_dir_suffix -+# for backward compatibility: -+ac_top_builddir=$ac_top_build_prefix -+ -+case $srcdir in -+ .) # We are building in place. -+ ac_srcdir=. -+ ac_top_srcdir=$ac_top_builddir_sub -+ ac_abs_top_srcdir=$ac_pwd ;; -+ [\\/]* | ?:[\\/]* ) # Absolute name. -+ ac_srcdir=$srcdir$ac_dir_suffix; -+ ac_top_srcdir=$srcdir -+ ac_abs_top_srcdir=$srcdir ;; -+ *) # Relative name. -+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix -+ ac_top_srcdir=$ac_top_build_prefix$srcdir -+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -+esac -+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix -+ -+ cd "$ac_dir" || { ac_status=$?; continue; } -+ # Check for guested configure. -+ if test -f "$ac_srcdir/configure.gnu"; then -+ echo && -+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive -+ elif test -f "$ac_srcdir/configure"; then -+ echo && -+ $SHELL "$ac_srcdir/configure" --help=recursive -+ else -+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 -+ fi || ac_status=$? -+ cd "$ac_pwd" || { ac_status=$?; break; } -+ done -+fi -+ -+test -n "$ac_init_help" && exit $ac_status -+if $ac_init_version; then -+ cat <<\_ACEOF -+codeblocks configure 16.01svn11246 -+generated by GNU Autoconf 2.69 -+ -+Copyright (C) 2012 Free Software Foundation, Inc. -+This configure script is free software; the Free Software Foundation -+gives unlimited permission to copy, distribute and modify it. -+_ACEOF -+ exit -+fi -+ -+## ------------------------ ## -+## Autoconf initialization. ## -+## ------------------------ ## -+ -+# ac_fn_c_try_compile LINENO -+# -------------------------- -+# Try to compile conftest.$ac_ext, and return whether this succeeded. -+ac_fn_c_try_compile () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ rm -f conftest.$ac_objext -+ if { { ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compile") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_c_try_compile -+ -+# ac_fn_c_try_link LINENO -+# ----------------------- -+# Try to link conftest.$ac_ext, and return whether this succeeded. -+ac_fn_c_try_link () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ rm -f conftest.$ac_objext conftest$ac_exeext -+ if { { ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ test -x conftest$ac_exeext -+ }; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information -+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would -+ # interfere with the next link command; also delete a directory that is -+ # left behind by Apple's compiler. We do this before executing the actions. -+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_c_try_link -+ -+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES -+# ------------------------------------------------------- -+# Tests whether HEADER exists and can be compiled using the include files in -+# INCLUDES, setting the cache variable VAR accordingly. -+ac_fn_c_check_header_compile () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -+$as_echo_n "checking for $2... " >&6; } -+if eval \${$3+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$4 -+#include <$2> -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ eval "$3=yes" -+else -+ eval "$3=no" -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+eval ac_res=\$$3 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ -+} # ac_fn_c_check_header_compile -+ -+# ac_fn_c_try_cpp LINENO -+# ---------------------- -+# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -+ac_fn_c_try_cpp () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ if { { ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } > conftest.i && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_c_try_cpp -+ -+# ac_fn_c_try_run LINENO -+# ---------------------- -+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -+# that executables *can* be run. -+ac_fn_c_try_run () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ if { { ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' -+ { { case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_try") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; }; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=$ac_status -+fi -+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_c_try_run -+ -+# ac_fn_c_check_func LINENO FUNC VAR -+# ---------------------------------- -+# Tests whether FUNC exists, setting the cache variable VAR accordingly -+ac_fn_c_check_func () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -+$as_echo_n "checking for $2... " >&6; } -+if eval \${$3+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+/* Define $2 to an innocuous variant, in case declares $2. -+ For example, HP-UX 11i declares gettimeofday. */ -+#define $2 innocuous_$2 -+ -+/* System header to define __stub macros and hopefully few prototypes, -+ which can conflict with char $2 (); below. -+ Prefer to if __STDC__ is defined, since -+ exists even on freestanding compilers. */ -+ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ -+#undef $2 -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char $2 (); -+/* The GNU C library defines this for functions which it implements -+ to always fail with ENOSYS. Some functions are actually named -+ something starting with __ and the normal name is an alias. */ -+#if defined __stub_$2 || defined __stub___$2 -+choke me -+#endif -+ -+int -+main () -+{ -+return $2 (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ eval "$3=yes" -+else -+ eval "$3=no" -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+fi -+eval ac_res=\$$3 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ -+} # ac_fn_c_check_func -+ -+# ac_fn_cxx_try_compile LINENO -+# ---------------------------- -+# Try to compile conftest.$ac_ext, and return whether this succeeded. -+ac_fn_cxx_try_compile () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ rm -f conftest.$ac_objext -+ if { { ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compile") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_cxx_try_compile -+ -+# ac_fn_cxx_try_cpp LINENO -+# ------------------------ -+# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -+ac_fn_cxx_try_cpp () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ if { { ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } > conftest.i && { -+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ }; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_cxx_try_cpp -+ -+# ac_fn_cxx_try_link LINENO -+# ------------------------- -+# Try to link conftest.$ac_ext, and return whether this succeeded. -+ac_fn_cxx_try_link () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ rm -f conftest.$ac_objext conftest$ac_exeext -+ if { { ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ grep -v '^ *+' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ mv -f conftest.er1 conftest.err -+ fi -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && { -+ test -z "$ac_cxx_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ test -x conftest$ac_exeext -+ }; then : -+ ac_retval=0 -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_retval=1 -+fi -+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information -+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would -+ # interfere with the next link command; also delete a directory that is -+ # left behind by Apple's compiler. We do this before executing the actions. -+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ as_fn_set_status $ac_retval -+ -+} # ac_fn_cxx_try_link -+ -+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES -+# ------------------------------------------------------- -+# Tests whether HEADER exists, giving a warning if it cannot be compiled using -+# the include files in INCLUDES and setting the cache variable VAR -+# accordingly. -+ac_fn_c_check_header_mongrel () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ if eval \${$3+:} false; then : -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -+$as_echo_n "checking for $2... " >&6; } -+if eval \${$3+:} false; then : -+ $as_echo_n "(cached) " >&6 -+fi -+eval ac_res=\$$3 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+else -+ # Is the header compilable? -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -+$as_echo_n "checking $2 usability... " >&6; } -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$4 -+#include <$2> -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_header_compiler=yes -+else -+ ac_header_compiler=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } -+ -+# Is the header present? -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -+$as_echo_n "checking $2 presence... " >&6; } -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include <$2> -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ ac_header_preproc=yes -+else -+ ac_header_preproc=no -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } -+ -+# So? What about this header? -+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( -+ yes:no: ) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -+ ;; -+ no:yes:* ) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -+ ;; -+esac -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -+$as_echo_n "checking for $2... " >&6; } -+if eval \${$3+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ eval "$3=\$ac_header_compiler" -+fi -+eval ac_res=\$$3 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+fi -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ -+} # ac_fn_c_check_header_mongrel -+ -+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES -+# ------------------------------------------- -+# Tests whether TYPE exists after having included INCLUDES, setting cache -+# variable VAR accordingly. -+ac_fn_c_check_type () -+{ -+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -+$as_echo_n "checking for $2... " >&6; } -+if eval \${$3+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ eval "$3=no" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$4 -+int -+main () -+{ -+if (sizeof ($2)) -+ return 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$4 -+int -+main () -+{ -+if (sizeof (($2))) -+ return 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ -+else -+ eval "$3=yes" -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+eval ac_res=\$$3 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno -+ -+} # ac_fn_c_check_type -+cat >config.log <<_ACEOF -+This file contains any messages produced by compilers while -+running configure, to aid debugging if configure makes a mistake. -+ -+It was created by codeblocks $as_me 16.01svn11246, which was -+generated by GNU Autoconf 2.69. Invocation command line was -+ -+ $ $0 $@ -+ -+_ACEOF -+exec 5>>config.log -+{ -+cat <<_ASUNAME -+## --------- ## -+## Platform. ## -+## --------- ## -+ -+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -+uname -m = `(uname -m) 2>/dev/null || echo unknown` -+uname -r = `(uname -r) 2>/dev/null || echo unknown` -+uname -s = `(uname -s) 2>/dev/null || echo unknown` -+uname -v = `(uname -v) 2>/dev/null || echo unknown` -+ -+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` -+ -+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` -+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` -+ -+_ASUNAME -+ -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ $as_echo "PATH: $as_dir" -+ done -+IFS=$as_save_IFS -+ -+} >&5 -+ -+cat >&5 <<_ACEOF -+ -+ -+## ----------- ## -+## Core tests. ## -+## ----------- ## -+ -+_ACEOF -+ -+ -+# Keep a trace of the command line. -+# Strip out --no-create and --no-recursion so they do not pile up. -+# Strip out --silent because we don't want to record it for future runs. -+# Also quote any args containing shell meta-characters. -+# Make two passes to allow for proper duplicate-argument suppression. -+ac_configure_args= -+ac_configure_args0= -+ac_configure_args1= -+ac_must_keep_next=false -+for ac_pass in 1 2 -+do -+ for ac_arg -+ do -+ case $ac_arg in -+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ -+ | -silent | --silent | --silen | --sile | --sil) -+ continue ;; -+ *\'*) -+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ case $ac_pass in -+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; -+ 2) -+ as_fn_append ac_configure_args1 " '$ac_arg'" -+ if test $ac_must_keep_next = true; then -+ ac_must_keep_next=false # Got value, back to normal. -+ else -+ case $ac_arg in -+ *=* | --config-cache | -C | -disable-* | --disable-* \ -+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ -+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ -+ | -with-* | --with-* | -without-* | --without-* | --x) -+ case "$ac_configure_args0 " in -+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; -+ esac -+ ;; -+ -* ) ac_must_keep_next=true ;; -+ esac -+ fi -+ as_fn_append ac_configure_args " '$ac_arg'" -+ ;; -+ esac -+ done -+done -+{ ac_configure_args0=; unset ac_configure_args0;} -+{ ac_configure_args1=; unset ac_configure_args1;} -+ -+# When interrupted or exit'd, cleanup temporary files, and complete -+# config.log. We remove comments because anyway the quotes in there -+# would cause problems or look ugly. -+# WARNING: Use '\'' to represent an apostrophe within the trap. -+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. -+trap 'exit_status=$? -+ # Save into config.log some information that might help in debugging. -+ { -+ echo -+ -+ $as_echo "## ---------------- ## -+## Cache variables. ## -+## ---------------- ##" -+ echo -+ # The following way of writing the cache mishandles newlines in values, -+( -+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( -+ *) { eval $ac_var=; unset $ac_var;} ;; -+ esac ;; -+ esac -+ done -+ (set) 2>&1 | -+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) -+ sed -n \ -+ "s/'\''/'\''\\\\'\'''\''/g; -+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" -+ ;; #( -+ *) -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" -+ ;; -+ esac | -+ sort -+) -+ echo -+ -+ $as_echo "## ----------------- ## -+## Output variables. ## -+## ----------------- ##" -+ echo -+ for ac_var in $ac_subst_vars -+ do -+ eval ac_val=\$$ac_var -+ case $ac_val in -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ esac -+ $as_echo "$ac_var='\''$ac_val'\''" -+ done | sort -+ echo -+ -+ if test -n "$ac_subst_files"; then -+ $as_echo "## ------------------- ## -+## File substitutions. ## -+## ------------------- ##" -+ echo -+ for ac_var in $ac_subst_files -+ do -+ eval ac_val=\$$ac_var -+ case $ac_val in -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ esac -+ $as_echo "$ac_var='\''$ac_val'\''" -+ done | sort -+ echo -+ fi -+ -+ if test -s confdefs.h; then -+ $as_echo "## ----------- ## -+## confdefs.h. ## -+## ----------- ##" -+ echo -+ cat confdefs.h -+ echo -+ fi -+ test "$ac_signal" != 0 && -+ $as_echo "$as_me: caught signal $ac_signal" -+ $as_echo "$as_me: exit $exit_status" -+ } >&5 -+ rm -f core *.core core.conftest.* && -+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files && -+ exit $exit_status -+' 0 -+for ac_signal in 1 2 13 15; do -+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal -+done -+ac_signal=0 -+ -+# confdefs.h avoids OS command line length limits that DEFS can exceed. -+rm -f -r conftest* confdefs.h -+ -+$as_echo "/* confdefs.h */" > confdefs.h -+ -+# Predefined preprocessor variables. -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_NAME "$PACKAGE_NAME" -+_ACEOF -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -+_ACEOF -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_VERSION "$PACKAGE_VERSION" -+_ACEOF -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_STRING "$PACKAGE_STRING" -+_ACEOF -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -+_ACEOF -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE_URL "$PACKAGE_URL" -+_ACEOF -+ -+ -+# Let the site file select an alternate cache file if it wants to. -+# Prefer an explicitly selected file to automatically selected ones. -+ac_site_file1=NONE -+ac_site_file2=NONE -+if test -n "$CONFIG_SITE"; then -+ # We do not want a PATH search for config.site. -+ case $CONFIG_SITE in #(( -+ -*) ac_site_file1=./$CONFIG_SITE;; -+ */*) ac_site_file1=$CONFIG_SITE;; -+ *) ac_site_file1=./$CONFIG_SITE;; -+ esac -+elif test "x$prefix" != xNONE; then -+ ac_site_file1=$prefix/share/config.site -+ ac_site_file2=$prefix/etc/config.site -+else -+ ac_site_file1=$ac_default_prefix/share/config.site -+ ac_site_file2=$ac_default_prefix/etc/config.site -+fi -+for ac_site_file in "$ac_site_file1" "$ac_site_file2" -+do -+ test "x$ac_site_file" = xNONE && continue -+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 -+$as_echo "$as_me: loading site script $ac_site_file" >&6;} -+ sed 's/^/| /' "$ac_site_file" >&5 -+ . "$ac_site_file" \ -+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "failed to load site script $ac_site_file -+See \`config.log' for more details" "$LINENO" 5; } -+ fi -+done -+ -+if test -r "$cache_file"; then -+ # Some versions of bash will fail to source /dev/null (special files -+ # actually), so we avoid doing that. DJGPP emulates it as a regular file. -+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 -+$as_echo "$as_me: loading cache $cache_file" >&6;} -+ case $cache_file in -+ [\\/]* | ?:[\\/]* ) . "$cache_file";; -+ *) . "./$cache_file";; -+ esac -+ fi -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 -+$as_echo "$as_me: creating cache $cache_file" >&6;} -+ >$cache_file -+fi -+ -+# Check that the precious variables saved in the cache have kept the same -+# value. -+ac_cache_corrupted=false -+for ac_var in $ac_precious_vars; do -+ eval ac_old_set=\$ac_cv_env_${ac_var}_set -+ eval ac_new_set=\$ac_env_${ac_var}_set -+ eval ac_old_val=\$ac_cv_env_${ac_var}_value -+ eval ac_new_val=\$ac_env_${ac_var}_value -+ case $ac_old_set,$ac_new_set in -+ set,) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} -+ ac_cache_corrupted=: ;; -+ ,set) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} -+ ac_cache_corrupted=: ;; -+ ,);; -+ *) -+ if test "x$ac_old_val" != "x$ac_new_val"; then -+ # differences in whitespace do not lead to failure. -+ ac_old_val_w=`echo x $ac_old_val` -+ ac_new_val_w=`echo x $ac_new_val` -+ if test "$ac_old_val_w" != "$ac_new_val_w"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 -+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} -+ ac_cache_corrupted=: -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} -+ eval $ac_var=\$ac_old_val -+ fi -+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 -+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 -+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} -+ fi;; -+ esac -+ # Pass precious variables to config.status. -+ if test "$ac_new_set" = set; then -+ case $ac_new_val in -+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; -+ *) ac_arg=$ac_var=$ac_new_val ;; -+ esac -+ case " $ac_configure_args " in -+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. -+ *) as_fn_append ac_configure_args " '$ac_arg'" ;; -+ esac -+ fi -+done -+if $ac_cache_corrupted; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 -+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} -+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 -+fi -+## -------------------- ## -+## Main body of script. ## -+## -------------------- ## -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+ -+ac_aux_dir= -+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do -+ if test -f "$ac_dir/install-sh"; then -+ ac_aux_dir=$ac_dir -+ ac_install_sh="$ac_aux_dir/install-sh -c" -+ break -+ elif test -f "$ac_dir/install.sh"; then -+ ac_aux_dir=$ac_dir -+ ac_install_sh="$ac_aux_dir/install.sh -c" -+ break -+ elif test -f "$ac_dir/shtool"; then -+ ac_aux_dir=$ac_dir -+ ac_install_sh="$ac_aux_dir/shtool install -c" -+ break -+ fi -+done -+if test -z "$ac_aux_dir"; then -+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 -+fi -+ -+# These three variables are undocumented and unsupported, -+# and are intended to be withdrawn in a future Autoconf release. -+# They can cause serious problems if a builder's source tree is in a directory -+# whose full name contains unusual characters. -+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. -+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -+ -+ -+# Make sure we can run config.sub. -+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || -+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 -+$as_echo_n "checking build system type... " >&6; } -+if ${ac_cv_build+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_build_alias=$build_alias -+test "x$ac_build_alias" = x && -+ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` -+test "x$ac_build_alias" = x && -+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 -+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || -+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 -+$as_echo "$ac_cv_build" >&6; } -+case $ac_cv_build in -+*-*-*) ;; -+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; -+esac -+build=$ac_cv_build -+ac_save_IFS=$IFS; IFS='-' -+set x $ac_cv_build -+shift -+build_cpu=$1 -+build_vendor=$2 -+shift; shift -+# Remember, the first character of IFS is used to create $*, -+# except with old shells: -+build_os=$* -+IFS=$ac_save_IFS -+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 -+$as_echo_n "checking host system type... " >&6; } -+if ${ac_cv_host+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "x$host_alias" = x; then -+ ac_cv_host=$ac_cv_build -+else -+ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || -+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 -+$as_echo "$ac_cv_host" >&6; } -+case $ac_cv_host in -+*-*-*) ;; -+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; -+esac -+host=$ac_cv_host -+ac_save_IFS=$IFS; IFS='-' -+set x $ac_cv_host -+shift -+host_cpu=$1 -+host_vendor=$2 -+shift; shift -+# Remember, the first character of IFS is used to create $*, -+# except with old shells: -+host_os=$* -+IFS=$ac_save_IFS -+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 -+$as_echo_n "checking target system type... " >&6; } -+if ${ac_cv_target+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "x$target_alias" = x; then -+ ac_cv_target=$ac_cv_host -+else -+ ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || -+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 -+$as_echo "$ac_cv_target" >&6; } -+case $ac_cv_target in -+*-*-*) ;; -+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; -+esac -+target=$ac_cv_target -+ac_save_IFS=$IFS; IFS='-' -+set x $ac_cv_target -+shift -+target_cpu=$1 -+target_vendor=$2 -+shift; shift -+# Remember, the first character of IFS is used to create $*, -+# except with old shells: -+target_os=$* -+IFS=$ac_save_IFS -+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac -+ -+ -+# The aliases save the names the user supplied, while $host etc. -+# will get canonicalized. -+test -n "$target_alias" && -+ test "$program_prefix$program_suffix$program_transform_name" = \ -+ NONENONEs,x,x, && -+ program_prefix=${target_alias}- -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS" >&5 -+$as_echo_n "checking whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS... " >&6; } -+if test "x${CFLAGS+set}" = "xset" || test "x${CXXFLAGS+set}" = "xset" || test "x${CPPFLAGS+set}" = "xset" || test "x${LDFLAGS+set}" = "xset"; then : -+ enable_flags_setting=no -+else -+ enable_flags_setting=yes -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_flags_setting}" >&5 -+$as_echo "${enable_flags_setting}" >&6; } -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# _AM_PROG_TAR(FORMAT) -+# -------------------- -+# Check how to create a tarball in format FORMAT. -+# FORMAT should be one of `v7', `ustar', or `pax'. -+# -+# Substitute a variable $(am__tar) that is a command -+# writing to stdout a FORMAT-tarball containing the directory -+# $tardir. -+# tardir=directory && $(am__tar) > result.tar -+# -+# Substitute a variable $(am__untar) that extract such -+# a tarball read from stdin. -+# $(am__untar) < result.tar -+ # _AM_PROG_TAR -+ -+# =========================================================================== -+# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional]) -+# -+# DESCRIPTION -+# -+# Check for baseline language coverage in the compiler for the specified -+# version of the C++ standard. If necessary, add switches to CXX and -+# CXXCPP to enable support. VERSION may be '11' (for the C++11 standard) -+# or '14' (for the C++14 standard). -+# -+# The second argument, if specified, indicates whether you insist on an -+# extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. -+# -std=c++11). If neither is specified, you get whatever works, with -+# preference for an extended mode. -+# -+# The third argument, if specified 'mandatory' or if left unspecified, -+# indicates that baseline support for the specified C++ standard is -+# required and that the macro should error out if no mode with that -+# support is found. If specified 'optional', then configuration proceeds -+# regardless, after defining HAVE_CXX${VERSION} if and only if a -+# supporting mode is found. -+# -+# LICENSE -+# -+# Copyright (c) 2008 Benjamin Kosnik -+# Copyright (c) 2012 Zack Weinberg -+# Copyright (c) 2013 Roy Stogner -+# Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov -+# Copyright (c) 2015 Paul Norman -+# Copyright (c) 2015 Moritz Klammler -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 4 -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_boost_base.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_BOOST_BASE([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -+# -+# DESCRIPTION -+# -+# Test for the Boost C++ libraries of a particular version (or newer) -+# -+# If no path to the installed boost library is given the macro searchs -+# under /usr, /usr/local, /opt and /opt/local and evaluates the -+# $BOOST_ROOT environment variable. Further documentation is available at -+# . -+# -+# This macro calls: -+# -+# AC_SUBST(BOOST_CPPFLAGS) / AC_SUBST(BOOST_LDFLAGS) -+# -+# And sets: -+# -+# HAVE_BOOST -+# -+# LICENSE -+# -+# Copyright (c) 2008 Thomas Porschberg -+# Copyright (c) 2009 Peter Adolphs -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 42 -+ -+# example boost program (need to pass version) -+ -+ -+ -+ -+ -+# convert a version string in $2 to numeric and affect to polymorphic var $1 -+ -+ -+ -+ -+# =========================================================================== -+# https://www.gnu.org/software/autoconf-archive/ax_boost_system.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# AX_BOOST_SYSTEM -+# -+# DESCRIPTION -+# -+# Test for System library from the Boost C++ libraries. The macro requires -+# a preceding call to AX_BOOST_BASE. Further documentation is available at -+# . -+# -+# This macro calls: -+# -+# AC_SUBST(BOOST_SYSTEM_LIB) -+# -+# And sets: -+# -+# HAVE_BOOST_SYSTEM -+# -+# LICENSE -+# -+# Copyright (c) 2008 Thomas Porschberg -+# Copyright (c) 2008 Michael Tindal -+# Copyright (c) 2008 Daniel Casimiro -+# -+# Copying and distribution of this file, with or without modification, are -+# permitted in any medium without royalty provided the copyright notice -+# and this notice are preserved. This file is offered as-is, without any -+# warranty. -+ -+#serial 19 -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debugging" >&5 -+$as_echo_n "checking whether to enable debugging... " >&6; } -+debug_default="no" -+# Check whether --enable-debug was given. -+if test "${enable_debug+set}" = set; then : -+ enableval=$enable_debug; -+else -+ enable_debug=$debug_default -+fi -+ -+ if test "x$enable_debug" = "xyes"; then -+ CFLAGS="-g $CFLAGS" -+ CXXFLAGS="-g $CXXFLAGS" -+ CPPFLAGS="-DDEBUG -DcbDEBUG $CPPFLAGS" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ if test "x$enable_flags_setting" = "xyes"; then : -+ -+ CFLAGS="-O2 -ffast-math $CFLAGS" -+ CXXFLAGS="-O2 -ffast-math $CXXFLAGS" -+ -+else -+ -+ : ${CFLAGS=""} -+ : ${CXXFLAGS=""} -+ -+fi -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ fi -+ -+ CPPFLAGS="-DCB_AUTOCONF $CPPFLAGS" -+ -+ -+am__api_version='1.15' -+ -+# Find a good install program. We prefer a C program (faster), -+# so one script is as good as another. But avoid the broken or -+# incompatible versions: -+# SysV /etc/install, /usr/sbin/install -+# SunOS /usr/etc/install -+# IRIX /sbin/install -+# AIX /bin/install -+# AmigaOS /C/install, which installs bootblocks on floppy discs -+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -+# AFS /usr/afsws/bin/install, which mishandles nonexistent args -+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -+# OS/2's system install, which has a completely different semantic -+# ./install, which can be erroneously created by make from ./install.sh. -+# Reject install programs that cannot install multiple files. -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 -+$as_echo_n "checking for a BSD-compatible install... " >&6; } -+if test -z "$INSTALL"; then -+if ${ac_cv_path_install+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ # Account for people who put trailing slashes in PATH elements. -+case $as_dir/ in #(( -+ ./ | .// | /[cC]/* | \ -+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ -+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ -+ /usr/ucb/* ) ;; -+ *) -+ # OSF1 and SCO ODT 3.0 have their own names for install. -+ # Don't use installbsd from OSF since it installs stuff as root -+ # by default. -+ for ac_prog in ginstall scoinst install; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then -+ if test $ac_prog = install && -+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then -+ # AIX install. It has an incompatible calling convention. -+ : -+ elif test $ac_prog = install && -+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then -+ # program-specific install script used by HP pwplus--don't use. -+ : -+ else -+ rm -rf conftest.one conftest.two conftest.dir -+ echo one > conftest.one -+ echo two > conftest.two -+ mkdir conftest.dir -+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && -+ test -s conftest.one && test -s conftest.two && -+ test -s conftest.dir/conftest.one && -+ test -s conftest.dir/conftest.two -+ then -+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -+ break 3 -+ fi -+ fi -+ fi -+ done -+ done -+ ;; -+esac -+ -+ done -+IFS=$as_save_IFS -+ -+rm -rf conftest.one conftest.two conftest.dir -+ -+fi -+ if test "${ac_cv_path_install+set}" = set; then -+ INSTALL=$ac_cv_path_install -+ else -+ # As a last resort, use the slow shell script. Don't cache a -+ # value for INSTALL within a source directory, because that will -+ # break other packages using the cache if that directory is -+ # removed, or if the value is a relative name. -+ INSTALL=$ac_install_sh -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 -+$as_echo "$INSTALL" >&6; } -+ -+# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -+# It thinks the first close brace ends the variable substitution. -+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -+ -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' -+ -+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 -+$as_echo_n "checking whether build environment is sane... " >&6; } -+# Reject unsafe characters in $srcdir or the absolute working directory -+# name. Accept space and tab only in the latter. -+am_lf=' -+' -+case `pwd` in -+ *[\\\"\#\$\&\'\`$am_lf]*) -+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; -+esac -+case $srcdir in -+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*) -+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; -+esac -+ -+# Do 'set' in a subshell so we don't clobber the current shell's -+# arguments. Must try -L first in case configure is actually a -+# symlink; some systems play weird games with the mod time of symlinks -+# (eg FreeBSD returns the mod time of the symlink's containing -+# directory). -+if ( -+ am_has_slept=no -+ for am_try in 1 2; do -+ echo "timestamp, slept: $am_has_slept" > conftest.file -+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` -+ if test "$*" = "X"; then -+ # -L didn't work. -+ set X `ls -t "$srcdir/configure" conftest.file` -+ fi -+ if test "$*" != "X $srcdir/configure conftest.file" \ -+ && test "$*" != "X conftest.file $srcdir/configure"; then -+ -+ # If neither matched, then we have a broken ls. This can happen -+ # if, for instance, CONFIG_SHELL is bash and it inherits a -+ # broken ls alias from the environment. This has actually -+ # happened. Such a system could not be considered "sane". -+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -+ alias in your environment" "$LINENO" 5 -+ fi -+ if test "$2" = conftest.file || test $am_try -eq 2; then -+ break -+ fi -+ # Just in case. -+ sleep 1 -+ am_has_slept=yes -+ done -+ test "$2" = conftest.file -+ ) -+then -+ # Ok. -+ : -+else -+ as_fn_error $? "newly created file is older than distributed files! -+Check your system clock" "$LINENO" 5 -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+# If we didn't sleep, we still need to ensure time stamps of config.status and -+# generated files are strictly newer. -+am_sleep_pid= -+if grep 'slept: no' conftest.file >/dev/null 2>&1; then -+ ( sleep 1 ) & -+ am_sleep_pid=$! -+fi -+ -+rm -f conftest.file -+ -+test "$program_prefix" != NONE && -+ program_transform_name="s&^&$program_prefix&;$program_transform_name" -+# Use a double $ so make ignores it. -+test "$program_suffix" != NONE && -+ program_transform_name="s&\$&$program_suffix&;$program_transform_name" -+# Double any \ or $. -+# By default was `s,x,x', remove it if useless. -+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -+ -+# Expand $ac_aux_dir to an absolute path. -+am_aux_dir=`cd "$ac_aux_dir" && pwd` -+ -+if test x"${MISSING+set}" != xset; then -+ case $am_aux_dir in -+ *\ * | *\ *) -+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; -+ *) -+ MISSING="\${SHELL} $am_aux_dir/missing" ;; -+ esac -+fi -+# Use eval to expand $SHELL -+if eval "$MISSING --is-lightweight"; then -+ am_missing_run="$MISSING " -+else -+ am_missing_run= -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 -+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} -+fi -+ -+if test x"${install_sh+set}" != xset; then -+ case $am_aux_dir in -+ *\ * | *\ *) -+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; -+ *) -+ install_sh="\${SHELL} $am_aux_dir/install-sh" -+ esac -+fi -+ -+# Installed binaries are usually stripped using 'strip' when the user -+# run "make install-strip". However 'strip' might not be the right -+# tool to use in cross-compilation environments, therefore Automake -+# will honor the 'STRIP' environment variable to overrule this program. -+if test "$cross_compiling" != no; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -+set dummy ${ac_tool_prefix}strip; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_STRIP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$STRIP"; then -+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_STRIP="${ac_tool_prefix}strip" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+STRIP=$ac_cv_prog_STRIP -+if test -n "$STRIP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -+$as_echo "$STRIP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_STRIP"; then -+ ac_ct_STRIP=$STRIP -+ # Extract the first word of "strip", so it can be a program name with args. -+set dummy strip; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_STRIP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_STRIP"; then -+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_STRIP="strip" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -+if test -n "$ac_ct_STRIP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -+$as_echo "$ac_ct_STRIP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_STRIP" = x; then -+ STRIP=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ STRIP=$ac_ct_STRIP -+ fi -+else -+ STRIP="$ac_cv_prog_STRIP" -+fi -+ -+fi -+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 -+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } -+if test -z "$MKDIR_P"; then -+ if ${ac_cv_path_mkdir+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in mkdir gmkdir; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue -+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( -+ 'mkdir (GNU coreutils) '* | \ -+ 'mkdir (coreutils) '* | \ -+ 'mkdir (fileutils) '4.1*) -+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext -+ break 3;; -+ esac -+ done -+ done -+ done -+IFS=$as_save_IFS -+ -+fi -+ -+ test -d ./--version && rmdir ./--version -+ if test "${ac_cv_path_mkdir+set}" = set; then -+ MKDIR_P="$ac_cv_path_mkdir -p" -+ else -+ # As a last resort, use the slow shell script. Don't cache a -+ # value for MKDIR_P within a source directory, because that will -+ # break other packages using the cache if that directory is -+ # removed, or if the value is a relative name. -+ MKDIR_P="$ac_install_sh -d" -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 -+$as_echo "$MKDIR_P" >&6; } -+ -+for ac_prog in gawk mawk nawk awk -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_AWK+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$AWK"; then -+ ac_cv_prog_AWK="$AWK" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_AWK="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+AWK=$ac_cv_prog_AWK -+if test -n "$AWK"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 -+$as_echo "$AWK" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$AWK" && break -+done -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -+set x ${MAKE-make} -+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat >conftest.make <<\_ACEOF -+SHELL = /bin/sh -+all: -+ @echo '@@@%%%=$(MAKE)=@@@%%%' -+_ACEOF -+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -+case `${MAKE-make} -f conftest.make 2>/dev/null` in -+ *@@@%%%=?*=@@@%%%*) -+ eval ac_cv_prog_make_${ac_make}_set=yes;; -+ *) -+ eval ac_cv_prog_make_${ac_make}_set=no;; -+esac -+rm -f conftest.make -+fi -+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ SET_MAKE= -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ SET_MAKE="MAKE=${MAKE-make}" -+fi -+ -+rm -rf .tst 2>/dev/null -+mkdir .tst 2>/dev/null -+if test -d .tst; then -+ am__leading_dot=. -+else -+ am__leading_dot=_ -+fi -+rmdir .tst 2>/dev/null -+ -+# Check whether --enable-silent-rules was given. -+if test "${enable_silent_rules+set}" = set; then : -+ enableval=$enable_silent_rules; -+fi -+ -+case $enable_silent_rules in # ((( -+ yes) AM_DEFAULT_VERBOSITY=0;; -+ no) AM_DEFAULT_VERBOSITY=1;; -+ *) AM_DEFAULT_VERBOSITY=1;; -+esac -+am_make=${MAKE-make} -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -+$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -+if ${am_cv_make_support_nested_variables+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if $as_echo 'TRUE=$(BAR$(V)) -+BAR0=false -+BAR1=true -+V=1 -+am__doit: -+ @$(TRUE) -+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then -+ am_cv_make_support_nested_variables=yes -+else -+ am_cv_make_support_nested_variables=no -+fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -+$as_echo "$am_cv_make_support_nested_variables" >&6; } -+if test $am_cv_make_support_nested_variables = yes; then -+ AM_V='$(V)' -+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -+else -+ AM_V=$AM_DEFAULT_VERBOSITY -+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -+fi -+AM_BACKSLASH='\' -+ -+if test "`cd $srcdir && pwd`" != "`pwd`"; then -+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output -+ # is not polluted with repeated "-I." -+ am__isrc=' -I$(srcdir)' -+ # test to see if srcdir already configured -+ if test -f $srcdir/config.status; then -+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 -+ fi -+fi -+ -+# test whether we have cygpath -+if test -z "$CYGPATH_W"; then -+ if (cygpath --version) >/dev/null 2>/dev/null; then -+ CYGPATH_W='cygpath -w' -+ else -+ CYGPATH_W=echo -+ fi -+fi -+ -+ -+# Define the identity of the package. -+ PACKAGE='codeblocks' -+ VERSION='16.01svn11246' -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define PACKAGE "$PACKAGE" -+_ACEOF -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define VERSION "$VERSION" -+_ACEOF -+ -+# Some tools Automake needs. -+ -+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} -+ -+ -+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} -+ -+ -+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} -+ -+ -+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} -+ -+ -+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -+ -+# For better backward compatibility. To be removed once Automake 1.9.x -+# dies out for good. For more background, see: -+# -+# -+mkdir_p='$(MKDIR_P)' -+ -+# We need awk for the "check" target (and possibly the TAP driver). The -+# system "awk" is bad on some platforms. -+# Always define AMTAR for backward compatibility. -+ -+AMTAR=${AMTAR-"${am_missing_run}tar"} -+ -+am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -' -+ -+ -+ -+ -+ -+# POSIX will say in a future version that running "rm -f" with no argument -+# is OK; and we want to be able to make that assumption in our Makefile -+# recipes. So use an aggressive probe to check that the usage we want is -+# actually supported "in the wild" to an acceptable degree. -+# See automake bug#10828. -+# To make any issue more visible, cause the running configure to be aborted -+# by default if the 'rm' program in use doesn't match our expectations; the -+# user can still override this though. -+if rm -f && rm -fr && rm -rf; then : OK; else -+ cat >&2 <<'END' -+Oops! -+ -+Your 'rm' program seems unable to run without file operands specified -+on the command line, even when the '-f' option is present. This is contrary -+to the behaviour of most rm programs out there, and not conforming with -+the upcoming POSIX standard: -+ -+Please tell bug-automake@gnu.org about your system, including the value -+of your $PATH and any error possibly output before this message. This -+can help us improve future automake versions. -+ -+END -+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then -+ echo 'Configuration will proceed anyway, since you have set the' >&2 -+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 -+ echo >&2 -+ else -+ cat >&2 <<'END' -+Aborting the configuration process, to ensure you take notice of the issue. -+ -+You can download and install GNU coreutils to get an 'rm' implementation -+that behaves properly: . -+ -+If you want to complete the configuration process using your problematic -+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -+to "yes", and re-run configure. -+ -+END -+ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 -+ fi -+fi -+ -+ -+# Check whether --enable-static was given. -+if test "${enable_static+set}" = set; then : -+ enableval=$enable_static; p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_static=yes ;; -+ no) enable_static=no ;; -+ *) -+ enable_static=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_static=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac -+else -+ enable_static=no -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+case `pwd` in -+ *\ * | *\ *) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 -+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; -+esac -+ -+ -+ -+macro_version='2.4.6' -+macro_revision='2.4.6' -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ltmain=$ac_aux_dir/ltmain.sh -+ -+# Backslashify metacharacters that are still active within -+# double-quoted strings. -+sed_quote_subst='s/\(["`$\\]\)/\\\1/g' -+ -+# Same as above, but do not quote variable references. -+double_quote_subst='s/\(["`\\]\)/\\\1/g' -+ -+# Sed substitution to delay expansion of an escaped shell variable in a -+# double_quote_subst'ed string. -+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -+ -+# Sed substitution to delay expansion of an escaped single quote. -+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' -+ -+# Sed substitution to avoid accidental globbing in evaled expressions -+no_glob_subst='s/\*/\\\*/g' -+ -+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 -+$as_echo_n "checking how to print strings... " >&6; } -+# Test print first, because it will be a builtin if present. -+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ -+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then -+ ECHO='print -r --' -+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then -+ ECHO='printf %s\n' -+else -+ # Use this function as a fallback that always works. -+ func_fallback_echo () -+ { -+ eval 'cat <<_LTECHO_EOF -+$1 -+_LTECHO_EOF' -+ } -+ ECHO='func_fallback_echo' -+fi -+ -+# func_echo_all arg... -+# Invoke $ECHO with all args, space-separated. -+func_echo_all () -+{ -+ $ECHO "" -+} -+ -+case $ECHO in -+ printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 -+$as_echo "printf" >&6; } ;; -+ print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 -+$as_echo "print -r" >&6; } ;; -+ *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 -+$as_echo "cat" >&6; } ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+DEPDIR="${am__leading_dot}deps" -+ -+ac_config_commands="$ac_config_commands depfiles" -+ -+ -+am_make=${MAKE-make} -+cat > confinc << 'END' -+am__doit: -+ @echo this is the am__doit target -+.PHONY: am__doit -+END -+# If we don't find an include directive, just comment out the code. -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -+$as_echo_n "checking for style of include used by $am_make... " >&6; } -+am__include="#" -+am__quote= -+_am_result=none -+# First try GNU make style include. -+echo "include confinc" > confmf -+# Ignore all kinds of additional output from 'make'. -+case `$am_make -s -f confmf 2> /dev/null` in #( -+*the\ am__doit\ target*) -+ am__include=include -+ am__quote= -+ _am_result=GNU -+ ;; -+esac -+# Now try BSD make style include. -+if test "$am__include" = "#"; then -+ echo '.include "confinc"' > confmf -+ case `$am_make -s -f confmf 2> /dev/null` in #( -+ *the\ am__doit\ target*) -+ am__include=.include -+ am__quote="\"" -+ _am_result=BSD -+ ;; -+ esac -+fi -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -+$as_echo "$_am_result" >&6; } -+rm -f confinc confmf -+ -+# Check whether --enable-dependency-tracking was given. -+if test "${enable_dependency_tracking+set}" = set; then : -+ enableval=$enable_dependency_tracking; -+fi -+ -+if test "x$enable_dependency_tracking" != xno; then -+ am_depcomp="$ac_aux_dir/depcomp" -+ AMDEPBACKSLASH='\' -+ am__nodep='_no' -+fi -+ if test "x$enable_dependency_tracking" != xno; then -+ AMDEP_TRUE= -+ AMDEP_FALSE='#' -+else -+ AMDEP_TRUE='#' -+ AMDEP_FALSE= -+fi -+ -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -+set dummy ${ac_tool_prefix}gcc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="${ac_tool_prefix}gcc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_CC"; then -+ ac_ct_CC=$CC -+ # Extract the first word of "gcc", so it can be a program name with args. -+set dummy gcc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_CC"; then -+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_CC="gcc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_CC=$ac_cv_prog_ac_ct_CC -+if test -n "$ac_ct_CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi -+else -+ CC="$ac_cv_prog_CC" -+fi -+ -+if test -z "$CC"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -+set dummy ${ac_tool_prefix}cc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="${ac_tool_prefix}cc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ fi -+fi -+if test -z "$CC"; then -+ # Extract the first word of "cc", so it can be a program name with args. -+set dummy cc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+ ac_prog_rejected=no -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then -+ ac_prog_rejected=yes -+ continue -+ fi -+ ac_cv_prog_CC="cc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+if test $ac_prog_rejected = yes; then -+ # We found a bogon in the path, so make sure we never use it. -+ set dummy $ac_cv_prog_CC -+ shift -+ if test $# != 0; then -+ # We chose a different compiler from the bogus one. -+ # However, it has the same basename, so the bogon will be chosen -+ # first if we set CC to just the basename; use the full file name. -+ shift -+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" -+ fi -+fi -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$CC"; then -+ if test -n "$ac_tool_prefix"; then -+ for ac_prog in cl.exe -+ do -+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -+set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$CC" && break -+ done -+fi -+if test -z "$CC"; then -+ ac_ct_CC=$CC -+ for ac_prog in cl.exe -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_CC"; then -+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_CC="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_CC=$ac_cv_prog_ac_ct_CC -+if test -n "$ac_ct_CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$ac_ct_CC" && break -+done -+ -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi -+fi -+ -+fi -+ -+ -+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "no acceptable C compiler found in \$PATH -+See \`config.log' for more details" "$LINENO" 5; } -+ -+# Provide some information about the compiler. -+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 -+for ac_option in --version -v -V -qversion; do -+ { { ac_try="$ac_compiler $ac_option >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ sed '10a\ -+... rest of stderr output deleted ... -+ 10q' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ fi -+ rm -f conftest.er1 conftest.err -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+done -+ -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+ac_clean_files_save=$ac_clean_files -+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" -+# Try to create an executable without -o first, disregard a.out. -+# It will help us diagnose broken compilers, and finding out an intuition -+# of exeext. -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 -+$as_echo_n "checking whether the C compiler works... " >&6; } -+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -+ -+# The possible output files: -+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" -+ -+ac_rmfiles= -+for ac_file in $ac_files -+do -+ case $ac_file in -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; -+ * ) ac_rmfiles="$ac_rmfiles $ac_file";; -+ esac -+done -+rm -f $ac_rmfiles -+ -+if { { ac_try="$ac_link_default" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link_default") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then : -+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. -+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -+# in a Makefile. We should not override ac_cv_exeext if it was cached, -+# so that the user can short-circuit this test for compilers unknown to -+# Autoconf. -+for ac_file in $ac_files '' -+do -+ test -f "$ac_file" || continue -+ case $ac_file in -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) -+ ;; -+ [ab].out ) -+ # We found the default executable, but exeext='' is most -+ # certainly right. -+ break;; -+ *.* ) -+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; -+ then :; else -+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -+ fi -+ # We set ac_cv_exeext here because the later test for it is not -+ # safe: cross compilers may not add the suffix if given an `-o' -+ # argument, so we may need to know it at that point already. -+ # Even if this section looks crufty: it has the advantage of -+ # actually working. -+ break;; -+ * ) -+ break;; -+ esac -+done -+test "$ac_cv_exeext" = no && ac_cv_exeext= -+ -+else -+ ac_file='' -+fi -+if test -z "$ac_file"; then : -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+$as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error 77 "C compiler cannot create executables -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 -+$as_echo_n "checking for C compiler default output file name... " >&6; } -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 -+$as_echo "$ac_file" >&6; } -+ac_exeext=$ac_cv_exeext -+ -+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out -+ac_clean_files=$ac_clean_files_save -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 -+$as_echo_n "checking for suffix of executables... " >&6; } -+if { { ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then : -+ # If both `conftest.exe' and `conftest' are `present' (well, observable) -+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -+# work properly (i.e., refer to `conftest.exe'), while it won't with -+# `rm'. -+for ac_file in conftest.exe conftest conftest.*; do -+ test -f "$ac_file" || continue -+ case $ac_file in -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; -+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -+ break;; -+ * ) break;; -+ esac -+done -+else -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "cannot compute suffix of executables: cannot compile and link -+See \`config.log' for more details" "$LINENO" 5; } -+fi -+rm -f conftest conftest$ac_cv_exeext -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 -+$as_echo "$ac_cv_exeext" >&6; } -+ -+rm -f conftest.$ac_ext -+EXEEXT=$ac_cv_exeext -+ac_exeext=$EXEEXT -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+int -+main () -+{ -+FILE *f = fopen ("conftest.out", "w"); -+ return ferror (f) || fclose (f) != 0; -+ -+ ; -+ return 0; -+} -+_ACEOF -+ac_clean_files="$ac_clean_files conftest.out" -+# Check that the compiler produces executables we can run. If not, either -+# the compiler is broken, or we cross compile. -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 -+$as_echo_n "checking whether we are cross compiling... " >&6; } -+if test "$cross_compiling" != yes; then -+ { { ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_link") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+ if { ac_try='./conftest$ac_cv_exeext' -+ { { case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_try") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; }; then -+ cross_compiling=no -+ else -+ if test "$cross_compiling" = maybe; then -+ cross_compiling=yes -+ else -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "cannot run C compiled programs. -+If you meant to cross compile, use \`--host'. -+See \`config.log' for more details" "$LINENO" 5; } -+ fi -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 -+$as_echo "$cross_compiling" >&6; } -+ -+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out -+ac_clean_files=$ac_clean_files_save -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 -+$as_echo_n "checking for suffix of object files... " >&6; } -+if ${ac_cv_objext+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.o conftest.obj -+if { { ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compile") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then : -+ for ac_file in conftest.o conftest.obj conftest.*; do -+ test -f "$ac_file" || continue; -+ case $ac_file in -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; -+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` -+ break;; -+ esac -+done -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "cannot compute suffix of object files: cannot compile -+See \`config.log' for more details" "$LINENO" 5; } -+fi -+rm -f conftest.$ac_cv_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 -+$as_echo "$ac_cv_objext" >&6; } -+OBJEXT=$ac_cv_objext -+ac_objext=$OBJEXT -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -+if ${ac_cv_c_compiler_gnu+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+#ifndef __GNUC__ -+ choke me -+#endif -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_compiler_gnu=yes -+else -+ ac_compiler_gnu=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ac_cv_c_compiler_gnu=$ac_compiler_gnu -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi -+ac_test_CFLAGS=${CFLAGS+set} -+ac_save_CFLAGS=$CFLAGS -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } -+if ${ac_cv_prog_cc_g+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_save_c_werror_flag=$ac_c_werror_flag -+ ac_c_werror_flag=yes -+ ac_cv_prog_cc_g=no -+ CFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_g=yes -+else -+ CFLAGS="" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ -+else -+ ac_c_werror_flag=$ac_save_c_werror_flag -+ CFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_g=yes -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ ac_c_werror_flag=$ac_save_c_werror_flag -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } -+if test "$ac_test_CFLAGS" = set; then -+ CFLAGS=$ac_save_CFLAGS -+elif test $ac_cv_prog_cc_g = yes; then -+ if test "$GCC" = yes; then -+ CFLAGS="-g -O2" -+ else -+ CFLAGS="-g" -+ fi -+else -+ if test "$GCC" = yes; then -+ CFLAGS="-O2" -+ else -+ CFLAGS= -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -+if ${ac_cv_prog_cc_c89+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_cv_prog_cc_c89=no -+ac_save_CC=$CC -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+struct stat; -+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -+struct buf { int x; }; -+FILE * (*rcsopen) (struct buf *, struct stat *, int); -+static char *e (p, i) -+ char **p; -+ int i; -+{ -+ return p[i]; -+} -+static char *f (char * (*g) (char **, int), char **p, ...) -+{ -+ char *s; -+ va_list v; -+ va_start (v,p); -+ s = g (p, va_arg (v,int)); -+ va_end (v); -+ return s; -+} -+ -+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has -+ function prototypes and stuff, but not '\xHH' hex character constants. -+ These don't provoke an error unfortunately, instead are silently treated -+ as 'x'. The following induces an error, until -std is added to get -+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an -+ array size at least. It's necessary to write '\x00'==0 to get something -+ that's true only with -std. */ -+int osf4_cc_array ['\x00' == 0 ? 1 : -1]; -+ -+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters -+ inside strings and character constants. */ -+#define FOO(x) 'x' -+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; -+ -+int test (int i, double x); -+struct s1 {int (*f) (int a);}; -+struct s2 {int (*f) (double a);}; -+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -+int argc; -+char **argv; -+int -+main () -+{ -+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; -+ ; -+ return 0; -+} -+_ACEOF -+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -+do -+ CC="$ac_save_CC $ac_arg" -+ if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_c89=$ac_arg -+fi -+rm -f core conftest.err conftest.$ac_objext -+ test "x$ac_cv_prog_cc_c89" != "xno" && break -+done -+rm -f conftest.$ac_ext -+CC=$ac_save_CC -+ -+fi -+# AC_CACHE_VAL -+case "x$ac_cv_prog_cc_c89" in -+ x) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; -+ xno) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; -+ *) -+ CC="$CC $ac_cv_prog_cc_c89" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -+esac -+if test "x$ac_cv_prog_cc_c89" != xno; then : -+ -+fi -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 -+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -+if ${am_cv_prog_cc_c_o+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+ # Make sure it works both with $CC and with simple cc. -+ # Following AC_PROG_CC_C_O, we do the test twice because some -+ # compilers refuse to overwrite an existing .o file with -o, -+ # though they will create one. -+ am_cv_prog_cc_c_o=yes -+ for am_i in 1 2; do -+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 -+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } \ -+ && test -f conftest2.$ac_objext; then -+ : OK -+ else -+ am_cv_prog_cc_c_o=no -+ break -+ fi -+ done -+ rm -f core conftest* -+ unset am_i -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 -+$as_echo "$am_cv_prog_cc_c_o" >&6; } -+if test "$am_cv_prog_cc_c_o" != yes; then -+ # Losing compiler, so override with the script. -+ # FIXME: It is wrong to rewrite CC. -+ # But if we don't then we get into trouble of one sort or another. -+ # A longer-term fix would be to have automake use am__CC in this case, -+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" -+ CC="$am_aux_dir/compile $CC" -+fi -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+depcc="$CC" am_compiler_list= -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } -+if ${am_cv_CC_dependencies_compiler_type+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then -+ # We make a subdir and do the tests there. Otherwise we can end up -+ # making bogus files that we don't know about and never remove. For -+ # instance it was reported that on HP-UX the gcc test will end up -+ # making a dummy file named 'D' -- because '-MD' means "put the output -+ # in D". -+ rm -rf conftest.dir -+ mkdir conftest.dir -+ # Copy depcomp to subdir because otherwise we won't find it if we're -+ # using a relative directory. -+ cp "$am_depcomp" conftest.dir -+ cd conftest.dir -+ # We will build objects and dependencies in a subdirectory because -+ # it helps to detect inapplicable dependency modes. For instance -+ # both Tru64's cc and ICC support -MD to output dependencies as a -+ # side effect of compilation, but ICC will put the dependencies in -+ # the current directory while Tru64 will put them in the object -+ # directory. -+ mkdir sub -+ -+ am_cv_CC_dependencies_compiler_type=none -+ if test "$am_compiler_list" = ""; then -+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` -+ fi -+ am__universal=false -+ case " $depcc " in #( -+ *\ -arch\ *\ -arch\ *) am__universal=true ;; -+ esac -+ -+ for depmode in $am_compiler_list; do -+ # Setup a source with many dependencies, because some compilers -+ # like to wrap large dependency lists on column 80 (with \), and -+ # we should not choose a depcomp mode which is confused by this. -+ # -+ # We need to recreate these files for each test, as the compiler may -+ # overwrite some of them when testing with obscure command lines. -+ # This happens at least with the AIX C compiler. -+ : > sub/conftest.c -+ for i in 1 2 3 4 5 6; do -+ echo '#include "conftst'$i'.h"' >> sub/conftest.c -+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with -+ # Solaris 10 /bin/sh. -+ echo '/* dummy */' > sub/conftst$i.h -+ done -+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -+ -+ # We check with '-c' and '-o' for the sake of the "dashmstdout" -+ # mode. It turns out that the SunPro C++ compiler does not properly -+ # handle '-M -o', and we need to detect this. Also, some Intel -+ # versions had trouble with output in subdirs. -+ am__obj=sub/conftest.${OBJEXT-o} -+ am__minus_obj="-o $am__obj" -+ case $depmode in -+ gcc) -+ # This depmode causes a compiler race in universal mode. -+ test "$am__universal" = false || continue -+ ;; -+ nosideeffect) -+ # After this tag, mechanisms are not by side-effect, so they'll -+ # only be used when explicitly requested. -+ if test "x$enable_dependency_tracking" = xyes; then -+ continue -+ else -+ break -+ fi -+ ;; -+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) -+ # This compiler won't grok '-c -o', but also, the minuso test has -+ # not run yet. These depmodes are late enough in the game, and -+ # so weak that their functioning should not be impacted. -+ am__obj=conftest.${OBJEXT-o} -+ am__minus_obj= -+ ;; -+ none) break ;; -+ esac -+ if depmode=$depmode \ -+ source=sub/conftest.c object=$am__obj \ -+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ -+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ -+ >/dev/null 2>conftest.err && -+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && -+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && -+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then -+ # icc doesn't choke on unknown options, it will just issue warnings -+ # or remarks (even with -Werror). So we grep stderr for any message -+ # that says an option was ignored or not supported. -+ # When given -MP, icc 7.0 and 7.1 complain thusly: -+ # icc: Command line warning: ignoring option '-M'; no argument required -+ # The diagnosis changed in icc 8.0: -+ # icc: Command line remark: option '-MP' not supported -+ if (grep 'ignoring option' conftest.err || -+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else -+ am_cv_CC_dependencies_compiler_type=$depmode -+ break -+ fi -+ fi -+ done -+ -+ cd .. -+ rm -rf conftest.dir -+else -+ am_cv_CC_dependencies_compiler_type=none -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type -+ -+ if -+ test "x$enable_dependency_tracking" != xno \ -+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then -+ am__fastdepCC_TRUE= -+ am__fastdepCC_FALSE='#' -+else -+ am__fastdepCC_TRUE='#' -+ am__fastdepCC_FALSE= -+fi -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 -+$as_echo_n "checking for a sed that does not truncate output... " >&6; } -+if ${ac_cv_path_SED+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ -+ for ac_i in 1 2 3 4 5 6 7; do -+ ac_script="$ac_script$as_nl$ac_script" -+ done -+ echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed -+ { ac_script=; unset ac_script;} -+ if test -z "$SED"; then -+ ac_path_SED_found=false -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in sed gsed; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" -+ as_fn_executable_p "$ac_path_SED" || continue -+# Check for GNU ac_path_SED and select it if it is found. -+ # Check for GNU $ac_path_SED -+case `"$ac_path_SED" --version 2>&1` in -+*GNU*) -+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; -+*) -+ ac_count=0 -+ $as_echo_n 0123456789 >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ $as_echo '' >> "conftest.nl" -+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break -+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break -+ as_fn_arith $ac_count + 1 && ac_count=$as_val -+ if test $ac_count -gt ${ac_path_SED_max-0}; then -+ # Best one so far, save it but keep looking for a better one -+ ac_cv_path_SED="$ac_path_SED" -+ ac_path_SED_max=$ac_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test $ac_count -gt 10 && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -+esac -+ -+ $ac_path_SED_found && break 3 -+ done -+ done -+ done -+IFS=$as_save_IFS -+ if test -z "$ac_cv_path_SED"; then -+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 -+ fi -+else -+ ac_cv_path_SED=$SED -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 -+$as_echo "$ac_cv_path_SED" >&6; } -+ SED="$ac_cv_path_SED" -+ rm -f conftest.sed -+ -+test -z "$SED" && SED=sed -+Xsed="$SED -e 1s/^X//" -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 -+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } -+if ${ac_cv_path_GREP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$GREP"; then -+ ac_path_GREP_found=false -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in grep ggrep; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -+ as_fn_executable_p "$ac_path_GREP" || continue -+# Check for GNU ac_path_GREP and select it if it is found. -+ # Check for GNU $ac_path_GREP -+case `"$ac_path_GREP" --version 2>&1` in -+*GNU*) -+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; -+*) -+ ac_count=0 -+ $as_echo_n 0123456789 >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ $as_echo 'GREP' >> "conftest.nl" -+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break -+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break -+ as_fn_arith $ac_count + 1 && ac_count=$as_val -+ if test $ac_count -gt ${ac_path_GREP_max-0}; then -+ # Best one so far, save it but keep looking for a better one -+ ac_cv_path_GREP="$ac_path_GREP" -+ ac_path_GREP_max=$ac_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test $ac_count -gt 10 && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -+esac -+ -+ $ac_path_GREP_found && break 3 -+ done -+ done -+ done -+IFS=$as_save_IFS -+ if test -z "$ac_cv_path_GREP"; then -+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 -+ fi -+else -+ ac_cv_path_GREP=$GREP -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -+$as_echo "$ac_cv_path_GREP" >&6; } -+ GREP="$ac_cv_path_GREP" -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 -+$as_echo_n "checking for egrep... " >&6; } -+if ${ac_cv_path_EGREP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 -+ then ac_cv_path_EGREP="$GREP -E" -+ else -+ if test -z "$EGREP"; then -+ ac_path_EGREP_found=false -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in egrep; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -+ as_fn_executable_p "$ac_path_EGREP" || continue -+# Check for GNU ac_path_EGREP and select it if it is found. -+ # Check for GNU $ac_path_EGREP -+case `"$ac_path_EGREP" --version 2>&1` in -+*GNU*) -+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; -+*) -+ ac_count=0 -+ $as_echo_n 0123456789 >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ $as_echo 'EGREP' >> "conftest.nl" -+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break -+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break -+ as_fn_arith $ac_count + 1 && ac_count=$as_val -+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then -+ # Best one so far, save it but keep looking for a better one -+ ac_cv_path_EGREP="$ac_path_EGREP" -+ ac_path_EGREP_max=$ac_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test $ac_count -gt 10 && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -+esac -+ -+ $ac_path_EGREP_found && break 3 -+ done -+ done -+ done -+IFS=$as_save_IFS -+ if test -z "$ac_cv_path_EGREP"; then -+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 -+ fi -+else -+ ac_cv_path_EGREP=$EGREP -+fi -+ -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -+$as_echo "$ac_cv_path_EGREP" >&6; } -+ EGREP="$ac_cv_path_EGREP" -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 -+$as_echo_n "checking for fgrep... " >&6; } -+if ${ac_cv_path_FGREP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 -+ then ac_cv_path_FGREP="$GREP -F" -+ else -+ if test -z "$FGREP"; then -+ ac_path_FGREP_found=false -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in fgrep; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" -+ as_fn_executable_p "$ac_path_FGREP" || continue -+# Check for GNU ac_path_FGREP and select it if it is found. -+ # Check for GNU $ac_path_FGREP -+case `"$ac_path_FGREP" --version 2>&1` in -+*GNU*) -+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; -+*) -+ ac_count=0 -+ $as_echo_n 0123456789 >"conftest.in" -+ while : -+ do -+ cat "conftest.in" "conftest.in" >"conftest.tmp" -+ mv "conftest.tmp" "conftest.in" -+ cp "conftest.in" "conftest.nl" -+ $as_echo 'FGREP' >> "conftest.nl" -+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break -+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break -+ as_fn_arith $ac_count + 1 && ac_count=$as_val -+ if test $ac_count -gt ${ac_path_FGREP_max-0}; then -+ # Best one so far, save it but keep looking for a better one -+ ac_cv_path_FGREP="$ac_path_FGREP" -+ ac_path_FGREP_max=$ac_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test $ac_count -gt 10 && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -+esac -+ -+ $ac_path_FGREP_found && break 3 -+ done -+ done -+ done -+IFS=$as_save_IFS -+ if test -z "$ac_cv_path_FGREP"; then -+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 -+ fi -+else -+ ac_cv_path_FGREP=$FGREP -+fi -+ -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 -+$as_echo "$ac_cv_path_FGREP" >&6; } -+ FGREP="$ac_cv_path_FGREP" -+ -+ -+test -z "$GREP" && GREP=grep -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# Check whether --with-gnu-ld was given. -+if test "${with_gnu_ld+set}" = set; then : -+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes -+else -+ with_gnu_ld=no -+fi -+ -+ac_prog=ld -+if test yes = "$GCC"; then -+ # Check if gcc -print-prog-name=ld gives a path. -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 -+$as_echo_n "checking for ld used by $CC... " >&6; } -+ case $host in -+ *-*-mingw*) -+ # gcc leaves a trailing carriage return, which upsets mingw -+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; -+ *) -+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; -+ esac -+ case $ac_prog in -+ # Accept absolute paths. -+ [\\/]* | ?:[\\/]*) -+ re_direlt='/[^/][^/]*/\.\./' -+ # Canonicalize the pathname of ld -+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` -+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do -+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` -+ done -+ test -z "$LD" && LD=$ac_prog -+ ;; -+ "") -+ # If it fails, then pretend we aren't using GCC. -+ ac_prog=ld -+ ;; -+ *) -+ # If it is relative, then search for the first ld in PATH. -+ with_gnu_ld=unknown -+ ;; -+ esac -+elif test yes = "$with_gnu_ld"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 -+$as_echo_n "checking for GNU ld... " >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 -+$as_echo_n "checking for non-GNU ld... " >&6; } -+fi -+if ${lt_cv_path_LD+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$LD"; then -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then -+ lt_cv_path_LD=$ac_dir/$ac_prog -+ # Check to see if the program is GNU ld. I'd rather use --version, -+ # but apparently some variants of GNU ld only accept -v. -+ # Break only if it was the GNU/non-GNU ld that we prefer. -+ case `"$lt_cv_path_LD" -v 2>&1 &5 -+$as_echo "$LD" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 -+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -+if ${lt_cv_prog_gnu_ld+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # I'd rather use --version here, but apparently some GNU lds only accept -v. -+case `$LD -v 2>&1 &5 -+$as_echo "$lt_cv_prog_gnu_ld" >&6; } -+with_gnu_ld=$lt_cv_prog_gnu_ld -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 -+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } -+if ${lt_cv_path_NM+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$NM"; then -+ # Let the user override the test. -+ lt_cv_path_NM=$NM -+else -+ lt_nm_to_check=${ac_tool_prefix}nm -+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then -+ lt_nm_to_check="$lt_nm_to_check nm" -+ fi -+ for lt_tmp_nm in $lt_nm_to_check; do -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ tmp_nm=$ac_dir/$lt_tmp_nm -+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then -+ # Check to see if the nm accepts a BSD-compat flag. -+ # Adding the 'sed 1q' prevents false positives on HP-UX, which says: -+ # nm: unknown option "B" ignored -+ # Tru64's nm complains that /dev/null is an invalid object file -+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty -+ case $build_os in -+ mingw*) lt_bad_file=conftest.nm/nofile ;; -+ *) lt_bad_file=/dev/null ;; -+ esac -+ case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in -+ *$lt_bad_file* | *'Invalid file or object type'*) -+ lt_cv_path_NM="$tmp_nm -B" -+ break 2 -+ ;; -+ *) -+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in -+ */dev/null*) -+ lt_cv_path_NM="$tmp_nm -p" -+ break 2 -+ ;; -+ *) -+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but -+ continue # so that we can try to find one that supports BSD flags -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ done -+ IFS=$lt_save_ifs -+ done -+ : ${lt_cv_path_NM=no} -+fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 -+$as_echo "$lt_cv_path_NM" >&6; } -+if test no != "$lt_cv_path_NM"; then -+ NM=$lt_cv_path_NM -+else -+ # Didn't find any BSD compatible name lister, look for dumpbin. -+ if test -n "$DUMPBIN"; then : -+ # Let the user override the test. -+ else -+ if test -n "$ac_tool_prefix"; then -+ for ac_prog in dumpbin "link -dump" -+ do -+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -+set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_DUMPBIN+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$DUMPBIN"; then -+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+DUMPBIN=$ac_cv_prog_DUMPBIN -+if test -n "$DUMPBIN"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 -+$as_echo "$DUMPBIN" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$DUMPBIN" && break -+ done -+fi -+if test -z "$DUMPBIN"; then -+ ac_ct_DUMPBIN=$DUMPBIN -+ for ac_prog in dumpbin "link -dump" -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_DUMPBIN"; then -+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN -+if test -n "$ac_ct_DUMPBIN"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 -+$as_echo "$ac_ct_DUMPBIN" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$ac_ct_DUMPBIN" && break -+done -+ -+ if test "x$ac_ct_DUMPBIN" = x; then -+ DUMPBIN=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ DUMPBIN=$ac_ct_DUMPBIN -+ fi -+fi -+ -+ case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in -+ *COFF*) -+ DUMPBIN="$DUMPBIN -symbols -headers" -+ ;; -+ *) -+ DUMPBIN=: -+ ;; -+ esac -+ fi -+ -+ if test : != "$DUMPBIN"; then -+ NM=$DUMPBIN -+ fi -+fi -+test -z "$NM" && NM=nm -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 -+$as_echo_n "checking the name lister ($NM) interface... " >&6; } -+if ${lt_cv_nm_interface+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_nm_interface="BSD nm" -+ echo "int some_variable = 0;" > conftest.$ac_ext -+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) -+ (eval "$ac_compile" 2>conftest.err) -+ cat conftest.err >&5 -+ (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) -+ (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) -+ cat conftest.err >&5 -+ (eval echo "\"\$as_me:$LINENO: output\"" >&5) -+ cat conftest.out >&5 -+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then -+ lt_cv_nm_interface="MS dumpbin" -+ fi -+ rm -f conftest* -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 -+$as_echo "$lt_cv_nm_interface" >&6; } -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 -+$as_echo_n "checking whether ln -s works... " >&6; } -+LN_S=$as_ln_s -+if test "$LN_S" = "ln -s"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 -+$as_echo "no, using $LN_S" >&6; } -+fi -+ -+# find the maximum length of command line arguments -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 -+$as_echo_n "checking the maximum length of command line arguments... " >&6; } -+if ${lt_cv_sys_max_cmd_len+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ i=0 -+ teststring=ABCD -+ -+ case $build_os in -+ msdosdjgpp*) -+ # On DJGPP, this test can blow up pretty badly due to problems in libc -+ # (any single argument exceeding 2000 bytes causes a buffer overrun -+ # during glob expansion). Even if it were fixed, the result of this -+ # check would be larger than it should be. -+ lt_cv_sys_max_cmd_len=12288; # 12K is about right -+ ;; -+ -+ gnu*) -+ # Under GNU Hurd, this test is not required because there is -+ # no limit to the length of command line arguments. -+ # Libtool will interpret -1 as no limit whatsoever -+ lt_cv_sys_max_cmd_len=-1; -+ ;; -+ -+ cygwin* | mingw* | cegcc*) -+ # On Win9x/ME, this test blows up -- it succeeds, but takes -+ # about 5 minutes as the teststring grows exponentially. -+ # Worse, since 9x/ME are not pre-emptively multitasking, -+ # you end up with a "frozen" computer, even though with patience -+ # the test eventually succeeds (with a max line length of 256k). -+ # Instead, let's just punt: use the minimum linelength reported by -+ # all of the supported platforms: 8192 (on NT/2K/XP). -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ mint*) -+ # On MiNT this can take a long time and run out of memory. -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ amigaos*) -+ # On AmigaOS with pdksh, this test takes hours, literally. -+ # So we just punt and use a minimum line length of 8192. -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) -+ # This has been around since 386BSD, at least. Likely further. -+ if test -x /sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` -+ elif test -x /usr/sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` -+ else -+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs -+ fi -+ # And add a safety zone -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ ;; -+ -+ interix*) -+ # We know the value 262144 and hardcode it with a safety zone (like BSD) -+ lt_cv_sys_max_cmd_len=196608 -+ ;; -+ -+ os2*) -+ # The test takes a long time on OS/2. -+ lt_cv_sys_max_cmd_len=8192 -+ ;; -+ -+ osf*) -+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure -+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not -+ # nice to cause kernel panics so lets avoid the loop below. -+ # First set a reasonable default. -+ lt_cv_sys_max_cmd_len=16384 -+ # -+ if test -x /sbin/sysconfig; then -+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in -+ *1*) lt_cv_sys_max_cmd_len=-1 ;; -+ esac -+ fi -+ ;; -+ sco3.2v5*) -+ lt_cv_sys_max_cmd_len=102400 -+ ;; -+ sysv5* | sco5v6* | sysv4.2uw2*) -+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` -+ if test -n "$kargmax"; then -+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` -+ else -+ lt_cv_sys_max_cmd_len=32768 -+ fi -+ ;; -+ *) -+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` -+ if test -n "$lt_cv_sys_max_cmd_len" && \ -+ test undefined != "$lt_cv_sys_max_cmd_len"; then -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ else -+ # Make teststring a little bigger before we do anything with it. -+ # a 1K string should be a reasonable start. -+ for i in 1 2 3 4 5 6 7 8; do -+ teststring=$teststring$teststring -+ done -+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} -+ # If test is not a shell built-in, we'll probably end up computing a -+ # maximum length that is only half of the actual maximum length, but -+ # we can't tell. -+ while { test X`env echo "$teststring$teststring" 2>/dev/null` \ -+ = "X$teststring$teststring"; } >/dev/null 2>&1 && -+ test 17 != "$i" # 1/2 MB should be enough -+ do -+ i=`expr $i + 1` -+ teststring=$teststring$teststring -+ done -+ # Only check the string length outside the loop. -+ lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` -+ teststring= -+ # Add a significant safety factor because C++ compilers can tack on -+ # massive amounts of additional arguments before passing them to the -+ # linker. It appears as though 1/2 is a usable value. -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` -+ fi -+ ;; -+ esac -+ -+fi -+ -+if test -n "$lt_cv_sys_max_cmd_len"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 -+$as_echo "$lt_cv_sys_max_cmd_len" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 -+$as_echo "none" >&6; } -+fi -+max_cmd_len=$lt_cv_sys_max_cmd_len -+ -+ -+ -+ -+ -+ -+: ${CP="cp -f"} -+: ${MV="mv -f"} -+: ${RM="rm -f"} -+ -+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then -+ lt_unset=unset -+else -+ lt_unset=false -+fi -+ -+ -+ -+ -+ -+# test EBCDIC or ASCII -+case `echo X|tr X '\101'` in -+ A) # ASCII based system -+ # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr -+ lt_SP2NL='tr \040 \012' -+ lt_NL2SP='tr \015\012 \040\040' -+ ;; -+ *) # EBCDIC based system -+ lt_SP2NL='tr \100 \n' -+ lt_NL2SP='tr \r\n \100\100' -+ ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 -+$as_echo_n "checking how to convert $build file names to $host format... " >&6; } -+if ${lt_cv_to_host_file_cmd+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $host in -+ *-*-mingw* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 -+ ;; -+ *-*-cygwin* ) -+ lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 -+ ;; -+ * ) # otherwise, assume *nix -+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 -+ ;; -+ esac -+ ;; -+ *-*-cygwin* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin -+ ;; -+ *-*-cygwin* ) -+ lt_cv_to_host_file_cmd=func_convert_file_noop -+ ;; -+ * ) # otherwise, assume *nix -+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin -+ ;; -+ esac -+ ;; -+ * ) # unhandled hosts (and "normal" native builds) -+ lt_cv_to_host_file_cmd=func_convert_file_noop -+ ;; -+esac -+ -+fi -+ -+to_host_file_cmd=$lt_cv_to_host_file_cmd -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 -+$as_echo "$lt_cv_to_host_file_cmd" >&6; } -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 -+$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } -+if ${lt_cv_to_tool_file_cmd+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ #assume ordinary cross tools, or native build. -+lt_cv_to_tool_file_cmd=func_convert_file_noop -+case $host in -+ *-*-mingw* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 -+ ;; -+ esac -+ ;; -+esac -+ -+fi -+ -+to_tool_file_cmd=$lt_cv_to_tool_file_cmd -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 -+$as_echo "$lt_cv_to_tool_file_cmd" >&6; } -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 -+$as_echo_n "checking for $LD option to reload object files... " >&6; } -+if ${lt_cv_ld_reload_flag+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_ld_reload_flag='-r' -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 -+$as_echo "$lt_cv_ld_reload_flag" >&6; } -+reload_flag=$lt_cv_ld_reload_flag -+case $reload_flag in -+"" | " "*) ;; -+*) reload_flag=" $reload_flag" ;; -+esac -+reload_cmds='$LD$reload_flag -o $output$reload_objs' -+case $host_os in -+ cygwin* | mingw* | pw32* | cegcc*) -+ if test yes != "$GCC"; then -+ reload_cmds=false -+ fi -+ ;; -+ darwin*) -+ if test yes = "$GCC"; then -+ reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' -+ else -+ reload_cmds='$LD$reload_flag -o $output$reload_objs' -+ fi -+ ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. -+set dummy ${ac_tool_prefix}objdump; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_OBJDUMP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$OBJDUMP"; then -+ ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+OBJDUMP=$ac_cv_prog_OBJDUMP -+if test -n "$OBJDUMP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 -+$as_echo "$OBJDUMP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_OBJDUMP"; then -+ ac_ct_OBJDUMP=$OBJDUMP -+ # Extract the first word of "objdump", so it can be a program name with args. -+set dummy objdump; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_OBJDUMP"; then -+ ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_OBJDUMP="objdump" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP -+if test -n "$ac_ct_OBJDUMP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 -+$as_echo "$ac_ct_OBJDUMP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_OBJDUMP" = x; then -+ OBJDUMP="false" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ OBJDUMP=$ac_ct_OBJDUMP -+ fi -+else -+ OBJDUMP="$ac_cv_prog_OBJDUMP" -+fi -+ -+test -z "$OBJDUMP" && OBJDUMP=objdump -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 -+$as_echo_n "checking how to recognize dependent libraries... " >&6; } -+if ${lt_cv_deplibs_check_method+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_file_magic_cmd='$MAGIC_CMD' -+lt_cv_file_magic_test_file= -+lt_cv_deplibs_check_method='unknown' -+# Need to set the preceding variable on all platforms that support -+# interlibrary dependencies. -+# 'none' -- dependencies not supported. -+# 'unknown' -- same as none, but documents that we really don't know. -+# 'pass_all' -- all dependencies passed with no checks. -+# 'test_compile' -- check by making test program. -+# 'file_magic [[regex]]' -- check by looking for files in library path -+# that responds to the $file_magic_cmd with a given extended regex. -+# If you have 'file' or equivalent on your system and you're not sure -+# whether 'pass_all' will *always* work, you probably want this one. -+ -+case $host_os in -+aix[4-9]*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+beos*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+bsdi[45]*) -+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' -+ lt_cv_file_magic_cmd='/usr/bin/file -L' -+ lt_cv_file_magic_test_file=/shlib/libc.so -+ ;; -+ -+cygwin*) -+ # func_win32_libid is a shell function defined in ltmain.sh -+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' -+ lt_cv_file_magic_cmd='func_win32_libid' -+ ;; -+ -+mingw* | pw32*) -+ # Base MSYS/MinGW do not provide the 'file' command needed by -+ # func_win32_libid shell function, so use a weaker test based on 'objdump', -+ # unless we find 'file', for example because we are cross-compiling. -+ if ( file / ) >/dev/null 2>&1; then -+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' -+ lt_cv_file_magic_cmd='func_win32_libid' -+ else -+ # Keep this pattern in sync with the one in func_win32_libid. -+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ fi -+ ;; -+ -+cegcc*) -+ # use the weaker test based on 'objdump'. See mingw*. -+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ ;; -+ -+darwin* | rhapsody*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+freebsd* | dragonfly*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ case $host_cpu in -+ i*86 ) -+ # Not sure whether the presence of OpenBSD here was a mistake. -+ # Let's accept both of them until this is cleared up. -+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` -+ ;; -+ esac -+ else -+ lt_cv_deplibs_check_method=pass_all -+ fi -+ ;; -+ -+haiku*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+hpux10.20* | hpux11*) -+ lt_cv_file_magic_cmd=/usr/bin/file -+ case $host_cpu in -+ ia64*) -+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' -+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so -+ ;; -+ hppa*64*) -+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' -+ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl -+ ;; -+ *) -+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' -+ lt_cv_file_magic_test_file=/usr/lib/libc.sl -+ ;; -+ esac -+ ;; -+ -+interix[3-9]*) -+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $LD in -+ *-32|*"-32 ") libmagic=32-bit;; -+ *-n32|*"-n32 ") libmagic=N32;; -+ *-64|*"-64 ") libmagic=64-bit;; -+ *) libmagic=never-match;; -+ esac -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+# This must be glibc/ELF. -+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' -+ fi -+ ;; -+ -+newos6*) -+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=/usr/lib/libnls.so -+ ;; -+ -+*nto* | *qnx*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+openbsd* | bitrig*) -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' -+ fi -+ ;; -+ -+osf3* | osf4* | osf5*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+rdos*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+solaris*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv4 | sysv4.3*) -+ case $host_vendor in -+ motorola) -+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` -+ ;; -+ ncr) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ sequent) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' -+ ;; -+ sni) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" -+ lt_cv_file_magic_test_file=/lib/libc.so -+ ;; -+ siemens) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ pc) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ esac -+ ;; -+ -+tpf*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+os2*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+esac -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 -+$as_echo "$lt_cv_deplibs_check_method" >&6; } -+ -+file_magic_glob= -+want_nocaseglob=no -+if test "$build" = "$host"; then -+ case $host_os in -+ mingw* | pw32*) -+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then -+ want_nocaseglob=yes -+ else -+ file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` -+ fi -+ ;; -+ esac -+fi -+ -+file_magic_cmd=$lt_cv_file_magic_cmd -+deplibs_check_method=$lt_cv_deplibs_check_method -+test -z "$deplibs_check_method" && deplibs_check_method=unknown -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. -+set dummy ${ac_tool_prefix}dlltool; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_DLLTOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$DLLTOOL"; then -+ ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+DLLTOOL=$ac_cv_prog_DLLTOOL -+if test -n "$DLLTOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 -+$as_echo "$DLLTOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_DLLTOOL"; then -+ ac_ct_DLLTOOL=$DLLTOOL -+ # Extract the first word of "dlltool", so it can be a program name with args. -+set dummy dlltool; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_DLLTOOL"; then -+ ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_DLLTOOL="dlltool" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL -+if test -n "$ac_ct_DLLTOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 -+$as_echo "$ac_ct_DLLTOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_DLLTOOL" = x; then -+ DLLTOOL="false" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ DLLTOOL=$ac_ct_DLLTOOL -+ fi -+else -+ DLLTOOL="$ac_cv_prog_DLLTOOL" -+fi -+ -+test -z "$DLLTOOL" && DLLTOOL=dlltool -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 -+$as_echo_n "checking how to associate runtime and link libraries... " >&6; } -+if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_sharedlib_from_linklib_cmd='unknown' -+ -+case $host_os in -+cygwin* | mingw* | pw32* | cegcc*) -+ # two different shell functions defined in ltmain.sh; -+ # decide which one to use based on capabilities of $DLLTOOL -+ case `$DLLTOOL --help 2>&1` in -+ *--identify-strict*) -+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib -+ ;; -+ *) -+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback -+ ;; -+ esac -+ ;; -+*) -+ # fallback: assume linklib IS sharedlib -+ lt_cv_sharedlib_from_linklib_cmd=$ECHO -+ ;; -+esac -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 -+$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } -+sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd -+test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO -+ -+ -+ -+ -+ -+ -+ -+ -+if test -n "$ac_tool_prefix"; then -+ for ac_prog in ar -+ do -+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -+set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_AR+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$AR"; then -+ ac_cv_prog_AR="$AR" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_AR="$ac_tool_prefix$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+AR=$ac_cv_prog_AR -+if test -n "$AR"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 -+$as_echo "$AR" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$AR" && break -+ done -+fi -+if test -z "$AR"; then -+ ac_ct_AR=$AR -+ for ac_prog in ar -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_AR+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_AR"; then -+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_AR="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_AR=$ac_cv_prog_ac_ct_AR -+if test -n "$ac_ct_AR"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 -+$as_echo "$ac_ct_AR" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$ac_ct_AR" && break -+done -+ -+ if test "x$ac_ct_AR" = x; then -+ AR="false" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ AR=$ac_ct_AR -+ fi -+fi -+ -+: ${AR=ar} -+: ${AR_FLAGS=cru} -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 -+$as_echo_n "checking for archiver @FILE support... " >&6; } -+if ${lt_cv_ar_at_file+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_ar_at_file=no -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ echo conftest.$ac_objext > conftest.lst -+ lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' -+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 -+ (eval $lt_ar_try) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+ if test 0 -eq "$ac_status"; then -+ # Ensure the archiver fails upon bogus file names. -+ rm -f conftest.$ac_objext libconftest.a -+ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 -+ (eval $lt_ar_try) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+ if test 0 -ne "$ac_status"; then -+ lt_cv_ar_at_file=@ -+ fi -+ fi -+ rm -f conftest.* libconftest.a -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 -+$as_echo "$lt_cv_ar_at_file" >&6; } -+ -+if test no = "$lt_cv_ar_at_file"; then -+ archiver_list_spec= -+else -+ archiver_list_spec=$lt_cv_ar_at_file -+fi -+ -+ -+ -+ -+ -+ -+ -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -+set dummy ${ac_tool_prefix}strip; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_STRIP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$STRIP"; then -+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_STRIP="${ac_tool_prefix}strip" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+STRIP=$ac_cv_prog_STRIP -+if test -n "$STRIP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -+$as_echo "$STRIP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_STRIP"; then -+ ac_ct_STRIP=$STRIP -+ # Extract the first word of "strip", so it can be a program name with args. -+set dummy strip; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_STRIP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_STRIP"; then -+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_STRIP="strip" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -+if test -n "$ac_ct_STRIP"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -+$as_echo "$ac_ct_STRIP" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_STRIP" = x; then -+ STRIP=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ STRIP=$ac_ct_STRIP -+ fi -+else -+ STRIP="$ac_cv_prog_STRIP" -+fi -+ -+test -z "$STRIP" && STRIP=: -+ -+ -+ -+ -+ -+ -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. -+set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_RANLIB+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$RANLIB"; then -+ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+RANLIB=$ac_cv_prog_RANLIB -+if test -n "$RANLIB"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 -+$as_echo "$RANLIB" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_RANLIB"; then -+ ac_ct_RANLIB=$RANLIB -+ # Extract the first word of "ranlib", so it can be a program name with args. -+set dummy ranlib; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_RANLIB"; then -+ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_RANLIB="ranlib" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB -+if test -n "$ac_ct_RANLIB"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 -+$as_echo "$ac_ct_RANLIB" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_RANLIB" = x; then -+ RANLIB=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ RANLIB=$ac_ct_RANLIB -+ fi -+else -+ RANLIB="$ac_cv_prog_RANLIB" -+fi -+ -+test -z "$RANLIB" && RANLIB=: -+ -+ -+ -+ -+ -+ -+# Determine commands to create old-style static archives. -+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -+old_postinstall_cmds='chmod 644 $oldlib' -+old_postuninstall_cmds= -+ -+if test -n "$RANLIB"; then -+ case $host_os in -+ bitrig* | openbsd*) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" -+ ;; -+ *) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" -+ ;; -+ esac -+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" -+fi -+ -+case $host_os in -+ darwin*) -+ lock_old_archive_extraction=yes ;; -+ *) -+ lock_old_archive_extraction=no ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# If no C compiler was specified, use CC. -+LTCC=${LTCC-"$CC"} -+ -+# If no C compiler flags were specified, use CFLAGS. -+LTCFLAGS=${LTCFLAGS-"$CFLAGS"} -+ -+# Allow CC to be a program name with arguments. -+compiler=$CC -+ -+ -+# Check for command to grab the raw symbol name followed by C symbol from nm. -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 -+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } -+if ${lt_cv_sys_global_symbol_pipe+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ -+# These are sane defaults that work on at least a few old systems. -+# [They come from Ultrix. What could be older than Ultrix?!! ;)] -+ -+# Character class describing NM global symbol codes. -+symcode='[BCDEGRST]' -+ -+# Regexp to match symbols that can be accessed directly from C. -+sympat='\([_A-Za-z][_A-Za-z0-9]*\)' -+ -+# Define system-specific variables. -+case $host_os in -+aix*) -+ symcode='[BCDT]' -+ ;; -+cygwin* | mingw* | pw32* | cegcc*) -+ symcode='[ABCDGISTW]' -+ ;; -+hpux*) -+ if test ia64 = "$host_cpu"; then -+ symcode='[ABCDEGRST]' -+ fi -+ ;; -+irix* | nonstopux*) -+ symcode='[BCDEGRST]' -+ ;; -+osf*) -+ symcode='[BCDEGQRST]' -+ ;; -+solaris*) -+ symcode='[BDRT]' -+ ;; -+sco3.2v5*) -+ symcode='[DT]' -+ ;; -+sysv4.2uw2*) -+ symcode='[DT]' -+ ;; -+sysv5* | sco5v6* | unixware* | OpenUNIX*) -+ symcode='[ABDT]' -+ ;; -+sysv4) -+ symcode='[DFNSTU]' -+ ;; -+esac -+ -+# If we're using GNU nm, then use its standard symbol codes. -+case `$NM -V 2>&1` in -+*GNU* | *'with BFD'*) -+ symcode='[ABCDGIRSTW]' ;; -+esac -+ -+if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ # Gets list of data symbols to import. -+ lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" -+ # Adjust the below global symbol transforms to fixup imported variables. -+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" -+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" -+ lt_c_name_lib_hook="\ -+ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -+ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" -+else -+ # Disable hooks by default. -+ lt_cv_sys_global_symbol_to_import= -+ lt_cdecl_hook= -+ lt_c_name_hook= -+ lt_c_name_lib_hook= -+fi -+ -+# Transform an extracted symbol line into a proper C declaration. -+# Some systems (esp. on ia64) link data and code symbols differently, -+# so use this general approach. -+lt_cv_sys_global_symbol_to_cdecl="sed -n"\ -+$lt_cdecl_hook\ -+" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" -+ -+# Transform an extracted symbol line into symbol name and symbol address -+lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ -+$lt_c_name_hook\ -+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" -+ -+# Transform an extracted symbol line into symbol name with lib prefix and -+# symbol address. -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ -+$lt_c_name_lib_hook\ -+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -+" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" -+ -+# Handle CRLF in mingw tool chain -+opt_cr= -+case $build_os in -+mingw*) -+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp -+ ;; -+esac -+ -+# Try without a prefix underscore, then with it. -+for ac_symprfx in "" "_"; do -+ -+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. -+ symxfrm="\\1 $ac_symprfx\\2 \\2" -+ -+ # Write the raw and C identifiers. -+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ # Fake it for dumpbin and say T for any non-static function, -+ # D for any global variable and I for any imported variable. -+ # Also find C++ and __fastcall symbols from MSVC++, -+ # which start with @ or ?. -+ lt_cv_sys_global_symbol_pipe="$AWK '"\ -+" {last_section=section; section=\$ 3};"\ -+" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ -+" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -+" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ -+" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ -+" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ -+" \$ 0!~/External *\|/{next};"\ -+" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -+" {if(hide[section]) next};"\ -+" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ -+" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ -+" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ -+" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ -+" ' prfx=^$ac_symprfx" -+ else -+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" -+ fi -+ lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" -+ -+ # Check to see that the pipe works correctly. -+ pipe_works=no -+ -+ rm -f conftest* -+ cat > conftest.$ac_ext <<_LT_EOF -+#ifdef __cplusplus -+extern "C" { -+#endif -+char nm_test_var; -+void nm_test_func(void); -+void nm_test_func(void){} -+#ifdef __cplusplus -+} -+#endif -+int main(){nm_test_var='a';nm_test_func();return(0);} -+_LT_EOF -+ -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ # Now try to grab the symbols. -+ nlist=conftest.nm -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 -+ (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && test -s "$nlist"; then -+ # Try sorting and uniquifying the output. -+ if sort "$nlist" | uniq > "$nlist"T; then -+ mv -f "$nlist"T "$nlist" -+ else -+ rm -f "$nlist"T -+ fi -+ -+ # Make sure that we snagged all the symbols we need. -+ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then -+ if $GREP ' nm_test_func$' "$nlist" >/dev/null; then -+ cat <<_LT_EOF > conftest.$ac_ext -+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -+#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE -+/* DATA imports from DLLs on WIN32 can't be const, because runtime -+ relocations are performed -- see ld's documentation on pseudo-relocs. */ -+# define LT_DLSYM_CONST -+#elif defined __osf__ -+/* This system does not cope well with relocations in const data. */ -+# define LT_DLSYM_CONST -+#else -+# define LT_DLSYM_CONST const -+#endif -+ -+#ifdef __cplusplus -+extern "C" { -+#endif -+ -+_LT_EOF -+ # Now generate the symbol file. -+ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' -+ -+ cat <<_LT_EOF >> conftest.$ac_ext -+ -+/* The mapping between symbol names and symbols. */ -+LT_DLSYM_CONST struct { -+ const char *name; -+ void *address; -+} -+lt__PROGRAM__LTX_preloaded_symbols[] = -+{ -+ { "@PROGRAM@", (void *) 0 }, -+_LT_EOF -+ $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext -+ cat <<\_LT_EOF >> conftest.$ac_ext -+ {0, (void *) 0} -+}; -+ -+/* This works around a problem in FreeBSD linker */ -+#ifdef FREEBSD_WORKAROUND -+static const void *lt_preloaded_setup() { -+ return lt__PROGRAM__LTX_preloaded_symbols; -+} -+#endif -+ -+#ifdef __cplusplus -+} -+#endif -+_LT_EOF -+ # Now try linking the two files. -+ mv conftest.$ac_objext conftstm.$ac_objext -+ lt_globsym_save_LIBS=$LIBS -+ lt_globsym_save_CFLAGS=$CFLAGS -+ LIBS=conftstm.$ac_objext -+ CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 -+ (eval $ac_link) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && test -s conftest$ac_exeext; then -+ pipe_works=yes -+ fi -+ LIBS=$lt_globsym_save_LIBS -+ CFLAGS=$lt_globsym_save_CFLAGS -+ else -+ echo "cannot find nm_test_func in $nlist" >&5 -+ fi -+ else -+ echo "cannot find nm_test_var in $nlist" >&5 -+ fi -+ else -+ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 -+ fi -+ else -+ echo "$progname: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ fi -+ rm -rf conftest* conftst* -+ -+ # Do not use the global_symbol_pipe unless it works. -+ if test yes = "$pipe_works"; then -+ break -+ else -+ lt_cv_sys_global_symbol_pipe= -+ fi -+done -+ -+fi -+ -+if test -z "$lt_cv_sys_global_symbol_pipe"; then -+ lt_cv_sys_global_symbol_to_cdecl= -+fi -+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 -+$as_echo "failed" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -+$as_echo "ok" >&6; } -+fi -+ -+# Response file support. -+if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ nm_file_list_spec='@' -+elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then -+ nm_file_list_spec='@' -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 -+$as_echo_n "checking for sysroot... " >&6; } -+ -+# Check whether --with-sysroot was given. -+if test "${with_sysroot+set}" = set; then : -+ withval=$with_sysroot; -+else -+ with_sysroot=no -+fi -+ -+ -+lt_sysroot= -+case $with_sysroot in #( -+ yes) -+ if test yes = "$GCC"; then -+ lt_sysroot=`$CC --print-sysroot 2>/dev/null` -+ fi -+ ;; #( -+ /*) -+ lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` -+ ;; #( -+ no|'') -+ ;; #( -+ *) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 -+$as_echo "$with_sysroot" >&6; } -+ as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 -+ ;; -+esac -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 -+$as_echo "${lt_sysroot:-no}" >&6; } -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 -+$as_echo_n "checking for a working dd... " >&6; } -+if ${ac_cv_path_lt_DD+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ printf 0123456789abcdef0123456789abcdef >conftest.i -+cat conftest.i conftest.i >conftest2.i -+: ${lt_DD:=$DD} -+if test -z "$lt_DD"; then -+ ac_path_lt_DD_found=false -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_prog in dd; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" -+ as_fn_executable_p "$ac_path_lt_DD" || continue -+if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then -+ cmp -s conftest.i conftest.out \ -+ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: -+fi -+ $ac_path_lt_DD_found && break 3 -+ done -+ done -+ done -+IFS=$as_save_IFS -+ if test -z "$ac_cv_path_lt_DD"; then -+ : -+ fi -+else -+ ac_cv_path_lt_DD=$lt_DD -+fi -+ -+rm -f conftest.i conftest2.i conftest.out -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 -+$as_echo "$ac_cv_path_lt_DD" >&6; } -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 -+$as_echo_n "checking how to truncate binary pipes... " >&6; } -+if ${lt_cv_truncate_bin+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ printf 0123456789abcdef0123456789abcdef >conftest.i -+cat conftest.i conftest.i >conftest2.i -+lt_cv_truncate_bin= -+if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then -+ cmp -s conftest.i conftest.out \ -+ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" -+fi -+rm -f conftest.i conftest2.i conftest.out -+test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 -+$as_echo "$lt_cv_truncate_bin" >&6; } -+ -+ -+ -+ -+ -+ -+ -+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -+func_cc_basename () -+{ -+ for cc_temp in $*""; do -+ case $cc_temp in -+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; -+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; -+ \-*) ;; -+ *) break;; -+ esac -+ done -+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -+} -+ -+# Check whether --enable-libtool-lock was given. -+if test "${enable_libtool_lock+set}" = set; then : -+ enableval=$enable_libtool_lock; -+fi -+ -+test no = "$enable_libtool_lock" || enable_libtool_lock=yes -+ -+# Some flags need to be propagated to the compiler or linker for good -+# libtool support. -+case $host in -+ia64-*-hpux*) -+ # Find out what ABI is being produced by ac_compile, and set mode -+ # options accordingly. -+ echo 'int i;' > conftest.$ac_ext -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *ELF-32*) -+ HPUX_IA64_MODE=32 -+ ;; -+ *ELF-64*) -+ HPUX_IA64_MODE=64 -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+*-*-irix6*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ if test yes = "$lt_cv_prog_gnu_ld"; then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -melf32bsmip" -+ ;; -+ *N32*) -+ LD="${LD-ld} -melf32bmipn32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -melf64bmip" -+ ;; -+ esac -+ else -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -32" -+ ;; -+ *N32*) -+ LD="${LD-ld} -n32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -64" -+ ;; -+ esac -+ fi -+ fi -+ rm -rf conftest* -+ ;; -+ -+mips64*-*linux*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ emul=elf -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ emul="${emul}32" -+ ;; -+ *64-bit*) -+ emul="${emul}64" -+ ;; -+ esac -+ case `/usr/bin/file conftest.$ac_objext` in -+ *MSB*) -+ emul="${emul}btsmip" -+ ;; -+ *LSB*) -+ emul="${emul}ltsmip" -+ ;; -+ esac -+ case `/usr/bin/file conftest.$ac_objext` in -+ *N32*) -+ emul="${emul}n32" -+ ;; -+ esac -+ LD="${LD-ld} -m $emul" -+ fi -+ rm -rf conftest* -+ ;; -+ -+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ -+s390*-*linux*|s390*-*tpf*|sparc*-*linux*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. Note that the listed cases only cover the -+ # situations where additional linker options are needed (such as when -+ # doing 32-bit compilation for a host where ld defaults to 64-bit, or -+ # vice versa); the common cases where no linker options are needed do -+ # not appear in the list. -+ echo 'int i;' > conftest.$ac_ext -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ case `/usr/bin/file conftest.o` in -+ *32-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_i386_fbsd" -+ ;; -+ x86_64-*linux*) -+ case `/usr/bin/file conftest.o` in -+ *x86-64*) -+ LD="${LD-ld} -m elf32_x86_64" -+ ;; -+ *) -+ LD="${LD-ld} -m elf_i386" -+ ;; -+ esac -+ ;; -+ powerpc64le-*linux*) -+ LD="${LD-ld} -m elf32lppclinux" -+ ;; -+ powerpc64-*linux*) -+ LD="${LD-ld} -m elf32ppclinux" -+ ;; -+ s390x-*linux*) -+ LD="${LD-ld} -m elf_s390" -+ ;; -+ sparc64-*linux*) -+ LD="${LD-ld} -m elf32_sparc" -+ ;; -+ esac -+ ;; -+ *64-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_x86_64_fbsd" -+ ;; -+ x86_64-*linux*) -+ LD="${LD-ld} -m elf_x86_64" -+ ;; -+ powerpcle-*linux*) -+ LD="${LD-ld} -m elf64lppc" -+ ;; -+ powerpc-*linux*) -+ LD="${LD-ld} -m elf64ppc" -+ ;; -+ s390*-*linux*|s390*-*tpf*) -+ LD="${LD-ld} -m elf64_s390" -+ ;; -+ sparc*-*linux*) -+ LD="${LD-ld} -m elf64_sparc" -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+ -+*-*-sco3.2v5*) -+ # On SCO OpenServer 5, we need -belf to get full-featured binaries. -+ SAVE_CFLAGS=$CFLAGS -+ CFLAGS="$CFLAGS -belf" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 -+$as_echo_n "checking whether the C compiler needs -belf... " >&6; } -+if ${lt_cv_cc_needs_belf+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ lt_cv_cc_needs_belf=yes -+else -+ lt_cv_cc_needs_belf=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 -+$as_echo "$lt_cv_cc_needs_belf" >&6; } -+ if test yes != "$lt_cv_cc_needs_belf"; then -+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf -+ CFLAGS=$SAVE_CFLAGS -+ fi -+ ;; -+*-*solaris*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo 'int i;' > conftest.$ac_ext -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ case `/usr/bin/file conftest.o` in -+ *64-bit*) -+ case $lt_cv_prog_gnu_ld in -+ yes*) -+ case $host in -+ i?86-*-solaris*|x86_64-*-solaris*) -+ LD="${LD-ld} -m elf_x86_64" -+ ;; -+ sparc*-*-solaris*) -+ LD="${LD-ld} -m elf64_sparc" -+ ;; -+ esac -+ # GNU ld 2.21 introduced _sol2 emulations. Use them if available. -+ if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then -+ LD=${LD-ld}_sol2 -+ fi -+ ;; -+ *) -+ if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then -+ LD="${LD-ld} -64" -+ fi -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+esac -+ -+need_locks=$enable_libtool_lock -+ -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. -+set dummy ${ac_tool_prefix}mt; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$MANIFEST_TOOL"; then -+ ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL -+if test -n "$MANIFEST_TOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 -+$as_echo "$MANIFEST_TOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_MANIFEST_TOOL"; then -+ ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL -+ # Extract the first word of "mt", so it can be a program name with args. -+set dummy mt; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_MANIFEST_TOOL"; then -+ ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL -+if test -n "$ac_ct_MANIFEST_TOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 -+$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_MANIFEST_TOOL" = x; then -+ MANIFEST_TOOL=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL -+ fi -+else -+ MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" -+fi -+ -+test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 -+$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } -+if ${lt_cv_path_mainfest_tool+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_path_mainfest_tool=no -+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 -+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out -+ cat conftest.err >&5 -+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then -+ lt_cv_path_mainfest_tool=yes -+ fi -+ rm -f conftest* -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 -+$as_echo "$lt_cv_path_mainfest_tool" >&6; } -+if test yes != "$lt_cv_path_mainfest_tool"; then -+ MANIFEST_TOOL=: -+fi -+ -+ -+ -+ -+ -+ -+ case $host_os in -+ rhapsody* | darwin*) -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. -+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_DSYMUTIL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$DSYMUTIL"; then -+ ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+DSYMUTIL=$ac_cv_prog_DSYMUTIL -+if test -n "$DSYMUTIL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 -+$as_echo "$DSYMUTIL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_DSYMUTIL"; then -+ ac_ct_DSYMUTIL=$DSYMUTIL -+ # Extract the first word of "dsymutil", so it can be a program name with args. -+set dummy dsymutil; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_DSYMUTIL"; then -+ ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL -+if test -n "$ac_ct_DSYMUTIL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 -+$as_echo "$ac_ct_DSYMUTIL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_DSYMUTIL" = x; then -+ DSYMUTIL=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ DSYMUTIL=$ac_ct_DSYMUTIL -+ fi -+else -+ DSYMUTIL="$ac_cv_prog_DSYMUTIL" -+fi -+ -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. -+set dummy ${ac_tool_prefix}nmedit; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_NMEDIT+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$NMEDIT"; then -+ ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+NMEDIT=$ac_cv_prog_NMEDIT -+if test -n "$NMEDIT"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 -+$as_echo "$NMEDIT" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_NMEDIT"; then -+ ac_ct_NMEDIT=$NMEDIT -+ # Extract the first word of "nmedit", so it can be a program name with args. -+set dummy nmedit; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_NMEDIT"; then -+ ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_NMEDIT="nmedit" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT -+if test -n "$ac_ct_NMEDIT"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 -+$as_echo "$ac_ct_NMEDIT" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_NMEDIT" = x; then -+ NMEDIT=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ NMEDIT=$ac_ct_NMEDIT -+ fi -+else -+ NMEDIT="$ac_cv_prog_NMEDIT" -+fi -+ -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. -+set dummy ${ac_tool_prefix}lipo; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_LIPO+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$LIPO"; then -+ ac_cv_prog_LIPO="$LIPO" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_LIPO="${ac_tool_prefix}lipo" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+LIPO=$ac_cv_prog_LIPO -+if test -n "$LIPO"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 -+$as_echo "$LIPO" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_LIPO"; then -+ ac_ct_LIPO=$LIPO -+ # Extract the first word of "lipo", so it can be a program name with args. -+set dummy lipo; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_LIPO+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_LIPO"; then -+ ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_LIPO="lipo" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO -+if test -n "$ac_ct_LIPO"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 -+$as_echo "$ac_ct_LIPO" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_LIPO" = x; then -+ LIPO=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ LIPO=$ac_ct_LIPO -+ fi -+else -+ LIPO="$ac_cv_prog_LIPO" -+fi -+ -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. -+set dummy ${ac_tool_prefix}otool; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_OTOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$OTOOL"; then -+ ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_OTOOL="${ac_tool_prefix}otool" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+OTOOL=$ac_cv_prog_OTOOL -+if test -n "$OTOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 -+$as_echo "$OTOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_OTOOL"; then -+ ac_ct_OTOOL=$OTOOL -+ # Extract the first word of "otool", so it can be a program name with args. -+set dummy otool; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_OTOOL"; then -+ ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_OTOOL="otool" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL -+if test -n "$ac_ct_OTOOL"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 -+$as_echo "$ac_ct_OTOOL" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_OTOOL" = x; then -+ OTOOL=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ OTOOL=$ac_ct_OTOOL -+ fi -+else -+ OTOOL="$ac_cv_prog_OTOOL" -+fi -+ -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. -+set dummy ${ac_tool_prefix}otool64; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_OTOOL64+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$OTOOL64"; then -+ ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+OTOOL64=$ac_cv_prog_OTOOL64 -+if test -n "$OTOOL64"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 -+$as_echo "$OTOOL64" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_OTOOL64"; then -+ ac_ct_OTOOL64=$OTOOL64 -+ # Extract the first word of "otool64", so it can be a program name with args. -+set dummy otool64; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_OTOOL64"; then -+ ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_OTOOL64="otool64" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 -+if test -n "$ac_ct_OTOOL64"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 -+$as_echo "$ac_ct_OTOOL64" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_OTOOL64" = x; then -+ OTOOL64=":" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ OTOOL64=$ac_ct_OTOOL64 -+ fi -+else -+ OTOOL64="$ac_cv_prog_OTOOL64" -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 -+$as_echo_n "checking for -single_module linker flag... " >&6; } -+if ${lt_cv_apple_cc_single_mod+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_apple_cc_single_mod=no -+ if test -z "$LT_MULTI_MODULE"; then -+ # By default we will add the -single_module flag. You can override -+ # by either setting the environment variable LT_MULTI_MODULE -+ # non-empty at configure time, or by adding -multi_module to the -+ # link flags. -+ rm -rf libconftest.dylib* -+ echo "int foo(void){return 1;}" > conftest.c -+ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+-dynamiclib -Wl,-single_module conftest.c" >&5 -+ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err -+ _lt_result=$? -+ # If there is a non-empty error log, and "single_module" -+ # appears in it, assume the flag caused a linker warning -+ if test -s conftest.err && $GREP single_module conftest.err; then -+ cat conftest.err >&5 -+ # Otherwise, if the output was created with a 0 exit code from -+ # the compiler, it worked. -+ elif test -f libconftest.dylib && test 0 = "$_lt_result"; then -+ lt_cv_apple_cc_single_mod=yes -+ else -+ cat conftest.err >&5 -+ fi -+ rm -rf libconftest.dylib* -+ rm -f conftest.* -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 -+$as_echo "$lt_cv_apple_cc_single_mod" >&6; } -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 -+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } -+if ${lt_cv_ld_exported_symbols_list+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_ld_exported_symbols_list=no -+ save_LDFLAGS=$LDFLAGS -+ echo "_main" > conftest.sym -+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ lt_cv_ld_exported_symbols_list=yes -+else -+ lt_cv_ld_exported_symbols_list=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LDFLAGS=$save_LDFLAGS -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 -+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 -+$as_echo_n "checking for -force_load linker flag... " >&6; } -+if ${lt_cv_ld_force_load+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_ld_force_load=no -+ cat > conftest.c << _LT_EOF -+int forced_loaded() { return 2;} -+_LT_EOF -+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 -+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 -+ echo "$AR cru libconftest.a conftest.o" >&5 -+ $AR cru libconftest.a conftest.o 2>&5 -+ echo "$RANLIB libconftest.a" >&5 -+ $RANLIB libconftest.a 2>&5 -+ cat > conftest.c << _LT_EOF -+int main() { return 0;} -+_LT_EOF -+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 -+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err -+ _lt_result=$? -+ if test -s conftest.err && $GREP force_load conftest.err; then -+ cat conftest.err >&5 -+ elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then -+ lt_cv_ld_force_load=yes -+ else -+ cat conftest.err >&5 -+ fi -+ rm -f conftest.err libconftest.a conftest conftest.c -+ rm -rf conftest.dSYM -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 -+$as_echo "$lt_cv_ld_force_load" >&6; } -+ case $host_os in -+ rhapsody* | darwin1.[012]) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; -+ darwin1.*) -+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; -+ darwin*) # darwin 5.x on -+ # if running on 10.5 or later, the deployment target defaults -+ # to the OS version, if on x86, and 10.4, the deployment -+ # target defaults to 10.4. Don't you love it? -+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in -+ 10.0,*86*-darwin8*|10.0,*-darwin[91]*) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; -+ 10.[012][,.]*) -+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; -+ 10.*) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; -+ esac -+ ;; -+ esac -+ if test yes = "$lt_cv_apple_cc_single_mod"; then -+ _lt_dar_single_mod='$single_module' -+ fi -+ if test yes = "$lt_cv_ld_exported_symbols_list"; then -+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' -+ else -+ _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' -+ fi -+ if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then -+ _lt_dsymutil='~$DSYMUTIL $lib || :' -+ else -+ _lt_dsymutil= -+ fi -+ ;; -+ esac -+ -+# func_munge_path_list VARIABLE PATH -+# ----------------------------------- -+# VARIABLE is name of variable containing _space_ separated list of -+# directories to be munged by the contents of PATH, which is string -+# having a format: -+# "DIR[:DIR]:" -+# string "DIR[ DIR]" will be prepended to VARIABLE -+# ":DIR[:DIR]" -+# string "DIR[ DIR]" will be appended to VARIABLE -+# "DIRP[:DIRP]::[DIRA:]DIRA" -+# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -+# "DIRA[ DIRA]" will be appended to VARIABLE -+# "DIR[:DIR]" -+# VARIABLE will be replaced by "DIR[ DIR]" -+func_munge_path_list () -+{ -+ case x$2 in -+ x) -+ ;; -+ *:) -+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" -+ ;; -+ x:*) -+ eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" -+ ;; -+ *::*) -+ eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" -+ eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" -+ ;; -+ *) -+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" -+ ;; -+ esac -+} -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -+$as_echo_n "checking how to run the C preprocessor... " >&6; } -+# On Suns, sometimes $CPP names a directory. -+if test -n "$CPP" && test -d "$CPP"; then -+ CPP= -+fi -+if test -z "$CPP"; then -+ if ${ac_cv_prog_CPP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # Double quotes because CPP needs to be expanded -+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" -+ do -+ ac_preproc_ok=false -+for ac_c_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ break -+fi -+ -+ done -+ ac_cv_prog_CPP=$CPP -+ -+fi -+ CPP=$ac_cv_prog_CPP -+else -+ ac_cv_prog_CPP=$CPP -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -+$as_echo "$CPP" >&6; } -+ac_preproc_ok=false -+for ac_c_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ -+else -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -+See \`config.log' for more details" "$LINENO" 5; } -+fi -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -+$as_echo_n "checking for ANSI C header files... " >&6; } -+if ${ac_cv_header_stdc+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+#include -+#include -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_header_stdc=yes -+else -+ ac_cv_header_stdc=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+if test $ac_cv_header_stdc = yes; then -+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+ -+_ACEOF -+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -+ $EGREP "memchr" >/dev/null 2>&1; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f conftest* -+ -+fi -+ -+if test $ac_cv_header_stdc = yes; then -+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+ -+_ACEOF -+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -+ $EGREP "free" >/dev/null 2>&1; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f conftest* -+ -+fi -+ -+if test $ac_cv_header_stdc = yes; then -+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. -+ if test "$cross_compiling" = yes; then : -+ : -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+#if ((' ' & 0x0FF) == 0x020) -+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -+#else -+# define ISLOWER(c) \ -+ (('a' <= (c) && (c) <= 'i') \ -+ || ('j' <= (c) && (c) <= 'r') \ -+ || ('s' <= (c) && (c) <= 'z')) -+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -+#endif -+ -+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -+int -+main () -+{ -+ int i; -+ for (i = 0; i < 256; i++) -+ if (XOR (islower (i), ISLOWER (i)) -+ || toupper (i) != TOUPPER (i)) -+ return 2; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -+$as_echo "$ac_cv_header_stdc" >&6; } -+if test $ac_cv_header_stdc = yes; then -+ -+$as_echo "#define STDC_HEADERS 1" >>confdefs.h -+ -+fi -+ -+# On IRIX 5.3, sys/types and inttypes.h are conflicting. -+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ -+ inttypes.h stdint.h unistd.h -+do : -+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default -+" -+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : -+ cat >>confdefs.h <<_ACEOF -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+_ACEOF -+ -+fi -+ -+done -+ -+ -+for ac_header in dlfcn.h -+do : -+ ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default -+" -+if test "x$ac_cv_header_dlfcn_h" = xyes; then : -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_DLFCN_H 1 -+_ACEOF -+ -+fi -+ -+done -+ -+ -+ -+ -+ -+# Set options -+ -+ -+ -+ enable_dlopen=no -+ -+ -+ enable_win32_dll=no -+ -+ -+ # Check whether --enable-shared was given. -+if test "${enable_shared+set}" = set; then : -+ enableval=$enable_shared; p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_shared=yes ;; -+ no) enable_shared=no ;; -+ *) -+ enable_shared=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_shared=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac -+else -+ enable_shared=yes -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# Check whether --with-pic was given. -+if test "${with_pic+set}" = set; then : -+ withval=$with_pic; lt_p=${PACKAGE-default} -+ case $withval in -+ yes|no) pic_mode=$withval ;; -+ *) -+ pic_mode=default -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for lt_pkg in $withval; do -+ IFS=$lt_save_ifs -+ if test "X$lt_pkg" = "X$lt_p"; then -+ pic_mode=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac -+else -+ pic_mode=default -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ # Check whether --enable-fast-install was given. -+if test "${enable_fast_install+set}" = set; then : -+ enableval=$enable_fast_install; p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_fast_install=yes ;; -+ no) enable_fast_install=no ;; -+ *) -+ enable_fast_install=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_fast_install=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac -+else -+ enable_fast_install=yes -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ shared_archive_member_spec= -+case $host,$enable_shared in -+power*-*-aix[5-9]*,yes) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 -+$as_echo_n "checking which variant of shared library versioning to provide... " >&6; } -+ -+# Check whether --with-aix-soname was given. -+if test "${with_aix_soname+set}" = set; then : -+ withval=$with_aix_soname; case $withval in -+ aix|svr4|both) -+ ;; -+ *) -+ as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 -+ ;; -+ esac -+ lt_cv_with_aix_soname=$with_aix_soname -+else -+ if ${lt_cv_with_aix_soname+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_with_aix_soname=aix -+fi -+ -+ with_aix_soname=$lt_cv_with_aix_soname -+fi -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 -+$as_echo "$with_aix_soname" >&6; } -+ if test aix != "$with_aix_soname"; then -+ # For the AIX way of multilib, we name the shared archive member -+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', -+ # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. -+ # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, -+ # the AIX toolchain works better with OBJECT_MODE set (default 32). -+ if test 64 = "${OBJECT_MODE-32}"; then -+ shared_archive_member_spec=shr_64 -+ else -+ shared_archive_member_spec=shr -+ fi -+ fi -+ ;; -+*) -+ with_aix_soname=aix -+ ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# This can be used to rebuild libtool when needed -+LIBTOOL_DEPS=$ltmain -+ -+# Always use our own libtool. -+LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+test -z "$LN_S" && LN_S="ln -s" -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test -n "${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 -+$as_echo_n "checking for objdir... " >&6; } -+if ${lt_cv_objdir+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ rm -f .libs 2>/dev/null -+mkdir .libs 2>/dev/null -+if test -d .libs; then -+ lt_cv_objdir=.libs -+else -+ # MS-DOS does not allow filenames that begin with a dot. -+ lt_cv_objdir=_libs -+fi -+rmdir .libs 2>/dev/null -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 -+$as_echo "$lt_cv_objdir" >&6; } -+objdir=$lt_cv_objdir -+ -+ -+ -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define LT_OBJDIR "$lt_cv_objdir/" -+_ACEOF -+ -+ -+ -+ -+case $host_os in -+aix3*) -+ # AIX sometimes has problems with the GCC collect2 program. For some -+ # reason, if we set the COLLECT_NAMES environment variable, the problems -+ # vanish in a puff of smoke. -+ if test set != "${COLLECT_NAMES+set}"; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+ fi -+ ;; -+esac -+ -+# Global variables: -+ofile=libtool -+can_build_shared=yes -+ -+# All known linkers require a '.a' archive for static linking (except MSVC, -+# which needs '.lib'). -+libext=a -+ -+with_gnu_ld=$lt_cv_prog_gnu_ld -+ -+old_CC=$CC -+old_CFLAGS=$CFLAGS -+ -+# Set sane defaults for various variables -+test -z "$CC" && CC=cc -+test -z "$LTCC" && LTCC=$CC -+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -+test -z "$LD" && LD=ld -+test -z "$ac_objext" && ac_objext=o -+ -+func_cc_basename $compiler -+cc_basename=$func_cc_basename_result -+ -+ -+# Only perform the check for file, if the check method requires it -+test -z "$MAGIC_CMD" && MAGIC_CMD=file -+case $deplibs_check_method in -+file_magic*) -+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 -+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } -+if ${lt_cv_path_MAGIC_CMD+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $MAGIC_CMD in -+[\\/*] | ?:[\\/]*) -+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. -+ ;; -+*) -+ lt_save_MAGIC_CMD=$MAGIC_CMD -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" -+ for ac_dir in $ac_dummy; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/${ac_tool_prefix}file"; then -+ lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" -+ if test -n "$file_magic_test_file"; then -+ case $deplibs_check_method in -+ "file_magic "*) -+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` -+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | -+ $EGREP "$file_magic_regex" > /dev/null; then -+ : -+ else -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the command libtool uses to detect shared libraries, -+*** $file_magic_cmd, produces output that libtool cannot recognize. -+*** The result is that libtool may fail to recognize shared libraries -+*** as such. This will affect the creation of libtool libraries that -+*** depend on shared libraries, but programs linked with such libtool -+*** libraries will work regardless of this problem. Nevertheless, you -+*** may want to report the problem to your system manager and/or to -+*** bug-libtool@gnu.org -+ -+_LT_EOF -+ fi ;; -+ esac -+ fi -+ break -+ fi -+ done -+ IFS=$lt_save_ifs -+ MAGIC_CMD=$lt_save_MAGIC_CMD -+ ;; -+esac -+fi -+ -+MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+if test -n "$MAGIC_CMD"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 -+$as_echo "$MAGIC_CMD" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ -+ -+ -+if test -z "$lt_cv_path_MAGIC_CMD"; then -+ if test -n "$ac_tool_prefix"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 -+$as_echo_n "checking for file... " >&6; } -+if ${lt_cv_path_MAGIC_CMD+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $MAGIC_CMD in -+[\\/*] | ?:[\\/]*) -+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. -+ ;; -+*) -+ lt_save_MAGIC_CMD=$MAGIC_CMD -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" -+ for ac_dir in $ac_dummy; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/file"; then -+ lt_cv_path_MAGIC_CMD=$ac_dir/"file" -+ if test -n "$file_magic_test_file"; then -+ case $deplibs_check_method in -+ "file_magic "*) -+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` -+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | -+ $EGREP "$file_magic_regex" > /dev/null; then -+ : -+ else -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the command libtool uses to detect shared libraries, -+*** $file_magic_cmd, produces output that libtool cannot recognize. -+*** The result is that libtool may fail to recognize shared libraries -+*** as such. This will affect the creation of libtool libraries that -+*** depend on shared libraries, but programs linked with such libtool -+*** libraries will work regardless of this problem. Nevertheless, you -+*** may want to report the problem to your system manager and/or to -+*** bug-libtool@gnu.org -+ -+_LT_EOF -+ fi ;; -+ esac -+ fi -+ break -+ fi -+ done -+ IFS=$lt_save_ifs -+ MAGIC_CMD=$lt_save_MAGIC_CMD -+ ;; -+esac -+fi -+ -+MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+if test -n "$MAGIC_CMD"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 -+$as_echo "$MAGIC_CMD" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ else -+ MAGIC_CMD=: -+ fi -+fi -+ -+ fi -+ ;; -+esac -+ -+# Use C for the default configuration in the libtool script -+ -+lt_save_CC=$CC -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+# Source file extension for C test sources. -+ac_ext=c -+ -+# Object file extension for compiled C test sources. -+objext=o -+objext=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="int some_variable = 0;" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='int main(){return(0);}' -+ -+ -+ -+ -+ -+ -+ -+# If no C compiler was specified, use CC. -+LTCC=${LTCC-"$CC"} -+ -+# If no C compiler flags were specified, use CFLAGS. -+LTCFLAGS=${LTCFLAGS-"$CFLAGS"} -+ -+# Allow CC to be a program name with arguments. -+compiler=$CC -+ -+# Save the default compiler, since it gets overwritten when the other -+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -+compiler_DEFAULT=$CC -+ -+# save warnings/boilerplate of simple test code -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_compile_test_code" >conftest.$ac_ext -+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_compiler_boilerplate=`cat conftest.err` -+$RM conftest* -+ -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_link_test_code" >conftest.$ac_ext -+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_linker_boilerplate=`cat conftest.err` -+$RM -r conftest* -+ -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ -+lt_prog_compiler_no_builtin_flag= -+ -+if test yes = "$GCC"; then -+ case $cc_basename in -+ nvcc*) -+ lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; -+ *) -+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; -+ esac -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } -+if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_rtti_exceptions=no -+ ac_outfile=conftest.$ac_objext -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ # The option is referenced via a variable to avoid confusing sed. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>conftest.err) -+ ac_status=$? -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s "$ac_outfile"; then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings other than the usual output. -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_rtti_exceptions=yes -+ fi -+ fi -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then -+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" -+else -+ : -+fi -+ -+fi -+ -+ -+ -+ -+ -+ -+ lt_prog_compiler_wl= -+lt_prog_compiler_pic= -+lt_prog_compiler_static= -+ -+ -+ if test yes = "$GCC"; then -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_static='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ lt_prog_compiler_static='-Bstatic' -+ fi -+ lt_prog_compiler_pic='-fPIC' -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ lt_prog_compiler_pic='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the '-m68020' flag to GCC prevents building anything better, -+ # like '-m68040'. -+ lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ lt_prog_compiler_pic='-DDLL_EXPORT' -+ case $host_os in -+ os2*) -+ lt_prog_compiler_static='$wl-static' -+ ;; -+ esac -+ ;; -+ -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ lt_prog_compiler_pic='-fno-common' -+ ;; -+ -+ haiku*) -+ # PIC is the default for Haiku. -+ # The "-static" flag exists, but is broken. -+ lt_prog_compiler_static= -+ ;; -+ -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ # +Z the default -+ ;; -+ *) -+ lt_prog_compiler_pic='-fPIC' -+ ;; -+ esac -+ ;; -+ -+ interix[3-9]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ -+ msdosdjgpp*) -+ # Just because we use GCC doesn't mean we suddenly get shared libraries -+ # on systems that don't support them. -+ lt_prog_compiler_can_build_shared=no -+ enable_shared=no -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ lt_prog_compiler_pic='-fPIC -shared' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ lt_prog_compiler_pic=-Kconform_pic -+ fi -+ ;; -+ -+ *) -+ lt_prog_compiler_pic='-fPIC' -+ ;; -+ esac -+ -+ case $cc_basename in -+ nvcc*) # Cuda Compiler Driver 2.2 -+ lt_prog_compiler_wl='-Xlinker ' -+ if test -n "$lt_prog_compiler_pic"; then -+ lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" -+ fi -+ ;; -+ esac -+ else -+ # PORTME Check for flag to pass linker flags through the system compiler. -+ case $host_os in -+ aix*) -+ lt_prog_compiler_wl='-Wl,' -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ lt_prog_compiler_static='-Bstatic' -+ else -+ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ lt_prog_compiler_pic='-fno-common' -+ case $cc_basename in -+ nagfor*) -+ # NAG Fortran compiler -+ lt_prog_compiler_wl='-Wl,-Wl,,' -+ lt_prog_compiler_pic='-PIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ esac -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ lt_prog_compiler_pic='-DDLL_EXPORT' -+ case $host_os in -+ os2*) -+ lt_prog_compiler_static='$wl-static' -+ ;; -+ esac -+ ;; -+ -+ hpux9* | hpux10* | hpux11*) -+ lt_prog_compiler_wl='-Wl,' -+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but -+ # not for PA HP-UX. -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ lt_prog_compiler_pic='+Z' -+ ;; -+ esac -+ # Is there a better lt_prog_compiler_static that works with the bundled CC? -+ lt_prog_compiler_static='$wl-a ${wl}archive' -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ lt_prog_compiler_wl='-Wl,' -+ # PIC (with -KPIC) is the default. -+ lt_prog_compiler_static='-non_shared' -+ ;; -+ -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ # old Intel for x86_64, which still supported -KPIC. -+ ecc*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-static' -+ ;; -+ # icc used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ icc* | ifort*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-fPIC' -+ lt_prog_compiler_static='-static' -+ ;; -+ # Lahey Fortran 8.1. -+ lf95*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='--shared' -+ lt_prog_compiler_static='--static' -+ ;; -+ nagfor*) -+ # NAG Fortran compiler -+ lt_prog_compiler_wl='-Wl,-Wl,,' -+ lt_prog_compiler_pic='-PIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ tcc*) -+ # Fabrice Bellard et al's Tiny C Compiler -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-fPIC' -+ lt_prog_compiler_static='-static' -+ ;; -+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) -+ # Portland Group compilers (*not* the Pentium gcc compiler, -+ # which looks to be a dead project) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-fpic' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ ccc*) -+ lt_prog_compiler_wl='-Wl,' -+ # All Alpha code is PIC. -+ lt_prog_compiler_static='-non_shared' -+ ;; -+ xl* | bgxl* | bgf* | mpixl*) -+ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-qpic' -+ lt_prog_compiler_static='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) -+ # Sun Fortran 8.3 passes all unrecognized flags to the linker -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ lt_prog_compiler_wl='' -+ ;; -+ *Sun\ F* | *Sun*Fortran*) -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ lt_prog_compiler_wl='-Qoption ld ' -+ ;; -+ *Sun\ C*) -+ # Sun C 5.9 -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ lt_prog_compiler_wl='-Wl,' -+ ;; -+ *Intel*\ [CF]*Compiler*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-fPIC' -+ lt_prog_compiler_static='-static' -+ ;; -+ *Portland\ Group*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-fpic' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ newsos6) -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ lt_prog_compiler_pic='-fPIC -shared' -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ lt_prog_compiler_wl='-Wl,' -+ # All OSF/1 code is PIC. -+ lt_prog_compiler_static='-non_shared' -+ ;; -+ -+ rdos*) -+ lt_prog_compiler_static='-non_shared' -+ ;; -+ -+ solaris*) -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ case $cc_basename in -+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) -+ lt_prog_compiler_wl='-Qoption ld ';; -+ *) -+ lt_prog_compiler_wl='-Wl,';; -+ esac -+ ;; -+ -+ sunos4*) -+ lt_prog_compiler_wl='-Qoption ld ' -+ lt_prog_compiler_pic='-PIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ -+ sysv4 | sysv4.2uw2* | sysv4.3*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ lt_prog_compiler_pic='-Kconform_pic' -+ lt_prog_compiler_static='-Bstatic' -+ fi -+ ;; -+ -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_pic='-KPIC' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ -+ unicos*) -+ lt_prog_compiler_wl='-Wl,' -+ lt_prog_compiler_can_build_shared=no -+ ;; -+ -+ uts4*) -+ lt_prog_compiler_pic='-pic' -+ lt_prog_compiler_static='-Bstatic' -+ ;; -+ -+ *) -+ lt_prog_compiler_can_build_shared=no -+ ;; -+ esac -+ fi -+ -+case $host_os in -+ # For platforms that do not support PIC, -DPIC is meaningless: -+ *djgpp*) -+ lt_prog_compiler_pic= -+ ;; -+ *) -+ lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" -+ ;; -+esac -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } -+if ${lt_cv_prog_compiler_pic+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_pic=$lt_prog_compiler_pic -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 -+$as_echo "$lt_cv_prog_compiler_pic" >&6; } -+lt_prog_compiler_pic=$lt_cv_prog_compiler_pic -+ -+# -+# Check to make sure the PIC flag actually works. -+# -+if test -n "$lt_prog_compiler_pic"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } -+if ${lt_cv_prog_compiler_pic_works+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_pic_works=no -+ ac_outfile=conftest.$ac_objext -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ # The option is referenced via a variable to avoid confusing sed. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>conftest.err) -+ ac_status=$? -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s "$ac_outfile"; then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings other than the usual output. -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_pic_works=yes -+ fi -+ fi -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler_pic_works"; then -+ case $lt_prog_compiler_pic in -+ "" | " "*) ;; -+ *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; -+ esac -+else -+ lt_prog_compiler_pic= -+ lt_prog_compiler_can_build_shared=no -+fi -+ -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# -+# Check to make sure the static flag actually works. -+# -+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } -+if ${lt_cv_prog_compiler_static_works+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_static_works=no -+ save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag" -+ echo "$lt_simple_link_test_code" > conftest.$ac_ext -+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then -+ # The linker can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ if test -s conftest.err; then -+ # Append any errors to the config.log. -+ cat conftest.err 1>&5 -+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_static_works=yes -+ fi -+ else -+ lt_cv_prog_compiler_static_works=yes -+ fi -+ fi -+ $RM -r conftest* -+ LDFLAGS=$save_LDFLAGS -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler_static_works"; then -+ : -+else -+ lt_prog_compiler_static= -+fi -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -+if ${lt_cv_prog_compiler_c_o+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_c_o=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_c_o=yes -+ fi -+ fi -+ chmod u+w . 2>&5 -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o" >&6; } -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -+if ${lt_cv_prog_compiler_c_o+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_c_o=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_c_o=yes -+ fi -+ fi -+ chmod u+w . 2>&5 -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o" >&6; } -+ -+ -+ -+ -+hard_links=nottested -+if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then -+ # do not overwrite the value of need_locks provided by the user -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } -+ hard_links=yes -+ $RM conftest* -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ touch conftest.a -+ ln conftest.a conftest.b 2>&5 || hard_links=no -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } -+ if test no = "$hard_links"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} -+ need_locks=warn -+ fi -+else -+ need_locks=no -+fi -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } -+ -+ runpath_var= -+ allow_undefined_flag= -+ always_export_symbols=no -+ archive_cmds= -+ archive_expsym_cmds= -+ compiler_needs_object=no -+ enable_shared_with_static_runtimes=no -+ export_dynamic_flag_spec= -+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ hardcode_automatic=no -+ hardcode_direct=no -+ hardcode_direct_absolute=no -+ hardcode_libdir_flag_spec= -+ hardcode_libdir_separator= -+ hardcode_minus_L=no -+ hardcode_shlibpath_var=unsupported -+ inherit_rpath=no -+ link_all_deplibs=unknown -+ module_cmds= -+ module_expsym_cmds= -+ old_archive_from_new_cmds= -+ old_archive_from_expsyms_cmds= -+ thread_safe_flag_spec= -+ whole_archive_flag_spec= -+ # include_expsyms should be a list of space-separated symbols to be *always* -+ # included in the symbol list -+ include_expsyms= -+ # exclude_expsyms can be an extended regexp of symbols to exclude -+ # it will be wrapped by ' (' and ')$', so one must not match beginning or -+ # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', -+ # as well as any symbol that contains 'd'. -+ exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' -+ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out -+ # platforms (ab)use it in PIC code, but their linkers get confused if -+ # the symbol is explicitly referenced. Since portable code cannot -+ # rely on this symbol name, it's probably fine to never include it in -+ # preloaded symbol tables. -+ # Exclude shared library initialization/finalization symbols. -+ extract_expsyms_cmds= -+ -+ case $host_os in -+ cygwin* | mingw* | pw32* | cegcc*) -+ # FIXME: the MSVC++ port hasn't been tested in a loooong time -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ if test yes != "$GCC"; then -+ with_gnu_ld=no -+ fi -+ ;; -+ interix*) -+ # we just hope/assume this is gcc and not c89 (= MSVC++) -+ with_gnu_ld=yes -+ ;; -+ openbsd* | bitrig*) -+ with_gnu_ld=no -+ ;; -+ linux* | k*bsd*-gnu | gnu*) -+ link_all_deplibs=no -+ ;; -+ esac -+ -+ ld_shlibs=yes -+ -+ # On some targets, GNU ld is compatible enough with the native linker -+ # that we're better off using the native interface for both. -+ lt_use_gnu_ld_interface=no -+ if test yes = "$with_gnu_ld"; then -+ case $host_os in -+ aix*) -+ # The AIX port of GNU ld has always aspired to compatibility -+ # with the native linker. However, as the warning in the GNU ld -+ # block says, versions before 2.19.5* couldn't really create working -+ # shared libraries, regardless of the interface used. -+ case `$LD -v 2>&1` in -+ *\ \(GNU\ Binutils\)\ 2.19.5*) ;; -+ *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; -+ *\ \(GNU\ Binutils\)\ [3-9]*) ;; -+ *) -+ lt_use_gnu_ld_interface=yes -+ ;; -+ esac -+ ;; -+ *) -+ lt_use_gnu_ld_interface=yes -+ ;; -+ esac -+ fi -+ -+ if test yes = "$lt_use_gnu_ld_interface"; then -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ wlarc='$wl' -+ -+ # Set some defaults for GNU ld with shared library support. These -+ # are reset later if shared libraries are not supported. Putting them -+ # here allows them to be overridden if necessary. -+ runpath_var=LD_RUN_PATH -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ export_dynamic_flag_spec='$wl--export-dynamic' -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then -+ whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ else -+ whole_archive_flag_spec= -+ fi -+ supports_anon_versioning=no -+ case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in -+ *GNU\ gold*) supports_anon_versioning=yes ;; -+ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 -+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... -+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... -+ *\ 2.11.*) ;; # other 2.11 versions -+ *) supports_anon_versioning=yes ;; -+ esac -+ -+ # See if GNU ld supports shared libraries. -+ case $host_os in -+ aix[3-9]*) -+ # On AIX/PPC, the GNU linker is very broken -+ if test ia64 != "$host_cpu"; then -+ ld_shlibs=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the GNU linker, at least up to release 2.19, is reported -+*** to be unable to reliably create shared libraries on AIX. -+*** Therefore, libtool is disabling shared libraries support. If you -+*** really care for shared libraries, you may want to install binutils -+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. -+*** You will then need to restart the configuration process. -+ -+_LT_EOF -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='' -+ ;; -+ m68k) -+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_minus_L=yes -+ ;; -+ esac -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ allow_undefined_flag=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, -+ # as there is no search path for DLLs. -+ hardcode_libdir_flag_spec='-L$libdir' -+ export_dynamic_flag_spec='$wl--export-all-symbols' -+ allow_undefined_flag=unsupported -+ always_export_symbols=no -+ enable_shared_with_static_runtimes=yes -+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' -+ exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file, use it as -+ # is; otherwise, prepend EXPORTS... -+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ -+ haiku*) -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ link_all_deplibs=yes -+ ;; -+ -+ os2*) -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_minus_L=yes -+ allow_undefined_flag=unsupported -+ shrext_cmds=.dll -+ archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ enable_shared_with_static_runtimes=yes -+ ;; -+ -+ interix[3-9]*) -+ hardcode_direct=no -+ hardcode_shlibpath_var=no -+ hardcode_libdir_flag_spec='$wl-rpath,$libdir' -+ export_dynamic_flag_spec='$wl-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ -+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) -+ tmp_diet=no -+ if test linux-dietlibc = "$host_os"; then -+ case $cc_basename in -+ diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) -+ esac -+ fi -+ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ -+ && test no = "$tmp_diet" -+ then -+ tmp_addflag=' $pic_flag' -+ tmp_sharedflag='-shared' -+ case $cc_basename,$host_cpu in -+ pgcc*) # Portland Group C compiler -+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ tmp_addflag=' $pic_flag' -+ ;; -+ pgf77* | pgf90* | pgf95* | pgfortran*) -+ # Portland Group f77 and f90 compilers -+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ tmp_addflag=' $pic_flag -Mnomain' ;; -+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 -+ tmp_addflag=' -i_dynamic' ;; -+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 -+ tmp_addflag=' -i_dynamic -nofor_main' ;; -+ ifc* | ifort*) # Intel Fortran compiler -+ tmp_addflag=' -nofor_main' ;; -+ lf95*) # Lahey Fortran 8.1 -+ whole_archive_flag_spec= -+ tmp_sharedflag='--shared' ;; -+ nagfor*) # NAGFOR 5.3 -+ tmp_sharedflag='-Wl,-shared' ;; -+ xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) -+ tmp_sharedflag='-qmkshrobj' -+ tmp_addflag= ;; -+ nvcc*) # Cuda Compiler Driver 2.2 -+ whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ compiler_needs_object=yes -+ ;; -+ esac -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) # Sun C 5.9 -+ whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ compiler_needs_object=yes -+ tmp_sharedflag='-G' ;; -+ *Sun\ F*) # Sun Fortran 8.3 -+ tmp_sharedflag='-G' ;; -+ esac -+ archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ -+ if test yes = "$supports_anon_versioning"; then -+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' -+ fi -+ -+ case $cc_basename in -+ tcc*) -+ export_dynamic_flag_spec='-rdynamic' -+ ;; -+ xlf* | bgf* | bgxlf* | mpixlf*) -+ # IBM XL Fortran 10.1 on PPC cannot create shared libs itself -+ whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' -+ if test yes = "$supports_anon_versioning"; then -+ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ esac -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ -+ netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' -+ wlarc= -+ else -+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ fi -+ ;; -+ -+ solaris*) -+ if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then -+ ld_shlibs=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: The releases 2.8.* of the GNU linker cannot reliably -+*** create shared libraries on Solaris systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.9.1 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) -+ case `$LD -v 2>&1` in -+ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) -+ ld_shlibs=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot -+*** reliably create shared libraries on SCO systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ ;; -+ *) -+ # For security reasons, it is highly recommended that you always -+ # use absolute paths for naming shared libraries, and exclude the -+ # DT_RUNPATH tag from executables and libraries. But doing so -+ # requires that you compile everything twice, which is a pain. -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ sunos4*) -+ archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ wlarc= -+ hardcode_direct=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ *) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ esac -+ -+ if test no = "$ld_shlibs"; then -+ runpath_var= -+ hardcode_libdir_flag_spec= -+ export_dynamic_flag_spec= -+ whole_archive_flag_spec= -+ fi -+ else -+ # PORTME fill in a description of your system's linker (not GNU ld) -+ case $host_os in -+ aix3*) -+ allow_undefined_flag=unsupported -+ always_export_symbols=yes -+ archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' -+ # Note: this linker hardcodes the directories in LIBPATH if there -+ # are no directories specified by -L. -+ hardcode_minus_L=yes -+ if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then -+ # Neither direct hardcoding nor static linking is supported with a -+ # broken collect2. -+ hardcode_direct=unsupported -+ fi -+ ;; -+ -+ aix[4-9]*) -+ if test ia64 = "$host_cpu"; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag= -+ else -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to GNU nm, but means don't demangle to AIX nm. -+ # Without the "-l" option, or with the "-B" option, AIX nm treats -+ # weak defined symbols like other global defined symbols, whereas -+ # GNU nm marks them as "W". -+ # While the 'weak' keyword is ignored in the Export File, we need -+ # it in the Import File for the 'aix-soname' feature, so we have -+ # to replace the "-B" option with "-P" for AIX nm. -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' -+ else -+ export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' -+ fi -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # have runtime linking enabled, and use it for executables. -+ # For shared libraries, we enable/disable runtime linking -+ # depending on the kind of the shared library created - -+ # when "with_aix_soname,aix_use_runtimelinking" is: -+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables -+ # "aix,yes" lib.so shared, rtl:yes, for executables -+ # lib.a static archive -+ # "both,no" lib.so.V(shr.o) shared, rtl:yes -+ # lib.a(lib.so.V) shared, rtl:no, for executables -+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a(lib.so.V) shared, rtl:no -+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a static archive -+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) -+ for ld_flag in $LDFLAGS; do -+ if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then -+ aix_use_runtimelinking=yes -+ break -+ fi -+ done -+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # With aix-soname=svr4, we create the lib.so.V shared archives only, -+ # so we don't have lib.a shared libs to link our executables. -+ # We have to force runtime linking in this case. -+ aix_use_runtimelinking=yes -+ LDFLAGS="$LDFLAGS -Wl,-brtl" -+ fi -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ archive_cmds='' -+ hardcode_direct=yes -+ hardcode_direct_absolute=yes -+ hardcode_libdir_separator=':' -+ link_all_deplibs=yes -+ file_list_spec='$wl-f,' -+ case $with_aix_soname,$aix_use_runtimelinking in -+ aix,*) ;; # traditional, no import file -+ svr4,* | *,yes) # use import file -+ # The Import File defines what to hardcode. -+ hardcode_direct=no -+ hardcode_direct_absolute=no -+ ;; -+ esac -+ -+ if test yes = "$GCC"; then -+ case $host_os in aix4.[012]|aix4.[012].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`$CC -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ hardcode_direct=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ hardcode_minus_L=yes -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_libdir_separator= -+ fi -+ ;; -+ esac -+ shared_flag='-shared' -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag="$shared_flag "'$wl-G' -+ fi -+ # Need to ensure runtime linking is disabled for the traditional -+ # shared library, or the linker may eventually find shared libraries -+ # /with/ Import File - we do not want to mix them. -+ shared_flag_aix='-shared' -+ shared_flag_svr4='-shared $wl-G' -+ else -+ # not using gcc -+ if test ia64 = "$host_cpu"; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag='$wl-G' -+ else -+ shared_flag='$wl-bM:SRE' -+ fi -+ shared_flag_aix='$wl-bM:SRE' -+ shared_flag_svr4='$wl-G' -+ fi -+ fi -+ -+ export_dynamic_flag_spec='$wl-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to export. -+ always_export_symbols=yes -+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ allow_undefined_flag='-berok' -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ if test set = "${lt_cv_aix_libpath+set}"; then -+ aix_libpath=$lt_cv_aix_libpath -+else -+ if ${lt_cv_aix_libpath_+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ -+ lt_aix_libpath_sed=' -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\([^ ]*\) *$/\1/ -+ p -+ } -+ }' -+ lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ # Check for a 64-bit object if we didn't find anything. -+ if test -z "$lt_cv_aix_libpath_"; then -+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ if test -z "$lt_cv_aix_libpath_"; then -+ lt_cv_aix_libpath_=/usr/lib:/lib -+ fi -+ -+fi -+ -+ aix_libpath=$lt_cv_aix_libpath_ -+fi -+ -+ hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" -+ archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag -+ else -+ if test ia64 = "$host_cpu"; then -+ hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' -+ allow_undefined_flag="-z nodefs" -+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ if test set = "${lt_cv_aix_libpath+set}"; then -+ aix_libpath=$lt_cv_aix_libpath -+else -+ if ${lt_cv_aix_libpath_+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ -+ lt_aix_libpath_sed=' -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\([^ ]*\) *$/\1/ -+ p -+ } -+ }' -+ lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ # Check for a 64-bit object if we didn't find anything. -+ if test -z "$lt_cv_aix_libpath_"; then -+ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ if test -z "$lt_cv_aix_libpath_"; then -+ lt_cv_aix_libpath_=/usr/lib:/lib -+ fi -+ -+fi -+ -+ aix_libpath=$lt_cv_aix_libpath_ -+fi -+ -+ hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ no_undefined_flag=' $wl-bernotok' -+ allow_undefined_flag=' $wl-berok' -+ if test yes = "$with_gnu_ld"; then -+ # We only use this code for GNU lds that support --whole-archive. -+ whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' -+ else -+ # Exported symbols can be pulled into shared objects from archives -+ whole_archive_flag_spec='$convenience' -+ fi -+ archive_cmds_need_lc=yes -+ archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' -+ # -brtl affects multiple linker settings, -berok does not and is overridden later -+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' -+ if test svr4 != "$with_aix_soname"; then -+ # This is similar to how AIX traditionally builds its shared libraries. -+ archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' -+ fi -+ if test aix != "$with_aix_soname"; then -+ archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' -+ else -+ # used by -dlpreopen to get the symbols -+ archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' -+ fi -+ archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' -+ fi -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds='' -+ ;; -+ m68k) -+ archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_minus_L=yes -+ ;; -+ esac -+ ;; -+ -+ bsdi[45]*) -+ export_dynamic_flag_spec=-rdynamic -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ # hardcode_libdir_flag_spec is actually meaningless, as there is -+ # no search path for DLLs. -+ case $cc_basename in -+ cl*) -+ # Native MSVC -+ hardcode_libdir_flag_spec=' ' -+ allow_undefined_flag=unsupported -+ always_export_symbols=yes -+ file_list_spec='@' -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' -+ archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then -+ cp "$export_symbols" "$output_objdir/$soname.def"; -+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; -+ else -+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; -+ fi~ -+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ -+ linknames=' -+ # The linker will not automatically build a static lib if we build a DLL. -+ # _LT_TAGVAR(old_archive_from_new_cmds, )='true' -+ enable_shared_with_static_runtimes=yes -+ exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' -+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' -+ # Don't use ranlib -+ old_postinstall_cmds='chmod 644 $oldlib' -+ postlink_cmds='lt_outputfile="@OUTPUT@"~ -+ lt_tool_outputfile="@TOOL_OUTPUT@"~ -+ case $lt_outputfile in -+ *.exe|*.EXE) ;; -+ *) -+ lt_outputfile=$lt_outputfile.exe -+ lt_tool_outputfile=$lt_tool_outputfile.exe -+ ;; -+ esac~ -+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then -+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; -+ $RM "$lt_outputfile.manifest"; -+ fi' -+ ;; -+ *) -+ # Assume MSVC wrapper -+ hardcode_libdir_flag_spec=' ' -+ allow_undefined_flag=unsupported -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' -+ # The linker will automatically build a .lib file if we build a DLL. -+ old_archive_from_new_cmds='true' -+ # FIXME: Should let the user specify the lib program. -+ old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' -+ enable_shared_with_static_runtimes=yes -+ ;; -+ esac -+ ;; -+ -+ darwin* | rhapsody*) -+ -+ -+ archive_cmds_need_lc=no -+ hardcode_direct=no -+ hardcode_automatic=yes -+ hardcode_shlibpath_var=unsupported -+ if test yes = "$lt_cv_ld_force_load"; then -+ whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' -+ -+ else -+ whole_archive_flag_spec='' -+ fi -+ link_all_deplibs=yes -+ allow_undefined_flag=$_lt_dar_allow_undefined -+ case $cc_basename in -+ ifort*|nagfor*) _lt_dar_can_shared=yes ;; -+ *) _lt_dar_can_shared=$GCC ;; -+ esac -+ if test yes = "$_lt_dar_can_shared"; then -+ output_verbose_link_cmd=func_echo_all -+ archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" -+ module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" -+ archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" -+ module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" -+ -+ else -+ ld_shlibs=no -+ fi -+ -+ ;; -+ -+ dgux*) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_shlibpath_var=no -+ ;; -+ -+ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor -+ # support. Future versions do this automatically, but an explicit c++rt0.o -+ # does not break anything, and helps significantly (at the cost of a little -+ # extra space). -+ freebsd2.2*) -+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' -+ hardcode_libdir_flag_spec='-R$libdir' -+ hardcode_direct=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ # Unfortunately, older versions of FreeBSD 2 do not have this feature. -+ freebsd2.*) -+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_direct=yes -+ hardcode_minus_L=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -+ freebsd* | dragonfly*) -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ hardcode_libdir_flag_spec='-R$libdir' -+ hardcode_direct=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ hpux9*) -+ if test yes = "$GCC"; then -+ archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ else -+ archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ fi -+ hardcode_libdir_flag_spec='$wl+b $wl$libdir' -+ hardcode_libdir_separator=: -+ hardcode_direct=yes -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ hardcode_minus_L=yes -+ export_dynamic_flag_spec='$wl-E' -+ ;; -+ -+ hpux10*) -+ if test yes,no = "$GCC,$with_gnu_ld"; then -+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ if test no = "$with_gnu_ld"; then -+ hardcode_libdir_flag_spec='$wl+b $wl$libdir' -+ hardcode_libdir_separator=: -+ hardcode_direct=yes -+ hardcode_direct_absolute=yes -+ export_dynamic_flag_spec='$wl-E' -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ hardcode_minus_L=yes -+ fi -+ ;; -+ -+ hpux11*) -+ if test yes,no = "$GCC,$with_gnu_ld"; then -+ case $host_cpu in -+ hppa*64*) -+ archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ else -+ case $host_cpu in -+ hppa*64*) -+ archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ -+ # Older versions of the 11.00 compiler do not understand -b yet -+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 -+$as_echo_n "checking if $CC understands -b... " >&6; } -+if ${lt_cv_prog_compiler__b+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler__b=no -+ save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS -b" -+ echo "$lt_simple_link_test_code" > conftest.$ac_ext -+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then -+ # The linker can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ if test -s conftest.err; then -+ # Append any errors to the config.log. -+ cat conftest.err 1>&5 -+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler__b=yes -+ fi -+ else -+ lt_cv_prog_compiler__b=yes -+ fi -+ fi -+ $RM -r conftest* -+ LDFLAGS=$save_LDFLAGS -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 -+$as_echo "$lt_cv_prog_compiler__b" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler__b"; then -+ archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+else -+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' -+fi -+ -+ ;; -+ esac -+ fi -+ if test no = "$with_gnu_ld"; then -+ hardcode_libdir_flag_spec='$wl+b $wl$libdir' -+ hardcode_libdir_separator=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ hardcode_direct=no -+ hardcode_shlibpath_var=no -+ ;; -+ *) -+ hardcode_direct=yes -+ hardcode_direct_absolute=yes -+ export_dynamic_flag_spec='$wl-E' -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ hardcode_minus_L=yes -+ ;; -+ esac -+ fi -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ if test yes = "$GCC"; then -+ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ # Try to use the -exported_symbol ld option, if it does not -+ # work, assume that -exports_file does not work either and -+ # implicitly export all symbols. -+ # This should be the same for all languages, so no per-tag cache variable. -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 -+$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } -+if ${lt_cv_irix_exported_symbol+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+int foo (void) { return 0; } -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ lt_cv_irix_exported_symbol=yes -+else -+ lt_cv_irix_exported_symbol=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LDFLAGS=$save_LDFLAGS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 -+$as_echo "$lt_cv_irix_exported_symbol" >&6; } -+ if test yes = "$lt_cv_irix_exported_symbol"; then -+ archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' -+ fi -+ link_all_deplibs=no -+ else -+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' -+ fi -+ archive_cmds_need_lc='no' -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ hardcode_libdir_separator=: -+ inherit_rpath=yes -+ link_all_deplibs=yes -+ ;; -+ -+ linux*) -+ case $cc_basename in -+ tcc*) -+ # Fabrice Bellard et al's Tiny C Compiler -+ ld_shlibs=yes -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out -+ else -+ archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF -+ fi -+ hardcode_libdir_flag_spec='-R$libdir' -+ hardcode_direct=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ newsos6) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_direct=yes -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ hardcode_libdir_separator=: -+ hardcode_shlibpath_var=no -+ ;; -+ -+ *nto* | *qnx*) -+ ;; -+ -+ openbsd* | bitrig*) -+ if test -f /usr/libexec/ld.so; then -+ hardcode_direct=yes -+ hardcode_shlibpath_var=no -+ hardcode_direct_absolute=yes -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' -+ hardcode_libdir_flag_spec='$wl-rpath,$libdir' -+ export_dynamic_flag_spec='$wl-E' -+ else -+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ hardcode_libdir_flag_spec='$wl-rpath,$libdir' -+ fi -+ else -+ ld_shlibs=no -+ fi -+ ;; -+ -+ os2*) -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_minus_L=yes -+ allow_undefined_flag=unsupported -+ shrext_cmds=.dll -+ archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ enable_shared_with_static_runtimes=yes -+ ;; -+ -+ osf3*) -+ if test yes = "$GCC"; then -+ allow_undefined_flag=' $wl-expect_unresolved $wl\*' -+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ else -+ allow_undefined_flag=' -expect_unresolved \*' -+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ fi -+ archive_cmds_need_lc='no' -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ hardcode_libdir_separator=: -+ ;; -+ -+ osf4* | osf5*) # as osf3* with the addition of -msym flag -+ if test yes = "$GCC"; then -+ allow_undefined_flag=' $wl-expect_unresolved $wl\*' -+ archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' -+ else -+ allow_undefined_flag=' -expect_unresolved \*' -+ archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ -+ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' -+ -+ # Both c and cxx compiler support -rpath directly -+ hardcode_libdir_flag_spec='-rpath $libdir' -+ fi -+ archive_cmds_need_lc='no' -+ hardcode_libdir_separator=: -+ ;; -+ -+ solaris*) -+ no_undefined_flag=' -z defs' -+ if test yes = "$GCC"; then -+ wlarc='$wl' -+ archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ else -+ case `$CC -V 2>&1` in -+ *"Compilers 5.0"*) -+ wlarc='' -+ archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' -+ ;; -+ *) -+ wlarc='$wl' -+ archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ ;; -+ esac -+ fi -+ hardcode_libdir_flag_spec='-R$libdir' -+ hardcode_shlibpath_var=no -+ case $host_os in -+ solaris2.[0-5] | solaris2.[0-5].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands '-z linker_flag'. GCC discards it without '$wl', -+ # but is careful enough not to reorder. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ if test yes = "$GCC"; then -+ whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' -+ else -+ whole_archive_flag_spec='-z allextract$convenience -z defaultextract' -+ fi -+ ;; -+ esac -+ link_all_deplibs=yes -+ ;; -+ -+ sunos4*) -+ if test sequent = "$host_vendor"; then -+ # Use $CC to link under sequent, because it throws in some extra .o -+ # files that make .init and .fini sections work. -+ archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_direct=yes -+ hardcode_minus_L=yes -+ hardcode_shlibpath_var=no -+ ;; -+ -+ sysv4) -+ case $host_vendor in -+ sni) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_direct=yes # is this really true??? -+ ;; -+ siemens) -+ ## LD is ld it makes a PLAMLIB -+ ## CC just makes a GrossModule. -+ archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' -+ reload_cmds='$CC -r -o $output$reload_objs' -+ hardcode_direct=no -+ ;; -+ motorola) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_direct=no #Motorola manual says yes, but my tests say they lie -+ ;; -+ esac -+ runpath_var='LD_RUN_PATH' -+ hardcode_shlibpath_var=no -+ ;; -+ -+ sysv4.3*) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_shlibpath_var=no -+ export_dynamic_flag_spec='-Bexport' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_shlibpath_var=no -+ runpath_var=LD_RUN_PATH -+ hardcode_runpath_var=yes -+ ld_shlibs=yes -+ fi -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) -+ no_undefined_flag='$wl-z,text' -+ archive_cmds_need_lc=no -+ hardcode_shlibpath_var=no -+ runpath_var='LD_RUN_PATH' -+ -+ if test yes = "$GCC"; then -+ archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We CANNOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ no_undefined_flag='$wl-z,text' -+ allow_undefined_flag='$wl-z,nodefs' -+ archive_cmds_need_lc=no -+ hardcode_shlibpath_var=no -+ hardcode_libdir_flag_spec='$wl-R,$libdir' -+ hardcode_libdir_separator=':' -+ link_all_deplibs=yes -+ export_dynamic_flag_spec='$wl-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ if test yes = "$GCC"; then -+ archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ uts4*) -+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ hardcode_libdir_flag_spec='-L$libdir' -+ hardcode_shlibpath_var=no -+ ;; -+ -+ *) -+ ld_shlibs=no -+ ;; -+ esac -+ -+ if test sni = "$host_vendor"; then -+ case $host in -+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) -+ export_dynamic_flag_spec='$wl-Blargedynsym' -+ ;; -+ esac -+ fi -+ fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 -+$as_echo "$ld_shlibs" >&6; } -+test no = "$ld_shlibs" && can_build_shared=no -+ -+with_gnu_ld=$with_gnu_ld -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+# -+# Do we need to explicitly link libc? -+# -+case "x$archive_cmds_need_lc" in -+x|xyes) -+ # Assume -lc should be added -+ archive_cmds_need_lc=yes -+ -+ if test yes,yes = "$GCC,$enable_shared"; then -+ case $archive_cmds in -+ *'~'*) -+ # FIXME: we may have to deal with multi-command sequences. -+ ;; -+ '$CC '*) -+ # Test whether the compiler implicitly links with -lc since on some -+ # systems, -lgcc has to come before -lc. If gcc already passes -lc -+ # to ld, don't add -lc before -lgcc. -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } -+if ${lt_cv_archive_cmds_need_lc+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ $RM conftest* -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } 2>conftest.err; then -+ soname=conftest -+ lib=conftest -+ libobjs=conftest.$ac_objext -+ deplibs= -+ wl=$lt_prog_compiler_wl -+ pic_flag=$lt_prog_compiler_pic -+ compiler_flags=-v -+ linker_flags=-v -+ verstring= -+ output_objdir=. -+ libname=conftest -+ lt_save_allow_undefined_flag=$allow_undefined_flag -+ allow_undefined_flag= -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 -+ (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+ then -+ lt_cv_archive_cmds_need_lc=no -+ else -+ lt_cv_archive_cmds_need_lc=yes -+ fi -+ allow_undefined_flag=$lt_save_allow_undefined_flag -+ else -+ cat conftest.err 1>&5 -+ fi -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 -+$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } -+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc -+ ;; -+ esac -+ fi -+ ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } -+ -+if test yes = "$GCC"; then -+ case $host_os in -+ darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; -+ *) lt_awk_arg='/^libraries:/' ;; -+ esac -+ case $host_os in -+ mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; -+ *) lt_sed_strip_eq='s|=/|/|g' ;; -+ esac -+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` -+ case $lt_search_path_spec in -+ *\;*) -+ # if the path contains ";" then we assume it to be the separator -+ # otherwise default to the standard path separator (i.e. ":") - it is -+ # assumed that no part of a normal pathname contains ";" but that should -+ # okay in the real world where ";" in dirpaths is itself problematic. -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` -+ ;; -+ *) -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` -+ ;; -+ esac -+ # Ok, now we have the path, separated by spaces, we can step through it -+ # and add multilib dir if necessary... -+ lt_tmp_lt_search_path_spec= -+ lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` -+ # ...but if some path component already ends with the multilib dir we assume -+ # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). -+ case "$lt_multi_os_dir; $lt_search_path_spec " in -+ "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) -+ lt_multi_os_dir= -+ ;; -+ esac -+ for lt_sys_path in $lt_search_path_spec; do -+ if test -d "$lt_sys_path$lt_multi_os_dir"; then -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" -+ elif test -n "$lt_multi_os_dir"; then -+ test -d "$lt_sys_path" && \ -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" -+ fi -+ done -+ lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -+BEGIN {RS = " "; FS = "/|\n";} { -+ lt_foo = ""; -+ lt_count = 0; -+ for (lt_i = NF; lt_i > 0; lt_i--) { -+ if ($lt_i != "" && $lt_i != ".") { -+ if ($lt_i == "..") { -+ lt_count++; -+ } else { -+ if (lt_count == 0) { -+ lt_foo = "/" $lt_i lt_foo; -+ } else { -+ lt_count--; -+ } -+ } -+ } -+ } -+ if (lt_foo != "") { lt_freq[lt_foo]++; } -+ if (lt_freq[lt_foo] == 1) { print lt_foo; } -+}'` -+ # AWK program above erroneously prepends '/' to C:/dos/paths -+ # for these hosts. -+ case $host_os in -+ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ -+ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; -+ esac -+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` -+else -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+fi -+library_names_spec= -+libname_spec='lib$name' -+soname_spec= -+shrext_cmds=.so -+postinstall_cmds= -+postuninstall_cmds= -+finish_cmds= -+finish_eval= -+shlibpath_var= -+shlibpath_overrides_runpath=unknown -+version_type=none -+dynamic_linker="$host_os ld.so" -+sys_lib_dlsearch_path_spec="/lib /usr/lib" -+need_lib_prefix=unknown -+hardcode_into_libs=no -+ -+# when you set need_version to no, make sure it does not cause -set_version -+# flags to be left without arguments -+need_version=unknown -+ -+ -+ -+case $host_os in -+aix3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname.a' -+ shlibpath_var=LIBPATH -+ -+ # AIX 3 has no versioning support, so we append a major version to the name. -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ -+aix[4-9]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ hardcode_into_libs=yes -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 supports IA64 -+ library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ else -+ # With GCC up to 2.95.x, collect2 would create an import file -+ # for dependence libraries. The import file would start with -+ # the line '#! .'. This would cause the generated library to -+ # depend on '.', always an invalid library. This was fixed in -+ # development snapshots of GCC prior to 3.0. -+ case $host_os in -+ aix4 | aix4.[01] | aix4.[01].*) -+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' -+ echo ' yes ' -+ echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then -+ : -+ else -+ can_build_shared=no -+ fi -+ ;; -+ esac -+ # Using Import Files as archive members, it is possible to support -+ # filename-based versioning of shared library archives on AIX. While -+ # this would work for both with and without runtime linking, it will -+ # prevent static linking of such archives. So we do filename-based -+ # shared library versioning with .so extension only, which is used -+ # when both runtime linking and shared linking is enabled. -+ # Unfortunately, runtime linking may impact performance, so we do -+ # not want this to be the default eventually. Also, we use the -+ # versioned .so libs for executables only if there is the -brtl -+ # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. -+ # To allow for filename-based versioning support, we need to create -+ # libNAME.so.V as an archive file, containing: -+ # *) an Import File, referring to the versioned filename of the -+ # archive as well as the shared archive member, telling the -+ # bitwidth (32 or 64) of that shared object, and providing the -+ # list of exported symbols of that shared object, eventually -+ # decorated with the 'weak' keyword -+ # *) the shared object with the F_LOADONLY flag set, to really avoid -+ # it being seen by the linker. -+ # At run time we better use the real file rather than another symlink, -+ # but for link time we create the symlink libNAME.so -> libNAME.so.V -+ -+ case $with_aix_soname,$aix_use_runtimelinking in -+ # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct -+ # soname into executable. Probably we can add versioning support to -+ # collect2, so additional links can be useful in future. -+ aix,yes) # traditional libtool -+ dynamic_linker='AIX unversionable lib.so' -+ # If using run time linking (on AIX 4.2 or later) use lib.so -+ # instead of lib.a to let people know that these are not -+ # typical AIX shared libraries. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ aix,no) # traditional AIX only -+ dynamic_linker='AIX lib.a(lib.so.V)' -+ # We preserve .a as extension for shared libraries through AIX4.2 -+ # and later when we are not doing run time linking. -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ svr4,*) # full svr4 only -+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,yes) # both, prefer svr4 -+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # unpreferred sharedlib libNAME.a needs extra handling -+ postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' -+ postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,no) # both, prefer aix -+ dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling -+ postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' -+ postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' -+ ;; -+ esac -+ shlibpath_var=LIBPATH -+ fi -+ ;; -+ -+amigaos*) -+ case $host_cpu in -+ powerpc) -+ # Since July 2007 AmigaOS4 officially supports .so libraries. -+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ m68k) -+ library_names_spec='$libname.ixlibrary $libname.a' -+ # Create ${libname}_ixlibrary.a entries in /sys/libs. -+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' -+ ;; -+ esac -+ ;; -+ -+beos*) -+ library_names_spec='$libname$shared_ext' -+ dynamic_linker="$host_os ld.so" -+ shlibpath_var=LIBRARY_PATH -+ ;; -+ -+bsdi[45]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" -+ # the default ld.so.conf also contains /usr/contrib/lib and -+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow -+ # libtool to hard-code these into programs -+ ;; -+ -+cygwin* | mingw* | pw32* | cegcc*) -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ -+ case $GCC,$cc_basename in -+ yes,*) -+ # gcc -+ library_names_spec='$libname.dll.a' -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ -+ case $host_os in -+ cygwin*) -+ # Cygwin DLLs use 'cyg' prefix rather than 'lib' -+ soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" -+ ;; -+ mingw* | cegcc*) -+ # MinGW DLLs use traditional 'lib' prefix -+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ ;; -+ pw32*) -+ # pw32 DLLs use 'pw' prefix rather than 'lib' -+ library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ ;; -+ esac -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ -+ *,cl*) -+ # Native MSVC -+ libname_spec='$name' -+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ library_names_spec='$libname.dll.lib' -+ -+ case $build_os in -+ mingw*) -+ sys_lib_search_path_spec= -+ lt_save_ifs=$IFS -+ IFS=';' -+ for lt_path in $LIB -+ do -+ IFS=$lt_save_ifs -+ # Let DOS variable expansion print the short 8.3 style file name. -+ lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` -+ sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" -+ done -+ IFS=$lt_save_ifs -+ # Convert to MSYS style. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` -+ ;; -+ cygwin*) -+ # Convert to unix form, then to dos form, then back to unix form -+ # but this time dos style (no spaces!) so that the unix form looks -+ # like /cygdrive/c/PROGRA~1:/cygdr... -+ sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` -+ sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` -+ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ ;; -+ *) -+ sys_lib_search_path_spec=$LIB -+ if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then -+ # It is most probably a Windows format PATH. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` -+ else -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ fi -+ # FIXME: find the short name or the path components, as spaces are -+ # common. (e.g. "Program Files" -> "PROGRA~1") -+ ;; -+ esac -+ -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ dynamic_linker='Win32 link.exe' -+ ;; -+ -+ *) -+ # Assume MSVC wrapper -+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ esac -+ # FIXME: first we should search . and the directory the executable is in -+ shlibpath_var=PATH -+ ;; -+ -+darwin* | rhapsody*) -+ dynamic_linker="$host_os dyld" -+ version_type=darwin -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$major$shared_ext' -+ shlibpath_overrides_runpath=yes -+ shlibpath_var=DYLD_LIBRARY_PATH -+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -+ -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" -+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' -+ ;; -+ -+dgux*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd* | dragonfly*) -+ # DragonFly does not have aout. When/if they implement a new -+ # versioning mechanism, adjust this. -+ if test -x /usr/bin/objformat; then -+ objformat=`/usr/bin/objformat` -+ else -+ case $host_os in -+ freebsd[23].*) objformat=aout ;; -+ *) objformat=elf ;; -+ esac -+ fi -+ version_type=freebsd-$objformat -+ case $version_type in -+ freebsd-elf*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ need_version=no -+ need_lib_prefix=no -+ ;; -+ freebsd-*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ need_version=yes -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_os in -+ freebsd2.*) -+ shlibpath_overrides_runpath=yes -+ ;; -+ freebsd3.[01]* | freebsdelf3.[01]*) -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ -+ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ *) # from 4.6 on, and DragonFly -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ esac -+ ;; -+ -+haiku*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ dynamic_linker="$host_os runtime_loader" -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' -+ hardcode_into_libs=yes -+ ;; -+ -+hpux9* | hpux10* | hpux11*) -+ # Give a soname corresponding to the major version so that dld.sl refuses to -+ # link against other versions. -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ case $host_cpu in -+ ia64*) -+ shrext_cmds='.so' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.so" -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ if test 32 = "$HPUX_IA64_MODE"; then -+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32 -+ else -+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64 -+ fi -+ ;; -+ hppa*64*) -+ shrext_cmds='.sl' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ *) -+ shrext_cmds='.sl' -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=SHLIB_PATH -+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ esac -+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ... -+ postinstall_cmds='chmod 555 $lib' -+ # or fails outright, so override atomically: -+ install_override_mode=555 -+ ;; -+ -+interix[3-9]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $host_os in -+ nonstopux*) version_type=nonstopux ;; -+ *) -+ if test yes = "$lt_cv_prog_gnu_ld"; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ else -+ version_type=irix -+ fi ;; -+ esac -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' -+ case $host_os in -+ irix5* | nonstopux*) -+ libsuff= shlibsuff= -+ ;; -+ *) -+ case $LD in # libtool.m4 will add one of these switches to LD -+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") -+ libsuff= shlibsuff= libmagic=32-bit;; -+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") -+ libsuff=32 shlibsuff=N32 libmagic=N32;; -+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") -+ libsuff=64 shlibsuff=64 libmagic=64-bit;; -+ *) libsuff= shlibsuff= libmagic=never-match;; -+ esac -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" -+ sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" -+ hardcode_into_libs=yes -+ ;; -+ -+# No shared lib support for Linux oldld, aout, or coff. -+linux*oldld* | linux*aout* | linux*coff*) -+ dynamic_linker=no -+ ;; -+ -+linux*android*) -+ version_type=none # Android doesn't support versioned libraries. -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext' -+ soname_spec='$libname$release$shared_ext' -+ finish_cmds= -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ dynamic_linker='Android linker' -+ # Don't embed -rpath directories since the linker doesn't support them. -+ hardcode_libdir_flag_spec='-L$libdir' -+ ;; -+ -+# This must be glibc/ELF. -+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ -+ # Some binutils ld are patched to set DT_RUNPATH -+ if ${lt_cv_shlibpath_overrides_runpath+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_shlibpath_overrides_runpath=no -+ save_LDFLAGS=$LDFLAGS -+ save_libdir=$libdir -+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ -+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : -+ lt_cv_shlibpath_overrides_runpath=yes -+fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LDFLAGS=$save_LDFLAGS -+ libdir=$save_libdir -+ -+fi -+ -+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ # Ideally, we could use ldconfig to report *all* directores which are -+ # searched for libraries, however this is still not possible. Aside from not -+ # being certain /sbin/ldconfig is available, command -+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, -+ # even though it is searched at run-time. Try to do the best guess by -+ # appending ld.so.conf contents (and includes) to the search path. -+ if test -f /etc/ld.so.conf; then -+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ fi -+ -+ # We used to test for /lib/ld.so.1 and disable shared libraries on -+ # powerpc, because MkLinux only supported shared libraries with the -+ # GNU dynamic linker. Since this was broken with cross compilers, -+ # most powerpc-linux boxes support dynamic linking these days and -+ # people can always --disable-shared, the test was removed, and we -+ # assume the GNU/Linux dynamic linker is in use. -+ dynamic_linker='GNU/Linux ld.so' -+ ;; -+ -+netbsdelf*-gnu) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='NetBSD ld.elf_so' -+ ;; -+ -+netbsd*) -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ dynamic_linker='NetBSD (a.out) ld.so' -+ else -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='NetBSD ld.elf_so' -+ fi -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ -+newsos6) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+*nto* | *qnx*) -+ version_type=qnx -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='ldqnx.so' -+ ;; -+ -+openbsd* | bitrig*) -+ version_type=sunos -+ sys_lib_dlsearch_path_spec=/usr/lib -+ need_lib_prefix=no -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ need_version=no -+ else -+ need_version=yes -+ fi -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+os2*) -+ libname_spec='$name' -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ # OS/2 can only load a DLL with a base name of 8 characters or less. -+ soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; -+ v=$($ECHO $release$versuffix | tr -d .-); -+ n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); -+ $ECHO $n$v`$shared_ext' -+ library_names_spec='${libname}_dll.$libext' -+ dynamic_linker='OS/2 ld.exe' -+ shlibpath_var=BEGINLIBPATH -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ ;; -+ -+osf3* | osf4* | osf5*) -+ version_type=osf -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ -+rdos*) -+ dynamic_linker=no -+ ;; -+ -+solaris*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ # ldd complains unless libraries are executable -+ postinstall_cmds='chmod +x $lib' -+ ;; -+ -+sunos4*) -+ version_type=sunos -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ if test yes = "$with_gnu_ld"; then -+ need_lib_prefix=no -+ fi -+ need_version=yes -+ ;; -+ -+sysv4 | sysv4.3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_vendor in -+ sni) -+ shlibpath_overrides_runpath=no -+ need_lib_prefix=no -+ runpath_var=LD_RUN_PATH -+ ;; -+ siemens) -+ need_lib_prefix=no -+ ;; -+ motorola) -+ need_lib_prefix=no -+ need_version=no -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' -+ ;; -+ esac -+ ;; -+ -+sysv4*MP*) -+ if test -d /usr/nec; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' -+ soname_spec='$libname$shared_ext.$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ fi -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ version_type=sco -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ if test yes = "$with_gnu_ld"; then -+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' -+ else -+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' -+ case $host_os in -+ sco3.2v5*) -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" -+ ;; -+ esac -+ fi -+ sys_lib_dlsearch_path_spec='/usr/lib' -+ ;; -+ -+tpf*) -+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux. -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+uts4*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+*) -+ dynamic_linker=no -+ ;; -+esac -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } -+test no = "$dynamic_linker" && can_build_shared=no -+ -+variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -+if test yes = "$GCC"; then -+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -+fi -+ -+if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then -+ sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec -+fi -+ -+if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then -+ sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec -+fi -+ -+# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... -+configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec -+ -+# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code -+func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" -+ -+# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool -+configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } -+hardcode_action= -+if test -n "$hardcode_libdir_flag_spec" || -+ test -n "$runpath_var" || -+ test yes = "$hardcode_automatic"; then -+ -+ # We can hardcode non-existent directories. -+ if test no != "$hardcode_direct" && -+ # If the only mechanism to avoid hardcoding is shlibpath_var, we -+ # have to relink, otherwise we might link with an installed library -+ # when we should be linking with a yet-to-be-installed one -+ ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && -+ test no != "$hardcode_minus_L"; then -+ # Linking always hardcodes the temporary library directory. -+ hardcode_action=relink -+ else -+ # We can link without hardcoding, and we can hardcode nonexisting dirs. -+ hardcode_action=immediate -+ fi -+else -+ # We cannot hardcode anything, or else we can only hardcode existing -+ # directories. -+ hardcode_action=unsupported -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 -+$as_echo "$hardcode_action" >&6; } -+ -+if test relink = "$hardcode_action" || -+ test yes = "$inherit_rpath"; then -+ # Fast installation is not supported -+ enable_fast_install=no -+elif test yes = "$shlibpath_overrides_runpath" || -+ test no = "$enable_shared"; then -+ # Fast installation is not necessary -+ enable_fast_install=needless -+fi -+ -+ -+ -+ -+ -+ -+ if test yes != "$enable_dlopen"; then -+ enable_dlopen=unknown -+ enable_dlopen_self=unknown -+ enable_dlopen_self_static=unknown -+else -+ lt_cv_dlopen=no -+ lt_cv_dlopen_libs= -+ -+ case $host_os in -+ beos*) -+ lt_cv_dlopen=load_add_on -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ ;; -+ -+ mingw* | pw32* | cegcc*) -+ lt_cv_dlopen=LoadLibrary -+ lt_cv_dlopen_libs= -+ ;; -+ -+ cygwin*) -+ lt_cv_dlopen=dlopen -+ lt_cv_dlopen_libs= -+ ;; -+ -+ darwin*) -+ # if libdl is installed we need to link against it -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } -+if ${ac_cv_lib_dl_dlopen+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldl $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dlopen (); -+int -+main () -+{ -+return dlopen (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dl_dlopen=yes -+else -+ ac_cv_lib_dl_dlopen=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } -+if test "x$ac_cv_lib_dl_dlopen" = xyes; then : -+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl -+else -+ -+ lt_cv_dlopen=dyld -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ -+fi -+ -+ ;; -+ -+ tpf*) -+ # Don't try to run any link tests for TPF. We know it's impossible -+ # because TPF is a cross-compiler, and we know how we open DSOs. -+ lt_cv_dlopen=dlopen -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=no -+ ;; -+ -+ *) -+ ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" -+if test "x$ac_cv_func_shl_load" = xyes; then : -+ lt_cv_dlopen=shl_load -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 -+$as_echo_n "checking for shl_load in -ldld... " >&6; } -+if ${ac_cv_lib_dld_shl_load+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldld $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char shl_load (); -+int -+main () -+{ -+return shl_load (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dld_shl_load=yes -+else -+ ac_cv_lib_dld_shl_load=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 -+$as_echo "$ac_cv_lib_dld_shl_load" >&6; } -+if test "x$ac_cv_lib_dld_shl_load" = xyes; then : -+ lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld -+else -+ ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" -+if test "x$ac_cv_func_dlopen" = xyes; then : -+ lt_cv_dlopen=dlopen -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } -+if ${ac_cv_lib_dl_dlopen+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldl $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dlopen (); -+int -+main () -+{ -+return dlopen (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dl_dlopen=yes -+else -+ ac_cv_lib_dl_dlopen=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } -+if test "x$ac_cv_lib_dl_dlopen" = xyes; then : -+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 -+$as_echo_n "checking for dlopen in -lsvld... " >&6; } -+if ${ac_cv_lib_svld_dlopen+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lsvld $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dlopen (); -+int -+main () -+{ -+return dlopen (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_svld_dlopen=yes -+else -+ ac_cv_lib_svld_dlopen=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 -+$as_echo "$ac_cv_lib_svld_dlopen" >&6; } -+if test "x$ac_cv_lib_svld_dlopen" = xyes; then : -+ lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 -+$as_echo_n "checking for dld_link in -ldld... " >&6; } -+if ${ac_cv_lib_dld_dld_link+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldld $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dld_link (); -+int -+main () -+{ -+return dld_link (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dld_dld_link=yes -+else -+ ac_cv_lib_dld_dld_link=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 -+$as_echo "$ac_cv_lib_dld_dld_link" >&6; } -+if test "x$ac_cv_lib_dld_dld_link" = xyes; then : -+ lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld -+fi -+ -+ -+fi -+ -+ -+fi -+ -+ -+fi -+ -+ -+fi -+ -+ -+fi -+ -+ ;; -+ esac -+ -+ if test no = "$lt_cv_dlopen"; then -+ enable_dlopen=no -+ else -+ enable_dlopen=yes -+ fi -+ -+ case $lt_cv_dlopen in -+ dlopen) -+ save_CPPFLAGS=$CPPFLAGS -+ test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" -+ -+ save_LDFLAGS=$LDFLAGS -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" -+ -+ save_LIBS=$LIBS -+ LIBS="$lt_cv_dlopen_libs $LIBS" -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 -+$as_echo_n "checking whether a program can dlopen itself... " >&6; } -+if ${lt_cv_dlopen_self+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test yes = "$cross_compiling"; then : -+ lt_cv_dlopen_self=cross -+else -+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 -+ lt_status=$lt_dlunknown -+ cat > conftest.$ac_ext <<_LT_EOF -+#line $LINENO "configure" -+#include "confdefs.h" -+ -+#if HAVE_DLFCN_H -+#include -+#endif -+ -+#include -+ -+#ifdef RTLD_GLOBAL -+# define LT_DLGLOBAL RTLD_GLOBAL -+#else -+# ifdef DL_GLOBAL -+# define LT_DLGLOBAL DL_GLOBAL -+# else -+# define LT_DLGLOBAL 0 -+# endif -+#endif -+ -+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we -+ find out it does not work in some platform. */ -+#ifndef LT_DLLAZY_OR_NOW -+# ifdef RTLD_LAZY -+# define LT_DLLAZY_OR_NOW RTLD_LAZY -+# else -+# ifdef DL_LAZY -+# define LT_DLLAZY_OR_NOW DL_LAZY -+# else -+# ifdef RTLD_NOW -+# define LT_DLLAZY_OR_NOW RTLD_NOW -+# else -+# ifdef DL_NOW -+# define LT_DLLAZY_OR_NOW DL_NOW -+# else -+# define LT_DLLAZY_OR_NOW 0 -+# endif -+# endif -+# endif -+# endif -+#endif -+ -+/* When -fvisibility=hidden is used, assume the code has been annotated -+ correspondingly for the symbols needed. */ -+#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -+int fnord () __attribute__((visibility("default"))); -+#endif -+ -+int fnord () { return 42; } -+int main () -+{ -+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); -+ int status = $lt_dlunknown; -+ -+ if (self) -+ { -+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; -+ else -+ { -+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; -+ else puts (dlerror ()); -+ } -+ /* dlclose (self); */ -+ } -+ else -+ puts (dlerror ()); -+ -+ return status; -+} -+_LT_EOF -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 -+ (eval $ac_link) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then -+ (./conftest; exit; ) >&5 2>/dev/null -+ lt_status=$? -+ case x$lt_status in -+ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; -+ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; -+ x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; -+ esac -+ else : -+ # compilation failed -+ lt_cv_dlopen_self=no -+ fi -+fi -+rm -fr conftest* -+ -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 -+$as_echo "$lt_cv_dlopen_self" >&6; } -+ -+ if test yes = "$lt_cv_dlopen_self"; then -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 -+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } -+if ${lt_cv_dlopen_self_static+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test yes = "$cross_compiling"; then : -+ lt_cv_dlopen_self_static=cross -+else -+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 -+ lt_status=$lt_dlunknown -+ cat > conftest.$ac_ext <<_LT_EOF -+#line $LINENO "configure" -+#include "confdefs.h" -+ -+#if HAVE_DLFCN_H -+#include -+#endif -+ -+#include -+ -+#ifdef RTLD_GLOBAL -+# define LT_DLGLOBAL RTLD_GLOBAL -+#else -+# ifdef DL_GLOBAL -+# define LT_DLGLOBAL DL_GLOBAL -+# else -+# define LT_DLGLOBAL 0 -+# endif -+#endif -+ -+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we -+ find out it does not work in some platform. */ -+#ifndef LT_DLLAZY_OR_NOW -+# ifdef RTLD_LAZY -+# define LT_DLLAZY_OR_NOW RTLD_LAZY -+# else -+# ifdef DL_LAZY -+# define LT_DLLAZY_OR_NOW DL_LAZY -+# else -+# ifdef RTLD_NOW -+# define LT_DLLAZY_OR_NOW RTLD_NOW -+# else -+# ifdef DL_NOW -+# define LT_DLLAZY_OR_NOW DL_NOW -+# else -+# define LT_DLLAZY_OR_NOW 0 -+# endif -+# endif -+# endif -+# endif -+#endif -+ -+/* When -fvisibility=hidden is used, assume the code has been annotated -+ correspondingly for the symbols needed. */ -+#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -+int fnord () __attribute__((visibility("default"))); -+#endif -+ -+int fnord () { return 42; } -+int main () -+{ -+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); -+ int status = $lt_dlunknown; -+ -+ if (self) -+ { -+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; -+ else -+ { -+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; -+ else puts (dlerror ()); -+ } -+ /* dlclose (self); */ -+ } -+ else -+ puts (dlerror ()); -+ -+ return status; -+} -+_LT_EOF -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 -+ (eval $ac_link) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then -+ (./conftest; exit; ) >&5 2>/dev/null -+ lt_status=$? -+ case x$lt_status in -+ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; -+ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; -+ x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; -+ esac -+ else : -+ # compilation failed -+ lt_cv_dlopen_self_static=no -+ fi -+fi -+rm -fr conftest* -+ -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 -+$as_echo "$lt_cv_dlopen_self_static" >&6; } -+ fi -+ -+ CPPFLAGS=$save_CPPFLAGS -+ LDFLAGS=$save_LDFLAGS -+ LIBS=$save_LIBS -+ ;; -+ esac -+ -+ case $lt_cv_dlopen_self in -+ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; -+ *) enable_dlopen_self=unknown ;; -+ esac -+ -+ case $lt_cv_dlopen_self_static in -+ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; -+ *) enable_dlopen_self_static=unknown ;; -+ esac -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+striplib= -+old_striplib= -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 -+$as_echo_n "checking whether stripping libraries is possible... " >&6; } -+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" -+ test -z "$striplib" && striplib="$STRIP --strip-unneeded" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+# FIXME - insert some real tests, host_os isn't really good enough -+ case $host_os in -+ darwin*) -+ if test -n "$STRIP"; then -+ striplib="$STRIP -x" -+ old_striplib="$STRIP -S" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ fi -+ ;; -+ *) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ ;; -+ esac -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ # Report what library types will actually be built -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 -+$as_echo_n "checking if libtool supports shared libraries... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 -+$as_echo "$can_build_shared" >&6; } -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 -+$as_echo_n "checking whether to build shared libraries... " >&6; } -+ test no = "$can_build_shared" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test yes = "$enable_shared" && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ -+ aix[4-9]*) -+ if test ia64 != "$host_cpu"; then -+ case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in -+ yes,aix,yes) ;; # shared object as lib.so file only -+ yes,svr4,*) ;; # shared object as lib.so archive member only -+ yes,*) enable_static=no ;; # shared object in lib.a archive as well -+ esac -+ fi -+ ;; -+ esac -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 -+$as_echo "$enable_shared" >&6; } -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 -+$as_echo_n "checking whether to build static libraries... " >&6; } -+ # Make sure either enable_shared or enable_static is yes. -+ test yes = "$enable_shared" || enable_static=yes -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 -+$as_echo "$enable_static" >&6; } -+ -+ -+ -+ -+fi -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+CC=$lt_save_CC -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ ac_config_commands="$ac_config_commands libtool" -+ -+ -+ -+ -+# Only expand once: -+ -+ -+ -+ac_config_headers="$ac_config_headers src/include/config.h" -+ -+ -+# Check whether --enable-silent-rules was given. -+if test "${enable_silent_rules+set}" = set; then : -+ enableval=$enable_silent_rules; -+fi -+ -+case $enable_silent_rules in # ((( -+ yes) AM_DEFAULT_VERBOSITY=0;; -+ no) AM_DEFAULT_VERBOSITY=1;; -+ *) AM_DEFAULT_VERBOSITY=1;; -+esac -+am_make=${MAKE-make} -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -+$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -+if ${am_cv_make_support_nested_variables+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if $as_echo 'TRUE=$(BAR$(V)) -+BAR0=false -+BAR1=true -+V=1 -+am__doit: -+ @$(TRUE) -+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then -+ am_cv_make_support_nested_variables=yes -+else -+ am_cv_make_support_nested_variables=no -+fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -+$as_echo "$am_cv_make_support_nested_variables" >&6; } -+if test $am_cv_make_support_nested_variables = yes; then -+ AM_V='$(V)' -+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -+else -+ AM_V=$AM_DEFAULT_VERBOSITY -+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -+fi -+AM_BACKSLASH='\' -+ -+ -+ if test `uname` = "Linux"; then -+ LINUX_TRUE= -+ LINUX_FALSE='#' -+else -+ LINUX_TRUE='#' -+ LINUX_FALSE= -+fi -+ -+ if test `uname` = "Darwin"; then -+ DARWIN_TRUE= -+ DARWIN_FALSE='#' -+else -+ DARWIN_TRUE='#' -+ DARWIN_FALSE= -+fi -+ -+ -+ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+if test -z "$CXX"; then -+ if test -n "$CCC"; then -+ CXX=$CCC -+ else -+ if test -n "$ac_tool_prefix"; then -+ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC -+ do -+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -+set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CXX"; then -+ ac_cv_prog_CXX="$CXX" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CXX=$ac_cv_prog_CXX -+if test -n "$CXX"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 -+$as_echo "$CXX" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$CXX" && break -+ done -+fi -+if test -z "$CXX"; then -+ ac_ct_CXX=$CXX -+ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_CXX"; then -+ ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_CXX="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX -+if test -n "$ac_ct_CXX"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 -+$as_echo "$ac_ct_CXX" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$ac_ct_CXX" && break -+done -+ -+ if test "x$ac_ct_CXX" = x; then -+ CXX="g++" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ CXX=$ac_ct_CXX -+ fi -+fi -+ -+ fi -+fi -+# Provide some information about the compiler. -+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 -+for ac_option in --version -v -V -qversion; do -+ { { ac_try="$ac_compiler $ac_option >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ sed '10a\ -+... rest of stderr output deleted ... -+ 10q' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ fi -+ rm -f conftest.er1 conftest.err -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+done -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } -+if ${ac_cv_cxx_compiler_gnu+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+#ifndef __GNUC__ -+ choke me -+#endif -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ ac_compiler_gnu=yes -+else -+ ac_compiler_gnu=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 -+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GXX=yes -+else -+ GXX= -+fi -+ac_test_CXXFLAGS=${CXXFLAGS+set} -+ac_save_CXXFLAGS=$CXXFLAGS -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 -+$as_echo_n "checking whether $CXX accepts -g... " >&6; } -+if ${ac_cv_prog_cxx_g+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_save_cxx_werror_flag=$ac_cxx_werror_flag -+ ac_cxx_werror_flag=yes -+ ac_cv_prog_cxx_g=no -+ CXXFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ ac_cv_prog_cxx_g=yes -+else -+ CXXFLAGS="" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ -+else -+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag -+ CXXFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ ac_cv_prog_cxx_g=yes -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 -+$as_echo "$ac_cv_prog_cxx_g" >&6; } -+if test "$ac_test_CXXFLAGS" = set; then -+ CXXFLAGS=$ac_save_CXXFLAGS -+elif test $ac_cv_prog_cxx_g = yes; then -+ if test "$GXX" = yes; then -+ CXXFLAGS="-g -O2" -+ else -+ CXXFLAGS="-g" -+ fi -+else -+ if test "$GXX" = yes; then -+ CXXFLAGS="-O2" -+ else -+ CXXFLAGS= -+ fi -+fi -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+depcc="$CXX" am_compiler_list= -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } -+if ${am_cv_CXX_dependencies_compiler_type+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then -+ # We make a subdir and do the tests there. Otherwise we can end up -+ # making bogus files that we don't know about and never remove. For -+ # instance it was reported that on HP-UX the gcc test will end up -+ # making a dummy file named 'D' -- because '-MD' means "put the output -+ # in D". -+ rm -rf conftest.dir -+ mkdir conftest.dir -+ # Copy depcomp to subdir because otherwise we won't find it if we're -+ # using a relative directory. -+ cp "$am_depcomp" conftest.dir -+ cd conftest.dir -+ # We will build objects and dependencies in a subdirectory because -+ # it helps to detect inapplicable dependency modes. For instance -+ # both Tru64's cc and ICC support -MD to output dependencies as a -+ # side effect of compilation, but ICC will put the dependencies in -+ # the current directory while Tru64 will put them in the object -+ # directory. -+ mkdir sub -+ -+ am_cv_CXX_dependencies_compiler_type=none -+ if test "$am_compiler_list" = ""; then -+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` -+ fi -+ am__universal=false -+ case " $depcc " in #( -+ *\ -arch\ *\ -arch\ *) am__universal=true ;; -+ esac -+ -+ for depmode in $am_compiler_list; do -+ # Setup a source with many dependencies, because some compilers -+ # like to wrap large dependency lists on column 80 (with \), and -+ # we should not choose a depcomp mode which is confused by this. -+ # -+ # We need to recreate these files for each test, as the compiler may -+ # overwrite some of them when testing with obscure command lines. -+ # This happens at least with the AIX C compiler. -+ : > sub/conftest.c -+ for i in 1 2 3 4 5 6; do -+ echo '#include "conftst'$i'.h"' >> sub/conftest.c -+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with -+ # Solaris 10 /bin/sh. -+ echo '/* dummy */' > sub/conftst$i.h -+ done -+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -+ -+ # We check with '-c' and '-o' for the sake of the "dashmstdout" -+ # mode. It turns out that the SunPro C++ compiler does not properly -+ # handle '-M -o', and we need to detect this. Also, some Intel -+ # versions had trouble with output in subdirs. -+ am__obj=sub/conftest.${OBJEXT-o} -+ am__minus_obj="-o $am__obj" -+ case $depmode in -+ gcc) -+ # This depmode causes a compiler race in universal mode. -+ test "$am__universal" = false || continue -+ ;; -+ nosideeffect) -+ # After this tag, mechanisms are not by side-effect, so they'll -+ # only be used when explicitly requested. -+ if test "x$enable_dependency_tracking" = xyes; then -+ continue -+ else -+ break -+ fi -+ ;; -+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) -+ # This compiler won't grok '-c -o', but also, the minuso test has -+ # not run yet. These depmodes are late enough in the game, and -+ # so weak that their functioning should not be impacted. -+ am__obj=conftest.${OBJEXT-o} -+ am__minus_obj= -+ ;; -+ none) break ;; -+ esac -+ if depmode=$depmode \ -+ source=sub/conftest.c object=$am__obj \ -+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ -+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ -+ >/dev/null 2>conftest.err && -+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && -+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && -+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then -+ # icc doesn't choke on unknown options, it will just issue warnings -+ # or remarks (even with -Werror). So we grep stderr for any message -+ # that says an option was ignored or not supported. -+ # When given -MP, icc 7.0 and 7.1 complain thusly: -+ # icc: Command line warning: ignoring option '-M'; no argument required -+ # The diagnosis changed in icc 8.0: -+ # icc: Command line remark: option '-MP' not supported -+ if (grep 'ignoring option' conftest.err || -+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else -+ am_cv_CXX_dependencies_compiler_type=$depmode -+ break -+ fi -+ fi -+ done -+ -+ cd .. -+ rm -rf conftest.dir -+else -+ am_cv_CXX_dependencies_compiler_type=none -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } -+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type -+ -+ if -+ test "x$enable_dependency_tracking" != xno \ -+ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then -+ am__fastdepCXX_TRUE= -+ am__fastdepCXX_FALSE='#' -+else -+ am__fastdepCXX_TRUE='#' -+ am__fastdepCXX_FALSE= -+fi -+ -+ -+ -+ -+func_stripname_cnf () -+{ -+ case $2 in -+ .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; -+ *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; -+ esac -+} # func_stripname_cnf -+ -+ if test -n "$CXX" && ( test no != "$CXX" && -+ ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || -+ (test g++ != "$CXX"))); then -+ ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 -+$as_echo_n "checking how to run the C++ preprocessor... " >&6; } -+if test -z "$CXXCPP"; then -+ if ${ac_cv_prog_CXXCPP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # Double quotes because CXXCPP needs to be expanded -+ for CXXCPP in "$CXX -E" "/lib/cpp" -+ do -+ ac_preproc_ok=false -+for ac_cxx_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_cxx_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_cxx_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ break -+fi -+ -+ done -+ ac_cv_prog_CXXCPP=$CXXCPP -+ -+fi -+ CXXCPP=$ac_cv_prog_CXXCPP -+else -+ ac_cv_prog_CXXCPP=$CXXCPP -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 -+$as_echo "$CXXCPP" >&6; } -+ac_preproc_ok=false -+for ac_cxx_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_cxx_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_cxx_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ -+else -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check -+See \`config.log' for more details" "$LINENO" 5; } -+fi -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+else -+ _lt_caught_CXX_error=yes -+fi -+ -+ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+ -+archive_cmds_need_lc_CXX=no -+allow_undefined_flag_CXX= -+always_export_symbols_CXX=no -+archive_expsym_cmds_CXX= -+compiler_needs_object_CXX=no -+export_dynamic_flag_spec_CXX= -+hardcode_direct_CXX=no -+hardcode_direct_absolute_CXX=no -+hardcode_libdir_flag_spec_CXX= -+hardcode_libdir_separator_CXX= -+hardcode_minus_L_CXX=no -+hardcode_shlibpath_var_CXX=unsupported -+hardcode_automatic_CXX=no -+inherit_rpath_CXX=no -+module_cmds_CXX= -+module_expsym_cmds_CXX= -+link_all_deplibs_CXX=unknown -+old_archive_cmds_CXX=$old_archive_cmds -+reload_flag_CXX=$reload_flag -+reload_cmds_CXX=$reload_cmds -+no_undefined_flag_CXX= -+whole_archive_flag_spec_CXX= -+enable_shared_with_static_runtimes_CXX=no -+ -+# Source file extension for C++ test sources. -+ac_ext=cpp -+ -+# Object file extension for compiled C++ test sources. -+objext=o -+objext_CXX=$objext -+ -+# No sense in running all these tests if we already determined that -+# the CXX compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test yes != "$_lt_caught_CXX_error"; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="int some_variable = 0;" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code='int main(int, char *[]) { return(0); }' -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ -+ -+ -+ -+ -+ -+# If no C compiler was specified, use CC. -+LTCC=${LTCC-"$CC"} -+ -+# If no C compiler flags were specified, use CFLAGS. -+LTCFLAGS=${LTCFLAGS-"$CFLAGS"} -+ -+# Allow CC to be a program name with arguments. -+compiler=$CC -+ -+ -+ # save warnings/boilerplate of simple test code -+ ac_outfile=conftest.$ac_objext -+echo "$lt_simple_compile_test_code" >conftest.$ac_ext -+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_compiler_boilerplate=`cat conftest.err` -+$RM conftest* -+ -+ ac_outfile=conftest.$ac_objext -+echo "$lt_simple_link_test_code" >conftest.$ac_ext -+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_linker_boilerplate=`cat conftest.err` -+$RM -r conftest* -+ -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC=$CC -+ lt_save_CFLAGS=$CFLAGS -+ lt_save_LD=$LD -+ lt_save_GCC=$GCC -+ GCC=$GXX -+ lt_save_with_gnu_ld=$with_gnu_ld -+ lt_save_path_LD=$lt_cv_path_LD -+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then -+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx -+ else -+ $as_unset lt_cv_prog_gnu_ld -+ fi -+ if test -n "${lt_cv_path_LDCXX+set}"; then -+ lt_cv_path_LD=$lt_cv_path_LDCXX -+ else -+ $as_unset lt_cv_path_LD -+ fi -+ test -z "${LDCXX+set}" || LD=$LDCXX -+ CC=${CXX-"c++"} -+ CFLAGS=$CXXFLAGS -+ compiler=$CC -+ compiler_CXX=$CC -+ func_cc_basename $compiler -+cc_basename=$func_cc_basename_result -+ -+ -+ if test -n "$compiler"; then -+ # We don't want -fno-exception when compiling C++ code, so set the -+ # no_builtin_flag separately -+ if test yes = "$GXX"; then -+ lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' -+ else -+ lt_prog_compiler_no_builtin_flag_CXX= -+ fi -+ -+ if test yes = "$GXX"; then -+ # Set up default GNU C++ configuration -+ -+ -+ -+# Check whether --with-gnu-ld was given. -+if test "${with_gnu_ld+set}" = set; then : -+ withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes -+else -+ with_gnu_ld=no -+fi -+ -+ac_prog=ld -+if test yes = "$GCC"; then -+ # Check if gcc -print-prog-name=ld gives a path. -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 -+$as_echo_n "checking for ld used by $CC... " >&6; } -+ case $host in -+ *-*-mingw*) -+ # gcc leaves a trailing carriage return, which upsets mingw -+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; -+ *) -+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; -+ esac -+ case $ac_prog in -+ # Accept absolute paths. -+ [\\/]* | ?:[\\/]*) -+ re_direlt='/[^/][^/]*/\.\./' -+ # Canonicalize the pathname of ld -+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` -+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do -+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` -+ done -+ test -z "$LD" && LD=$ac_prog -+ ;; -+ "") -+ # If it fails, then pretend we aren't using GCC. -+ ac_prog=ld -+ ;; -+ *) -+ # If it is relative, then search for the first ld in PATH. -+ with_gnu_ld=unknown -+ ;; -+ esac -+elif test yes = "$with_gnu_ld"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 -+$as_echo_n "checking for GNU ld... " >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 -+$as_echo_n "checking for non-GNU ld... " >&6; } -+fi -+if ${lt_cv_path_LD+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$LD"; then -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then -+ lt_cv_path_LD=$ac_dir/$ac_prog -+ # Check to see if the program is GNU ld. I'd rather use --version, -+ # but apparently some variants of GNU ld only accept -v. -+ # Break only if it was the GNU/non-GNU ld that we prefer. -+ case `"$lt_cv_path_LD" -v 2>&1 &5 -+$as_echo "$LD" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 -+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -+if ${lt_cv_prog_gnu_ld+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # I'd rather use --version here, but apparently some GNU lds only accept -v. -+case `$LD -v 2>&1 &5 -+$as_echo "$lt_cv_prog_gnu_ld" >&6; } -+with_gnu_ld=$lt_cv_prog_gnu_ld -+ -+ -+ -+ -+ -+ -+ -+ # Check if GNU C++ uses GNU ld as the underlying linker, since the -+ # archiving commands below assume that GNU ld is being used. -+ if test yes = "$with_gnu_ld"; then -+ archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ -+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-dynamic' -+ -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to -+ # investigate it a little bit more. (MM) -+ wlarc='$wl' -+ -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if eval "`$CC -print-prog-name=ld` --help 2>&1" | -+ $GREP 'no-whole-archive' > /dev/null; then -+ whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ else -+ whole_archive_flag_spec_CXX= -+ fi -+ else -+ with_gnu_ld=no -+ wlarc= -+ -+ # A generic and very simple default shared library creation -+ # command for GNU C++ for the case where it uses the native -+ # linker, instead of GNU ld. If possible, this setting should -+ # overridden to take advantage of the native linker features on -+ # the platform it is being used on. -+ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ fi -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ -+ else -+ GXX=no -+ with_gnu_ld=no -+ wlarc= -+ fi -+ -+ # PORTME: fill in a description of your system's C++ link characteristics -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } -+ ld_shlibs_CXX=yes -+ case $host_os in -+ aix3*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ aix[4-9]*) -+ if test ia64 = "$host_cpu"; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag= -+ else -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # have runtime linking enabled, and use it for executables. -+ # For shared libraries, we enable/disable runtime linking -+ # depending on the kind of the shared library created - -+ # when "with_aix_soname,aix_use_runtimelinking" is: -+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables -+ # "aix,yes" lib.so shared, rtl:yes, for executables -+ # lib.a static archive -+ # "both,no" lib.so.V(shr.o) shared, rtl:yes -+ # lib.a(lib.so.V) shared, rtl:no, for executables -+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a(lib.so.V) shared, rtl:no -+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a static archive -+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) -+ for ld_flag in $LDFLAGS; do -+ case $ld_flag in -+ *-brtl*) -+ aix_use_runtimelinking=yes -+ break -+ ;; -+ esac -+ done -+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # With aix-soname=svr4, we create the lib.so.V shared archives only, -+ # so we don't have lib.a shared libs to link our executables. -+ # We have to force runtime linking in this case. -+ aix_use_runtimelinking=yes -+ LDFLAGS="$LDFLAGS -Wl,-brtl" -+ fi -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ archive_cmds_CXX='' -+ hardcode_direct_CXX=yes -+ hardcode_direct_absolute_CXX=yes -+ hardcode_libdir_separator_CXX=':' -+ link_all_deplibs_CXX=yes -+ file_list_spec_CXX='$wl-f,' -+ case $with_aix_soname,$aix_use_runtimelinking in -+ aix,*) ;; # no import file -+ svr4,* | *,yes) # use import file -+ # The Import File defines what to hardcode. -+ hardcode_direct_CXX=no -+ hardcode_direct_absolute_CXX=no -+ ;; -+ esac -+ -+ if test yes = "$GXX"; then -+ case $host_os in aix4.[012]|aix4.[012].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`$CC -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ hardcode_direct_CXX=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ hardcode_minus_L_CXX=yes -+ hardcode_libdir_flag_spec_CXX='-L$libdir' -+ hardcode_libdir_separator_CXX= -+ fi -+ esac -+ shared_flag='-shared' -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag=$shared_flag' $wl-G' -+ fi -+ # Need to ensure runtime linking is disabled for the traditional -+ # shared library, or the linker may eventually find shared libraries -+ # /with/ Import File - we do not want to mix them. -+ shared_flag_aix='-shared' -+ shared_flag_svr4='-shared $wl-G' -+ else -+ # not using gcc -+ if test ia64 = "$host_cpu"; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag='$wl-G' -+ else -+ shared_flag='$wl-bM:SRE' -+ fi -+ shared_flag_aix='$wl-bM:SRE' -+ shared_flag_svr4='$wl-G' -+ fi -+ fi -+ -+ export_dynamic_flag_spec_CXX='$wl-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to -+ # export. -+ always_export_symbols_CXX=yes -+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ # The "-G" linker flag allows undefined symbols. -+ no_undefined_flag_CXX='-bernotok' -+ # Determine the default libpath from the value encoded in an empty -+ # executable. -+ if test set = "${lt_cv_aix_libpath+set}"; then -+ aix_libpath=$lt_cv_aix_libpath -+else -+ if ${lt_cv_aix_libpath__CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_link "$LINENO"; then : -+ -+ lt_aix_libpath_sed=' -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\([^ ]*\) *$/\1/ -+ p -+ } -+ }' -+ lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ # Check for a 64-bit object if we didn't find anything. -+ if test -z "$lt_cv_aix_libpath__CXX"; then -+ lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ if test -z "$lt_cv_aix_libpath__CXX"; then -+ lt_cv_aix_libpath__CXX=/usr/lib:/lib -+ fi -+ -+fi -+ -+ aix_libpath=$lt_cv_aix_libpath__CXX -+fi -+ -+ hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" -+ -+ archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag -+ else -+ if test ia64 = "$host_cpu"; then -+ hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib' -+ allow_undefined_flag_CXX="-z nodefs" -+ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ if test set = "${lt_cv_aix_libpath+set}"; then -+ aix_libpath=$lt_cv_aix_libpath -+else -+ if ${lt_cv_aix_libpath__CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_link "$LINENO"; then : -+ -+ lt_aix_libpath_sed=' -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\([^ ]*\) *$/\1/ -+ p -+ } -+ }' -+ lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ # Check for a 64-bit object if we didn't find anything. -+ if test -z "$lt_cv_aix_libpath__CXX"; then -+ lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ if test -z "$lt_cv_aix_libpath__CXX"; then -+ lt_cv_aix_libpath__CXX=/usr/lib:/lib -+ fi -+ -+fi -+ -+ aix_libpath=$lt_cv_aix_libpath__CXX -+fi -+ -+ hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ no_undefined_flag_CXX=' $wl-bernotok' -+ allow_undefined_flag_CXX=' $wl-berok' -+ if test yes = "$with_gnu_ld"; then -+ # We only use this code for GNU lds that support --whole-archive. -+ whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' -+ else -+ # Exported symbols can be pulled into shared objects from archives -+ whole_archive_flag_spec_CXX='$convenience' -+ fi -+ archive_cmds_need_lc_CXX=yes -+ archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' -+ # -brtl affects multiple linker settings, -berok does not and is overridden later -+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' -+ if test svr4 != "$with_aix_soname"; then -+ # This is similar to how AIX traditionally builds its shared -+ # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. -+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' -+ fi -+ if test aix != "$with_aix_soname"; then -+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' -+ else -+ # used by -dlpreopen to get the symbols -+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir' -+ fi -+ archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d' -+ fi -+ fi -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ allow_undefined_flag_CXX=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ else -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ -+ chorus*) -+ case $cc_basename in -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ case $GXX,$cc_basename in -+ ,cl* | no,cl*) -+ # Native MSVC -+ # hardcode_libdir_flag_spec is actually meaningless, as there is -+ # no search path for DLLs. -+ hardcode_libdir_flag_spec_CXX=' ' -+ allow_undefined_flag_CXX=unsupported -+ always_export_symbols_CXX=yes -+ file_list_spec_CXX='@' -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' -+ archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then -+ cp "$export_symbols" "$output_objdir/$soname.def"; -+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; -+ else -+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; -+ fi~ -+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ -+ linknames=' -+ # The linker will not automatically build a static lib if we build a DLL. -+ # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' -+ enable_shared_with_static_runtimes_CXX=yes -+ # Don't use ranlib -+ old_postinstall_cmds_CXX='chmod 644 $oldlib' -+ postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ -+ lt_tool_outputfile="@TOOL_OUTPUT@"~ -+ case $lt_outputfile in -+ *.exe|*.EXE) ;; -+ *) -+ lt_outputfile=$lt_outputfile.exe -+ lt_tool_outputfile=$lt_tool_outputfile.exe -+ ;; -+ esac~ -+ func_to_tool_file "$lt_outputfile"~ -+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then -+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; -+ $RM "$lt_outputfile.manifest"; -+ fi' -+ ;; -+ *) -+ # g++ -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, -+ # as there is no search path for DLLs. -+ hardcode_libdir_flag_spec_CXX='-L$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-all-symbols' -+ allow_undefined_flag_CXX=unsupported -+ always_export_symbols_CXX=no -+ enable_shared_with_static_runtimes_CXX=yes -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file, use it as -+ # is; otherwise, prepend EXPORTS... -+ archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ esac -+ ;; -+ darwin* | rhapsody*) -+ -+ -+ archive_cmds_need_lc_CXX=no -+ hardcode_direct_CXX=no -+ hardcode_automatic_CXX=yes -+ hardcode_shlibpath_var_CXX=unsupported -+ if test yes = "$lt_cv_ld_force_load"; then -+ whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' -+ -+ else -+ whole_archive_flag_spec_CXX='' -+ fi -+ link_all_deplibs_CXX=yes -+ allow_undefined_flag_CXX=$_lt_dar_allow_undefined -+ case $cc_basename in -+ ifort*|nagfor*) _lt_dar_can_shared=yes ;; -+ *) _lt_dar_can_shared=$GCC ;; -+ esac -+ if test yes = "$_lt_dar_can_shared"; then -+ output_verbose_link_cmd=func_echo_all -+ archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" -+ module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" -+ archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" -+ module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" -+ if test yes != "$lt_cv_apple_cc_single_mod"; then -+ archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" -+ archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" -+ fi -+ -+ else -+ ld_shlibs_CXX=no -+ fi -+ -+ ;; -+ -+ os2*) -+ hardcode_libdir_flag_spec_CXX='-L$libdir' -+ hardcode_minus_L_CXX=yes -+ allow_undefined_flag_CXX=unsupported -+ shrext_cmds=.dll -+ archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ enable_shared_with_static_runtimes_CXX=yes -+ ;; -+ -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ ;; -+ -+ freebsd2.*) -+ # C++ shared libraries reported to be fairly broken before -+ # switch to ELF -+ ld_shlibs_CXX=no -+ ;; -+ -+ freebsd-elf*) -+ archive_cmds_need_lc_CXX=no -+ ;; -+ -+ freebsd* | dragonfly*) -+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF -+ # conventions -+ ld_shlibs_CXX=yes -+ ;; -+ -+ haiku*) -+ archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ link_all_deplibs_CXX=yes -+ ;; -+ -+ hpux9*) -+ hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' -+ hardcode_libdir_separator_CXX=: -+ export_dynamic_flag_spec_CXX='$wl-E' -+ hardcode_direct_CXX=yes -+ hardcode_minus_L_CXX=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ aCC*) -+ archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ else -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ hpux10*|hpux11*) -+ if test no = "$with_gnu_ld"; then -+ hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' -+ hardcode_libdir_separator_CXX=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ ;; -+ *) -+ export_dynamic_flag_spec_CXX='$wl-E' -+ ;; -+ esac -+ fi -+ case $host_cpu in -+ hppa*64*|ia64*) -+ hardcode_direct_CXX=no -+ hardcode_shlibpath_var_CXX=no -+ ;; -+ *) -+ hardcode_direct_CXX=yes -+ hardcode_direct_absolute_CXX=yes -+ hardcode_minus_L_CXX=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ ;; -+ esac -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ aCC*) -+ case $host_cpu in -+ hppa*64*) -+ archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ if test no = "$with_gnu_ld"; then -+ case $host_cpu in -+ hppa*64*) -+ archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ fi -+ else -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ interix[3-9]*) -+ hardcode_direct_CXX=no -+ hardcode_shlibpath_var_CXX=no -+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' -+ export_dynamic_flag_spec_CXX='$wl-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ irix5* | irix6*) -+ case $cc_basename in -+ CC*) -+ # SGI C++ -+ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ if test no = "$with_gnu_ld"; then -+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ else -+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' -+ fi -+ fi -+ link_all_deplibs_CXX=yes -+ ;; -+ esac -+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -+ hardcode_libdir_separator_CXX=: -+ inherit_rpath_CXX=yes -+ ;; -+ -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ -+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-dynamic' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -Bstatic", where "CC" is the KAI C++ compiler. -+ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' -+ ;; -+ icpc* | ecpc* ) -+ # Intel C++ -+ with_gnu_ld=yes -+ # version 8.0 and above of icpc choke on multiply defined symbols -+ # if we add $predep_objects and $postdep_objects, however 7.1 and -+ # earlier do not add the objects themselves. -+ case `$CC -V 2>&1` in -+ *"Version 7."*) -+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ *) # Version 8.0 or newer -+ tmp_idyn= -+ case $host_cpu in -+ ia64*) tmp_idyn=' -i_dynamic';; -+ esac -+ archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ esac -+ archive_cmds_need_lc_CXX=no -+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-dynamic' -+ whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ case `$CC -V` in -+ *pgCC\ [1-5].* | *pgcpp\ [1-5].*) -+ prelink_cmds_CXX='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ -+ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' -+ old_archive_cmds_CXX='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ -+ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ -+ $RANLIB $oldlib' -+ archive_cmds_CXX='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ *) # Version 6 and above use weak symbols -+ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ esac -+ -+ hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-dynamic' -+ whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ ;; -+ cxx*) -+ # Compaq C++ -+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' -+ -+ runpath_var=LD_RUN_PATH -+ hardcode_libdir_flag_spec_CXX='-rpath $libdir' -+ hardcode_libdir_separator_CXX=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' -+ ;; -+ xl* | mpixl* | bgxl*) -+ # IBM XL 8.0 on PPC, with GNU ld -+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -+ export_dynamic_flag_spec_CXX='$wl--export-dynamic' -+ archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ if test yes = "$supports_anon_versioning"; then -+ archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ no_undefined_flag_CXX=' -zdefs' -+ archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' -+ hardcode_libdir_flag_spec_CXX='-R$libdir' -+ whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ compiler_needs_object_CXX=yes -+ -+ # Not sure whether something based on -+ # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 -+ # would be better. -+ output_verbose_link_cmd='func_echo_all' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ lynxos*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ -+ m88k*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ ;; -+ -+ netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' -+ wlarc= -+ hardcode_libdir_flag_spec_CXX='-R$libdir' -+ hardcode_direct_CXX=yes -+ hardcode_shlibpath_var_CXX=no -+ fi -+ # Workaround some broken pre-1.5 toolchains -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' -+ ;; -+ -+ *nto* | *qnx*) -+ ld_shlibs_CXX=yes -+ ;; -+ -+ openbsd* | bitrig*) -+ if test -f /usr/libexec/ld.so; then -+ hardcode_direct_CXX=yes -+ hardcode_shlibpath_var_CXX=no -+ hardcode_direct_absolute_CXX=yes -+ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' -+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then -+ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' -+ export_dynamic_flag_spec_CXX='$wl-E' -+ whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ fi -+ output_verbose_link_cmd=func_echo_all -+ else -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ -+ hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' -+ hardcode_libdir_separator_CXX=: -+ -+ # Archives containing C++ object files must be created using -+ # the KAI C++ compiler. -+ case $host in -+ osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; -+ *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; -+ esac -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ cxx*) -+ case $host in -+ osf3*) -+ allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' -+ archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -+ ;; -+ *) -+ allow_undefined_flag_CXX=' -expect_unresolved \*' -+ archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ -+ echo "-hidden">> $lib.exp~ -+ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ -+ $RM $lib.exp' -+ hardcode_libdir_flag_spec_CXX='-rpath $libdir' -+ ;; -+ esac -+ -+ hardcode_libdir_separator_CXX=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes,no = "$GXX,$with_gnu_ld"; then -+ allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' -+ case $host in -+ osf3*) -+ archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ ;; -+ *) -+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ ;; -+ esac -+ -+ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' -+ hardcode_libdir_separator_CXX=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ -+ else -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ psos*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ lcc*) -+ # Lucid -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ ;; -+ -+ solaris*) -+ case $cc_basename in -+ CC* | sunCC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ archive_cmds_need_lc_CXX=yes -+ no_undefined_flag_CXX=' -zdefs' -+ archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ hardcode_libdir_flag_spec_CXX='-R$libdir' -+ hardcode_shlibpath_var_CXX=no -+ case $host_os in -+ solaris2.[0-5] | solaris2.[0-5].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands '-z linker_flag'. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' -+ ;; -+ esac -+ link_all_deplibs_CXX=yes -+ -+ output_verbose_link_cmd='func_echo_all' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ -+ # The C++ compiler must be used to create the archive. -+ old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' -+ ;; -+ *) -+ # GNU C++ compiler with Solaris linker -+ if test yes,no = "$GXX,$with_gnu_ld"; then -+ no_undefined_flag_CXX=' $wl-z ${wl}defs' -+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then -+ archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ else -+ # g++ 2.7 appears to require '-G' NOT '-shared' on this -+ # platform. -+ archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ fi -+ -+ hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' -+ case $host_os in -+ solaris2.[0-5] | solaris2.[0-5].*) ;; -+ *) -+ whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' -+ ;; -+ esac -+ fi -+ ;; -+ esac -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) -+ no_undefined_flag_CXX='$wl-z,text' -+ archive_cmds_need_lc_CXX=no -+ hardcode_shlibpath_var_CXX=no -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We CANNOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ no_undefined_flag_CXX='$wl-z,text' -+ allow_undefined_flag_CXX='$wl-z,nodefs' -+ archive_cmds_need_lc_CXX=no -+ hardcode_shlibpath_var_CXX=no -+ hardcode_libdir_flag_spec_CXX='$wl-R,$libdir' -+ hardcode_libdir_separator_CXX=':' -+ link_all_deplibs_CXX=yes -+ export_dynamic_flag_spec_CXX='$wl-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ -+ '"$old_archive_cmds_CXX" -+ reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ -+ '"$reload_cmds_CXX" -+ ;; -+ *) -+ archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ ;; -+ -+ vxworks*) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ -+ *) -+ # FIXME: insert proper C++ library support -+ ld_shlibs_CXX=no -+ ;; -+ esac -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 -+$as_echo "$ld_shlibs_CXX" >&6; } -+ test no = "$ld_shlibs_CXX" && can_build_shared=no -+ -+ GCC_CXX=$GXX -+ LD_CXX=$LD -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ # Dependencies to place before and after the object being linked: -+predep_objects_CXX= -+postdep_objects_CXX= -+predeps_CXX= -+postdeps_CXX= -+compiler_lib_search_path_CXX= -+ -+cat > conftest.$ac_ext <<_LT_EOF -+class Foo -+{ -+public: -+ Foo (void) { a = 0; } -+private: -+ int a; -+}; -+_LT_EOF -+ -+ -+_lt_libdeps_save_CFLAGS=$CFLAGS -+case "$CC $CFLAGS " in #( -+*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; -+*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; -+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; -+esac -+ -+if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ # Parse the compiler output and extract the necessary -+ # objects, libraries and library flags. -+ -+ # Sentinel used to keep track of whether or not we are before -+ # the conftest object file. -+ pre_test_object_deps_done=no -+ -+ for p in `eval "$output_verbose_link_cmd"`; do -+ case $prev$p in -+ -+ -L* | -R* | -l*) -+ # Some compilers place space between "-{L,R}" and the path. -+ # Remove the space. -+ if test x-L = "$p" || -+ test x-R = "$p"; then -+ prev=$p -+ continue -+ fi -+ -+ # Expand the sysroot to ease extracting the directories later. -+ if test -z "$prev"; then -+ case $p in -+ -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -+ -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -+ -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; -+ esac -+ fi -+ case $p in -+ =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; -+ esac -+ if test no = "$pre_test_object_deps_done"; then -+ case $prev in -+ -L | -R) -+ # Internal compiler library paths should come after those -+ # provided the user. The postdeps already come after the -+ # user supplied libs so there is no need to process them. -+ if test -z "$compiler_lib_search_path_CXX"; then -+ compiler_lib_search_path_CXX=$prev$p -+ else -+ compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p" -+ fi -+ ;; -+ # The "-l" case would never come before the object being -+ # linked, so don't bother handling this case. -+ esac -+ else -+ if test -z "$postdeps_CXX"; then -+ postdeps_CXX=$prev$p -+ else -+ postdeps_CXX="${postdeps_CXX} $prev$p" -+ fi -+ fi -+ prev= -+ ;; -+ -+ *.lto.$objext) ;; # Ignore GCC LTO objects -+ *.$objext) -+ # This assumes that the test object file only shows up -+ # once in the compiler output. -+ if test "$p" = "conftest.$objext"; then -+ pre_test_object_deps_done=yes -+ continue -+ fi -+ -+ if test no = "$pre_test_object_deps_done"; then -+ if test -z "$predep_objects_CXX"; then -+ predep_objects_CXX=$p -+ else -+ predep_objects_CXX="$predep_objects_CXX $p" -+ fi -+ else -+ if test -z "$postdep_objects_CXX"; then -+ postdep_objects_CXX=$p -+ else -+ postdep_objects_CXX="$postdep_objects_CXX $p" -+ fi -+ fi -+ ;; -+ -+ *) ;; # Ignore the rest. -+ -+ esac -+ done -+ -+ # Clean up. -+ rm -f a.out a.exe -+else -+ echo "libtool.m4: error: problem compiling CXX test program" -+fi -+ -+$RM -f confest.$objext -+CFLAGS=$_lt_libdeps_save_CFLAGS -+ -+# PORTME: override above test on systems where it is broken -+case $host_os in -+interix[3-9]*) -+ # Interix 3.5 installs completely hosed .la files for C++, so rather than -+ # hack all around it, let's just trust "g++" to DTRT. -+ predep_objects_CXX= -+ postdep_objects_CXX= -+ postdeps_CXX= -+ ;; -+esac -+ -+ -+case " $postdeps_CXX " in -+*" -lc "*) archive_cmds_need_lc_CXX=no ;; -+esac -+ compiler_lib_search_dirs_CXX= -+if test -n "${compiler_lib_search_path_CXX}"; then -+ compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ lt_prog_compiler_wl_CXX= -+lt_prog_compiler_pic_CXX= -+lt_prog_compiler_static_CXX= -+ -+ -+ # C++ specific cases for pic, static, wl, etc. -+ if test yes = "$GXX"; then -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_static_CXX='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ lt_prog_compiler_static_CXX='-Bstatic' -+ fi -+ lt_prog_compiler_pic_CXX='-fPIC' -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ lt_prog_compiler_pic_CXX='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the '-m68020' flag to GCC prevents building anything better, -+ # like '-m68040'. -+ lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ mingw* | cygwin* | os2* | pw32* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ lt_prog_compiler_pic_CXX='-DDLL_EXPORT' -+ case $host_os in -+ os2*) -+ lt_prog_compiler_static_CXX='$wl-static' -+ ;; -+ esac -+ ;; -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ lt_prog_compiler_pic_CXX='-fno-common' -+ ;; -+ *djgpp*) -+ # DJGPP does not support shared libraries at all -+ lt_prog_compiler_pic_CXX= -+ ;; -+ haiku*) -+ # PIC is the default for Haiku. -+ # The "-static" flag exists, but is broken. -+ lt_prog_compiler_static_CXX= -+ ;; -+ interix[3-9]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ lt_prog_compiler_pic_CXX=-Kconform_pic -+ fi -+ ;; -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ ;; -+ *) -+ lt_prog_compiler_pic_CXX='-fPIC' -+ ;; -+ esac -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ lt_prog_compiler_pic_CXX='-fPIC -shared' -+ ;; -+ *) -+ lt_prog_compiler_pic_CXX='-fPIC' -+ ;; -+ esac -+ else -+ case $host_os in -+ aix[4-9]*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ lt_prog_compiler_static_CXX='-Bstatic' -+ else -+ lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ chorus*) -+ case $cc_basename in -+ cxch68*) -+ # Green Hills C++ Compiler -+ # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" -+ ;; -+ esac -+ ;; -+ mingw* | cygwin* | os2* | pw32* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ lt_prog_compiler_pic_CXX='-DDLL_EXPORT' -+ ;; -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ lt_prog_compiler_pic_CXX='-KPIC' -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ lt_prog_compiler_pic_CXX='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ freebsd* | dragonfly*) -+ # FreeBSD uses GNU C++ -+ ;; -+ hpux9* | hpux10* | hpux11*) -+ case $cc_basename in -+ CC*) -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_static_CXX='$wl-a ${wl}archive' -+ if test ia64 != "$host_cpu"; then -+ lt_prog_compiler_pic_CXX='+Z' -+ fi -+ ;; -+ aCC*) -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_static_CXX='$wl-a ${wl}archive' -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ lt_prog_compiler_pic_CXX='+Z' -+ ;; -+ esac -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ interix*) -+ # This is c89, which is MS Visual C++ (no shared libs) -+ # Anyone wants to do a port? -+ ;; -+ irix5* | irix6* | nonstopux*) -+ case $cc_basename in -+ CC*) -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_static_CXX='-non_shared' -+ # CC pic flag -KPIC is the default. -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ KCC*) -+ # KAI C++ Compiler -+ lt_prog_compiler_wl_CXX='--backend -Wl,' -+ lt_prog_compiler_pic_CXX='-fPIC' -+ ;; -+ ecpc* ) -+ # old Intel C++ for x86_64, which still supported -KPIC. -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_pic_CXX='-KPIC' -+ lt_prog_compiler_static_CXX='-static' -+ ;; -+ icpc* ) -+ # Intel C++, used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_pic_CXX='-fPIC' -+ lt_prog_compiler_static_CXX='-static' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_pic_CXX='-fpic' -+ lt_prog_compiler_static_CXX='-Bstatic' -+ ;; -+ cxx*) -+ # Compaq C++ -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ lt_prog_compiler_pic_CXX= -+ lt_prog_compiler_static_CXX='-non_shared' -+ ;; -+ xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) -+ # IBM XL 8.0, 9.0 on PPC and BlueGene -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_pic_CXX='-qpic' -+ lt_prog_compiler_static_CXX='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ lt_prog_compiler_pic_CXX='-KPIC' -+ lt_prog_compiler_static_CXX='-Bstatic' -+ lt_prog_compiler_wl_CXX='-Qoption ld ' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ lynxos*) -+ ;; -+ m88k*) -+ ;; -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ lt_prog_compiler_pic_CXX='-W c,exportall' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ netbsd* | netbsdelf*-gnu) -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ lt_prog_compiler_pic_CXX='-fPIC -shared' -+ ;; -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ lt_prog_compiler_wl_CXX='--backend -Wl,' -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ lt_prog_compiler_pic_CXX='-pic' -+ ;; -+ cxx*) -+ # Digital/Compaq C++ -+ lt_prog_compiler_wl_CXX='-Wl,' -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ lt_prog_compiler_pic_CXX= -+ lt_prog_compiler_static_CXX='-non_shared' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ psos*) -+ ;; -+ solaris*) -+ case $cc_basename in -+ CC* | sunCC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ lt_prog_compiler_pic_CXX='-KPIC' -+ lt_prog_compiler_static_CXX='-Bstatic' -+ lt_prog_compiler_wl_CXX='-Qoption ld ' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ lt_prog_compiler_pic_CXX='-PIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ lt_prog_compiler_pic_CXX='-pic' -+ lt_prog_compiler_static_CXX='-Bstatic' -+ ;; -+ lcc*) -+ # Lucid -+ lt_prog_compiler_pic_CXX='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ case $cc_basename in -+ CC*) -+ lt_prog_compiler_wl_CXX='-Wl,' -+ lt_prog_compiler_pic_CXX='-KPIC' -+ lt_prog_compiler_static_CXX='-Bstatic' -+ ;; -+ esac -+ ;; -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ lt_prog_compiler_pic_CXX='-KPIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ vxworks*) -+ ;; -+ *) -+ lt_prog_compiler_can_build_shared_CXX=no -+ ;; -+ esac -+ fi -+ -+case $host_os in -+ # For platforms that do not support PIC, -DPIC is meaningless: -+ *djgpp*) -+ lt_prog_compiler_pic_CXX= -+ ;; -+ *) -+ lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" -+ ;; -+esac -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } -+if ${lt_cv_prog_compiler_pic_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } -+lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX -+ -+# -+# Check to make sure the PIC flag actually works. -+# -+if test -n "$lt_prog_compiler_pic_CXX"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } -+if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_pic_works_CXX=no -+ ac_outfile=conftest.$ac_objext -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ # The option is referenced via a variable to avoid confusing sed. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>conftest.err) -+ ac_status=$? -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s "$ac_outfile"; then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings other than the usual output. -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_pic_works_CXX=yes -+ fi -+ fi -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then -+ case $lt_prog_compiler_pic_CXX in -+ "" | " "*) ;; -+ *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; -+ esac -+else -+ lt_prog_compiler_pic_CXX= -+ lt_prog_compiler_can_build_shared_CXX=no -+fi -+ -+fi -+ -+ -+ -+ -+ -+# -+# Check to make sure the static flag actually works. -+# -+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } -+if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_static_works_CXX=no -+ save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS $lt_tmp_static_flag" -+ echo "$lt_simple_link_test_code" > conftest.$ac_ext -+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then -+ # The linker can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ if test -s conftest.err; then -+ # Append any errors to the config.log. -+ cat conftest.err 1>&5 -+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if diff conftest.exp conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_static_works_CXX=yes -+ fi -+ else -+ lt_cv_prog_compiler_static_works_CXX=yes -+ fi -+ fi -+ $RM -r conftest* -+ LDFLAGS=$save_LDFLAGS -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } -+ -+if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then -+ : -+else -+ lt_prog_compiler_static_CXX= -+fi -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_c_o_CXX=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_c_o_CXX=yes -+ fi -+ fi -+ chmod u+w . 2>&5 -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_prog_compiler_c_o_CXX=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ lt_cv_prog_compiler_c_o_CXX=yes -+ fi -+ fi -+ chmod u+w . 2>&5 -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } -+ -+ -+ -+ -+hard_links=nottested -+if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then -+ # do not overwrite the value of need_locks provided by the user -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } -+ hard_links=yes -+ $RM conftest* -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ touch conftest.a -+ ln conftest.a conftest.b 2>&5 || hard_links=no -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } -+ if test no = "$hard_links"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} -+ need_locks=warn -+ fi -+else -+ need_locks=no -+fi -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } -+ -+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' -+ case $host_os in -+ aix[4-9]*) -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to GNU nm, but means don't demangle to AIX nm. -+ # Without the "-l" option, or with the "-B" option, AIX nm treats -+ # weak defined symbols like other global defined symbols, whereas -+ # GNU nm marks them as "W". -+ # While the 'weak' keyword is ignored in the Export File, we need -+ # it in the Import File for the 'aix-soname' feature, so we have -+ # to replace the "-B" option with "-P" for AIX nm. -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' -+ else -+ export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' -+ fi -+ ;; -+ pw32*) -+ export_symbols_cmds_CXX=$ltdll_cmds -+ ;; -+ cygwin* | mingw* | cegcc*) -+ case $cc_basename in -+ cl*) -+ exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' -+ ;; -+ *) -+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' -+ exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' -+ ;; -+ esac -+ ;; -+ linux* | k*bsd*-gnu | gnu*) -+ link_all_deplibs_CXX=no -+ ;; -+ *) -+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ ;; -+ esac -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 -+$as_echo "$ld_shlibs_CXX" >&6; } -+test no = "$ld_shlibs_CXX" && can_build_shared=no -+ -+with_gnu_ld_CXX=$with_gnu_ld -+ -+ -+ -+ -+ -+ -+# -+# Do we need to explicitly link libc? -+# -+case "x$archive_cmds_need_lc_CXX" in -+x|xyes) -+ # Assume -lc should be added -+ archive_cmds_need_lc_CXX=yes -+ -+ if test yes,yes = "$GCC,$enable_shared"; then -+ case $archive_cmds_CXX in -+ *'~'*) -+ # FIXME: we may have to deal with multi-command sequences. -+ ;; -+ '$CC '*) -+ # Test whether the compiler implicitly links with -lc since on some -+ # systems, -lgcc has to come before -lc. If gcc already passes -lc -+ # to ld, don't add -lc before -lgcc. -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } -+if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ $RM conftest* -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 -+ (eval $ac_compile) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } 2>conftest.err; then -+ soname=conftest -+ lib=conftest -+ libobjs=conftest.$ac_objext -+ deplibs= -+ wl=$lt_prog_compiler_wl_CXX -+ pic_flag=$lt_prog_compiler_pic_CXX -+ compiler_flags=-v -+ linker_flags=-v -+ verstring= -+ output_objdir=. -+ libname=conftest -+ lt_save_allow_undefined_flag=$allow_undefined_flag_CXX -+ allow_undefined_flag_CXX= -+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 -+ (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+ then -+ lt_cv_archive_cmds_need_lc_CXX=no -+ else -+ lt_cv_archive_cmds_need_lc_CXX=yes -+ fi -+ allow_undefined_flag_CXX=$lt_save_allow_undefined_flag -+ else -+ cat conftest.err 1>&5 -+ fi -+ $RM conftest* -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 -+$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } -+ archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX -+ ;; -+ esac -+ fi -+ ;; -+esac -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } -+ -+library_names_spec= -+libname_spec='lib$name' -+soname_spec= -+shrext_cmds=.so -+postinstall_cmds= -+postuninstall_cmds= -+finish_cmds= -+finish_eval= -+shlibpath_var= -+shlibpath_overrides_runpath=unknown -+version_type=none -+dynamic_linker="$host_os ld.so" -+sys_lib_dlsearch_path_spec="/lib /usr/lib" -+need_lib_prefix=unknown -+hardcode_into_libs=no -+ -+# when you set need_version to no, make sure it does not cause -set_version -+# flags to be left without arguments -+need_version=unknown -+ -+ -+ -+case $host_os in -+aix3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname.a' -+ shlibpath_var=LIBPATH -+ -+ # AIX 3 has no versioning support, so we append a major version to the name. -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ -+aix[4-9]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ hardcode_into_libs=yes -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 supports IA64 -+ library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ else -+ # With GCC up to 2.95.x, collect2 would create an import file -+ # for dependence libraries. The import file would start with -+ # the line '#! .'. This would cause the generated library to -+ # depend on '.', always an invalid library. This was fixed in -+ # development snapshots of GCC prior to 3.0. -+ case $host_os in -+ aix4 | aix4.[01] | aix4.[01].*) -+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' -+ echo ' yes ' -+ echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then -+ : -+ else -+ can_build_shared=no -+ fi -+ ;; -+ esac -+ # Using Import Files as archive members, it is possible to support -+ # filename-based versioning of shared library archives on AIX. While -+ # this would work for both with and without runtime linking, it will -+ # prevent static linking of such archives. So we do filename-based -+ # shared library versioning with .so extension only, which is used -+ # when both runtime linking and shared linking is enabled. -+ # Unfortunately, runtime linking may impact performance, so we do -+ # not want this to be the default eventually. Also, we use the -+ # versioned .so libs for executables only if there is the -brtl -+ # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. -+ # To allow for filename-based versioning support, we need to create -+ # libNAME.so.V as an archive file, containing: -+ # *) an Import File, referring to the versioned filename of the -+ # archive as well as the shared archive member, telling the -+ # bitwidth (32 or 64) of that shared object, and providing the -+ # list of exported symbols of that shared object, eventually -+ # decorated with the 'weak' keyword -+ # *) the shared object with the F_LOADONLY flag set, to really avoid -+ # it being seen by the linker. -+ # At run time we better use the real file rather than another symlink, -+ # but for link time we create the symlink libNAME.so -> libNAME.so.V -+ -+ case $with_aix_soname,$aix_use_runtimelinking in -+ # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct -+ # soname into executable. Probably we can add versioning support to -+ # collect2, so additional links can be useful in future. -+ aix,yes) # traditional libtool -+ dynamic_linker='AIX unversionable lib.so' -+ # If using run time linking (on AIX 4.2 or later) use lib.so -+ # instead of lib.a to let people know that these are not -+ # typical AIX shared libraries. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ aix,no) # traditional AIX only -+ dynamic_linker='AIX lib.a(lib.so.V)' -+ # We preserve .a as extension for shared libraries through AIX4.2 -+ # and later when we are not doing run time linking. -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ svr4,*) # full svr4 only -+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,yes) # both, prefer svr4 -+ dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # unpreferred sharedlib libNAME.a needs extra handling -+ postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' -+ postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,no) # both, prefer aix -+ dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling -+ postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' -+ postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' -+ ;; -+ esac -+ shlibpath_var=LIBPATH -+ fi -+ ;; -+ -+amigaos*) -+ case $host_cpu in -+ powerpc) -+ # Since July 2007 AmigaOS4 officially supports .so libraries. -+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ m68k) -+ library_names_spec='$libname.ixlibrary $libname.a' -+ # Create ${libname}_ixlibrary.a entries in /sys/libs. -+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' -+ ;; -+ esac -+ ;; -+ -+beos*) -+ library_names_spec='$libname$shared_ext' -+ dynamic_linker="$host_os ld.so" -+ shlibpath_var=LIBRARY_PATH -+ ;; -+ -+bsdi[45]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" -+ # the default ld.so.conf also contains /usr/contrib/lib and -+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow -+ # libtool to hard-code these into programs -+ ;; -+ -+cygwin* | mingw* | pw32* | cegcc*) -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ -+ case $GCC,$cc_basename in -+ yes,*) -+ # gcc -+ library_names_spec='$libname.dll.a' -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ -+ case $host_os in -+ cygwin*) -+ # Cygwin DLLs use 'cyg' prefix rather than 'lib' -+ soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ -+ ;; -+ mingw* | cegcc*) -+ # MinGW DLLs use traditional 'lib' prefix -+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ ;; -+ pw32*) -+ # pw32 DLLs use 'pw' prefix rather than 'lib' -+ library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ ;; -+ esac -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ -+ *,cl*) -+ # Native MSVC -+ libname_spec='$name' -+ soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' -+ library_names_spec='$libname.dll.lib' -+ -+ case $build_os in -+ mingw*) -+ sys_lib_search_path_spec= -+ lt_save_ifs=$IFS -+ IFS=';' -+ for lt_path in $LIB -+ do -+ IFS=$lt_save_ifs -+ # Let DOS variable expansion print the short 8.3 style file name. -+ lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` -+ sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" -+ done -+ IFS=$lt_save_ifs -+ # Convert to MSYS style. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` -+ ;; -+ cygwin*) -+ # Convert to unix form, then to dos form, then back to unix form -+ # but this time dos style (no spaces!) so that the unix form looks -+ # like /cygdrive/c/PROGRA~1:/cygdr... -+ sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` -+ sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` -+ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ ;; -+ *) -+ sys_lib_search_path_spec=$LIB -+ if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then -+ # It is most probably a Windows format PATH. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` -+ else -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ fi -+ # FIXME: find the short name or the path components, as spaces are -+ # common. (e.g. "Program Files" -> "PROGRA~1") -+ ;; -+ esac -+ -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ dynamic_linker='Win32 link.exe' -+ ;; -+ -+ *) -+ # Assume MSVC wrapper -+ library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ esac -+ # FIXME: first we should search . and the directory the executable is in -+ shlibpath_var=PATH -+ ;; -+ -+darwin* | rhapsody*) -+ dynamic_linker="$host_os dyld" -+ version_type=darwin -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$major$shared_ext' -+ shlibpath_overrides_runpath=yes -+ shlibpath_var=DYLD_LIBRARY_PATH -+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -+ -+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' -+ ;; -+ -+dgux*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd* | dragonfly*) -+ # DragonFly does not have aout. When/if they implement a new -+ # versioning mechanism, adjust this. -+ if test -x /usr/bin/objformat; then -+ objformat=`/usr/bin/objformat` -+ else -+ case $host_os in -+ freebsd[23].*) objformat=aout ;; -+ *) objformat=elf ;; -+ esac -+ fi -+ version_type=freebsd-$objformat -+ case $version_type in -+ freebsd-elf*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ need_version=no -+ need_lib_prefix=no -+ ;; -+ freebsd-*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ need_version=yes -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_os in -+ freebsd2.*) -+ shlibpath_overrides_runpath=yes -+ ;; -+ freebsd3.[01]* | freebsdelf3.[01]*) -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ -+ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ *) # from 4.6 on, and DragonFly -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ esac -+ ;; -+ -+haiku*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ dynamic_linker="$host_os runtime_loader" -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' -+ hardcode_into_libs=yes -+ ;; -+ -+hpux9* | hpux10* | hpux11*) -+ # Give a soname corresponding to the major version so that dld.sl refuses to -+ # link against other versions. -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ case $host_cpu in -+ ia64*) -+ shrext_cmds='.so' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.so" -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ if test 32 = "$HPUX_IA64_MODE"; then -+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32 -+ else -+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64 -+ fi -+ ;; -+ hppa*64*) -+ shrext_cmds='.sl' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ *) -+ shrext_cmds='.sl' -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=SHLIB_PATH -+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ esac -+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ... -+ postinstall_cmds='chmod 555 $lib' -+ # or fails outright, so override atomically: -+ install_override_mode=555 -+ ;; -+ -+interix[3-9]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $host_os in -+ nonstopux*) version_type=nonstopux ;; -+ *) -+ if test yes = "$lt_cv_prog_gnu_ld"; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ else -+ version_type=irix -+ fi ;; -+ esac -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' -+ case $host_os in -+ irix5* | nonstopux*) -+ libsuff= shlibsuff= -+ ;; -+ *) -+ case $LD in # libtool.m4 will add one of these switches to LD -+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") -+ libsuff= shlibsuff= libmagic=32-bit;; -+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") -+ libsuff=32 shlibsuff=N32 libmagic=N32;; -+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") -+ libsuff=64 shlibsuff=64 libmagic=64-bit;; -+ *) libsuff= shlibsuff= libmagic=never-match;; -+ esac -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" -+ sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" -+ hardcode_into_libs=yes -+ ;; -+ -+# No shared lib support for Linux oldld, aout, or coff. -+linux*oldld* | linux*aout* | linux*coff*) -+ dynamic_linker=no -+ ;; -+ -+linux*android*) -+ version_type=none # Android doesn't support versioned libraries. -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext' -+ soname_spec='$libname$release$shared_ext' -+ finish_cmds= -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ dynamic_linker='Android linker' -+ # Don't embed -rpath directories since the linker doesn't support them. -+ hardcode_libdir_flag_spec_CXX='-L$libdir' -+ ;; -+ -+# This must be glibc/ELF. -+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ -+ # Some binutils ld are patched to set DT_RUNPATH -+ if ${lt_cv_shlibpath_overrides_runpath+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ lt_cv_shlibpath_overrides_runpath=no -+ save_LDFLAGS=$LDFLAGS -+ save_libdir=$libdir -+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ -+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_link "$LINENO"; then : -+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : -+ lt_cv_shlibpath_overrides_runpath=yes -+fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LDFLAGS=$save_LDFLAGS -+ libdir=$save_libdir -+ -+fi -+ -+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ # Ideally, we could use ldconfig to report *all* directores which are -+ # searched for libraries, however this is still not possible. Aside from not -+ # being certain /sbin/ldconfig is available, command -+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, -+ # even though it is searched at run-time. Try to do the best guess by -+ # appending ld.so.conf contents (and includes) to the search path. -+ if test -f /etc/ld.so.conf; then -+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ fi -+ -+ # We used to test for /lib/ld.so.1 and disable shared libraries on -+ # powerpc, because MkLinux only supported shared libraries with the -+ # GNU dynamic linker. Since this was broken with cross compilers, -+ # most powerpc-linux boxes support dynamic linking these days and -+ # people can always --disable-shared, the test was removed, and we -+ # assume the GNU/Linux dynamic linker is in use. -+ dynamic_linker='GNU/Linux ld.so' -+ ;; -+ -+netbsdelf*-gnu) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='NetBSD ld.elf_so' -+ ;; -+ -+netbsd*) -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ dynamic_linker='NetBSD (a.out) ld.so' -+ else -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='NetBSD ld.elf_so' -+ fi -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ -+newsos6) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+*nto* | *qnx*) -+ version_type=qnx -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='ldqnx.so' -+ ;; -+ -+openbsd* | bitrig*) -+ version_type=sunos -+ sys_lib_dlsearch_path_spec=/usr/lib -+ need_lib_prefix=no -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ need_version=no -+ else -+ need_version=yes -+ fi -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+os2*) -+ libname_spec='$name' -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ # OS/2 can only load a DLL with a base name of 8 characters or less. -+ soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; -+ v=$($ECHO $release$versuffix | tr -d .-); -+ n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); -+ $ECHO $n$v`$shared_ext' -+ library_names_spec='${libname}_dll.$libext' -+ dynamic_linker='OS/2 ld.exe' -+ shlibpath_var=BEGINLIBPATH -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ ;; -+ -+osf3* | osf4* | osf5*) -+ version_type=osf -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ -+rdos*) -+ dynamic_linker=no -+ ;; -+ -+solaris*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ # ldd complains unless libraries are executable -+ postinstall_cmds='chmod +x $lib' -+ ;; -+ -+sunos4*) -+ version_type=sunos -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ if test yes = "$with_gnu_ld"; then -+ need_lib_prefix=no -+ fi -+ need_version=yes -+ ;; -+ -+sysv4 | sysv4.3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_vendor in -+ sni) -+ shlibpath_overrides_runpath=no -+ need_lib_prefix=no -+ runpath_var=LD_RUN_PATH -+ ;; -+ siemens) -+ need_lib_prefix=no -+ ;; -+ motorola) -+ need_lib_prefix=no -+ need_version=no -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' -+ ;; -+ esac -+ ;; -+ -+sysv4*MP*) -+ if test -d /usr/nec; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' -+ soname_spec='$libname$shared_ext.$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ fi -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ version_type=sco -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ if test yes = "$with_gnu_ld"; then -+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' -+ else -+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' -+ case $host_os in -+ sco3.2v5*) -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" -+ ;; -+ esac -+ fi -+ sys_lib_dlsearch_path_spec='/usr/lib' -+ ;; -+ -+tpf*) -+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux. -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+uts4*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+*) -+ dynamic_linker=no -+ ;; -+esac -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } -+test no = "$dynamic_linker" && can_build_shared=no -+ -+variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -+if test yes = "$GCC"; then -+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -+fi -+ -+if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then -+ sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec -+fi -+ -+if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then -+ sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec -+fi -+ -+# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... -+configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec -+ -+# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code -+func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" -+ -+# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool -+configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } -+hardcode_action_CXX= -+if test -n "$hardcode_libdir_flag_spec_CXX" || -+ test -n "$runpath_var_CXX" || -+ test yes = "$hardcode_automatic_CXX"; then -+ -+ # We can hardcode non-existent directories. -+ if test no != "$hardcode_direct_CXX" && -+ # If the only mechanism to avoid hardcoding is shlibpath_var, we -+ # have to relink, otherwise we might link with an installed library -+ # when we should be linking with a yet-to-be-installed one -+ ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" && -+ test no != "$hardcode_minus_L_CXX"; then -+ # Linking always hardcodes the temporary library directory. -+ hardcode_action_CXX=relink -+ else -+ # We can link without hardcoding, and we can hardcode nonexisting dirs. -+ hardcode_action_CXX=immediate -+ fi -+else -+ # We cannot hardcode anything, or else we can only hardcode existing -+ # directories. -+ hardcode_action_CXX=unsupported -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 -+$as_echo "$hardcode_action_CXX" >&6; } -+ -+if test relink = "$hardcode_action_CXX" || -+ test yes = "$inherit_rpath_CXX"; then -+ # Fast installation is not supported -+ enable_fast_install=no -+elif test yes = "$shlibpath_overrides_runpath" || -+ test no = "$enable_shared"; then -+ # Fast installation is not necessary -+ enable_fast_install=needless -+fi -+ -+ -+ -+ -+ -+ -+ -+ fi # test -n "$compiler" -+ -+ CC=$lt_save_CC -+ CFLAGS=$lt_save_CFLAGS -+ LDCXX=$LD -+ LD=$lt_save_LD -+ GCC=$lt_save_GCC -+ with_gnu_ld=$lt_save_with_gnu_ld -+ lt_cv_path_LDCXX=$lt_cv_path_LD -+ lt_cv_path_LD=$lt_save_path_LD -+ lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld -+ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -+fi # test yes != "$_lt_caught_CXX_error" -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -+$as_echo_n "checking how to run the C preprocessor... " >&6; } -+# On Suns, sometimes $CPP names a directory. -+if test -n "$CPP" && test -d "$CPP"; then -+ CPP= -+fi -+if test -z "$CPP"; then -+ if ${ac_cv_prog_CPP+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # Double quotes because CPP needs to be expanded -+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" -+ do -+ ac_preproc_ok=false -+for ac_c_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ break -+fi -+ -+ done -+ ac_cv_prog_CPP=$CPP -+ -+fi -+ CPP=$ac_cv_prog_CPP -+else -+ ac_cv_prog_CPP=$CPP -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -+$as_echo "$CPP" >&6; } -+ac_preproc_ok=false -+for ac_c_preproc_warn_flag in '' yes -+do -+ # Use a header file that comes with gcc, so configuring glibc -+ # with a fresh cross-compiler works. -+ # Prefer to if __STDC__ is defined, since -+ # exists even on freestanding compilers. -+ # On the NeXT, cc -E runs the code through the compiler's parser, -+ # not just through cpp. "Syntax error" is here to catch this case. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifdef __STDC__ -+# include -+#else -+# include -+#endif -+ Syntax error -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ -+else -+ # Broken: fails on valid input. -+continue -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+ # OK, works on sane cases. Now check whether nonexistent headers -+ # can be detected and how. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ # Broken: success on invalid input. -+continue -+else -+ # Passes both tests. -+ac_preproc_ok=: -+break -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+ -+done -+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -+rm -f conftest.i conftest.err conftest.$ac_ext -+if $ac_preproc_ok; then : -+ -+else -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -+See \`config.log' for more details" "$LINENO" 5; } -+fi -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -+set dummy ${ac_tool_prefix}gcc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="${ac_tool_prefix}gcc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_CC"; then -+ ac_ct_CC=$CC -+ # Extract the first word of "gcc", so it can be a program name with args. -+set dummy gcc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_CC"; then -+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_CC="gcc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_CC=$ac_cv_prog_ac_ct_CC -+if test -n "$ac_ct_CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi -+else -+ CC="$ac_cv_prog_CC" -+fi -+ -+if test -z "$CC"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -+set dummy ${ac_tool_prefix}cc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="${ac_tool_prefix}cc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ fi -+fi -+if test -z "$CC"; then -+ # Extract the first word of "cc", so it can be a program name with args. -+set dummy cc; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+ ac_prog_rejected=no -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then -+ ac_prog_rejected=yes -+ continue -+ fi -+ ac_cv_prog_CC="cc" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+if test $ac_prog_rejected = yes; then -+ # We found a bogon in the path, so make sure we never use it. -+ set dummy $ac_cv_prog_CC -+ shift -+ if test $# != 0; then -+ # We chose a different compiler from the bogus one. -+ # However, it has the same basename, so the bogon will be chosen -+ # first if we set CC to just the basename; use the full file name. -+ shift -+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" -+ fi -+fi -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$CC"; then -+ if test -n "$ac_tool_prefix"; then -+ for ac_prog in cl.exe -+ do -+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -+set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$CC"; then -+ ac_cv_prog_CC="$CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+CC=$ac_cv_prog_CC -+if test -n "$CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -+$as_echo "$CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$CC" && break -+ done -+fi -+if test -z "$CC"; then -+ ac_ct_CC=$CC -+ for ac_prog in cl.exe -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_CC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_CC"; then -+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_CC="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_CC=$ac_cv_prog_ac_ct_CC -+if test -n "$ac_ct_CC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$ac_ct_CC" && break -+done -+ -+ if test "x$ac_ct_CC" = x; then -+ CC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ CC=$ac_ct_CC -+ fi -+fi -+ -+fi -+ -+ -+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "no acceptable C compiler found in \$PATH -+See \`config.log' for more details" "$LINENO" 5; } -+ -+# Provide some information about the compiler. -+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 -+for ac_option in --version -v -V -qversion; do -+ { { ac_try="$ac_compiler $ac_option >&5" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -+$as_echo "$ac_try_echo"; } >&5 -+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err -+ ac_status=$? -+ if test -s conftest.err; then -+ sed '10a\ -+... rest of stderr output deleted ... -+ 10q' conftest.err >conftest.er1 -+ cat conftest.er1 >&5 -+ fi -+ rm -f conftest.er1 conftest.err -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; } -+done -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -+if ${ac_cv_c_compiler_gnu+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+#ifndef __GNUC__ -+ choke me -+#endif -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_compiler_gnu=yes -+else -+ ac_compiler_gnu=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ac_cv_c_compiler_gnu=$ac_compiler_gnu -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi -+ac_test_CFLAGS=${CFLAGS+set} -+ac_save_CFLAGS=$CFLAGS -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } -+if ${ac_cv_prog_cc_g+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_save_c_werror_flag=$ac_c_werror_flag -+ ac_c_werror_flag=yes -+ ac_cv_prog_cc_g=no -+ CFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_g=yes -+else -+ CFLAGS="" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ -+else -+ ac_c_werror_flag=$ac_save_c_werror_flag -+ CFLAGS="-g" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_g=yes -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ ac_c_werror_flag=$ac_save_c_werror_flag -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } -+if test "$ac_test_CFLAGS" = set; then -+ CFLAGS=$ac_save_CFLAGS -+elif test $ac_cv_prog_cc_g = yes; then -+ if test "$GCC" = yes; then -+ CFLAGS="-g -O2" -+ else -+ CFLAGS="-g" -+ fi -+else -+ if test "$GCC" = yes; then -+ CFLAGS="-O2" -+ else -+ CFLAGS= -+ fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -+if ${ac_cv_prog_cc_c89+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_cv_prog_cc_c89=no -+ac_save_CC=$CC -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+struct stat; -+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -+struct buf { int x; }; -+FILE * (*rcsopen) (struct buf *, struct stat *, int); -+static char *e (p, i) -+ char **p; -+ int i; -+{ -+ return p[i]; -+} -+static char *f (char * (*g) (char **, int), char **p, ...) -+{ -+ char *s; -+ va_list v; -+ va_start (v,p); -+ s = g (p, va_arg (v,int)); -+ va_end (v); -+ return s; -+} -+ -+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has -+ function prototypes and stuff, but not '\xHH' hex character constants. -+ These don't provoke an error unfortunately, instead are silently treated -+ as 'x'. The following induces an error, until -std is added to get -+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an -+ array size at least. It's necessary to write '\x00'==0 to get something -+ that's true only with -std. */ -+int osf4_cc_array ['\x00' == 0 ? 1 : -1]; -+ -+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters -+ inside strings and character constants. */ -+#define FOO(x) 'x' -+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; -+ -+int test (int i, double x); -+struct s1 {int (*f) (int a);}; -+struct s2 {int (*f) (double a);}; -+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -+int argc; -+char **argv; -+int -+main () -+{ -+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; -+ ; -+ return 0; -+} -+_ACEOF -+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -+do -+ CC="$ac_save_CC $ac_arg" -+ if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_prog_cc_c89=$ac_arg -+fi -+rm -f core conftest.err conftest.$ac_objext -+ test "x$ac_cv_prog_cc_c89" != "xno" && break -+done -+rm -f conftest.$ac_ext -+CC=$ac_save_CC -+ -+fi -+# AC_CACHE_VAL -+case "x$ac_cv_prog_cc_c89" in -+ x) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; -+ xno) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; -+ *) -+ CC="$CC $ac_cv_prog_cc_c89" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -+esac -+if test "x$ac_cv_prog_cc_c89" != xno; then : -+ -+fi -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 -+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -+if ${am_cv_prog_cc_c_o+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+ # Make sure it works both with $CC and with simple cc. -+ # Following AC_PROG_CC_C_O, we do the test twice because some -+ # compilers refuse to overwrite an existing .o file with -o, -+ # though they will create one. -+ am_cv_prog_cc_c_o=yes -+ for am_i in 1 2; do -+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 -+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } \ -+ && test -f conftest2.$ac_objext; then -+ : OK -+ else -+ am_cv_prog_cc_c_o=no -+ break -+ fi -+ done -+ rm -f core conftest* -+ unset am_i -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 -+$as_echo "$am_cv_prog_cc_c_o" >&6; } -+if test "$am_cv_prog_cc_c_o" != yes; then -+ # Losing compiler, so override with the script. -+ # FIXME: It is wrong to rewrite CC. -+ # But if we don't then we get into trouble of one sort or another. -+ # A longer-term fix would be to have automake use am__CC in this case, -+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" -+ CC="$am_aux_dir/compile $CC" -+fi -+ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+depcc="$CC" am_compiler_list= -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } -+if ${am_cv_CC_dependencies_compiler_type+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then -+ # We make a subdir and do the tests there. Otherwise we can end up -+ # making bogus files that we don't know about and never remove. For -+ # instance it was reported that on HP-UX the gcc test will end up -+ # making a dummy file named 'D' -- because '-MD' means "put the output -+ # in D". -+ rm -rf conftest.dir -+ mkdir conftest.dir -+ # Copy depcomp to subdir because otherwise we won't find it if we're -+ # using a relative directory. -+ cp "$am_depcomp" conftest.dir -+ cd conftest.dir -+ # We will build objects and dependencies in a subdirectory because -+ # it helps to detect inapplicable dependency modes. For instance -+ # both Tru64's cc and ICC support -MD to output dependencies as a -+ # side effect of compilation, but ICC will put the dependencies in -+ # the current directory while Tru64 will put them in the object -+ # directory. -+ mkdir sub -+ -+ am_cv_CC_dependencies_compiler_type=none -+ if test "$am_compiler_list" = ""; then -+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` -+ fi -+ am__universal=false -+ case " $depcc " in #( -+ *\ -arch\ *\ -arch\ *) am__universal=true ;; -+ esac -+ -+ for depmode in $am_compiler_list; do -+ # Setup a source with many dependencies, because some compilers -+ # like to wrap large dependency lists on column 80 (with \), and -+ # we should not choose a depcomp mode which is confused by this. -+ # -+ # We need to recreate these files for each test, as the compiler may -+ # overwrite some of them when testing with obscure command lines. -+ # This happens at least with the AIX C compiler. -+ : > sub/conftest.c -+ for i in 1 2 3 4 5 6; do -+ echo '#include "conftst'$i'.h"' >> sub/conftest.c -+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with -+ # Solaris 10 /bin/sh. -+ echo '/* dummy */' > sub/conftst$i.h -+ done -+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -+ -+ # We check with '-c' and '-o' for the sake of the "dashmstdout" -+ # mode. It turns out that the SunPro C++ compiler does not properly -+ # handle '-M -o', and we need to detect this. Also, some Intel -+ # versions had trouble with output in subdirs. -+ am__obj=sub/conftest.${OBJEXT-o} -+ am__minus_obj="-o $am__obj" -+ case $depmode in -+ gcc) -+ # This depmode causes a compiler race in universal mode. -+ test "$am__universal" = false || continue -+ ;; -+ nosideeffect) -+ # After this tag, mechanisms are not by side-effect, so they'll -+ # only be used when explicitly requested. -+ if test "x$enable_dependency_tracking" = xyes; then -+ continue -+ else -+ break -+ fi -+ ;; -+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) -+ # This compiler won't grok '-c -o', but also, the minuso test has -+ # not run yet. These depmodes are late enough in the game, and -+ # so weak that their functioning should not be impacted. -+ am__obj=conftest.${OBJEXT-o} -+ am__minus_obj= -+ ;; -+ none) break ;; -+ esac -+ if depmode=$depmode \ -+ source=sub/conftest.c object=$am__obj \ -+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ -+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ -+ >/dev/null 2>conftest.err && -+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && -+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && -+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && -+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then -+ # icc doesn't choke on unknown options, it will just issue warnings -+ # or remarks (even with -Werror). So we grep stderr for any message -+ # that says an option was ignored or not supported. -+ # When given -MP, icc 7.0 and 7.1 complain thusly: -+ # icc: Command line warning: ignoring option '-M'; no argument required -+ # The diagnosis changed in icc 8.0: -+ # icc: Command line remark: option '-MP' not supported -+ if (grep 'ignoring option' conftest.err || -+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else -+ am_cv_CC_dependencies_compiler_type=$depmode -+ break -+ fi -+ fi -+ done -+ -+ cd .. -+ rm -rf conftest.dir -+else -+ am_cv_CC_dependencies_compiler_type=none -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type -+ -+ if -+ test "x$enable_dependency_tracking" != xno \ -+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then -+ am__fastdepCC_TRUE= -+ am__fastdepCC_FALSE='#' -+else -+ am__fastdepCC_TRUE='#' -+ am__fastdepCC_FALSE= -+fi -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 -+$as_echo_n "checking whether ln -s works... " >&6; } -+LN_S=$as_ln_s -+if test "$LN_S" = "ln -s"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 -+$as_echo "no, using $LN_S" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -+set x ${MAKE-make} -+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat >conftest.make <<\_ACEOF -+SHELL = /bin/sh -+all: -+ @echo '@@@%%%=$(MAKE)=@@@%%%' -+_ACEOF -+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -+case `${MAKE-make} -f conftest.make 2>/dev/null` in -+ *@@@%%%=?*=@@@%%%*) -+ eval ac_cv_prog_make_${ac_make}_set=yes;; -+ *) -+ eval ac_cv_prog_make_${ac_make}_set=no;; -+esac -+rm -f conftest.make -+fi -+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ SET_MAKE= -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ SET_MAKE="MAKE=${MAKE-make}" -+fi -+ -+for ac_prog in gawk mawk nawk awk -+do -+ # Extract the first word of "$ac_prog", so it can be a program name with args. -+set dummy $ac_prog; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_AWK+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$AWK"; then -+ ac_cv_prog_AWK="$AWK" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_AWK="$ac_prog" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+AWK=$ac_cv_prog_AWK -+if test -n "$AWK"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 -+$as_echo "$AWK" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ test -n "$AWK" && break -+done -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--no-undefined" >&5 -+$as_echo_n "checking whether the linker accepts -Wl,--no-undefined... " >&6; } -+if ${ax_cv_check_ldflags___Wl___no_undefined+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ -+ ax_check_save_flags=$LDFLAGS -+ LDFLAGS="$LDFLAGS -Wl,--no-undefined" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ax_cv_check_ldflags___Wl___no_undefined=yes -+else -+ ax_cv_check_ldflags___Wl___no_undefined=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LDFLAGS=$ax_check_save_flags -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_ldflags___Wl___no_undefined" >&5 -+$as_echo "$ax_cv_check_ldflags___Wl___no_undefined" >&6; } -+if test "x$ax_cv_check_ldflags___Wl___no_undefined" = xyes; then : -+ LDFLAGS="-Wl,--no-undefined $LDFLAGS" -+else -+ : -+fi -+ -+ -+ -+case $host in -+*-*-cygwin* | *-*-mingw*) -+ SHARED_FLAGS="-shared -no-undefined -Xlinker --export-all-symbols" -+ -+ PLUGIN_FLAGS="-shared -no-undefined -avoid-version" -+ -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. -+set dummy ${ac_tool_prefix}windres; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_RC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$RC"; then -+ ac_cv_prog_RC="$RC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_RC="${ac_tool_prefix}windres" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+RC=$ac_cv_prog_RC -+if test -n "$RC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RC" >&5 -+$as_echo "$RC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_RC"; then -+ ac_ct_RC=$RC -+ # Extract the first word of "windres", so it can be a program name with args. -+set dummy windres; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_ac_ct_RC+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_RC"; then -+ ac_cv_prog_ac_ct_RC="$ac_ct_RC" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_ac_ct_RC="windres" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_RC=$ac_cv_prog_ac_ct_RC -+if test -n "$ac_ct_RC"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RC" >&5 -+$as_echo "$ac_ct_RC" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_RC" = x; then -+ RC="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ RC=$ac_ct_RC -+ fi -+else -+ RC="$ac_cv_prog_RC" -+fi -+ -+ nt=true -+;; -+*-*-darwin*) SHARED_FLAGS="-dynamic" -+ -+ PLUGIN_FLAGS="-bundle -avoid-version" -+ -+ darwin=true -+;; -+ *) SHARED_FLAGS="-shared" -+ -+ PLUGIN_FLAGS="-shared -avoid-version" -+ -+ linux=true -+;; -+esac -+ if test x$nt = xtrue; then -+ CODEBLOCKS_NT_TRUE= -+ CODEBLOCKS_NT_FALSE='#' -+else -+ CODEBLOCKS_NT_TRUE='#' -+ CODEBLOCKS_NT_FALSE= -+fi -+ -+ if test x$linux = xtrue; then -+ CODEBLOCKS_LINUX_TRUE= -+ CODEBLOCKS_LINUX_FALSE='#' -+else -+ CODEBLOCKS_LINUX_TRUE='#' -+ CODEBLOCKS_LINUX_FALSE= -+fi -+ -+ if test x$darwin = xtrue ; then -+ CODEBLOCKS_DARWIN_TRUE= -+ CODEBLOCKS_DARWIN_FALSE='#' -+else -+ CODEBLOCKS_DARWIN_TRUE='#' -+ CODEBLOCKS_DARWIN_FALSE= -+fi -+ -+ -+ -+ac_header_dirent=no -+for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do -+ as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 -+$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } -+if eval \${$as_ac_Header+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include <$ac_hdr> -+ -+int -+main () -+{ -+if ((DIR *) 0) -+return 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ eval "$as_ac_Header=yes" -+else -+ eval "$as_ac_Header=no" -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+eval ac_res=\$$as_ac_Header -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : -+ cat >>confdefs.h <<_ACEOF -+#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 -+_ACEOF -+ -+ac_header_dirent=$ac_hdr; break -+fi -+ -+done -+# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. -+if test $ac_header_dirent = dirent.h; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 -+$as_echo_n "checking for library containing opendir... " >&6; } -+if ${ac_cv_search_opendir+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_func_search_save_LIBS=$LIBS -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char opendir (); -+int -+main () -+{ -+return opendir (); -+ ; -+ return 0; -+} -+_ACEOF -+for ac_lib in '' dir; do -+ if test -z "$ac_lib"; then -+ ac_res="none required" -+ else -+ ac_res=-l$ac_lib -+ LIBS="-l$ac_lib $ac_func_search_save_LIBS" -+ fi -+ if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_search_opendir=$ac_res -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext -+ if ${ac_cv_search_opendir+:} false; then : -+ break -+fi -+done -+if ${ac_cv_search_opendir+:} false; then : -+ -+else -+ ac_cv_search_opendir=no -+fi -+rm conftest.$ac_ext -+LIBS=$ac_func_search_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 -+$as_echo "$ac_cv_search_opendir" >&6; } -+ac_res=$ac_cv_search_opendir -+if test "$ac_res" != no; then : -+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -+ -+fi -+ -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 -+$as_echo_n "checking for library containing opendir... " >&6; } -+if ${ac_cv_search_opendir+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_func_search_save_LIBS=$LIBS -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char opendir (); -+int -+main () -+{ -+return opendir (); -+ ; -+ return 0; -+} -+_ACEOF -+for ac_lib in '' x; do -+ if test -z "$ac_lib"; then -+ ac_res="none required" -+ else -+ ac_res=-l$ac_lib -+ LIBS="-l$ac_lib $ac_func_search_save_LIBS" -+ fi -+ if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_search_opendir=$ac_res -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext -+ if ${ac_cv_search_opendir+:} false; then : -+ break -+fi -+done -+if ${ac_cv_search_opendir+:} false; then : -+ -+else -+ ac_cv_search_opendir=no -+fi -+rm conftest.$ac_ext -+LIBS=$ac_func_search_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 -+$as_echo "$ac_cv_search_opendir" >&6; } -+ac_res=$ac_cv_search_opendir -+if test "$ac_res" != no; then : -+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -+ -+fi -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -+$as_echo_n "checking for ANSI C header files... " >&6; } -+if ${ac_cv_header_stdc+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+#include -+#include -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_header_stdc=yes -+else -+ ac_cv_header_stdc=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+if test $ac_cv_header_stdc = yes; then -+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+ -+_ACEOF -+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -+ $EGREP "memchr" >/dev/null 2>&1; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f conftest* -+ -+fi -+ -+if test $ac_cv_header_stdc = yes; then -+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+ -+_ACEOF -+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -+ $EGREP "free" >/dev/null 2>&1; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f conftest* -+ -+fi -+ -+if test $ac_cv_header_stdc = yes; then -+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. -+ if test "$cross_compiling" = yes; then : -+ : -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+#if ((' ' & 0x0FF) == 0x020) -+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -+#else -+# define ISLOWER(c) \ -+ (('a' <= (c) && (c) <= 'i') \ -+ || ('j' <= (c) && (c) <= 'r') \ -+ || ('s' <= (c) && (c) <= 'z')) -+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -+#endif -+ -+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -+int -+main () -+{ -+ int i; -+ for (i = 0; i < 256; i++) -+ if (XOR (islower (i), ISLOWER (i)) -+ || toupper (i) != TOUPPER (i)) -+ return 2; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ -+else -+ ac_cv_header_stdc=no -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -+$as_echo "$ac_cv_header_stdc" >&6; } -+if test $ac_cv_header_stdc = yes; then -+ -+$as_echo "#define STDC_HEADERS 1" >>confdefs.h -+ -+fi -+ -+for ac_header in fcntl.h limits.h stdlib.h string.h sys/param.h unistd.h malloc.h sys/malloc.h malloc/malloc.h -+do : -+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : -+ cat >>confdefs.h <<_ACEOF -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+_ACEOF -+ -+fi -+ -+done -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 -+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } -+if ${ac_cv_header_stdbool_h+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+ #include -+ #ifndef bool -+ "error: bool is not defined" -+ #endif -+ #ifndef false -+ "error: false is not defined" -+ #endif -+ #if false -+ "error: false is not 0" -+ #endif -+ #ifndef true -+ "error: true is not defined" -+ #endif -+ #if true != 1 -+ "error: true is not 1" -+ #endif -+ #ifndef __bool_true_false_are_defined -+ "error: __bool_true_false_are_defined is not defined" -+ #endif -+ -+ struct s { _Bool s: 1; _Bool t; } s; -+ -+ char a[true == 1 ? 1 : -1]; -+ char b[false == 0 ? 1 : -1]; -+ char c[__bool_true_false_are_defined == 1 ? 1 : -1]; -+ char d[(bool) 0.5 == true ? 1 : -1]; -+ /* See body of main program for 'e'. */ -+ char f[(_Bool) 0.0 == false ? 1 : -1]; -+ char g[true]; -+ char h[sizeof (_Bool)]; -+ char i[sizeof s.t]; -+ enum { j = false, k = true, l = false * true, m = true * 256 }; -+ /* The following fails for -+ HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ -+ _Bool n[m]; -+ char o[sizeof n == m * sizeof n[0] ? 1 : -1]; -+ char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; -+ /* Catch a bug in an HP-UX C compiler. See -+ http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html -+ http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html -+ */ -+ _Bool q = true; -+ _Bool *pq = &q; -+ -+int -+main () -+{ -+ -+ bool e = &s; -+ *pq |= q; -+ *pq |= ! q; -+ /* Refer to every declared value, to avoid compiler optimizations. */ -+ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l -+ + !m + !n + !o + !p + !q + !pq); -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_header_stdbool_h=yes -+else -+ ac_cv_header_stdbool_h=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 -+$as_echo "$ac_cv_header_stdbool_h" >&6; } -+ ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" -+if test "x$ac_cv_type__Bool" = xyes; then : -+ -+cat >>confdefs.h <<_ACEOF -+#define HAVE__BOOL 1 -+_ACEOF -+ -+ -+fi -+ -+ -+if test $ac_cv_header_stdbool_h = yes; then -+ -+$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 -+$as_echo_n "checking for an ANSI C-conforming const... " >&6; } -+if ${ac_cv_c_const+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+#ifndef __cplusplus -+ /* Ultrix mips cc rejects this sort of thing. */ -+ typedef int charset[2]; -+ const charset cs = { 0, 0 }; -+ /* SunOS 4.1.1 cc rejects this. */ -+ char const *const *pcpcc; -+ char **ppc; -+ /* NEC SVR4.0.2 mips cc rejects this. */ -+ struct point {int x, y;}; -+ static struct point const zero = {0,0}; -+ /* AIX XL C 1.02.0.0 rejects this. -+ It does not let you subtract one const X* pointer from another in -+ an arm of an if-expression whose if-part is not a constant -+ expression */ -+ const char *g = "string"; -+ pcpcc = &g + (g ? g-g : 0); -+ /* HPUX 7.0 cc rejects these. */ -+ ++pcpcc; -+ ppc = (char**) pcpcc; -+ pcpcc = (char const *const *) ppc; -+ { /* SCO 3.2v4 cc rejects this sort of thing. */ -+ char tx; -+ char *t = &tx; -+ char const *s = 0 ? (char *) 0 : (char const *) 0; -+ -+ *t++ = 0; -+ if (s) return 0; -+ } -+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ -+ int x[] = {25, 17}; -+ const int *foo = &x[0]; -+ ++foo; -+ } -+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ -+ typedef const int *iptr; -+ iptr p = 0; -+ ++p; -+ } -+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying -+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ -+ struct s { int j; const int *ap[3]; } bx; -+ struct s *b = &bx; b->j = 5; -+ } -+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ -+ const int foo = 10; -+ if (!foo) return 0; -+ } -+ return !cs[0] && !zero.x; -+#endif -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_c_const=yes -+else -+ ac_cv_c_const=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 -+$as_echo "$ac_cv_c_const" >&6; } -+if test $ac_cv_c_const = no; then -+ -+$as_echo "#define const /**/" >>confdefs.h -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 -+$as_echo_n "checking for inline... " >&6; } -+if ${ac_cv_c_inline+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_cv_c_inline=no -+for ac_kw in inline __inline__ __inline; do -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#ifndef __cplusplus -+typedef int foo_t; -+static $ac_kw foo_t static_foo () {return 0; } -+$ac_kw foo_t foo () {return 0; } -+#endif -+ -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_c_inline=$ac_kw -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ test "$ac_cv_c_inline" != no && break -+done -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 -+$as_echo "$ac_cv_c_inline" >&6; } -+ -+case $ac_cv_c_inline in -+ inline | yes) ;; -+ *) -+ case $ac_cv_c_inline in -+ no) ac_val=;; -+ *) ac_val=$ac_cv_c_inline;; -+ esac -+ cat >>confdefs.h <<_ACEOF -+#ifndef __cplusplus -+#define inline $ac_val -+#endif -+_ACEOF -+ ;; -+esac -+ -+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" -+if test "x$ac_cv_type_size_t" = xyes; then : -+ -+else -+ -+cat >>confdefs.h <<_ACEOF -+#define size_t unsigned int -+_ACEOF -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 -+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } -+if ${ac_cv_header_time+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+#include -+#include -+ -+int -+main () -+{ -+if ((struct tm *) 0) -+return 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_header_time=yes -+else -+ ac_cv_header_time=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 -+$as_echo "$ac_cv_header_time" >&6; } -+if test $ac_cv_header_time = yes; then -+ -+$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 -+$as_echo_n "checking for working volatile... " >&6; } -+if ${ac_cv_c_volatile+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+volatile int x; -+int * volatile y = (int *) 0; -+return !x && !y; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ ac_cv_c_volatile=yes -+else -+ ac_cv_c_volatile=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5 -+$as_echo "$ac_cv_c_volatile" >&6; } -+if test $ac_cv_c_volatile = no; then -+ -+$as_echo "#define volatile /**/" >>confdefs.h -+ -+fi -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5 -+$as_echo_n "checking whether closedir returns void... " >&6; } -+if ${ac_cv_func_closedir_void+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "$cross_compiling" = yes; then : -+ ac_cv_func_closedir_void=yes -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$ac_includes_default -+#include <$ac_header_dirent> -+#ifndef __cplusplus -+int closedir (); -+#endif -+ -+int -+main () -+{ -+return closedir (opendir (".")) != 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ ac_cv_func_closedir_void=no -+else -+ ac_cv_func_closedir_void=yes -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_closedir_void" >&5 -+$as_echo "$ac_cv_func_closedir_void" >&6; } -+if test $ac_cv_func_closedir_void = yes; then -+ -+$as_echo "#define CLOSEDIR_VOID 1" >>confdefs.h -+ -+fi -+ -+for ac_header in stdlib.h -+do : -+ ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" -+if test "x$ac_cv_header_stdlib_h" = xyes; then : -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_STDLIB_H 1 -+_ACEOF -+ -+fi -+ -+done -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 -+$as_echo_n "checking for GNU libc compatible malloc... " >&6; } -+if ${ac_cv_func_malloc_0_nonnull+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "$cross_compiling" = yes; then : -+ ac_cv_func_malloc_0_nonnull=no -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#if defined STDC_HEADERS || defined HAVE_STDLIB_H -+# include -+#else -+char *malloc (); -+#endif -+ -+int -+main () -+{ -+return ! malloc (0); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ ac_cv_func_malloc_0_nonnull=yes -+else -+ ac_cv_func_malloc_0_nonnull=no -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 -+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } -+if test $ac_cv_func_malloc_0_nonnull = yes; then : -+ -+$as_echo "#define HAVE_MALLOC 1" >>confdefs.h -+ -+else -+ $as_echo "#define HAVE_MALLOC 0" >>confdefs.h -+ -+ case " $LIBOBJS " in -+ *" malloc.$ac_objext "* ) ;; -+ *) LIBOBJS="$LIBOBJS malloc.$ac_objext" -+ ;; -+esac -+ -+ -+$as_echo "#define malloc rpl_malloc" >>confdefs.h -+ -+fi -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5 -+$as_echo_n "checking for working memcmp... " >&6; } -+if ${ac_cv_func_memcmp_working+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "$cross_compiling" = yes; then : -+ ac_cv_func_memcmp_working=no -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+ -+ /* Some versions of memcmp are not 8-bit clean. */ -+ char c0 = '\100', c1 = '\200', c2 = '\201'; -+ if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) -+ return 1; -+ -+ /* The Next x86 OpenStep bug shows up only when comparing 16 bytes -+ or more and with at least one buffer not starting on a 4-byte boundary. -+ William Lewis provided this test program. */ -+ { -+ char foo[21]; -+ char bar[21]; -+ int i; -+ for (i = 0; i < 4; i++) -+ { -+ char *a = foo + i; -+ char *b = bar + i; -+ strcpy (a, "--------01111111"); -+ strcpy (b, "--------10000000"); -+ if (memcmp (a, b, 16) >= 0) -+ return 1; -+ } -+ return 0; -+ } -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ ac_cv_func_memcmp_working=yes -+else -+ ac_cv_func_memcmp_working=no -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5 -+$as_echo "$ac_cv_func_memcmp_working" >&6; } -+test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in -+ *" memcmp.$ac_objext "* ) ;; -+ *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" -+ ;; -+esac -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 -+$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } -+if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ rm -f conftest.sym conftest.file -+echo >conftest.file -+if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then -+ if test "$cross_compiling" = yes; then : -+ ac_cv_func_lstat_dereferences_slashed_symlink=no -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+struct stat sbuf; -+ /* Linux will dereference the symlink and fail, as required by POSIX. -+ That is better in the sense that it means we will not -+ have to compile and use the lstat wrapper. */ -+ return lstat ("conftest.sym/", &sbuf) == 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ ac_cv_func_lstat_dereferences_slashed_symlink=yes -+else -+ ac_cv_func_lstat_dereferences_slashed_symlink=no -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+else -+ # If the `ln -s' command failed, then we probably don't even -+ # have an lstat function. -+ ac_cv_func_lstat_dereferences_slashed_symlink=no -+fi -+rm -f conftest.sym conftest.file -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5 -+$as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; } -+ -+test $ac_cv_func_lstat_dereferences_slashed_symlink = yes && -+ -+cat >>confdefs.h <<_ACEOF -+#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 -+_ACEOF -+ -+ -+if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then -+ case " $LIBOBJS " in -+ *" lstat.$ac_objext "* ) ;; -+ *) LIBOBJS="$LIBOBJS lstat.$ac_objext" -+ ;; -+esac -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5 -+$as_echo_n "checking whether stat accepts an empty string... " >&6; } -+if ${ac_cv_func_stat_empty_string_bug+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test "$cross_compiling" = yes; then : -+ ac_cv_func_stat_empty_string_bug=yes -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+struct stat sbuf; -+ return stat ("", &sbuf) == 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_run "$LINENO"; then : -+ ac_cv_func_stat_empty_string_bug=no -+else -+ ac_cv_func_stat_empty_string_bug=yes -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_stat_empty_string_bug" >&5 -+$as_echo "$ac_cv_func_stat_empty_string_bug" >&6; } -+if test $ac_cv_func_stat_empty_string_bug = yes; then -+ case " $LIBOBJS " in -+ *" stat.$ac_objext "* ) ;; -+ *) LIBOBJS="$LIBOBJS stat.$ac_objext" -+ ;; -+esac -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define HAVE_STAT_EMPTY_STRING_BUG 1 -+_ACEOF -+ -+fi -+ -+for ac_func in vprintf -+do : -+ ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" -+if test "x$ac_cv_func_vprintf" = xyes; then : -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_VPRINTF 1 -+_ACEOF -+ -+ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" -+if test "x$ac_cv_func__doprnt" = xyes; then : -+ -+$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h -+ -+fi -+ -+fi -+done -+ -+ -+for ac_func in atexit getcwd isascii memchr memmove memset strcasecmp strchr strcspn strdup strrchr strstr -+do : -+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -+if eval test \"x\$"$as_ac_var"\" = x"yes"; then : -+ cat >>confdefs.h <<_ACEOF -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+_ACEOF -+ -+fi -+done -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } -+if ${ac_cv_lib_dl_dlopen+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldl $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dlopen (); -+int -+main () -+{ -+return dlopen (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dl_dlopen=yes -+else -+ ac_cv_lib_dl_dlopen=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } -+if test "x$ac_cv_lib_dl_dlopen" = xyes; then : -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_LIBDL 1 -+_ACEOF -+ -+ LIBS="-ldl $LIBS" -+ -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 -+$as_echo_n "checking for pthread_create in -lpthread... " >&6; } -+if ${ac_cv_lib_pthread_pthread_create+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char pthread_create (); -+int -+main () -+{ -+return pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_pthread_pthread_create=yes -+else -+ ac_cv_lib_pthread_pthread_create=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 -+$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } -+if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : -+ cat >>confdefs.h <<_ACEOF -+#define HAVE_LIBPTHREAD 1 -+_ACEOF -+ -+ LIBS="-lpthread $LIBS" -+ -+fi -+ -+ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" -+if test "x$ac_cv_func_snprintf" = xyes; then : -+ -+$as_echo "#define HAVE_SNPRINTF /**/" >>confdefs.h -+ -+fi -+ -+ac_fn_c_check_func "$LINENO" "vsnprintf" "ac_cv_func_vsnprintf" -+if test "x$ac_cv_func_vsnprintf" = xyes; then : -+ -+$as_echo "#define HAVE_VSNPRINTF /**/" >>confdefs.h -+ -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+PKG_CONFIG=$ac_cv_path_PKG_CONFIG -+if test -n "$PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -+$as_echo "$PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_path_PKG_CONFIG"; then -+ ac_pt_PKG_CONFIG=$PKG_CONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $ac_pt_PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -+if test -n "$ac_pt_PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -+$as_echo "$ac_pt_PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_pt_PKG_CONFIG" = x; then -+ PKG_CONFIG="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKG_CONFIG=$ac_pt_PKG_CONFIG -+ fi -+else -+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -+fi -+ -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=0.9.0 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ PKG_CONFIG="" -+ fi -+fi -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib" >&5 -+$as_echo_n "checking for zlib... " >&6; } -+ -+if test -n "$zlib_CFLAGS"; then -+ pkg_cv_zlib_CFLAGS="$zlib_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$zlib_LIBS"; then -+ pkg_cv_zlib_LIBS="$zlib_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "zlib") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1` -+ else -+ zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$zlib_PKG_ERRORS" >&5 -+ -+ HAVE_ZLIB=no -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ HAVE_ZLIB=no -+else -+ zlib_CFLAGS=$pkg_cv_zlib_CFLAGS -+ zlib_LIBS=$pkg_cv_zlib_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ HAVE_ZLIB=yes -+fi -+save_LIBS=$LIBS -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing BZ2_bzopen" >&5 -+$as_echo_n "checking for library containing BZ2_bzopen... " >&6; } -+if ${ac_cv_search_BZ2_bzopen+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_func_search_save_LIBS=$LIBS -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char BZ2_bzopen (); -+int -+main () -+{ -+return BZ2_bzopen (); -+ ; -+ return 0; -+} -+_ACEOF -+for ac_lib in '' bz2; do -+ if test -z "$ac_lib"; then -+ ac_res="none required" -+ else -+ ac_res=-l$ac_lib -+ LIBS="-l$ac_lib $ac_func_search_save_LIBS" -+ fi -+ if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_search_BZ2_bzopen=$ac_res -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext -+ if ${ac_cv_search_BZ2_bzopen+:} false; then : -+ break -+fi -+done -+if ${ac_cv_search_BZ2_bzopen+:} false; then : -+ -+else -+ ac_cv_search_BZ2_bzopen=no -+fi -+rm conftest.$ac_ext -+LIBS=$ac_func_search_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_BZ2_bzopen" >&5 -+$as_echo "$ac_cv_search_BZ2_bzopen" >&6; } -+ac_res=$ac_cv_search_BZ2_bzopen -+if test "$ac_res" != no; then : -+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -+ HAVE_BZIP2=yes -+else -+ HAVE_BZIP2=no -+fi -+ -+LIBS=$save_LIBS -+ -+save_CC=$CC -+save_CPP=$CPP -+CC=$CXX -+CPP=$CXXCPP -+ac_fn_c_check_header_mongrel "$LINENO" "astyle.h" "ac_cv_header_astyle_h" "$ac_includes_default" -+if test "x$ac_cv_header_astyle_h" = xyes; then : -+ HAVE_ASTYLE=yes -+else -+ HAVE_ASTYLE=no -+fi -+ -+ -+ -+if test "$HAVE_ASTYLE" = "yes" ; then -+ ac_fn_c_check_type "$LINENO" "astyle::ASPeekStream" "ac_cv_type_astyle__ASPeekStream" "#include \"astyle.h\" -+" -+if test "x$ac_cv_type_astyle__ASPeekStream" = xyes; then : -+ -+else -+ HAVE_ASTYLE=no -+fi -+ -+else -+ HAVE_ASTYLE=no -+fi -+ -+CC=$save_CC -+CPP=$save_CPP -+ -+ if test "$HAVE_ZLIB" = yes; then -+ HAVE_ZLIB_TRUE= -+ HAVE_ZLIB_FALSE='#' -+else -+ HAVE_ZLIB_TRUE='#' -+ HAVE_ZLIB_FALSE= -+fi -+ -+ if test "$HAVE_BZIP2" = yes; then -+ HAVE_BZIP2_TRUE= -+ HAVE_BZIP2_FALSE='#' -+else -+ HAVE_BZIP2_TRUE='#' -+ HAVE_BZIP2_FALSE= -+fi -+ -+ -+ if test "$HAVE_ASTYLE" = yes; then -+ HAVE_ASTYLE_TRUE= -+ HAVE_ASTYLE_FALSE='#' -+else -+ HAVE_ASTYLE_TRUE='#' -+ HAVE_ASTYLE_FALSE= -+fi -+ -+ -+# Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_HAVE_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$HAVE_PKG_CONFIG"; then -+ ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_HAVE_PKG_CONFIG="yes" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no" -+fi -+fi -+HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG -+if test -n "$HAVE_PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&5 -+$as_echo "$HAVE_PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+PKG_CONFIG=$ac_cv_path_PKG_CONFIG -+if test -n "$PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -+$as_echo "$PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_path_PKG_CONFIG"; then -+ ac_pt_PKG_CONFIG=$PKG_CONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $ac_pt_PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -+if test -n "$ac_pt_PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -+$as_echo "$ac_pt_PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_pt_PKG_CONFIG" = x; then -+ PKG_CONFIG="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKG_CONFIG=$ac_pt_PKG_CONFIG -+ fi -+else -+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -+fi -+ -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=0.9.0 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ PKG_CONFIG="" -+ fi -+fi -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQUIRREL" >&5 -+$as_echo_n "checking for SQUIRREL... " >&6; } -+ -+if test -n "$SQUIRREL_CFLAGS"; then -+ pkg_cv_SQUIRREL_CFLAGS="$SQUIRREL_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"squirrel\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "squirrel") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_SQUIRREL_CFLAGS=`$PKG_CONFIG --cflags "squirrel" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$SQUIRREL_LIBS"; then -+ pkg_cv_SQUIRREL_LIBS="$SQUIRREL_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"squirrel\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "squirrel") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_SQUIRREL_LIBS=`$PKG_CONFIG --libs "squirrel" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ SQUIRREL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "squirrel" 2>&1` -+ else -+ SQUIRREL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "squirrel" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$SQUIRREL_PKG_ERRORS" >&5 -+ -+ HAVE_SQUIRREL=no -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ HAVE_SQUIRREL=no -+else -+ SQUIRREL_CFLAGS=$pkg_cv_SQUIRREL_CFLAGS -+ SQUIRREL_LIBS=$pkg_cv_SQUIRREL_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ HAVE_SQUIRREL=yes -+fi -+ if test "$HAVE_SQUIRREL" = yes; then -+ HAVE_SQUIRREL_TRUE= -+ HAVE_SQUIRREL_FALSE='#' -+else -+ HAVE_SQUIRREL_TRUE='#' -+ HAVE_SQUIRREL_FALSE= -+fi -+ -+ -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TINYXML" >&5 -+$as_echo_n "checking for TINYXML... " >&6; } -+ -+if test -n "$TINYXML_CFLAGS"; then -+ pkg_cv_TINYXML_CFLAGS="$TINYXML_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tinyxml\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "tinyxml") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_TINYXML_CFLAGS=`$PKG_CONFIG --cflags "tinyxml" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$TINYXML_LIBS"; then -+ pkg_cv_TINYXML_LIBS="$TINYXML_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tinyxml\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "tinyxml") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_TINYXML_LIBS=`$PKG_CONFIG --libs "tinyxml" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ TINYXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "tinyxml" 2>&1` -+ else -+ TINYXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "tinyxml" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$TINYXML_PKG_ERRORS" >&5 -+ -+ HAVE_TINYXML=no -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ HAVE_TINYXML=no -+else -+ TINYXML_CFLAGS=$pkg_cv_TINYXML_CFLAGS -+ TINYXML_LIBS=$pkg_cv_TINYXML_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ HAVE_TINYXML=yes -+fi -+ if test "$HAVE_TINYXML" = yes; then -+ HAVE_TINYXML_TRUE= -+ HAVE_TINYXML_FALSE='#' -+else -+ HAVE_TINYXML_TRUE='#' -+ HAVE_TINYXML_FALSE= -+fi -+ -+ -+if test "x$DARWIN_TRUE" = "x" ; then -+ MODULE_SHARED_LDFLAGS="-dynamiclib" -+else -+ MODULE_SHARED_LDFLAGS="-module -shared" -+fi -+ -+ -+CODEBLOCKS_CURRENT=0 -+CODEBLOCKS_REVISION=1 -+CODEBLOCKS_AGE=0 -+CODEBLOCKS_VERSION_INFO=$CODEBLOCKS_CURRENT:$CODEBLOCKS_REVISION:$CODEBLOCKS_AGE -+ -+ -+ -+AMTAR=${AMTAR-"${am_missing_run}tar"} -+ -+# Always define AMTAR for backward compatibility. -+ -+AMTAR=${AMTAR-"${am_missing_run}tar"} -+ -+am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -' -+ -+ -+ -+ -+CODEBLOCKS_PLATFORM=gtk -+ -+# Check whether --with-platform was given. -+if test "${with_platform+set}" = set; then : -+ withval=$with_platform; CODEBLOCKS_PLATFORM=$withval -+else -+ CODEBLOCKS_PLATFORM=gtk -+fi -+ -+ -+ -+ PLATFORM_CFLAGS="" -+ PLATFORM_LIBS="" -+ -+ case $CODEBLOCKS_PLATFORM in -+ gtk) -+ PLATFORM_CFLAGS="-I/usr/X11R6/include" -+ PLATFORM_LIBS="-L/usr/X11R6/lib -lX11" -+ ;; -+ win32) -+ PLATFORM_CFLAGS="" -+ PLATFORM_LIBS="-lgdi32" -+ ;; -+ macosx) -+ PLATFORM_CFLAGS="" -+ PLATFORM_LIBS="" -+ ;; -+ esac -+ -+ -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the source formatter plugin" >&5 -+$as_echo_n "checking whether to build the source formatter plugin... " >&6; } -+astyle_default="yes" -+# Check whether --enable-source-formatter was given. -+if test "${enable_source_formatter+set}" = set; then : -+ enableval=$enable_source_formatter; -+else -+ enable_astyle=$astyle_default -+fi -+ -+ if test "x$enable_astyle" = "xyes"; then -+ BUILD_ASTYLE_TRUE= -+ BUILD_ASTYLE_FALSE='#' -+else -+ BUILD_ASTYLE_TRUE='#' -+ BUILD_ASTYLE_FALSE= -+fi -+ -+if test "x$enable_astyle" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the autosave plugin" >&5 -+$as_echo_n "checking whether to build the autosave plugin... " >&6; } -+autosave_default="yes" -+# Check whether --enable-autosave was given. -+if test "${enable_autosave+set}" = set; then : -+ enableval=$enable_autosave; -+else -+ enable_autosave=$autosave_default -+fi -+ -+ if test "x$enable_autosave" = "xyes"; then -+ BUILD_AUTOSAVE_TRUE= -+ BUILD_AUTOSAVE_FALSE='#' -+else -+ BUILD_AUTOSAVE_TRUE='#' -+ BUILD_AUTOSAVE_FALSE= -+fi -+ -+if test "x$enable_autosave" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the class wizard plugin" >&5 -+$as_echo_n "checking whether to build the class wizard plugin... " >&6; } -+cw_default="yes" -+# Check whether --enable-class-wizard was given. -+if test "${enable_class_wizard+set}" = set; then : -+ enableval=$enable_class_wizard; -+else -+ enable_cw=$cw_default -+fi -+ -+ if test "x$enable_cw" = "xyes"; then -+ BUILD_CLASSWIZARD_TRUE= -+ BUILD_CLASSWIZARD_FALSE='#' -+else -+ BUILD_CLASSWIZARD_TRUE='#' -+ BUILD_CLASSWIZARD_FALSE= -+fi -+ -+if test "x$enable_cw" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the code completion plugin" >&5 -+$as_echo_n "checking whether to build the code completion plugin... " >&6; } -+cc_default="yes" -+# Check whether --enable-code-completion was given. -+if test "${enable_code_completion+set}" = set; then : -+ enableval=$enable_code_completion; -+else -+ enable_cc=$cc_default -+fi -+ -+ if test "x$enable_cc" = "xyes"; then -+ BUILD_CODECOMPLETION_TRUE= -+ BUILD_CODECOMPLETION_FALSE='#' -+else -+ BUILD_CODECOMPLETION_TRUE='#' -+ BUILD_CODECOMPLETION_FALSE= -+fi -+ -+if test "x$enable_cc" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the compiler plugin" >&5 -+$as_echo_n "checking whether to build the compiler plugin... " >&6; } -+gcc_default="yes" -+# Check whether --enable-compiler was given. -+if test "${enable_compiler+set}" = set; then : -+ enableval=$enable_compiler; -+else -+ enable_gcc=$gcc_default -+fi -+ -+ if test "x$enable_gcc" = "xyes"; then -+ BUILD_COMPILER_TRUE= -+ BUILD_COMPILER_FALSE='#' -+else -+ BUILD_COMPILER_TRUE='#' -+ BUILD_COMPILER_FALSE= -+fi -+ -+if test "x$enable_gcc" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the debugger plugin" >&5 -+$as_echo_n "checking whether to build the debugger plugin... " >&6; } -+dbg_default="yes" -+# Check whether --enable-debugger was given. -+if test "${enable_debugger+set}" = set; then : -+ enableval=$enable_debugger; -+else -+ enable_dbg=$dbg_default -+fi -+ -+ if test "x$enable_dbg" = "xyes"; then -+ BUILD_DEBUGGER_TRUE= -+ BUILD_DEBUGGER_FALSE='#' -+else -+ BUILD_DEBUGGER_TRUE='#' -+ BUILD_DEBUGGER_FALSE= -+fi -+ -+if test "x$enable_dbg" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the default MIME handler plugin" >&5 -+$as_echo_n "checking whether to build the default MIME handler plugin... " >&6; } -+mime_default="yes" -+# Check whether --enable-mime-handler was given. -+if test "${enable_mime_handler+set}" = set; then : -+ enableval=$enable_mime_handler; -+else -+ enable_mime=$mime_default -+fi -+ -+ if test "x$enable_mime" = "xyes"; then -+ BUILD_MIMEHANDLER_TRUE= -+ BUILD_MIMEHANDLER_FALSE='#' -+else -+ BUILD_MIMEHANDLER_TRUE='#' -+ BUILD_MIMEHANDLER_FALSE= -+fi -+ -+if test "x$enable_mime" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the open files list plugin" >&5 -+$as_echo_n "checking whether to build the open files list plugin... " >&6; } -+openfiles_default="yes" -+# Check whether --enable-open-files-list was given. -+if test "${enable_open_files_list+set}" = set; then : -+ enableval=$enable_open_files_list; -+else -+ enable_openfiles=$openfiles_default -+fi -+ -+ if test "x$enable_openfiles" = "xyes"; then -+ BUILD_OPENFILESLIST_TRUE= -+ BUILD_OPENFILESLIST_FALSE='#' -+else -+ BUILD_OPENFILESLIST_TRUE='#' -+ BUILD_OPENFILESLIST_FALSE= -+fi -+ -+if test "x$enable_openfiles" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the occurrences highlighting plugin" >&5 -+$as_echo_n "checking whether to build the occurrences highlighting plugin... " >&6; } -+occurrenceshighlighting_default="yes" -+# Check whether --enable-occurrences-highlighting was given. -+if test "${enable_occurrences_highlighting+set}" = set; then : -+ enableval=$enable_occurrences_highlighting; -+else -+ enable_occurrenceshighlighting=$occurrenceshighlighting_default -+fi -+ -+ if test "x$enable_occurrenceshighlighting" = "xyes"; then -+ BUILD_OCCURRENCESHIGHLIGHTING_TRUE= -+ BUILD_OCCURRENCESHIGHLIGHTING_FALSE='#' -+else -+ BUILD_OCCURRENCESHIGHLIGHTING_TRUE='#' -+ BUILD_OCCURRENCESHIGHLIGHTING_FALSE= -+fi -+ -+if test "x$enable_occurrenceshighlighting" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the foreign projects importer plugin" >&5 -+$as_echo_n "checking whether to build the foreign projects importer plugin... " >&6; } -+pimport_default="yes" -+# Check whether --enable-projects-importer was given. -+if test "${enable_projects_importer+set}" = set; then : -+ enableval=$enable_projects_importer; -+else -+ enable_pimport=$pimport_default -+fi -+ -+ if test "x$enable_pimport" = "xyes"; then -+ BUILD_PROJECTSIMPORTER_TRUE= -+ BUILD_PROJECTSIMPORTER_FALSE='#' -+else -+ BUILD_PROJECTSIMPORTER_TRUE='#' -+ BUILD_PROJECTSIMPORTER_FALSE= -+fi -+ -+if test "x$enable_pimport" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the scripted wizard plugin" >&5 -+$as_echo_n "checking whether to build the scripted wizard plugin... " >&6; } -+prw_default="yes" -+# Check whether --enable-scripted-wizard was given. -+if test "${enable_scripted_wizard+set}" = set; then : -+ enableval=$enable_scripted_wizard; -+else -+ enable_prw=$prw_default -+fi -+ -+ if test "x$enable_prw" = "xyes"; then -+ BUILD_SCRIPTEDWIZARD_TRUE= -+ BUILD_SCRIPTEDWIZARD_FALSE='#' -+else -+ BUILD_SCRIPTEDWIZARD_TRUE='#' -+ BUILD_SCRIPTEDWIZARD_FALSE= -+fi -+ -+if test "x$enable_prw" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the to-do plugin" >&5 -+$as_echo_n "checking whether to build the to-do plugin... " >&6; } -+todo_default="yes" -+# Check whether --enable-todo was given. -+if test "${enable_todo+set}" = set; then : -+ enableval=$enable_todo; -+else -+ enable_todo=$todo_default -+fi -+ -+ if test "x$enable_todo" = "xyes"; then -+ BUILD_TODO_TRUE= -+ BUILD_TODO_FALSE='#' -+else -+ BUILD_TODO_TRUE='#' -+ BUILD_TODO_FALSE= -+fi -+ -+if test "x$enable_todo" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the abbreviations plugin" >&5 -+$as_echo_n "checking whether to build the abbreviations plugin... " >&6; } -+abbreviations_default="yes" -+# Check whether --enable-abbreviations was given. -+if test "${enable_abbreviations+set}" = set; then : -+ enableval=$enable_abbreviations; -+else -+ enable_abbreviations=$abbreviations_default -+fi -+ -+ if test "x$enable_abbreviations" = "xyes"; then -+ BUILD_ABBREVIATIONS_TRUE= -+ BUILD_ABBREVIATIONS_FALSE='#' -+else -+ BUILD_ABBREVIATIONS_TRUE='#' -+ BUILD_ABBREVIATIONS_FALSE= -+fi -+ -+if test "x$enable_abbreviations" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to keep prebuild windows dll's in dist-tarball" >&5 -+$as_echo_n "checking whether to keep prebuild windows dll's in dist-tarball... " >&6; } -+keep_dlls_default="yes" -+# Check whether --enable-keep-dlls was given. -+if test "${enable_keep_dlls+set}" = set; then : -+ enableval=$enable_keep_dlls; -+else -+ enable_keep_dlls=$keep_dlls_default -+fi -+ -+ if test "x$enable_keep_dlls" = "xyes"; then -+ KEEP_DLLS_TRUE= -+ KEEP_DLLS_FALSE='#' -+else -+ KEEP_DLLS_TRUE='#' -+ KEEP_DLLS_FALSE= -+fi -+ -+if test "x$enable_keep_dlls" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to integrate fortran-plugin in dist-tarball" >&5 -+$as_echo_n "checking whether to integrate fortran-plugin in dist-tarball... " >&6; } -+enable_fortran_default="yes" -+# Check whether --enable-fortran was given. -+if test "${enable_fortran+set}" = set; then : -+ enableval=$enable_fortran; -+else -+ enable_fortran=$enable_fortran_default -+fi -+ -+ if test "x$enable_fortran" = "xyes"; then -+ ENABLE_FORTRAN_TRUE= -+ ENABLE_FORTRAN_FALSE='#' -+else -+ ENABLE_FORTRAN_TRUE='#' -+ ENABLE_FORTRAN_FALSE= -+fi -+ -+if test "x$enable_fortran" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use gtk-notebook as default notebook" >&5 -+$as_echo_n "checking whether to use gtk-notebook as default notebook... " >&6; } -+gtk_notebook_default="yes" -+# Check whether --enable-gtk-notebook was given. -+if test "${enable_gtk_notebook+set}" = set; then : -+ enableval=$enable_gtk_notebook; -+else -+ enable_gtk_notebook=$gtk_notebook_default -+fi -+ -+ if test "x$enable_gtk_notebook" = "xyes"; then -+ GTK_NOTEBOOK_TRUE= -+ GTK_NOTEBOOK_FALSE='#' -+else -+ GTK_NOTEBOOK_TRUE='#' -+ GTK_NOTEBOOK_FALSE= -+fi -+ -+if test "x$enable_gtk_notebook" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+case $host in -+ *-*-cygwin* | *-*-mingw*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the xp-manifest plugin" >&5 -+$as_echo_n "checking whether to build the xp-manifest plugin... " >&6; } -+ xpmanifest_default="yes" -+ # Check whether --enable-xpmanifest was given. -+if test "${enable_xpmanifest+set}" = set; then : -+ enableval=$enable_xpmanifest; -+else -+ enable_xpmanifest=$xpmanifest_default -+fi -+ -+ if test "x$enable_xpmanifest" = "xyes"; then -+ BUILD_MANIFEST_TRUE= -+ BUILD_MANIFEST_FALSE='#' -+else -+ BUILD_MANIFEST_TRUE='#' -+ BUILD_MANIFEST_FALSE= -+fi -+ -+ if test "x$enable_xpmanifest" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ fi -+ ;; -+ *) -+ if false; then -+ BUILD_MANIFEST_TRUE= -+ BUILD_MANIFEST_FALSE='#' -+else -+ BUILD_MANIFEST_TRUE='#' -+ BUILD_MANIFEST_FALSE= -+fi -+ -+ ;; -+esac -+ -+ -+ -+ -+ -+# default to 'none' -+ -+ if false; then -+ BUILD_AUTOVERSIONING_TRUE= -+ BUILD_AUTOVERSIONING_FALSE='#' -+else -+ BUILD_AUTOVERSIONING_TRUE='#' -+ BUILD_AUTOVERSIONING_FALSE= -+fi -+ -+ if false; then -+ BUILD_BROWSETRACKER_TRUE= -+ BUILD_BROWSETRACKER_FALSE='#' -+else -+ BUILD_BROWSETRACKER_TRUE='#' -+ BUILD_BROWSETRACKER_FALSE= -+fi -+ -+ if false; then -+ BUILD_BYOGAMES_TRUE= -+ BUILD_BYOGAMES_FALSE='#' -+else -+ BUILD_BYOGAMES_TRUE='#' -+ BUILD_BYOGAMES_FALSE= -+fi -+ -+ if false; then -+ BUILD_CBKODERS_TRUE= -+ BUILD_CBKODERS_FALSE='#' -+else -+ BUILD_CBKODERS_TRUE='#' -+ BUILD_CBKODERS_FALSE= -+fi -+ -+ if false; then -+ BUILD_CODESNIPPETS_TRUE= -+ BUILD_CODESNIPPETS_FALSE='#' -+else -+ BUILD_CODESNIPPETS_TRUE='#' -+ BUILD_CODESNIPPETS_FALSE= -+fi -+ -+ if false; then -+ BUILD_CODESTAT_TRUE= -+ BUILD_CODESTAT_FALSE='#' -+else -+ BUILD_CODESTAT_TRUE='#' -+ BUILD_CODESTAT_FALSE= -+fi -+ -+ if false; then -+ BUILD_COPYSTRINGS_TRUE= -+ BUILD_COPYSTRINGS_FALSE='#' -+else -+ BUILD_COPYSTRINGS_TRUE='#' -+ BUILD_COPYSTRINGS_FALSE= -+fi -+ -+ if false; then -+ BUILD_CSCOPE_TRUE= -+ BUILD_CSCOPE_FALSE='#' -+else -+ BUILD_CSCOPE_TRUE='#' -+ BUILD_CSCOPE_FALSE= -+fi -+ -+ if false; then -+ BUILD_DOXYBLOCKS_TRUE= -+ BUILD_DOXYBLOCKS_FALSE='#' -+else -+ BUILD_DOXYBLOCKS_TRUE='#' -+ BUILD_DOXYBLOCKS_FALSE= -+fi -+ -+ if false; then -+ BUILD_DRAGSCROLL_TRUE= -+ BUILD_DRAGSCROLL_FALSE='#' -+else -+ BUILD_DRAGSCROLL_TRUE='#' -+ BUILD_DRAGSCROLL_FALSE= -+fi -+ -+ if false; then -+ BUILD_EDITORCONFIG_TRUE= -+ BUILD_EDITORCONFIG_FALSE='#' -+else -+ BUILD_EDITORCONFIG_TRUE='#' -+ BUILD_EDITORCONFIG_FALSE= -+fi -+ -+ if false; then -+ BUILD_EDITORTWEAKS_TRUE= -+ BUILD_EDITORTWEAKS_FALSE='#' -+else -+ BUILD_EDITORTWEAKS_TRUE='#' -+ BUILD_EDITORTWEAKS_FALSE= -+fi -+ -+ if false; then -+ BUILD_ENVVARS_TRUE= -+ BUILD_ENVVARS_FALSE='#' -+else -+ BUILD_ENVVARS_TRUE='#' -+ BUILD_ENVVARS_FALSE= -+fi -+ -+ if false; then -+ BUILD_FILEMANAGER_TRUE= -+ BUILD_FILEMANAGER_FALSE='#' -+else -+ BUILD_FILEMANAGER_TRUE='#' -+ BUILD_FILEMANAGER_FALSE= -+fi -+ -+ if false; then -+ BUILD_HEADERFIXUP_TRUE= -+ BUILD_HEADERFIXUP_FALSE='#' -+else -+ BUILD_HEADERFIXUP_TRUE='#' -+ BUILD_HEADERFIXUP_FALSE= -+fi -+ -+ if false; then -+ BUILD_HELP_TRUE= -+ BUILD_HELP_FALSE='#' -+else -+ BUILD_HELP_TRUE='#' -+ BUILD_HELP_FALSE= -+fi -+ -+ if false; then -+ BUILD_KEYBINDER_TRUE= -+ BUILD_KEYBINDER_FALSE='#' -+else -+ BUILD_KEYBINDER_TRUE='#' -+ BUILD_KEYBINDER_FALSE= -+fi -+ -+ if false; then -+ BUILD_LIBFINDER_TRUE= -+ BUILD_LIBFINDER_FALSE='#' -+else -+ BUILD_LIBFINDER_TRUE='#' -+ BUILD_LIBFINDER_FALSE= -+fi -+ -+ if false; then -+ BUILD_NASSISHNEIDERMAN_TRUE= -+ BUILD_NASSISHNEIDERMAN_FALSE='#' -+else -+ BUILD_NASSISHNEIDERMAN_TRUE='#' -+ BUILD_NASSISHNEIDERMAN_FALSE= -+fi -+ -+ if false; then -+ BUILD_PROFILER_TRUE= -+ BUILD_PROFILER_FALSE='#' -+else -+ BUILD_PROFILER_TRUE='#' -+ BUILD_PROFILER_FALSE= -+fi -+ -+ if false; then -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' -+else -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= -+fi -+ -+ if false; then -+ BUILD_REGEX_TRUE= -+ BUILD_REGEX_FALSE='#' -+else -+ BUILD_REGEX_TRUE='#' -+ BUILD_REGEX_FALSE= -+fi -+ -+ if false; then -+ BUILD_REOPENEDITOR_TRUE= -+ BUILD_REOPENEDITOR_FALSE='#' -+else -+ BUILD_REOPENEDITOR_TRUE='#' -+ BUILD_REOPENEDITOR_FALSE= -+fi -+ -+ if false; then -+ BUILD_EXPORTER_TRUE= -+ BUILD_EXPORTER_FALSE='#' -+else -+ BUILD_EXPORTER_TRUE='#' -+ BUILD_EXPORTER_FALSE= -+fi -+ -+ if false; then -+ BUILD_SMARTINDENT_TRUE= -+ BUILD_SMARTINDENT_FALSE='#' -+else -+ BUILD_SMARTINDENT_TRUE='#' -+ BUILD_SMARTINDENT_FALSE= -+fi -+ -+ if false; then -+ BUILD_SPELLCHECKER_TRUE= -+ BUILD_SPELLCHECKER_FALSE='#' -+else -+ BUILD_SPELLCHECKER_TRUE='#' -+ BUILD_SPELLCHECKER_FALSE= -+fi -+ -+ if false; then -+ BUILD_SYMTAB_TRUE= -+ BUILD_SYMTAB_FALSE='#' -+else -+ BUILD_SYMTAB_TRUE='#' -+ BUILD_SYMTAB_FALSE= -+fi -+ -+ if false; then -+ BUILD_THREADSEARCH_TRUE= -+ BUILD_THREADSEARCH_FALSE='#' -+else -+ BUILD_THREADSEARCH_TRUE='#' -+ BUILD_THREADSEARCH_FALSE= -+fi -+ -+ if false; then -+ BUILD_TOOLSPLUS_TRUE= -+ BUILD_TOOLSPLUS_FALSE='#' -+else -+ BUILD_TOOLSPLUS_TRUE='#' -+ BUILD_TOOLSPLUS_FALSE= -+fi -+ -+ if false; then -+ BUILD_VALGRIND_TRUE= -+ BUILD_VALGRIND_FALSE='#' -+else -+ BUILD_VALGRIND_TRUE='#' -+ BUILD_VALGRIND_FALSE= -+fi -+ -+ if false; then -+ BUILD_WXCONTRIB_TRUE= -+ BUILD_WXCONTRIB_FALSE='#' -+else -+ BUILD_WXCONTRIB_TRUE='#' -+ BUILD_WXCONTRIB_FALSE= -+fi -+ -+ if false; then -+ BUILD_WXSMITH_TRUE= -+ BUILD_WXSMITH_FALSE='#' -+else -+ BUILD_WXSMITH_TRUE='#' -+ BUILD_WXSMITH_FALSE= -+fi -+ -+ if false; then -+ BUILD_WXSMITHCONTRIB_TRUE= -+ BUILD_WXSMITHCONTRIB_FALSE='#' -+else -+ BUILD_WXSMITHCONTRIB_TRUE='#' -+ BUILD_WXSMITHCONTRIB_FALSE= -+fi -+ -+ if false; then -+ BUILD_WXSMITHAUI_TRUE= -+ BUILD_WXSMITHAUI_FALSE='#' -+else -+ BUILD_WXSMITHAUI_TRUE='#' -+ BUILD_WXSMITHAUI_FALSE= -+fi -+ -+ if false; then -+ BUILD_HEXEDITOR_TRUE= -+ BUILD_HEXEDITOR_FALSE='#' -+else -+ BUILD_HEXEDITOR_TRUE='#' -+ BUILD_HEXEDITOR_FALSE= -+fi -+ -+ if false; then -+ BUILD_INCSEARCH_TRUE= -+ BUILD_INCSEARCH_FALSE='#' -+else -+ BUILD_INCSEARCH_TRUE='#' -+ BUILD_INCSEARCH_FALSE= -+fi -+ -+ if false; then -+ BUILD_MOUSESAP_TRUE= -+ BUILD_MOUSESAP_FALSE='#' -+else -+ BUILD_MOUSESAP_TRUE='#' -+ BUILD_MOUSESAP_FALSE= -+fi -+ -+ if false; then -+ BUILD_CCCC_TRUE= -+ BUILD_CCCC_FALSE='#' -+else -+ BUILD_CCCC_TRUE='#' -+ BUILD_CCCC_FALSE= -+fi -+ -+ if false; then -+ BUILD_CPPCHECK_TRUE= -+ BUILD_CPPCHECK_FALSE='#' -+else -+ BUILD_CPPCHECK_TRUE='#' -+ BUILD_CPPCHECK_FALSE= -+fi -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which (if any) contrib plugins to build" >&5 -+$as_echo_n "checking which (if any) contrib plugins to build... " >&6; } -+ -+# Check whether --with-contrib-plugins was given. -+if test "${with_contrib_plugins+set}" = set; then : -+ withval=$with_contrib_plugins; plugins="$withval" -+else -+ plugins="none" -+fi -+ -+ -+plugins=`echo $plugins | sed 's/,/ /g'` -+for plugin in $plugins -+do -+ case "$plugin" in -+ all|yes) -+ -+ if true; then -+ BUILD_AUTOVERSIONING_TRUE= -+ BUILD_AUTOVERSIONING_FALSE='#' -+else -+ BUILD_AUTOVERSIONING_TRUE='#' -+ BUILD_AUTOVERSIONING_FALSE= -+fi -+ -+ if true; then -+ BUILD_BROWSETRACKER_TRUE= -+ BUILD_BROWSETRACKER_FALSE='#' -+else -+ BUILD_BROWSETRACKER_TRUE='#' -+ BUILD_BROWSETRACKER_FALSE= -+fi -+ -+ if true; then -+ BUILD_BYOGAMES_TRUE= -+ BUILD_BYOGAMES_FALSE='#' -+else -+ BUILD_BYOGAMES_TRUE='#' -+ BUILD_BYOGAMES_FALSE= -+fi -+ -+ if true; then -+ BUILD_CBKODERS_TRUE= -+ BUILD_CBKODERS_FALSE='#' -+else -+ BUILD_CBKODERS_TRUE='#' -+ BUILD_CBKODERS_FALSE= -+fi -+ -+ if true; then -+ BUILD_CODESNIPPETS_TRUE= -+ BUILD_CODESNIPPETS_FALSE='#' -+else -+ BUILD_CODESNIPPETS_TRUE='#' -+ BUILD_CODESNIPPETS_FALSE= -+fi -+ -+ if true; then -+ BUILD_CODESTAT_TRUE= -+ BUILD_CODESTAT_FALSE='#' -+else -+ BUILD_CODESTAT_TRUE='#' -+ BUILD_CODESTAT_FALSE= -+fi -+ -+ if true; then -+ BUILD_COPYSTRINGS_TRUE= -+ BUILD_COPYSTRINGS_FALSE='#' -+else -+ BUILD_COPYSTRINGS_TRUE='#' -+ BUILD_COPYSTRINGS_FALSE= -+fi -+ -+ if true; then -+ BUILD_CSCOPE_TRUE= -+ BUILD_CSCOPE_FALSE='#' -+else -+ BUILD_CSCOPE_TRUE='#' -+ BUILD_CSCOPE_FALSE= -+fi -+ -+ if true; then -+ BUILD_DOXYBLOCKS_TRUE= -+ BUILD_DOXYBLOCKS_FALSE='#' -+else -+ BUILD_DOXYBLOCKS_TRUE='#' -+ BUILD_DOXYBLOCKS_FALSE= -+fi -+ -+ if true; then -+ BUILD_DRAGSCROLL_TRUE= -+ BUILD_DRAGSCROLL_FALSE='#' -+else -+ BUILD_DRAGSCROLL_TRUE='#' -+ BUILD_DRAGSCROLL_FALSE= -+fi -+ -+ if true; then -+ BUILD_EDITORCONFIG_TRUE= -+ BUILD_EDITORCONFIG_FALSE='#' -+else -+ BUILD_EDITORCONFIG_TRUE='#' -+ BUILD_EDITORCONFIG_FALSE= -+fi -+ -+ if true; then -+ BUILD_EDITORTWEAKS_TRUE= -+ BUILD_EDITORTWEAKS_FALSE='#' -+else -+ BUILD_EDITORTWEAKS_TRUE='#' -+ BUILD_EDITORTWEAKS_FALSE= -+fi -+ -+ if true; then -+ BUILD_ENVVARS_TRUE= -+ BUILD_ENVVARS_FALSE='#' -+else -+ BUILD_ENVVARS_TRUE='#' -+ BUILD_ENVVARS_FALSE= -+fi -+ -+ if true; then -+ BUILD_FILEMANAGER_TRUE= -+ BUILD_FILEMANAGER_FALSE='#' -+else -+ BUILD_FILEMANAGER_TRUE='#' -+ BUILD_FILEMANAGER_FALSE= -+fi -+ -+ if true; then -+ BUILD_HEADERFIXUP_TRUE= -+ BUILD_HEADERFIXUP_FALSE='#' -+else -+ BUILD_HEADERFIXUP_TRUE='#' -+ BUILD_HEADERFIXUP_FALSE= -+fi -+ -+ if true; then -+ BUILD_HELP_TRUE= -+ BUILD_HELP_FALSE='#' -+else -+ BUILD_HELP_TRUE='#' -+ BUILD_HELP_FALSE= -+fi -+ -+ if true; then -+ BUILD_KEYBINDER_TRUE= -+ BUILD_KEYBINDER_FALSE='#' -+else -+ BUILD_KEYBINDER_TRUE='#' -+ BUILD_KEYBINDER_FALSE= -+fi -+ -+ if true; then -+ BUILD_LIBFINDER_TRUE= -+ BUILD_LIBFINDER_FALSE='#' -+else -+ BUILD_LIBFINDER_TRUE='#' -+ BUILD_LIBFINDER_FALSE= -+fi -+ -+ if true; then -+ BUILD_NASSISHNEIDERMAN_TRUE= -+ BUILD_NASSISHNEIDERMAN_FALSE='#' -+else -+ BUILD_NASSISHNEIDERMAN_TRUE='#' -+ BUILD_NASSISHNEIDERMAN_FALSE= -+fi -+ -+ if true; then -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' -+else -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= -+fi -+ -+ if true; then -+ BUILD_PROFILER_TRUE= -+ BUILD_PROFILER_FALSE='#' -+else -+ BUILD_PROFILER_TRUE='#' -+ BUILD_PROFILER_FALSE= -+fi -+ -+ if true; then -+ BUILD_REGEX_TRUE= -+ BUILD_REGEX_FALSE='#' -+else -+ BUILD_REGEX_TRUE='#' -+ BUILD_REGEX_FALSE= -+fi -+ -+ if true; then -+ BUILD_REOPENEDITOR_TRUE= -+ BUILD_REOPENEDITOR_FALSE='#' -+else -+ BUILD_REOPENEDITOR_TRUE='#' -+ BUILD_REOPENEDITOR_FALSE= -+fi -+ -+ if true; then -+ BUILD_EXPORTER_TRUE= -+ BUILD_EXPORTER_FALSE='#' -+else -+ BUILD_EXPORTER_TRUE='#' -+ BUILD_EXPORTER_FALSE= -+fi -+ -+ if true; then -+ BUILD_SMARTINDENT_TRUE= -+ BUILD_SMARTINDENT_FALSE='#' -+else -+ BUILD_SMARTINDENT_TRUE='#' -+ BUILD_SMARTINDENT_FALSE= -+fi -+ -+ if true; then -+ BUILD_SPELLCHECKER_TRUE= -+ BUILD_SPELLCHECKER_FALSE='#' -+else -+ BUILD_SPELLCHECKER_TRUE='#' -+ BUILD_SPELLCHECKER_FALSE= -+fi -+ -+ if true; then -+ BUILD_SYMTAB_TRUE= -+ BUILD_SYMTAB_FALSE='#' -+else -+ BUILD_SYMTAB_TRUE='#' -+ BUILD_SYMTAB_FALSE= -+fi -+ -+ if true; then -+ BUILD_THREADSEARCH_TRUE= -+ BUILD_THREADSEARCH_FALSE='#' -+else -+ BUILD_THREADSEARCH_TRUE='#' -+ BUILD_THREADSEARCH_FALSE= -+fi -+ -+ if true; then -+ BUILD_TOOLSPLUS_TRUE= -+ BUILD_TOOLSPLUS_FALSE='#' -+else -+ BUILD_TOOLSPLUS_TRUE='#' -+ BUILD_TOOLSPLUS_FALSE= -+fi -+ -+ if true; then -+ BUILD_VALGRIND_TRUE= -+ BUILD_VALGRIND_FALSE='#' -+else -+ BUILD_VALGRIND_TRUE='#' -+ BUILD_VALGRIND_FALSE= -+fi -+ -+ if true; then -+ BUILD_WXCONTRIB_TRUE= -+ BUILD_WXCONTRIB_FALSE='#' -+else -+ BUILD_WXCONTRIB_TRUE='#' -+ BUILD_WXCONTRIB_FALSE= -+fi -+ -+ if true; then -+ BUILD_WXSMITH_TRUE= -+ BUILD_WXSMITH_FALSE='#' -+else -+ BUILD_WXSMITH_TRUE='#' -+ BUILD_WXSMITH_FALSE= -+fi -+ -+ if true; then -+ BUILD_WXSMITHCONTRIB_TRUE= -+ BUILD_WXSMITHCONTRIB_FALSE='#' -+else -+ BUILD_WXSMITHCONTRIB_TRUE='#' -+ BUILD_WXSMITHCONTRIB_FALSE= -+fi -+ -+ if true; then -+ BUILD_WXSMITHAUI_TRUE= -+ BUILD_WXSMITHAUI_FALSE='#' -+else -+ BUILD_WXSMITHAUI_TRUE='#' -+ BUILD_WXSMITHAUI_FALSE= -+fi -+ -+ if true; then -+ BUILD_HEXEDITOR_TRUE= -+ BUILD_HEXEDITOR_FALSE='#' -+else -+ BUILD_HEXEDITOR_TRUE='#' -+ BUILD_HEXEDITOR_FALSE= -+fi -+ -+ if true; then -+ BUILD_INCSEARCH_TRUE= -+ BUILD_INCSEARCH_FALSE='#' -+else -+ BUILD_INCSEARCH_TRUE='#' -+ BUILD_INCSEARCH_FALSE= -+fi -+ -+ if true; then -+ BUILD_MOUSESAP_TRUE= -+ BUILD_MOUSESAP_FALSE='#' -+else -+ BUILD_MOUSESAP_TRUE='#' -+ BUILD_MOUSESAP_FALSE= -+fi -+ -+ if true; then -+ BUILD_CCCC_TRUE= -+ BUILD_CCCC_FALSE='#' -+else -+ BUILD_CCCC_TRUE='#' -+ BUILD_CCCC_FALSE= -+fi -+ -+ if true; then -+ BUILD_CPPCHECK_TRUE= -+ BUILD_CPPCHECK_FALSE='#' -+else -+ BUILD_CPPCHECK_TRUE='#' -+ BUILD_CPPCHECK_FALSE= -+fi -+ -+ -+ ;; -+ AutoVersioning) -+ if true; then -+ BUILD_AUTOVERSIONING_TRUE= -+ BUILD_AUTOVERSIONING_FALSE='#' -+else -+ BUILD_AUTOVERSIONING_TRUE='#' -+ BUILD_AUTOVERSIONING_FALSE= -+fi -+ -+ ;; -+ BrowseTracker) -+ if true; then -+ BUILD_BROWSETRACKER_TRUE= -+ BUILD_BROWSETRACKER_FALSE='#' -+else -+ BUILD_BROWSETRACKER_TRUE='#' -+ BUILD_BROWSETRACKER_FALSE= -+fi -+ -+ ;; -+ byogames) -+ if true; then -+ BUILD_BYOGAMES_TRUE= -+ BUILD_BYOGAMES_FALSE='#' -+else -+ BUILD_BYOGAMES_TRUE='#' -+ BUILD_BYOGAMES_FALSE= -+fi -+ -+ ;; -+ cbkoders) -+ if true; then -+ BUILD_CBKODERS_TRUE= -+ BUILD_CBKODERS_FALSE='#' -+else -+ BUILD_CBKODERS_TRUE='#' -+ BUILD_CBKODERS_FALSE= -+fi -+ -+ ;; -+ codesnippets) -+ if true; then -+ BUILD_CODESNIPPETS_TRUE= -+ BUILD_CODESNIPPETS_FALSE='#' -+else -+ BUILD_CODESNIPPETS_TRUE='#' -+ BUILD_CODESNIPPETS_FALSE= -+fi -+ -+ ;; -+ codestat) -+ if true; then -+ BUILD_CODESTAT_TRUE= -+ BUILD_CODESTAT_FALSE='#' -+else -+ BUILD_CODESTAT_TRUE='#' -+ BUILD_CODESTAT_FALSE= -+fi -+ -+ ;; -+ copystrings) -+ if true; then -+ BUILD_COPYSTRINGS_TRUE= -+ BUILD_COPYSTRINGS_FALSE='#' -+else -+ BUILD_COPYSTRINGS_TRUE='#' -+ BUILD_COPYSTRINGS_FALSE= -+fi -+ -+ ;; -+ Cscope) -+ if true; then -+ BUILD_CSCOPE_TRUE= -+ BUILD_CSCOPE_FALSE='#' -+else -+ BUILD_CSCOPE_TRUE='#' -+ BUILD_CSCOPE_FALSE= -+fi -+ -+ ;; -+ DoxyBlocks) -+ if true; then -+ BUILD_DOXYBLOCKS_TRUE= -+ BUILD_DOXYBLOCKS_FALSE='#' -+else -+ BUILD_DOXYBLOCKS_TRUE='#' -+ BUILD_DOXYBLOCKS_FALSE= -+fi -+ -+ ;; -+ dragscroll) -+ if true; then -+ BUILD_DRAGSCROLL_TRUE= -+ BUILD_DRAGSCROLL_FALSE='#' -+else -+ BUILD_DRAGSCROLL_TRUE='#' -+ BUILD_DRAGSCROLL_FALSE= -+fi -+ -+ ;; -+ EditorConfig) -+ if true; then -+ BUILD_EDITORCONFIG_TRUE= -+ BUILD_EDITORCONFIG_FALSE='#' -+else -+ BUILD_EDITORCONFIG_TRUE='#' -+ BUILD_EDITORCONFIG_FALSE= -+fi -+ -+ ;; -+ EditorTweaks) -+ if true; then -+ BUILD_EDITORTWEAKS_TRUE= -+ BUILD_EDITORTWEAKS_FALSE='#' -+else -+ BUILD_EDITORTWEAKS_TRUE='#' -+ BUILD_EDITORTWEAKS_FALSE= -+fi -+ -+ ;; -+ envvars) -+ if true; then -+ BUILD_ENVVARS_TRUE= -+ BUILD_ENVVARS_FALSE='#' -+else -+ BUILD_ENVVARS_TRUE='#' -+ BUILD_ENVVARS_FALSE= -+fi -+ -+ ;; -+ FileManager) -+ if true; then -+ BUILD_FILEMANAGER_TRUE= -+ BUILD_FILEMANAGER_FALSE='#' -+else -+ BUILD_FILEMANAGER_TRUE='#' -+ BUILD_FILEMANAGER_FALSE= -+fi -+ -+ ;; -+ headerfixup) -+ if true; then -+ BUILD_HEADERFIXUP_TRUE= -+ BUILD_HEADERFIXUP_FALSE='#' -+else -+ BUILD_HEADERFIXUP_TRUE='#' -+ BUILD_HEADERFIXUP_FALSE= -+fi -+ -+ ;; -+ help) -+ if true; then -+ BUILD_HELP_TRUE= -+ BUILD_HELP_FALSE='#' -+else -+ BUILD_HELP_TRUE='#' -+ BUILD_HELP_FALSE= -+fi -+ -+ ;; -+ keybinder) -+ if true; then -+ BUILD_KEYBINDER_TRUE= -+ BUILD_KEYBINDER_FALSE='#' -+else -+ BUILD_KEYBINDER_TRUE='#' -+ BUILD_KEYBINDER_FALSE= -+fi -+ -+ ;; -+ libfinder) -+ if true; then -+ BUILD_LIBFINDER_TRUE= -+ BUILD_LIBFINDER_FALSE='#' -+else -+ BUILD_LIBFINDER_TRUE='#' -+ BUILD_LIBFINDER_FALSE= -+fi -+ -+ ;; -+ NassiShneiderman) -+ if true; then -+ BUILD_NASSISHNEIDERMAN_TRUE= -+ BUILD_NASSISHNEIDERMAN_FALSE='#' -+else -+ BUILD_NASSISHNEIDERMAN_TRUE='#' -+ BUILD_NASSISHNEIDERMAN_FALSE= -+fi -+ -+ ;; -+ ProjectOptionsManipulator) -+ if true; then -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE= -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE='#' -+else -+ BUILD_PROJECTOPTIONSMANIPULATOR_TRUE='#' -+ BUILD_PROJECTOPTIONSMANIPULATOR_FALSE= -+fi -+ -+ ;; -+ profiler) -+ if true; then -+ BUILD_PROFILER_TRUE= -+ BUILD_PROFILER_FALSE='#' -+else -+ BUILD_PROFILER_TRUE='#' -+ BUILD_PROFILER_FALSE= -+fi -+ -+ ;; -+ regex) -+ if true; then -+ BUILD_REGEX_TRUE= -+ BUILD_REGEX_FALSE='#' -+else -+ BUILD_REGEX_TRUE='#' -+ BUILD_REGEX_FALSE= -+fi -+ -+ ;; -+ ReopenEditor) -+ if true; then -+ BUILD_REOPENEDITOR_TRUE= -+ BUILD_REOPENEDITOR_FALSE='#' -+else -+ BUILD_REOPENEDITOR_TRUE='#' -+ BUILD_REOPENEDITOR_FALSE= -+fi -+ -+ ;; -+ exporter) -+ if true; then -+ BUILD_EXPORTER_TRUE= -+ BUILD_EXPORTER_FALSE='#' -+else -+ BUILD_EXPORTER_TRUE='#' -+ BUILD_EXPORTER_FALSE= -+fi -+ -+ ;; -+ smartindent) -+ if true; then -+ BUILD_SMARTINDENT_TRUE= -+ BUILD_SMARTINDENT_FALSE='#' -+else -+ BUILD_SMARTINDENT_TRUE='#' -+ BUILD_SMARTINDENT_FALSE= -+fi -+ -+ ;; -+ spellchecker) -+ if true; then -+ BUILD_SPELLCHECKER_TRUE= -+ BUILD_SPELLCHECKER_FALSE='#' -+else -+ BUILD_SPELLCHECKER_TRUE='#' -+ BUILD_SPELLCHECKER_FALSE= -+fi -+ -+ ;; -+ symtab) -+ if true; then -+ BUILD_SYMTAB_TRUE= -+ BUILD_SYMTAB_FALSE='#' -+else -+ BUILD_SYMTAB_TRUE='#' -+ BUILD_SYMTAB_FALSE= -+fi -+ -+ ;; -+ ThreadSearch) -+ if true; then -+ BUILD_THREADSEARCH_TRUE= -+ BUILD_THREADSEARCH_FALSE='#' -+else -+ BUILD_THREADSEARCH_TRUE='#' -+ BUILD_THREADSEARCH_FALSE= -+fi -+ -+ ;; -+ ToolsPlus) -+ if true; then -+ BUILD_TOOLSPLUS_TRUE= -+ BUILD_TOOLSPLUS_FALSE='#' -+else -+ BUILD_TOOLSPLUS_TRUE='#' -+ BUILD_TOOLSPLUS_FALSE= -+fi -+ -+ ;; -+ Valgrind) -+ if true; then -+ BUILD_VALGRIND_TRUE= -+ BUILD_VALGRIND_FALSE='#' -+else -+ BUILD_VALGRIND_TRUE='#' -+ BUILD_VALGRIND_FALSE= -+fi -+ -+ ;; -+ wxcontrib) -+ if true; then -+ BUILD_WXCONTRIB_TRUE= -+ BUILD_WXCONTRIB_FALSE='#' -+else -+ BUILD_WXCONTRIB_TRUE='#' -+ BUILD_WXCONTRIB_FALSE= -+fi -+ -+ ;; -+ wxsmith) -+ if true; then -+ BUILD_WXSMITH_TRUE= -+ BUILD_WXSMITH_FALSE='#' -+else -+ BUILD_WXSMITH_TRUE='#' -+ BUILD_WXSMITH_FALSE= -+fi -+ -+ ;; -+ wxsmithcontrib) -+ if true; then -+ BUILD_WXSMITHCONTRIB_TRUE= -+ BUILD_WXSMITHCONTRIB_FALSE='#' -+else -+ BUILD_WXSMITHCONTRIB_TRUE='#' -+ BUILD_WXSMITHCONTRIB_FALSE= -+fi -+ -+ ;; -+ wxsmithaui) -+ if true; then -+ BUILD_WXSMITHAUI_TRUE= -+ BUILD_WXSMITHAUI_FALSE='#' -+else -+ BUILD_WXSMITHAUI_TRUE='#' -+ BUILD_WXSMITHAUI_FALSE= -+fi -+ -+ ;; -+ hexeditor) -+ if true; then -+ BUILD_HEXEDITOR_TRUE= -+ BUILD_HEXEDITOR_FALSE='#' -+else -+ BUILD_HEXEDITOR_TRUE='#' -+ BUILD_HEXEDITOR_FALSE= -+fi -+ -+ ;; -+ incsearch) -+ if true; then -+ BUILD_INCSEARCH_TRUE= -+ BUILD_INCSEARCH_FALSE='#' -+else -+ BUILD_INCSEARCH_TRUE='#' -+ BUILD_INCSEARCH_FALSE= -+fi -+ -+ ;; -+ MouseSap) -+ if true; then -+ BUILD_MOUSESAP_TRUE= -+ BUILD_MOUSESAP_FALSE='#' -+else -+ BUILD_MOUSESAP_TRUE='#' -+ BUILD_MOUSESAP_FALSE= -+fi -+ -+ ;; -+ Cccc) -+ if true; then -+ BUILD_CCCC_TRUE= -+ BUILD_CCCC_FALSE='#' -+else -+ BUILD_CCCC_TRUE='#' -+ BUILD_CCCC_FALSE= -+fi -+ -+ ;; -+ CppCheck) -+ if true; then -+ BUILD_CPPCHECK_TRUE= -+ BUILD_CPPCHECK_FALSE='#' -+else -+ BUILD_CPPCHECK_TRUE='#' -+ BUILD_CPPCHECK_FALSE= -+fi -+ -+ ;; -+ -AutoVersioning) -+ if false; then -+ BUILD_AUTOVERSIONING_TRUE= -+ BUILD_AUTOVERSIONING_FALSE='#' -+else -+ BUILD_AUTOVERSIONING_TRUE='#' -+ BUILD_AUTOVERSIONING_FALSE= -+fi -+ -+ ;; -+ -BrowseTracker) -+ if false; then -+ BUILD_BROWSETRACKER_TRUE= -+ BUILD_BROWSETRACKER_FALSE='#' -+else -+ BUILD_BROWSETRACKER_TRUE='#' -+ BUILD_BROWSETRACKER_FALSE= -+fi -+ -+ ;; -+ -byogames) -+ if false; then -+ BUILD_BYOGAMES_TRUE= -+ BUILD_BYOGAMES_FALSE='#' -+else -+ BUILD_BYOGAMES_TRUE='#' -+ BUILD_BYOGAMES_FALSE= -+fi -+ -+ ;; -+ -cbkoders) -+ if false; then -+ BUILD_CBKODERS_TRUE= -+ BUILD_CBKODERS_FALSE='#' -+else -+ BUILD_CBKODERS_TRUE='#' -+ BUILD_CBKODERS_FALSE= -+fi -+ -+ ;; -+ -codesnippets) -+ if false; then -+ BUILD_CODESNIPPETS_TRUE= -+ BUILD_CODESNIPPETS_FALSE='#' -+else -+ BUILD_CODESNIPPETS_TRUE='#' -+ BUILD_CODESNIPPETS_FALSE= -+fi -+ -+ ;; -+ -codestat) -+ if false; then -+ BUILD_CODESTAT_TRUE= -+ BUILD_CODESTAT_FALSE='#' -+else -+ BUILD_CODESTAT_TRUE='#' -+ BUILD_CODESTAT_FALSE= -+fi -+ -+ ;; -+ -copystrings) -+ if false; then -+ BUILD_COPYSTRINGS_TRUE= -+ BUILD_COPYSTRINGS_FALSE='#' -+else -+ BUILD_COPYSTRINGS_TRUE='#' -+ BUILD_COPYSTRINGS_FALSE= -+fi -+ -+ ;; -+ -Cscope) -+ if false; then -+ BUILD_CSCOPE_TRUE= -+ BUILD_CSCOPE_FALSE='#' -+else -+ BUILD_CSCOPE_TRUE='#' -+ BUILD_CSCOPE_FALSE= -+fi -+ -+ ;; -+ -DoxyBlocks) -+ if false; then -+ BUILD_DOXYBLOCKS_TRUE= -+ BUILD_DOXYBLOCKS_FALSE='#' -+else -+ BUILD_DOXYBLOCKS_TRUE='#' -+ BUILD_DOXYBLOCKS_FALSE= -+fi -+ -+ ;; -+ -dragscroll) -+ if false; then -+ BUILD_DRAGSCROLL_TRUE= -+ BUILD_DRAGSCROLL_FALSE='#' -+else -+ BUILD_DRAGSCROLL_TRUE='#' -+ BUILD_DRAGSCROLL_FALSE= -+fi -+ -+ ;; -+ -EditorConfig) -+ if false; then -+ BUILD_EDITORCONFIG_TRUE= -+ BUILD_EDITORCONFIG_FALSE='#' -+else -+ BUILD_EDITORCONFIG_TRUE='#' -+ BUILD_EDITORCONFIG_FALSE= -+fi -+ -+ ;; -+ -EditorTweaks) -+ if false; then -+ BUILD_EDITORTWEAKS_TRUE= -+ BUILD_EDITORTWEAKS_FALSE='#' -+else -+ BUILD_EDITORTWEAKS_TRUE='#' -+ BUILD_EDITORTWEAKS_FALSE= -+fi -+ -+ ;; -+ -envvars) -+ if false; then -+ BUILD_ENVVARS_TRUE= -+ BUILD_ENVVARS_FALSE='#' -+else -+ BUILD_ENVVARS_TRUE='#' -+ BUILD_ENVVARS_FALSE= -+fi -+ -+ ;; -+ -FileManager) -+ if false; then -+ BUILD_FILEMANAGER_TRUE= -+ BUILD_FILEMANAGER_FALSE='#' -+else -+ BUILD_FILEMANAGER_TRUE='#' -+ BUILD_FILEMANAGER_FALSE= -+fi -+ -+ ;; -+ -headerfixup) -+ if false; then -+ BUILD_HEADERFIXUP_TRUE= -+ BUILD_HEADERFIXUP_FALSE='#' -+else -+ BUILD_HEADERFIXUP_TRUE='#' -+ BUILD_HEADERFIXUP_FALSE= -+fi -+ -+ ;; -+ -help) -+ if false; then -+ BUILD_HELP_TRUE= -+ BUILD_HELP_FALSE='#' -+else -+ BUILD_HELP_TRUE='#' -+ BUILD_HELP_FALSE= -+fi -+ -+ ;; -+ -keybinder) -+ if false; then -+ BUILD_KEYBINDER_TRUE= -+ BUILD_KEYBINDER_FALSE='#' -+else -+ BUILD_KEYBINDER_TRUE='#' -+ BUILD_KEYBINDER_FALSE= -+fi -+ -+ ;; -+ -libfinder) -+ if false; then -+ BUILD_LIBFINDER_TRUE= -+ BUILD_LIBFINDER_FALSE='#' -+else -+ BUILD_LIBFINDER_TRUE='#' -+ BUILD_LIBFINDER_FALSE= -+fi -+ -+ ;; -+ -NassiShneiderman) -+ if false; then -+ BUILD_NASSISHNEIDERMAN_TRUE= -+ BUILD_NASSISHNEIDERMAN_FALSE='#' -+else -+ BUILD_NASSISHNEIDERMAN_TRUE='#' -+ BUILD_NASSISHNEIDERMAN_FALSE= -+fi -+ -+ ;; -+ -profiler) -+ if false; then -+ BUILD_PROFILER_TRUE= -+ BUILD_PROFILER_FALSE='#' -+else -+ BUILD_PROFILER_TRUE='#' -+ BUILD_PROFILER_FALSE= -+fi -+ -+ ;; -+ -regex) -+ if false; then -+ BUILD_REGEX_TRUE= -+ BUILD_REGEX_FALSE='#' -+else -+ BUILD_REGEX_TRUE='#' -+ BUILD_REGEX_FALSE= -+fi -+ -+ ;; -+ -ReopenEditor) -+ if false; then -+ BUILD_REOPENEDITOR_TRUE= -+ BUILD_REOPENEDITOR_FALSE='#' -+else -+ BUILD_REOPENEDITOR_TRUE='#' -+ BUILD_REOPENEDITOR_FALSE= -+fi -+ -+ ;; -+ -exporter) -+ if false; then -+ BUILD_EXPORTER_TRUE= -+ BUILD_EXPORTER_FALSE='#' -+else -+ BUILD_EXPORTER_TRUE='#' -+ BUILD_EXPORTER_FALSE= -+fi -+ -+ ;; -+ -smartindent) -+ if false; then -+ BUILD_SMARTINDENT_TRUE= -+ BUILD_SMARTINDENT_FALSE='#' -+else -+ BUILD_SMARTINDENT_TRUE='#' -+ BUILD_SMARTINDENT_FALSE= -+fi -+ -+ ;; -+ -spellchecker) -+ if false; then -+ BUILD_SPELLCHECKER_TRUE= -+ BUILD_SPELLCHECKER_FALSE='#' -+else -+ BUILD_SPELLCHECKER_TRUE='#' -+ BUILD_SPELLCHECKER_FALSE= -+fi -+ -+ ;; -+ -symtab) -+ if false; then -+ BUILD_SYMTAB_TRUE= -+ BUILD_SYMTAB_FALSE='#' -+else -+ BUILD_SYMTAB_TRUE='#' -+ BUILD_SYMTAB_FALSE= -+fi -+ -+ ;; -+ -ThreadSearch) -+ if false; then -+ BUILD_THREADSEARCH_TRUE= -+ BUILD_THREADSEARCH_FALSE='#' -+else -+ BUILD_THREADSEARCH_TRUE='#' -+ BUILD_THREADSEARCH_FALSE= -+fi -+ -+ ;; -+ -ToolsPlus) -+ if false; then -+ BUILD_TOOLSPLUS_TRUE= -+ BUILD_TOOLSPLUS_FALSE='#' -+else -+ BUILD_TOOLSPLUS_TRUE='#' -+ BUILD_TOOLSPLUS_FALSE= -+fi -+ -+ ;; -+ -Valgrind) -+ if false; then -+ BUILD_VALGRIND_TRUE= -+ BUILD_VALGRIND_FALSE='#' -+else -+ BUILD_VALGRIND_TRUE='#' -+ BUILD_VALGRIND_FALSE= -+fi -+ -+ ;; -+ -wxcontrib) -+ if false; then -+ BUILD_WXCONTRIB_TRUE= -+ BUILD_WXCONTRIB_FALSE='#' -+else -+ BUILD_WXCONTRIB_TRUE='#' -+ BUILD_WXCONTRIB_FALSE= -+fi -+ -+ ;; -+ -wxsmith) -+ if false; then -+ BUILD_WXSMITH_TRUE= -+ BUILD_WXSMITH_FALSE='#' -+else -+ BUILD_WXSMITH_TRUE='#' -+ BUILD_WXSMITH_FALSE= -+fi -+ -+ ;; -+ -wxsmithcontrib) -+ if false; then -+ BUILD_WXSMITHCONTRIB_TRUE= -+ BUILD_WXSMITHCONTRIB_FALSE='#' -+else -+ BUILD_WXSMITHCONTRIB_TRUE='#' -+ BUILD_WXSMITHCONTRIB_FALSE= -+fi -+ -+ ;; -+ -wxsmithaui) -+ if false; then -+ BUILD_WXSMITHAUI_TRUE= -+ BUILD_WXSMITHAUI_FALSE='#' -+else -+ BUILD_WXSMITHAUI_TRUE='#' -+ BUILD_WXSMITHAUI_FALSE= -+fi -+ -+ ;; -+ -hexeditor) -+ if false; then -+ BUILD_HEXEDITOR_TRUE= -+ BUILD_HEXEDITOR_FALSE='#' -+else -+ BUILD_HEXEDITOR_TRUE='#' -+ BUILD_HEXEDITOR_FALSE= -+fi -+ -+ ;; -+ -incsearch) -+ if false; then -+ BUILD_INCSEARCH_TRUE= -+ BUILD_INCSEARCH_FALSE='#' -+else -+ BUILD_INCSEARCH_TRUE='#' -+ BUILD_INCSEARCH_FALSE= -+fi -+ -+ ;; -+ -MouseSap) -+ if false; then -+ BUILD_MOUSESAP_TRUE= -+ BUILD_MOUSESAP_FALSE='#' -+else -+ BUILD_MOUSESAP_TRUE='#' -+ BUILD_MOUSESAP_FALSE= -+fi -+ -+ ;; -+ -Cccc) -+ if false; then -+ BUILD_CCCC_TRUE= -+ BUILD_CCCC_FALSE='#' -+else -+ BUILD_CCCC_TRUE='#' -+ BUILD_CCCC_FALSE= -+fi -+ -+ ;; -+ -CppCheck) -+ if false; then -+ BUILD_CPPCHECK_TRUE= -+ BUILD_CPPCHECK_FALSE='#' -+else -+ BUILD_CPPCHECK_TRUE='#' -+ BUILD_CPPCHECK_FALSE= -+fi -+ -+ ;; -+ none|no) -+ ;; -+ *) -+ echo -+ echo "Error: Unknown contrib plugin $plugin." >&2 -+ echo " Note: the names are case-sensitive!" >&2 -+ echo " Try $0 --help for exact spelling." >&2 -+ exit 1 -+ ;; -+ esac -+done -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugins" >&5 -+$as_echo "$plugins" >&6; } -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+GCC_PCH=0 -+PCH_FLAGS= -+pch_default="yes" -+ if false; then -+ PRECOMPILE_HEADERS_TRUE= -+ PRECOMPILE_HEADERS_FALSE='#' -+else -+ PRECOMPILE_HEADERS_TRUE='#' -+ PRECOMPILE_HEADERS_FALSE= -+fi -+ -+# Check whether --enable-pch was given. -+if test "${enable_pch+set}" = set; then : -+ enableval=$enable_pch; -+else -+ enable_pch=$pch_default -+fi -+ -+if test "x$enable_pch" = "x" -o "x$enable_pch" = "xyes" ; then -+ if test "x$GCC" = "xyes"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5 -+$as_echo_n "checking if the compiler supports precompiled headers... " >&6; } -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ #if !defined(__GNUC__) || !defined(__GNUC_MINOR__) -+ #error "no pch support" -+ #endif -+ #if (__GNUC__ < 3) -+ #error "no pch support" -+ #endif -+ #if (__GNUC__ == 3) && \ -+ ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \ -+ ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) -+ #error "no pch support" -+ #endif -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ GCC_PCH=1 -+ PCH_FLAGS="-DCB_PRECOMP" -+ CPPFLAGS="${CPPFLAGS} ${PCH_FLAGS}" -+ CXXFLAGS="${CXXFLAGS} -Winvalid-pch" -+ -+else -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ if test $GCC_PCH = 1; then -+ PRECOMPILE_HEADERS_TRUE= -+ PRECOMPILE_HEADERS_FALSE='#' -+else -+ PRECOMPILE_HEADERS_TRUE='#' -+ PRECOMPILE_HEADERS_FALSE= -+fi -+ -+ fi -+fi -+ -+ -+ -+ -+ -+# Check whether --with-wxdir was given. -+if test "${with_wxdir+set}" = set; then : -+ withval=$with_wxdir; wx_config_name="$withval/wx-config" -+ wx_config_args="--inplace" -+fi -+ -+ -+# Check whether --with-wx-config was given. -+if test "${with_wx_config+set}" = set; then : -+ withval=$with_wx_config; wx_config_name="$withval" -+fi -+ -+ -+# Check whether --with-wx-prefix was given. -+if test "${with_wx_prefix+set}" = set; then : -+ withval=$with_wx_prefix; wx_config_prefix="$withval" -+else -+ wx_config_prefix="" -+fi -+ -+ -+# Check whether --with-wx-exec-prefix was given. -+if test "${with_wx_exec_prefix+set}" = set; then : -+ withval=$with_wx_exec_prefix; wx_config_exec_prefix="$withval" -+else -+ wx_config_exec_prefix="" -+fi -+ -+ -+ -+ -+ if test x${WX_CONFIG_NAME+set} != xset ; then -+ WX_CONFIG_NAME=wx-config -+ fi -+ -+ if test "x$wx_config_name" != x ; then -+ WX_CONFIG_NAME="$wx_config_name" -+ fi -+ -+ if test x$wx_config_exec_prefix != x ; then -+ wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix" -+ WX_LOOKUP_PATH="$wx_config_exec_prefix/bin" -+ fi -+ if test x$wx_config_prefix != x ; then -+ wx_config_args="$wx_config_args --prefix=$wx_config_prefix" -+ WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin" -+ fi -+ if test "$cross_compiling" = "yes"; then -+ wx_config_args="$wx_config_args --host=$host_alias" -+ fi -+ -+ if test -x "$WX_CONFIG_NAME" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wx-config" >&5 -+$as_echo_n "checking for wx-config... " >&6; } -+ WX_CONFIG_PATH="$WX_CONFIG_NAME" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5 -+$as_echo "$WX_CONFIG_PATH" >&6; } -+ else -+ # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. -+set dummy $WX_CONFIG_NAME; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_WX_CONFIG_PATH+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $WX_CONFIG_PATH in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_WX_CONFIG_PATH="$WX_CONFIG_PATH" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+as_dummy=""$WX_LOOKUP_PATH:$PATH"" -+for as_dir in $as_dummy -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ test -z "$ac_cv_path_WX_CONFIG_PATH" && ac_cv_path_WX_CONFIG_PATH="no" -+ ;; -+esac -+fi -+WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH -+if test -n "$WX_CONFIG_PATH"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5 -+$as_echo "$WX_CONFIG_PATH" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ fi -+ -+ if test "$WX_CONFIG_PATH" != "no" ; then -+ WX_VERSION="" -+ -+ min_wx_version=2.8.12 -+ if test -z "" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version" >&5 -+$as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version ()" >&5 -+$as_echo_n "checking for wxWidgets version >= $min_wx_version ()... " >&6; } -+ fi -+ -+ WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args " -+ -+ WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` -+ wx_config_major_version=`echo $WX_VERSION | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ wx_config_minor_version=`echo $WX_VERSION | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ wx_config_micro_version=`echo $WX_VERSION | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ -+ wx_requested_major_version=`echo $min_wx_version | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ wx_requested_minor_version=`echo $min_wx_version | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ wx_requested_micro_version=`echo $min_wx_version | \ -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ -+ -+ wx_ver_ok="" -+ if test "x$WX_VERSION" != x ; then -+ if test $wx_config_major_version -gt $wx_requested_major_version; then -+ wx_ver_ok=yes -+ else -+ if test $wx_config_major_version -eq $wx_requested_major_version; then -+ if test $wx_config_minor_version -gt $wx_requested_minor_version; then -+ wx_ver_ok=yes -+ else -+ if test $wx_config_minor_version -eq $wx_requested_minor_version; then -+ if test $wx_config_micro_version -ge $wx_requested_micro_version; then -+ wx_ver_ok=yes -+ fi -+ fi -+ fi -+ fi -+ fi -+ fi -+ -+ -+ if test -n "$wx_ver_ok"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5 -+$as_echo "yes (version $WX_VERSION)" >&6; } -+ WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs ` -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets static library" >&5 -+$as_echo_n "checking for wxWidgets static library... " >&6; } -+ WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` -+ if test "x$WX_LIBS_STATIC" = "x"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ fi -+ -+ wx_has_cppflags="" -+ if test $wx_config_major_version -gt 2; then -+ wx_has_cppflags=yes -+ else -+ if test $wx_config_major_version -eq 2; then -+ if test $wx_config_minor_version -gt 2; then -+ wx_has_cppflags=yes -+ else -+ if test $wx_config_minor_version -eq 2; then -+ if test $wx_config_micro_version -ge 6; then -+ wx_has_cppflags=yes -+ fi -+ fi -+ fi -+ fi -+ fi -+ -+ wx_has_rescomp="" -+ if test $wx_config_major_version -gt 2; then -+ wx_has_rescomp=yes -+ else -+ if test $wx_config_major_version -eq 2; then -+ if test $wx_config_minor_version -ge 7; then -+ wx_has_rescomp=yes -+ fi -+ fi -+ fi -+ if test "x$wx_has_rescomp" = x ; then -+ WX_RESCOMP= -+ else -+ WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` -+ fi -+ -+ if test "x$wx_has_cppflags" = x ; then -+ WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags ` -+ WX_CPPFLAGS=$WX_CFLAGS -+ WX_CXXFLAGS=$WX_CFLAGS -+ -+ WX_CFLAGS_ONLY=$WX_CFLAGS -+ WX_CXXFLAGS_ONLY=$WX_CFLAGS -+ else -+ WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags ` -+ WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags ` -+ WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags ` -+ -+ WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` -+ WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` -+ fi -+ -+ wxWin=1 -+ -+ else -+ -+ if test "x$WX_VERSION" = x; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $WX_VERSION is not new enough)" >&5 -+$as_echo "no (version $WX_VERSION is not new enough)" >&6; } -+ fi -+ -+ WX_CFLAGS="" -+ WX_CPPFLAGS="" -+ WX_CXXFLAGS="" -+ WX_LIBS="" -+ WX_LIBS_STATIC="" -+ WX_RESCOMP="" -+ -+ if test ! -z ""; then -+ -+ wx_error_message=" -+ The configuration you asked for $PACKAGE_NAME requires a wxWidgets -+ build with the following settings: -+ -+ but such build is not available. -+ -+ To see the wxWidgets builds available on this system, please use -+ 'wx-config --list' command. To use the default build, returned by -+ 'wx-config --selected-config', use the options with their 'auto' -+ default values." -+ -+ fi -+ -+ wx_error_message=" -+ The requested wxWidgets build couldn't be found. -+ $wx_error_message -+ -+ If you still get this error, then check that 'wx-config' is -+ in path, the directory where wxWidgets libraries are installed -+ (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH -+ or equivalent variable and wxWidgets version is 2.8.12 or above." -+ -+ as_fn_error $? "$wx_error_message" "$LINENO" 5 -+ -+ fi -+ else -+ -+ WX_CFLAGS="" -+ WX_CPPFLAGS="" -+ WX_CXXFLAGS="" -+ WX_LIBS="" -+ WX_LIBS_STATIC="" -+ WX_RESCOMP="" -+ -+ : -+ -+ fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ WX_VERSION_MAJOR="$wx_config_major_version" -+ WX_VERSION_MINOR="$wx_config_minor_version" -+ WX_VERSION_MICRO="$wx_config_micro_version" -+ -+ -+ -+ -+ -+ if test "$wxWin" != 1; then -+ as_fn_error $? " -+ wxWidgets must be installed on your system. -+ -+ Please check that wx-config is in path, the directory -+ where wxWidgets libraries are installed (returned by -+ 'wx-config --libs' or 'wx-config --static --libs' command) -+ is in LD_LIBRARY_PATH or equivalent variable and -+ wxWindows version is 2.8.0 or above. -+ " "$LINENO" 5 -+ else -+ # check for wx2.8.3 which is known to behave badly for us -+ if test "$WX_VERSION" = "2.8.3"; then -+ as_fn_error $? " -+ wxWidgets version 2.8.3 is known to behave badly with -+ Code::Blocks. Please upgrade to a newer (or downgrade to an -+ earlier) wxWidgets version... -+ " "$LINENO" 5 -+ fi -+ fi -+ -+ -+ -+ -+ -+ -+ -+WX_GTK_CFLAGS= -+WX_GTK_LIBS= -+WX_X11_CFLAGS= -+WX_X11_LIBS= -+ -+POSTLINK_COMMAND="@true" -+MACSETFILE="@true" -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets platform" >&5 -+$as_echo_n "checking for wxWidgets platform... " >&6; } -+WX_BASENAME=`$WX_CONFIG_WITH_ARGS --basename` -+case $WX_BASENAME in -+ *wx_gtk*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxGTK" >&5 -+$as_echo "wxGTK" >&6; } -+ if test "x$BUILD_FILEMANAGER_TRUE" = "x" -o \ -+ "x$BUILD_SPELLCHECKER_TRUE" = "x" -o \ -+ "x$BUILD_MOUSESAP_TRUE" = "x" -o \ -+ "x$BUILD_EXPORTER_TRUE" = "x" -o \ -+ "x$GTK_NOTEBOOK_TRUE" = "x" -o \ -+ "x$LINUX_TRUE" = "x" ; then -+ -+ if test "x$LINUX_TRUE" = "x" ; then -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2" >&5 -+$as_echo_n "checking for GLIB2... " >&6; } -+ -+if test -n "$GLIB2_CFLAGS"; then -+ pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$GLIB2_LIBS"; then -+ pkg_cv_GLIB2_LIBS="$GLIB2_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ GLIB2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0" 2>&1` -+ else -+ GLIB2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$GLIB2_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (glib-2.0) were not met: -+ -+$GLIB2_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables GLIB2_CFLAGS -+and GLIB2_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables GLIB2_CFLAGS -+and GLIB2_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ GLIB2_CFLAGS=$pkg_cv_GLIB2_CFLAGS -+ GLIB2_LIBS=$pkg_cv_GLIB2_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ fi -+ fi -+ -+ if test "x$BUILD_SPELLCHECKER_TRUE" = "x" ; then -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5 -+$as_echo_n "checking for HUNSPELL... " >&6; } -+ -+if test -n "$HUNSPELL_CFLAGS"; then -+ pkg_cv_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$HUNSPELL_LIBS"; then -+ pkg_cv_HUNSPELL_LIBS="$HUNSPELL_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1` -+ else -+ HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$HUNSPELL_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (hunspell) were not met: -+ -+$HUNSPELL_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables HUNSPELL_CFLAGS -+and HUNSPELL_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables HUNSPELL_CFLAGS -+and HUNSPELL_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS -+ HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ fi -+ fi -+ -+ if test "x$BUILD_MOUSESAP_TRUE" = "x" -o \ -+ "x$GTK_NOTEBOOK_TRUE" = "x" ; then -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ case $WX_BASENAME in -+ *wx_gtk3*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: gtk3 used" >&5 -+$as_echo "$as_me: gtk3 used" >&6;} -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 -+$as_echo_n "checking for GTK... " >&6; } -+ -+if test -n "$GTK_CFLAGS"; then -+ pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$GTK_LIBS"; then -+ pkg_cv_GTK_LIBS="$GTK_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.0.0" 2>&1` -+ else -+ GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.0.0" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$GTK_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (gtk+-3.0 >= 3.0.0) were not met: -+ -+$GTK_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables GTK_CFLAGS -+and GTK_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables GTK_CFLAGS -+and GTK_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ GTK_CFLAGS=$pkg_cv_GTK_CFLAGS -+ GTK_LIBS=$pkg_cv_GTK_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ ;; -+ *wx_gtk2*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: gtk2 used" >&5 -+$as_echo "$as_me: gtk2 used" >&6;} -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 -+$as_echo_n "checking for GTK... " >&6; } -+ -+if test -n "$GTK_CFLAGS"; then -+ pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$GTK_LIBS"; then -+ pkg_cv_GTK_LIBS="$GTK_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0" 2>&1` -+ else -+ GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.0.0" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$GTK_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (gtk+-2.0 >= 2.0.0) were not met: -+ -+$GTK_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables GTK_CFLAGS -+and GTK_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables GTK_CFLAGS -+and GTK_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ GTK_CFLAGS=$pkg_cv_GTK_CFLAGS -+ GTK_LIBS=$pkg_cv_GTK_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ ;; -+ esac -+ fi -+ fi -+ -+ if test "x$BUILD_FILEMANAGER_TRUE" = "x" ; then -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GAMIN" >&5 -+$as_echo_n "checking for GAMIN... " >&6; } -+ -+if test -n "$GAMIN_CFLAGS"; then -+ pkg_cv_GAMIN_CFLAGS="$GAMIN_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gamin\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gamin") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GAMIN_CFLAGS=`$PKG_CONFIG --cflags "gamin" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$GAMIN_LIBS"; then -+ pkg_cv_GAMIN_LIBS="$GAMIN_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gamin\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "gamin") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_GAMIN_LIBS=`$PKG_CONFIG --libs "gamin" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ GAMIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gamin" 2>&1` -+ else -+ GAMIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gamin" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$GAMIN_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (gamin) were not met: -+ -+$GAMIN_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables GAMIN_CFLAGS -+and GAMIN_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables GAMIN_CFLAGS -+and GAMIN_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ GAMIN_CFLAGS=$pkg_cv_GAMIN_CFLAGS -+ GAMIN_LIBS=$pkg_cv_GAMIN_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ fi -+ fi -+ -+ if test "x$BUILD_EXPORTER_TRUE" = "x" ; then -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FONTCONFIG" >&5 -+$as_echo_n "checking for FONTCONFIG... " >&6; } -+ -+if test -n "$FONTCONFIG_CFLAGS"; then -+ pkg_cv_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "fontconfig") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$FONTCONFIG_LIBS"; then -+ pkg_cv_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "fontconfig") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig" 2>&1` -+ else -+ FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$FONTCONFIG_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (fontconfig) were not met: -+ -+$FONTCONFIG_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables FONTCONFIG_CFLAGS -+and FONTCONFIG_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables FONTCONFIG_CFLAGS -+and FONTCONFIG_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ FONTCONFIG_CFLAGS=$pkg_cv_FONTCONFIG_CFLAGS -+ FONTCONFIG_LIBS=$pkg_cv_FONTCONFIG_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ fi -+ fi -+ -+ fi -+ -+ if test "x$BUILD_NASSISHNEIDERMAN_TRUE" = "x" ; then -+ -+ -+# Check whether --with-boost was given. -+if test "${with_boost+set}" = set; then : -+ withval=$with_boost; -+ case $withval in #( -+ no) : -+ want_boost="no";_AX_BOOST_BASE_boost_path="" ;; #( -+ yes) : -+ want_boost="yes";_AX_BOOST_BASE_boost_path="" ;; #( -+ *) : -+ want_boost="yes";_AX_BOOST_BASE_boost_path="$withval" ;; -+esac -+ -+else -+ want_boost="yes" -+fi -+ -+ -+ -+ -+# Check whether --with-boost-libdir was given. -+if test "${with_boost_libdir+set}" = set; then : -+ withval=$with_boost_libdir; -+ if test -d "$withval"; then : -+ _AX_BOOST_BASE_boost_lib_path="$withval" -+else -+ as_fn_error $? "--with-boost-libdir expected directory name" "$LINENO" 5 -+fi -+ -+else -+ _AX_BOOST_BASE_boost_lib_path="" -+fi -+ -+ -+BOOST_LDFLAGS="" -+BOOST_CPPFLAGS="" -+if test "x$want_boost" = "xyes"; then : -+ -+ -+ if test "x" = "x"; then : -+ _AX_BOOST_BASE_TONUMERICVERSION_req="1.20.0" -+else -+ _AX_BOOST_BASE_TONUMERICVERSION_req="" -+fi -+ _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\.[0-9]*\)'` -+ _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\)'` -+ if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"; then : -+ as_fn_error $? "You should at least specify libboost major version" "$LINENO" 5 -+fi -+ _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.\([0-9]*\)'` -+ if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"; then : -+ _AX_BOOST_BASE_TONUMERICVERSION_req_minor="0" -+fi -+ _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'` -+ if test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"; then : -+ _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor="0" -+fi -+ _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor` -+ WANT_BOOST_VERSION=$_AX_BOOST_BASE_TONUMERICVERSION_RET -+ -+ succeeded=no -+ -+ -+ -+ case ${host_cpu} in #( -+ x86_64) : -+ libsubdirs="lib64 libx32 lib lib64" ;; #( -+ ppc64|s390x|sparc64|aarch64|ppc64le) : -+ libsubdirs="lib64 lib lib64" ;; #( -+ libsubdirs="lib") : -+ ;; #( -+ *) : -+ ;; -+esac -+ -+ case ${host_cpu} in #( -+ i?86) : -+ multiarch_libsubdir="lib/i386-${host_os}" ;; #( -+ *) : -+ multiarch_libsubdir="lib/${host_cpu}-${host_os}" -+ ;; -+esac -+ -+ if test "x$_AX_BOOST_BASE_boost_path" != "x"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION) includes in \"$_AX_BOOST_BASE_boost_path/include\"" >&5 -+$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION) includes in \"$_AX_BOOST_BASE_boost_path/include\"... " >&6; } -+ if test -d "$_AX_BOOST_BASE_boost_path/include" && test -r "$_AX_BOOST_BASE_boost_path/include"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include" -+ for _AX_BOOST_BASE_boost_path_tmp in $multiarch_libsubdir $libsubdirs; do -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION) lib path in \"$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp\"" >&5 -+$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION) lib path in \"$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp\"... " >&6; } -+ if test -d "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" && test -r "$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp" ; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$_AX_BOOST_BASE_boost_path_tmp"; -+ break; -+ -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ done -+else -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+else -+ -+ if test X"$cross_compiling" = Xyes; then -+ search_libsubdirs=$multiarch_libsubdir -+ else -+ search_libsubdirs="$multiarch_libsubdir $libsubdirs" -+ fi -+ for _AX_BOOST_BASE_boost_path_tmp in /usr /usr/local /opt /opt/local ; do -+ if test -d "$_AX_BOOST_BASE_boost_path_tmp/include/boost" && test -r "$_AX_BOOST_BASE_boost_path_tmp/include/boost" ; then -+ for libsubdir in $search_libsubdirs ; do -+ if ls "$_AX_BOOST_BASE_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi -+ done -+ BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path_tmp/$libsubdir" -+ BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path_tmp/include" -+ break; -+ fi -+ done -+ -+fi -+ -+ if test "x$_AX_BOOST_BASE_boost_lib_path" != "x"; then : -+ BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_lib_path" -+fi -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= ($WANT_BOOST_VERSION)" >&5 -+$as_echo_n "checking for boostlib >= ($WANT_BOOST_VERSION)... " >&6; } -+ CPPFLAGS_SAVED="$CPPFLAGS" -+ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" -+ export CPPFLAGS -+ -+ LDFLAGS_SAVED="$LDFLAGS" -+ LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" -+ export LDFLAGS -+ -+ -+ ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+ -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+#include -+ -+int -+main () -+{ -+ -+(void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < ($WANT_BOOST_VERSION))])); -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ succeeded=yes -+ found_system=yes -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+ -+ -+ if test "x$succeeded" != "xyes" ; then -+ CPPFLAGS="$CPPFLAGS_SAVED" -+ LDFLAGS="$LDFLAGS_SAVED" -+ BOOST_CPPFLAGS= -+ if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then -+ BOOST_LDFLAGS= -+ fi -+ _version=0 -+ if test -n "$_AX_BOOST_BASE_boost_path" ; then -+ if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then -+ for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do -+ _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` -+ V_CHECK=`expr $_version_tmp \> $_version` -+ if test "x$V_CHECK" = "x1" ; then -+ _version=$_version_tmp -+ fi -+ VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` -+ BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE" -+ done -+ if test -z "$BOOST_CPPFLAGS"; then -+ if test -d "$_AX_BOOST_BASE_boost_path/boost" && test -r "$_AX_BOOST_BASE_boost_path/boost"; then -+ BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path" -+ fi -+ fi -+ if test -n "$BOOST_CPPFLAGS" && test -z "$BOOST_LDFLAGS"; then -+ for libsubdir in $libsubdirs ; do -+ if ls "$_AX_BOOST_BASE_boost_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi -+ done -+ BOOST_LDFLAGS="-L$_AX_BOOST_BASE_boost_path/$libsubdir" -+ fi -+ fi -+ else -+ if test "x$cross_compiling" != "xyes" ; then -+ for _AX_BOOST_BASE_boost_path in /usr /usr/local /opt /opt/local ; do -+ if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then -+ for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do -+ _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'` -+ V_CHECK=`expr $_version_tmp \> $_version` -+ if test "x$V_CHECK" = "x1" ; then -+ _version=$_version_tmp -+ best_path=$_AX_BOOST_BASE_boost_path -+ fi -+ done -+ fi -+ done -+ -+ VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'` -+ BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE" -+ if test -z "$_AX_BOOST_BASE_boost_lib_path" ; then -+ for libsubdir in $libsubdirs ; do -+ if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi -+ done -+ BOOST_LDFLAGS="-L$best_path/$libsubdir" -+ fi -+ fi -+ -+ if test -n "$BOOST_ROOT" ; then -+ for libsubdir in $libsubdirs ; do -+ if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi -+ done -+ if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then -+ version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'` -+ stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'` -+ stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'` -+ V_CHECK=`expr $stage_version_shorten \>\= $_version` -+ if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5 -+$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;} -+ BOOST_CPPFLAGS="-I$BOOST_ROOT" -+ BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir" -+ fi -+ fi -+ fi -+ fi -+ -+ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" -+ export CPPFLAGS -+ LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" -+ export LDFLAGS -+ -+ ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+ -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+#include -+ -+int -+main () -+{ -+ -+(void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < ($WANT_BOOST_VERSION))])); -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ succeeded=yes -+ found_system=yes -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ fi -+ -+ if test "x$succeeded" != "xyes" ; then -+ if test "x$_version" = "x0" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: We could not detect the boost libraries (version or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation." >&5 -+$as_echo "$as_me: We could not detect the boost libraries (version or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation." >&6;} -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: Your boost libraries seems to old (version $_version)." >&5 -+$as_echo "$as_me: Your boost libraries seems to old (version $_version)." >&6;} -+ fi -+ # execute ACTION-IF-NOT-FOUND (if present): -+ : -+ else -+ -+$as_echo "#define HAVE_BOOST /**/" >>confdefs.h -+ -+ # execute ACTION-IF-FOUND (if present): -+ : -+ fi -+ -+ CPPFLAGS="$CPPFLAGS_SAVED" -+ LDFLAGS="$LDFLAGS_SAVED" -+ -+ -+fi -+ -+ -+ -+ -+ -+# Check whether --with-boost-system was given. -+if test "${with_boost_system+set}" = set; then : -+ withval=$with_boost_system; -+ if test "$withval" = "no"; then -+ want_boost="no" -+ elif test "$withval" = "yes"; then -+ want_boost="yes" -+ ax_boost_user_system_lib="" -+ else -+ want_boost="yes" -+ ax_boost_user_system_lib="$withval" -+ fi -+ -+else -+ want_boost="yes" -+ -+fi -+ -+ -+ if test "x$want_boost" = "xyes"; then -+ -+ -+ CPPFLAGS_SAVED="$CPPFLAGS" -+ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" -+ export CPPFLAGS -+ -+ LDFLAGS_SAVED="$LDFLAGS" -+ LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" -+ export LDFLAGS -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::System library is available" >&5 -+$as_echo_n "checking whether the Boost::System library is available... " >&6; } -+if ${ax_cv_boost_system+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+ -+ CXXFLAGS_SAVE=$CXXFLAGS -+ CXXFLAGS= -+ -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+int -+main () -+{ -+boost::system::error_category *a = 0; -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ ax_cv_boost_system=yes -+else -+ ax_cv_boost_system=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ CXXFLAGS=$CXXFLAGS_SAVE -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_system" >&5 -+$as_echo "$ax_cv_boost_system" >&6; } -+ if test "x$ax_cv_boost_system" = "xyes"; then -+ -+ -+ -+$as_echo "#define HAVE_BOOST_SYSTEM /**/" >>confdefs.h -+ -+ BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'` -+ -+ LDFLAGS_SAVE=$LDFLAGS -+ if test "x$ax_boost_user_system_lib" = "x"; then -+ for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do -+ ax_lib=${libextension} -+ as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -+$as_echo_n "checking for exit in -l$ax_lib... " >&6; } -+if eval \${$as_ac_Lib+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-l$ax_lib $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char exit (); -+int -+main () -+{ -+return exit (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ eval "$as_ac_Lib=yes" -+else -+ eval "$as_ac_Lib=no" -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+eval ac_res=\$$as_ac_Lib -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : -+ BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break -+else -+ link_system="no" -+fi -+ -+ done -+ if test "x$link_system" != "xyes"; then -+ for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do -+ ax_lib=${libextension} -+ as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -+$as_echo_n "checking for exit in -l$ax_lib... " >&6; } -+if eval \${$as_ac_Lib+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-l$ax_lib $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char exit (); -+int -+main () -+{ -+return exit (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ eval "$as_ac_Lib=yes" -+else -+ eval "$as_ac_Lib=no" -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+eval ac_res=\$$as_ac_Lib -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : -+ BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break -+else -+ link_system="no" -+fi -+ -+ done -+ fi -+ -+ else -+ for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do -+ as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -+$as_echo_n "checking for exit in -l$ax_lib... " >&6; } -+if eval \${$as_ac_Lib+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-l$ax_lib $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char exit (); -+int -+main () -+{ -+return exit (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ eval "$as_ac_Lib=yes" -+else -+ eval "$as_ac_Lib=no" -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+eval ac_res=\$$as_ac_Lib -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : -+ BOOST_SYSTEM_LIB="-l$ax_lib"; link_system="yes"; break -+else -+ link_system="no" -+fi -+ -+ done -+ -+ fi -+ if test "x$ax_lib" = "x"; then -+ as_fn_error $? "Could not find a version of the library!" "$LINENO" 5 -+ fi -+ if test "x$link_system" = "xno"; then -+ as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5 -+ fi -+ fi -+ -+ CPPFLAGS="$CPPFLAGS_SAVED" -+ LDFLAGS="$LDFLAGS_SAVED" -+ fi -+ -+ fi -+ -+ CB_GLIB2_CFLAGS="$GLIB2_CFLAGS" -+ CB_GLIB2_LIBS="$GLIB2_LIBS" -+ CB_GAMIN_CFLAGS="$GAMIN_CFLAGS" -+ CB_GAMIN_LIBS="$GAMIN_LIBS" -+ CB_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" -+ CB_HUNSPELL_LIBS="$HUNSPELL_LIBS" -+ CB_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" -+ CB_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" -+ WX_GTK_CFLAGS="$GTK_CFLAGS" -+ WX_GTK_LIBS="$GTK_LIBS" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 -+$as_echo_n "checking for X... " >&6; } -+ -+ -+# Check whether --with-x was given. -+if test "${with_x+set}" = set; then : -+ withval=$with_x; -+fi -+ -+# $have_x is `yes', `no', `disabled', or empty when we do not yet know. -+if test "x$with_x" = xno; then -+ # The user explicitly disabled X. -+ have_x=disabled -+else -+ case $x_includes,$x_libraries in #( -+ *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( -+ *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ # One or both of the vars are not set, and there is no cached value. -+ac_x_includes=no ac_x_libraries=no -+rm -f -r conftest.dir -+if mkdir conftest.dir; then -+ cd conftest.dir -+ cat >Imakefile <<'_ACEOF' -+incroot: -+ @echo incroot='${INCROOT}' -+usrlibdir: -+ @echo usrlibdir='${USRLIBDIR}' -+libdir: -+ @echo libdir='${LIBDIR}' -+_ACEOF -+ if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then -+ # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -+ for ac_var in incroot usrlibdir libdir; do -+ eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" -+ done -+ # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. -+ for ac_extension in a so sl dylib la dll; do -+ if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && -+ test -f "$ac_im_libdir/libX11.$ac_extension"; then -+ ac_im_usrlibdir=$ac_im_libdir; break -+ fi -+ done -+ # Screen out bogus values from the imake configuration. They are -+ # bogus both because they are the default anyway, and because -+ # using them would break gcc on systems where it needs fixed includes. -+ case $ac_im_incroot in -+ /usr/include) ac_x_includes= ;; -+ *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; -+ esac -+ case $ac_im_usrlibdir in -+ /usr/lib | /usr/lib64 | /lib | /lib64) ;; -+ *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; -+ esac -+ fi -+ cd .. -+ rm -f -r conftest.dir -+fi -+ -+# Standard set of common directories for X headers. -+# Check X11 before X11Rn because it is often a symlink to the current release. -+ac_x_header_dirs=' -+/usr/X11/include -+/usr/X11R7/include -+/usr/X11R6/include -+/usr/X11R5/include -+/usr/X11R4/include -+ -+/usr/include/X11 -+/usr/include/X11R7 -+/usr/include/X11R6 -+/usr/include/X11R5 -+/usr/include/X11R4 -+ -+/usr/local/X11/include -+/usr/local/X11R7/include -+/usr/local/X11R6/include -+/usr/local/X11R5/include -+/usr/local/X11R4/include -+ -+/usr/local/include/X11 -+/usr/local/include/X11R7 -+/usr/local/include/X11R6 -+/usr/local/include/X11R5 -+/usr/local/include/X11R4 -+ -+/usr/X386/include -+/usr/x386/include -+/usr/XFree86/include/X11 -+ -+/usr/include -+/usr/local/include -+/usr/unsupported/include -+/usr/athena/include -+/usr/local/x11r5/include -+/usr/lpp/Xamples/include -+ -+/usr/openwin/include -+/usr/openwin/share/include' -+ -+if test "$ac_x_includes" = no; then -+ # Guess where to find include files, by looking for Xlib.h. -+ # First, try using that file with no special directory specified. -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+_ACEOF -+if ac_fn_c_try_cpp "$LINENO"; then : -+ # We can compile using X headers with no special include directory. -+ac_x_includes= -+else -+ for ac_dir in $ac_x_header_dirs; do -+ if test -r "$ac_dir/X11/Xlib.h"; then -+ ac_x_includes=$ac_dir -+ break -+ fi -+done -+fi -+rm -f conftest.err conftest.i conftest.$ac_ext -+fi # $ac_x_includes = no -+ -+if test "$ac_x_libraries" = no; then -+ # Check for the libraries. -+ # See if we find them without any special options. -+ # Don't add to $LIBS permanently. -+ ac_save_LIBS=$LIBS -+ LIBS="-lX11 $LIBS" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+int -+main () -+{ -+XrmInitialize () -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ LIBS=$ac_save_LIBS -+# We can link X programs with no special library path. -+ac_x_libraries= -+else -+ LIBS=$ac_save_LIBS -+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` -+do -+ # Don't even attempt the hair of trying to link an X program! -+ for ac_extension in a so sl dylib la dll; do -+ if test -r "$ac_dir/libX11.$ac_extension"; then -+ ac_x_libraries=$ac_dir -+ break 2 -+ fi -+ done -+done -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+fi # $ac_x_libraries = no -+ -+case $ac_x_includes,$ac_x_libraries in #( -+ no,* | *,no | *\'*) -+ # Didn't find X, or a directory has "'" in its name. -+ ac_cv_have_x="have_x=no";; #( -+ *) -+ # Record where we found X for the cache. -+ ac_cv_have_x="have_x=yes\ -+ ac_x_includes='$ac_x_includes'\ -+ ac_x_libraries='$ac_x_libraries'" -+esac -+fi -+;; #( -+ *) have_x=yes;; -+ esac -+ eval "$ac_cv_have_x" -+fi # $with_x != no -+ -+if test "$have_x" != yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 -+$as_echo "$have_x" >&6; } -+ no_x=yes -+else -+ # If each of the values was on the command line, it overrides each guess. -+ test "x$x_includes" = xNONE && x_includes=$ac_x_includes -+ test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries -+ # Update the cache value to reflect the command line values. -+ ac_cv_have_x="have_x=yes\ -+ ac_x_includes='$x_includes'\ -+ ac_x_libraries='$x_libraries'" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 -+$as_echo "libraries $x_libraries, headers $x_includes" >&6; } -+fi -+ -+if test "$no_x" = yes; then -+ # Not all programs may use this symbol, but it does not hurt to define it. -+ -+$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h -+ -+ X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= -+else -+ if test -n "$x_includes"; then -+ X_CFLAGS="$X_CFLAGS -I$x_includes" -+ fi -+ -+ # It would also be nice to do this for all -L options, not just this one. -+ if test -n "$x_libraries"; then -+ X_LIBS="$X_LIBS -L$x_libraries" -+ # For Solaris; some versions of Sun CC require a space after -R and -+ # others require no space. Words are not sufficient . . . . -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 -+$as_echo_n "checking whether -R must be followed by a space... " >&6; } -+ ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" -+ ac_xsave_c_werror_flag=$ac_c_werror_flag -+ ac_c_werror_flag=yes -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ X_LIBS="$X_LIBS -R$x_libraries" -+else -+ LIBS="$ac_xsave_LIBS -R $x_libraries" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ X_LIBS="$X_LIBS -R $x_libraries" -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 -+$as_echo "neither works" >&6; } -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ ac_c_werror_flag=$ac_xsave_c_werror_flag -+ LIBS=$ac_xsave_LIBS -+ fi -+ -+ # Check for system-dependent libraries X programs must link with. -+ # Do this before checking for the system-independent R6 libraries -+ # (-lICE), since we may need -lsocket or whatever for X linking. -+ -+ if test "$ISC" = yes; then -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" -+ else -+ # Martyn Johnson says this is needed for Ultrix, if the X -+ # libraries were built with DECnet support. And Karl Berry says -+ # the Alpha needs dnet_stub (dnet does not exist). -+ ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char XOpenDisplay (); -+int -+main () -+{ -+return XOpenDisplay (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 -+$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } -+if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldnet $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dnet_ntoa (); -+int -+main () -+{ -+return dnet_ntoa (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dnet_dnet_ntoa=yes -+else -+ ac_cv_lib_dnet_dnet_ntoa=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 -+$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } -+if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" -+fi -+ -+ if test $ac_cv_lib_dnet_dnet_ntoa = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 -+$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } -+if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-ldnet_stub $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char dnet_ntoa (); -+int -+main () -+{ -+return dnet_ntoa (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_dnet_stub_dnet_ntoa=yes -+else -+ ac_cv_lib_dnet_stub_dnet_ntoa=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 -+$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } -+if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" -+fi -+ -+ fi -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LIBS="$ac_xsave_LIBS" -+ -+ # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, -+ # to get the SysV transport functions. -+ # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) -+ # needs -lnsl. -+ # The nsl library prevents programs from opening the X display -+ # on Irix 5.2, according to T.E. Dickey. -+ # The functions gethostbyname, getservbyname, and inet_addr are -+ # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. -+ ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" -+if test "x$ac_cv_func_gethostbyname" = xyes; then : -+ -+fi -+ -+ if test $ac_cv_func_gethostbyname = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 -+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } -+if ${ac_cv_lib_nsl_gethostbyname+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lnsl $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char gethostbyname (); -+int -+main () -+{ -+return gethostbyname (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_nsl_gethostbyname=yes -+else -+ ac_cv_lib_nsl_gethostbyname=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 -+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } -+if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" -+fi -+ -+ if test $ac_cv_lib_nsl_gethostbyname = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 -+$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } -+if ${ac_cv_lib_bsd_gethostbyname+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lbsd $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char gethostbyname (); -+int -+main () -+{ -+return gethostbyname (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_bsd_gethostbyname=yes -+else -+ ac_cv_lib_bsd_gethostbyname=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 -+$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } -+if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" -+fi -+ -+ fi -+ fi -+ -+ # lieder@skyler.mavd.honeywell.com says without -lsocket, -+ # socket/setsockopt and other routines are undefined under SCO ODT -+ # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary -+ # on later versions), says Simon Leinen: it contains gethostby* -+ # variants that don't use the name server (or something). -lsocket -+ # must be given before -lnsl if both are needed. We assume that -+ # if connect needs -lnsl, so does gethostbyname. -+ ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" -+if test "x$ac_cv_func_connect" = xyes; then : -+ -+fi -+ -+ if test $ac_cv_func_connect = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 -+$as_echo_n "checking for connect in -lsocket... " >&6; } -+if ${ac_cv_lib_socket_connect+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lsocket $X_EXTRA_LIBS $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char connect (); -+int -+main () -+{ -+return connect (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_socket_connect=yes -+else -+ ac_cv_lib_socket_connect=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 -+$as_echo "$ac_cv_lib_socket_connect" >&6; } -+if test "x$ac_cv_lib_socket_connect" = xyes; then : -+ X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" -+fi -+ -+ fi -+ -+ # Guillermo Gomez says -lposix is necessary on A/UX. -+ ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" -+if test "x$ac_cv_func_remove" = xyes; then : -+ -+fi -+ -+ if test $ac_cv_func_remove = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 -+$as_echo_n "checking for remove in -lposix... " >&6; } -+if ${ac_cv_lib_posix_remove+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lposix $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char remove (); -+int -+main () -+{ -+return remove (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_posix_remove=yes -+else -+ ac_cv_lib_posix_remove=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 -+$as_echo "$ac_cv_lib_posix_remove" >&6; } -+if test "x$ac_cv_lib_posix_remove" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" -+fi -+ -+ fi -+ -+ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. -+ ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" -+if test "x$ac_cv_func_shmat" = xyes; then : -+ -+fi -+ -+ if test $ac_cv_func_shmat = no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 -+$as_echo_n "checking for shmat in -lipc... " >&6; } -+if ${ac_cv_lib_ipc_shmat+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lipc $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char shmat (); -+int -+main () -+{ -+return shmat (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_ipc_shmat=yes -+else -+ ac_cv_lib_ipc_shmat=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 -+$as_echo "$ac_cv_lib_ipc_shmat" >&6; } -+if test "x$ac_cv_lib_ipc_shmat" = xyes; then : -+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" -+fi -+ -+ fi -+ fi -+ -+ # Check for libraries that X11R6 Xt/Xaw programs need. -+ ac_save_LDFLAGS=$LDFLAGS -+ test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" -+ # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to -+ # check for ICE first), but we must link in the order -lSM -lICE or -+ # we get undefined symbols. So assume we have SM if we have ICE. -+ # These have to be linked with before -lX11, unlike the other -+ # libraries we check for below, so use a different variable. -+ # John Interrante, Karl Berry -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 -+$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } -+if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lICE $X_EXTRA_LIBS $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char IceConnectionNumber (); -+int -+main () -+{ -+return IceConnectionNumber (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_ICE_IceConnectionNumber=yes -+else -+ ac_cv_lib_ICE_IceConnectionNumber=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 -+$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } -+if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : -+ X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" -+fi -+ -+ LDFLAGS=$ac_save_LDFLAGS -+ -+fi -+ -+ WX_X11_CFLAGS="`echo $X_CFLAGS | sed 's/ -INONE//'`" -+ WX_X11_LIBS="`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`" -+ if test "$no_x" != yes; then -+ WX_X11_LIBS="$WX_X11_LIBS -lX11 $X_EXTRA_LIBS" -+ fi -+ ;; -+ *wx_msw*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxMSW" >&5 -+$as_echo "wxMSW" >&6; } -+ ;; -+ *wx_mac*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxMac" >&5 -+$as_echo "wxMac" >&6; } -+ # Extract the first word of "Rez", so it can be a program name with args. -+set dummy Rez; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_REZ+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$REZ"; then -+ ac_cv_prog_REZ="$REZ" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_REZ="Rez" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez" -+fi -+fi -+REZ=$ac_cv_prog_REZ -+if test -n "$REZ"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5 -+$as_echo "$REZ" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o" -+ # Extract the first word of "SetFile", so it can be a program name with args. -+set dummy SetFile; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_SETFILE+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$SETFILE"; then -+ ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_SETFILE="SetFile" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" -+fi -+fi -+SETFILE=$ac_cv_prog_SETFILE -+if test -n "$SETFILE"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5 -+$as_echo "$SETFILE" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ MACSETFILE="\$(SETFILE)" -+ ;; -+ *wx_osx*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: wxOSX" >&5 -+$as_echo "wxOSX" >&6; } -+ -+ if test "x$BUILD_SPELLCHECKER_TRUE" = "x" ; then -+ -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_prog_HAVE_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$HAVE_PKG_CONFIG"; then -+ ac_cv_prog_HAVE_PKG_CONFIG="$HAVE_PKG_CONFIG" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_prog_HAVE_PKG_CONFIG="yes" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ test -z "$ac_cv_prog_HAVE_PKG_CONFIG" && ac_cv_prog_HAVE_PKG_CONFIG="no" -+fi -+fi -+HAVE_PKG_CONFIG=$ac_cv_prog_HAVE_PKG_CONFIG -+if test -n "$HAVE_PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKG_CONFIG" >&5 -+$as_echo "$HAVE_PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+PKG_CONFIG=$ac_cv_path_PKG_CONFIG -+if test -n "$PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -+$as_echo "$PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_path_PKG_CONFIG"; then -+ ac_pt_PKG_CONFIG=$PKG_CONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ case $ac_pt_PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+fi -+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -+if test -n "$ac_pt_PKG_CONFIG"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -+$as_echo "$ac_pt_PKG_CONFIG" >&6; } -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_pt_PKG_CONFIG" = x; then -+ PKG_CONFIG="" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKG_CONFIG=$ac_pt_PKG_CONFIG -+ fi -+else -+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -+fi -+ -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=0.9.0 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ PKG_CONFIG="" -+ fi -+fi -+ -+ if test "x$HAVE_PKG_CONFIG" = "xyes"; then -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5 -+$as_echo_n "checking for HUNSPELL... " >&6; } -+ -+if test -n "$HUNSPELL_CFLAGS"; then -+ pkg_cv_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$HUNSPELL_LIBS"; then -+ pkg_cv_HUNSPELL_LIBS="$HUNSPELL_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hunspell\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell" 2>&1` -+ else -+ HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$HUNSPELL_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (hunspell) were not met: -+ -+$HUNSPELL_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables HUNSPELL_CFLAGS -+and HUNSPELL_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables HUNSPELL_CFLAGS -+and HUNSPELL_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see . -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ HUNSPELL_CFLAGS=$pkg_cv_HUNSPELL_CFLAGS -+ HUNSPELL_LIBS=$pkg_cv_HUNSPELL_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ fi -+ fi -+ CB_HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS" -+ CB_HUNSPELL_LIBS="$HUNSPELL_LIBS" -+ ;; -+ *) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: other" >&5 -+$as_echo "other" >&6; } -+ ;; -+esac -+ -+ -+ GCC_FULL_VERSION="" -+ GCC_MAJOR_VERSION="" -+ GCC_MINOR_VERSION="" -+ GCC_PATCH_VERSION="" -+ if test "x$GCC" = "xyes" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking gcc version" >&5 -+$as_echo_n "checking gcc version... " >&6; } -+if ${cb_cv_gcc_version+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ -+ cb_cv_gcc_version="`$CC -dumpversion`" -+ if test "x$cb_cv_gcc_version" = "x"; then -+ cb_cv_gcc_version="" -+ fi -+ -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cb_cv_gcc_version" >&5 -+$as_echo "$cb_cv_gcc_version" >&6; } -+ GCC_FULL_VERSION=$cb_cv_gcc_version -+ GCC_MAJOR_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f1) -+ GCC_MINOR_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f2) -+ GCC_PATCH_VERSION=$(echo $GCC_FULL_VERSION | cut -d'.' -f3) -+ fi -+ -+ -+ -+ -+ -+ if test $GCC_MAJOR_VERSION -gt 4 -o $GCC_MAJOR_VERSION -eq 4 -a $GCC_MINOR_VERSION -ge 8; then -+ HAVE_GCC48_TRUE= -+ HAVE_GCC48_FALSE='#' -+else -+ HAVE_GCC48_TRUE='#' -+ HAVE_GCC48_FALSE= -+fi -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets >= 2.9.0" >&5 -+$as_echo_n "checking for wxWidgets >= 2.9.0... " >&6; } -+ if test $wx_config_major_version -gt 2 -o $wx_config_major_version -eq 2 -a $wx_config_minor_version -ge 9; then -+ HAVE_WX29_TRUE= -+ HAVE_WX29_FALSE='#' -+else -+ HAVE_WX29_TRUE='#' -+ HAVE_WX29_FALSE= -+fi -+ -+ -+if test "x$HAVE_WX29_TRUE" = "x" ; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5 -+$as_echo "yes (version $WX_VERSION)" >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: (Re)setting libs for wxWidgets $WX_VERSION" >&5 -+$as_echo "$as_me: (Re)setting libs for wxWidgets $WX_VERSION" >&6;} -+ WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs std,aui,propgrid,richtext` -+ WXPROPGRID_DIR= -+ WXPROPGRID_LIB= -+ WXPROPGRID_INCLUDE= -+ SCINTILLA_GTK_CFLAGS= -+ SCINTILLA_GTK_LIBS= -+else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ WXPROPGRID_DIR=wxpropgrid -+ WXPROPGRID_LIB=wxpropgrid/libwxpropgrid.la -+ WXPROPGRID_INCLUDE=-I\$\(top_srcdir\)/src/sdk/wxpropgrid/include -+ -+ if test "x$HAVE_GCC48_TRUE" = "x" ; then -+ gcc48_flags="-Wno-unused-local-typedefs" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: setting additional flags for gcc $GCC_FULL_VERSION: $gcc48_flags" >&5 -+$as_echo "$as_me: setting additional flags for gcc $GCC_FULL_VERSION: $gcc48_flags" >&6;} -+ CXXFLAGS="$gcc48_flags $CXXFLAGS" -+ fi -+ SCINTILLA_GTK_CFLAGS="$WX_GTK_CFLAGS" -+ SCINTILLA_GTK_LIBS="$WX_GTK_LIBS" -+fi -+ -+if test "x$HAVE_SQUIRREL_TRUE" = "x" ; then -+ CB_SQUIRREL_CFLAGS="$SQUIRREL_CFLAGS" -+ CB_SQUIRREL_LIBS="$SQUIRREL_LIBS" -+else -+ CB_SQUIRREL_CFLAGS="-I\$(top_srcdir)/src/include/scripting/include" -+ CB_SQUIRREL_LIBS="\$(top_builddir)/src/sdk/scripting/squirrel/libsquirrel.la \$(top_builddir)/src/sdk/scripting/sqstdlib/libsqstdlib.la" -+fi -+ -+if test "x$HAVE_TINYXML_TRUE" = "x" ; then -+ CB_TINYXML_CFLAGS="$TINYXML_CFLAGS" -+ CB_TINYXML_LIBS="$TINYXML_LIBS" -+else -+ CB_TINYXML_CFLAGS="-I\$(top_srcdir)/src/include/tinyxml -DTIXML_USE_STL=YES" -+ CB_TINYXML_LIBS="\$(top_builddir)/src/base/tinyxml/libtinyxml.la" -+fi -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+PIC_FLAGS= -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIC flags" >&5 -+$as_echo_n "checking for PIC flags... " >&6; } -+case `uname` in -+ Solaris) -+ if test "$GCC" = yes; then -+ PIC_CFLAGS="-fPIC" -+ else -+ PIC_CFLAGS="-KPIC" -+ fi -+ ;; -+ *) -+ PIC_CFLAGS="-fPIC" -+ ;; -+esac -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$PIC_CFLAGS -DPIC\"" >&5 -+$as_echo "\"$PIC_CFLAGS -DPIC\"" >&6; } -+ -+CFLAGS="$CFLAGS $PIC_CFLAGS -std=c90" -+CPPFLAGS="$CPPFLAGS -DPIC $CB_TINYXML_CFLAGS" -+CXXFLAGS="$CXXFLAGS $PIC_CFLAGS -fexceptions" -+codeblocks_PCH_FLAGS="$PCH_FLAGS" -+ -+ -+ ax_cxx_compile_cxx11_required=true -+ ac_ext=cpp -+ac_cpp='$CXXCPP $CPPFLAGS' -+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -+ ac_success=no -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5 -+$as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; } -+if ${ax_cv_cxx_compile_cxx11+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+ -+// If the compiler admits that it is not ready for C++11, why torture it? -+// Hopefully, this will speed up the test. -+ -+#ifndef __cplusplus -+ -+#error "This is not a C++ compiler" -+ -+#elif __cplusplus < 201103L -+ -+#error "This is not a C++11 compiler" -+ -+#else -+ -+namespace cxx11 -+{ -+ -+ namespace test_static_assert -+ { -+ -+ template -+ struct check -+ { -+ static_assert(sizeof(int) <= sizeof(T), "not big enough"); -+ }; -+ -+ } -+ -+ namespace test_final_override -+ { -+ -+ struct Base -+ { -+ virtual void f() {} -+ }; -+ -+ struct Derived : public Base -+ { -+ virtual void f() override {} -+ }; -+ -+ } -+ -+ namespace test_double_right_angle_brackets -+ { -+ -+ template < typename T > -+ struct check {}; -+ -+ typedef check single_type; -+ typedef check> double_type; -+ typedef check>> triple_type; -+ typedef check>>> quadruple_type; -+ -+ } -+ -+ namespace test_decltype -+ { -+ -+ int -+ f() -+ { -+ int a = 1; -+ decltype(a) b = 2; -+ return a + b; -+ } -+ -+ } -+ -+ namespace test_type_deduction -+ { -+ -+ template < typename T1, typename T2 > -+ struct is_same -+ { -+ static const bool value = false; -+ }; -+ -+ template < typename T > -+ struct is_same -+ { -+ static const bool value = true; -+ }; -+ -+ template < typename T1, typename T2 > -+ auto -+ add(T1 a1, T2 a2) -> decltype(a1 + a2) -+ { -+ return a1 + a2; -+ } -+ -+ int -+ test(const int c, volatile int v) -+ { -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == false, ""); -+ static_assert(is_same::value == false, ""); -+ auto ac = c; -+ auto av = v; -+ auto sumi = ac + av + 'x'; -+ auto sumf = ac + av + 1.0; -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == false, ""); -+ static_assert(is_same::value == true, ""); -+ return (sumf > 0.0) ? sumi : add(c, v); -+ } -+ -+ } -+ -+ namespace test_noexcept -+ { -+ -+ int f() { return 0; } -+ int g() noexcept { return 0; } -+ -+ static_assert(noexcept(f()) == false, ""); -+ static_assert(noexcept(g()) == true, ""); -+ -+ } -+ -+ namespace test_constexpr -+ { -+ -+ template < typename CharT > -+ unsigned long constexpr -+ strlen_c_r(const CharT *const s, const unsigned long acc) noexcept -+ { -+ return *s ? strlen_c_r(s + 1, acc + 1) : acc; -+ } -+ -+ template < typename CharT > -+ unsigned long constexpr -+ strlen_c(const CharT *const s) noexcept -+ { -+ return strlen_c_r(s, 0UL); -+ } -+ -+ static_assert(strlen_c("") == 0UL, ""); -+ static_assert(strlen_c("1") == 1UL, ""); -+ static_assert(strlen_c("example") == 7UL, ""); -+ static_assert(strlen_c("another\0example") == 7UL, ""); -+ -+ } -+ -+ namespace test_rvalue_references -+ { -+ -+ template < int N > -+ struct answer -+ { -+ static constexpr int value = N; -+ }; -+ -+ answer<1> f(int&) { return answer<1>(); } -+ answer<2> f(const int&) { return answer<2>(); } -+ answer<3> f(int&&) { return answer<3>(); } -+ -+ void -+ test() -+ { -+ int i = 0; -+ const int c = 0; -+ static_assert(decltype(f(i))::value == 1, ""); -+ static_assert(decltype(f(c))::value == 2, ""); -+ static_assert(decltype(f(0))::value == 3, ""); -+ } -+ -+ } -+ -+ namespace test_uniform_initialization -+ { -+ -+ struct test -+ { -+ static const int zero {}; -+ static const int one {1}; -+ }; -+ -+ static_assert(test::zero == 0, ""); -+ static_assert(test::one == 1, ""); -+ -+ } -+ -+ namespace test_lambdas -+ { -+ -+ void -+ test1() -+ { -+ auto lambda1 = [](){}; -+ auto lambda2 = lambda1; -+ lambda1(); -+ lambda2(); -+ } -+ -+ int -+ test2() -+ { -+ auto a = [](int i, int j){ return i + j; }(1, 2); -+ auto b = []() -> int { return '0'; }(); -+ auto c = [=](){ return a + b; }(); -+ auto d = [&](){ return c; }(); -+ auto e = [a, &b](int x) mutable { -+ const auto identity = [](int y){ return y; }; -+ for (auto i = 0; i < a; ++i) -+ a += b--; -+ return x + identity(a + b); -+ }(0); -+ return a + b + c + d + e; -+ } -+ -+ int -+ test3() -+ { -+ const auto nullary = [](){ return 0; }; -+ const auto unary = [](int x){ return x; }; -+ using nullary_t = decltype(nullary); -+ using unary_t = decltype(unary); -+ const auto higher1st = [](nullary_t f){ return f(); }; -+ const auto higher2nd = [unary](nullary_t f1){ -+ return [unary, f1](unary_t f2){ return f2(unary(f1())); }; -+ }; -+ return higher1st(nullary) + higher2nd(nullary)(unary); -+ } -+ -+ } -+ -+ namespace test_variadic_templates -+ { -+ -+ template -+ struct sum; -+ -+ template -+ struct sum -+ { -+ static constexpr auto value = N0 + sum::value; -+ }; -+ -+ template <> -+ struct sum<> -+ { -+ static constexpr auto value = 0; -+ }; -+ -+ static_assert(sum<>::value == 0, ""); -+ static_assert(sum<1>::value == 1, ""); -+ static_assert(sum<23>::value == 23, ""); -+ static_assert(sum<1, 2>::value == 3, ""); -+ static_assert(sum<5, 5, 11>::value == 21, ""); -+ static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, ""); -+ -+ } -+ -+ // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae -+ // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function -+ // because of this. -+ namespace test_template_alias_sfinae -+ { -+ -+ struct foo {}; -+ -+ template -+ using member = typename T::member_type; -+ -+ template -+ void func(...) {} -+ -+ template -+ void func(member*) {} -+ -+ void test(); -+ -+ void test() { func(0); } -+ -+ } -+ -+} // namespace cxx11 -+ -+#endif // __cplusplus >= 201103L -+ -+ -+ -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ ax_cv_cxx_compile_cxx11=yes -+else -+ ax_cv_cxx_compile_cxx11=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5 -+$as_echo "$ax_cv_cxx_compile_cxx11" >&6; } -+ if test x$ax_cv_cxx_compile_cxx11 = xyes; then -+ ac_success=yes -+ fi -+ -+ -+ -+ if test x$ac_success = xno; then -+ for switch in -std=c++11 -std=c++0x +std=c++11 "-h std=c++11"; do -+ cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh` -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5 -+$as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; } -+if eval \${$cachevar+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_save_CXX="$CXX" -+ CXX="$CXX $switch" -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+ -+// If the compiler admits that it is not ready for C++11, why torture it? -+// Hopefully, this will speed up the test. -+ -+#ifndef __cplusplus -+ -+#error "This is not a C++ compiler" -+ -+#elif __cplusplus < 201103L -+ -+#error "This is not a C++11 compiler" -+ -+#else -+ -+namespace cxx11 -+{ -+ -+ namespace test_static_assert -+ { -+ -+ template -+ struct check -+ { -+ static_assert(sizeof(int) <= sizeof(T), "not big enough"); -+ }; -+ -+ } -+ -+ namespace test_final_override -+ { -+ -+ struct Base -+ { -+ virtual void f() {} -+ }; -+ -+ struct Derived : public Base -+ { -+ virtual void f() override {} -+ }; -+ -+ } -+ -+ namespace test_double_right_angle_brackets -+ { -+ -+ template < typename T > -+ struct check {}; -+ -+ typedef check single_type; -+ typedef check> double_type; -+ typedef check>> triple_type; -+ typedef check>>> quadruple_type; -+ -+ } -+ -+ namespace test_decltype -+ { -+ -+ int -+ f() -+ { -+ int a = 1; -+ decltype(a) b = 2; -+ return a + b; -+ } -+ -+ } -+ -+ namespace test_type_deduction -+ { -+ -+ template < typename T1, typename T2 > -+ struct is_same -+ { -+ static const bool value = false; -+ }; -+ -+ template < typename T > -+ struct is_same -+ { -+ static const bool value = true; -+ }; -+ -+ template < typename T1, typename T2 > -+ auto -+ add(T1 a1, T2 a2) -> decltype(a1 + a2) -+ { -+ return a1 + a2; -+ } -+ -+ int -+ test(const int c, volatile int v) -+ { -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == false, ""); -+ static_assert(is_same::value == false, ""); -+ auto ac = c; -+ auto av = v; -+ auto sumi = ac + av + 'x'; -+ auto sumf = ac + av + 1.0; -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == true, ""); -+ static_assert(is_same::value == false, ""); -+ static_assert(is_same::value == true, ""); -+ return (sumf > 0.0) ? sumi : add(c, v); -+ } -+ -+ } -+ -+ namespace test_noexcept -+ { -+ -+ int f() { return 0; } -+ int g() noexcept { return 0; } -+ -+ static_assert(noexcept(f()) == false, ""); -+ static_assert(noexcept(g()) == true, ""); -+ -+ } -+ -+ namespace test_constexpr -+ { -+ -+ template < typename CharT > -+ unsigned long constexpr -+ strlen_c_r(const CharT *const s, const unsigned long acc) noexcept -+ { -+ return *s ? strlen_c_r(s + 1, acc + 1) : acc; -+ } -+ -+ template < typename CharT > -+ unsigned long constexpr -+ strlen_c(const CharT *const s) noexcept -+ { -+ return strlen_c_r(s, 0UL); -+ } -+ -+ static_assert(strlen_c("") == 0UL, ""); -+ static_assert(strlen_c("1") == 1UL, ""); -+ static_assert(strlen_c("example") == 7UL, ""); -+ static_assert(strlen_c("another\0example") == 7UL, ""); -+ -+ } -+ -+ namespace test_rvalue_references -+ { -+ -+ template < int N > -+ struct answer -+ { -+ static constexpr int value = N; -+ }; -+ -+ answer<1> f(int&) { return answer<1>(); } -+ answer<2> f(const int&) { return answer<2>(); } -+ answer<3> f(int&&) { return answer<3>(); } -+ -+ void -+ test() -+ { -+ int i = 0; -+ const int c = 0; -+ static_assert(decltype(f(i))::value == 1, ""); -+ static_assert(decltype(f(c))::value == 2, ""); -+ static_assert(decltype(f(0))::value == 3, ""); -+ } -+ -+ } -+ -+ namespace test_uniform_initialization -+ { -+ -+ struct test -+ { -+ static const int zero {}; -+ static const int one {1}; -+ }; -+ -+ static_assert(test::zero == 0, ""); -+ static_assert(test::one == 1, ""); -+ -+ } -+ -+ namespace test_lambdas -+ { -+ -+ void -+ test1() -+ { -+ auto lambda1 = [](){}; -+ auto lambda2 = lambda1; -+ lambda1(); -+ lambda2(); -+ } -+ -+ int -+ test2() -+ { -+ auto a = [](int i, int j){ return i + j; }(1, 2); -+ auto b = []() -> int { return '0'; }(); -+ auto c = [=](){ return a + b; }(); -+ auto d = [&](){ return c; }(); -+ auto e = [a, &b](int x) mutable { -+ const auto identity = [](int y){ return y; }; -+ for (auto i = 0; i < a; ++i) -+ a += b--; -+ return x + identity(a + b); -+ }(0); -+ return a + b + c + d + e; -+ } -+ -+ int -+ test3() -+ { -+ const auto nullary = [](){ return 0; }; -+ const auto unary = [](int x){ return x; }; -+ using nullary_t = decltype(nullary); -+ using unary_t = decltype(unary); -+ const auto higher1st = [](nullary_t f){ return f(); }; -+ const auto higher2nd = [unary](nullary_t f1){ -+ return [unary, f1](unary_t f2){ return f2(unary(f1())); }; -+ }; -+ return higher1st(nullary) + higher2nd(nullary)(unary); -+ } -+ -+ } -+ -+ namespace test_variadic_templates -+ { -+ -+ template -+ struct sum; -+ -+ template -+ struct sum -+ { -+ static constexpr auto value = N0 + sum::value; -+ }; -+ -+ template <> -+ struct sum<> -+ { -+ static constexpr auto value = 0; -+ }; -+ -+ static_assert(sum<>::value == 0, ""); -+ static_assert(sum<1>::value == 1, ""); -+ static_assert(sum<23>::value == 23, ""); -+ static_assert(sum<1, 2>::value == 3, ""); -+ static_assert(sum<5, 5, 11>::value == 21, ""); -+ static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, ""); -+ -+ } -+ -+ // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae -+ // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function -+ // because of this. -+ namespace test_template_alias_sfinae -+ { -+ -+ struct foo {}; -+ -+ template -+ using member = typename T::member_type; -+ -+ template -+ void func(...) {} -+ -+ template -+ void func(member*) {} -+ -+ void test(); -+ -+ void test() { func(0); } -+ -+ } -+ -+} // namespace cxx11 -+ -+#endif // __cplusplus >= 201103L -+ -+ -+ -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ eval $cachevar=yes -+else -+ eval $cachevar=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ CXX="$ac_save_CXX" -+fi -+eval ac_res=\$$cachevar -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+ if eval test x\$$cachevar = xyes; then -+ CXX="$CXX $switch" -+ if test -n "$CXXCPP" ; then -+ CXXCPP="$CXXCPP $switch" -+ fi -+ ac_success=yes -+ break -+ fi -+ done -+ fi -+ ac_ext=c -+ac_cpp='$CPP $CPPFLAGS' -+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -+ac_compiler_gnu=$ac_cv_c_compiler_gnu -+ -+ if test x$ax_cxx_compile_cxx11_required = xtrue; then -+ if test x$ac_success = xno; then -+ as_fn_error $? "*** A compiler with support for C++11 language features is required." "$LINENO" 5 -+ fi -+ fi -+ if test x$ac_success = xno; then -+ HAVE_CXX11=0 -+ { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C++11 support was found" >&5 -+$as_echo "$as_me: No compiler with C++11 support was found" >&6;} -+ else -+ HAVE_CXX11=1 -+ -+$as_echo "#define HAVE_CXX11 1" >>confdefs.h -+ -+ fi -+ -+ -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Code::Blocks..." >&5 -+$as_echo "$as_me: Configuring Code::Blocks..." >&6;} -+{ $as_echo "$as_me:${as_lineno-$LINENO}: SVN revision 16.01svn11246 (2017-12-07 19:34:57)" >&5 -+$as_echo "$as_me: SVN revision 16.01svn11246 (2017-12-07 19:34:57)" >&6;} -+REVISION=11246 -+ -+DATE="2017-12-07 19:34:57" -+ -+ -+if test "x${target_vendor}" = "xapple"; then -+ ac_config_files="$ac_config_files bundle.sh" -+ -+ ac_config_files="$ac_config_files codeblocks.plist" -+ -+fi -+ -+ac_config_files="$ac_config_files Makefile src/Makefile src/base/Makefile src/base/tinyxml/Makefile src/build_tools/Makefile src/build_tools/autorevision/Makefile src/include/autorevision.h src/include/Makefile src/include/scripting/Makefile src/include/scripting/bindings/Makefile src/include/scripting/include/Makefile src/include/scripting/sqplus/Makefile src/include/scripting/sqstdlib/Makefile src/include/scripting/squirrel/Makefile src/include/tinyxml/Makefile src/sdk/Makefile src/sdk/wxpropgrid/Makefile src/sdk/scripting/Makefile src/sdk/scripting/bindings/Makefile src/sdk/scripting/squirrel/Makefile src/sdk/scripting/sqstdlib/Makefile src/sdk/scripting/sqplus/Makefile src/sdk/wxscintilla/Makefile src/sdk/resources/Makefile src/sdk/resources/lexers/Makefile src/src/resources/Makefile src/src/resources/icons/Makefile src/src/resources/images/Makefile src/src/resources/images/16x16/Makefile src/src/resources/images/settings/Makefile src/src/Makefile src/plugins/Makefile src/plugins/astyle/Makefile src/plugins/astyle/resources/Makefile src/plugins/autosave/Makefile src/plugins/classwizard/Makefile src/plugins/classwizard/resources/Makefile src/plugins/codecompletion/Makefile src/plugins/codecompletion/resources/Makefile src/plugins/compilergcc/Makefile src/plugins/compilergcc/depslib/Makefile src/plugins/compilergcc/depslib/src/Makefile src/plugins/compilergcc/resources/Makefile src/plugins/debuggergdb/Makefile src/plugins/debuggergdb/resources/Makefile src/plugins/defaultmimehandler/Makefile src/plugins/defaultmimehandler/resources/Makefile src/plugins/openfileslist/Makefile src/plugins/occurrenceshighlighting/Makefile src/plugins/occurrenceshighlighting/resources/Makefile src/plugins/projectsimporter/Makefile src/plugins/projectsimporter/resources/Makefile src/plugins/scriptedwizard/Makefile src/plugins/scriptedwizard/resources/Makefile src/plugins/scriptedwizard/resources/arduino/Makefile src/plugins/scriptedwizard/resources/arm/Makefile src/plugins/scriptedwizard/resources/avr/Makefile src/plugins/scriptedwizard/resources/c_file/Makefile src/plugins/scriptedwizard/resources/console/Makefile src/plugins/scriptedwizard/resources/d/Makefile src/plugins/scriptedwizard/resources/directx/Makefile src/plugins/scriptedwizard/resources/dll/Makefile src/plugins/scriptedwizard/resources/d_source/Makefile src/plugins/scriptedwizard/resources/empty/Makefile src/plugins/scriptedwizard/resources/empty_file/Makefile src/plugins/scriptedwizard/resources/fltk/Makefile src/plugins/scriptedwizard/resources/fortran/Makefile src/plugins/scriptedwizard/resources/glfw/Makefile src/plugins/scriptedwizard/resources/glut/Makefile src/plugins/scriptedwizard/resources/gtk/Makefile src/plugins/scriptedwizard/resources/h_file/Makefile src/plugins/scriptedwizard/resources/irrlicht/Makefile src/plugins/scriptedwizard/resources/java/Makefile src/plugins/scriptedwizard/resources/lf/Makefile src/plugins/scriptedwizard/resources/matlab_csf/Makefile src/plugins/scriptedwizard/resources/mcs51/Makefile src/plugins/scriptedwizard/resources/msp430/Makefile src/plugins/scriptedwizard/resources/ogre/Makefile src/plugins/scriptedwizard/resources/opencv/Makefile src/plugins/scriptedwizard/resources/opengl/Makefile src/plugins/scriptedwizard/resources/plugins/Makefile src/plugins/scriptedwizard/resources/ppc/Makefile src/plugins/scriptedwizard/resources/qt4/Makefile src/plugins/scriptedwizard/resources/qt4dll/Makefile src/plugins/scriptedwizard/resources/qt5/Makefile src/plugins/scriptedwizard/resources/sdl/Makefile src/plugins/scriptedwizard/resources/sdl2/Makefile src/plugins/scriptedwizard/resources/sfml/Makefile src/plugins/scriptedwizard/resources/sharedlib/Makefile src/plugins/scriptedwizard/resources/smartwin/Makefile src/plugins/scriptedwizard/resources/staticlib/Makefile src/plugins/scriptedwizard/resources/stlport/Makefile src/plugins/scriptedwizard/resources/sys/Makefile src/plugins/scriptedwizard/resources/tricore/Makefile src/plugins/scriptedwizard/resources/win32gui/Makefile src/plugins/scriptedwizard/resources/wxwidgets/Makefile src/plugins/todo/Makefile src/plugins/todo/resources/Makefile src/plugins/abbreviations/Makefile src/plugins/abbreviations/resources/Makefile src/plugins/xpmanifest/Makefile src/plugins/contrib/Makefile src/plugins/contrib/appdata/Makefile src/plugins/contrib/AutoVersioning/Makefile src/plugins/contrib/BrowseTracker/Makefile src/plugins/contrib/byogames/Makefile src/plugins/contrib/Cccc/Makefile src/plugins/contrib/Cccc/resources/Makefile src/plugins/contrib/CppCheck/Makefile src/plugins/contrib/CppCheck/resources/Makefile src/plugins/contrib/cb_koders/Makefile src/plugins/contrib/codesnippets/Makefile src/plugins/contrib/codesnippets/resources/Makefile src/plugins/contrib/codestat/Makefile src/plugins/contrib/codestat/resources/Makefile src/plugins/contrib/copystrings/Makefile src/plugins/contrib/Cscope/Makefile src/plugins/contrib/devpak_plugin/Makefile src/plugins/contrib/devpak_plugin/bzip2/Makefile src/plugins/contrib/DoxyBlocks/Makefile src/plugins/contrib/DoxyBlocks/images/Makefile src/plugins/contrib/DoxyBlocks/images/16x16/Makefile src/plugins/contrib/dragscroll/Makefile src/plugins/contrib/EditorConfig/Makefile src/plugins/contrib/EditorTweaks/Makefile src/plugins/contrib/envvars/Makefile src/plugins/contrib/FileManager/Makefile src/plugins/contrib/headerfixup/Makefile src/plugins/contrib/help_plugin/Makefile src/plugins/contrib/help_plugin/bzip2/Makefile src/plugins/contrib/help_plugin/zlib/Makefile src/plugins/contrib/keybinder/Makefile src/plugins/contrib/NassiShneiderman/Makefile src/plugins/contrib/profiler/Makefile src/plugins/contrib/profiler/resources/Makefile src/plugins/contrib/ProjectOptionsManipulator/Makefile src/plugins/contrib/source_exporter/Makefile src/plugins/contrib/source_exporter/wxPdfDocument/Makefile src/plugins/contrib/SmartIndent/Makefile src/plugins/contrib/SpellChecker/Makefile src/plugins/contrib/SpellChecker/wxspellchecker/Makefile src/plugins/contrib/symtab/Makefile src/plugins/contrib/symtab/resources/Makefile src/plugins/contrib/regex_testbed/Makefile src/plugins/contrib/ReopenEditor/Makefile src/plugins/contrib/ThreadSearch/Makefile src/plugins/contrib/ThreadSearch/resources/Makefile src/plugins/contrib/ThreadSearch/resources/images/Makefile src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile src/plugins/contrib/ToolsPlus/Makefile src/plugins/contrib/ToolsPlus/Resources/Makefile src/plugins/contrib/Valgrind/Makefile src/plugins/contrib/Valgrind/resources/Makefile src/plugins/contrib/wxContribItems/Makefile src/plugins/contrib/wxContribItems/wxsmith-contrib.pc src/plugins/contrib/wxContribItems/cb_wxcontrib.pc src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc src/plugins/contrib/wxContribItems/cb_wximagepanel.pc src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc src/plugins/contrib/wxContribItems/cb_wxKWIC.pc src/plugins/contrib/wxContribItems/cb_wxtreelist.pc src/plugins/contrib/wxContribItems/cb_wxled.pc src/plugins/contrib/wxContribItems/cb_wxmathplot.pc src/plugins/contrib/wxContribItems/wxchart/Makefile src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile src/plugins/contrib/wxContribItems/wxImagePanel/Makefile src/plugins/contrib/wxContribItems/wxthings/Makefile src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile src/plugins/contrib/wxContribItems/KWIC/Makefile src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile src/plugins/contrib/wxContribItems/wxTreeList/Makefile src/plugins/contrib/wxContribItems/wxled/Makefile src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile src/plugins/contrib/wxContribItems/wxmathplot/Makefile src/plugins/contrib/wxSmith/Makefile src/plugins/contrib/wxSmith/wxsmith.pc src/plugins/contrib/wxSmith/plugin/Makefile src/plugins/contrib/wxSmith/properties/Makefile src/plugins/contrib/wxSmith/wxwidgets/Makefile src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile src/plugins/contrib/wxSmithContribItems/Makefile src/plugins/contrib/wxSmithAui/Makefile src/plugins/contrib/wxSmithAui/wxsmithaui.pc src/plugins/contrib/wxSmithDemo/Makefile src/plugins/contrib/wxSmithIExplore/Makefile src/plugins/contrib/wxSmithSTC/Makefile src/plugins/contrib/lib_finder/Makefile src/plugins/contrib/lib_finder/lib_finder/Makefile src/plugins/contrib/HexEditor/Makefile src/plugins/contrib/IncrementalSearch/Makefile src/plugins/contrib/MouseSap/Makefile src/mime/Makefile src/scripts/Makefile src/tools/Makefile src/tools/cb_share_config/Makefile src/tools/ConsoleRunner/Makefile src/tools/CBLauncher/Makefile src/templates/Makefile src/templates/common/Makefile src/templates/unix/Makefile src/templates/win32/Makefile src/wxsmith/Makefile codeblocks.pc codeblocks.spec.fedora codeblocks.spec" -+ -+ -+cat >confcache <<\_ACEOF -+# This file is a shell script that caches the results of configure -+# tests run on this system so they can be shared between configure -+# scripts and configure runs, see configure's option --config-cache. -+# It is not useful on other systems. If it contains results you don't -+# want to keep, you may remove or edit it. -+# -+# config.status only pays attention to the cache file if you give it -+# the --recheck option to rerun configure. -+# -+# `ac_cv_env_foo' variables (set or unset) will be overridden when -+# loading this file, other *unset* `ac_cv_foo' will be assigned the -+# following values. -+ -+_ACEOF -+ -+# The following way of writing the cache mishandles newlines in values, -+# but we know of no workaround that is simple, portable, and efficient. -+# So, we kill variables containing newlines. -+# Ultrix sh set writes to stderr and can't be redirected directly, -+# and sets the high bit in the cache file unless we assign to the vars. -+( -+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do -+ eval ac_val=\$$ac_var -+ case $ac_val in #( -+ *${as_nl}*) -+ case $ac_var in #( -+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; -+ esac -+ case $ac_var in #( -+ _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( -+ *) { eval $ac_var=; unset $ac_var;} ;; -+ esac ;; -+ esac -+ done -+ -+ (set) 2>&1 | -+ case $as_nl`(ac_space=' '; set) 2>&1` in #( -+ *${as_nl}ac_space=\ *) -+ # `set' does not quote correctly, so add quotes: double-quote -+ # substitution turns \\\\ into \\, and sed turns \\ into \. -+ sed -n \ -+ "s/'/'\\\\''/g; -+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -+ ;; #( -+ *) -+ # `set' quotes correctly as required by POSIX, so do not add quotes. -+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" -+ ;; -+ esac | -+ sort -+) | -+ sed ' -+ /^ac_cv_env_/b end -+ t clear -+ :clear -+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ -+ t end -+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ -+ :end' >>confcache -+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else -+ if test -w "$cache_file"; then -+ if test "x$cache_file" != "x/dev/null"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 -+$as_echo "$as_me: updating cache $cache_file" >&6;} -+ if test ! -f "$cache_file" || test -h "$cache_file"; then -+ cat confcache >"$cache_file" -+ else -+ case $cache_file in #( -+ */* | ?:*) -+ mv -f confcache "$cache_file"$$ && -+ mv -f "$cache_file"$$ "$cache_file" ;; #( -+ *) -+ mv -f confcache "$cache_file" ;; -+ esac -+ fi -+ fi -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 -+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} -+ fi -+fi -+rm -f confcache -+ -+test "x$prefix" = xNONE && prefix=$ac_default_prefix -+# Let make expand exec_prefix. -+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -+ -+DEFS=-DHAVE_CONFIG_H -+ -+ac_libobjs= -+ac_ltlibobjs= -+U= -+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue -+ # 1. Remove the extension, and $U if already installed. -+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' -+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` -+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR -+ # will be set to the directory where LIBOBJS objects are built. -+ as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" -+ as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' -+done -+LIBOBJS=$ac_libobjs -+ -+LTLIBOBJS=$ac_ltlibobjs -+ -+ -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 -+$as_echo_n "checking that generated files are newer than configure... " >&6; } -+ if test -n "$am_sleep_pid"; then -+ # Hide warnings about reused PIDs. -+ wait $am_sleep_pid 2>/dev/null -+ fi -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 -+$as_echo "done" >&6; } -+ if test -n "$EXEEXT"; then -+ am__EXEEXT_TRUE= -+ am__EXEEXT_FALSE='#' -+else -+ am__EXEEXT_TRUE='#' -+ am__EXEEXT_FALSE= -+fi -+ -+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then -+ as_fn_error $? "conditional \"AMDEP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then -+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then -+ as_fn_error $? "conditional \"LINUX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${DARWIN_TRUE}" && test -z "${DARWIN_FALSE}"; then -+ as_fn_error $? "conditional \"DARWIN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then -+ as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then -+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${CODEBLOCKS_NT_TRUE}" && test -z "${CODEBLOCKS_NT_FALSE}"; then -+ as_fn_error $? "conditional \"CODEBLOCKS_NT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${CODEBLOCKS_LINUX_TRUE}" && test -z "${CODEBLOCKS_LINUX_FALSE}"; then -+ as_fn_error $? "conditional \"CODEBLOCKS_LINUX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${CODEBLOCKS_DARWIN_TRUE}" && test -z "${CODEBLOCKS_DARWIN_FALSE}"; then -+ as_fn_error $? "conditional \"CODEBLOCKS_DARWIN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_ZLIB_TRUE}" && test -z "${HAVE_ZLIB_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_ZLIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_BZIP2_TRUE}" && test -z "${HAVE_BZIP2_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_BZIP2\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_ASTYLE_TRUE}" && test -z "${HAVE_ASTYLE_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_ASTYLE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_SQUIRREL_TRUE}" && test -z "${HAVE_SQUIRREL_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_SQUIRREL\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_TINYXML_TRUE}" && test -z "${HAVE_TINYXML_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_TINYXML\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ASTYLE_TRUE}" && test -z "${BUILD_ASTYLE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ASTYLE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_AUTOSAVE_TRUE}" && test -z "${BUILD_AUTOSAVE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_AUTOSAVE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CLASSWIZARD_TRUE}" && test -z "${BUILD_CLASSWIZARD_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CLASSWIZARD\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODECOMPLETION_TRUE}" && test -z "${BUILD_CODECOMPLETION_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODECOMPLETION\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_COMPILER_TRUE}" && test -z "${BUILD_COMPILER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_COMPILER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DEBUGGER_TRUE}" && test -z "${BUILD_DEBUGGER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DEBUGGER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MIMEHANDLER_TRUE}" && test -z "${BUILD_MIMEHANDLER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MIMEHANDLER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_OPENFILESLIST_TRUE}" && test -z "${BUILD_OPENFILESLIST_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_OPENFILESLIST\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_OCCURRENCESHIGHLIGHTING_TRUE}" && test -z "${BUILD_OCCURRENCESHIGHLIGHTING_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_OCCURRENCESHIGHLIGHTING\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROJECTSIMPORTER_TRUE}" && test -z "${BUILD_PROJECTSIMPORTER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROJECTSIMPORTER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SCRIPTEDWIZARD_TRUE}" && test -z "${BUILD_SCRIPTEDWIZARD_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SCRIPTEDWIZARD\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_TODO_TRUE}" && test -z "${BUILD_TODO_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_TODO\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ABBREVIATIONS_TRUE}" && test -z "${BUILD_ABBREVIATIONS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ABBREVIATIONS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${KEEP_DLLS_TRUE}" && test -z "${KEEP_DLLS_FALSE}"; then -+ as_fn_error $? "conditional \"KEEP_DLLS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${ENABLE_FORTRAN_TRUE}" && test -z "${ENABLE_FORTRAN_FALSE}"; then -+ as_fn_error $? "conditional \"ENABLE_FORTRAN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${GTK_NOTEBOOK_TRUE}" && test -z "${GTK_NOTEBOOK_FALSE}"; then -+ as_fn_error $? "conditional \"GTK_NOTEBOOK\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MANIFEST_TRUE}" && test -z "${BUILD_MANIFEST_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MANIFEST\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MANIFEST_TRUE}" && test -z "${BUILD_MANIFEST_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MANIFEST\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HELP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HELP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HELP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_TRUE}" && test -z "${BUILD_PROJECTOPTIONSMANIPULATOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROJECTOPTIONSMANIPULATOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_AUTOVERSIONING_TRUE}" && test -z "${BUILD_AUTOVERSIONING_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_AUTOVERSIONING\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BROWSETRACKER_TRUE}" && test -z "${BUILD_BROWSETRACKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BROWSETRACKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_BYOGAMES_TRUE}" && test -z "${BUILD_BYOGAMES_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_BYOGAMES\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CBKODERS_TRUE}" && test -z "${BUILD_CBKODERS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CBKODERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESNIPPETS_TRUE}" && test -z "${BUILD_CODESNIPPETS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESNIPPETS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CODESTAT_TRUE}" && test -z "${BUILD_CODESTAT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CODESTAT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_COPYSTRINGS_TRUE}" && test -z "${BUILD_COPYSTRINGS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_COPYSTRINGS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CSCOPE_TRUE}" && test -z "${BUILD_CSCOPE_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CSCOPE\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DOXYBLOCKS_TRUE}" && test -z "${BUILD_DOXYBLOCKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DOXYBLOCKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_DRAGSCROLL_TRUE}" && test -z "${BUILD_DRAGSCROLL_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_DRAGSCROLL\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORCONFIG_TRUE}" && test -z "${BUILD_EDITORCONFIG_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORCONFIG\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EDITORTWEAKS_TRUE}" && test -z "${BUILD_EDITORTWEAKS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EDITORTWEAKS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_ENVVARS_TRUE}" && test -z "${BUILD_ENVVARS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_ENVVARS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_FILEMANAGER_TRUE}" && test -z "${BUILD_FILEMANAGER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_FILEMANAGER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEADERFIXUP_TRUE}" && test -z "${BUILD_HEADERFIXUP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEADERFIXUP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HELP_TRUE}" && test -z "${BUILD_HELP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HELP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_KEYBINDER_TRUE}" && test -z "${BUILD_KEYBINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_KEYBINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_LIBFINDER_TRUE}" && test -z "${BUILD_LIBFINDER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_LIBFINDER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_NASSISHNEIDERMAN_TRUE}" && test -z "${BUILD_NASSISHNEIDERMAN_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_NASSISHNEIDERMAN\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_PROFILER_TRUE}" && test -z "${BUILD_PROFILER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_PROFILER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REGEX_TRUE}" && test -z "${BUILD_REGEX_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REGEX\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_REOPENEDITOR_TRUE}" && test -z "${BUILD_REOPENEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_REOPENEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_EXPORTER_TRUE}" && test -z "${BUILD_EXPORTER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_EXPORTER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SMARTINDENT_TRUE}" && test -z "${BUILD_SMARTINDENT_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SMARTINDENT\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SPELLCHECKER_TRUE}" && test -z "${BUILD_SPELLCHECKER_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SPELLCHECKER\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_SYMTAB_TRUE}" && test -z "${BUILD_SYMTAB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_SYMTAB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_THREADSEARCH_TRUE}" && test -z "${BUILD_THREADSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_THREADSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_TOOLSPLUS_TRUE}" && test -z "${BUILD_TOOLSPLUS_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_TOOLSPLUS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_VALGRIND_TRUE}" && test -z "${BUILD_VALGRIND_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_VALGRIND\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXCONTRIB_TRUE}" && test -z "${BUILD_WXCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITH_TRUE}" && test -z "${BUILD_WXSMITH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHCONTRIB_TRUE}" && test -z "${BUILD_WXSMITHCONTRIB_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHCONTRIB\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_WXSMITHAUI_TRUE}" && test -z "${BUILD_WXSMITHAUI_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_WXSMITHAUI\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_HEXEDITOR_TRUE}" && test -z "${BUILD_HEXEDITOR_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_HEXEDITOR\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_INCSEARCH_TRUE}" && test -z "${BUILD_INCSEARCH_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_INCSEARCH\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_MOUSESAP_TRUE}" && test -z "${BUILD_MOUSESAP_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_MOUSESAP\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CCCC_TRUE}" && test -z "${BUILD_CCCC_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CCCC\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${BUILD_CPPCHECK_TRUE}" && test -z "${BUILD_CPPCHECK_FALSE}"; then -+ as_fn_error $? "conditional \"BUILD_CPPCHECK\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${PRECOMPILE_HEADERS_TRUE}" && test -z "${PRECOMPILE_HEADERS_FALSE}"; then -+ as_fn_error $? "conditional \"PRECOMPILE_HEADERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${PRECOMPILE_HEADERS_TRUE}" && test -z "${PRECOMPILE_HEADERS_FALSE}"; then -+ as_fn_error $? "conditional \"PRECOMPILE_HEADERS\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_GCC48_TRUE}" && test -z "${HAVE_GCC48_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_GCC48\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+if test -z "${HAVE_WX29_TRUE}" && test -z "${HAVE_WX29_FALSE}"; then -+ as_fn_error $? "conditional \"HAVE_WX29\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi -+ -+: "${CONFIG_STATUS=./config.status}" -+ac_write_fail=0 -+ac_clean_files_save=$ac_clean_files -+ac_clean_files="$ac_clean_files $CONFIG_STATUS" -+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 -+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -+as_write_fail=0 -+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 -+#! $SHELL -+# Generated by $as_me. -+# Run this file to recreate the current configuration. -+# Compiler output produced by configure, useful for debugging -+# configure, is in config.log if it exists. -+ -+debug=false -+ac_cs_recheck=false -+ac_cs_silent=false -+ -+SHELL=\${CONFIG_SHELL-$SHELL} -+export SHELL -+_ASEOF -+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 -+## -------------------- ## -+## M4sh Initialization. ## -+## -------------------- ## -+ -+# Be more Bourne compatible -+DUALCASE=1; export DUALCASE # for MKS sh -+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : -+ emulate sh -+ NULLCMD=: -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which -+ # is contrary to our usage. Disable this feature. -+ alias -g '${1+"$@"}'='"$@"' -+ setopt NO_GLOB_SUBST -+else -+ case `(set -o) 2>/dev/null` in #( -+ *posix*) : -+ set -o posix ;; #( -+ *) : -+ ;; -+esac -+fi -+ -+ -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+# Prefer a ksh shell builtin over an external printf program on Solaris, -+# but without wasting forks for bash or zsh. -+if test -z "$BASH_VERSION$ZSH_VERSION" \ -+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='print -r --' -+ as_echo_n='print -rn --' -+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' -+ else -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in #( -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' -+ fi -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } -+fi -+ -+ -+# IFS -+# We need space, tab and new line, in precisely that order. Quoting is -+# there to prevent editors from complaining about space-tab. -+# (If _AS_PATH_WALK were called with IFS unset, it would disable word -+# splitting by setting IFS to empty value.) -+IFS=" "" $as_nl" -+ -+# Find who we are. Look in the path if we contain no directory separator. -+as_myself= -+case $0 in #(( -+ *[\\/]* ) as_myself=$0 ;; -+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -+ done -+IFS=$as_save_IFS -+ -+ ;; -+esac -+# We did not find ourselves, most probably we were run as `sh COMMAND' -+# in which case we are not to be found in the path. -+if test "x$as_myself" = x; then -+ as_myself=$0 -+fi -+if test ! -f "$as_myself"; then -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ exit 1 -+fi -+ -+# Unset variables that we do not need and which cause bugs (e.g. in -+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -+# suppresses any "Segmentation fault" message there. '((' could -+# trigger a bug in pdksh 5.2.14. -+for as_var in BASH_ENV ENV MAIL MAILPATH -+do eval test x\${$as_var+set} = xset \ -+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -+done -+PS1='$ ' -+PS2='> ' -+PS4='+ ' -+ -+# NLS nuisances. -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE -+ -+# CDPATH. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+ -+# as_fn_error STATUS ERROR [LINENO LOG_FD] -+# ---------------------------------------- -+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are -+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the -+# script with STATUS, using 1 if that was 0. -+as_fn_error () -+{ -+ as_status=$1; test $as_status -eq 0 && as_status=1 -+ if test "$4"; then -+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 -+ fi -+ $as_echo "$as_me: error: $2" >&2 -+ as_fn_exit $as_status -+} # as_fn_error -+ -+ -+# as_fn_set_status STATUS -+# ----------------------- -+# Set $? to STATUS, without forking. -+as_fn_set_status () -+{ -+ return $1 -+} # as_fn_set_status -+ -+# as_fn_exit STATUS -+# ----------------- -+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. -+as_fn_exit () -+{ -+ set +e -+ as_fn_set_status $1 -+ exit $1 -+} # as_fn_exit -+ -+# as_fn_unset VAR -+# --------------- -+# Portably unset VAR. -+as_fn_unset () -+{ -+ { eval $1=; unset $1;} -+} -+as_unset=as_fn_unset -+# as_fn_append VAR VALUE -+# ---------------------- -+# Append the text in VALUE to the end of the definition contained in VAR. Take -+# advantage of any shell optimizations that allow amortized linear growth over -+# repeated appends, instead of the typical quadratic growth present in naive -+# implementations. -+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : -+ eval 'as_fn_append () -+ { -+ eval $1+=\$2 -+ }' -+else -+ as_fn_append () -+ { -+ eval $1=\$$1\$2 -+ } -+fi # as_fn_append -+ -+# as_fn_arith ARG... -+# ------------------ -+# Perform arithmetic evaluation on the ARGs, and store the result in the -+# global $as_val. Take advantage of shells that can avoid forks. The arguments -+# must be portable across $(()) and expr. -+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : -+ eval 'as_fn_arith () -+ { -+ as_val=$(( $* )) -+ }' -+else -+ as_fn_arith () -+ { -+ as_val=`expr "$@" || test $? -eq 1` -+ } -+fi # as_fn_arith -+ -+ -+if expr a : '\(a\)' >/dev/null 2>&1 && -+ test "X`expr 00001 : '.*\(...\)'`" = X001; then -+ as_expr=expr -+else -+ as_expr=false -+fi -+ -+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then -+ as_basename=basename -+else -+ as_basename=false -+fi -+ -+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then -+ as_dirname=dirname -+else -+ as_dirname=false -+fi -+ -+as_me=`$as_basename -- "$0" || -+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ -+ X"$0" : 'X\(//\)$' \| \ -+ X"$0" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X/"$0" | -+ sed '/^.*\/\([^/][^/]*\)\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\/\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ -+# Avoid depending upon Character Ranges. -+as_cr_letters='abcdefghijklmnopqrstuvwxyz' -+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -+as_cr_Letters=$as_cr_letters$as_cr_LETTERS -+as_cr_digits='0123456789' -+as_cr_alnum=$as_cr_Letters$as_cr_digits -+ -+ECHO_C= ECHO_N= ECHO_T= -+case `echo -n x` in #((((( -+-n*) -+ case `echo 'xy\c'` in -+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. -+ xy) ECHO_C='\c';; -+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null -+ ECHO_T=' ';; -+ esac;; -+*) -+ ECHO_N='-n';; -+esac -+ -+rm -f conf$$ conf$$.exe conf$$.file -+if test -d conf$$.dir; then -+ rm -f conf$$.dir/conf$$.file -+else -+ rm -f conf$$.dir -+ mkdir conf$$.dir 2>/dev/null -+fi -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -pR'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -pR' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else -+ as_ln_s='cp -pR' -+ fi -+else -+ as_ln_s='cp -pR' -+fi -+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -+rmdir conf$$.dir 2>/dev/null -+ -+ -+# as_fn_mkdir_p -+# ------------- -+# Create "$as_dir" as a directory, including parents if necessary. -+as_fn_mkdir_p () -+{ -+ -+ case $as_dir in #( -+ -*) as_dir=./$as_dir;; -+ esac -+ test -d "$as_dir" || eval $as_mkdir_p || { -+ as_dirs= -+ while :; do -+ case $as_dir in #( -+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( -+ *) as_qdir=$as_dir;; -+ esac -+ as_dirs="'$as_qdir' $as_dirs" -+ as_dir=`$as_dirname -- "$as_dir" || -+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$as_dir" : 'X\(//\)[^/]' \| \ -+ X"$as_dir" : 'X\(//\)$' \| \ -+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$as_dir" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ test -d "$as_dir" && break -+ done -+ test -z "$as_dirs" || eval "mkdir $as_dirs" -+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" -+ -+ -+} # as_fn_mkdir_p -+if mkdir -p . 2>/dev/null; then -+ as_mkdir_p='mkdir -p "$as_dir"' -+else -+ test -d ./-p && rmdir ./-p -+ as_mkdir_p=false -+fi -+ -+ -+# as_fn_executable_p FILE -+# ----------------------- -+# Test if FILE is an executable regular file. -+as_fn_executable_p () -+{ -+ test -f "$1" && test -x "$1" -+} # as_fn_executable_p -+as_test_x='test -x' -+as_executable_p=as_fn_executable_p -+ -+# Sed expression to map a string onto a valid CPP name. -+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" -+ -+# Sed expression to map a string onto a valid variable name. -+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -+ -+ -+exec 6>&1 -+## ----------------------------------- ## -+## Main body of $CONFIG_STATUS script. ## -+## ----------------------------------- ## -+_ASEOF -+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+# Save the log message, to keep $0 and so on meaningful, and to -+# report actual input values of CONFIG_FILES etc. instead of their -+# values after options handling. -+ac_log=" -+This file was extended by codeblocks $as_me 16.01svn11246, which was -+generated by GNU Autoconf 2.69. Invocation command line was -+ -+ CONFIG_FILES = $CONFIG_FILES -+ CONFIG_HEADERS = $CONFIG_HEADERS -+ CONFIG_LINKS = $CONFIG_LINKS -+ CONFIG_COMMANDS = $CONFIG_COMMANDS -+ $ $0 $@ -+ -+on `(hostname || uname -n) 2>/dev/null | sed 1q` -+" -+ -+_ACEOF -+ -+case $ac_config_files in *" -+"*) set x $ac_config_files; shift; ac_config_files=$*;; -+esac -+ -+case $ac_config_headers in *" -+"*) set x $ac_config_headers; shift; ac_config_headers=$*;; -+esac -+ -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+# Files that config.status was made for. -+config_files="$ac_config_files" -+config_headers="$ac_config_headers" -+config_commands="$ac_config_commands" -+ -+_ACEOF -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+ac_cs_usage="\ -+\`$as_me' instantiates files and other configuration actions -+from templates according to the current configuration. Unless the files -+and actions are specified as TAGs, all are instantiated by default. -+ -+Usage: $0 [OPTION]... [TAG]... -+ -+ -h, --help print this help, then exit -+ -V, --version print version number and configuration settings, then exit -+ --config print configuration, then exit -+ -q, --quiet, --silent -+ do not print progress messages -+ -d, --debug don't remove temporary files -+ --recheck update $as_me by reconfiguring in the same conditions -+ --file=FILE[:TEMPLATE] -+ instantiate the configuration file FILE -+ --header=FILE[:TEMPLATE] -+ instantiate the configuration header FILE -+ -+Configuration files: -+$config_files -+ -+Configuration headers: -+$config_headers -+ -+Configuration commands: -+$config_commands -+ -+Report bugs to the package provider." -+ -+_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" -+ac_cs_version="\\ -+codeblocks config.status 16.01svn11246 -+configured by $0, generated by GNU Autoconf 2.69, -+ with options \\"\$ac_cs_config\\" -+ -+Copyright (C) 2012 Free Software Foundation, Inc. -+This config.status script is free software; the Free Software Foundation -+gives unlimited permission to copy, distribute and modify it." -+ -+ac_pwd='$ac_pwd' -+srcdir='$srcdir' -+INSTALL='$INSTALL' -+MKDIR_P='$MKDIR_P' -+AWK='$AWK' -+test -n "\$AWK" || AWK=awk -+_ACEOF -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+# The default lists apply if the user does not specify any file. -+ac_need_defaults=: -+while test $# != 0 -+do -+ case $1 in -+ --*=?*) -+ ac_option=`expr "X$1" : 'X\([^=]*\)='` -+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` -+ ac_shift=: -+ ;; -+ --*=) -+ ac_option=`expr "X$1" : 'X\([^=]*\)='` -+ ac_optarg= -+ ac_shift=: -+ ;; -+ *) -+ ac_option=$1 -+ ac_optarg=$2 -+ ac_shift=shift -+ ;; -+ esac -+ -+ case $ac_option in -+ # Handling of the options. -+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) -+ ac_cs_recheck=: ;; -+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) -+ $as_echo "$ac_cs_version"; exit ;; -+ --config | --confi | --conf | --con | --co | --c ) -+ $as_echo "$ac_cs_config"; exit ;; -+ --debug | --debu | --deb | --de | --d | -d ) -+ debug=: ;; -+ --file | --fil | --fi | --f ) -+ $ac_shift -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ '') as_fn_error $? "missing file argument" ;; -+ esac -+ as_fn_append CONFIG_FILES " '$ac_optarg'" -+ ac_need_defaults=false;; -+ --header | --heade | --head | --hea ) -+ $ac_shift -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ as_fn_append CONFIG_HEADERS " '$ac_optarg'" -+ ac_need_defaults=false;; -+ --he | --h) -+ # Conflict between --help and --header -+ as_fn_error $? "ambiguous option: \`$1' -+Try \`$0 --help' for more information.";; -+ --help | --hel | -h ) -+ $as_echo "$ac_cs_usage"; exit ;; -+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ -+ | -silent | --silent | --silen | --sile | --sil | --si | --s) -+ ac_cs_silent=: ;; -+ -+ # This is an error. -+ -*) as_fn_error $? "unrecognized option: \`$1' -+Try \`$0 --help' for more information." ;; -+ -+ *) as_fn_append ac_config_targets " $1" -+ ac_need_defaults=false ;; -+ -+ esac -+ shift -+done -+ -+ac_configure_extra_args= -+ -+if $ac_cs_silent; then -+ exec 6>/dev/null -+ ac_configure_extra_args="$ac_configure_extra_args --silent" -+fi -+ -+_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+if \$ac_cs_recheck; then -+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ shift -+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -+ CONFIG_SHELL='$SHELL' -+ export CONFIG_SHELL -+ exec "\$@" -+fi -+ -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+exec 5>>config.log -+{ -+ echo -+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -+## Running $as_me. ## -+_ASBOX -+ $as_echo "$ac_log" -+} >&5 -+ -+_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+# -+# INIT-COMMANDS -+# -+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" -+ -+ -+# The HP-UX ksh and POSIX shell print the target directory to stdout -+# if CDPATH is set. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+sed_quote_subst='$sed_quote_subst' -+double_quote_subst='$double_quote_subst' -+delay_variable_subst='$delay_variable_subst' -+enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' -+macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' -+macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' -+enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' -+pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' -+enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' -+shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' -+SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' -+ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' -+PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' -+host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' -+host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' -+host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' -+build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' -+build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' -+build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' -+SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' -+Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' -+GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' -+EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' -+FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' -+LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' -+NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' -+LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' -+max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' -+ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' -+exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' -+lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' -+lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' -+lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' -+lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' -+lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' -+reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' -+reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' -+OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' -+deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' -+file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' -+file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' -+want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' -+DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' -+sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' -+AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' -+AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' -+archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' -+STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' -+RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' -+old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' -+old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' -+old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' -+lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' -+CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' -+CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' -+compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' -+GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' -+lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' -+lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' -+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' -+lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' -+nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' -+lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' -+lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' -+objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' -+MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' -+lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' -+need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' -+MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' -+DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' -+NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' -+LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' -+OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' -+OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' -+libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' -+shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' -+extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' -+archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' -+enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' -+export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' -+whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' -+compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' -+old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' -+old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' -+archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' -+archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' -+module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' -+module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' -+with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' -+allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' -+no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' -+hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' -+hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' -+hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' -+hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' -+hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' -+hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' -+hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' -+inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' -+link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' -+always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' -+export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' -+exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' -+include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' -+prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' -+postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' -+file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' -+variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' -+need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' -+need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' -+version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' -+runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' -+shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' -+shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' -+libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' -+library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' -+soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' -+install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' -+postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' -+postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' -+finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' -+finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' -+hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' -+sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' -+configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' -+configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' -+hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' -+enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' -+enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' -+enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' -+old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' -+striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' -+compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' -+predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' -+postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' -+predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' -+postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' -+compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' -+LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' -+reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' -+reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' -+GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' -+lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' -+lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' -+archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' -+enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' -+export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' -+whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' -+compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' -+old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' -+allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' -+no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' -+inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' -+link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' -+always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' -+export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' -+include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' -+prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' -+file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' -+hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' -+compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' -+predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' -+postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' -+predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' -+postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' -+compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' -+ -+LTCC='$LTCC' -+LTCFLAGS='$LTCFLAGS' -+compiler='$compiler_DEFAULT' -+ -+# A function that is used when there is no print builtin or printf. -+func_fallback_echo () -+{ -+ eval 'cat <<_LTECHO_EOF -+\$1 -+_LTECHO_EOF' -+} -+ -+# Quote evaled strings. -+for var in SHELL \ -+ECHO \ -+PATH_SEPARATOR \ -+SED \ -+GREP \ -+EGREP \ -+FGREP \ -+LD \ -+NM \ -+LN_S \ -+lt_SP2NL \ -+lt_NL2SP \ -+reload_flag \ -+OBJDUMP \ -+deplibs_check_method \ -+file_magic_cmd \ -+file_magic_glob \ -+want_nocaseglob \ -+DLLTOOL \ -+sharedlib_from_linklib_cmd \ -+AR \ -+AR_FLAGS \ -+archiver_list_spec \ -+STRIP \ -+RANLIB \ -+CC \ -+CFLAGS \ -+compiler \ -+lt_cv_sys_global_symbol_pipe \ -+lt_cv_sys_global_symbol_to_cdecl \ -+lt_cv_sys_global_symbol_to_import \ -+lt_cv_sys_global_symbol_to_c_name_address \ -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ -+lt_cv_nm_interface \ -+nm_file_list_spec \ -+lt_cv_truncate_bin \ -+lt_prog_compiler_no_builtin_flag \ -+lt_prog_compiler_pic \ -+lt_prog_compiler_wl \ -+lt_prog_compiler_static \ -+lt_cv_prog_compiler_c_o \ -+need_locks \ -+MANIFEST_TOOL \ -+DSYMUTIL \ -+NMEDIT \ -+LIPO \ -+OTOOL \ -+OTOOL64 \ -+shrext_cmds \ -+export_dynamic_flag_spec \ -+whole_archive_flag_spec \ -+compiler_needs_object \ -+with_gnu_ld \ -+allow_undefined_flag \ -+no_undefined_flag \ -+hardcode_libdir_flag_spec \ -+hardcode_libdir_separator \ -+exclude_expsyms \ -+include_expsyms \ -+file_list_spec \ -+variables_saved_for_relink \ -+libname_spec \ -+library_names_spec \ -+soname_spec \ -+install_override_mode \ -+finish_eval \ -+old_striplib \ -+striplib \ -+compiler_lib_search_dirs \ -+predep_objects \ -+postdep_objects \ -+predeps \ -+postdeps \ -+compiler_lib_search_path \ -+LD_CXX \ -+reload_flag_CXX \ -+compiler_CXX \ -+lt_prog_compiler_no_builtin_flag_CXX \ -+lt_prog_compiler_pic_CXX \ -+lt_prog_compiler_wl_CXX \ -+lt_prog_compiler_static_CXX \ -+lt_cv_prog_compiler_c_o_CXX \ -+export_dynamic_flag_spec_CXX \ -+whole_archive_flag_spec_CXX \ -+compiler_needs_object_CXX \ -+with_gnu_ld_CXX \ -+allow_undefined_flag_CXX \ -+no_undefined_flag_CXX \ -+hardcode_libdir_flag_spec_CXX \ -+hardcode_libdir_separator_CXX \ -+exclude_expsyms_CXX \ -+include_expsyms_CXX \ -+file_list_spec_CXX \ -+compiler_lib_search_dirs_CXX \ -+predep_objects_CXX \ -+postdep_objects_CXX \ -+predeps_CXX \ -+postdeps_CXX \ -+compiler_lib_search_path_CXX; do -+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in -+ *[\\\\\\\`\\"\\\$]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+# Double-quote double-evaled strings. -+for var in reload_cmds \ -+old_postinstall_cmds \ -+old_postuninstall_cmds \ -+old_archive_cmds \ -+extract_expsyms_cmds \ -+old_archive_from_new_cmds \ -+old_archive_from_expsyms_cmds \ -+archive_cmds \ -+archive_expsym_cmds \ -+module_cmds \ -+module_expsym_cmds \ -+export_symbols_cmds \ -+prelink_cmds \ -+postlink_cmds \ -+postinstall_cmds \ -+postuninstall_cmds \ -+finish_cmds \ -+sys_lib_search_path_spec \ -+configure_time_dlsearch_path \ -+configure_time_lt_sys_library_path \ -+reload_cmds_CXX \ -+old_archive_cmds_CXX \ -+old_archive_from_new_cmds_CXX \ -+old_archive_from_expsyms_cmds_CXX \ -+archive_cmds_CXX \ -+archive_expsym_cmds_CXX \ -+module_cmds_CXX \ -+module_expsym_cmds_CXX \ -+export_symbols_cmds_CXX \ -+prelink_cmds_CXX \ -+postlink_cmds_CXX; do -+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in -+ *[\\\\\\\`\\"\\\$]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+ac_aux_dir='$ac_aux_dir' -+ -+# See if we are running on zsh, and set the options that allow our -+# commands through without removal of \ escapes INIT. -+if test -n "\${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+fi -+ -+ -+ PACKAGE='$PACKAGE' -+ VERSION='$VERSION' -+ RM='$RM' -+ ofile='$ofile' -+ -+ -+ -+ -+ -+ -+_ACEOF -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+ -+# Handling of arguments. -+for ac_config_target in $ac_config_targets -+do -+ case $ac_config_target in -+ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; -+ "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; -+ "src/include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/include/config.h" ;; -+ "bundle.sh") CONFIG_FILES="$CONFIG_FILES bundle.sh" ;; -+ "codeblocks.plist") CONFIG_FILES="$CONFIG_FILES codeblocks.plist" ;; -+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; -+ "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; -+ "src/base/Makefile") CONFIG_FILES="$CONFIG_FILES src/base/Makefile" ;; -+ "src/base/tinyxml/Makefile") CONFIG_FILES="$CONFIG_FILES src/base/tinyxml/Makefile" ;; -+ "src/build_tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/build_tools/Makefile" ;; -+ "src/build_tools/autorevision/Makefile") CONFIG_FILES="$CONFIG_FILES src/build_tools/autorevision/Makefile" ;; -+ "src/include/autorevision.h") CONFIG_FILES="$CONFIG_FILES src/include/autorevision.h" ;; -+ "src/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;; -+ "src/include/scripting/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/Makefile" ;; -+ "src/include/scripting/bindings/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/bindings/Makefile" ;; -+ "src/include/scripting/include/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/include/Makefile" ;; -+ "src/include/scripting/sqplus/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/sqplus/Makefile" ;; -+ "src/include/scripting/sqstdlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/sqstdlib/Makefile" ;; -+ "src/include/scripting/squirrel/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/scripting/squirrel/Makefile" ;; -+ "src/include/tinyxml/Makefile") CONFIG_FILES="$CONFIG_FILES src/include/tinyxml/Makefile" ;; -+ "src/sdk/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/Makefile" ;; -+ "src/sdk/wxpropgrid/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/wxpropgrid/Makefile" ;; -+ "src/sdk/scripting/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/Makefile" ;; -+ "src/sdk/scripting/bindings/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/bindings/Makefile" ;; -+ "src/sdk/scripting/squirrel/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/squirrel/Makefile" ;; -+ "src/sdk/scripting/sqstdlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/sqstdlib/Makefile" ;; -+ "src/sdk/scripting/sqplus/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/scripting/sqplus/Makefile" ;; -+ "src/sdk/wxscintilla/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/wxscintilla/Makefile" ;; -+ "src/sdk/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/resources/Makefile" ;; -+ "src/sdk/resources/lexers/Makefile") CONFIG_FILES="$CONFIG_FILES src/sdk/resources/lexers/Makefile" ;; -+ "src/src/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/Makefile" ;; -+ "src/src/resources/icons/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/icons/Makefile" ;; -+ "src/src/resources/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/Makefile" ;; -+ "src/src/resources/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/16x16/Makefile" ;; -+ "src/src/resources/images/settings/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/resources/images/settings/Makefile" ;; -+ "src/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/src/Makefile" ;; -+ "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;; -+ "src/plugins/astyle/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/astyle/Makefile" ;; -+ "src/plugins/astyle/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/astyle/resources/Makefile" ;; -+ "src/plugins/autosave/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/autosave/Makefile" ;; -+ "src/plugins/classwizard/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/classwizard/Makefile" ;; -+ "src/plugins/classwizard/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/classwizard/resources/Makefile" ;; -+ "src/plugins/codecompletion/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/codecompletion/Makefile" ;; -+ "src/plugins/codecompletion/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/codecompletion/resources/Makefile" ;; -+ "src/plugins/compilergcc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/Makefile" ;; -+ "src/plugins/compilergcc/depslib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/depslib/Makefile" ;; -+ "src/plugins/compilergcc/depslib/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/depslib/src/Makefile" ;; -+ "src/plugins/compilergcc/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/compilergcc/resources/Makefile" ;; -+ "src/plugins/debuggergdb/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/debuggergdb/Makefile" ;; -+ "src/plugins/debuggergdb/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/debuggergdb/resources/Makefile" ;; -+ "src/plugins/defaultmimehandler/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/defaultmimehandler/Makefile" ;; -+ "src/plugins/defaultmimehandler/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/defaultmimehandler/resources/Makefile" ;; -+ "src/plugins/openfileslist/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/openfileslist/Makefile" ;; -+ "src/plugins/occurrenceshighlighting/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/occurrenceshighlighting/Makefile" ;; -+ "src/plugins/occurrenceshighlighting/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/occurrenceshighlighting/resources/Makefile" ;; -+ "src/plugins/projectsimporter/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/projectsimporter/Makefile" ;; -+ "src/plugins/projectsimporter/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/projectsimporter/resources/Makefile" ;; -+ "src/plugins/scriptedwizard/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/arduino/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/arduino/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/arm/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/arm/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/avr/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/avr/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/c_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/c_file/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/console/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/console/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/d/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/d/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/directx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/directx/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/dll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/dll/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/d_source/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/d_source/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/empty/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/empty/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/empty_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/empty_file/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/fltk/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/fltk/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/fortran/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/fortran/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/glfw/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/glfw/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/glut/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/glut/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/gtk/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/gtk/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/h_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/h_file/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/irrlicht/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/irrlicht/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/java/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/java/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/lf/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/lf/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/matlab_csf/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/matlab_csf/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/mcs51/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/mcs51/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/msp430/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/msp430/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/ogre/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/ogre/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/opencv/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/opencv/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/opengl/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/opengl/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/plugins/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/ppc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/ppc/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/qt4/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt4/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/qt4dll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt4dll/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/qt5/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/qt5/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/sdl/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sdl/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/sdl2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sdl2/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/sfml/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sfml/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/sharedlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sharedlib/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/smartwin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/smartwin/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/staticlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/staticlib/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/stlport/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/stlport/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/sys/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/sys/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/tricore/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/tricore/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/win32gui/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/win32gui/Makefile" ;; -+ "src/plugins/scriptedwizard/resources/wxwidgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/scriptedwizard/resources/wxwidgets/Makefile" ;; -+ "src/plugins/todo/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/todo/Makefile" ;; -+ "src/plugins/todo/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/todo/resources/Makefile" ;; -+ "src/plugins/abbreviations/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/abbreviations/Makefile" ;; -+ "src/plugins/abbreviations/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/abbreviations/resources/Makefile" ;; -+ "src/plugins/xpmanifest/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/xpmanifest/Makefile" ;; -+ "src/plugins/contrib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Makefile" ;; -+ "src/plugins/contrib/appdata/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/appdata/Makefile" ;; -+ "src/plugins/contrib/AutoVersioning/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/AutoVersioning/Makefile" ;; -+ "src/plugins/contrib/BrowseTracker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/BrowseTracker/Makefile" ;; -+ "src/plugins/contrib/byogames/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/byogames/Makefile" ;; -+ "src/plugins/contrib/Cccc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cccc/Makefile" ;; -+ "src/plugins/contrib/Cccc/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cccc/resources/Makefile" ;; -+ "src/plugins/contrib/CppCheck/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/CppCheck/Makefile" ;; -+ "src/plugins/contrib/CppCheck/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/CppCheck/resources/Makefile" ;; -+ "src/plugins/contrib/cb_koders/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/cb_koders/Makefile" ;; -+ "src/plugins/contrib/codesnippets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codesnippets/Makefile" ;; -+ "src/plugins/contrib/codesnippets/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codesnippets/resources/Makefile" ;; -+ "src/plugins/contrib/codestat/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codestat/Makefile" ;; -+ "src/plugins/contrib/codestat/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/codestat/resources/Makefile" ;; -+ "src/plugins/contrib/copystrings/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/copystrings/Makefile" ;; -+ "src/plugins/contrib/Cscope/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Cscope/Makefile" ;; -+ "src/plugins/contrib/devpak_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/devpak_plugin/Makefile" ;; -+ "src/plugins/contrib/devpak_plugin/bzip2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/devpak_plugin/bzip2/Makefile" ;; -+ "src/plugins/contrib/DoxyBlocks/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/Makefile" ;; -+ "src/plugins/contrib/DoxyBlocks/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/images/Makefile" ;; -+ "src/plugins/contrib/DoxyBlocks/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/DoxyBlocks/images/16x16/Makefile" ;; -+ "src/plugins/contrib/dragscroll/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/dragscroll/Makefile" ;; -+ "src/plugins/contrib/EditorConfig/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/EditorConfig/Makefile" ;; -+ "src/plugins/contrib/EditorTweaks/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/EditorTweaks/Makefile" ;; -+ "src/plugins/contrib/envvars/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/envvars/Makefile" ;; -+ "src/plugins/contrib/FileManager/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/FileManager/Makefile" ;; -+ "src/plugins/contrib/headerfixup/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/headerfixup/Makefile" ;; -+ "src/plugins/contrib/help_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/Makefile" ;; -+ "src/plugins/contrib/help_plugin/bzip2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/bzip2/Makefile" ;; -+ "src/plugins/contrib/help_plugin/zlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/help_plugin/zlib/Makefile" ;; -+ "src/plugins/contrib/keybinder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/keybinder/Makefile" ;; -+ "src/plugins/contrib/NassiShneiderman/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/NassiShneiderman/Makefile" ;; -+ "src/plugins/contrib/profiler/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/profiler/Makefile" ;; -+ "src/plugins/contrib/profiler/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/profiler/resources/Makefile" ;; -+ "src/plugins/contrib/ProjectOptionsManipulator/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ProjectOptionsManipulator/Makefile" ;; -+ "src/plugins/contrib/source_exporter/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/source_exporter/Makefile" ;; -+ "src/plugins/contrib/source_exporter/wxPdfDocument/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/source_exporter/wxPdfDocument/Makefile" ;; -+ "src/plugins/contrib/SmartIndent/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SmartIndent/Makefile" ;; -+ "src/plugins/contrib/SpellChecker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SpellChecker/Makefile" ;; -+ "src/plugins/contrib/SpellChecker/wxspellchecker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/SpellChecker/wxspellchecker/Makefile" ;; -+ "src/plugins/contrib/symtab/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/symtab/Makefile" ;; -+ "src/plugins/contrib/symtab/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/symtab/resources/Makefile" ;; -+ "src/plugins/contrib/regex_testbed/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/regex_testbed/Makefile" ;; -+ "src/plugins/contrib/ReopenEditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ReopenEditor/Makefile" ;; -+ "src/plugins/contrib/ThreadSearch/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/Makefile" ;; -+ "src/plugins/contrib/ThreadSearch/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/Makefile" ;; -+ "src/plugins/contrib/ThreadSearch/resources/images/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/Makefile" ;; -+ "src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile" ;; -+ "src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile" ;; -+ "src/plugins/contrib/ToolsPlus/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ToolsPlus/Makefile" ;; -+ "src/plugins/contrib/ToolsPlus/Resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/ToolsPlus/Resources/Makefile" ;; -+ "src/plugins/contrib/Valgrind/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Valgrind/Makefile" ;; -+ "src/plugins/contrib/Valgrind/resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/Valgrind/resources/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxsmith-contrib.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxsmith-contrib.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxcontrib.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxcontrib.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wximagepanel.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wximagepanel.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxKWIC.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxKWIC.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxtreelist.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxtreelist.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxled.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxled.pc" ;; -+ "src/plugins/contrib/wxContribItems/cb_wxmathplot.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/cb_wxmathplot.pc" ;; -+ "src/plugins/contrib/wxContribItems/wxchart/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxchart/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxImagePanel/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxImagePanel/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxthings/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxthings/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/KWIC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxTreeList/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxTreeList/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile" ;; -+ "src/plugins/contrib/wxContribItems/wxmathplot/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxContribItems/wxmathplot/Makefile" ;; -+ "src/plugins/contrib/wxSmith/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/Makefile" ;; -+ "src/plugins/contrib/wxSmith/wxsmith.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxsmith.pc" ;; -+ "src/plugins/contrib/wxSmith/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/plugin/Makefile" ;; -+ "src/plugins/contrib/wxSmith/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/properties/Makefile" ;; -+ "src/plugins/contrib/wxSmith/wxwidgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/Makefile" ;; -+ "src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile" ;; -+ "src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile" ;; -+ "src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile" ;; -+ "src/plugins/contrib/wxSmithContribItems/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithContribItems/Makefile" ;; -+ "src/plugins/contrib/wxSmithAui/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithAui/Makefile" ;; -+ "src/plugins/contrib/wxSmithAui/wxsmithaui.pc") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithAui/wxsmithaui.pc" ;; -+ "src/plugins/contrib/wxSmithDemo/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithDemo/Makefile" ;; -+ "src/plugins/contrib/wxSmithIExplore/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithIExplore/Makefile" ;; -+ "src/plugins/contrib/wxSmithSTC/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/wxSmithSTC/Makefile" ;; -+ "src/plugins/contrib/lib_finder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/lib_finder/Makefile" ;; -+ "src/plugins/contrib/lib_finder/lib_finder/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/lib_finder/lib_finder/Makefile" ;; -+ "src/plugins/contrib/HexEditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/HexEditor/Makefile" ;; -+ "src/plugins/contrib/IncrementalSearch/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/IncrementalSearch/Makefile" ;; -+ "src/plugins/contrib/MouseSap/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/contrib/MouseSap/Makefile" ;; -+ "src/mime/Makefile") CONFIG_FILES="$CONFIG_FILES src/mime/Makefile" ;; -+ "src/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES src/scripts/Makefile" ;; -+ "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;; -+ "src/tools/cb_share_config/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/cb_share_config/Makefile" ;; -+ "src/tools/ConsoleRunner/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/ConsoleRunner/Makefile" ;; -+ "src/tools/CBLauncher/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/CBLauncher/Makefile" ;; -+ "src/templates/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/Makefile" ;; -+ "src/templates/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/common/Makefile" ;; -+ "src/templates/unix/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/unix/Makefile" ;; -+ "src/templates/win32/Makefile") CONFIG_FILES="$CONFIG_FILES src/templates/win32/Makefile" ;; -+ "src/wxsmith/Makefile") CONFIG_FILES="$CONFIG_FILES src/wxsmith/Makefile" ;; -+ "codeblocks.pc") CONFIG_FILES="$CONFIG_FILES codeblocks.pc" ;; -+ "codeblocks.spec.fedora") CONFIG_FILES="$CONFIG_FILES codeblocks.spec.fedora" ;; -+ "codeblocks.spec") CONFIG_FILES="$CONFIG_FILES codeblocks.spec" ;; -+ -+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; -+ esac -+done -+ -+ -+# If the user did not use the arguments to specify the items to instantiate, -+# then the envvar interface is used. Set only those that are not. -+# We use the long form for the default assignment because of an extremely -+# bizarre bug on SunOS 4.1.3. -+if $ac_need_defaults; then -+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files -+ test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers -+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands -+fi -+ -+# Have a temporary directory for convenience. Make it in the build tree -+# simply because there is no reason against having it here, and in addition, -+# creating and moving files from /tmp can sometimes cause problems. -+# Hook for its removal unless debugging. -+# Note that there is a small window in which the directory will not be cleaned: -+# after its creation but before its name has been assigned to `$tmp'. -+$debug || -+{ -+ tmp= ac_tmp= -+ trap 'exit_status=$? -+ : "${ac_tmp:=$tmp}" -+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status -+' 0 -+ trap 'as_fn_exit 1' 1 2 13 15 -+} -+# Create a (secure) tmp directory for tmp files. -+ -+{ -+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && -+ test -d "$tmp" -+} || -+{ -+ tmp=./conf$$-$RANDOM -+ (umask 077 && mkdir "$tmp") -+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 -+ac_tmp=$tmp -+ -+# Set up the scripts for CONFIG_FILES section. -+# No need to generate them if there are no CONFIG_FILES. -+# This happens for instance with `./config.status config.h'. -+if test -n "$CONFIG_FILES"; then -+ -+ -+ac_cr=`echo X | tr X '\015'` -+# On cygwin, bash can eat \r inside `` if the user requested igncr. -+# But we know of no other shell where ac_cr would be empty at this -+# point, so we can use a bashism as a fallback. -+if test "x$ac_cr" = x; then -+ eval ac_cr=\$\'\\r\' -+fi -+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then -+ ac_cs_awk_cr='\\r' -+else -+ ac_cs_awk_cr=$ac_cr -+fi -+ -+echo 'BEGIN {' >"$ac_tmp/subs1.awk" && -+_ACEOF -+ -+ -+{ -+ echo "cat >conf$$subs.awk <<_ACEOF" && -+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && -+ echo "_ACEOF" -+} >conf$$subs.sh || -+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 -+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` -+ac_delim='%!_!# ' -+for ac_last_try in false false false false false :; do -+ . ./conf$$subs.sh || -+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 -+ -+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` -+ if test $ac_delim_n = $ac_delim_num; then -+ break -+ elif $ac_last_try; then -+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+rm -f conf$$subs.sh -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && -+_ACEOF -+sed -n ' -+h -+s/^/S["/; s/!.*/"]=/ -+p -+g -+s/^[^!]*!// -+:repl -+t repl -+s/'"$ac_delim"'$// -+t delim -+:nl -+h -+s/\(.\{148\}\)..*/\1/ -+t more1 -+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -+p -+n -+b repl -+:more1 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t nl -+:delim -+h -+s/\(.\{148\}\)..*/\1/ -+t more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"/ -+p -+b -+:more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t delim -+' >$CONFIG_STATUS || ac_write_fail=1 -+rm -f conf$$subs.awk -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+_ACAWK -+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && -+ for (key in S) S_is_set[key] = 1 -+ FS = "" -+ -+} -+{ -+ line = $ 0 -+ nfields = split(line, field, "@") -+ substed = 0 -+ len = length(field[1]) -+ for (i = 2; i < nfields; i++) { -+ key = field[i] -+ keylen = length(key) -+ if (S_is_set[key]) { -+ value = S[key] -+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) -+ len += length(value) + length(field[++i]) -+ substed = 1 -+ } else -+ len += 1 + keylen -+ } -+ -+ print line -+} -+ -+_ACAWK -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then -+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -+else -+ cat -+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ -+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 -+_ACEOF -+ -+# VPATH may cause trouble with some makes, so we remove sole $(srcdir), -+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and -+# trailing colons and then remove the whole line if VPATH becomes empty -+# (actually we leave an empty line to preserve line numbers). -+if test "x$srcdir" = x.; then -+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ -+h -+s/// -+s/^/:/ -+s/[ ]*$/:/ -+s/:\$(srcdir):/:/g -+s/:\${srcdir}:/:/g -+s/:@srcdir@:/:/g -+s/^:*// -+s/:*$// -+x -+s/\(=[ ]*\).*/\1/ -+G -+s/\n// -+s/^[^=]*=[ ]*$// -+}' -+fi -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+fi # test -n "$CONFIG_FILES" -+ -+# Set up the scripts for CONFIG_HEADERS section. -+# No need to generate them if there are no CONFIG_HEADERS. -+# This happens for instance with `./config.status Makefile'. -+if test -n "$CONFIG_HEADERS"; then -+cat >"$ac_tmp/defines.awk" <<\_ACAWK || -+BEGIN { -+_ACEOF -+ -+# Transform confdefs.h into an awk script `defines.awk', embedded as -+# here-document in config.status, that substitutes the proper values into -+# config.h.in to produce config.h. -+ -+# Create a delimiter string that does not exist in confdefs.h, to ease -+# handling of long lines. -+ac_delim='%!_!# ' -+for ac_last_try in false false :; do -+ ac_tt=`sed -n "/$ac_delim/p" confdefs.h` -+ if test -z "$ac_tt"; then -+ break -+ elif $ac_last_try; then -+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+# For the awk script, D is an array of macro values keyed by name, -+# likewise P contains macro parameters if any. Preserve backslash -+# newline sequences. -+ -+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -+sed -n ' -+s/.\{148\}/&'"$ac_delim"'/g -+t rset -+:rset -+s/^[ ]*#[ ]*define[ ][ ]*/ / -+t def -+d -+:def -+s/\\$// -+t bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3"/p -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -+d -+:bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3\\\\\\n"\\/p -+t cont -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -+t cont -+d -+:cont -+n -+s/.\{148\}/&'"$ac_delim"'/g -+t clear -+:clear -+s/\\$// -+t bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/"/p -+d -+:bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -+b cont -+' >$CONFIG_STATUS || ac_write_fail=1 -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ for (key in D) D_is_set[key] = 1 -+ FS = "" -+} -+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { -+ line = \$ 0 -+ split(line, arg, " ") -+ if (arg[1] == "#") { -+ defundef = arg[2] -+ mac1 = arg[3] -+ } else { -+ defundef = substr(arg[1], 2) -+ mac1 = arg[2] -+ } -+ split(mac1, mac2, "(") #) -+ macro = mac2[1] -+ prefix = substr(line, 1, index(line, defundef) - 1) -+ if (D_is_set[macro]) { -+ # Preserve the white space surrounding the "#". -+ print prefix "define", macro P[macro] D[macro] -+ next -+ } else { -+ # Replace #undef with comments. This is necessary, for example, -+ # in the case of _POSIX_SOURCE, which is predefined and required -+ # on some systems where configure will not decide to define it. -+ if (defundef == "undef") { -+ print "/*", prefix defundef, macro, "*/" -+ next -+ } -+ } -+} -+{ print } -+_ACAWK -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 -+fi # test -n "$CONFIG_HEADERS" -+ -+ -+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" -+shift -+for ac_tag -+do -+ case $ac_tag in -+ :[FHLC]) ac_mode=$ac_tag; continue;; -+ esac -+ case $ac_mode$ac_tag in -+ :[FHL]*:*);; -+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; -+ :[FH]-) ac_tag=-:-;; -+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; -+ esac -+ ac_save_IFS=$IFS -+ IFS=: -+ set x $ac_tag -+ IFS=$ac_save_IFS -+ shift -+ ac_file=$1 -+ shift -+ -+ case $ac_mode in -+ :L) ac_source=$1;; -+ :[FH]) -+ ac_file_inputs= -+ for ac_f -+ do -+ case $ac_f in -+ -) ac_f="$ac_tmp/stdin";; -+ *) # Look for the file first in the build tree, then in the source tree -+ # (if the path is not absolute). The absolute path cannot be DOS-style, -+ # because $ac_f cannot contain `:'. -+ test -f "$ac_f" || -+ case $ac_f in -+ [\\/$]*) false;; -+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; -+ esac || -+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; -+ esac -+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac -+ as_fn_append ac_file_inputs " '$ac_f'" -+ done -+ -+ # Let's still pretend it is `configure' which instantiates (i.e., don't -+ # use $as_me), people would be surprised to read: -+ # /* config.h. Generated by config.status. */ -+ configure_input='Generated from '` -+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' -+ `' by configure.' -+ if test x"$ac_file" != x-; then -+ configure_input="$ac_file. $configure_input" -+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 -+$as_echo "$as_me: creating $ac_file" >&6;} -+ fi -+ # Neutralize special characters interpreted by sed in replacement strings. -+ case $configure_input in #( -+ *\&* | *\|* | *\\* ) -+ ac_sed_conf_input=`$as_echo "$configure_input" | -+ sed 's/[\\\\&|]/\\\\&/g'`;; #( -+ *) ac_sed_conf_input=$configure_input;; -+ esac -+ -+ case $ac_tag in -+ *:-:* | *:-) cat >"$ac_tmp/stdin" \ -+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; -+ esac -+ ;; -+ esac -+ -+ ac_dir=`$as_dirname -- "$ac_file" || -+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$ac_file" : 'X\(//\)[^/]' \| \ -+ X"$ac_file" : 'X\(//\)$' \| \ -+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$ac_file" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ as_dir="$ac_dir"; as_fn_mkdir_p -+ ac_builddir=. -+ -+case "$ac_dir" in -+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -+*) -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` -+ # A ".." for each directory in $ac_dir_suffix. -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` -+ case $ac_top_builddir_sub in -+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;; -+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -+ esac ;; -+esac -+ac_abs_top_builddir=$ac_pwd -+ac_abs_builddir=$ac_pwd$ac_dir_suffix -+# for backward compatibility: -+ac_top_builddir=$ac_top_build_prefix -+ -+case $srcdir in -+ .) # We are building in place. -+ ac_srcdir=. -+ ac_top_srcdir=$ac_top_builddir_sub -+ ac_abs_top_srcdir=$ac_pwd ;; -+ [\\/]* | ?:[\\/]* ) # Absolute name. -+ ac_srcdir=$srcdir$ac_dir_suffix; -+ ac_top_srcdir=$srcdir -+ ac_abs_top_srcdir=$srcdir ;; -+ *) # Relative name. -+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix -+ ac_top_srcdir=$ac_top_build_prefix$srcdir -+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -+esac -+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix -+ -+ -+ case $ac_mode in -+ :F) -+ # -+ # CONFIG_FILE -+ # -+ -+ case $INSTALL in -+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; -+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; -+ esac -+ ac_MKDIR_P=$MKDIR_P -+ case $MKDIR_P in -+ [\\/$]* | ?:[\\/]* ) ;; -+ */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; -+ esac -+_ACEOF -+ -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+# If the template does not know about datarootdir, expand it. -+# FIXME: This hack should be removed a few years after 2.60. -+ac_datarootdir_hack=; ac_datarootdir_seen= -+ac_sed_dataroot=' -+/datarootdir/ { -+ p -+ q -+} -+/@datadir@/p -+/@docdir@/p -+/@infodir@/p -+/@localedir@/p -+/@mandir@/p' -+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in -+*datarootdir*) ac_datarootdir_seen=yes;; -+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -+_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ ac_datarootdir_hack=' -+ s&@datadir@&$datadir&g -+ s&@docdir@&$docdir&g -+ s&@infodir@&$infodir&g -+ s&@localedir@&$localedir&g -+ s&@mandir@&$mandir&g -+ s&\\\${datarootdir}&$datarootdir&g' ;; -+esac -+_ACEOF -+ -+# Neutralize VPATH when `$srcdir' = `.'. -+# Shell code in configure.ac might set extrasub. -+# FIXME: do we really want to maintain this feature? -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ac_sed_extra="$ac_vpsub -+$extrasub -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+:t -+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -+s|@configure_input@|$ac_sed_conf_input|;t t -+s&@top_builddir@&$ac_top_builddir_sub&;t t -+s&@top_build_prefix@&$ac_top_build_prefix&;t t -+s&@srcdir@&$ac_srcdir&;t t -+s&@abs_srcdir@&$ac_abs_srcdir&;t t -+s&@top_srcdir@&$ac_top_srcdir&;t t -+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t -+s&@builddir@&$ac_builddir&;t t -+s&@abs_builddir@&$ac_abs_builddir&;t t -+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t -+s&@INSTALL@&$ac_INSTALL&;t t -+s&@MKDIR_P@&$ac_MKDIR_P&;t t -+$ac_datarootdir_hack -+" -+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ -+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -+ -+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && -+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && -+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ -+ "$ac_tmp/out"`; test -z "$ac_out"; } && -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+which seems to be undefined. Please make sure it is defined" >&5 -+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+which seems to be undefined. Please make sure it is defined" >&2;} -+ -+ rm -f "$ac_tmp/stdin" -+ case $ac_file in -+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; -+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; -+ esac \ -+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -+ ;; -+ :H) -+ # -+ # CONFIG_HEADER -+ # -+ if test x"$ac_file" != x-; then -+ { -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" -+ } >"$ac_tmp/config.h" \ -+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -+ if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 -+$as_echo "$as_me: $ac_file is unchanged" >&6;} -+ else -+ rm -f "$ac_file" -+ mv "$ac_tmp/config.h" "$ac_file" \ -+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -+ fi -+ else -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ -+ || as_fn_error $? "could not create -" "$LINENO" 5 -+ fi -+# Compute "$ac_file"'s index in $config_headers. -+_am_arg="$ac_file" -+_am_stamp_count=1 -+for _am_header in $config_headers :; do -+ case $_am_header in -+ $_am_arg | $_am_arg:* ) -+ break ;; -+ * ) -+ _am_stamp_count=`expr $_am_stamp_count + 1` ;; -+ esac -+done -+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || -+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$_am_arg" : 'X\(//\)[^/]' \| \ -+ X"$_am_arg" : 'X\(//\)$' \| \ -+ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$_am_arg" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'`/stamp-h$_am_stamp_count -+ ;; -+ -+ :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 -+$as_echo "$as_me: executing $ac_file commands" >&6;} -+ ;; -+ esac -+ -+ -+ case $ac_file$ac_mode in -+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || { -+ # Older Autoconf quotes --file arguments for eval, but not when files -+ # are listed without --file. Let's play safe and only enable the eval -+ # if we detect the quoting. -+ case $CONFIG_FILES in -+ *\'*) eval set x "$CONFIG_FILES" ;; -+ *) set x $CONFIG_FILES ;; -+ esac -+ shift -+ for mf -+ do -+ # Strip MF so we end up with the name of the file. -+ mf=`echo "$mf" | sed -e 's/:.*$//'` -+ # Check whether this is an Automake generated Makefile or not. -+ # We used to match only the files named 'Makefile.in', but -+ # some people rename them; so instead we look at the file content. -+ # Grep'ing the first line is not enough: some people post-process -+ # each Makefile.in and add a new line on top of each file to say so. -+ # Grep'ing the whole file is not good either: AIX grep has a line -+ # limit of 2048, but all sed's we know have understand at least 4000. -+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then -+ dirpart=`$as_dirname -- "$mf" || -+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$mf" : 'X\(//\)[^/]' \| \ -+ X"$mf" : 'X\(//\)$' \| \ -+ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$mf" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ else -+ continue -+ fi -+ # Extract the definition of DEPDIR, am__include, and am__quote -+ # from the Makefile without running 'make'. -+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` -+ test -z "$DEPDIR" && continue -+ am__include=`sed -n 's/^am__include = //p' < "$mf"` -+ test -z "$am__include" && continue -+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -+ # Find all dependency output files, they are included files with -+ # $(DEPDIR) in their names. We invoke sed twice because it is the -+ # simplest approach to changing $(DEPDIR) to its actual value in the -+ # expansion. -+ for file in `sed -n " -+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do -+ # Make sure the directory exists. -+ test -f "$dirpart/$file" && continue -+ fdir=`$as_dirname -- "$file" || -+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$file" : 'X\(//\)[^/]' \| \ -+ X"$file" : 'X\(//\)$' \| \ -+ X"$file" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$file" | -+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)[^/].*/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\/\)$/{ -+ s//\1/ -+ q -+ } -+ /^X\(\/\).*/{ -+ s//\1/ -+ q -+ } -+ s/.*/./; q'` -+ as_dir=$dirpart/$fdir; as_fn_mkdir_p -+ # echo "creating $dirpart/$file" -+ echo '# dummy' > "$dirpart/$file" -+ done -+ done -+} -+ ;; -+ "libtool":C) -+ -+ # See if we are running on zsh, and set the options that allow our -+ # commands through without removal of \ escapes. -+ if test -n "${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+ fi -+ -+ cfgfile=${ofile}T -+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15 -+ $RM "$cfgfile" -+ -+ cat <<_LT_EOF >> "$cfgfile" -+#! $SHELL -+# Generated automatically by $as_me ($PACKAGE) $VERSION -+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -+# NOTE: Changes made to this file will be lost: look at ltmain.sh. -+ -+# Provide generalized library-building support services. -+# Written by Gordon Matzigkeit, 1996 -+ -+# Copyright (C) 2014 Free Software Foundation, Inc. -+# This is free software; see the source for copying conditions. There is NO -+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+# GNU Libtool is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2 of of the License, or -+# (at your option) any later version. -+# -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program or library that is built -+# using GNU Libtool, you may include this file under the same -+# distribution terms that you use for the rest of that program. -+# -+# GNU Libtool 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 General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+ -+# The names of the tagged configurations supported by this script. -+available_tags='CXX ' -+ -+# Configured defaults for sys_lib_dlsearch_path munging. -+: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} -+ -+# ### BEGIN LIBTOOL CONFIG -+ -+# Whether or not to build static libraries. -+build_old_libs=$enable_static -+ -+# Which release of libtool.m4 was used? -+macro_version=$macro_version -+macro_revision=$macro_revision -+ -+# Whether or not to build shared libraries. -+build_libtool_libs=$enable_shared -+ -+# What type of objects to build. -+pic_mode=$pic_mode -+ -+# Whether or not to optimize for fast installation. -+fast_install=$enable_fast_install -+ -+# Shared archive member basename,for filename based shared library versioning on AIX. -+shared_archive_member_spec=$shared_archive_member_spec -+ -+# Shell to use when invoking shell scripts. -+SHELL=$lt_SHELL -+ -+# An echo program that protects backslashes. -+ECHO=$lt_ECHO -+ -+# The PATH separator for the build system. -+PATH_SEPARATOR=$lt_PATH_SEPARATOR -+ -+# The host system. -+host_alias=$host_alias -+host=$host -+host_os=$host_os -+ -+# The build system. -+build_alias=$build_alias -+build=$build -+build_os=$build_os -+ -+# A sed program that does not truncate output. -+SED=$lt_SED -+ -+# Sed that helps us avoid accidentally triggering echo(1) options like -n. -+Xsed="\$SED -e 1s/^X//" -+ -+# A grep program that handles long lines. -+GREP=$lt_GREP -+ -+# An ERE matcher. -+EGREP=$lt_EGREP -+ -+# A literal string matcher. -+FGREP=$lt_FGREP -+ -+# A BSD- or MS-compatible name lister. -+NM=$lt_NM -+ -+# Whether we need soft or hard links. -+LN_S=$lt_LN_S -+ -+# What is the maximum length of a command? -+max_cmd_len=$max_cmd_len -+ -+# Object file suffix (normally "o"). -+objext=$ac_objext -+ -+# Executable file suffix (normally ""). -+exeext=$exeext -+ -+# whether the shell understands "unset". -+lt_unset=$lt_unset -+ -+# turn spaces into newlines. -+SP2NL=$lt_lt_SP2NL -+ -+# turn newlines into spaces. -+NL2SP=$lt_lt_NL2SP -+ -+# convert \$build file names to \$host format. -+to_host_file_cmd=$lt_cv_to_host_file_cmd -+ -+# convert \$build files to toolchain format. -+to_tool_file_cmd=$lt_cv_to_tool_file_cmd -+ -+# An object symbol dumper. -+OBJDUMP=$lt_OBJDUMP -+ -+# Method to check whether dependent libraries are shared objects. -+deplibs_check_method=$lt_deplibs_check_method -+ -+# Command to use when deplibs_check_method = "file_magic". -+file_magic_cmd=$lt_file_magic_cmd -+ -+# How to find potential files when deplibs_check_method = "file_magic". -+file_magic_glob=$lt_file_magic_glob -+ -+# Find potential files using nocaseglob when deplibs_check_method = "file_magic". -+want_nocaseglob=$lt_want_nocaseglob -+ -+# DLL creation program. -+DLLTOOL=$lt_DLLTOOL -+ -+# Command to associate shared and link libraries. -+sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd -+ -+# The archiver. -+AR=$lt_AR -+ -+# Flags to create an archive. -+AR_FLAGS=$lt_AR_FLAGS -+ -+# How to feed a file listing to the archiver. -+archiver_list_spec=$lt_archiver_list_spec -+ -+# A symbol stripping program. -+STRIP=$lt_STRIP -+ -+# Commands used to install an old-style archive. -+RANLIB=$lt_RANLIB -+old_postinstall_cmds=$lt_old_postinstall_cmds -+old_postuninstall_cmds=$lt_old_postuninstall_cmds -+ -+# Whether to use a lock for old archive extraction. -+lock_old_archive_extraction=$lock_old_archive_extraction -+ -+# A C compiler. -+LTCC=$lt_CC -+ -+# LTCC compiler flags. -+LTCFLAGS=$lt_CFLAGS -+ -+# Take the output of nm and produce a listing of raw symbols and C names. -+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe -+ -+# Transform the output of nm in a proper C declaration. -+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl -+ -+# Transform the output of nm into a list of symbols to manually relocate. -+global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import -+ -+# Transform the output of nm in a C name address pair. -+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address -+ -+# Transform the output of nm in a C name address pair when lib prefix is needed. -+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix -+ -+# The name lister interface. -+nm_interface=$lt_lt_cv_nm_interface -+ -+# Specify filename containing input files for \$NM. -+nm_file_list_spec=$lt_nm_file_list_spec -+ -+# The root where to search for dependent libraries,and where our libraries should be installed. -+lt_sysroot=$lt_sysroot -+ -+# Command to truncate a binary pipe. -+lt_truncate_bin=$lt_lt_cv_truncate_bin -+ -+# The name of the directory that contains temporary libtool files. -+objdir=$objdir -+ -+# Used to examine libraries when file_magic_cmd begins with "file". -+MAGIC_CMD=$MAGIC_CMD -+ -+# Must we lock files when doing compilation? -+need_locks=$lt_need_locks -+ -+# Manifest tool. -+MANIFEST_TOOL=$lt_MANIFEST_TOOL -+ -+# Tool to manipulate archived DWARF debug symbol files on Mac OS X. -+DSYMUTIL=$lt_DSYMUTIL -+ -+# Tool to change global to local symbols on Mac OS X. -+NMEDIT=$lt_NMEDIT -+ -+# Tool to manipulate fat objects and archives on Mac OS X. -+LIPO=$lt_LIPO -+ -+# ldd/readelf like tool for Mach-O binaries on Mac OS X. -+OTOOL=$lt_OTOOL -+ -+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. -+OTOOL64=$lt_OTOOL64 -+ -+# Old archive suffix (normally "a"). -+libext=$libext -+ -+# Shared library suffix (normally ".so"). -+shrext_cmds=$lt_shrext_cmds -+ -+# The commands to extract the exported symbol list from a shared archive. -+extract_expsyms_cmds=$lt_extract_expsyms_cmds -+ -+# Variables whose values should be saved in libtool wrapper scripts and -+# restored at link time. -+variables_saved_for_relink=$lt_variables_saved_for_relink -+ -+# Do we need the "lib" prefix for modules? -+need_lib_prefix=$need_lib_prefix -+ -+# Do we need a version for libraries? -+need_version=$need_version -+ -+# Library versioning type. -+version_type=$version_type -+ -+# Shared library runtime path variable. -+runpath_var=$runpath_var -+ -+# Shared library path variable. -+shlibpath_var=$shlibpath_var -+ -+# Is shlibpath searched before the hard-coded library search path? -+shlibpath_overrides_runpath=$shlibpath_overrides_runpath -+ -+# Format of library name prefix. -+libname_spec=$lt_libname_spec -+ -+# List of archive names. First name is the real one, the rest are links. -+# The last name is the one that the linker finds with -lNAME -+library_names_spec=$lt_library_names_spec -+ -+# The coded name of the library, if different from the real name. -+soname_spec=$lt_soname_spec -+ -+# Permission mode override for installation of shared libraries. -+install_override_mode=$lt_install_override_mode -+ -+# Command to use after installation of a shared archive. -+postinstall_cmds=$lt_postinstall_cmds -+ -+# Command to use after uninstallation of a shared archive. -+postuninstall_cmds=$lt_postuninstall_cmds -+ -+# Commands used to finish a libtool library installation in a directory. -+finish_cmds=$lt_finish_cmds -+ -+# As "finish_cmds", except a single script fragment to be evaled but -+# not shown. -+finish_eval=$lt_finish_eval -+ -+# Whether we should hardcode library paths into libraries. -+hardcode_into_libs=$hardcode_into_libs -+ -+# Compile-time system search path for libraries. -+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec -+ -+# Detected run-time system search path for libraries. -+sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path -+ -+# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. -+configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path -+ -+# Whether dlopen is supported. -+dlopen_support=$enable_dlopen -+ -+# Whether dlopen of programs is supported. -+dlopen_self=$enable_dlopen_self -+ -+# Whether dlopen of statically linked programs is supported. -+dlopen_self_static=$enable_dlopen_self_static -+ -+# Commands to strip libraries. -+old_striplib=$lt_old_striplib -+striplib=$lt_striplib -+ -+ -+# The linker used to build libraries. -+LD=$lt_LD -+ -+# How to create reloadable object files. -+reload_flag=$lt_reload_flag -+reload_cmds=$lt_reload_cmds -+ -+# Commands used to build an old-style archive. -+old_archive_cmds=$lt_old_archive_cmds -+ -+# A language specific compiler. -+CC=$lt_compiler -+ -+# Is the compiler the GNU compiler? -+with_gcc=$GCC -+ -+# Compiler flag to turn off builtin functions. -+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag -+ -+# Additional compiler flags for building library objects. -+pic_flag=$lt_lt_prog_compiler_pic -+ -+# How to pass a linker flag through the compiler. -+wl=$lt_lt_prog_compiler_wl -+ -+# Compiler flag to prevent dynamic linking. -+link_static_flag=$lt_lt_prog_compiler_static -+ -+# Does compiler simultaneously support -c and -o options? -+compiler_c_o=$lt_lt_cv_prog_compiler_c_o -+ -+# Whether or not to add -lc for building shared libraries. -+build_libtool_need_lc=$archive_cmds_need_lc -+ -+# Whether or not to disallow shared libs when runtime libs are static. -+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes -+ -+# Compiler flag to allow reflexive dlopens. -+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec -+ -+# Compiler flag to generate shared objects directly from archives. -+whole_archive_flag_spec=$lt_whole_archive_flag_spec -+ -+# Whether the compiler copes with passing no objects directly. -+compiler_needs_object=$lt_compiler_needs_object -+ -+# Create an old-style archive from a shared archive. -+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds -+ -+# Create a temporary old-style archive to link instead of a shared archive. -+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds -+ -+# Commands used to build a shared archive. -+archive_cmds=$lt_archive_cmds -+archive_expsym_cmds=$lt_archive_expsym_cmds -+ -+# Commands used to build a loadable module if different from building -+# a shared archive. -+module_cmds=$lt_module_cmds -+module_expsym_cmds=$lt_module_expsym_cmds -+ -+# Whether we are building with GNU ld or not. -+with_gnu_ld=$lt_with_gnu_ld -+ -+# Flag that allows shared libraries with undefined symbols to be built. -+allow_undefined_flag=$lt_allow_undefined_flag -+ -+# Flag that enforces no undefined symbols. -+no_undefined_flag=$lt_no_undefined_flag -+ -+# Flag to hardcode \$libdir into a binary during linking. -+# This must work even if \$libdir does not exist -+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec -+ -+# Whether we need a single "-rpath" flag with a separated argument. -+hardcode_libdir_separator=$lt_hardcode_libdir_separator -+ -+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -+# DIR into the resulting binary. -+hardcode_direct=$hardcode_direct -+ -+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -+# DIR into the resulting binary and the resulting library dependency is -+# "absolute",i.e impossible to change by setting \$shlibpath_var if the -+# library is relocated. -+hardcode_direct_absolute=$hardcode_direct_absolute -+ -+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -+# into the resulting binary. -+hardcode_minus_L=$hardcode_minus_L -+ -+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -+# into the resulting binary. -+hardcode_shlibpath_var=$hardcode_shlibpath_var -+ -+# Set to "yes" if building a shared library automatically hardcodes DIR -+# into the library and all subsequent libraries and executables linked -+# against it. -+hardcode_automatic=$hardcode_automatic -+ -+# Set to yes if linker adds runtime paths of dependent libraries -+# to runtime path list. -+inherit_rpath=$inherit_rpath -+ -+# Whether libtool must link a program against all its dependency libraries. -+link_all_deplibs=$link_all_deplibs -+ -+# Set to "yes" if exported symbols are required. -+always_export_symbols=$always_export_symbols -+ -+# The commands to list exported symbols. -+export_symbols_cmds=$lt_export_symbols_cmds -+ -+# Symbols that should not be listed in the preloaded symbols. -+exclude_expsyms=$lt_exclude_expsyms -+ -+# Symbols that must always be exported. -+include_expsyms=$lt_include_expsyms -+ -+# Commands necessary for linking programs (against libraries) with templates. -+prelink_cmds=$lt_prelink_cmds -+ -+# Commands necessary for finishing linking programs. -+postlink_cmds=$lt_postlink_cmds -+ -+# Specify filename containing input files. -+file_list_spec=$lt_file_list_spec -+ -+# How to hardcode a shared library path into an executable. -+hardcode_action=$hardcode_action -+ -+# The directories searched by this compiler when creating a shared library. -+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs -+ -+# Dependencies to place before and after the objects being linked to -+# create a shared library. -+predep_objects=$lt_predep_objects -+postdep_objects=$lt_postdep_objects -+predeps=$lt_predeps -+postdeps=$lt_postdeps -+ -+# The library search path used internally by the compiler when linking -+# a shared library. -+compiler_lib_search_path=$lt_compiler_lib_search_path -+ -+# ### END LIBTOOL CONFIG -+ -+_LT_EOF -+ -+ cat <<'_LT_EOF' >> "$cfgfile" -+ -+# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE -+ -+# func_munge_path_list VARIABLE PATH -+# ----------------------------------- -+# VARIABLE is name of variable containing _space_ separated list of -+# directories to be munged by the contents of PATH, which is string -+# having a format: -+# "DIR[:DIR]:" -+# string "DIR[ DIR]" will be prepended to VARIABLE -+# ":DIR[:DIR]" -+# string "DIR[ DIR]" will be appended to VARIABLE -+# "DIRP[:DIRP]::[DIRA:]DIRA" -+# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -+# "DIRA[ DIRA]" will be appended to VARIABLE -+# "DIR[:DIR]" -+# VARIABLE will be replaced by "DIR[ DIR]" -+func_munge_path_list () -+{ -+ case x$2 in -+ x) -+ ;; -+ *:) -+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" -+ ;; -+ x:*) -+ eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" -+ ;; -+ *::*) -+ eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" -+ eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" -+ ;; -+ *) -+ eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" -+ ;; -+ esac -+} -+ -+ -+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -+func_cc_basename () -+{ -+ for cc_temp in $*""; do -+ case $cc_temp in -+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; -+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; -+ \-*) ;; -+ *) break;; -+ esac -+ done -+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -+} -+ -+ -+# ### END FUNCTIONS SHARED WITH CONFIGURE -+ -+_LT_EOF -+ -+ case $host_os in -+ aix3*) -+ cat <<\_LT_EOF >> "$cfgfile" -+# AIX sometimes has problems with the GCC collect2 program. For some -+# reason, if we set the COLLECT_NAMES environment variable, the problems -+# vanish in a puff of smoke. -+if test set != "${COLLECT_NAMES+set}"; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+fi -+_LT_EOF -+ ;; -+ esac -+ -+ -+ltmain=$ac_aux_dir/ltmain.sh -+ -+ -+ # We use sed instead of cat because bash on DJGPP gets confused if -+ # if finds mixed CR/LF and LF-only lines. Since sed operates in -+ # text mode, it properly converts lines to CR/LF. This bash problem -+ # is reportedly fixed, but why not run on old versions too? -+ sed '$q' "$ltmain" >> "$cfgfile" \ -+ || (rm -f "$cfgfile"; exit 1) -+ -+ mv -f "$cfgfile" "$ofile" || -+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") -+ chmod +x "$ofile" -+ -+ -+ cat <<_LT_EOF >> "$ofile" -+ -+# ### BEGIN LIBTOOL TAG CONFIG: CXX -+ -+# The linker used to build libraries. -+LD=$lt_LD_CXX -+ -+# How to create reloadable object files. -+reload_flag=$lt_reload_flag_CXX -+reload_cmds=$lt_reload_cmds_CXX -+ -+# Commands used to build an old-style archive. -+old_archive_cmds=$lt_old_archive_cmds_CXX -+ -+# A language specific compiler. -+CC=$lt_compiler_CXX -+ -+# Is the compiler the GNU compiler? -+with_gcc=$GCC_CXX -+ -+# Compiler flag to turn off builtin functions. -+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX -+ -+# Additional compiler flags for building library objects. -+pic_flag=$lt_lt_prog_compiler_pic_CXX -+ -+# How to pass a linker flag through the compiler. -+wl=$lt_lt_prog_compiler_wl_CXX -+ -+# Compiler flag to prevent dynamic linking. -+link_static_flag=$lt_lt_prog_compiler_static_CXX -+ -+# Does compiler simultaneously support -c and -o options? -+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX -+ -+# Whether or not to add -lc for building shared libraries. -+build_libtool_need_lc=$archive_cmds_need_lc_CXX -+ -+# Whether or not to disallow shared libs when runtime libs are static. -+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX -+ -+# Compiler flag to allow reflexive dlopens. -+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX -+ -+# Compiler flag to generate shared objects directly from archives. -+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX -+ -+# Whether the compiler copes with passing no objects directly. -+compiler_needs_object=$lt_compiler_needs_object_CXX -+ -+# Create an old-style archive from a shared archive. -+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX -+ -+# Create a temporary old-style archive to link instead of a shared archive. -+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX -+ -+# Commands used to build a shared archive. -+archive_cmds=$lt_archive_cmds_CXX -+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX -+ -+# Commands used to build a loadable module if different from building -+# a shared archive. -+module_cmds=$lt_module_cmds_CXX -+module_expsym_cmds=$lt_module_expsym_cmds_CXX -+ -+# Whether we are building with GNU ld or not. -+with_gnu_ld=$lt_with_gnu_ld_CXX -+ -+# Flag that allows shared libraries with undefined symbols to be built. -+allow_undefined_flag=$lt_allow_undefined_flag_CXX -+ -+# Flag that enforces no undefined symbols. -+no_undefined_flag=$lt_no_undefined_flag_CXX -+ -+# Flag to hardcode \$libdir into a binary during linking. -+# This must work even if \$libdir does not exist -+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX -+ -+# Whether we need a single "-rpath" flag with a separated argument. -+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX -+ -+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -+# DIR into the resulting binary. -+hardcode_direct=$hardcode_direct_CXX -+ -+# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes -+# DIR into the resulting binary and the resulting library dependency is -+# "absolute",i.e impossible to change by setting \$shlibpath_var if the -+# library is relocated. -+hardcode_direct_absolute=$hardcode_direct_absolute_CXX -+ -+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR -+# into the resulting binary. -+hardcode_minus_L=$hardcode_minus_L_CXX -+ -+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -+# into the resulting binary. -+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX -+ -+# Set to "yes" if building a shared library automatically hardcodes DIR -+# into the library and all subsequent libraries and executables linked -+# against it. -+hardcode_automatic=$hardcode_automatic_CXX -+ -+# Set to yes if linker adds runtime paths of dependent libraries -+# to runtime path list. -+inherit_rpath=$inherit_rpath_CXX -+ -+# Whether libtool must link a program against all its dependency libraries. -+link_all_deplibs=$link_all_deplibs_CXX -+ -+# Set to "yes" if exported symbols are required. -+always_export_symbols=$always_export_symbols_CXX -+ -+# The commands to list exported symbols. -+export_symbols_cmds=$lt_export_symbols_cmds_CXX -+ -+# Symbols that should not be listed in the preloaded symbols. -+exclude_expsyms=$lt_exclude_expsyms_CXX -+ -+# Symbols that must always be exported. -+include_expsyms=$lt_include_expsyms_CXX -+ -+# Commands necessary for linking programs (against libraries) with templates. -+prelink_cmds=$lt_prelink_cmds_CXX -+ -+# Commands necessary for finishing linking programs. -+postlink_cmds=$lt_postlink_cmds_CXX -+ -+# Specify filename containing input files. -+file_list_spec=$lt_file_list_spec_CXX -+ -+# How to hardcode a shared library path into an executable. -+hardcode_action=$hardcode_action_CXX -+ -+# The directories searched by this compiler when creating a shared library. -+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX -+ -+# Dependencies to place before and after the objects being linked to -+# create a shared library. -+predep_objects=$lt_predep_objects_CXX -+postdep_objects=$lt_postdep_objects_CXX -+predeps=$lt_predeps_CXX -+postdeps=$lt_postdeps_CXX -+ -+# The library search path used internally by the compiler when linking -+# a shared library. -+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX -+ -+# ### END LIBTOOL TAG CONFIG: CXX -+_LT_EOF -+ -+ ;; -+ "bundle.sh":F) chmod +x bundle.sh ;; -+ -+ esac -+done # for ac_tag -+ -+ -+as_fn_exit 0 -+_ACEOF -+ac_clean_files=$ac_clean_files_save -+ -+test $ac_write_fail = 0 || -+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 -+ -+ -+# configure is writing to config.log, and then calls config.status. -+# config.status does its own redirection, appending to config.log. -+# Unfortunately, on DOS this fails, as config.log is still kept open -+# by configure, so config.status won't be able to write to it; its -+# output is simply discarded. So we exec the FD to /dev/null, -+# effectively closing config.log, so it can be properly (re)opened and -+# appended to by config.status. When coming back to configure, we -+# need to make the FD available again. -+if test "$no_create" != yes; then -+ ac_cs_success=: -+ ac_config_status_args= -+ test "$silent" = yes && -+ ac_config_status_args="$ac_config_status_args --quiet" -+ exec 5>/dev/null -+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false -+ exec 5>>config.log -+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which -+ # would make configure fail if this is the last instruction. -+ $ac_cs_success || as_fn_exit 1 -+fi -+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 -+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} -+fi -+ -+ -+echo -+echo -+echo "*************************************************" -+echo "* Code::Blocks source tree has been configured. *" -+echo "*************************************************" -+echo -+echo "You can now build Code::Blocks by issuing 'make'". -+echo "When the build is complete, become root and install" -+echo "it by issuing 'make install'". -+echo -+echo " CFLAGS: ${CFLAGS}" -+echo " CXXFLAGS: ${CXXFLAGS}" -+echo " CPPFLAGS: ${CPPFLAGS}" -+echo " LDFLAGS: ${LDFLAGS}" -+echo " CXX: ${CXX}" -+echo " CC: ${CC}" -+echo ---- /dev/null -+++ codeblocks-16.01svn11246/depcomp -@@ -0,0 +1,791 @@ -+#! /bin/sh -+# depcomp - compile a program generating dependencies as side-effects -+ -+scriptversion=2013-05-30.07; # UTC -+ -+# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+ -+# This program is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2, or (at your option) -+# any later version. -+ -+# This program 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 General Public License for more details. -+ -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that program. -+ -+# Originally written by Alexandre Oliva . -+ -+case $1 in -+ '') -+ echo "$0: No command. Try '$0 --help' for more information." 1>&2 -+ exit 1; -+ ;; -+ -h | --h*) -+ cat <<\EOF -+Usage: depcomp [--help] [--version] PROGRAM [ARGS] -+ -+Run PROGRAMS ARGS to compile a file, generating dependencies -+as side-effects. -+ -+Environment variables: -+ depmode Dependency tracking mode. -+ source Source file read by 'PROGRAMS ARGS'. -+ object Object file output by 'PROGRAMS ARGS'. -+ DEPDIR directory where to store dependencies. -+ depfile Dependency file to output. -+ tmpdepfile Temporary file to use when outputting dependencies. -+ libtool Whether libtool is used (yes/no). -+ -+Report bugs to . -+EOF -+ exit $? -+ ;; -+ -v | --v*) -+ echo "depcomp $scriptversion" -+ exit $? -+ ;; -+esac -+ -+# Get the directory component of the given path, and save it in the -+# global variables '$dir'. Note that this directory component will -+# be either empty or ending with a '/' character. This is deliberate. -+set_dir_from () -+{ -+ case $1 in -+ */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; -+ *) dir=;; -+ esac -+} -+ -+# Get the suffix-stripped basename of the given path, and save it the -+# global variable '$base'. -+set_base_from () -+{ -+ base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` -+} -+ -+# If no dependency file was actually created by the compiler invocation, -+# we still have to create a dummy depfile, to avoid errors with the -+# Makefile "include basename.Plo" scheme. -+make_dummy_depfile () -+{ -+ echo "#dummy" > "$depfile" -+} -+ -+# Factor out some common post-processing of the generated depfile. -+# Requires the auxiliary global variable '$tmpdepfile' to be set. -+aix_post_process_depfile () -+{ -+ # If the compiler actually managed to produce a dependency file, -+ # post-process it. -+ if test -f "$tmpdepfile"; then -+ # Each line is of the form 'foo.o: dependency.h'. -+ # Do two passes, one to just change these to -+ # $object: dependency.h -+ # and one to simply output -+ # dependency.h: -+ # which is needed to avoid the deleted-header problem. -+ { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" -+ sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" -+ } > "$depfile" -+ rm -f "$tmpdepfile" -+ else -+ make_dummy_depfile -+ fi -+} -+ -+# A tabulation character. -+tab=' ' -+# A newline character. -+nl=' -+' -+# Character ranges might be problematic outside the C locale. -+# These definitions help. -+upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ -+lower=abcdefghijklmnopqrstuvwxyz -+digits=0123456789 -+alpha=${upper}${lower} -+ -+if test -z "$depmode" || test -z "$source" || test -z "$object"; then -+ echo "depcomp: Variables source, object and depmode must be set" 1>&2 -+ exit 1 -+fi -+ -+# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. -+depfile=${depfile-`echo "$object" | -+ sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} -+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} -+ -+rm -f "$tmpdepfile" -+ -+# Avoid interferences from the environment. -+gccflag= dashmflag= -+ -+# Some modes work just like other modes, but use different flags. We -+# parameterize here, but still list the modes in the big case below, -+# to make depend.m4 easier to write. Note that we *cannot* use a case -+# here, because this file can only contain one case statement. -+if test "$depmode" = hp; then -+ # HP compiler uses -M and no extra arg. -+ gccflag=-M -+ depmode=gcc -+fi -+ -+if test "$depmode" = dashXmstdout; then -+ # This is just like dashmstdout with a different argument. -+ dashmflag=-xM -+ depmode=dashmstdout -+fi -+ -+cygpath_u="cygpath -u -f -" -+if test "$depmode" = msvcmsys; then -+ # This is just like msvisualcpp but w/o cygpath translation. -+ # Just convert the backslash-escaped backslashes to single forward -+ # slashes to satisfy depend.m4 -+ cygpath_u='sed s,\\\\,/,g' -+ depmode=msvisualcpp -+fi -+ -+if test "$depmode" = msvc7msys; then -+ # This is just like msvc7 but w/o cygpath translation. -+ # Just convert the backslash-escaped backslashes to single forward -+ # slashes to satisfy depend.m4 -+ cygpath_u='sed s,\\\\,/,g' -+ depmode=msvc7 -+fi -+ -+if test "$depmode" = xlc; then -+ # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. -+ gccflag=-qmakedep=gcc,-MF -+ depmode=gcc -+fi -+ -+case "$depmode" in -+gcc3) -+## gcc 3 implements dependency tracking that does exactly what -+## we want. Yay! Note: for some reason libtool 1.4 doesn't like -+## it if -MD -MP comes after the -MF stuff. Hmm. -+## Unfortunately, FreeBSD c89 acceptance of flags depends upon -+## the command line argument order; so add the flags where they -+## appear in depend2.am. Note that the slowdown incurred here -+## affects only configure: in makefiles, %FASTDEP% shortcuts this. -+ for arg -+ do -+ case $arg in -+ -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; -+ *) set fnord "$@" "$arg" ;; -+ esac -+ shift # fnord -+ shift # $arg -+ done -+ "$@" -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ mv "$tmpdepfile" "$depfile" -+ ;; -+ -+gcc) -+## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. -+## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. -+## (see the conditional assignment to $gccflag above). -+## There are various ways to get dependency output from gcc. Here's -+## why we pick this rather obscure method: -+## - Don't want to use -MD because we'd like the dependencies to end -+## up in a subdir. Having to rename by hand is ugly. -+## (We might end up doing this anyway to support other compilers.) -+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -+## -MM, not -M (despite what the docs say). Also, it might not be -+## supported by the other compilers which use the 'gcc' depmode. -+## - Using -M directly means running the compiler twice (even worse -+## than renaming). -+ if test -z "$gccflag"; then -+ gccflag=-MD, -+ fi -+ "$@" -Wp,"$gccflag$tmpdepfile" -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ rm -f "$depfile" -+ echo "$object : \\" > "$depfile" -+ # The second -e expression handles DOS-style file names with drive -+ # letters. -+ sed -e 's/^[^:]*: / /' \ -+ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" -+## This next piece of magic avoids the "deleted header file" problem. -+## The problem is that when a header file which appears in a .P file -+## is deleted, the dependency causes make to die (because there is -+## typically no way to rebuild the header). We avoid this by adding -+## dummy dependencies for each header file. Too bad gcc doesn't do -+## this for us directly. -+## Some versions of gcc put a space before the ':'. On the theory -+## that the space means something, we add a space to the output as -+## well. hp depmode also adds that space, but also prefixes the VPATH -+## to the object. Take care to not repeat it in the output. -+## Some versions of the HPUX 10.20 sed can't process this invocation -+## correctly. Breaking it into two sed invocations is a workaround. -+ tr ' ' "$nl" < "$tmpdepfile" \ -+ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ -+ | sed -e 's/$/ :/' >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+hp) -+ # This case exists only to let depend.m4 do its work. It works by -+ # looking at the text of this script. This case will never be run, -+ # since it is checked for above. -+ exit 1 -+ ;; -+ -+sgi) -+ if test "$libtool" = yes; then -+ "$@" "-Wp,-MDupdate,$tmpdepfile" -+ else -+ "$@" -MDupdate "$tmpdepfile" -+ fi -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ rm -f "$depfile" -+ -+ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files -+ echo "$object : \\" > "$depfile" -+ # Clip off the initial element (the dependent). Don't try to be -+ # clever and replace this with sed code, as IRIX sed won't handle -+ # lines with more than a fixed number of characters (4096 in -+ # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; -+ # the IRIX cc adds comments like '#:fec' to the end of the -+ # dependency line. -+ tr ' ' "$nl" < "$tmpdepfile" \ -+ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ -+ | tr "$nl" ' ' >> "$depfile" -+ echo >> "$depfile" -+ # The second pass generates a dummy entry for each header file. -+ tr ' ' "$nl" < "$tmpdepfile" \ -+ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ -+ >> "$depfile" -+ else -+ make_dummy_depfile -+ fi -+ rm -f "$tmpdepfile" -+ ;; -+ -+xlc) -+ # This case exists only to let depend.m4 do its work. It works by -+ # looking at the text of this script. This case will never be run, -+ # since it is checked for above. -+ exit 1 -+ ;; -+ -+aix) -+ # The C for AIX Compiler uses -M and outputs the dependencies -+ # in a .u file. In older versions, this file always lives in the -+ # current directory. Also, the AIX compiler puts '$object:' at the -+ # start of each line; $object doesn't have directory information. -+ # Version 6 uses the directory in both cases. -+ set_dir_from "$object" -+ set_base_from "$object" -+ if test "$libtool" = yes; then -+ tmpdepfile1=$dir$base.u -+ tmpdepfile2=$base.u -+ tmpdepfile3=$dir.libs/$base.u -+ "$@" -Wc,-M -+ else -+ tmpdepfile1=$dir$base.u -+ tmpdepfile2=$dir$base.u -+ tmpdepfile3=$dir$base.u -+ "$@" -M -+ fi -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" -+ exit $stat -+ fi -+ -+ for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" -+ do -+ test -f "$tmpdepfile" && break -+ done -+ aix_post_process_depfile -+ ;; -+ -+tcc) -+ # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 -+ # FIXME: That version still under development at the moment of writing. -+ # Make that this statement remains true also for stable, released -+ # versions. -+ # It will wrap lines (doesn't matter whether long or short) with a -+ # trailing '\', as in: -+ # -+ # foo.o : \ -+ # foo.c \ -+ # foo.h \ -+ # -+ # It will put a trailing '\' even on the last line, and will use leading -+ # spaces rather than leading tabs (at least since its commit 0394caf7 -+ # "Emit spaces for -MD"). -+ "$@" -MD -MF "$tmpdepfile" -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ rm -f "$depfile" -+ # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. -+ # We have to change lines of the first kind to '$object: \'. -+ sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" -+ # And for each line of the second kind, we have to emit a 'dep.h:' -+ # dummy dependency, to avoid the deleted-header problem. -+ sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+## The order of this option in the case statement is important, since the -+## shell code in configure will try each of these formats in the order -+## listed in this file. A plain '-MD' option would be understood by many -+## compilers, so we must ensure this comes after the gcc and icc options. -+pgcc) -+ # Portland's C compiler understands '-MD'. -+ # Will always output deps to 'file.d' where file is the root name of the -+ # source file under compilation, even if file resides in a subdirectory. -+ # The object file name does not affect the name of the '.d' file. -+ # pgcc 10.2 will output -+ # foo.o: sub/foo.c sub/foo.h -+ # and will wrap long lines using '\' : -+ # foo.o: sub/foo.c ... \ -+ # sub/foo.h ... \ -+ # ... -+ set_dir_from "$object" -+ # Use the source, not the object, to determine the base name, since -+ # that's sadly what pgcc will do too. -+ set_base_from "$source" -+ tmpdepfile=$base.d -+ -+ # For projects that build the same source file twice into different object -+ # files, the pgcc approach of using the *source* file root name can cause -+ # problems in parallel builds. Use a locking strategy to avoid stomping on -+ # the same $tmpdepfile. -+ lockdir=$base.d-lock -+ trap " -+ echo '$0: caught signal, cleaning up...' >&2 -+ rmdir '$lockdir' -+ exit 1 -+ " 1 2 13 15 -+ numtries=100 -+ i=$numtries -+ while test $i -gt 0; do -+ # mkdir is a portable test-and-set. -+ if mkdir "$lockdir" 2>/dev/null; then -+ # This process acquired the lock. -+ "$@" -MD -+ stat=$? -+ # Release the lock. -+ rmdir "$lockdir" -+ break -+ else -+ # If the lock is being held by a different process, wait -+ # until the winning process is done or we timeout. -+ while test -d "$lockdir" && test $i -gt 0; do -+ sleep 1 -+ i=`expr $i - 1` -+ done -+ fi -+ i=`expr $i - 1` -+ done -+ trap - 1 2 13 15 -+ if test $i -le 0; then -+ echo "$0: failed to acquire lock after $numtries attempts" >&2 -+ echo "$0: check lockdir '$lockdir'" >&2 -+ exit 1 -+ fi -+ -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ rm -f "$depfile" -+ # Each line is of the form `foo.o: dependent.h', -+ # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. -+ # Do two passes, one to just change these to -+ # `$object: dependent.h' and one to simply `dependent.h:'. -+ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" -+ # Some versions of the HPUX 10.20 sed can't process this invocation -+ # correctly. Breaking it into two sed invocations is a workaround. -+ sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ -+ | sed -e 's/$/ :/' >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+hp2) -+ # The "hp" stanza above does not work with aCC (C++) and HP's ia64 -+ # compilers, which have integrated preprocessors. The correct option -+ # to use with these is +Maked; it writes dependencies to a file named -+ # 'foo.d', which lands next to the object file, wherever that -+ # happens to be. -+ # Much of this is similar to the tru64 case; see comments there. -+ set_dir_from "$object" -+ set_base_from "$object" -+ if test "$libtool" = yes; then -+ tmpdepfile1=$dir$base.d -+ tmpdepfile2=$dir.libs/$base.d -+ "$@" -Wc,+Maked -+ else -+ tmpdepfile1=$dir$base.d -+ tmpdepfile2=$dir$base.d -+ "$@" +Maked -+ fi -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile1" "$tmpdepfile2" -+ exit $stat -+ fi -+ -+ for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" -+ do -+ test -f "$tmpdepfile" && break -+ done -+ if test -f "$tmpdepfile"; then -+ sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" -+ # Add 'dependent.h:' lines. -+ sed -ne '2,${ -+ s/^ *// -+ s/ \\*$// -+ s/$/:/ -+ p -+ }' "$tmpdepfile" >> "$depfile" -+ else -+ make_dummy_depfile -+ fi -+ rm -f "$tmpdepfile" "$tmpdepfile2" -+ ;; -+ -+tru64) -+ # The Tru64 compiler uses -MD to generate dependencies as a side -+ # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. -+ # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put -+ # dependencies in 'foo.d' instead, so we check for that too. -+ # Subdirectories are respected. -+ set_dir_from "$object" -+ set_base_from "$object" -+ -+ if test "$libtool" = yes; then -+ # Libtool generates 2 separate objects for the 2 libraries. These -+ # two compilations output dependencies in $dir.libs/$base.o.d and -+ # in $dir$base.o.d. We have to check for both files, because -+ # one of the two compilations can be disabled. We should prefer -+ # $dir$base.o.d over $dir.libs/$base.o.d because the latter is -+ # automatically cleaned when .libs/ is deleted, while ignoring -+ # the former would cause a distcleancheck panic. -+ tmpdepfile1=$dir$base.o.d # libtool 1.5 -+ tmpdepfile2=$dir.libs/$base.o.d # Likewise. -+ tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 -+ "$@" -Wc,-MD -+ else -+ tmpdepfile1=$dir$base.d -+ tmpdepfile2=$dir$base.d -+ tmpdepfile3=$dir$base.d -+ "$@" -MD -+ fi -+ -+ stat=$? -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" -+ exit $stat -+ fi -+ -+ for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" -+ do -+ test -f "$tmpdepfile" && break -+ done -+ # Same post-processing that is required for AIX mode. -+ aix_post_process_depfile -+ ;; -+ -+msvc7) -+ if test "$libtool" = yes; then -+ showIncludes=-Wc,-showIncludes -+ else -+ showIncludes=-showIncludes -+ fi -+ "$@" $showIncludes > "$tmpdepfile" -+ stat=$? -+ grep -v '^Note: including file: ' "$tmpdepfile" -+ if test $stat -ne 0; then -+ rm -f "$tmpdepfile" -+ exit $stat -+ fi -+ rm -f "$depfile" -+ echo "$object : \\" > "$depfile" -+ # The first sed program below extracts the file names and escapes -+ # backslashes for cygpath. The second sed program outputs the file -+ # name when reading, but also accumulates all include files in the -+ # hold buffer in order to output them again at the end. This only -+ # works with sed implementations that can handle large buffers. -+ sed < "$tmpdepfile" -n ' -+/^Note: including file: *\(.*\)/ { -+ s//\1/ -+ s/\\/\\\\/g -+ p -+}' | $cygpath_u | sort -u | sed -n ' -+s/ /\\ /g -+s/\(.*\)/'"$tab"'\1 \\/p -+s/.\(.*\) \\/\1:/ -+H -+$ { -+ s/.*/'"$tab"'/ -+ G -+ p -+}' >> "$depfile" -+ echo >> "$depfile" # make sure the fragment doesn't end with a backslash -+ rm -f "$tmpdepfile" -+ ;; -+ -+msvc7msys) -+ # This case exists only to let depend.m4 do its work. It works by -+ # looking at the text of this script. This case will never be run, -+ # since it is checked for above. -+ exit 1 -+ ;; -+ -+#nosideeffect) -+ # This comment above is used by automake to tell side-effect -+ # dependency tracking mechanisms from slower ones. -+ -+dashmstdout) -+ # Important note: in order to support this mode, a compiler *must* -+ # always write the preprocessed file to stdout, regardless of -o. -+ "$@" || exit $? -+ -+ # Remove the call to Libtool. -+ if test "$libtool" = yes; then -+ while test "X$1" != 'X--mode=compile'; do -+ shift -+ done -+ shift -+ fi -+ -+ # Remove '-o $object'. -+ IFS=" " -+ for arg -+ do -+ case $arg in -+ -o) -+ shift -+ ;; -+ $object) -+ shift -+ ;; -+ *) -+ set fnord "$@" "$arg" -+ shift # fnord -+ shift # $arg -+ ;; -+ esac -+ done -+ -+ test -z "$dashmflag" && dashmflag=-M -+ # Require at least two characters before searching for ':' -+ # in the target name. This is to cope with DOS-style filenames: -+ # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. -+ "$@" $dashmflag | -+ sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" -+ rm -f "$depfile" -+ cat < "$tmpdepfile" > "$depfile" -+ # Some versions of the HPUX 10.20 sed can't process this sed invocation -+ # correctly. Breaking it into two sed invocations is a workaround. -+ tr ' ' "$nl" < "$tmpdepfile" \ -+ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ -+ | sed -e 's/$/ :/' >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+dashXmstdout) -+ # This case only exists to satisfy depend.m4. It is never actually -+ # run, as this mode is specially recognized in the preamble. -+ exit 1 -+ ;; -+ -+makedepend) -+ "$@" || exit $? -+ # Remove any Libtool call -+ if test "$libtool" = yes; then -+ while test "X$1" != 'X--mode=compile'; do -+ shift -+ done -+ shift -+ fi -+ # X makedepend -+ shift -+ cleared=no eat=no -+ for arg -+ do -+ case $cleared in -+ no) -+ set ""; shift -+ cleared=yes ;; -+ esac -+ if test $eat = yes; then -+ eat=no -+ continue -+ fi -+ case "$arg" in -+ -D*|-I*) -+ set fnord "$@" "$arg"; shift ;; -+ # Strip any option that makedepend may not understand. Remove -+ # the object too, otherwise makedepend will parse it as a source file. -+ -arch) -+ eat=yes ;; -+ -*|$object) -+ ;; -+ *) -+ set fnord "$@" "$arg"; shift ;; -+ esac -+ done -+ obj_suffix=`echo "$object" | sed 's/^.*\././'` -+ touch "$tmpdepfile" -+ ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" -+ rm -f "$depfile" -+ # makedepend may prepend the VPATH from the source file name to the object. -+ # No need to regex-escape $object, excess matching of '.' is harmless. -+ sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" -+ # Some versions of the HPUX 10.20 sed can't process the last invocation -+ # correctly. Breaking it into two sed invocations is a workaround. -+ sed '1,2d' "$tmpdepfile" \ -+ | tr ' ' "$nl" \ -+ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ -+ | sed -e 's/$/ :/' >> "$depfile" -+ rm -f "$tmpdepfile" "$tmpdepfile".bak -+ ;; -+ -+cpp) -+ # Important note: in order to support this mode, a compiler *must* -+ # always write the preprocessed file to stdout. -+ "$@" || exit $? -+ -+ # Remove the call to Libtool. -+ if test "$libtool" = yes; then -+ while test "X$1" != 'X--mode=compile'; do -+ shift -+ done -+ shift -+ fi -+ -+ # Remove '-o $object'. -+ IFS=" " -+ for arg -+ do -+ case $arg in -+ -o) -+ shift -+ ;; -+ $object) -+ shift -+ ;; -+ *) -+ set fnord "$@" "$arg" -+ shift # fnord -+ shift # $arg -+ ;; -+ esac -+ done -+ -+ "$@" -E \ -+ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -+ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -+ | sed '$ s: \\$::' > "$tmpdepfile" -+ rm -f "$depfile" -+ echo "$object : \\" > "$depfile" -+ cat < "$tmpdepfile" >> "$depfile" -+ sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+msvisualcpp) -+ # Important note: in order to support this mode, a compiler *must* -+ # always write the preprocessed file to stdout. -+ "$@" || exit $? -+ -+ # Remove the call to Libtool. -+ if test "$libtool" = yes; then -+ while test "X$1" != 'X--mode=compile'; do -+ shift -+ done -+ shift -+ fi -+ -+ IFS=" " -+ for arg -+ do -+ case "$arg" in -+ -o) -+ shift -+ ;; -+ $object) -+ shift -+ ;; -+ "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") -+ set fnord "$@" -+ shift -+ shift -+ ;; -+ *) -+ set fnord "$@" "$arg" -+ shift -+ shift -+ ;; -+ esac -+ done -+ "$@" -E 2>/dev/null | -+ sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" -+ rm -f "$depfile" -+ echo "$object : \\" > "$depfile" -+ sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" -+ echo "$tab" >> "$depfile" -+ sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" -+ rm -f "$tmpdepfile" -+ ;; -+ -+msvcmsys) -+ # This case exists only to let depend.m4 do its work. It works by -+ # looking at the text of this script. This case will never be run, -+ # since it is checked for above. -+ exit 1 -+ ;; -+ -+none) -+ exec "$@" -+ ;; -+ -+*) -+ echo "Unknown depmode $depmode" 1>&2 -+ exit 1 -+ ;; -+esac -+ -+exit 0 -+ -+# Local Variables: -+# mode: shell-script -+# sh-indentation: 2 -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "scriptversion=" -+# time-stamp-format: "%:y-%02m-%02d.%02H" -+# time-stamp-time-zone: "UTC" -+# time-stamp-end: "; # UTC" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/install-sh -@@ -0,0 +1,508 @@ -+#!/bin/sh -+# install - install a program, script, or datafile -+ -+scriptversion=2014-09-12.12; # UTC -+ -+# This originates from X11R5 (mit/util/scripts/install.sh), which was -+# later released in X11R6 (xc/config/util/install.sh) with the -+# following copyright and license. -+# -+# Copyright (C) 1994 X Consortium -+# -+# Permission is hereby granted, free of charge, to any person obtaining a copy -+# of this software and associated documentation files (the "Software"), to -+# deal in the Software without restriction, including without limitation the -+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -+# sell copies of the Software, and to permit persons to whom the Software is -+# furnished to do so, subject to the following conditions: -+# -+# The above copyright notice and this permission notice shall be included in -+# all copies or substantial portions of the Software. -+# -+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+# -+# Except as contained in this notice, the name of the X Consortium shall not -+# be used in advertising or otherwise to promote the sale, use or other deal- -+# ings in this Software without prior written authorization from the X Consor- -+# tium. -+# -+# -+# FSF changes to this file are in the public domain. -+# -+# Calling this script install-sh is preferred over install.sh, to prevent -+# 'make' implicit rules from creating a file called install from it -+# when there is no Makefile. -+# -+# This script is compatible with the BSD install script, but was written -+# from scratch. -+ -+tab=' ' -+nl=' -+' -+IFS=" $tab$nl" -+ -+# Set DOITPROG to "echo" to test this script. -+ -+doit=${DOITPROG-} -+doit_exec=${doit:-exec} -+ -+# Put in absolute file names if you don't have them in your path; -+# or use environment vars. -+ -+chgrpprog=${CHGRPPROG-chgrp} -+chmodprog=${CHMODPROG-chmod} -+chownprog=${CHOWNPROG-chown} -+cmpprog=${CMPPROG-cmp} -+cpprog=${CPPROG-cp} -+mkdirprog=${MKDIRPROG-mkdir} -+mvprog=${MVPROG-mv} -+rmprog=${RMPROG-rm} -+stripprog=${STRIPPROG-strip} -+ -+posix_mkdir= -+ -+# Desired mode of installed file. -+mode=0755 -+ -+chgrpcmd= -+chmodcmd=$chmodprog -+chowncmd= -+mvcmd=$mvprog -+rmcmd="$rmprog -f" -+stripcmd= -+ -+src= -+dst= -+dir_arg= -+dst_arg= -+ -+copy_on_change=false -+is_target_a_directory=possibly -+ -+usage="\ -+Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE -+ or: $0 [OPTION]... SRCFILES... DIRECTORY -+ or: $0 [OPTION]... -t DIRECTORY SRCFILES... -+ or: $0 [OPTION]... -d DIRECTORIES... -+ -+In the 1st form, copy SRCFILE to DSTFILE. -+In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. -+In the 4th, create DIRECTORIES. -+ -+Options: -+ --help display this help and exit. -+ --version display version info and exit. -+ -+ -c (ignored) -+ -C install only if different (preserve the last data modification time) -+ -d create directories instead of installing files. -+ -g GROUP $chgrpprog installed files to GROUP. -+ -m MODE $chmodprog installed files to MODE. -+ -o USER $chownprog installed files to USER. -+ -s $stripprog installed files. -+ -t DIRECTORY install into DIRECTORY. -+ -T report an error if DSTFILE is a directory. -+ -+Environment variables override the default commands: -+ CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG -+ RMPROG STRIPPROG -+" -+ -+while test $# -ne 0; do -+ case $1 in -+ -c) ;; -+ -+ -C) copy_on_change=true;; -+ -+ -d) dir_arg=true;; -+ -+ -g) chgrpcmd="$chgrpprog $2" -+ shift;; -+ -+ --help) echo "$usage"; exit $?;; -+ -+ -m) mode=$2 -+ case $mode in -+ *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) -+ echo "$0: invalid mode: $mode" >&2 -+ exit 1;; -+ esac -+ shift;; -+ -+ -o) chowncmd="$chownprog $2" -+ shift;; -+ -+ -s) stripcmd=$stripprog;; -+ -+ -t) -+ is_target_a_directory=always -+ dst_arg=$2 -+ # Protect names problematic for 'test' and other utilities. -+ case $dst_arg in -+ -* | [=\(\)!]) dst_arg=./$dst_arg;; -+ esac -+ shift;; -+ -+ -T) is_target_a_directory=never;; -+ -+ --version) echo "$0 $scriptversion"; exit $?;; -+ -+ --) shift -+ break;; -+ -+ -*) echo "$0: invalid option: $1" >&2 -+ exit 1;; -+ -+ *) break;; -+ esac -+ shift -+done -+ -+# We allow the use of options -d and -T together, by making -d -+# take the precedence; this is for compatibility with GNU install. -+ -+if test -n "$dir_arg"; then -+ if test -n "$dst_arg"; then -+ echo "$0: target directory not allowed when installing a directory." >&2 -+ exit 1 -+ fi -+fi -+ -+if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then -+ # When -d is used, all remaining arguments are directories to create. -+ # When -t is used, the destination is already specified. -+ # Otherwise, the last argument is the destination. Remove it from $@. -+ for arg -+ do -+ if test -n "$dst_arg"; then -+ # $@ is not empty: it contains at least $arg. -+ set fnord "$@" "$dst_arg" -+ shift # fnord -+ fi -+ shift # arg -+ dst_arg=$arg -+ # Protect names problematic for 'test' and other utilities. -+ case $dst_arg in -+ -* | [=\(\)!]) dst_arg=./$dst_arg;; -+ esac -+ done -+fi -+ -+if test $# -eq 0; then -+ if test -z "$dir_arg"; then -+ echo "$0: no input file specified." >&2 -+ exit 1 -+ fi -+ # It's OK to call 'install-sh -d' without argument. -+ # This can happen when creating conditional directories. -+ exit 0 -+fi -+ -+if test -z "$dir_arg"; then -+ if test $# -gt 1 || test "$is_target_a_directory" = always; then -+ if test ! -d "$dst_arg"; then -+ echo "$0: $dst_arg: Is not a directory." >&2 -+ exit 1 -+ fi -+ fi -+fi -+ -+if test -z "$dir_arg"; then -+ do_exit='(exit $ret); exit $ret' -+ trap "ret=129; $do_exit" 1 -+ trap "ret=130; $do_exit" 2 -+ trap "ret=141; $do_exit" 13 -+ trap "ret=143; $do_exit" 15 -+ -+ # Set umask so as not to create temps with too-generous modes. -+ # However, 'strip' requires both read and write access to temps. -+ case $mode in -+ # Optimize common cases. -+ *644) cp_umask=133;; -+ *755) cp_umask=22;; -+ -+ *[0-7]) -+ if test -z "$stripcmd"; then -+ u_plus_rw= -+ else -+ u_plus_rw='% 200' -+ fi -+ cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; -+ *) -+ if test -z "$stripcmd"; then -+ u_plus_rw= -+ else -+ u_plus_rw=,u+rw -+ fi -+ cp_umask=$mode$u_plus_rw;; -+ esac -+fi -+ -+for src -+do -+ # Protect names problematic for 'test' and other utilities. -+ case $src in -+ -* | [=\(\)!]) src=./$src;; -+ esac -+ -+ if test -n "$dir_arg"; then -+ dst=$src -+ dstdir=$dst -+ test -d "$dstdir" -+ dstdir_status=$? -+ else -+ -+ # Waiting for this to be detected by the "$cpprog $src $dsttmp" command -+ # might cause directories to be created, which would be especially bad -+ # if $src (and thus $dsttmp) contains '*'. -+ if test ! -f "$src" && test ! -d "$src"; then -+ echo "$0: $src does not exist." >&2 -+ exit 1 -+ fi -+ -+ if test -z "$dst_arg"; then -+ echo "$0: no destination specified." >&2 -+ exit 1 -+ fi -+ dst=$dst_arg -+ -+ # If destination is a directory, append the input filename; won't work -+ # if double slashes aren't ignored. -+ if test -d "$dst"; then -+ if test "$is_target_a_directory" = never; then -+ echo "$0: $dst_arg: Is a directory" >&2 -+ exit 1 -+ fi -+ dstdir=$dst -+ dst=$dstdir/`basename "$src"` -+ dstdir_status=0 -+ else -+ dstdir=`dirname "$dst"` -+ test -d "$dstdir" -+ dstdir_status=$? -+ fi -+ fi -+ -+ obsolete_mkdir_used=false -+ -+ if test $dstdir_status != 0; then -+ case $posix_mkdir in -+ '') -+ # Create intermediate dirs using mode 755 as modified by the umask. -+ # This is like FreeBSD 'install' as of 1997-10-28. -+ umask=`umask` -+ case $stripcmd.$umask in -+ # Optimize common cases. -+ *[2367][2367]) mkdir_umask=$umask;; -+ .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; -+ -+ *[0-7]) -+ mkdir_umask=`expr $umask + 22 \ -+ - $umask % 100 % 40 + $umask % 20 \ -+ - $umask % 10 % 4 + $umask % 2 -+ `;; -+ *) mkdir_umask=$umask,go-w;; -+ esac -+ -+ # With -d, create the new directory with the user-specified mode. -+ # Otherwise, rely on $mkdir_umask. -+ if test -n "$dir_arg"; then -+ mkdir_mode=-m$mode -+ else -+ mkdir_mode= -+ fi -+ -+ posix_mkdir=false -+ case $umask in -+ *[123567][0-7][0-7]) -+ # POSIX mkdir -p sets u+wx bits regardless of umask, which -+ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. -+ ;; -+ *) -+ # $RANDOM is not portable (e.g. dash); use it when possible to -+ # lower collision chance -+ tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ -+ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 -+ -+ # As "mkdir -p" follows symlinks and we work in /tmp possibly; so -+ # create the $tmpdir first (and fail if unsuccessful) to make sure -+ # that nobody tries to guess the $tmpdir name. -+ if (umask $mkdir_umask && -+ $mkdirprog $mkdir_mode "$tmpdir" && -+ exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 -+ then -+ if test -z "$dir_arg" || { -+ # Check for POSIX incompatibilities with -m. -+ # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or -+ # other-writable bit of parent directory when it shouldn't. -+ # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. -+ test_tmpdir="$tmpdir/a" -+ ls_ld_tmpdir=`ls -ld "$test_tmpdir"` -+ case $ls_ld_tmpdir in -+ d????-?r-*) different_mode=700;; -+ d????-?--*) different_mode=755;; -+ *) false;; -+ esac && -+ $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { -+ ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` -+ test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" -+ } -+ } -+ then posix_mkdir=: -+ fi -+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" -+ else -+ # Remove any dirs left behind by ancient mkdir implementations. -+ rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null -+ fi -+ trap '' 0;; -+ esac;; -+ esac -+ -+ if -+ $posix_mkdir && ( -+ umask $mkdir_umask && -+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" -+ ) -+ then : -+ else -+ -+ # The umask is ridiculous, or mkdir does not conform to POSIX, -+ # or it failed possibly due to a race condition. Create the -+ # directory the slow way, step by step, checking for races as we go. -+ -+ case $dstdir in -+ /*) prefix='/';; -+ [-=\(\)!]*) prefix='./';; -+ *) prefix='';; -+ esac -+ -+ oIFS=$IFS -+ IFS=/ -+ set -f -+ set fnord $dstdir -+ shift -+ set +f -+ IFS=$oIFS -+ -+ prefixes= -+ -+ for d -+ do -+ test X"$d" = X && continue -+ -+ prefix=$prefix$d -+ if test -d "$prefix"; then -+ prefixes= -+ else -+ if $posix_mkdir; then -+ (umask=$mkdir_umask && -+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break -+ # Don't fail if two instances are running concurrently. -+ test -d "$prefix" || exit 1 -+ else -+ case $prefix in -+ *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; -+ *) qprefix=$prefix;; -+ esac -+ prefixes="$prefixes '$qprefix'" -+ fi -+ fi -+ prefix=$prefix/ -+ done -+ -+ if test -n "$prefixes"; then -+ # Don't fail if two instances are running concurrently. -+ (umask $mkdir_umask && -+ eval "\$doit_exec \$mkdirprog $prefixes") || -+ test -d "$dstdir" || exit 1 -+ obsolete_mkdir_used=true -+ fi -+ fi -+ fi -+ -+ if test -n "$dir_arg"; then -+ { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && -+ { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && -+ { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || -+ test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 -+ else -+ -+ # Make a couple of temp file names in the proper directory. -+ dsttmp=$dstdir/_inst.$$_ -+ rmtmp=$dstdir/_rm.$$_ -+ -+ # Trap to clean up those temp files at exit. -+ trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 -+ -+ # Copy the file name to the temp name. -+ (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && -+ -+ # and set any options; do chmod last to preserve setuid bits. -+ # -+ # If any of these fail, we abort the whole thing. If we want to -+ # ignore errors from any of these, just make sure not to ignore -+ # errors from the above "$doit $cpprog $src $dsttmp" command. -+ # -+ { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && -+ { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && -+ { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && -+ { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && -+ -+ # If -C, don't bother to copy if it wouldn't change the file. -+ if $copy_on_change && -+ old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && -+ new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && -+ set -f && -+ set X $old && old=:$2:$4:$5:$6 && -+ set X $new && new=:$2:$4:$5:$6 && -+ set +f && -+ test "$old" = "$new" && -+ $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 -+ then -+ rm -f "$dsttmp" -+ else -+ # Rename the file to the real destination. -+ $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || -+ -+ # The rename failed, perhaps because mv can't rename something else -+ # to itself, or perhaps because mv is so ancient that it does not -+ # support -f. -+ { -+ # Now remove or move aside any old file at destination location. -+ # We try this two ways since rm can't unlink itself on some -+ # systems and the destination file might be busy for other -+ # reasons. In this case, the final cleanup might fail but the new -+ # file should still install successfully. -+ { -+ test ! -f "$dst" || -+ $doit $rmcmd -f "$dst" 2>/dev/null || -+ { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && -+ { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } -+ } || -+ { echo "$0: cannot unlink or rename $dst" >&2 -+ (exit 1); exit 1 -+ } -+ } && -+ -+ # Now rename the file to the real destination. -+ $doit $mvcmd "$dsttmp" "$dst" -+ } -+ fi || exit 1 -+ -+ trap '' 0 -+ fi -+done -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "scriptversion=" -+# time-stamp-format: "%:y-%02m-%02d.%02H" -+# time-stamp-time-zone: "UTC" -+# time-stamp-end: "; # UTC" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/ltmain.sh -@@ -0,0 +1,11156 @@ -+#! /bin/sh -+## DO NOT EDIT - This file generated from ./build-aux/ltmain.in -+## by inline-source v2014-01-03.01 -+ -+# libtool (GNU libtool) 2.4.6 -+# Provide generalized library-building support services. -+# Written by Gordon Matzigkeit , 1996 -+ -+# Copyright (C) 1996-2015 Free Software Foundation, Inc. -+# This is free software; see the source for copying conditions. There is NO -+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+# GNU Libtool is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2 of the License, or -+# (at your option) any later version. -+# -+# As a special exception to the GNU General Public License, -+# if you distribute this file as part of a program or library that -+# is built using GNU Libtool, you may include this file under the -+# same distribution terms that you use for the rest of that program. -+# -+# GNU Libtool 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 -+# General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+ -+PROGRAM=libtool -+PACKAGE=libtool -+VERSION="2.4.6 Debian-2.4.6-0.1" -+package_revision=2.4.6 -+ -+ -+## ------ ## -+## Usage. ## -+## ------ ## -+ -+# Run './libtool --help' for help with using this script from the -+# command line. -+ -+ -+## ------------------------------- ## -+## User overridable command paths. ## -+## ------------------------------- ## -+ -+# After configure completes, it has a better idea of some of the -+# shell tools we need than the defaults used by the functions shared -+# with bootstrap, so set those here where they can still be over- -+# ridden by the user, but otherwise take precedence. -+ -+: ${AUTOCONF="autoconf"} -+: ${AUTOMAKE="automake"} -+ -+ -+## -------------------------- ## -+## Source external libraries. ## -+## -------------------------- ## -+ -+# Much of our low-level functionality needs to be sourced from external -+# libraries, which are installed to $pkgauxdir. -+ -+# Set a version string for this script. -+scriptversion=2015-01-20.17; # UTC -+ -+# General shell script boiler plate, and helper functions. -+# Written by Gary V. Vaughan, 2004 -+ -+# Copyright (C) 2004-2015 Free Software Foundation, Inc. -+# This is free software; see the source for copying conditions. There is NO -+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+# This program is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 3 of the License, or -+# (at your option) any later version. -+ -+# As a special exception to the GNU General Public License, if you distribute -+# this file as part of a program or library that is built using GNU Libtool, -+# you may include this file under the same distribution terms that you use -+# for the rest of that program. -+ -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU -+# General Public License for more details. -+ -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+# Please report bugs or propose patches to gary@gnu.org. -+ -+ -+## ------ ## -+## Usage. ## -+## ------ ## -+ -+# Evaluate this file near the top of your script to gain access to -+# the functions and variables defined here: -+# -+# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh -+# -+# If you need to override any of the default environment variable -+# settings, do that before evaluating this file. -+ -+ -+## -------------------- ## -+## Shell normalisation. ## -+## -------------------- ## -+ -+# Some shells need a little help to be as Bourne compatible as possible. -+# Before doing anything else, make sure all that help has been provided! -+ -+DUALCASE=1; export DUALCASE # for MKS sh -+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : -+ emulate sh -+ NULLCMD=: -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which -+ # is contrary to our usage. Disable this feature. -+ alias -g '${1+"$@"}'='"$@"' -+ setopt NO_GLOB_SUBST -+else -+ case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac -+fi -+ -+# NLS nuisances: We save the old values in case they are required later. -+_G_user_locale= -+_G_safe_locale= -+for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES -+do -+ eval "if test set = \"\${$_G_var+set}\"; then -+ save_$_G_var=\$$_G_var -+ $_G_var=C -+ export $_G_var -+ _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" -+ _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" -+ fi" -+done -+ -+# CDPATH. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+# Make sure IFS has a sensible default -+sp=' ' -+nl=' -+' -+IFS="$sp $nl" -+ -+# There are apparently some retarded systems that use ';' as a PATH separator! -+if test "${PATH_SEPARATOR+set}" != set; then -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } -+fi -+ -+ -+ -+## ------------------------- ## -+## Locate command utilities. ## -+## ------------------------- ## -+ -+ -+# func_executable_p FILE -+# ---------------------- -+# Check that FILE is an executable regular file. -+func_executable_p () -+{ -+ test -f "$1" && test -x "$1" -+} -+ -+ -+# func_path_progs PROGS_LIST CHECK_FUNC [PATH] -+# -------------------------------------------- -+# Search for either a program that responds to --version with output -+# containing "GNU", or else returned by CHECK_FUNC otherwise, by -+# trying all the directories in PATH with each of the elements of -+# PROGS_LIST. -+# -+# CHECK_FUNC should accept the path to a candidate program, and -+# set $func_check_prog_result if it truncates its output less than -+# $_G_path_prog_max characters. -+func_path_progs () -+{ -+ _G_progs_list=$1 -+ _G_check_func=$2 -+ _G_PATH=${3-"$PATH"} -+ -+ _G_path_prog_max=0 -+ _G_path_prog_found=false -+ _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} -+ for _G_dir in $_G_PATH; do -+ IFS=$_G_save_IFS -+ test -z "$_G_dir" && _G_dir=. -+ for _G_prog_name in $_G_progs_list; do -+ for _exeext in '' .EXE; do -+ _G_path_prog=$_G_dir/$_G_prog_name$_exeext -+ func_executable_p "$_G_path_prog" || continue -+ case `"$_G_path_prog" --version 2>&1` in -+ *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; -+ *) $_G_check_func $_G_path_prog -+ func_path_progs_result=$func_check_prog_result -+ ;; -+ esac -+ $_G_path_prog_found && break 3 -+ done -+ done -+ done -+ IFS=$_G_save_IFS -+ test -z "$func_path_progs_result" && { -+ echo "no acceptable sed could be found in \$PATH" >&2 -+ exit 1 -+ } -+} -+ -+ -+# We want to be able to use the functions in this file before configure -+# has figured out where the best binaries are kept, which means we have -+# to search for them ourselves - except when the results are already set -+# where we skip the searches. -+ -+# Unless the user overrides by setting SED, search the path for either GNU -+# sed, or the sed that truncates its output the least. -+test -z "$SED" && { -+ _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ -+ for _G_i in 1 2 3 4 5 6 7; do -+ _G_sed_script=$_G_sed_script$nl$_G_sed_script -+ done -+ echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed -+ _G_sed_script= -+ -+ func_check_prog_sed () -+ { -+ _G_path_prog=$1 -+ -+ _G_count=0 -+ printf 0123456789 >conftest.in -+ while : -+ do -+ cat conftest.in conftest.in >conftest.tmp -+ mv conftest.tmp conftest.in -+ cp conftest.in conftest.nl -+ echo '' >> conftest.nl -+ "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break -+ diff conftest.out conftest.nl >/dev/null 2>&1 || break -+ _G_count=`expr $_G_count + 1` -+ if test "$_G_count" -gt "$_G_path_prog_max"; then -+ # Best one so far, save it but keep looking for a better one -+ func_check_prog_result=$_G_path_prog -+ _G_path_prog_max=$_G_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test 10 -lt "$_G_count" && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out -+ } -+ -+ func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin -+ rm -f conftest.sed -+ SED=$func_path_progs_result -+} -+ -+ -+# Unless the user overrides by setting GREP, search the path for either GNU -+# grep, or the grep that truncates its output the least. -+test -z "$GREP" && { -+ func_check_prog_grep () -+ { -+ _G_path_prog=$1 -+ -+ _G_count=0 -+ _G_path_prog_max=0 -+ printf 0123456789 >conftest.in -+ while : -+ do -+ cat conftest.in conftest.in >conftest.tmp -+ mv conftest.tmp conftest.in -+ cp conftest.in conftest.nl -+ echo 'GREP' >> conftest.nl -+ "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break -+ diff conftest.out conftest.nl >/dev/null 2>&1 || break -+ _G_count=`expr $_G_count + 1` -+ if test "$_G_count" -gt "$_G_path_prog_max"; then -+ # Best one so far, save it but keep looking for a better one -+ func_check_prog_result=$_G_path_prog -+ _G_path_prog_max=$_G_count -+ fi -+ # 10*(2^10) chars as input seems more than enough -+ test 10 -lt "$_G_count" && break -+ done -+ rm -f conftest.in conftest.tmp conftest.nl conftest.out -+ } -+ -+ func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin -+ GREP=$func_path_progs_result -+} -+ -+ -+## ------------------------------- ## -+## User overridable command paths. ## -+## ------------------------------- ## -+ -+# All uppercase variable names are used for environment variables. These -+# variables can be overridden by the user before calling a script that -+# uses them if a suitable command of that name is not already available -+# in the command search PATH. -+ -+: ${CP="cp -f"} -+: ${ECHO="printf %s\n"} -+: ${EGREP="$GREP -E"} -+: ${FGREP="$GREP -F"} -+: ${LN_S="ln -s"} -+: ${MAKE="make"} -+: ${MKDIR="mkdir"} -+: ${MV="mv -f"} -+: ${RM="rm -f"} -+: ${SHELL="${CONFIG_SHELL-/bin/sh}"} -+ -+ -+## -------------------- ## -+## Useful sed snippets. ## -+## -------------------- ## -+ -+sed_dirname='s|/[^/]*$||' -+sed_basename='s|^.*/||' -+ -+# Sed substitution that helps us do robust quoting. It backslashifies -+# metacharacters that are still active within double-quoted strings. -+sed_quote_subst='s|\([`"$\\]\)|\\\1|g' -+ -+# Same as above, but do not quote variable references. -+sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' -+ -+# Sed substitution that turns a string into a regex matching for the -+# string literally. -+sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' -+ -+# Sed substitution that converts a w32 file name or path -+# that contains forward slashes, into one that contains -+# (escaped) backslashes. A very naive implementation. -+sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' -+ -+# Re-'\' parameter expansions in output of sed_double_quote_subst that -+# were '\'-ed in input to the same. If an odd number of '\' preceded a -+# '$' in input to sed_double_quote_subst, that '$' was protected from -+# expansion. Since each input '\' is now two '\'s, look for any number -+# of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. -+_G_bs='\\' -+_G_bs2='\\\\' -+_G_bs4='\\\\\\\\' -+_G_dollar='\$' -+sed_double_backslash="\ -+ s/$_G_bs4/&\\ -+/g -+ s/^$_G_bs2$_G_dollar/$_G_bs&/ -+ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g -+ s/\n//g" -+ -+ -+## ----------------- ## -+## Global variables. ## -+## ----------------- ## -+ -+# Except for the global variables explicitly listed below, the following -+# functions in the '^func_' namespace, and the '^require_' namespace -+# variables initialised in the 'Resource management' section, sourcing -+# this file will not pollute your global namespace with anything -+# else. There's no portable way to scope variables in Bourne shell -+# though, so actually running these functions will sometimes place -+# results into a variable named after the function, and often use -+# temporary variables in the '^_G_' namespace. If you are careful to -+# avoid using those namespaces casually in your sourcing script, things -+# should continue to work as you expect. And, of course, you can freely -+# overwrite any of the functions or variables defined here before -+# calling anything to customize them. -+ -+EXIT_SUCCESS=0 -+EXIT_FAILURE=1 -+EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. -+EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. -+ -+# Allow overriding, eg assuming that you follow the convention of -+# putting '$debug_cmd' at the start of all your functions, you can get -+# bash to show function call trace with: -+# -+# debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name -+debug_cmd=${debug_cmd-":"} -+exit_cmd=: -+ -+# By convention, finish your script with: -+# -+# exit $exit_status -+# -+# so that you can set exit_status to non-zero if you want to indicate -+# something went wrong during execution without actually bailing out at -+# the point of failure. -+exit_status=$EXIT_SUCCESS -+ -+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh -+# is ksh but when the shell is invoked as "sh" and the current value of -+# the _XPG environment variable is not equal to 1 (one), the special -+# positional parameter $0, within a function call, is the name of the -+# function. -+progpath=$0 -+ -+# The name of this program. -+progname=`$ECHO "$progpath" |$SED "$sed_basename"` -+ -+# Make sure we have an absolute progpath for reexecution: -+case $progpath in -+ [\\/]*|[A-Za-z]:\\*) ;; -+ *[\\/]*) -+ progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` -+ progdir=`cd "$progdir" && pwd` -+ progpath=$progdir/$progname -+ ;; -+ *) -+ _G_IFS=$IFS -+ IFS=${PATH_SEPARATOR-:} -+ for progdir in $PATH; do -+ IFS=$_G_IFS -+ test -x "$progdir/$progname" && break -+ done -+ IFS=$_G_IFS -+ test -n "$progdir" || progdir=`pwd` -+ progpath=$progdir/$progname -+ ;; -+esac -+ -+ -+## ----------------- ## -+## Standard options. ## -+## ----------------- ## -+ -+# The following options affect the operation of the functions defined -+# below, and should be set appropriately depending on run-time para- -+# meters passed on the command line. -+ -+opt_dry_run=false -+opt_quiet=false -+opt_verbose=false -+ -+# Categories 'all' and 'none' are always available. Append any others -+# you will pass as the first argument to func_warning from your own -+# code. -+warning_categories= -+ -+# By default, display warnings according to 'opt_warning_types'. Set -+# 'warning_func' to ':' to elide all warnings, or func_fatal_error to -+# treat the next displayed warning as a fatal error. -+warning_func=func_warn_and_continue -+ -+# Set to 'all' to display all warnings, 'none' to suppress all -+# warnings, or a space delimited list of some subset of -+# 'warning_categories' to display only the listed warnings. -+opt_warning_types=all -+ -+ -+## -------------------- ## -+## Resource management. ## -+## -------------------- ## -+ -+# This section contains definitions for functions that each ensure a -+# particular resource (a file, or a non-empty configuration variable for -+# example) is available, and if appropriate to extract default values -+# from pertinent package files. Call them using their associated -+# 'require_*' variable to ensure that they are executed, at most, once. -+# -+# It's entirely deliberate that calling these functions can set -+# variables that don't obey the namespace limitations obeyed by the rest -+# of this file, in order that that they be as useful as possible to -+# callers. -+ -+ -+# require_term_colors -+# ------------------- -+# Allow display of bold text on terminals that support it. -+require_term_colors=func_require_term_colors -+func_require_term_colors () -+{ -+ $debug_cmd -+ -+ test -t 1 && { -+ # COLORTERM and USE_ANSI_COLORS environment variables take -+ # precedence, because most terminfo databases neglect to describe -+ # whether color sequences are supported. -+ test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} -+ -+ if test 1 = "$USE_ANSI_COLORS"; then -+ # Standard ANSI escape sequences -+ tc_reset='' -+ tc_bold=''; tc_standout='' -+ tc_red=''; tc_green='' -+ tc_blue=''; tc_cyan='' -+ else -+ # Otherwise trust the terminfo database after all. -+ test -n "`tput sgr0 2>/dev/null`" && { -+ tc_reset=`tput sgr0` -+ test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` -+ tc_standout=$tc_bold -+ test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` -+ test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` -+ test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` -+ test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` -+ test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` -+ } -+ fi -+ } -+ -+ require_term_colors=: -+} -+ -+ -+## ----------------- ## -+## Function library. ## -+## ----------------- ## -+ -+# This section contains a variety of useful functions to call in your -+# scripts. Take note of the portable wrappers for features provided by -+# some modern shells, which will fall back to slower equivalents on -+# less featureful shells. -+ -+ -+# func_append VAR VALUE -+# --------------------- -+# Append VALUE onto the existing contents of VAR. -+ -+ # We should try to minimise forks, especially on Windows where they are -+ # unreasonably slow, so skip the feature probes when bash or zsh are -+ # being used: -+ if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then -+ : ${_G_HAVE_ARITH_OP="yes"} -+ : ${_G_HAVE_XSI_OPS="yes"} -+ # The += operator was introduced in bash 3.1 -+ case $BASH_VERSION in -+ [12].* | 3.0 | 3.0*) ;; -+ *) -+ : ${_G_HAVE_PLUSEQ_OP="yes"} -+ ;; -+ esac -+ fi -+ -+ # _G_HAVE_PLUSEQ_OP -+ # Can be empty, in which case the shell is probed, "yes" if += is -+ # useable or anything else if it does not work. -+ test -z "$_G_HAVE_PLUSEQ_OP" \ -+ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ -+ && _G_HAVE_PLUSEQ_OP=yes -+ -+if test yes = "$_G_HAVE_PLUSEQ_OP" -+then -+ # This is an XSI compatible shell, allowing a faster implementation... -+ eval 'func_append () -+ { -+ $debug_cmd -+ -+ eval "$1+=\$2" -+ }' -+else -+ # ...otherwise fall back to using expr, which is often a shell builtin. -+ func_append () -+ { -+ $debug_cmd -+ -+ eval "$1=\$$1\$2" -+ } -+fi -+ -+ -+# func_append_quoted VAR VALUE -+# ---------------------------- -+# Quote VALUE and append to the end of shell variable VAR, separated -+# by a space. -+if test yes = "$_G_HAVE_PLUSEQ_OP"; then -+ eval 'func_append_quoted () -+ { -+ $debug_cmd -+ -+ func_quote_for_eval "$2" -+ eval "$1+=\\ \$func_quote_for_eval_result" -+ }' -+else -+ func_append_quoted () -+ { -+ $debug_cmd -+ -+ func_quote_for_eval "$2" -+ eval "$1=\$$1\\ \$func_quote_for_eval_result" -+ } -+fi -+ -+ -+# func_append_uniq VAR VALUE -+# -------------------------- -+# Append unique VALUE onto the existing contents of VAR, assuming -+# entries are delimited by the first character of VALUE. For example: -+# -+# func_append_uniq options " --another-option option-argument" -+# -+# will only append to $options if " --another-option option-argument " -+# is not already present somewhere in $options already (note spaces at -+# each end implied by leading space in second argument). -+func_append_uniq () -+{ -+ $debug_cmd -+ -+ eval _G_current_value='`$ECHO $'$1'`' -+ _G_delim=`expr "$2" : '\(.\)'` -+ -+ case $_G_delim$_G_current_value$_G_delim in -+ *"$2$_G_delim"*) ;; -+ *) func_append "$@" ;; -+ esac -+} -+ -+ -+# func_arith TERM... -+# ------------------ -+# Set func_arith_result to the result of evaluating TERMs. -+ test -z "$_G_HAVE_ARITH_OP" \ -+ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ -+ && _G_HAVE_ARITH_OP=yes -+ -+if test yes = "$_G_HAVE_ARITH_OP"; then -+ eval 'func_arith () -+ { -+ $debug_cmd -+ -+ func_arith_result=$(( $* )) -+ }' -+else -+ func_arith () -+ { -+ $debug_cmd -+ -+ func_arith_result=`expr "$@"` -+ } -+fi -+ -+ -+# func_basename FILE -+# ------------------ -+# Set func_basename_result to FILE with everything up to and including -+# the last / stripped. -+if test yes = "$_G_HAVE_XSI_OPS"; then -+ # If this shell supports suffix pattern removal, then use it to avoid -+ # forking. Hide the definitions single quotes in case the shell chokes -+ # on unsupported syntax... -+ _b='func_basename_result=${1##*/}' -+ _d='case $1 in -+ */*) func_dirname_result=${1%/*}$2 ;; -+ * ) func_dirname_result=$3 ;; -+ esac' -+ -+else -+ # ...otherwise fall back to using sed. -+ _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' -+ _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` -+ if test "X$func_dirname_result" = "X$1"; then -+ func_dirname_result=$3 -+ else -+ func_append func_dirname_result "$2" -+ fi' -+fi -+ -+eval 'func_basename () -+{ -+ $debug_cmd -+ -+ '"$_b"' -+}' -+ -+ -+# func_dirname FILE APPEND NONDIR_REPLACEMENT -+# ------------------------------------------- -+# Compute the dirname of FILE. If nonempty, add APPEND to the result, -+# otherwise set result to NONDIR_REPLACEMENT. -+eval 'func_dirname () -+{ -+ $debug_cmd -+ -+ '"$_d"' -+}' -+ -+ -+# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT -+# -------------------------------------------------------- -+# Perform func_basename and func_dirname in a single function -+# call: -+# dirname: Compute the dirname of FILE. If nonempty, -+# add APPEND to the result, otherwise set result -+# to NONDIR_REPLACEMENT. -+# value returned in "$func_dirname_result" -+# basename: Compute filename of FILE. -+# value retuned in "$func_basename_result" -+# For efficiency, we do not delegate to the functions above but instead -+# duplicate the functionality here. -+eval 'func_dirname_and_basename () -+{ -+ $debug_cmd -+ -+ '"$_b"' -+ '"$_d"' -+}' -+ -+ -+# func_echo ARG... -+# ---------------- -+# Echo program name prefixed message. -+func_echo () -+{ -+ $debug_cmd -+ -+ _G_message=$* -+ -+ func_echo_IFS=$IFS -+ IFS=$nl -+ for _G_line in $_G_message; do -+ IFS=$func_echo_IFS -+ $ECHO "$progname: $_G_line" -+ done -+ IFS=$func_echo_IFS -+} -+ -+ -+# func_echo_all ARG... -+# -------------------- -+# Invoke $ECHO with all args, space-separated. -+func_echo_all () -+{ -+ $ECHO "$*" -+} -+ -+ -+# func_echo_infix_1 INFIX ARG... -+# ------------------------------ -+# Echo program name, followed by INFIX on the first line, with any -+# additional lines not showing INFIX. -+func_echo_infix_1 () -+{ -+ $debug_cmd -+ -+ $require_term_colors -+ -+ _G_infix=$1; shift -+ _G_indent=$_G_infix -+ _G_prefix="$progname: $_G_infix: " -+ _G_message=$* -+ -+ # Strip color escape sequences before counting printable length -+ for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" -+ do -+ test -n "$_G_tc" && { -+ _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` -+ _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` -+ } -+ done -+ _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes -+ -+ func_echo_infix_1_IFS=$IFS -+ IFS=$nl -+ for _G_line in $_G_message; do -+ IFS=$func_echo_infix_1_IFS -+ $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 -+ _G_prefix=$_G_indent -+ done -+ IFS=$func_echo_infix_1_IFS -+} -+ -+ -+# func_error ARG... -+# ----------------- -+# Echo program name prefixed message to standard error. -+func_error () -+{ -+ $debug_cmd -+ -+ $require_term_colors -+ -+ func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 -+} -+ -+ -+# func_fatal_error ARG... -+# ----------------------- -+# Echo program name prefixed message to standard error, and exit. -+func_fatal_error () -+{ -+ $debug_cmd -+ -+ func_error "$*" -+ exit $EXIT_FAILURE -+} -+ -+ -+# func_grep EXPRESSION FILENAME -+# ----------------------------- -+# Check whether EXPRESSION matches any line of FILENAME, without output. -+func_grep () -+{ -+ $debug_cmd -+ -+ $GREP "$1" "$2" >/dev/null 2>&1 -+} -+ -+ -+# func_len STRING -+# --------------- -+# Set func_len_result to the length of STRING. STRING may not -+# start with a hyphen. -+ test -z "$_G_HAVE_XSI_OPS" \ -+ && (eval 'x=a/b/c; -+ test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ -+ && _G_HAVE_XSI_OPS=yes -+ -+if test yes = "$_G_HAVE_XSI_OPS"; then -+ eval 'func_len () -+ { -+ $debug_cmd -+ -+ func_len_result=${#1} -+ }' -+else -+ func_len () -+ { -+ $debug_cmd -+ -+ func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` -+ } -+fi -+ -+ -+# func_mkdir_p DIRECTORY-PATH -+# --------------------------- -+# Make sure the entire path to DIRECTORY-PATH is available. -+func_mkdir_p () -+{ -+ $debug_cmd -+ -+ _G_directory_path=$1 -+ _G_dir_list= -+ -+ if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then -+ -+ # Protect directory names starting with '-' -+ case $_G_directory_path in -+ -*) _G_directory_path=./$_G_directory_path ;; -+ esac -+ -+ # While some portion of DIR does not yet exist... -+ while test ! -d "$_G_directory_path"; do -+ # ...make a list in topmost first order. Use a colon delimited -+ # list incase some portion of path contains whitespace. -+ _G_dir_list=$_G_directory_path:$_G_dir_list -+ -+ # If the last portion added has no slash in it, the list is done -+ case $_G_directory_path in */*) ;; *) break ;; esac -+ -+ # ...otherwise throw away the child directory and loop -+ _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` -+ done -+ _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` -+ -+ func_mkdir_p_IFS=$IFS; IFS=: -+ for _G_dir in $_G_dir_list; do -+ IFS=$func_mkdir_p_IFS -+ # mkdir can fail with a 'File exist' error if two processes -+ # try to create one of the directories concurrently. Don't -+ # stop in that case! -+ $MKDIR "$_G_dir" 2>/dev/null || : -+ done -+ IFS=$func_mkdir_p_IFS -+ -+ # Bail out if we (or some other process) failed to create a directory. -+ test -d "$_G_directory_path" || \ -+ func_fatal_error "Failed to create '$1'" -+ fi -+} -+ -+ -+# func_mktempdir [BASENAME] -+# ------------------------- -+# Make a temporary directory that won't clash with other running -+# libtool processes, and avoids race conditions if possible. If -+# given, BASENAME is the basename for that directory. -+func_mktempdir () -+{ -+ $debug_cmd -+ -+ _G_template=${TMPDIR-/tmp}/${1-$progname} -+ -+ if test : = "$opt_dry_run"; then -+ # Return a directory name, but don't create it in dry-run mode -+ _G_tmpdir=$_G_template-$$ -+ else -+ -+ # If mktemp works, use that first and foremost -+ _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` -+ -+ if test ! -d "$_G_tmpdir"; then -+ # Failing that, at least try and use $RANDOM to avoid a race -+ _G_tmpdir=$_G_template-${RANDOM-0}$$ -+ -+ func_mktempdir_umask=`umask` -+ umask 0077 -+ $MKDIR "$_G_tmpdir" -+ umask $func_mktempdir_umask -+ fi -+ -+ # If we're not in dry-run mode, bomb out on failure -+ test -d "$_G_tmpdir" || \ -+ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" -+ fi -+ -+ $ECHO "$_G_tmpdir" -+} -+ -+ -+# func_normal_abspath PATH -+# ------------------------ -+# Remove doubled-up and trailing slashes, "." path components, -+# and cancel out any ".." path components in PATH after making -+# it an absolute path. -+func_normal_abspath () -+{ -+ $debug_cmd -+ -+ # These SED scripts presuppose an absolute path with a trailing slash. -+ _G_pathcar='s|^/\([^/]*\).*$|\1|' -+ _G_pathcdr='s|^/[^/]*||' -+ _G_removedotparts=':dotsl -+ s|/\./|/|g -+ t dotsl -+ s|/\.$|/|' -+ _G_collapseslashes='s|/\{1,\}|/|g' -+ _G_finalslash='s|/*$|/|' -+ -+ # Start from root dir and reassemble the path. -+ func_normal_abspath_result= -+ func_normal_abspath_tpath=$1 -+ func_normal_abspath_altnamespace= -+ case $func_normal_abspath_tpath in -+ "") -+ # Empty path, that just means $cwd. -+ func_stripname '' '/' "`pwd`" -+ func_normal_abspath_result=$func_stripname_result -+ return -+ ;; -+ # The next three entries are used to spot a run of precisely -+ # two leading slashes without using negated character classes; -+ # we take advantage of case's first-match behaviour. -+ ///*) -+ # Unusual form of absolute path, do nothing. -+ ;; -+ //*) -+ # Not necessarily an ordinary path; POSIX reserves leading '//' -+ # and for example Cygwin uses it to access remote file shares -+ # over CIFS/SMB, so we conserve a leading double slash if found. -+ func_normal_abspath_altnamespace=/ -+ ;; -+ /*) -+ # Absolute path, do nothing. -+ ;; -+ *) -+ # Relative path, prepend $cwd. -+ func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath -+ ;; -+ esac -+ -+ # Cancel out all the simple stuff to save iterations. We also want -+ # the path to end with a slash for ease of parsing, so make sure -+ # there is one (and only one) here. -+ func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -+ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` -+ while :; do -+ # Processed it all yet? -+ if test / = "$func_normal_abspath_tpath"; then -+ # If we ascended to the root using ".." the result may be empty now. -+ if test -z "$func_normal_abspath_result"; then -+ func_normal_abspath_result=/ -+ fi -+ break -+ fi -+ func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -+ -e "$_G_pathcar"` -+ func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -+ -e "$_G_pathcdr"` -+ # Figure out what to do with it -+ case $func_normal_abspath_tcomponent in -+ "") -+ # Trailing empty path component, ignore it. -+ ;; -+ ..) -+ # Parent dir; strip last assembled component from result. -+ func_dirname "$func_normal_abspath_result" -+ func_normal_abspath_result=$func_dirname_result -+ ;; -+ *) -+ # Actual path component, append it. -+ func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" -+ ;; -+ esac -+ done -+ # Restore leading double-slash if one was found on entry. -+ func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result -+} -+ -+ -+# func_notquiet ARG... -+# -------------------- -+# Echo program name prefixed message only when not in quiet mode. -+func_notquiet () -+{ -+ $debug_cmd -+ -+ $opt_quiet || func_echo ${1+"$@"} -+ -+ # A bug in bash halts the script if the last line of a function -+ # fails when set -e is in force, so we need another command to -+ # work around that: -+ : -+} -+ -+ -+# func_relative_path SRCDIR DSTDIR -+# -------------------------------- -+# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. -+func_relative_path () -+{ -+ $debug_cmd -+ -+ func_relative_path_result= -+ func_normal_abspath "$1" -+ func_relative_path_tlibdir=$func_normal_abspath_result -+ func_normal_abspath "$2" -+ func_relative_path_tbindir=$func_normal_abspath_result -+ -+ # Ascend the tree starting from libdir -+ while :; do -+ # check if we have found a prefix of bindir -+ case $func_relative_path_tbindir in -+ $func_relative_path_tlibdir) -+ # found an exact match -+ func_relative_path_tcancelled= -+ break -+ ;; -+ $func_relative_path_tlibdir*) -+ # found a matching prefix -+ func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" -+ func_relative_path_tcancelled=$func_stripname_result -+ if test -z "$func_relative_path_result"; then -+ func_relative_path_result=. -+ fi -+ break -+ ;; -+ *) -+ func_dirname $func_relative_path_tlibdir -+ func_relative_path_tlibdir=$func_dirname_result -+ if test -z "$func_relative_path_tlibdir"; then -+ # Have to descend all the way to the root! -+ func_relative_path_result=../$func_relative_path_result -+ func_relative_path_tcancelled=$func_relative_path_tbindir -+ break -+ fi -+ func_relative_path_result=../$func_relative_path_result -+ ;; -+ esac -+ done -+ -+ # Now calculate path; take care to avoid doubling-up slashes. -+ func_stripname '' '/' "$func_relative_path_result" -+ func_relative_path_result=$func_stripname_result -+ func_stripname '/' '/' "$func_relative_path_tcancelled" -+ if test -n "$func_stripname_result"; then -+ func_append func_relative_path_result "/$func_stripname_result" -+ fi -+ -+ # Normalisation. If bindir is libdir, return '.' else relative path. -+ if test -n "$func_relative_path_result"; then -+ func_stripname './' '' "$func_relative_path_result" -+ func_relative_path_result=$func_stripname_result -+ fi -+ -+ test -n "$func_relative_path_result" || func_relative_path_result=. -+ -+ : -+} -+ -+ -+# func_quote_for_eval ARG... -+# -------------------------- -+# Aesthetically quote ARGs to be evaled later. -+# This function returns two values: -+# i) func_quote_for_eval_result -+# double-quoted, suitable for a subsequent eval -+# ii) func_quote_for_eval_unquoted_result -+# has all characters that are still active within double -+# quotes backslashified. -+func_quote_for_eval () -+{ -+ $debug_cmd -+ -+ func_quote_for_eval_unquoted_result= -+ func_quote_for_eval_result= -+ while test 0 -lt $#; do -+ case $1 in -+ *[\\\`\"\$]*) -+ _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; -+ *) -+ _G_unquoted_arg=$1 ;; -+ esac -+ if test -n "$func_quote_for_eval_unquoted_result"; then -+ func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" -+ else -+ func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" -+ fi -+ -+ case $_G_unquoted_arg in -+ # Double-quote args containing shell metacharacters to delay -+ # word splitting, command substitution and variable expansion -+ # for a subsequent eval. -+ # Many Bourne shells cannot handle close brackets correctly -+ # in scan sets, so we specify it separately. -+ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") -+ _G_quoted_arg=\"$_G_unquoted_arg\" -+ ;; -+ *) -+ _G_quoted_arg=$_G_unquoted_arg -+ ;; -+ esac -+ -+ if test -n "$func_quote_for_eval_result"; then -+ func_append func_quote_for_eval_result " $_G_quoted_arg" -+ else -+ func_append func_quote_for_eval_result "$_G_quoted_arg" -+ fi -+ shift -+ done -+} -+ -+ -+# func_quote_for_expand ARG -+# ------------------------- -+# Aesthetically quote ARG to be evaled later; same as above, -+# but do not quote variable references. -+func_quote_for_expand () -+{ -+ $debug_cmd -+ -+ case $1 in -+ *[\\\`\"]*) -+ _G_arg=`$ECHO "$1" | $SED \ -+ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; -+ *) -+ _G_arg=$1 ;; -+ esac -+ -+ case $_G_arg in -+ # Double-quote args containing shell metacharacters to delay -+ # word splitting and command substitution for a subsequent eval. -+ # Many Bourne shells cannot handle close brackets correctly -+ # in scan sets, so we specify it separately. -+ *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") -+ _G_arg=\"$_G_arg\" -+ ;; -+ esac -+ -+ func_quote_for_expand_result=$_G_arg -+} -+ -+ -+# func_stripname PREFIX SUFFIX NAME -+# --------------------------------- -+# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. -+# PREFIX and SUFFIX must not contain globbing or regex special -+# characters, hashes, percent signs, but SUFFIX may contain a leading -+# dot (in which case that matches only a dot). -+if test yes = "$_G_HAVE_XSI_OPS"; then -+ eval 'func_stripname () -+ { -+ $debug_cmd -+ -+ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are -+ # positional parameters, so assign one to ordinary variable first. -+ func_stripname_result=$3 -+ func_stripname_result=${func_stripname_result#"$1"} -+ func_stripname_result=${func_stripname_result%"$2"} -+ }' -+else -+ func_stripname () -+ { -+ $debug_cmd -+ -+ case $2 in -+ .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; -+ *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; -+ esac -+ } -+fi -+ -+ -+# func_show_eval CMD [FAIL_EXP] -+# ----------------------------- -+# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is -+# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -+# is given, then evaluate it. -+func_show_eval () -+{ -+ $debug_cmd -+ -+ _G_cmd=$1 -+ _G_fail_exp=${2-':'} -+ -+ func_quote_for_expand "$_G_cmd" -+ eval "func_notquiet $func_quote_for_expand_result" -+ -+ $opt_dry_run || { -+ eval "$_G_cmd" -+ _G_status=$? -+ if test 0 -ne "$_G_status"; then -+ eval "(exit $_G_status); $_G_fail_exp" -+ fi -+ } -+} -+ -+ -+# func_show_eval_locale CMD [FAIL_EXP] -+# ------------------------------------ -+# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is -+# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -+# is given, then evaluate it. Use the saved locale for evaluation. -+func_show_eval_locale () -+{ -+ $debug_cmd -+ -+ _G_cmd=$1 -+ _G_fail_exp=${2-':'} -+ -+ $opt_quiet || { -+ func_quote_for_expand "$_G_cmd" -+ eval "func_echo $func_quote_for_expand_result" -+ } -+ -+ $opt_dry_run || { -+ eval "$_G_user_locale -+ $_G_cmd" -+ _G_status=$? -+ eval "$_G_safe_locale" -+ if test 0 -ne "$_G_status"; then -+ eval "(exit $_G_status); $_G_fail_exp" -+ fi -+ } -+} -+ -+ -+# func_tr_sh -+# ---------- -+# Turn $1 into a string suitable for a shell variable name. -+# Result is stored in $func_tr_sh_result. All characters -+# not in the set a-zA-Z0-9_ are replaced with '_'. Further, -+# if $1 begins with a digit, a '_' is prepended as well. -+func_tr_sh () -+{ -+ $debug_cmd -+ -+ case $1 in -+ [0-9]* | *[!a-zA-Z0-9_]*) -+ func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` -+ ;; -+ * ) -+ func_tr_sh_result=$1 -+ ;; -+ esac -+} -+ -+ -+# func_verbose ARG... -+# ------------------- -+# Echo program name prefixed message in verbose mode only. -+func_verbose () -+{ -+ $debug_cmd -+ -+ $opt_verbose && func_echo "$*" -+ -+ : -+} -+ -+ -+# func_warn_and_continue ARG... -+# ----------------------------- -+# Echo program name prefixed warning message to standard error. -+func_warn_and_continue () -+{ -+ $debug_cmd -+ -+ $require_term_colors -+ -+ func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 -+} -+ -+ -+# func_warning CATEGORY ARG... -+# ---------------------------- -+# Echo program name prefixed warning message to standard error. Warning -+# messages can be filtered according to CATEGORY, where this function -+# elides messages where CATEGORY is not listed in the global variable -+# 'opt_warning_types'. -+func_warning () -+{ -+ $debug_cmd -+ -+ # CATEGORY must be in the warning_categories list! -+ case " $warning_categories " in -+ *" $1 "*) ;; -+ *) func_internal_error "invalid warning category '$1'" ;; -+ esac -+ -+ _G_category=$1 -+ shift -+ -+ case " $opt_warning_types " in -+ *" $_G_category "*) $warning_func ${1+"$@"} ;; -+ esac -+} -+ -+ -+# func_sort_ver VER1 VER2 -+# ----------------------- -+# 'sort -V' is not generally available. -+# Note this deviates from the version comparison in automake -+# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a -+# but this should suffice as we won't be specifying old -+# version formats or redundant trailing .0 in bootstrap.conf. -+# If we did want full compatibility then we should probably -+# use m4_version_compare from autoconf. -+func_sort_ver () -+{ -+ $debug_cmd -+ -+ printf '%s\n%s\n' "$1" "$2" \ -+ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n -+} -+ -+# func_lt_ver PREV CURR -+# --------------------- -+# Return true if PREV and CURR are in the correct order according to -+# func_sort_ver, otherwise false. Use it like this: -+# -+# func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." -+func_lt_ver () -+{ -+ $debug_cmd -+ -+ test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` -+} -+ -+ -+# Local variables: -+# mode: shell-script -+# sh-indentation: 2 -+# eval: (add-hook 'before-save-hook 'time-stamp) -+# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" -+# time-stamp-time-zone: "UTC" -+# End: -+#! /bin/sh -+ -+# Set a version string for this script. -+scriptversion=2014-01-07.03; # UTC -+ -+# A portable, pluggable option parser for Bourne shell. -+# Written by Gary V. Vaughan, 2010 -+ -+# Copyright (C) 2010-2015 Free Software Foundation, Inc. -+# This is free software; see the source for copying conditions. There is NO -+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+# This program is free software: you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation, either version 3 of the License, or -+# (at your option) any later version. -+ -+# This program 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 General Public License for more details. -+ -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+# Please report bugs or propose patches to gary@gnu.org. -+ -+ -+## ------ ## -+## Usage. ## -+## ------ ## -+ -+# This file is a library for parsing options in your shell scripts along -+# with assorted other useful supporting features that you can make use -+# of too. -+# -+# For the simplest scripts you might need only: -+# -+# #!/bin/sh -+# . relative/path/to/funclib.sh -+# . relative/path/to/options-parser -+# scriptversion=1.0 -+# func_options ${1+"$@"} -+# eval set dummy "$func_options_result"; shift -+# ...rest of your script... -+# -+# In order for the '--version' option to work, you will need to have a -+# suitably formatted comment like the one at the top of this file -+# starting with '# Written by ' and ending with '# warranty; '. -+# -+# For '-h' and '--help' to work, you will also need a one line -+# description of your script's purpose in a comment directly above the -+# '# Written by ' line, like the one at the top of this file. -+# -+# The default options also support '--debug', which will turn on shell -+# execution tracing (see the comment above debug_cmd below for another -+# use), and '--verbose' and the func_verbose function to allow your script -+# to display verbose messages only when your user has specified -+# '--verbose'. -+# -+# After sourcing this file, you can plug processing for additional -+# options by amending the variables from the 'Configuration' section -+# below, and following the instructions in the 'Option parsing' -+# section further down. -+ -+## -------------- ## -+## Configuration. ## -+## -------------- ## -+ -+# You should override these variables in your script after sourcing this -+# file so that they reflect the customisations you have added to the -+# option parser. -+ -+# The usage line for option parsing errors and the start of '-h' and -+# '--help' output messages. You can embed shell variables for delayed -+# expansion at the time the message is displayed, but you will need to -+# quote other shell meta-characters carefully to prevent them being -+# expanded when the contents are evaled. -+usage='$progpath [OPTION]...' -+ -+# Short help message in response to '-h' and '--help'. Add to this or -+# override it after sourcing this library to reflect the full set of -+# options your script accepts. -+usage_message="\ -+ --debug enable verbose shell tracing -+ -W, --warnings=CATEGORY -+ report the warnings falling in CATEGORY [all] -+ -v, --verbose verbosely report processing -+ --version print version information and exit -+ -h, --help print short or long help message and exit -+" -+ -+# Additional text appended to 'usage_message' in response to '--help'. -+long_help_message=" -+Warning categories include: -+ 'all' show all warnings -+ 'none' turn off all the warnings -+ 'error' warnings are treated as fatal errors" -+ -+# Help message printed before fatal option parsing errors. -+fatal_help="Try '\$progname --help' for more information." -+ -+ -+ -+## ------------------------- ## -+## Hook function management. ## -+## ------------------------- ## -+ -+# This section contains functions for adding, removing, and running hooks -+# to the main code. A hook is just a named list of of function, that can -+# be run in order later on. -+ -+# func_hookable FUNC_NAME -+# ----------------------- -+# Declare that FUNC_NAME will run hooks added with -+# 'func_add_hook FUNC_NAME ...'. -+func_hookable () -+{ -+ $debug_cmd -+ -+ func_append hookable_fns " $1" -+} -+ -+ -+# func_add_hook FUNC_NAME HOOK_FUNC -+# --------------------------------- -+# Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must -+# first have been declared "hookable" by a call to 'func_hookable'. -+func_add_hook () -+{ -+ $debug_cmd -+ -+ case " $hookable_fns " in -+ *" $1 "*) ;; -+ *) func_fatal_error "'$1' does not accept hook functions." ;; -+ esac -+ -+ eval func_append ${1}_hooks '" $2"' -+} -+ -+ -+# func_remove_hook FUNC_NAME HOOK_FUNC -+# ------------------------------------ -+# Remove HOOK_FUNC from the list of functions called by FUNC_NAME. -+func_remove_hook () -+{ -+ $debug_cmd -+ -+ eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' -+} -+ -+ -+# func_run_hooks FUNC_NAME [ARG]... -+# --------------------------------- -+# Run all hook functions registered to FUNC_NAME. -+# It is assumed that the list of hook functions contains nothing more -+# than a whitespace-delimited list of legal shell function names, and -+# no effort is wasted trying to catch shell meta-characters or preserve -+# whitespace. -+func_run_hooks () -+{ -+ $debug_cmd -+ -+ case " $hookable_fns " in -+ *" $1 "*) ;; -+ *) func_fatal_error "'$1' does not support hook funcions.n" ;; -+ esac -+ -+ eval _G_hook_fns=\$$1_hooks; shift -+ -+ for _G_hook in $_G_hook_fns; do -+ eval $_G_hook '"$@"' -+ -+ # store returned options list back into positional -+ # parameters for next 'cmd' execution. -+ eval _G_hook_result=\$${_G_hook}_result -+ eval set dummy "$_G_hook_result"; shift -+ done -+ -+ func_quote_for_eval ${1+"$@"} -+ func_run_hooks_result=$func_quote_for_eval_result -+} -+ -+ -+ -+## --------------- ## -+## Option parsing. ## -+## --------------- ## -+ -+# In order to add your own option parsing hooks, you must accept the -+# full positional parameter list in your hook function, remove any -+# options that you action, and then pass back the remaining unprocessed -+# options in '_result', escaped suitably for -+# 'eval'. Like this: -+# -+# my_options_prep () -+# { -+# $debug_cmd -+# -+# # Extend the existing usage message. -+# usage_message=$usage_message' -+# -s, --silent don'\''t print informational messages -+# ' -+# -+# func_quote_for_eval ${1+"$@"} -+# my_options_prep_result=$func_quote_for_eval_result -+# } -+# func_add_hook func_options_prep my_options_prep -+# -+# -+# my_silent_option () -+# { -+# $debug_cmd -+# -+# # Note that for efficiency, we parse as many options as we can -+# # recognise in a loop before passing the remainder back to the -+# # caller on the first unrecognised argument we encounter. -+# while test $# -gt 0; do -+# opt=$1; shift -+# case $opt in -+# --silent|-s) opt_silent=: ;; -+# # Separate non-argument short options: -+# -s*) func_split_short_opt "$_G_opt" -+# set dummy "$func_split_short_opt_name" \ -+# "-$func_split_short_opt_arg" ${1+"$@"} -+# shift -+# ;; -+# *) set dummy "$_G_opt" "$*"; shift; break ;; -+# esac -+# done -+# -+# func_quote_for_eval ${1+"$@"} -+# my_silent_option_result=$func_quote_for_eval_result -+# } -+# func_add_hook func_parse_options my_silent_option -+# -+# -+# my_option_validation () -+# { -+# $debug_cmd -+# -+# $opt_silent && $opt_verbose && func_fatal_help "\ -+# '--silent' and '--verbose' options are mutually exclusive." -+# -+# func_quote_for_eval ${1+"$@"} -+# my_option_validation_result=$func_quote_for_eval_result -+# } -+# func_add_hook func_validate_options my_option_validation -+# -+# You'll alse need to manually amend $usage_message to reflect the extra -+# options you parse. It's preferable to append if you can, so that -+# multiple option parsing hooks can be added safely. -+ -+ -+# func_options [ARG]... -+# --------------------- -+# All the functions called inside func_options are hookable. See the -+# individual implementations for details. -+func_hookable func_options -+func_options () -+{ -+ $debug_cmd -+ -+ func_options_prep ${1+"$@"} -+ eval func_parse_options \ -+ ${func_options_prep_result+"$func_options_prep_result"} -+ eval func_validate_options \ -+ ${func_parse_options_result+"$func_parse_options_result"} -+ -+ eval func_run_hooks func_options \ -+ ${func_validate_options_result+"$func_validate_options_result"} -+ -+ # save modified positional parameters for caller -+ func_options_result=$func_run_hooks_result -+} -+ -+ -+# func_options_prep [ARG]... -+# -------------------------- -+# All initialisations required before starting the option parse loop. -+# Note that when calling hook functions, we pass through the list of -+# positional parameters. If a hook function modifies that list, and -+# needs to propogate that back to rest of this script, then the complete -+# modified list must be put in 'func_run_hooks_result' before -+# returning. -+func_hookable func_options_prep -+func_options_prep () -+{ -+ $debug_cmd -+ -+ # Option defaults: -+ opt_verbose=false -+ opt_warning_types= -+ -+ func_run_hooks func_options_prep ${1+"$@"} -+ -+ # save modified positional parameters for caller -+ func_options_prep_result=$func_run_hooks_result -+} -+ -+ -+# func_parse_options [ARG]... -+# --------------------------- -+# The main option parsing loop. -+func_hookable func_parse_options -+func_parse_options () -+{ -+ $debug_cmd -+ -+ func_parse_options_result= -+ -+ # this just eases exit handling -+ while test $# -gt 0; do -+ # Defer to hook functions for initial option parsing, so they -+ # get priority in the event of reusing an option name. -+ func_run_hooks func_parse_options ${1+"$@"} -+ -+ # Adjust func_parse_options positional parameters to match -+ eval set dummy "$func_run_hooks_result"; shift -+ -+ # Break out of the loop if we already parsed every option. -+ test $# -gt 0 || break -+ -+ _G_opt=$1 -+ shift -+ case $_G_opt in -+ --debug|-x) debug_cmd='set -x' -+ func_echo "enabling shell trace mode" -+ $debug_cmd -+ ;; -+ -+ --no-warnings|--no-warning|--no-warn) -+ set dummy --warnings none ${1+"$@"} -+ shift -+ ;; -+ -+ --warnings|--warning|-W) -+ test $# = 0 && func_missing_arg $_G_opt && break -+ case " $warning_categories $1" in -+ *" $1 "*) -+ # trailing space prevents matching last $1 above -+ func_append_uniq opt_warning_types " $1" -+ ;; -+ *all) -+ opt_warning_types=$warning_categories -+ ;; -+ *none) -+ opt_warning_types=none -+ warning_func=: -+ ;; -+ *error) -+ opt_warning_types=$warning_categories -+ warning_func=func_fatal_error -+ ;; -+ *) -+ func_fatal_error \ -+ "unsupported warning category: '$1'" -+ ;; -+ esac -+ shift -+ ;; -+ -+ --verbose|-v) opt_verbose=: ;; -+ --version) func_version ;; -+ -\?|-h) func_usage ;; -+ --help) func_help ;; -+ -+ # Separate optargs to long options (plugins may need this): -+ --*=*) func_split_equals "$_G_opt" -+ set dummy "$func_split_equals_lhs" \ -+ "$func_split_equals_rhs" ${1+"$@"} -+ shift -+ ;; -+ -+ # Separate optargs to short options: -+ -W*) -+ func_split_short_opt "$_G_opt" -+ set dummy "$func_split_short_opt_name" \ -+ "$func_split_short_opt_arg" ${1+"$@"} -+ shift -+ ;; -+ -+ # Separate non-argument short options: -+ -\?*|-h*|-v*|-x*) -+ func_split_short_opt "$_G_opt" -+ set dummy "$func_split_short_opt_name" \ -+ "-$func_split_short_opt_arg" ${1+"$@"} -+ shift -+ ;; -+ -+ --) break ;; -+ -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; -+ *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; -+ esac -+ done -+ -+ # save modified positional parameters for caller -+ func_quote_for_eval ${1+"$@"} -+ func_parse_options_result=$func_quote_for_eval_result -+} -+ -+ -+# func_validate_options [ARG]... -+# ------------------------------ -+# Perform any sanity checks on option settings and/or unconsumed -+# arguments. -+func_hookable func_validate_options -+func_validate_options () -+{ -+ $debug_cmd -+ -+ # Display all warnings if -W was not given. -+ test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" -+ -+ func_run_hooks func_validate_options ${1+"$@"} -+ -+ # Bail if the options were screwed! -+ $exit_cmd $EXIT_FAILURE -+ -+ # save modified positional parameters for caller -+ func_validate_options_result=$func_run_hooks_result -+} -+ -+ -+ -+## ----------------- ## -+## Helper functions. ## -+## ----------------- ## -+ -+# This section contains the helper functions used by the rest of the -+# hookable option parser framework in ascii-betical order. -+ -+ -+# func_fatal_help ARG... -+# ---------------------- -+# Echo program name prefixed message to standard error, followed by -+# a help hint, and exit. -+func_fatal_help () -+{ -+ $debug_cmd -+ -+ eval \$ECHO \""Usage: $usage"\" -+ eval \$ECHO \""$fatal_help"\" -+ func_error ${1+"$@"} -+ exit $EXIT_FAILURE -+} -+ -+ -+# func_help -+# --------- -+# Echo long help message to standard output and exit. -+func_help () -+{ -+ $debug_cmd -+ -+ func_usage_message -+ $ECHO "$long_help_message" -+ exit 0 -+} -+ -+ -+# func_missing_arg ARGNAME -+# ------------------------ -+# Echo program name prefixed message to standard error and set global -+# exit_cmd. -+func_missing_arg () -+{ -+ $debug_cmd -+ -+ func_error "Missing argument for '$1'." -+ exit_cmd=exit -+} -+ -+ -+# func_split_equals STRING -+# ------------------------ -+# Set func_split_equals_lhs and func_split_equals_rhs shell variables after -+# splitting STRING at the '=' sign. -+test -z "$_G_HAVE_XSI_OPS" \ -+ && (eval 'x=a/b/c; -+ test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ -+ && _G_HAVE_XSI_OPS=yes -+ -+if test yes = "$_G_HAVE_XSI_OPS" -+then -+ # This is an XSI compatible shell, allowing a faster implementation... -+ eval 'func_split_equals () -+ { -+ $debug_cmd -+ -+ func_split_equals_lhs=${1%%=*} -+ func_split_equals_rhs=${1#*=} -+ test "x$func_split_equals_lhs" = "x$1" \ -+ && func_split_equals_rhs= -+ }' -+else -+ # ...otherwise fall back to using expr, which is often a shell builtin. -+ func_split_equals () -+ { -+ $debug_cmd -+ -+ func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` -+ func_split_equals_rhs= -+ test "x$func_split_equals_lhs" = "x$1" \ -+ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` -+ } -+fi #func_split_equals -+ -+ -+# func_split_short_opt SHORTOPT -+# ----------------------------- -+# Set func_split_short_opt_name and func_split_short_opt_arg shell -+# variables after splitting SHORTOPT after the 2nd character. -+if test yes = "$_G_HAVE_XSI_OPS" -+then -+ # This is an XSI compatible shell, allowing a faster implementation... -+ eval 'func_split_short_opt () -+ { -+ $debug_cmd -+ -+ func_split_short_opt_arg=${1#??} -+ func_split_short_opt_name=${1%"$func_split_short_opt_arg"} -+ }' -+else -+ # ...otherwise fall back to using expr, which is often a shell builtin. -+ func_split_short_opt () -+ { -+ $debug_cmd -+ -+ func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` -+ func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` -+ } -+fi #func_split_short_opt -+ -+ -+# func_usage -+# ---------- -+# Echo short help message to standard output and exit. -+func_usage () -+{ -+ $debug_cmd -+ -+ func_usage_message -+ $ECHO "Run '$progname --help |${PAGER-more}' for full usage" -+ exit 0 -+} -+ -+ -+# func_usage_message -+# ------------------ -+# Echo short help message to standard output. -+func_usage_message () -+{ -+ $debug_cmd -+ -+ eval \$ECHO \""Usage: $usage"\" -+ echo -+ $SED -n 's|^# || -+ /^Written by/{ -+ x;p;x -+ } -+ h -+ /^Written by/q' < "$progpath" -+ echo -+ eval \$ECHO \""$usage_message"\" -+} -+ -+ -+# func_version -+# ------------ -+# Echo version message to standard output and exit. -+func_version () -+{ -+ $debug_cmd -+ -+ printf '%s\n' "$progname $scriptversion" -+ $SED -n ' -+ /(C)/!b go -+ :more -+ /\./!{ -+ N -+ s|\n# | | -+ b more -+ } -+ :go -+ /^# Written by /,/# warranty; / { -+ s|^# || -+ s|^# *$|| -+ s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| -+ p -+ } -+ /^# Written by / { -+ s|^# || -+ p -+ } -+ /^warranty; /q' < "$progpath" -+ -+ exit $? -+} -+ -+ -+# Local variables: -+# mode: shell-script -+# sh-indentation: 2 -+# eval: (add-hook 'before-save-hook 'time-stamp) -+# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" -+# time-stamp-time-zone: "UTC" -+# End: -+ -+# Set a version string. -+scriptversion='(GNU libtool) 2.4.6' -+ -+ -+# func_echo ARG... -+# ---------------- -+# Libtool also displays the current mode in messages, so override -+# funclib.sh func_echo with this custom definition. -+func_echo () -+{ -+ $debug_cmd -+ -+ _G_message=$* -+ -+ func_echo_IFS=$IFS -+ IFS=$nl -+ for _G_line in $_G_message; do -+ IFS=$func_echo_IFS -+ $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" -+ done -+ IFS=$func_echo_IFS -+} -+ -+ -+# func_warning ARG... -+# ------------------- -+# Libtool warnings are not categorized, so override funclib.sh -+# func_warning with this simpler definition. -+func_warning () -+{ -+ $debug_cmd -+ -+ $warning_func ${1+"$@"} -+} -+ -+ -+## ---------------- ## -+## Options parsing. ## -+## ---------------- ## -+ -+# Hook in the functions to make sure our own options are parsed during -+# the option parsing loop. -+ -+usage='$progpath [OPTION]... [MODE-ARG]...' -+ -+# Short help message in response to '-h'. -+usage_message="Options: -+ --config show all configuration variables -+ --debug enable verbose shell tracing -+ -n, --dry-run display commands without modifying any files -+ --features display basic configuration information and exit -+ --mode=MODE use operation mode MODE -+ --no-warnings equivalent to '-Wnone' -+ --preserve-dup-deps don't remove duplicate dependency libraries -+ --quiet, --silent don't print informational messages -+ --tag=TAG use configuration variables from tag TAG -+ -v, --verbose print more informational messages than default -+ --version print version information -+ -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -+ -h, --help, --help-all print short, long, or detailed help message -+" -+ -+# Additional text appended to 'usage_message' in response to '--help'. -+func_help () -+{ -+ $debug_cmd -+ -+ func_usage_message -+ $ECHO "$long_help_message -+ -+MODE must be one of the following: -+ -+ clean remove files from the build directory -+ compile compile a source file into a libtool object -+ execute automatically set library path, then run a program -+ finish complete the installation of libtool libraries -+ install install libraries or executables -+ link create a library or an executable -+ uninstall remove libraries from an installed directory -+ -+MODE-ARGS vary depending on the MODE. When passed as first option, -+'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. -+Try '$progname --help --mode=MODE' for a more detailed description of MODE. -+ -+When reporting a bug, please describe a test case to reproduce it and -+include the following information: -+ -+ host-triplet: $host -+ shell: $SHELL -+ compiler: $LTCC -+ compiler flags: $LTCFLAGS -+ linker: $LD (gnu? $with_gnu_ld) -+ version: $progname (GNU libtool) 2.4.6 -+ automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` -+ autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` -+ -+Report bugs to . -+GNU libtool home page: . -+General help using GNU software: ." -+ exit 0 -+} -+ -+ -+# func_lo2o OBJECT-NAME -+# --------------------- -+# Transform OBJECT-NAME from a '.lo' suffix to the platform specific -+# object suffix. -+ -+lo2o=s/\\.lo\$/.$objext/ -+o2lo=s/\\.$objext\$/.lo/ -+ -+if test yes = "$_G_HAVE_XSI_OPS"; then -+ eval 'func_lo2o () -+ { -+ case $1 in -+ *.lo) func_lo2o_result=${1%.lo}.$objext ;; -+ * ) func_lo2o_result=$1 ;; -+ esac -+ }' -+ -+ # func_xform LIBOBJ-OR-SOURCE -+ # --------------------------- -+ # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) -+ # suffix to a '.lo' libtool-object suffix. -+ eval 'func_xform () -+ { -+ func_xform_result=${1%.*}.lo -+ }' -+else -+ # ...otherwise fall back to using sed. -+ func_lo2o () -+ { -+ func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` -+ } -+ -+ func_xform () -+ { -+ func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` -+ } -+fi -+ -+ -+# func_fatal_configuration ARG... -+# ------------------------------- -+# Echo program name prefixed message to standard error, followed by -+# a configuration failure hint, and exit. -+func_fatal_configuration () -+{ -+ func__fatal_error ${1+"$@"} \ -+ "See the $PACKAGE documentation for more information." \ -+ "Fatal configuration error." -+} -+ -+ -+# func_config -+# ----------- -+# Display the configuration for all the tags in this script. -+func_config () -+{ -+ re_begincf='^# ### BEGIN LIBTOOL' -+ re_endcf='^# ### END LIBTOOL' -+ -+ # Default configuration. -+ $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" -+ -+ # Now print the configurations for the tags. -+ for tagname in $taglist; do -+ $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" -+ done -+ -+ exit $? -+} -+ -+ -+# func_features -+# ------------- -+# Display the features supported by this script. -+func_features () -+{ -+ echo "host: $host" -+ if test yes = "$build_libtool_libs"; then -+ echo "enable shared libraries" -+ else -+ echo "disable shared libraries" -+ fi -+ if test yes = "$build_old_libs"; then -+ echo "enable static libraries" -+ else -+ echo "disable static libraries" -+ fi -+ -+ exit $? -+} -+ -+ -+# func_enable_tag TAGNAME -+# ----------------------- -+# Verify that TAGNAME is valid, and either flag an error and exit, or -+# enable the TAGNAME tag. We also add TAGNAME to the global $taglist -+# variable here. -+func_enable_tag () -+{ -+ # Global variable: -+ tagname=$1 -+ -+ re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" -+ re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" -+ sed_extractcf=/$re_begincf/,/$re_endcf/p -+ -+ # Validate tagname. -+ case $tagname in -+ *[!-_A-Za-z0-9,/]*) -+ func_fatal_error "invalid tag name: $tagname" -+ ;; -+ esac -+ -+ # Don't test for the "default" C tag, as we know it's -+ # there but not specially marked. -+ case $tagname in -+ CC) ;; -+ *) -+ if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then -+ taglist="$taglist $tagname" -+ -+ # Evaluate the configuration. Be careful to quote the path -+ # and the sed script, to avoid splitting on whitespace, but -+ # also don't use non-portable quotes within backquotes within -+ # quotes we have to do it in 2 steps: -+ extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` -+ eval "$extractedcf" -+ else -+ func_error "ignoring unknown tag $tagname" -+ fi -+ ;; -+ esac -+} -+ -+ -+# func_check_version_match -+# ------------------------ -+# Ensure that we are using m4 macros, and libtool script from the same -+# release of libtool. -+func_check_version_match () -+{ -+ if test "$package_revision" != "$macro_revision"; then -+ if test "$VERSION" != "$macro_version"; then -+ if test -z "$macro_version"; then -+ cat >&2 <<_LT_EOF -+$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -+$progname: definition of this LT_INIT comes from an older release. -+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -+$progname: and run autoconf again. -+_LT_EOF -+ else -+ cat >&2 <<_LT_EOF -+$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -+$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. -+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -+$progname: and run autoconf again. -+_LT_EOF -+ fi -+ else -+ cat >&2 <<_LT_EOF -+$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, -+$progname: but the definition of this LT_INIT comes from revision $macro_revision. -+$progname: You should recreate aclocal.m4 with macros from revision $package_revision -+$progname: of $PACKAGE $VERSION and run autoconf again. -+_LT_EOF -+ fi -+ -+ exit $EXIT_MISMATCH -+ fi -+} -+ -+ -+# libtool_options_prep [ARG]... -+# ----------------------------- -+# Preparation for options parsed by libtool. -+libtool_options_prep () -+{ -+ $debug_mode -+ -+ # Option defaults: -+ opt_config=false -+ opt_dlopen= -+ opt_dry_run=false -+ opt_help=false -+ opt_mode= -+ opt_preserve_dup_deps=false -+ opt_quiet=false -+ -+ nonopt= -+ preserve_args= -+ -+ # Shorthand for --mode=foo, only valid as the first argument -+ case $1 in -+ clean|clea|cle|cl) -+ shift; set dummy --mode clean ${1+"$@"}; shift -+ ;; -+ compile|compil|compi|comp|com|co|c) -+ shift; set dummy --mode compile ${1+"$@"}; shift -+ ;; -+ execute|execut|execu|exec|exe|ex|e) -+ shift; set dummy --mode execute ${1+"$@"}; shift -+ ;; -+ finish|finis|fini|fin|fi|f) -+ shift; set dummy --mode finish ${1+"$@"}; shift -+ ;; -+ install|instal|insta|inst|ins|in|i) -+ shift; set dummy --mode install ${1+"$@"}; shift -+ ;; -+ link|lin|li|l) -+ shift; set dummy --mode link ${1+"$@"}; shift -+ ;; -+ uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) -+ shift; set dummy --mode uninstall ${1+"$@"}; shift -+ ;; -+ esac -+ -+ # Pass back the list of options. -+ func_quote_for_eval ${1+"$@"} -+ libtool_options_prep_result=$func_quote_for_eval_result -+} -+func_add_hook func_options_prep libtool_options_prep -+ -+ -+# libtool_parse_options [ARG]... -+# --------------------------------- -+# Provide handling for libtool specific options. -+libtool_parse_options () -+{ -+ $debug_cmd -+ -+ # Perform our own loop to consume as many options as possible in -+ # each iteration. -+ while test $# -gt 0; do -+ _G_opt=$1 -+ shift -+ case $_G_opt in -+ --dry-run|--dryrun|-n) -+ opt_dry_run=: -+ ;; -+ -+ --config) func_config ;; -+ -+ --dlopen|-dlopen) -+ opt_dlopen="${opt_dlopen+$opt_dlopen -+}$1" -+ shift -+ ;; -+ -+ --preserve-dup-deps) -+ opt_preserve_dup_deps=: ;; -+ -+ --features) func_features ;; -+ -+ --finish) set dummy --mode finish ${1+"$@"}; shift ;; -+ -+ --help) opt_help=: ;; -+ -+ --help-all) opt_help=': help-all' ;; -+ -+ --mode) test $# = 0 && func_missing_arg $_G_opt && break -+ opt_mode=$1 -+ case $1 in -+ # Valid mode arguments: -+ clean|compile|execute|finish|install|link|relink|uninstall) ;; -+ -+ # Catch anything else as an error -+ *) func_error "invalid argument for $_G_opt" -+ exit_cmd=exit -+ break -+ ;; -+ esac -+ shift -+ ;; -+ -+ --no-silent|--no-quiet) -+ opt_quiet=false -+ func_append preserve_args " $_G_opt" -+ ;; -+ -+ --no-warnings|--no-warning|--no-warn) -+ opt_warning=false -+ func_append preserve_args " $_G_opt" -+ ;; -+ -+ --no-verbose) -+ opt_verbose=false -+ func_append preserve_args " $_G_opt" -+ ;; -+ -+ --silent|--quiet) -+ opt_quiet=: -+ opt_verbose=false -+ func_append preserve_args " $_G_opt" -+ ;; -+ -+ --tag) test $# = 0 && func_missing_arg $_G_opt && break -+ opt_tag=$1 -+ func_append preserve_args " $_G_opt $1" -+ func_enable_tag "$1" -+ shift -+ ;; -+ -+ --verbose|-v) opt_quiet=false -+ opt_verbose=: -+ func_append preserve_args " $_G_opt" -+ ;; -+ -+ # An option not handled by this hook function: -+ *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; -+ esac -+ done -+ -+ -+ # save modified positional parameters for caller -+ func_quote_for_eval ${1+"$@"} -+ libtool_parse_options_result=$func_quote_for_eval_result -+} -+func_add_hook func_parse_options libtool_parse_options -+ -+ -+ -+# libtool_validate_options [ARG]... -+# --------------------------------- -+# Perform any sanity checks on option settings and/or unconsumed -+# arguments. -+libtool_validate_options () -+{ -+ # save first non-option argument -+ if test 0 -lt $#; then -+ nonopt=$1 -+ shift -+ fi -+ -+ # preserve --debug -+ test : = "$debug_cmd" || func_append preserve_args " --debug" -+ -+ case $host in -+ # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 -+ # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 -+ *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) -+ # don't eliminate duplications in $postdeps and $predeps -+ opt_duplicate_compiler_generated_deps=: -+ ;; -+ *) -+ opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps -+ ;; -+ esac -+ -+ $opt_help || { -+ # Sanity checks first: -+ func_check_version_match -+ -+ test yes != "$build_libtool_libs" \ -+ && test yes != "$build_old_libs" \ -+ && func_fatal_configuration "not configured to build any kind of library" -+ -+ # Darwin sucks -+ eval std_shrext=\"$shrext_cmds\" -+ -+ # Only execute mode is allowed to have -dlopen flags. -+ if test -n "$opt_dlopen" && test execute != "$opt_mode"; then -+ func_error "unrecognized option '-dlopen'" -+ $ECHO "$help" 1>&2 -+ exit $EXIT_FAILURE -+ fi -+ -+ # Change the help message to a mode-specific one. -+ generic_help=$help -+ help="Try '$progname --help --mode=$opt_mode' for more information." -+ } -+ -+ # Pass back the unparsed argument list -+ func_quote_for_eval ${1+"$@"} -+ libtool_validate_options_result=$func_quote_for_eval_result -+} -+func_add_hook func_validate_options libtool_validate_options -+ -+ -+# Process options as early as possible so that --help and --version -+# can return quickly. -+func_options ${1+"$@"} -+eval set dummy "$func_options_result"; shift -+ -+ -+ -+## ----------- ## -+## Main. ## -+## ----------- ## -+ -+magic='%%%MAGIC variable%%%' -+magic_exe='%%%MAGIC EXE variable%%%' -+ -+# Global variables. -+extracted_archives= -+extracted_serial=0 -+ -+# If this variable is set in any of the actions, the command in it -+# will be execed at the end. This prevents here-documents from being -+# left over by shells. -+exec_cmd= -+ -+ -+# A function that is used when there is no print builtin or printf. -+func_fallback_echo () -+{ -+ eval 'cat <<_LTECHO_EOF -+$1 -+_LTECHO_EOF' -+} -+ -+# func_generated_by_libtool -+# True iff stdin has been generated by Libtool. This function is only -+# a basic sanity check; it will hardly flush out determined imposters. -+func_generated_by_libtool_p () -+{ -+ $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 -+} -+ -+# func_lalib_p file -+# True iff FILE is a libtool '.la' library or '.lo' object file. -+# This function is only a basic sanity check; it will hardly flush out -+# determined imposters. -+func_lalib_p () -+{ -+ test -f "$1" && -+ $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p -+} -+ -+# func_lalib_unsafe_p file -+# True iff FILE is a libtool '.la' library or '.lo' object file. -+# This function implements the same check as func_lalib_p without -+# resorting to external programs. To this end, it redirects stdin and -+# closes it afterwards, without saving the original file descriptor. -+# As a safety measure, use it only where a negative result would be -+# fatal anyway. Works if 'file' does not exist. -+func_lalib_unsafe_p () -+{ -+ lalib_p=no -+ if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then -+ for lalib_p_l in 1 2 3 4 -+ do -+ read lalib_p_line -+ case $lalib_p_line in -+ \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; -+ esac -+ done -+ exec 0<&5 5<&- -+ fi -+ test yes = "$lalib_p" -+} -+ -+# func_ltwrapper_script_p file -+# True iff FILE is a libtool wrapper script -+# This function is only a basic sanity check; it will hardly flush out -+# determined imposters. -+func_ltwrapper_script_p () -+{ -+ test -f "$1" && -+ $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p -+} -+ -+# func_ltwrapper_executable_p file -+# True iff FILE is a libtool wrapper executable -+# This function is only a basic sanity check; it will hardly flush out -+# determined imposters. -+func_ltwrapper_executable_p () -+{ -+ func_ltwrapper_exec_suffix= -+ case $1 in -+ *.exe) ;; -+ *) func_ltwrapper_exec_suffix=.exe ;; -+ esac -+ $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 -+} -+ -+# func_ltwrapper_scriptname file -+# Assumes file is an ltwrapper_executable -+# uses $file to determine the appropriate filename for a -+# temporary ltwrapper_script. -+func_ltwrapper_scriptname () -+{ -+ func_dirname_and_basename "$1" "" "." -+ func_stripname '' '.exe' "$func_basename_result" -+ func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper -+} -+ -+# func_ltwrapper_p file -+# True iff FILE is a libtool wrapper script or wrapper executable -+# This function is only a basic sanity check; it will hardly flush out -+# determined imposters. -+func_ltwrapper_p () -+{ -+ func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" -+} -+ -+ -+# func_execute_cmds commands fail_cmd -+# Execute tilde-delimited COMMANDS. -+# If FAIL_CMD is given, eval that upon failure. -+# FAIL_CMD may read-access the current command in variable CMD! -+func_execute_cmds () -+{ -+ $debug_cmd -+ -+ save_ifs=$IFS; IFS='~' -+ for cmd in $1; do -+ IFS=$sp$nl -+ eval cmd=\"$cmd\" -+ IFS=$save_ifs -+ func_show_eval "$cmd" "${2-:}" -+ done -+ IFS=$save_ifs -+} -+ -+ -+# func_source file -+# Source FILE, adding directory component if necessary. -+# Note that it is not necessary on cygwin/mingw to append a dot to -+# FILE even if both FILE and FILE.exe exist: automatic-append-.exe -+# behavior happens only for exec(3), not for open(2)! Also, sourcing -+# 'FILE.' does not work on cygwin managed mounts. -+func_source () -+{ -+ $debug_cmd -+ -+ case $1 in -+ */* | *\\*) . "$1" ;; -+ *) . "./$1" ;; -+ esac -+} -+ -+ -+# func_resolve_sysroot PATH -+# Replace a leading = in PATH with a sysroot. Store the result into -+# func_resolve_sysroot_result -+func_resolve_sysroot () -+{ -+ func_resolve_sysroot_result=$1 -+ case $func_resolve_sysroot_result in -+ =*) -+ func_stripname '=' '' "$func_resolve_sysroot_result" -+ func_resolve_sysroot_result=$lt_sysroot$func_stripname_result -+ ;; -+ esac -+} -+ -+# func_replace_sysroot PATH -+# If PATH begins with the sysroot, replace it with = and -+# store the result into func_replace_sysroot_result. -+func_replace_sysroot () -+{ -+ case $lt_sysroot:$1 in -+ ?*:"$lt_sysroot"*) -+ func_stripname "$lt_sysroot" '' "$1" -+ func_replace_sysroot_result='='$func_stripname_result -+ ;; -+ *) -+ # Including no sysroot. -+ func_replace_sysroot_result=$1 -+ ;; -+ esac -+} -+ -+# func_infer_tag arg -+# Infer tagged configuration to use if any are available and -+# if one wasn't chosen via the "--tag" command line option. -+# Only attempt this if the compiler in the base compile -+# command doesn't match the default compiler. -+# arg is usually of the form 'gcc ...' -+func_infer_tag () -+{ -+ $debug_cmd -+ -+ if test -n "$available_tags" && test -z "$tagname"; then -+ CC_quoted= -+ for arg in $CC; do -+ func_append_quoted CC_quoted "$arg" -+ done -+ CC_expanded=`func_echo_all $CC` -+ CC_quoted_expanded=`func_echo_all $CC_quoted` -+ case $@ in -+ # Blanks in the command may have been stripped by the calling shell, -+ # but not from the CC environment variable when configure was run. -+ " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ -+ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; -+ # Blanks at the start of $base_compile will cause this to fail -+ # if we don't check for them as well. -+ *) -+ for z in $available_tags; do -+ if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then -+ # Evaluate the configuration. -+ eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" -+ CC_quoted= -+ for arg in $CC; do -+ # Double-quote args containing other shell metacharacters. -+ func_append_quoted CC_quoted "$arg" -+ done -+ CC_expanded=`func_echo_all $CC` -+ CC_quoted_expanded=`func_echo_all $CC_quoted` -+ case "$@ " in -+ " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ -+ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) -+ # The compiler in the base compile command matches -+ # the one in the tagged configuration. -+ # Assume this is the tagged configuration we want. -+ tagname=$z -+ break -+ ;; -+ esac -+ fi -+ done -+ # If $tagname still isn't set, then no tagged configuration -+ # was found and let the user know that the "--tag" command -+ # line option must be used. -+ if test -z "$tagname"; then -+ func_echo "unable to infer tagged configuration" -+ func_fatal_error "specify a tag with '--tag'" -+# else -+# func_verbose "using $tagname tagged configuration" -+ fi -+ ;; -+ esac -+ fi -+} -+ -+ -+ -+# func_write_libtool_object output_name pic_name nonpic_name -+# Create a libtool object file (analogous to a ".la" file), -+# but don't create it if we're doing a dry run. -+func_write_libtool_object () -+{ -+ write_libobj=$1 -+ if test yes = "$build_libtool_libs"; then -+ write_lobj=\'$2\' -+ else -+ write_lobj=none -+ fi -+ -+ if test yes = "$build_old_libs"; then -+ write_oldobj=\'$3\' -+ else -+ write_oldobj=none -+ fi -+ -+ $opt_dry_run || { -+ cat >${write_libobj}T </dev/null` -+ if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then -+ func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | -+ $SED -e "$sed_naive_backslashify"` -+ else -+ func_convert_core_file_wine_to_w32_result= -+ fi -+ fi -+} -+# end: func_convert_core_file_wine_to_w32 -+ -+ -+# func_convert_core_path_wine_to_w32 ARG -+# Helper function used by path conversion functions when $build is *nix, and -+# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly -+# configured wine environment available, with the winepath program in $build's -+# $PATH. Assumes ARG has no leading or trailing path separator characters. -+# -+# ARG is path to be converted from $build format to win32. -+# Result is available in $func_convert_core_path_wine_to_w32_result. -+# Unconvertible file (directory) names in ARG are skipped; if no directory names -+# are convertible, then the result may be empty. -+func_convert_core_path_wine_to_w32 () -+{ -+ $debug_cmd -+ -+ # unfortunately, winepath doesn't convert paths, only file names -+ func_convert_core_path_wine_to_w32_result= -+ if test -n "$1"; then -+ oldIFS=$IFS -+ IFS=: -+ for func_convert_core_path_wine_to_w32_f in $1; do -+ IFS=$oldIFS -+ func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" -+ if test -n "$func_convert_core_file_wine_to_w32_result"; then -+ if test -z "$func_convert_core_path_wine_to_w32_result"; then -+ func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result -+ else -+ func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" -+ fi -+ fi -+ done -+ IFS=$oldIFS -+ fi -+} -+# end: func_convert_core_path_wine_to_w32 -+ -+ -+# func_cygpath ARGS... -+# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when -+# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) -+# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or -+# (2), returns the Cygwin file name or path in func_cygpath_result (input -+# file name or path is assumed to be in w32 format, as previously converted -+# from $build's *nix or MSYS format). In case (3), returns the w32 file name -+# or path in func_cygpath_result (input file name or path is assumed to be in -+# Cygwin format). Returns an empty string on error. -+# -+# ARGS are passed to cygpath, with the last one being the file name or path to -+# be converted. -+# -+# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH -+# environment variable; do not put it in $PATH. -+func_cygpath () -+{ -+ $debug_cmd -+ -+ if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then -+ func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` -+ if test "$?" -ne 0; then -+ # on failure, ensure result is empty -+ func_cygpath_result= -+ fi -+ else -+ func_cygpath_result= -+ func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" -+ fi -+} -+#end: func_cygpath -+ -+ -+# func_convert_core_msys_to_w32 ARG -+# Convert file name or path ARG from MSYS format to w32 format. Return -+# result in func_convert_core_msys_to_w32_result. -+func_convert_core_msys_to_w32 () -+{ -+ $debug_cmd -+ -+ # awkward: cmd appends spaces to result -+ func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | -+ $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` -+} -+#end: func_convert_core_msys_to_w32 -+ -+ -+# func_convert_file_check ARG1 ARG2 -+# Verify that ARG1 (a file name in $build format) was converted to $host -+# format in ARG2. Otherwise, emit an error message, but continue (resetting -+# func_to_host_file_result to ARG1). -+func_convert_file_check () -+{ -+ $debug_cmd -+ -+ if test -z "$2" && test -n "$1"; then -+ func_error "Could not determine host file name corresponding to" -+ func_error " '$1'" -+ func_error "Continuing, but uninstalled executables may not work." -+ # Fallback: -+ func_to_host_file_result=$1 -+ fi -+} -+# end func_convert_file_check -+ -+ -+# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH -+# Verify that FROM_PATH (a path in $build format) was converted to $host -+# format in TO_PATH. Otherwise, emit an error message, but continue, resetting -+# func_to_host_file_result to a simplistic fallback value (see below). -+func_convert_path_check () -+{ -+ $debug_cmd -+ -+ if test -z "$4" && test -n "$3"; then -+ func_error "Could not determine the host path corresponding to" -+ func_error " '$3'" -+ func_error "Continuing, but uninstalled executables may not work." -+ # Fallback. This is a deliberately simplistic "conversion" and -+ # should not be "improved". See libtool.info. -+ if test "x$1" != "x$2"; then -+ lt_replace_pathsep_chars="s|$1|$2|g" -+ func_to_host_path_result=`echo "$3" | -+ $SED -e "$lt_replace_pathsep_chars"` -+ else -+ func_to_host_path_result=$3 -+ fi -+ fi -+} -+# end func_convert_path_check -+ -+ -+# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG -+# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT -+# and appending REPL if ORIG matches BACKPAT. -+func_convert_path_front_back_pathsep () -+{ -+ $debug_cmd -+ -+ case $4 in -+ $1 ) func_to_host_path_result=$3$func_to_host_path_result -+ ;; -+ esac -+ case $4 in -+ $2 ) func_append func_to_host_path_result "$3" -+ ;; -+ esac -+} -+# end func_convert_path_front_back_pathsep -+ -+ -+################################################## -+# $build to $host FILE NAME CONVERSION FUNCTIONS # -+################################################## -+# invoked via '$to_host_file_cmd ARG' -+# -+# In each case, ARG is the path to be converted from $build to $host format. -+# Result will be available in $func_to_host_file_result. -+ -+ -+# func_to_host_file ARG -+# Converts the file name ARG from $build format to $host format. Return result -+# in func_to_host_file_result. -+func_to_host_file () -+{ -+ $debug_cmd -+ -+ $to_host_file_cmd "$1" -+} -+# end func_to_host_file -+ -+ -+# func_to_tool_file ARG LAZY -+# converts the file name ARG from $build format to toolchain format. Return -+# result in func_to_tool_file_result. If the conversion in use is listed -+# in (the comma separated) LAZY, no conversion takes place. -+func_to_tool_file () -+{ -+ $debug_cmd -+ -+ case ,$2, in -+ *,"$to_tool_file_cmd",*) -+ func_to_tool_file_result=$1 -+ ;; -+ *) -+ $to_tool_file_cmd "$1" -+ func_to_tool_file_result=$func_to_host_file_result -+ ;; -+ esac -+} -+# end func_to_tool_file -+ -+ -+# func_convert_file_noop ARG -+# Copy ARG to func_to_host_file_result. -+func_convert_file_noop () -+{ -+ func_to_host_file_result=$1 -+} -+# end func_convert_file_noop -+ -+ -+# func_convert_file_msys_to_w32 ARG -+# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic -+# conversion to w32 is not available inside the cwrapper. Returns result in -+# func_to_host_file_result. -+func_convert_file_msys_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_file_result=$1 -+ if test -n "$1"; then -+ func_convert_core_msys_to_w32 "$1" -+ func_to_host_file_result=$func_convert_core_msys_to_w32_result -+ fi -+ func_convert_file_check "$1" "$func_to_host_file_result" -+} -+# end func_convert_file_msys_to_w32 -+ -+ -+# func_convert_file_cygwin_to_w32 ARG -+# Convert file name ARG from Cygwin to w32 format. Returns result in -+# func_to_host_file_result. -+func_convert_file_cygwin_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_file_result=$1 -+ if test -n "$1"; then -+ # because $build is cygwin, we call "the" cygpath in $PATH; no need to use -+ # LT_CYGPATH in this case. -+ func_to_host_file_result=`cygpath -m "$1"` -+ fi -+ func_convert_file_check "$1" "$func_to_host_file_result" -+} -+# end func_convert_file_cygwin_to_w32 -+ -+ -+# func_convert_file_nix_to_w32 ARG -+# Convert file name ARG from *nix to w32 format. Requires a wine environment -+# and a working winepath. Returns result in func_to_host_file_result. -+func_convert_file_nix_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_file_result=$1 -+ if test -n "$1"; then -+ func_convert_core_file_wine_to_w32 "$1" -+ func_to_host_file_result=$func_convert_core_file_wine_to_w32_result -+ fi -+ func_convert_file_check "$1" "$func_to_host_file_result" -+} -+# end func_convert_file_nix_to_w32 -+ -+ -+# func_convert_file_msys_to_cygwin ARG -+# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. -+# Returns result in func_to_host_file_result. -+func_convert_file_msys_to_cygwin () -+{ -+ $debug_cmd -+ -+ func_to_host_file_result=$1 -+ if test -n "$1"; then -+ func_convert_core_msys_to_w32 "$1" -+ func_cygpath -u "$func_convert_core_msys_to_w32_result" -+ func_to_host_file_result=$func_cygpath_result -+ fi -+ func_convert_file_check "$1" "$func_to_host_file_result" -+} -+# end func_convert_file_msys_to_cygwin -+ -+ -+# func_convert_file_nix_to_cygwin ARG -+# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed -+# in a wine environment, working winepath, and LT_CYGPATH set. Returns result -+# in func_to_host_file_result. -+func_convert_file_nix_to_cygwin () -+{ -+ $debug_cmd -+ -+ func_to_host_file_result=$1 -+ if test -n "$1"; then -+ # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. -+ func_convert_core_file_wine_to_w32 "$1" -+ func_cygpath -u "$func_convert_core_file_wine_to_w32_result" -+ func_to_host_file_result=$func_cygpath_result -+ fi -+ func_convert_file_check "$1" "$func_to_host_file_result" -+} -+# end func_convert_file_nix_to_cygwin -+ -+ -+############################################# -+# $build to $host PATH CONVERSION FUNCTIONS # -+############################################# -+# invoked via '$to_host_path_cmd ARG' -+# -+# In each case, ARG is the path to be converted from $build to $host format. -+# The result will be available in $func_to_host_path_result. -+# -+# Path separators are also converted from $build format to $host format. If -+# ARG begins or ends with a path separator character, it is preserved (but -+# converted to $host format) on output. -+# -+# All path conversion functions are named using the following convention: -+# file name conversion function : func_convert_file_X_to_Y () -+# path conversion function : func_convert_path_X_to_Y () -+# where, for any given $build/$host combination the 'X_to_Y' value is the -+# same. If conversion functions are added for new $build/$host combinations, -+# the two new functions must follow this pattern, or func_init_to_host_path_cmd -+# will break. -+ -+ -+# func_init_to_host_path_cmd -+# Ensures that function "pointer" variable $to_host_path_cmd is set to the -+# appropriate value, based on the value of $to_host_file_cmd. -+to_host_path_cmd= -+func_init_to_host_path_cmd () -+{ -+ $debug_cmd -+ -+ if test -z "$to_host_path_cmd"; then -+ func_stripname 'func_convert_file_' '' "$to_host_file_cmd" -+ to_host_path_cmd=func_convert_path_$func_stripname_result -+ fi -+} -+ -+ -+# func_to_host_path ARG -+# Converts the path ARG from $build format to $host format. Return result -+# in func_to_host_path_result. -+func_to_host_path () -+{ -+ $debug_cmd -+ -+ func_init_to_host_path_cmd -+ $to_host_path_cmd "$1" -+} -+# end func_to_host_path -+ -+ -+# func_convert_path_noop ARG -+# Copy ARG to func_to_host_path_result. -+func_convert_path_noop () -+{ -+ func_to_host_path_result=$1 -+} -+# end func_convert_path_noop -+ -+ -+# func_convert_path_msys_to_w32 ARG -+# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic -+# conversion to w32 is not available inside the cwrapper. Returns result in -+# func_to_host_path_result. -+func_convert_path_msys_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_path_result=$1 -+ if test -n "$1"; then -+ # Remove leading and trailing path separator characters from ARG. MSYS -+ # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; -+ # and winepath ignores them completely. -+ func_stripname : : "$1" -+ func_to_host_path_tmp1=$func_stripname_result -+ func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" -+ func_to_host_path_result=$func_convert_core_msys_to_w32_result -+ func_convert_path_check : ";" \ -+ "$func_to_host_path_tmp1" "$func_to_host_path_result" -+ func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" -+ fi -+} -+# end func_convert_path_msys_to_w32 -+ -+ -+# func_convert_path_cygwin_to_w32 ARG -+# Convert path ARG from Cygwin to w32 format. Returns result in -+# func_to_host_file_result. -+func_convert_path_cygwin_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_path_result=$1 -+ if test -n "$1"; then -+ # See func_convert_path_msys_to_w32: -+ func_stripname : : "$1" -+ func_to_host_path_tmp1=$func_stripname_result -+ func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` -+ func_convert_path_check : ";" \ -+ "$func_to_host_path_tmp1" "$func_to_host_path_result" -+ func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" -+ fi -+} -+# end func_convert_path_cygwin_to_w32 -+ -+ -+# func_convert_path_nix_to_w32 ARG -+# Convert path ARG from *nix to w32 format. Requires a wine environment and -+# a working winepath. Returns result in func_to_host_file_result. -+func_convert_path_nix_to_w32 () -+{ -+ $debug_cmd -+ -+ func_to_host_path_result=$1 -+ if test -n "$1"; then -+ # See func_convert_path_msys_to_w32: -+ func_stripname : : "$1" -+ func_to_host_path_tmp1=$func_stripname_result -+ func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" -+ func_to_host_path_result=$func_convert_core_path_wine_to_w32_result -+ func_convert_path_check : ";" \ -+ "$func_to_host_path_tmp1" "$func_to_host_path_result" -+ func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" -+ fi -+} -+# end func_convert_path_nix_to_w32 -+ -+ -+# func_convert_path_msys_to_cygwin ARG -+# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. -+# Returns result in func_to_host_file_result. -+func_convert_path_msys_to_cygwin () -+{ -+ $debug_cmd -+ -+ func_to_host_path_result=$1 -+ if test -n "$1"; then -+ # See func_convert_path_msys_to_w32: -+ func_stripname : : "$1" -+ func_to_host_path_tmp1=$func_stripname_result -+ func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" -+ func_cygpath -u -p "$func_convert_core_msys_to_w32_result" -+ func_to_host_path_result=$func_cygpath_result -+ func_convert_path_check : : \ -+ "$func_to_host_path_tmp1" "$func_to_host_path_result" -+ func_convert_path_front_back_pathsep ":*" "*:" : "$1" -+ fi -+} -+# end func_convert_path_msys_to_cygwin -+ -+ -+# func_convert_path_nix_to_cygwin ARG -+# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a -+# a wine environment, working winepath, and LT_CYGPATH set. Returns result in -+# func_to_host_file_result. -+func_convert_path_nix_to_cygwin () -+{ -+ $debug_cmd -+ -+ func_to_host_path_result=$1 -+ if test -n "$1"; then -+ # Remove leading and trailing path separator characters from -+ # ARG. msys behavior is inconsistent here, cygpath turns them -+ # into '.;' and ';.', and winepath ignores them completely. -+ func_stripname : : "$1" -+ func_to_host_path_tmp1=$func_stripname_result -+ func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" -+ func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" -+ func_to_host_path_result=$func_cygpath_result -+ func_convert_path_check : : \ -+ "$func_to_host_path_tmp1" "$func_to_host_path_result" -+ func_convert_path_front_back_pathsep ":*" "*:" : "$1" -+ fi -+} -+# end func_convert_path_nix_to_cygwin -+ -+ -+# func_dll_def_p FILE -+# True iff FILE is a Windows DLL '.def' file. -+# Keep in sync with _LT_DLL_DEF_P in libtool.m4 -+func_dll_def_p () -+{ -+ $debug_cmd -+ -+ func_dll_def_p_tmp=`$SED -n \ -+ -e 's/^[ ]*//' \ -+ -e '/^\(;.*\)*$/d' \ -+ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -+ -e q \ -+ "$1"` -+ test DEF = "$func_dll_def_p_tmp" -+} -+ -+ -+# func_mode_compile arg... -+func_mode_compile () -+{ -+ $debug_cmd -+ -+ # Get the compilation command and the source file. -+ base_compile= -+ srcfile=$nonopt # always keep a non-empty value in "srcfile" -+ suppress_opt=yes -+ suppress_output= -+ arg_mode=normal -+ libobj= -+ later= -+ pie_flag= -+ -+ for arg -+ do -+ case $arg_mode in -+ arg ) -+ # do not "continue". Instead, add this to base_compile -+ lastarg=$arg -+ arg_mode=normal -+ ;; -+ -+ target ) -+ libobj=$arg -+ arg_mode=normal -+ continue -+ ;; -+ -+ normal ) -+ # Accept any command-line options. -+ case $arg in -+ -o) -+ test -n "$libobj" && \ -+ func_fatal_error "you cannot specify '-o' more than once" -+ arg_mode=target -+ continue -+ ;; -+ -+ -pie | -fpie | -fPIE) -+ func_append pie_flag " $arg" -+ continue -+ ;; -+ -+ -shared | -static | -prefer-pic | -prefer-non-pic) -+ func_append later " $arg" -+ continue -+ ;; -+ -+ -no-suppress) -+ suppress_opt=no -+ continue -+ ;; -+ -+ -Xcompiler) -+ arg_mode=arg # the next one goes into the "base_compile" arg list -+ continue # The current "srcfile" will either be retained or -+ ;; # replaced later. I would guess that would be a bug. -+ -+ -Wc,*) -+ func_stripname '-Wc,' '' "$arg" -+ args=$func_stripname_result -+ lastarg= -+ save_ifs=$IFS; IFS=, -+ for arg in $args; do -+ IFS=$save_ifs -+ func_append_quoted lastarg "$arg" -+ done -+ IFS=$save_ifs -+ func_stripname ' ' '' "$lastarg" -+ lastarg=$func_stripname_result -+ -+ # Add the arguments to base_compile. -+ func_append base_compile " $lastarg" -+ continue -+ ;; -+ -+ *) -+ # Accept the current argument as the source file. -+ # The previous "srcfile" becomes the current argument. -+ # -+ lastarg=$srcfile -+ srcfile=$arg -+ ;; -+ esac # case $arg -+ ;; -+ esac # case $arg_mode -+ -+ # Aesthetically quote the previous argument. -+ func_append_quoted base_compile "$lastarg" -+ done # for arg -+ -+ case $arg_mode in -+ arg) -+ func_fatal_error "you must specify an argument for -Xcompile" -+ ;; -+ target) -+ func_fatal_error "you must specify a target with '-o'" -+ ;; -+ *) -+ # Get the name of the library object. -+ test -z "$libobj" && { -+ func_basename "$srcfile" -+ libobj=$func_basename_result -+ } -+ ;; -+ esac -+ -+ # Recognize several different file suffixes. -+ # If the user specifies -o file.o, it is replaced with file.lo -+ case $libobj in -+ *.[cCFSifmso] | \ -+ *.ada | *.adb | *.ads | *.asm | \ -+ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ -+ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) -+ func_xform "$libobj" -+ libobj=$func_xform_result -+ ;; -+ esac -+ -+ case $libobj in -+ *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; -+ *) -+ func_fatal_error "cannot determine name of library object from '$libobj'" -+ ;; -+ esac -+ -+ func_infer_tag $base_compile -+ -+ for arg in $later; do -+ case $arg in -+ -shared) -+ test yes = "$build_libtool_libs" \ -+ || func_fatal_configuration "cannot build a shared library" -+ build_old_libs=no -+ continue -+ ;; -+ -+ -static) -+ build_libtool_libs=no -+ build_old_libs=yes -+ continue -+ ;; -+ -+ -prefer-pic) -+ pic_mode=yes -+ continue -+ ;; -+ -+ -prefer-non-pic) -+ pic_mode=no -+ continue -+ ;; -+ esac -+ done -+ -+ func_quote_for_eval "$libobj" -+ test "X$libobj" != "X$func_quote_for_eval_result" \ -+ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ -+ && func_warning "libobj name '$libobj' may not contain shell special characters." -+ func_dirname_and_basename "$obj" "/" "" -+ objname=$func_basename_result -+ xdir=$func_dirname_result -+ lobj=$xdir$objdir/$objname -+ -+ test -z "$base_compile" && \ -+ func_fatal_help "you must specify a compilation command" -+ -+ # Delete any leftover library objects. -+ if test yes = "$build_old_libs"; then -+ removelist="$obj $lobj $libobj ${libobj}T" -+ else -+ removelist="$lobj $libobj ${libobj}T" -+ fi -+ -+ # On Cygwin there's no "real" PIC flag so we must build both object types -+ case $host_os in -+ cygwin* | mingw* | pw32* | os2* | cegcc*) -+ pic_mode=default -+ ;; -+ esac -+ if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then -+ # non-PIC code in shared libraries is not supported -+ pic_mode=default -+ fi -+ -+ # Calculate the filename of the output object if compiler does -+ # not support -o with -c -+ if test no = "$compiler_c_o"; then -+ output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext -+ lockfile=$output_obj.lock -+ else -+ output_obj= -+ need_locks=no -+ lockfile= -+ fi -+ -+ # Lock this critical section if it is needed -+ # We use this script file to make the link, it avoids creating a new file -+ if test yes = "$need_locks"; then -+ until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do -+ func_echo "Waiting for $lockfile to be removed" -+ sleep 2 -+ done -+ elif test warn = "$need_locks"; then -+ if test -f "$lockfile"; then -+ $ECHO "\ -+*** ERROR, $lockfile exists and contains: -+`cat $lockfile 2>/dev/null` -+ -+This indicates that another process is trying to use the same -+temporary object file, and libtool could not work around it because -+your compiler does not support '-c' and '-o' together. If you -+repeat this compilation, it may succeed, by chance, but you had better -+avoid parallel builds (make -j) in this platform, or get a better -+compiler." -+ -+ $opt_dry_run || $RM $removelist -+ exit $EXIT_FAILURE -+ fi -+ func_append removelist " $output_obj" -+ $ECHO "$srcfile" > "$lockfile" -+ fi -+ -+ $opt_dry_run || $RM $removelist -+ func_append removelist " $lockfile" -+ trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 -+ -+ func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 -+ srcfile=$func_to_tool_file_result -+ func_quote_for_eval "$srcfile" -+ qsrcfile=$func_quote_for_eval_result -+ -+ # Only build a PIC object if we are building libtool libraries. -+ if test yes = "$build_libtool_libs"; then -+ # Without this assignment, base_compile gets emptied. -+ fbsd_hideous_sh_bug=$base_compile -+ -+ if test no != "$pic_mode"; then -+ command="$base_compile $qsrcfile $pic_flag" -+ else -+ # Don't build PIC code -+ command="$base_compile $qsrcfile" -+ fi -+ -+ func_mkdir_p "$xdir$objdir" -+ -+ if test -z "$output_obj"; then -+ # Place PIC objects in $objdir -+ func_append command " -o $lobj" -+ fi -+ -+ func_show_eval_locale "$command" \ -+ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' -+ -+ if test warn = "$need_locks" && -+ test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then -+ $ECHO "\ -+*** ERROR, $lockfile contains: -+`cat $lockfile 2>/dev/null` -+ -+but it should contain: -+$srcfile -+ -+This indicates that another process is trying to use the same -+temporary object file, and libtool could not work around it because -+your compiler does not support '-c' and '-o' together. If you -+repeat this compilation, it may succeed, by chance, but you had better -+avoid parallel builds (make -j) in this platform, or get a better -+compiler." -+ -+ $opt_dry_run || $RM $removelist -+ exit $EXIT_FAILURE -+ fi -+ -+ # Just move the object if needed, then go on to compile the next one -+ if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then -+ func_show_eval '$MV "$output_obj" "$lobj"' \ -+ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' -+ fi -+ -+ # Allow error messages only from the first compilation. -+ if test yes = "$suppress_opt"; then -+ suppress_output=' >/dev/null 2>&1' -+ fi -+ fi -+ -+ # Only build a position-dependent object if we build old libraries. -+ if test yes = "$build_old_libs"; then -+ if test yes != "$pic_mode"; then -+ # Don't build PIC code -+ command="$base_compile $qsrcfile$pie_flag" -+ else -+ command="$base_compile $qsrcfile $pic_flag" -+ fi -+ if test yes = "$compiler_c_o"; then -+ func_append command " -o $obj" -+ fi -+ -+ # Suppress compiler output if we already did a PIC compilation. -+ func_append command "$suppress_output" -+ func_show_eval_locale "$command" \ -+ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' -+ -+ if test warn = "$need_locks" && -+ test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then -+ $ECHO "\ -+*** ERROR, $lockfile contains: -+`cat $lockfile 2>/dev/null` -+ -+but it should contain: -+$srcfile -+ -+This indicates that another process is trying to use the same -+temporary object file, and libtool could not work around it because -+your compiler does not support '-c' and '-o' together. If you -+repeat this compilation, it may succeed, by chance, but you had better -+avoid parallel builds (make -j) in this platform, or get a better -+compiler." -+ -+ $opt_dry_run || $RM $removelist -+ exit $EXIT_FAILURE -+ fi -+ -+ # Just move the object if needed -+ if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then -+ func_show_eval '$MV "$output_obj" "$obj"' \ -+ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' -+ fi -+ fi -+ -+ $opt_dry_run || { -+ func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" -+ -+ # Unlock the critical section if it was locked -+ if test no != "$need_locks"; then -+ removelist=$lockfile -+ $RM "$lockfile" -+ fi -+ } -+ -+ exit $EXIT_SUCCESS -+} -+ -+$opt_help || { -+ test compile = "$opt_mode" && func_mode_compile ${1+"$@"} -+} -+ -+func_mode_help () -+{ -+ # We need to display help for each of the modes. -+ case $opt_mode in -+ "") -+ # Generic help is extracted from the usage comments -+ # at the start of this file. -+ func_help -+ ;; -+ -+ clean) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... -+ -+Remove files from the build directory. -+ -+RM is the name of the program to use to delete files associated with each FILE -+(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed -+to RM. -+ -+If FILE is a libtool library, object or program, all the files associated -+with it are deleted. Otherwise, only FILE itself is deleted using RM." -+ ;; -+ -+ compile) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE -+ -+Compile a source file into a libtool library object. -+ -+This mode accepts the following additional options: -+ -+ -o OUTPUT-FILE set the output file name to OUTPUT-FILE -+ -no-suppress do not suppress compiler output for multiple passes -+ -prefer-pic try to build PIC objects only -+ -prefer-non-pic try to build non-PIC objects only -+ -shared do not build a '.o' file suitable for static linking -+ -static only build a '.o' file suitable for static linking -+ -Wc,FLAG pass FLAG directly to the compiler -+ -+COMPILE-COMMAND is a command to be used in creating a 'standard' object file -+from the given SOURCEFILE. -+ -+The output file name is determined by removing the directory component from -+SOURCEFILE, then substituting the C source code suffix '.c' with the -+library object suffix, '.lo'." -+ ;; -+ -+ execute) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... -+ -+Automatically set library path, then run a program. -+ -+This mode accepts the following additional options: -+ -+ -dlopen FILE add the directory containing FILE to the library path -+ -+This mode sets the library path environment variable according to '-dlopen' -+flags. -+ -+If any of the ARGS are libtool executable wrappers, then they are translated -+into their corresponding uninstalled binary, and any of their required library -+directories are added to the library path. -+ -+Then, COMMAND is executed, with ARGS as arguments." -+ ;; -+ -+ finish) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... -+ -+Complete the installation of libtool libraries. -+ -+Each LIBDIR is a directory that contains libtool libraries. -+ -+The commands that this mode executes may require superuser privileges. Use -+the '--dry-run' option if you just want to see what would be executed." -+ ;; -+ -+ install) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... -+ -+Install executables or libraries. -+ -+INSTALL-COMMAND is the installation command. The first component should be -+either the 'install' or 'cp' program. -+ -+The following components of INSTALL-COMMAND are treated specially: -+ -+ -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation -+ -+The rest of the components are interpreted as arguments to that command (only -+BSD-compatible install options are recognized)." -+ ;; -+ -+ link) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... -+ -+Link object files or libraries together to form another library, or to -+create an executable program. -+ -+LINK-COMMAND is a command using the C compiler that you would use to create -+a program from several object files. -+ -+The following components of LINK-COMMAND are treated specially: -+ -+ -all-static do not do any dynamic linking at all -+ -avoid-version do not add a version suffix if possible -+ -bindir BINDIR specify path to binaries directory (for systems where -+ libraries must be found in the PATH setting at runtime) -+ -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -+ -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -+ -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -+ -export-symbols SYMFILE -+ try to export only the symbols listed in SYMFILE -+ -export-symbols-regex REGEX -+ try to export only the symbols matching REGEX -+ -LLIBDIR search LIBDIR for required installed libraries -+ -lNAME OUTPUT-FILE requires the installed library libNAME -+ -module build a library that can dlopened -+ -no-fast-install disable the fast-install mode -+ -no-install link a not-installable executable -+ -no-undefined declare that a library does not refer to external symbols -+ -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -+ -objectlist FILE use a list of object files found in FILE to specify objects -+ -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -+ -precious-files-regex REGEX -+ don't remove output files matching REGEX -+ -release RELEASE specify package release information -+ -rpath LIBDIR the created library will eventually be installed in LIBDIR -+ -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -+ -shared only do dynamic linking of libtool libraries -+ -shrext SUFFIX override the standard shared library file extension -+ -static do not do any dynamic linking of uninstalled libtool libraries -+ -static-libtool-libs -+ do not do any dynamic linking of libtool libraries -+ -version-info CURRENT[:REVISION[:AGE]] -+ specify library version info [each variable defaults to 0] -+ -weak LIBNAME declare that the target provides the LIBNAME interface -+ -Wc,FLAG -+ -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -+ -Wl,FLAG -+ -Xlinker FLAG pass linker-specific FLAG directly to the linker -+ -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) -+ -+All other options (arguments beginning with '-') are ignored. -+ -+Every other argument is treated as a filename. Files ending in '.la' are -+treated as uninstalled libtool libraries, other files are standard or library -+object files. -+ -+If the OUTPUT-FILE ends in '.la', then a libtool library is created, -+only library objects ('.lo' files) may be specified, and '-rpath' is -+required, except when creating a convenience library. -+ -+If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created -+using 'ar' and 'ranlib', or on Windows using 'lib'. -+ -+If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file -+is created, otherwise an executable program is created." -+ ;; -+ -+ uninstall) -+ $ECHO \ -+"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... -+ -+Remove libraries from an installation directory. -+ -+RM is the name of the program to use to delete files associated with each FILE -+(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed -+to RM. -+ -+If FILE is a libtool library, all the files associated with it are deleted. -+Otherwise, only FILE itself is deleted using RM." -+ ;; -+ -+ *) -+ func_fatal_help "invalid operation mode '$opt_mode'" -+ ;; -+ esac -+ -+ echo -+ $ECHO "Try '$progname --help' for more information about other modes." -+} -+ -+# Now that we've collected a possible --mode arg, show help if necessary -+if $opt_help; then -+ if test : = "$opt_help"; then -+ func_mode_help -+ else -+ { -+ func_help noexit -+ for opt_mode in compile link execute install finish uninstall clean; do -+ func_mode_help -+ done -+ } | $SED -n '1p; 2,$s/^Usage:/ or: /p' -+ { -+ func_help noexit -+ for opt_mode in compile link execute install finish uninstall clean; do -+ echo -+ func_mode_help -+ done -+ } | -+ $SED '1d -+ /^When reporting/,/^Report/{ -+ H -+ d -+ } -+ $x -+ /information about other modes/d -+ /more detailed .*MODE/d -+ s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' -+ fi -+ exit $? -+fi -+ -+ -+# func_mode_execute arg... -+func_mode_execute () -+{ -+ $debug_cmd -+ -+ # The first argument is the command name. -+ cmd=$nonopt -+ test -z "$cmd" && \ -+ func_fatal_help "you must specify a COMMAND" -+ -+ # Handle -dlopen flags immediately. -+ for file in $opt_dlopen; do -+ test -f "$file" \ -+ || func_fatal_help "'$file' is not a file" -+ -+ dir= -+ case $file in -+ *.la) -+ func_resolve_sysroot "$file" -+ file=$func_resolve_sysroot_result -+ -+ # Check to see that this really is a libtool archive. -+ func_lalib_unsafe_p "$file" \ -+ || func_fatal_help "'$lib' is not a valid libtool archive" -+ -+ # Read the libtool library. -+ dlname= -+ library_names= -+ func_source "$file" -+ -+ # Skip this library if it cannot be dlopened. -+ if test -z "$dlname"; then -+ # Warn if it was a shared library. -+ test -n "$library_names" && \ -+ func_warning "'$file' was not linked with '-export-dynamic'" -+ continue -+ fi -+ -+ func_dirname "$file" "" "." -+ dir=$func_dirname_result -+ -+ if test -f "$dir/$objdir/$dlname"; then -+ func_append dir "/$objdir" -+ else -+ if test ! -f "$dir/$dlname"; then -+ func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" -+ fi -+ fi -+ ;; -+ -+ *.lo) -+ # Just add the directory containing the .lo file. -+ func_dirname "$file" "" "." -+ dir=$func_dirname_result -+ ;; -+ -+ *) -+ func_warning "'-dlopen' is ignored for non-libtool libraries and objects" -+ continue -+ ;; -+ esac -+ -+ # Get the absolute pathname. -+ absdir=`cd "$dir" && pwd` -+ test -n "$absdir" && dir=$absdir -+ -+ # Now add the directory to shlibpath_var. -+ if eval "test -z \"\$$shlibpath_var\""; then -+ eval "$shlibpath_var=\"\$dir\"" -+ else -+ eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" -+ fi -+ done -+ -+ # This variable tells wrapper scripts just to set shlibpath_var -+ # rather than running their programs. -+ libtool_execute_magic=$magic -+ -+ # Check if any of the arguments is a wrapper script. -+ args= -+ for file -+ do -+ case $file in -+ -* | *.la | *.lo ) ;; -+ *) -+ # Do a test to see if this is really a libtool program. -+ if func_ltwrapper_script_p "$file"; then -+ func_source "$file" -+ # Transform arg to wrapped name. -+ file=$progdir/$program -+ elif func_ltwrapper_executable_p "$file"; then -+ func_ltwrapper_scriptname "$file" -+ func_source "$func_ltwrapper_scriptname_result" -+ # Transform arg to wrapped name. -+ file=$progdir/$program -+ fi -+ ;; -+ esac -+ # Quote arguments (to preserve shell metacharacters). -+ func_append_quoted args "$file" -+ done -+ -+ if $opt_dry_run; then -+ # Display what would be done. -+ if test -n "$shlibpath_var"; then -+ eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" -+ echo "export $shlibpath_var" -+ fi -+ $ECHO "$cmd$args" -+ exit $EXIT_SUCCESS -+ else -+ if test -n "$shlibpath_var"; then -+ # Export the shlibpath_var. -+ eval "export $shlibpath_var" -+ fi -+ -+ # Restore saved environment variables -+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES -+ do -+ eval "if test \"\${save_$lt_var+set}\" = set; then -+ $lt_var=\$save_$lt_var; export $lt_var -+ else -+ $lt_unset $lt_var -+ fi" -+ done -+ -+ # Now prepare to actually exec the command. -+ exec_cmd=\$cmd$args -+ fi -+} -+ -+test execute = "$opt_mode" && func_mode_execute ${1+"$@"} -+ -+ -+# func_mode_finish arg... -+func_mode_finish () -+{ -+ $debug_cmd -+ -+ libs= -+ libdirs= -+ admincmds= -+ -+ for opt in "$nonopt" ${1+"$@"} -+ do -+ if test -d "$opt"; then -+ func_append libdirs " $opt" -+ -+ elif test -f "$opt"; then -+ if func_lalib_unsafe_p "$opt"; then -+ func_append libs " $opt" -+ else -+ func_warning "'$opt' is not a valid libtool archive" -+ fi -+ -+ else -+ func_fatal_error "invalid argument '$opt'" -+ fi -+ done -+ -+ if test -n "$libs"; then -+ if test -n "$lt_sysroot"; then -+ sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` -+ sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" -+ else -+ sysroot_cmd= -+ fi -+ -+ # Remove sysroot references -+ if $opt_dry_run; then -+ for lib in $libs; do -+ echo "removing references to $lt_sysroot and '=' prefixes from $lib" -+ done -+ else -+ tmpdir=`func_mktempdir` -+ for lib in $libs; do -+ $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ -+ > $tmpdir/tmp-la -+ mv -f $tmpdir/tmp-la $lib -+ done -+ ${RM}r "$tmpdir" -+ fi -+ fi -+ -+ if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then -+ for libdir in $libdirs; do -+ if test -n "$finish_cmds"; then -+ # Do each command in the finish commands. -+ func_execute_cmds "$finish_cmds" 'admincmds="$admincmds -+'"$cmd"'"' -+ fi -+ if test -n "$finish_eval"; then -+ # Do the single finish_eval. -+ eval cmds=\"$finish_eval\" -+ $opt_dry_run || eval "$cmds" || func_append admincmds " -+ $cmds" -+ fi -+ done -+ fi -+ -+ # Exit here if they wanted silent mode. -+ $opt_quiet && exit $EXIT_SUCCESS -+ -+ if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then -+ echo "----------------------------------------------------------------------" -+ echo "Libraries have been installed in:" -+ for libdir in $libdirs; do -+ $ECHO " $libdir" -+ done -+ echo -+ echo "If you ever happen to want to link against installed libraries" -+ echo "in a given directory, LIBDIR, you must either use libtool, and" -+ echo "specify the full pathname of the library, or use the '-LLIBDIR'" -+ echo "flag during linking and do at least one of the following:" -+ if test -n "$shlibpath_var"; then -+ echo " - add LIBDIR to the '$shlibpath_var' environment variable" -+ echo " during execution" -+ fi -+ if test -n "$runpath_var"; then -+ echo " - add LIBDIR to the '$runpath_var' environment variable" -+ echo " during linking" -+ fi -+ if test -n "$hardcode_libdir_flag_spec"; then -+ libdir=LIBDIR -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ -+ $ECHO " - use the '$flag' linker flag" -+ fi -+ if test -n "$admincmds"; then -+ $ECHO " - have your system administrator run these commands:$admincmds" -+ fi -+ if test -f /etc/ld.so.conf; then -+ echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" -+ fi -+ echo -+ -+ echo "See any operating system documentation about shared libraries for" -+ case $host in -+ solaris2.[6789]|solaris2.1[0-9]) -+ echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" -+ echo "pages." -+ ;; -+ *) -+ echo "more information, such as the ld(1) and ld.so(8) manual pages." -+ ;; -+ esac -+ echo "----------------------------------------------------------------------" -+ fi -+ exit $EXIT_SUCCESS -+} -+ -+test finish = "$opt_mode" && func_mode_finish ${1+"$@"} -+ -+ -+# func_mode_install arg... -+func_mode_install () -+{ -+ $debug_cmd -+ -+ # There may be an optional sh(1) argument at the beginning of -+ # install_prog (especially on Windows NT). -+ if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || -+ # Allow the use of GNU shtool's install command. -+ case $nonopt in *shtool*) :;; *) false;; esac -+ then -+ # Aesthetically quote it. -+ func_quote_for_eval "$nonopt" -+ install_prog="$func_quote_for_eval_result " -+ arg=$1 -+ shift -+ else -+ install_prog= -+ arg=$nonopt -+ fi -+ -+ # The real first argument should be the name of the installation program. -+ # Aesthetically quote it. -+ func_quote_for_eval "$arg" -+ func_append install_prog "$func_quote_for_eval_result" -+ install_shared_prog=$install_prog -+ case " $install_prog " in -+ *[\\\ /]cp\ *) install_cp=: ;; -+ *) install_cp=false ;; -+ esac -+ -+ # We need to accept at least all the BSD install flags. -+ dest= -+ files= -+ opts= -+ prev= -+ install_type= -+ isdir=false -+ stripme= -+ no_mode=: -+ for arg -+ do -+ arg2= -+ if test -n "$dest"; then -+ func_append files " $dest" -+ dest=$arg -+ continue -+ fi -+ -+ case $arg in -+ -d) isdir=: ;; -+ -f) -+ if $install_cp; then :; else -+ prev=$arg -+ fi -+ ;; -+ -g | -m | -o) -+ prev=$arg -+ ;; -+ -s) -+ stripme=" -s" -+ continue -+ ;; -+ -*) -+ ;; -+ *) -+ # If the previous option needed an argument, then skip it. -+ if test -n "$prev"; then -+ if test X-m = "X$prev" && test -n "$install_override_mode"; then -+ arg2=$install_override_mode -+ no_mode=false -+ fi -+ prev= -+ else -+ dest=$arg -+ continue -+ fi -+ ;; -+ esac -+ -+ # Aesthetically quote the argument. -+ func_quote_for_eval "$arg" -+ func_append install_prog " $func_quote_for_eval_result" -+ if test -n "$arg2"; then -+ func_quote_for_eval "$arg2" -+ fi -+ func_append install_shared_prog " $func_quote_for_eval_result" -+ done -+ -+ test -z "$install_prog" && \ -+ func_fatal_help "you must specify an install program" -+ -+ test -n "$prev" && \ -+ func_fatal_help "the '$prev' option requires an argument" -+ -+ if test -n "$install_override_mode" && $no_mode; then -+ if $install_cp; then :; else -+ func_quote_for_eval "$install_override_mode" -+ func_append install_shared_prog " -m $func_quote_for_eval_result" -+ fi -+ fi -+ -+ if test -z "$files"; then -+ if test -z "$dest"; then -+ func_fatal_help "no file or destination specified" -+ else -+ func_fatal_help "you must specify a destination" -+ fi -+ fi -+ -+ # Strip any trailing slash from the destination. -+ func_stripname '' '/' "$dest" -+ dest=$func_stripname_result -+ -+ # Check to see that the destination is a directory. -+ test -d "$dest" && isdir=: -+ if $isdir; then -+ destdir=$dest -+ destname= -+ else -+ func_dirname_and_basename "$dest" "" "." -+ destdir=$func_dirname_result -+ destname=$func_basename_result -+ -+ # Not a directory, so check to see that there is only one file specified. -+ set dummy $files; shift -+ test "$#" -gt 1 && \ -+ func_fatal_help "'$dest' is not a directory" -+ fi -+ case $destdir in -+ [\\/]* | [A-Za-z]:[\\/]*) ;; -+ *) -+ for file in $files; do -+ case $file in -+ *.lo) ;; -+ *) -+ func_fatal_help "'$destdir' must be an absolute directory name" -+ ;; -+ esac -+ done -+ ;; -+ esac -+ -+ # This variable tells wrapper scripts just to set variables rather -+ # than running their programs. -+ libtool_install_magic=$magic -+ -+ staticlibs= -+ future_libdirs= -+ current_libdirs= -+ for file in $files; do -+ -+ # Do each installation. -+ case $file in -+ *.$libext) -+ # Do the static libraries later. -+ func_append staticlibs " $file" -+ ;; -+ -+ *.la) -+ func_resolve_sysroot "$file" -+ file=$func_resolve_sysroot_result -+ -+ # Check to see that this really is a libtool archive. -+ func_lalib_unsafe_p "$file" \ -+ || func_fatal_help "'$file' is not a valid libtool archive" -+ -+ library_names= -+ old_library= -+ relink_command= -+ func_source "$file" -+ -+ # Add the libdir to current_libdirs if it is the destination. -+ if test "X$destdir" = "X$libdir"; then -+ case "$current_libdirs " in -+ *" $libdir "*) ;; -+ *) func_append current_libdirs " $libdir" ;; -+ esac -+ else -+ # Note the libdir as a future libdir. -+ case "$future_libdirs " in -+ *" $libdir "*) ;; -+ *) func_append future_libdirs " $libdir" ;; -+ esac -+ fi -+ -+ func_dirname "$file" "/" "" -+ dir=$func_dirname_result -+ func_append dir "$objdir" -+ -+ if test -n "$relink_command"; then -+ # Determine the prefix the user has applied to our future dir. -+ inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` -+ -+ # Don't allow the user to place us outside of our expected -+ # location b/c this prevents finding dependent libraries that -+ # are installed to the same prefix. -+ # At present, this check doesn't affect windows .dll's that -+ # are installed into $libdir/../bin (currently, that works fine) -+ # but it's something to keep an eye on. -+ test "$inst_prefix_dir" = "$destdir" && \ -+ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" -+ -+ if test -n "$inst_prefix_dir"; then -+ # Stick the inst_prefix_dir data into the link command. -+ relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` -+ else -+ relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` -+ fi -+ -+ func_warning "relinking '$file'" -+ func_show_eval "$relink_command" \ -+ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' -+ fi -+ -+ # See the names of the shared library. -+ set dummy $library_names; shift -+ if test -n "$1"; then -+ realname=$1 -+ shift -+ -+ srcname=$realname -+ test -n "$relink_command" && srcname=${realname}T -+ -+ # Install the shared library and build the symlinks. -+ func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ -+ 'exit $?' -+ tstripme=$stripme -+ case $host_os in -+ cygwin* | mingw* | pw32* | cegcc*) -+ case $realname in -+ *.dll.a) -+ tstripme= -+ ;; -+ esac -+ ;; -+ os2*) -+ case $realname in -+ *_dll.a) -+ tstripme= -+ ;; -+ esac -+ ;; -+ esac -+ if test -n "$tstripme" && test -n "$striplib"; then -+ func_show_eval "$striplib $destdir/$realname" 'exit $?' -+ fi -+ -+ if test "$#" -gt 0; then -+ # Delete the old symlinks, and create new ones. -+ # Try 'ln -sf' first, because the 'ln' binary might depend on -+ # the symlink we replace! Solaris /bin/ln does not understand -f, -+ # so we also need to try rm && ln -s. -+ for linkname -+ do -+ test "$linkname" != "$realname" \ -+ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" -+ done -+ fi -+ -+ # Do each command in the postinstall commands. -+ lib=$destdir/$realname -+ func_execute_cmds "$postinstall_cmds" 'exit $?' -+ fi -+ -+ # Install the pseudo-library for information purposes. -+ func_basename "$file" -+ name=$func_basename_result -+ instname=$dir/${name}i -+ func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' -+ -+ # Maybe install the static library, too. -+ test -n "$old_library" && func_append staticlibs " $dir/$old_library" -+ ;; -+ -+ *.lo) -+ # Install (i.e. copy) a libtool object. -+ -+ # Figure out destination file name, if it wasn't already specified. -+ if test -n "$destname"; then -+ destfile=$destdir/$destname -+ else -+ func_basename "$file" -+ destfile=$func_basename_result -+ destfile=$destdir/$destfile -+ fi -+ -+ # Deduce the name of the destination old-style object file. -+ case $destfile in -+ *.lo) -+ func_lo2o "$destfile" -+ staticdest=$func_lo2o_result -+ ;; -+ *.$objext) -+ staticdest=$destfile -+ destfile= -+ ;; -+ *) -+ func_fatal_help "cannot copy a libtool object to '$destfile'" -+ ;; -+ esac -+ -+ # Install the libtool object if requested. -+ test -n "$destfile" && \ -+ func_show_eval "$install_prog $file $destfile" 'exit $?' -+ -+ # Install the old object if enabled. -+ if test yes = "$build_old_libs"; then -+ # Deduce the name of the old-style object file. -+ func_lo2o "$file" -+ staticobj=$func_lo2o_result -+ func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' -+ fi -+ exit $EXIT_SUCCESS -+ ;; -+ -+ *) -+ # Figure out destination file name, if it wasn't already specified. -+ if test -n "$destname"; then -+ destfile=$destdir/$destname -+ else -+ func_basename "$file" -+ destfile=$func_basename_result -+ destfile=$destdir/$destfile -+ fi -+ -+ # If the file is missing, and there is a .exe on the end, strip it -+ # because it is most likely a libtool script we actually want to -+ # install -+ stripped_ext= -+ case $file in -+ *.exe) -+ if test ! -f "$file"; then -+ func_stripname '' '.exe' "$file" -+ file=$func_stripname_result -+ stripped_ext=.exe -+ fi -+ ;; -+ esac -+ -+ # Do a test to see if this is really a libtool program. -+ case $host in -+ *cygwin* | *mingw*) -+ if func_ltwrapper_executable_p "$file"; then -+ func_ltwrapper_scriptname "$file" -+ wrapper=$func_ltwrapper_scriptname_result -+ else -+ func_stripname '' '.exe' "$file" -+ wrapper=$func_stripname_result -+ fi -+ ;; -+ *) -+ wrapper=$file -+ ;; -+ esac -+ if func_ltwrapper_script_p "$wrapper"; then -+ notinst_deplibs= -+ relink_command= -+ -+ func_source "$wrapper" -+ -+ # Check the variables that should have been set. -+ test -z "$generated_by_libtool_version" && \ -+ func_fatal_error "invalid libtool wrapper script '$wrapper'" -+ -+ finalize=: -+ for lib in $notinst_deplibs; do -+ # Check to see that each library is installed. -+ libdir= -+ if test -f "$lib"; then -+ func_source "$lib" -+ fi -+ libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` -+ if test -n "$libdir" && test ! -f "$libfile"; then -+ func_warning "'$lib' has not been installed in '$libdir'" -+ finalize=false -+ fi -+ done -+ -+ relink_command= -+ func_source "$wrapper" -+ -+ outputname= -+ if test no = "$fast_install" && test -n "$relink_command"; then -+ $opt_dry_run || { -+ if $finalize; then -+ tmpdir=`func_mktempdir` -+ func_basename "$file$stripped_ext" -+ file=$func_basename_result -+ outputname=$tmpdir/$file -+ # Replace the output file specification. -+ relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` -+ -+ $opt_quiet || { -+ func_quote_for_expand "$relink_command" -+ eval "func_echo $func_quote_for_expand_result" -+ } -+ if eval "$relink_command"; then : -+ else -+ func_error "error: relink '$file' with the above command before installing it" -+ $opt_dry_run || ${RM}r "$tmpdir" -+ continue -+ fi -+ file=$outputname -+ else -+ func_warning "cannot relink '$file'" -+ fi -+ } -+ else -+ # Install the binary that we compiled earlier. -+ file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` -+ fi -+ fi -+ -+ # remove .exe since cygwin /usr/bin/install will append another -+ # one anyway -+ case $install_prog,$host in -+ */usr/bin/install*,*cygwin*) -+ case $file:$destfile in -+ *.exe:*.exe) -+ # this is ok -+ ;; -+ *.exe:*) -+ destfile=$destfile.exe -+ ;; -+ *:*.exe) -+ func_stripname '' '.exe' "$destfile" -+ destfile=$func_stripname_result -+ ;; -+ esac -+ ;; -+ esac -+ func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' -+ $opt_dry_run || if test -n "$outputname"; then -+ ${RM}r "$tmpdir" -+ fi -+ ;; -+ esac -+ done -+ -+ for file in $staticlibs; do -+ func_basename "$file" -+ name=$func_basename_result -+ -+ # Set up the ranlib parameters. -+ oldlib=$destdir/$name -+ func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 -+ tool_oldlib=$func_to_tool_file_result -+ -+ func_show_eval "$install_prog \$file \$oldlib" 'exit $?' -+ -+ if test -n "$stripme" && test -n "$old_striplib"; then -+ func_show_eval "$old_striplib $tool_oldlib" 'exit $?' -+ fi -+ -+ # Do each command in the postinstall commands. -+ func_execute_cmds "$old_postinstall_cmds" 'exit $?' -+ done -+ -+ test -n "$future_libdirs" && \ -+ func_warning "remember to run '$progname --finish$future_libdirs'" -+ -+ if test -n "$current_libdirs"; then -+ # Maybe just do a dry run. -+ $opt_dry_run && current_libdirs=" -n$current_libdirs" -+ exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' -+ else -+ exit $EXIT_SUCCESS -+ fi -+} -+ -+test install = "$opt_mode" && func_mode_install ${1+"$@"} -+ -+ -+# func_generate_dlsyms outputname originator pic_p -+# Extract symbols from dlprefiles and create ${outputname}S.o with -+# a dlpreopen symbol table. -+func_generate_dlsyms () -+{ -+ $debug_cmd -+ -+ my_outputname=$1 -+ my_originator=$2 -+ my_pic_p=${3-false} -+ my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` -+ my_dlsyms= -+ -+ if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then -+ if test -n "$NM" && test -n "$global_symbol_pipe"; then -+ my_dlsyms=${my_outputname}S.c -+ else -+ func_error "not configured to extract global symbols from dlpreopened files" -+ fi -+ fi -+ -+ if test -n "$my_dlsyms"; then -+ case $my_dlsyms in -+ "") ;; -+ *.c) -+ # Discover the nlist of each of the dlfiles. -+ nlist=$output_objdir/$my_outputname.nm -+ -+ func_show_eval "$RM $nlist ${nlist}S ${nlist}T" -+ -+ # Parse the name list into a source file. -+ func_verbose "creating $output_objdir/$my_dlsyms" -+ -+ $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ -+/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ -+/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ -+ -+#ifdef __cplusplus -+extern \"C\" { -+#endif -+ -+#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) -+#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" -+#endif -+ -+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -+#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE -+/* DATA imports from DLLs on WIN32 can't be const, because runtime -+ relocations are performed -- see ld's documentation on pseudo-relocs. */ -+# define LT_DLSYM_CONST -+#elif defined __osf__ -+/* This system does not cope well with relocations in const data. */ -+# define LT_DLSYM_CONST -+#else -+# define LT_DLSYM_CONST const -+#endif -+ -+#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) -+ -+/* External symbol declarations for the compiler. */\ -+" -+ -+ if test yes = "$dlself"; then -+ func_verbose "generating symbol list for '$output'" -+ -+ $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" -+ -+ # Add our own program objects to the symbol list. -+ progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` -+ for progfile in $progfiles; do -+ func_to_tool_file "$progfile" func_convert_file_msys_to_w32 -+ func_verbose "extracting global C symbols from '$func_to_tool_file_result'" -+ $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" -+ done -+ -+ if test -n "$exclude_expsyms"; then -+ $opt_dry_run || { -+ eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' -+ eval '$MV "$nlist"T "$nlist"' -+ } -+ fi -+ -+ if test -n "$export_symbols_regex"; then -+ $opt_dry_run || { -+ eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' -+ eval '$MV "$nlist"T "$nlist"' -+ } -+ fi -+ -+ # Prepare the list of exported symbols -+ if test -z "$export_symbols"; then -+ export_symbols=$output_objdir/$outputname.exp -+ $opt_dry_run || { -+ $RM $export_symbols -+ eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' -+ case $host in -+ *cygwin* | *mingw* | *cegcc* ) -+ eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' -+ eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' -+ ;; -+ esac -+ } -+ else -+ $opt_dry_run || { -+ eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' -+ eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' -+ eval '$MV "$nlist"T "$nlist"' -+ case $host in -+ *cygwin* | *mingw* | *cegcc* ) -+ eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' -+ eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' -+ ;; -+ esac -+ } -+ fi -+ fi -+ -+ for dlprefile in $dlprefiles; do -+ func_verbose "extracting global C symbols from '$dlprefile'" -+ func_basename "$dlprefile" -+ name=$func_basename_result -+ case $host in -+ *cygwin* | *mingw* | *cegcc* ) -+ # if an import library, we need to obtain dlname -+ if func_win32_import_lib_p "$dlprefile"; then -+ func_tr_sh "$dlprefile" -+ eval "curr_lafile=\$libfile_$func_tr_sh_result" -+ dlprefile_dlbasename= -+ if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then -+ # Use subshell, to avoid clobbering current variable values -+ dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` -+ if test -n "$dlprefile_dlname"; then -+ func_basename "$dlprefile_dlname" -+ dlprefile_dlbasename=$func_basename_result -+ else -+ # no lafile. user explicitly requested -dlpreopen . -+ $sharedlib_from_linklib_cmd "$dlprefile" -+ dlprefile_dlbasename=$sharedlib_from_linklib_result -+ fi -+ fi -+ $opt_dry_run || { -+ if test -n "$dlprefile_dlbasename"; then -+ eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' -+ else -+ func_warning "Could not compute DLL name from $name" -+ eval '$ECHO ": $name " >> "$nlist"' -+ fi -+ func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 -+ eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | -+ $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" -+ } -+ else # not an import lib -+ $opt_dry_run || { -+ eval '$ECHO ": $name " >> "$nlist"' -+ func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 -+ eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" -+ } -+ fi -+ ;; -+ *) -+ $opt_dry_run || { -+ eval '$ECHO ": $name " >> "$nlist"' -+ func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 -+ eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" -+ } -+ ;; -+ esac -+ done -+ -+ $opt_dry_run || { -+ # Make sure we have at least an empty file. -+ test -f "$nlist" || : > "$nlist" -+ -+ if test -n "$exclude_expsyms"; then -+ $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T -+ $MV "$nlist"T "$nlist" -+ fi -+ -+ # Try sorting and uniquifying the output. -+ if $GREP -v "^: " < "$nlist" | -+ if sort -k 3 /dev/null 2>&1; then -+ sort -k 3 -+ else -+ sort +2 -+ fi | -+ uniq > "$nlist"S; then -+ : -+ else -+ $GREP -v "^: " < "$nlist" > "$nlist"S -+ fi -+ -+ if test -f "$nlist"S; then -+ eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' -+ else -+ echo '/* NONE */' >> "$output_objdir/$my_dlsyms" -+ fi -+ -+ func_show_eval '$RM "${nlist}I"' -+ if test -n "$global_symbol_to_import"; then -+ eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' -+ fi -+ -+ echo >> "$output_objdir/$my_dlsyms" "\ -+ -+/* The mapping between symbol names and symbols. */ -+typedef struct { -+ const char *name; -+ void *address; -+} lt_dlsymlist; -+extern LT_DLSYM_CONST lt_dlsymlist -+lt_${my_prefix}_LTX_preloaded_symbols[];\ -+" -+ -+ if test -s "$nlist"I; then -+ echo >> "$output_objdir/$my_dlsyms" "\ -+static void lt_syminit(void) -+{ -+ LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; -+ for (; symbol->name; ++symbol) -+ {" -+ $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" -+ echo >> "$output_objdir/$my_dlsyms" "\ -+ } -+}" -+ fi -+ echo >> "$output_objdir/$my_dlsyms" "\ -+LT_DLSYM_CONST lt_dlsymlist -+lt_${my_prefix}_LTX_preloaded_symbols[] = -+{ {\"$my_originator\", (void *) 0}," -+ -+ if test -s "$nlist"I; then -+ echo >> "$output_objdir/$my_dlsyms" "\ -+ {\"@INIT@\", (void *) <_syminit}," -+ fi -+ -+ case $need_lib_prefix in -+ no) -+ eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" -+ ;; -+ *) -+ eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" -+ ;; -+ esac -+ echo >> "$output_objdir/$my_dlsyms" "\ -+ {0, (void *) 0} -+}; -+ -+/* This works around a problem in FreeBSD linker */ -+#ifdef FREEBSD_WORKAROUND -+static const void *lt_preloaded_setup() { -+ return lt_${my_prefix}_LTX_preloaded_symbols; -+} -+#endif -+ -+#ifdef __cplusplus -+} -+#endif\ -+" -+ } # !$opt_dry_run -+ -+ pic_flag_for_symtable= -+ case "$compile_command " in -+ *" -static "*) ;; -+ *) -+ case $host in -+ # compiling the symbol table file with pic_flag works around -+ # a FreeBSD bug that causes programs to crash when -lm is -+ # linked before any other PIC object. But we must not use -+ # pic_flag when linking with -static. The problem exists in -+ # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. -+ *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) -+ pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; -+ *-*-hpux*) -+ pic_flag_for_symtable=" $pic_flag" ;; -+ *) -+ $my_pic_p && pic_flag_for_symtable=" $pic_flag" -+ ;; -+ esac -+ ;; -+ esac -+ symtab_cflags= -+ for arg in $LTCFLAGS; do -+ case $arg in -+ -pie | -fpie | -fPIE) ;; -+ *) func_append symtab_cflags " $arg" ;; -+ esac -+ done -+ -+ # Now compile the dynamic symbol file. -+ func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' -+ -+ # Clean up the generated files. -+ func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' -+ -+ # Transform the symbol file into the correct name. -+ symfileobj=$output_objdir/${my_outputname}S.$objext -+ case $host in -+ *cygwin* | *mingw* | *cegcc* ) -+ if test -f "$output_objdir/$my_outputname.def"; then -+ compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` -+ finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` -+ else -+ compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` -+ finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` -+ fi -+ ;; -+ *) -+ compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` -+ finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` -+ ;; -+ esac -+ ;; -+ *) -+ func_fatal_error "unknown suffix for '$my_dlsyms'" -+ ;; -+ esac -+ else -+ # We keep going just in case the user didn't refer to -+ # lt_preloaded_symbols. The linker will fail if global_symbol_pipe -+ # really was required. -+ -+ # Nullify the symbol file. -+ compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` -+ finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` -+ fi -+} -+ -+# func_cygming_gnu_implib_p ARG -+# This predicate returns with zero status (TRUE) if -+# ARG is a GNU/binutils-style import library. Returns -+# with nonzero status (FALSE) otherwise. -+func_cygming_gnu_implib_p () -+{ -+ $debug_cmd -+ -+ func_to_tool_file "$1" func_convert_file_msys_to_w32 -+ func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` -+ test -n "$func_cygming_gnu_implib_tmp" -+} -+ -+# func_cygming_ms_implib_p ARG -+# This predicate returns with zero status (TRUE) if -+# ARG is an MS-style import library. Returns -+# with nonzero status (FALSE) otherwise. -+func_cygming_ms_implib_p () -+{ -+ $debug_cmd -+ -+ func_to_tool_file "$1" func_convert_file_msys_to_w32 -+ func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` -+ test -n "$func_cygming_ms_implib_tmp" -+} -+ -+# func_win32_libid arg -+# return the library type of file 'arg' -+# -+# Need a lot of goo to handle *both* DLLs and import libs -+# Has to be a shell function in order to 'eat' the argument -+# that is supplied when $file_magic_command is called. -+# Despite the name, also deal with 64 bit binaries. -+func_win32_libid () -+{ -+ $debug_cmd -+ -+ win32_libid_type=unknown -+ win32_fileres=`file -L $1 2>/dev/null` -+ case $win32_fileres in -+ *ar\ archive\ import\ library*) # definitely import -+ win32_libid_type="x86 archive import" -+ ;; -+ *ar\ archive*) # could be an import, or static -+ # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. -+ if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | -+ $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then -+ case $nm_interface in -+ "MS dumpbin") -+ if func_cygming_ms_implib_p "$1" || -+ func_cygming_gnu_implib_p "$1" -+ then -+ win32_nmres=import -+ else -+ win32_nmres= -+ fi -+ ;; -+ *) -+ func_to_tool_file "$1" func_convert_file_msys_to_w32 -+ win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | -+ $SED -n -e ' -+ 1,100{ -+ / I /{ -+ s|.*|import| -+ p -+ q -+ } -+ }'` -+ ;; -+ esac -+ case $win32_nmres in -+ import*) win32_libid_type="x86 archive import";; -+ *) win32_libid_type="x86 archive static";; -+ esac -+ fi -+ ;; -+ *DLL*) -+ win32_libid_type="x86 DLL" -+ ;; -+ *executable*) # but shell scripts are "executable" too... -+ case $win32_fileres in -+ *MS\ Windows\ PE\ Intel*) -+ win32_libid_type="x86 DLL" -+ ;; -+ esac -+ ;; -+ esac -+ $ECHO "$win32_libid_type" -+} -+ -+# func_cygming_dll_for_implib ARG -+# -+# Platform-specific function to extract the -+# name of the DLL associated with the specified -+# import library ARG. -+# Invoked by eval'ing the libtool variable -+# $sharedlib_from_linklib_cmd -+# Result is available in the variable -+# $sharedlib_from_linklib_result -+func_cygming_dll_for_implib () -+{ -+ $debug_cmd -+ -+ sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` -+} -+ -+# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs -+# -+# The is the core of a fallback implementation of a -+# platform-specific function to extract the name of the -+# DLL associated with the specified import library LIBNAME. -+# -+# SECTION_NAME is either .idata$6 or .idata$7, depending -+# on the platform and compiler that created the implib. -+# -+# Echos the name of the DLL associated with the -+# specified import library. -+func_cygming_dll_for_implib_fallback_core () -+{ -+ $debug_cmd -+ -+ match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` -+ $OBJDUMP -s --section "$1" "$2" 2>/dev/null | -+ $SED '/^Contents of section '"$match_literal"':/{ -+ # Place marker at beginning of archive member dllname section -+ s/.*/====MARK====/ -+ p -+ d -+ } -+ # These lines can sometimes be longer than 43 characters, but -+ # are always uninteresting -+ /:[ ]*file format pe[i]\{,1\}-/d -+ /^In archive [^:]*:/d -+ # Ensure marker is printed -+ /^====MARK====/p -+ # Remove all lines with less than 43 characters -+ /^.\{43\}/!d -+ # From remaining lines, remove first 43 characters -+ s/^.\{43\}//' | -+ $SED -n ' -+ # Join marker and all lines until next marker into a single line -+ /^====MARK====/ b para -+ H -+ $ b para -+ b -+ :para -+ x -+ s/\n//g -+ # Remove the marker -+ s/^====MARK====// -+ # Remove trailing dots and whitespace -+ s/[\. \t]*$// -+ # Print -+ /./p' | -+ # we now have a list, one entry per line, of the stringified -+ # contents of the appropriate section of all members of the -+ # archive that possess that section. Heuristic: eliminate -+ # all those that have a first or second character that is -+ # a '.' (that is, objdump's representation of an unprintable -+ # character.) This should work for all archives with less than -+ # 0x302f exports -- but will fail for DLLs whose name actually -+ # begins with a literal '.' or a single character followed by -+ # a '.'. -+ # -+ # Of those that remain, print the first one. -+ $SED -e '/^\./d;/^.\./d;q' -+} -+ -+# func_cygming_dll_for_implib_fallback ARG -+# Platform-specific function to extract the -+# name of the DLL associated with the specified -+# import library ARG. -+# -+# This fallback implementation is for use when $DLLTOOL -+# does not support the --identify-strict option. -+# Invoked by eval'ing the libtool variable -+# $sharedlib_from_linklib_cmd -+# Result is available in the variable -+# $sharedlib_from_linklib_result -+func_cygming_dll_for_implib_fallback () -+{ -+ $debug_cmd -+ -+ if func_cygming_gnu_implib_p "$1"; then -+ # binutils import library -+ sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` -+ elif func_cygming_ms_implib_p "$1"; then -+ # ms-generated import library -+ sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` -+ else -+ # unknown -+ sharedlib_from_linklib_result= -+ fi -+} -+ -+ -+# func_extract_an_archive dir oldlib -+func_extract_an_archive () -+{ -+ $debug_cmd -+ -+ f_ex_an_ar_dir=$1; shift -+ f_ex_an_ar_oldlib=$1 -+ if test yes = "$lock_old_archive_extraction"; then -+ lockfile=$f_ex_an_ar_oldlib.lock -+ until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do -+ func_echo "Waiting for $lockfile to be removed" -+ sleep 2 -+ done -+ fi -+ func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ -+ 'stat=$?; rm -f "$lockfile"; exit $stat' -+ if test yes = "$lock_old_archive_extraction"; then -+ $opt_dry_run || rm -f "$lockfile" -+ fi -+ if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then -+ : -+ else -+ func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" -+ fi -+} -+ -+ -+# func_extract_archives gentop oldlib ... -+func_extract_archives () -+{ -+ $debug_cmd -+ -+ my_gentop=$1; shift -+ my_oldlibs=${1+"$@"} -+ my_oldobjs= -+ my_xlib= -+ my_xabs= -+ my_xdir= -+ -+ for my_xlib in $my_oldlibs; do -+ # Extract the objects. -+ case $my_xlib in -+ [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; -+ *) my_xabs=`pwd`"/$my_xlib" ;; -+ esac -+ func_basename "$my_xlib" -+ my_xlib=$func_basename_result -+ my_xlib_u=$my_xlib -+ while :; do -+ case " $extracted_archives " in -+ *" $my_xlib_u "*) -+ func_arith $extracted_serial + 1 -+ extracted_serial=$func_arith_result -+ my_xlib_u=lt$extracted_serial-$my_xlib ;; -+ *) break ;; -+ esac -+ done -+ extracted_archives="$extracted_archives $my_xlib_u" -+ my_xdir=$my_gentop/$my_xlib_u -+ -+ func_mkdir_p "$my_xdir" -+ -+ case $host in -+ *-darwin*) -+ func_verbose "Extracting $my_xabs" -+ # Do not bother doing anything if just a dry run -+ $opt_dry_run || { -+ darwin_orig_dir=`pwd` -+ cd $my_xdir || exit $? -+ darwin_archive=$my_xabs -+ darwin_curdir=`pwd` -+ func_basename "$darwin_archive" -+ darwin_base_archive=$func_basename_result -+ darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` -+ if test -n "$darwin_arches"; then -+ darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` -+ darwin_arch= -+ func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" -+ for darwin_arch in $darwin_arches; do -+ func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" -+ $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" -+ cd "unfat-$$/$darwin_base_archive-$darwin_arch" -+ func_extract_an_archive "`pwd`" "$darwin_base_archive" -+ cd "$darwin_curdir" -+ $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" -+ done # $darwin_arches -+ ## Okay now we've a bunch of thin objects, gotta fatten them up :) -+ darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` -+ darwin_file= -+ darwin_files= -+ for darwin_file in $darwin_filelist; do -+ darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` -+ $LIPO -create -output "$darwin_file" $darwin_files -+ done # $darwin_filelist -+ $RM -rf unfat-$$ -+ cd "$darwin_orig_dir" -+ else -+ cd $darwin_orig_dir -+ func_extract_an_archive "$my_xdir" "$my_xabs" -+ fi # $darwin_arches -+ } # !$opt_dry_run -+ ;; -+ *) -+ func_extract_an_archive "$my_xdir" "$my_xabs" -+ ;; -+ esac -+ my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` -+ done -+ -+ func_extract_archives_result=$my_oldobjs -+} -+ -+ -+# func_emit_wrapper [arg=no] -+# -+# Emit a libtool wrapper script on stdout. -+# Don't directly open a file because we may want to -+# incorporate the script contents within a cygwin/mingw -+# wrapper executable. Must ONLY be called from within -+# func_mode_link because it depends on a number of variables -+# set therein. -+# -+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR -+# variable will take. If 'yes', then the emitted script -+# will assume that the directory where it is stored is -+# the $objdir directory. This is a cygwin/mingw-specific -+# behavior. -+func_emit_wrapper () -+{ -+ func_emit_wrapper_arg1=${1-no} -+ -+ $ECHO "\ -+#! $SHELL -+ -+# $output - temporary wrapper script for $objdir/$outputname -+# Generated by $PROGRAM (GNU $PACKAGE) $VERSION -+# -+# The $output program cannot be directly executed until all the libtool -+# libraries that it depends on are installed. -+# -+# This wrapper script should never be moved out of the build directory. -+# If it is, it will not operate correctly. -+ -+# Sed substitution that helps us do robust quoting. It backslashifies -+# metacharacters that are still active within double-quoted strings. -+sed_quote_subst='$sed_quote_subst' -+ -+# Be Bourne compatible -+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then -+ emulate sh -+ NULLCMD=: -+ # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which -+ # is contrary to our usage. Disable this feature. -+ alias -g '\${1+\"\$@\"}'='\"\$@\"' -+ setopt NO_GLOB_SUBST -+else -+ case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac -+fi -+BIN_SH=xpg4; export BIN_SH # for Tru64 -+DUALCASE=1; export DUALCASE # for MKS sh -+ -+# The HP-UX ksh and POSIX shell print the target directory to stdout -+# if CDPATH is set. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+relink_command=\"$relink_command\" -+ -+# This environment variable determines our operation mode. -+if test \"\$libtool_install_magic\" = \"$magic\"; then -+ # install mode needs the following variables: -+ generated_by_libtool_version='$macro_version' -+ notinst_deplibs='$notinst_deplibs' -+else -+ # When we are sourced in execute mode, \$file and \$ECHO are already set. -+ if test \"\$libtool_execute_magic\" != \"$magic\"; then -+ file=\"\$0\"" -+ -+ qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` -+ $ECHO "\ -+ -+# A function that is used when there is no print builtin or printf. -+func_fallback_echo () -+{ -+ eval 'cat <<_LTECHO_EOF -+\$1 -+_LTECHO_EOF' -+} -+ ECHO=\"$qECHO\" -+ fi -+ -+# Very basic option parsing. These options are (a) specific to -+# the libtool wrapper, (b) are identical between the wrapper -+# /script/ and the wrapper /executable/ that is used only on -+# windows platforms, and (c) all begin with the string "--lt-" -+# (application programs are unlikely to have options that match -+# this pattern). -+# -+# There are only two supported options: --lt-debug and -+# --lt-dump-script. There is, deliberately, no --lt-help. -+# -+# The first argument to this parsing function should be the -+# script's $0 value, followed by "$@". -+lt_option_debug= -+func_parse_lt_options () -+{ -+ lt_script_arg0=\$0 -+ shift -+ for lt_opt -+ do -+ case \"\$lt_opt\" in -+ --lt-debug) lt_option_debug=1 ;; -+ --lt-dump-script) -+ lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` -+ test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. -+ lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` -+ cat \"\$lt_dump_D/\$lt_dump_F\" -+ exit 0 -+ ;; -+ --lt-*) -+ \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 -+ exit 1 -+ ;; -+ esac -+ done -+ -+ # Print the debug banner immediately: -+ if test -n \"\$lt_option_debug\"; then -+ echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 -+ fi -+} -+ -+# Used when --lt-debug. Prints its arguments to stdout -+# (redirection is the responsibility of the caller) -+func_lt_dump_args () -+{ -+ lt_dump_args_N=1; -+ for lt_arg -+ do -+ \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" -+ lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` -+ done -+} -+ -+# Core function for launching the target application -+func_exec_program_core () -+{ -+" -+ case $host in -+ # Backslashes separate directories on plain windows -+ *-*-mingw | *-*-os2* | *-cegcc*) -+ $ECHO "\ -+ if test -n \"\$lt_option_debug\"; then -+ \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 -+ func_lt_dump_args \${1+\"\$@\"} 1>&2 -+ fi -+ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} -+" -+ ;; -+ -+ *) -+ $ECHO "\ -+ if test -n \"\$lt_option_debug\"; then -+ \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 -+ func_lt_dump_args \${1+\"\$@\"} 1>&2 -+ fi -+ exec \"\$progdir/\$program\" \${1+\"\$@\"} -+" -+ ;; -+ esac -+ $ECHO "\ -+ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 -+ exit 1 -+} -+ -+# A function to encapsulate launching the target application -+# Strips options in the --lt-* namespace from \$@ and -+# launches target application with the remaining arguments. -+func_exec_program () -+{ -+ case \" \$* \" in -+ *\\ --lt-*) -+ for lt_wr_arg -+ do -+ case \$lt_wr_arg in -+ --lt-*) ;; -+ *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; -+ esac -+ shift -+ done ;; -+ esac -+ func_exec_program_core \${1+\"\$@\"} -+} -+ -+ # Parse options -+ func_parse_lt_options \"\$0\" \${1+\"\$@\"} -+ -+ # Find the directory that this script lives in. -+ thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` -+ test \"x\$thisdir\" = \"x\$file\" && thisdir=. -+ -+ # Follow symbolic links until we get to the real thisdir. -+ file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` -+ while test -n \"\$file\"; do -+ destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` -+ -+ # If there was a directory component, then change thisdir. -+ if test \"x\$destdir\" != \"x\$file\"; then -+ case \"\$destdir\" in -+ [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; -+ *) thisdir=\"\$thisdir/\$destdir\" ;; -+ esac -+ fi -+ -+ file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` -+ file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` -+ done -+ -+ # Usually 'no', except on cygwin/mingw when embedded into -+ # the cwrapper. -+ WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 -+ if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then -+ # special case for '.' -+ if test \"\$thisdir\" = \".\"; then -+ thisdir=\`pwd\` -+ fi -+ # remove .libs from thisdir -+ case \"\$thisdir\" in -+ *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; -+ $objdir ) thisdir=. ;; -+ esac -+ fi -+ -+ # Try to get the absolute directory name. -+ absdir=\`cd \"\$thisdir\" && pwd\` -+ test -n \"\$absdir\" && thisdir=\"\$absdir\" -+" -+ -+ if test yes = "$fast_install"; then -+ $ECHO "\ -+ program=lt-'$outputname'$exeext -+ progdir=\"\$thisdir/$objdir\" -+ -+ if test ! -f \"\$progdir/\$program\" || -+ { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ -+ test \"X\$file\" != \"X\$progdir/\$program\"; }; then -+ -+ file=\"\$\$-\$program\" -+ -+ if test ! -d \"\$progdir\"; then -+ $MKDIR \"\$progdir\" -+ else -+ $RM \"\$progdir/\$file\" -+ fi" -+ -+ $ECHO "\ -+ -+ # relink executable if necessary -+ if test -n \"\$relink_command\"; then -+ if relink_command_output=\`eval \$relink_command 2>&1\`; then : -+ else -+ \$ECHO \"\$relink_command_output\" >&2 -+ $RM \"\$progdir/\$file\" -+ exit 1 -+ fi -+ fi -+ -+ $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || -+ { $RM \"\$progdir/\$program\"; -+ $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } -+ $RM \"\$progdir/\$file\" -+ fi" -+ else -+ $ECHO "\ -+ program='$outputname' -+ progdir=\"\$thisdir/$objdir\" -+" -+ fi -+ -+ $ECHO "\ -+ -+ if test -f \"\$progdir/\$program\"; then" -+ -+ # fixup the dll searchpath if we need to. -+ # -+ # Fix the DLL searchpath if we need to. Do this before prepending -+ # to shlibpath, because on Windows, both are PATH and uninstalled -+ # libraries must come first. -+ if test -n "$dllsearchpath"; then -+ $ECHO "\ -+ # Add the dll search path components to the executable PATH -+ PATH=$dllsearchpath:\$PATH -+" -+ fi -+ -+ # Export our shlibpath_var if we have one. -+ if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then -+ $ECHO "\ -+ # Add our own library path to $shlibpath_var -+ $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" -+ -+ # Some systems cannot cope with colon-terminated $shlibpath_var -+ # The second colon is a workaround for a bug in BeOS R4 sed -+ $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` -+ -+ export $shlibpath_var -+" -+ fi -+ -+ $ECHO "\ -+ if test \"\$libtool_execute_magic\" != \"$magic\"; then -+ # Run the actual program with our arguments. -+ func_exec_program \${1+\"\$@\"} -+ fi -+ else -+ # The program doesn't exist. -+ \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 -+ \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 -+ \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 -+ exit 1 -+ fi -+fi\ -+" -+} -+ -+ -+# func_emit_cwrapperexe_src -+# emit the source code for a wrapper executable on stdout -+# Must ONLY be called from within func_mode_link because -+# it depends on a number of variable set therein. -+func_emit_cwrapperexe_src () -+{ -+ cat < -+#include -+#ifdef _MSC_VER -+# include -+# include -+# include -+#else -+# include -+# include -+# ifdef __CYGWIN__ -+# include -+# endif -+#endif -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) -+ -+/* declarations of non-ANSI functions */ -+#if defined __MINGW32__ -+# ifdef __STRICT_ANSI__ -+int _putenv (const char *); -+# endif -+#elif defined __CYGWIN__ -+# ifdef __STRICT_ANSI__ -+char *realpath (const char *, char *); -+int putenv (char *); -+int setenv (const char *, const char *, int); -+# endif -+/* #elif defined other_platform || defined ... */ -+#endif -+ -+/* portability defines, excluding path handling macros */ -+#if defined _MSC_VER -+# define setmode _setmode -+# define stat _stat -+# define chmod _chmod -+# define getcwd _getcwd -+# define putenv _putenv -+# define S_IXUSR _S_IEXEC -+#elif defined __MINGW32__ -+# define setmode _setmode -+# define stat _stat -+# define chmod _chmod -+# define getcwd _getcwd -+# define putenv _putenv -+#elif defined __CYGWIN__ -+# define HAVE_SETENV -+# define FOPEN_WB "wb" -+/* #elif defined other platforms ... */ -+#endif -+ -+#if defined PATH_MAX -+# define LT_PATHMAX PATH_MAX -+#elif defined MAXPATHLEN -+# define LT_PATHMAX MAXPATHLEN -+#else -+# define LT_PATHMAX 1024 -+#endif -+ -+#ifndef S_IXOTH -+# define S_IXOTH 0 -+#endif -+#ifndef S_IXGRP -+# define S_IXGRP 0 -+#endif -+ -+/* path handling portability macros */ -+#ifndef DIR_SEPARATOR -+# define DIR_SEPARATOR '/' -+# define PATH_SEPARATOR ':' -+#endif -+ -+#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ -+ defined __OS2__ -+# define HAVE_DOS_BASED_FILE_SYSTEM -+# define FOPEN_WB "wb" -+# ifndef DIR_SEPARATOR_2 -+# define DIR_SEPARATOR_2 '\\' -+# endif -+# ifndef PATH_SEPARATOR_2 -+# define PATH_SEPARATOR_2 ';' -+# endif -+#endif -+ -+#ifndef DIR_SEPARATOR_2 -+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) -+#else /* DIR_SEPARATOR_2 */ -+# define IS_DIR_SEPARATOR(ch) \ -+ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) -+#endif /* DIR_SEPARATOR_2 */ -+ -+#ifndef PATH_SEPARATOR_2 -+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) -+#else /* PATH_SEPARATOR_2 */ -+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) -+#endif /* PATH_SEPARATOR_2 */ -+ -+#ifndef FOPEN_WB -+# define FOPEN_WB "w" -+#endif -+#ifndef _O_BINARY -+# define _O_BINARY 0 -+#endif -+ -+#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) -+#define XFREE(stale) do { \ -+ if (stale) { free (stale); stale = 0; } \ -+} while (0) -+ -+#if defined LT_DEBUGWRAPPER -+static int lt_debug = 1; -+#else -+static int lt_debug = 0; -+#endif -+ -+const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ -+ -+void *xmalloc (size_t num); -+char *xstrdup (const char *string); -+const char *base_name (const char *name); -+char *find_executable (const char *wrapper); -+char *chase_symlinks (const char *pathspec); -+int make_executable (const char *path); -+int check_executable (const char *path); -+char *strendzap (char *str, const char *pat); -+void lt_debugprintf (const char *file, int line, const char *fmt, ...); -+void lt_fatal (const char *file, int line, const char *message, ...); -+static const char *nonnull (const char *s); -+static const char *nonempty (const char *s); -+void lt_setenv (const char *name, const char *value); -+char *lt_extend_str (const char *orig_value, const char *add, int to_end); -+void lt_update_exe_path (const char *name, const char *value); -+void lt_update_lib_path (const char *name, const char *value); -+char **prepare_spawn (char **argv); -+void lt_dump_script (FILE *f); -+EOF -+ -+ cat <= 0) -+ && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) -+ return 1; -+ else -+ return 0; -+} -+ -+int -+make_executable (const char *path) -+{ -+ int rval = 0; -+ struct stat st; -+ -+ lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", -+ nonempty (path)); -+ if ((!path) || (!*path)) -+ return 0; -+ -+ if (stat (path, &st) >= 0) -+ { -+ rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); -+ } -+ return rval; -+} -+ -+/* Searches for the full path of the wrapper. Returns -+ newly allocated full path name if found, NULL otherwise -+ Does not chase symlinks, even on platforms that support them. -+*/ -+char * -+find_executable (const char *wrapper) -+{ -+ int has_slash = 0; -+ const char *p; -+ const char *p_next; -+ /* static buffer for getcwd */ -+ char tmp[LT_PATHMAX + 1]; -+ size_t tmp_len; -+ char *concat_name; -+ -+ lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", -+ nonempty (wrapper)); -+ -+ if ((wrapper == NULL) || (*wrapper == '\0')) -+ return NULL; -+ -+ /* Absolute path? */ -+#if defined HAVE_DOS_BASED_FILE_SYSTEM -+ if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') -+ { -+ concat_name = xstrdup (wrapper); -+ if (check_executable (concat_name)) -+ return concat_name; -+ XFREE (concat_name); -+ } -+ else -+ { -+#endif -+ if (IS_DIR_SEPARATOR (wrapper[0])) -+ { -+ concat_name = xstrdup (wrapper); -+ if (check_executable (concat_name)) -+ return concat_name; -+ XFREE (concat_name); -+ } -+#if defined HAVE_DOS_BASED_FILE_SYSTEM -+ } -+#endif -+ -+ for (p = wrapper; *p; p++) -+ if (*p == '/') -+ { -+ has_slash = 1; -+ break; -+ } -+ if (!has_slash) -+ { -+ /* no slashes; search PATH */ -+ const char *path = getenv ("PATH"); -+ if (path != NULL) -+ { -+ for (p = path; *p; p = p_next) -+ { -+ const char *q; -+ size_t p_len; -+ for (q = p; *q; q++) -+ if (IS_PATH_SEPARATOR (*q)) -+ break; -+ p_len = (size_t) (q - p); -+ p_next = (*q == '\0' ? q : q + 1); -+ if (p_len == 0) -+ { -+ /* empty path: current directory */ -+ if (getcwd (tmp, LT_PATHMAX) == NULL) -+ lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", -+ nonnull (strerror (errno))); -+ tmp_len = strlen (tmp); -+ concat_name = -+ XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); -+ memcpy (concat_name, tmp, tmp_len); -+ concat_name[tmp_len] = '/'; -+ strcpy (concat_name + tmp_len + 1, wrapper); -+ } -+ else -+ { -+ concat_name = -+ XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); -+ memcpy (concat_name, p, p_len); -+ concat_name[p_len] = '/'; -+ strcpy (concat_name + p_len + 1, wrapper); -+ } -+ if (check_executable (concat_name)) -+ return concat_name; -+ XFREE (concat_name); -+ } -+ } -+ /* not found in PATH; assume curdir */ -+ } -+ /* Relative path | not found in path: prepend cwd */ -+ if (getcwd (tmp, LT_PATHMAX) == NULL) -+ lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", -+ nonnull (strerror (errno))); -+ tmp_len = strlen (tmp); -+ concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); -+ memcpy (concat_name, tmp, tmp_len); -+ concat_name[tmp_len] = '/'; -+ strcpy (concat_name + tmp_len + 1, wrapper); -+ -+ if (check_executable (concat_name)) -+ return concat_name; -+ XFREE (concat_name); -+ return NULL; -+} -+ -+char * -+chase_symlinks (const char *pathspec) -+{ -+#ifndef S_ISLNK -+ return xstrdup (pathspec); -+#else -+ char buf[LT_PATHMAX]; -+ struct stat s; -+ char *tmp_pathspec = xstrdup (pathspec); -+ char *p; -+ int has_symlinks = 0; -+ while (strlen (tmp_pathspec) && !has_symlinks) -+ { -+ lt_debugprintf (__FILE__, __LINE__, -+ "checking path component for symlinks: %s\n", -+ tmp_pathspec); -+ if (lstat (tmp_pathspec, &s) == 0) -+ { -+ if (S_ISLNK (s.st_mode) != 0) -+ { -+ has_symlinks = 1; -+ break; -+ } -+ -+ /* search backwards for last DIR_SEPARATOR */ -+ p = tmp_pathspec + strlen (tmp_pathspec) - 1; -+ while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) -+ p--; -+ if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) -+ { -+ /* no more DIR_SEPARATORS left */ -+ break; -+ } -+ *p = '\0'; -+ } -+ else -+ { -+ lt_fatal (__FILE__, __LINE__, -+ "error accessing file \"%s\": %s", -+ tmp_pathspec, nonnull (strerror (errno))); -+ } -+ } -+ XFREE (tmp_pathspec); -+ -+ if (!has_symlinks) -+ { -+ return xstrdup (pathspec); -+ } -+ -+ tmp_pathspec = realpath (pathspec, buf); -+ if (tmp_pathspec == 0) -+ { -+ lt_fatal (__FILE__, __LINE__, -+ "could not follow symlinks for %s", pathspec); -+ } -+ return xstrdup (tmp_pathspec); -+#endif -+} -+ -+char * -+strendzap (char *str, const char *pat) -+{ -+ size_t len, patlen; -+ -+ assert (str != NULL); -+ assert (pat != NULL); -+ -+ len = strlen (str); -+ patlen = strlen (pat); -+ -+ if (patlen <= len) -+ { -+ str += len - patlen; -+ if (STREQ (str, pat)) -+ *str = '\0'; -+ } -+ return str; -+} -+ -+void -+lt_debugprintf (const char *file, int line, const char *fmt, ...) -+{ -+ va_list args; -+ if (lt_debug) -+ { -+ (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); -+ va_start (args, fmt); -+ (void) vfprintf (stderr, fmt, args); -+ va_end (args); -+ } -+} -+ -+static void -+lt_error_core (int exit_status, const char *file, -+ int line, const char *mode, -+ const char *message, va_list ap) -+{ -+ fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); -+ vfprintf (stderr, message, ap); -+ fprintf (stderr, ".\n"); -+ -+ if (exit_status >= 0) -+ exit (exit_status); -+} -+ -+void -+lt_fatal (const char *file, int line, const char *message, ...) -+{ -+ va_list ap; -+ va_start (ap, message); -+ lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); -+ va_end (ap); -+} -+ -+static const char * -+nonnull (const char *s) -+{ -+ return s ? s : "(null)"; -+} -+ -+static const char * -+nonempty (const char *s) -+{ -+ return (s && !*s) ? "(empty)" : nonnull (s); -+} -+ -+void -+lt_setenv (const char *name, const char *value) -+{ -+ lt_debugprintf (__FILE__, __LINE__, -+ "(lt_setenv) setting '%s' to '%s'\n", -+ nonnull (name), nonnull (value)); -+ { -+#ifdef HAVE_SETENV -+ /* always make a copy, for consistency with !HAVE_SETENV */ -+ char *str = xstrdup (value); -+ setenv (name, str, 1); -+#else -+ size_t len = strlen (name) + 1 + strlen (value) + 1; -+ char *str = XMALLOC (char, len); -+ sprintf (str, "%s=%s", name, value); -+ if (putenv (str) != EXIT_SUCCESS) -+ { -+ XFREE (str); -+ } -+#endif -+ } -+} -+ -+char * -+lt_extend_str (const char *orig_value, const char *add, int to_end) -+{ -+ char *new_value; -+ if (orig_value && *orig_value) -+ { -+ size_t orig_value_len = strlen (orig_value); -+ size_t add_len = strlen (add); -+ new_value = XMALLOC (char, add_len + orig_value_len + 1); -+ if (to_end) -+ { -+ strcpy (new_value, orig_value); -+ strcpy (new_value + orig_value_len, add); -+ } -+ else -+ { -+ strcpy (new_value, add); -+ strcpy (new_value + add_len, orig_value); -+ } -+ } -+ else -+ { -+ new_value = xstrdup (add); -+ } -+ return new_value; -+} -+ -+void -+lt_update_exe_path (const char *name, const char *value) -+{ -+ lt_debugprintf (__FILE__, __LINE__, -+ "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", -+ nonnull (name), nonnull (value)); -+ -+ if (name && *name && value && *value) -+ { -+ char *new_value = lt_extend_str (getenv (name), value, 0); -+ /* some systems can't cope with a ':'-terminated path #' */ -+ size_t len = strlen (new_value); -+ while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) -+ { -+ new_value[--len] = '\0'; -+ } -+ lt_setenv (name, new_value); -+ XFREE (new_value); -+ } -+} -+ -+void -+lt_update_lib_path (const char *name, const char *value) -+{ -+ lt_debugprintf (__FILE__, __LINE__, -+ "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", -+ nonnull (name), nonnull (value)); -+ -+ if (name && *name && value && *value) -+ { -+ char *new_value = lt_extend_str (getenv (name), value, 0); -+ lt_setenv (name, new_value); -+ XFREE (new_value); -+ } -+} -+ -+EOF -+ case $host_os in -+ mingw*) -+ cat <<"EOF" -+ -+/* Prepares an argument vector before calling spawn(). -+ Note that spawn() does not by itself call the command interpreter -+ (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : -+ ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); -+ GetVersionEx(&v); -+ v.dwPlatformId == VER_PLATFORM_WIN32_NT; -+ }) ? "cmd.exe" : "command.com"). -+ Instead it simply concatenates the arguments, separated by ' ', and calls -+ CreateProcess(). We must quote the arguments since Win32 CreateProcess() -+ interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a -+ special way: -+ - Space and tab are interpreted as delimiters. They are not treated as -+ delimiters if they are surrounded by double quotes: "...". -+ - Unescaped double quotes are removed from the input. Their only effect is -+ that within double quotes, space and tab are treated like normal -+ characters. -+ - Backslashes not followed by double quotes are not special. -+ - But 2*n+1 backslashes followed by a double quote become -+ n backslashes followed by a double quote (n >= 0): -+ \" -> " -+ \\\" -> \" -+ \\\\\" -> \\" -+ */ -+#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" -+#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" -+char ** -+prepare_spawn (char **argv) -+{ -+ size_t argc; -+ char **new_argv; -+ size_t i; -+ -+ /* Count number of arguments. */ -+ for (argc = 0; argv[argc] != NULL; argc++) -+ ; -+ -+ /* Allocate new argument vector. */ -+ new_argv = XMALLOC (char *, argc + 1); -+ -+ /* Put quoted arguments into the new argument vector. */ -+ for (i = 0; i < argc; i++) -+ { -+ const char *string = argv[i]; -+ -+ if (string[0] == '\0') -+ new_argv[i] = xstrdup ("\"\""); -+ else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) -+ { -+ int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); -+ size_t length; -+ unsigned int backslashes; -+ const char *s; -+ char *quoted_string; -+ char *p; -+ -+ length = 0; -+ backslashes = 0; -+ if (quote_around) -+ length++; -+ for (s = string; *s != '\0'; s++) -+ { -+ char c = *s; -+ if (c == '"') -+ length += backslashes + 1; -+ length++; -+ if (c == '\\') -+ backslashes++; -+ else -+ backslashes = 0; -+ } -+ if (quote_around) -+ length += backslashes + 1; -+ -+ quoted_string = XMALLOC (char, length + 1); -+ -+ p = quoted_string; -+ backslashes = 0; -+ if (quote_around) -+ *p++ = '"'; -+ for (s = string; *s != '\0'; s++) -+ { -+ char c = *s; -+ if (c == '"') -+ { -+ unsigned int j; -+ for (j = backslashes + 1; j > 0; j--) -+ *p++ = '\\'; -+ } -+ *p++ = c; -+ if (c == '\\') -+ backslashes++; -+ else -+ backslashes = 0; -+ } -+ if (quote_around) -+ { -+ unsigned int j; -+ for (j = backslashes; j > 0; j--) -+ *p++ = '\\'; -+ *p++ = '"'; -+ } -+ *p = '\0'; -+ -+ new_argv[i] = quoted_string; -+ } -+ else -+ new_argv[i] = (char *) string; -+ } -+ new_argv[argc] = NULL; -+ -+ return new_argv; -+} -+EOF -+ ;; -+ esac -+ -+ cat <<"EOF" -+void lt_dump_script (FILE* f) -+{ -+EOF -+ func_emit_wrapper yes | -+ $SED -n -e ' -+s/^\(.\{79\}\)\(..*\)/\1\ -+\2/ -+h -+s/\([\\"]\)/\\\1/g -+s/$/\\n/ -+s/\([^\n]*\).*/ fputs ("\1", f);/p -+g -+D' -+ cat <<"EOF" -+} -+EOF -+} -+# end: func_emit_cwrapperexe_src -+ -+# func_win32_import_lib_p ARG -+# True if ARG is an import lib, as indicated by $file_magic_cmd -+func_win32_import_lib_p () -+{ -+ $debug_cmd -+ -+ case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in -+ *import*) : ;; -+ *) false ;; -+ esac -+} -+ -+# func_suncc_cstd_abi -+# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! -+# Several compiler flags select an ABI that is incompatible with the -+# Cstd library. Avoid specifying it if any are in CXXFLAGS. -+func_suncc_cstd_abi () -+{ -+ $debug_cmd -+ -+ case " $compile_command " in -+ *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) -+ suncc_use_cstd_abi=no -+ ;; -+ *) -+ suncc_use_cstd_abi=yes -+ ;; -+ esac -+} -+ -+# func_mode_link arg... -+func_mode_link () -+{ -+ $debug_cmd -+ -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) -+ # It is impossible to link a dll without this setting, and -+ # we shouldn't force the makefile maintainer to figure out -+ # what system we are compiling for in order to pass an extra -+ # flag for every libtool invocation. -+ # allow_undefined=no -+ -+ # FIXME: Unfortunately, there are problems with the above when trying -+ # to make a dll that has undefined symbols, in which case not -+ # even a static library is built. For now, we need to specify -+ # -no-undefined on the libtool link line when we can be certain -+ # that all symbols are satisfied, otherwise we get a static library. -+ allow_undefined=yes -+ ;; -+ *) -+ allow_undefined=yes -+ ;; -+ esac -+ libtool_args=$nonopt -+ base_compile="$nonopt $@" -+ compile_command=$nonopt -+ finalize_command=$nonopt -+ -+ compile_rpath= -+ finalize_rpath= -+ compile_shlibpath= -+ finalize_shlibpath= -+ convenience= -+ old_convenience= -+ deplibs= -+ old_deplibs= -+ compiler_flags= -+ linker_flags= -+ dllsearchpath= -+ lib_search_path=`pwd` -+ inst_prefix_dir= -+ new_inherited_linker_flags= -+ -+ avoid_version=no -+ bindir= -+ dlfiles= -+ dlprefiles= -+ dlself=no -+ export_dynamic=no -+ export_symbols= -+ export_symbols_regex= -+ generated= -+ libobjs= -+ ltlibs= -+ module=no -+ no_install=no -+ objs= -+ os2dllname= -+ non_pic_objects= -+ precious_files_regex= -+ prefer_static_libs=no -+ preload=false -+ prev= -+ prevarg= -+ release= -+ rpath= -+ xrpath= -+ perm_rpath= -+ temp_rpath= -+ thread_safe=no -+ vinfo= -+ vinfo_number=no -+ weak_libs= -+ single_module=$wl-single_module -+ func_infer_tag $base_compile -+ -+ # We need to know -static, to get the right output filenames. -+ for arg -+ do -+ case $arg in -+ -shared) -+ test yes != "$build_libtool_libs" \ -+ && func_fatal_configuration "cannot build a shared library" -+ build_old_libs=no -+ break -+ ;; -+ -all-static | -static | -static-libtool-libs) -+ case $arg in -+ -all-static) -+ if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then -+ func_warning "complete static linking is impossible in this configuration" -+ fi -+ if test -n "$link_static_flag"; then -+ dlopen_self=$dlopen_self_static -+ fi -+ prefer_static_libs=yes -+ ;; -+ -static) -+ if test -z "$pic_flag" && test -n "$link_static_flag"; then -+ dlopen_self=$dlopen_self_static -+ fi -+ prefer_static_libs=built -+ ;; -+ -static-libtool-libs) -+ if test -z "$pic_flag" && test -n "$link_static_flag"; then -+ dlopen_self=$dlopen_self_static -+ fi -+ prefer_static_libs=yes -+ ;; -+ esac -+ build_libtool_libs=no -+ build_old_libs=yes -+ break -+ ;; -+ esac -+ done -+ -+ # See if our shared archives depend on static archives. -+ test -n "$old_archive_from_new_cmds" && build_old_libs=yes -+ -+ # Go through the arguments, transforming them on the way. -+ while test "$#" -gt 0; do -+ arg=$1 -+ shift -+ func_quote_for_eval "$arg" -+ qarg=$func_quote_for_eval_unquoted_result -+ func_append libtool_args " $func_quote_for_eval_result" -+ -+ # If the previous option needs an argument, assign it. -+ if test -n "$prev"; then -+ case $prev in -+ output) -+ func_append compile_command " @OUTPUT@" -+ func_append finalize_command " @OUTPUT@" -+ ;; -+ esac -+ -+ case $prev in -+ bindir) -+ bindir=$arg -+ prev= -+ continue -+ ;; -+ dlfiles|dlprefiles) -+ $preload || { -+ # Add the symbol object into the linking commands. -+ func_append compile_command " @SYMFILE@" -+ func_append finalize_command " @SYMFILE@" -+ preload=: -+ } -+ case $arg in -+ *.la | *.lo) ;; # We handle these cases below. -+ force) -+ if test no = "$dlself"; then -+ dlself=needless -+ export_dynamic=yes -+ fi -+ prev= -+ continue -+ ;; -+ self) -+ if test dlprefiles = "$prev"; then -+ dlself=yes -+ elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then -+ dlself=yes -+ else -+ dlself=needless -+ export_dynamic=yes -+ fi -+ prev= -+ continue -+ ;; -+ *) -+ if test dlfiles = "$prev"; then -+ func_append dlfiles " $arg" -+ else -+ func_append dlprefiles " $arg" -+ fi -+ prev= -+ continue -+ ;; -+ esac -+ ;; -+ expsyms) -+ export_symbols=$arg -+ test -f "$arg" \ -+ || func_fatal_error "symbol file '$arg' does not exist" -+ prev= -+ continue -+ ;; -+ expsyms_regex) -+ export_symbols_regex=$arg -+ prev= -+ continue -+ ;; -+ framework) -+ case $host in -+ *-*-darwin*) -+ case "$deplibs " in -+ *" $qarg.ltframework "*) ;; -+ *) func_append deplibs " $qarg.ltframework" # this is fixed later -+ ;; -+ esac -+ ;; -+ esac -+ prev= -+ continue -+ ;; -+ inst_prefix) -+ inst_prefix_dir=$arg -+ prev= -+ continue -+ ;; -+ mllvm) -+ # Clang does not use LLVM to link, so we can simply discard any -+ # '-mllvm $arg' options when doing the link step. -+ prev= -+ continue -+ ;; -+ objectlist) -+ if test -f "$arg"; then -+ save_arg=$arg -+ moreargs= -+ for fil in `cat "$save_arg"` -+ do -+# func_append moreargs " $fil" -+ arg=$fil -+ # A libtool-controlled object. -+ -+ # Check to see that this really is a libtool object. -+ if func_lalib_unsafe_p "$arg"; then -+ pic_object= -+ non_pic_object= -+ -+ # Read the .lo file -+ func_source "$arg" -+ -+ if test -z "$pic_object" || -+ test -z "$non_pic_object" || -+ test none = "$pic_object" && -+ test none = "$non_pic_object"; then -+ func_fatal_error "cannot find name of object for '$arg'" -+ fi -+ -+ # Extract subdirectory from the argument. -+ func_dirname "$arg" "/" "" -+ xdir=$func_dirname_result -+ -+ if test none != "$pic_object"; then -+ # Prepend the subdirectory the object is found in. -+ pic_object=$xdir$pic_object -+ -+ if test dlfiles = "$prev"; then -+ if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then -+ func_append dlfiles " $pic_object" -+ prev= -+ continue -+ else -+ # If libtool objects are unsupported, then we need to preload. -+ prev=dlprefiles -+ fi -+ fi -+ -+ # CHECK ME: I think I busted this. -Ossama -+ if test dlprefiles = "$prev"; then -+ # Preload the old-style object. -+ func_append dlprefiles " $pic_object" -+ prev= -+ fi -+ -+ # A PIC object. -+ func_append libobjs " $pic_object" -+ arg=$pic_object -+ fi -+ -+ # Non-PIC object. -+ if test none != "$non_pic_object"; then -+ # Prepend the subdirectory the object is found in. -+ non_pic_object=$xdir$non_pic_object -+ -+ # A standard non-PIC object -+ func_append non_pic_objects " $non_pic_object" -+ if test -z "$pic_object" || test none = "$pic_object"; then -+ arg=$non_pic_object -+ fi -+ else -+ # If the PIC object exists, use it instead. -+ # $xdir was prepended to $pic_object above. -+ non_pic_object=$pic_object -+ func_append non_pic_objects " $non_pic_object" -+ fi -+ else -+ # Only an error if not doing a dry-run. -+ if $opt_dry_run; then -+ # Extract subdirectory from the argument. -+ func_dirname "$arg" "/" "" -+ xdir=$func_dirname_result -+ -+ func_lo2o "$arg" -+ pic_object=$xdir$objdir/$func_lo2o_result -+ non_pic_object=$xdir$func_lo2o_result -+ func_append libobjs " $pic_object" -+ func_append non_pic_objects " $non_pic_object" -+ else -+ func_fatal_error "'$arg' is not a valid libtool object" -+ fi -+ fi -+ done -+ else -+ func_fatal_error "link input file '$arg' does not exist" -+ fi -+ arg=$save_arg -+ prev= -+ continue -+ ;; -+ os2dllname) -+ os2dllname=$arg -+ prev= -+ continue -+ ;; -+ precious_regex) -+ precious_files_regex=$arg -+ prev= -+ continue -+ ;; -+ release) -+ release=-$arg -+ prev= -+ continue -+ ;; -+ rpath | xrpath) -+ # We need an absolute path. -+ case $arg in -+ [\\/]* | [A-Za-z]:[\\/]*) ;; -+ *) -+ func_fatal_error "only absolute run-paths are allowed" -+ ;; -+ esac -+ if test rpath = "$prev"; then -+ case "$rpath " in -+ *" $arg "*) ;; -+ *) func_append rpath " $arg" ;; -+ esac -+ else -+ case "$xrpath " in -+ *" $arg "*) ;; -+ *) func_append xrpath " $arg" ;; -+ esac -+ fi -+ prev= -+ continue -+ ;; -+ shrext) -+ shrext_cmds=$arg -+ prev= -+ continue -+ ;; -+ weak) -+ func_append weak_libs " $arg" -+ prev= -+ continue -+ ;; -+ xcclinker) -+ func_append linker_flags " $qarg" -+ func_append compiler_flags " $qarg" -+ prev= -+ func_append compile_command " $qarg" -+ func_append finalize_command " $qarg" -+ continue -+ ;; -+ xcompiler) -+ func_append compiler_flags " $qarg" -+ prev= -+ func_append compile_command " $qarg" -+ func_append finalize_command " $qarg" -+ continue -+ ;; -+ xlinker) -+ func_append linker_flags " $qarg" -+ func_append compiler_flags " $wl$qarg" -+ prev= -+ func_append compile_command " $wl$qarg" -+ func_append finalize_command " $wl$qarg" -+ continue -+ ;; -+ *) -+ eval "$prev=\"\$arg\"" -+ prev= -+ continue -+ ;; -+ esac -+ fi # test -n "$prev" -+ -+ prevarg=$arg -+ -+ case $arg in -+ -all-static) -+ if test -n "$link_static_flag"; then -+ # See comment for -static flag below, for more details. -+ func_append compile_command " $link_static_flag" -+ func_append finalize_command " $link_static_flag" -+ fi -+ continue -+ ;; -+ -+ -allow-undefined) -+ # FIXME: remove this flag sometime in the future. -+ func_fatal_error "'-allow-undefined' must not be used because it is the default" -+ ;; -+ -+ -avoid-version) -+ avoid_version=yes -+ continue -+ ;; -+ -+ -bindir) -+ prev=bindir -+ continue -+ ;; -+ -+ -dlopen) -+ prev=dlfiles -+ continue -+ ;; -+ -+ -dlpreopen) -+ prev=dlprefiles -+ continue -+ ;; -+ -+ -export-dynamic) -+ export_dynamic=yes -+ continue -+ ;; -+ -+ -export-symbols | -export-symbols-regex) -+ if test -n "$export_symbols" || test -n "$export_symbols_regex"; then -+ func_fatal_error "more than one -exported-symbols argument is not allowed" -+ fi -+ if test X-export-symbols = "X$arg"; then -+ prev=expsyms -+ else -+ prev=expsyms_regex -+ fi -+ continue -+ ;; -+ -+ -framework) -+ prev=framework -+ continue -+ ;; -+ -+ -inst-prefix-dir) -+ prev=inst_prefix -+ continue -+ ;; -+ -+ # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* -+ # so, if we see these flags be careful not to treat them like -L -+ -L[A-Z][A-Z]*:*) -+ case $with_gcc/$host in -+ no/*-*-irix* | /*-*-irix*) -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ ;; -+ esac -+ continue -+ ;; -+ -+ -L*) -+ func_stripname "-L" '' "$arg" -+ if test -z "$func_stripname_result"; then -+ if test "$#" -gt 0; then -+ func_fatal_error "require no space between '-L' and '$1'" -+ else -+ func_fatal_error "need path for '-L' option" -+ fi -+ fi -+ func_resolve_sysroot "$func_stripname_result" -+ dir=$func_resolve_sysroot_result -+ # We need an absolute path. -+ case $dir in -+ [\\/]* | [A-Za-z]:[\\/]*) ;; -+ *) -+ absdir=`cd "$dir" && pwd` -+ test -z "$absdir" && \ -+ func_fatal_error "cannot determine absolute directory name of '$dir'" -+ dir=$absdir -+ ;; -+ esac -+ case "$deplibs " in -+ *" -L$dir "* | *" $arg "*) -+ # Will only happen for absolute or sysroot arguments -+ ;; -+ *) -+ # Preserve sysroot, but never include relative directories -+ case $dir in -+ [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; -+ *) func_append deplibs " -L$dir" ;; -+ esac -+ func_append lib_search_path " $dir" -+ ;; -+ esac -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) -+ testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` -+ case :$dllsearchpath: in -+ *":$dir:"*) ;; -+ ::) dllsearchpath=$dir;; -+ *) func_append dllsearchpath ":$dir";; -+ esac -+ case :$dllsearchpath: in -+ *":$testbindir:"*) ;; -+ ::) dllsearchpath=$testbindir;; -+ *) func_append dllsearchpath ":$testbindir";; -+ esac -+ ;; -+ esac -+ continue -+ ;; -+ -+ -l*) -+ if test X-lc = "X$arg" || test X-lm = "X$arg"; then -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) -+ # These systems don't actually have a C or math library (as such) -+ continue -+ ;; -+ *-*-os2*) -+ # These systems don't actually have a C library (as such) -+ test X-lc = "X$arg" && continue -+ ;; -+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) -+ # Do not include libc due to us having libc/libc_r. -+ test X-lc = "X$arg" && continue -+ ;; -+ *-*-rhapsody* | *-*-darwin1.[012]) -+ # Rhapsody C and math libraries are in the System framework -+ func_append deplibs " System.ltframework" -+ continue -+ ;; -+ *-*-sco3.2v5* | *-*-sco5v6*) -+ # Causes problems with __ctype -+ test X-lc = "X$arg" && continue -+ ;; -+ *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) -+ # Compiler inserts libc in the correct place for threads to work -+ test X-lc = "X$arg" && continue -+ ;; -+ esac -+ elif test X-lc_r = "X$arg"; then -+ case $host in -+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) -+ # Do not include libc_r directly, use -pthread flag. -+ continue -+ ;; -+ esac -+ fi -+ func_append deplibs " $arg" -+ continue -+ ;; -+ -+ -mllvm) -+ prev=mllvm -+ continue -+ ;; -+ -+ -module) -+ module=yes -+ continue -+ ;; -+ -+ # Tru64 UNIX uses -model [arg] to determine the layout of C++ -+ # classes, name mangling, and exception handling. -+ # Darwin uses the -arch flag to determine output architecture. -+ -model|-arch|-isysroot|--sysroot) -+ func_append compiler_flags " $arg" -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ prev=xcompiler -+ continue -+ ;; -+ -+ -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ -+ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) -+ func_append compiler_flags " $arg" -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ case "$new_inherited_linker_flags " in -+ *" $arg "*) ;; -+ * ) func_append new_inherited_linker_flags " $arg" ;; -+ esac -+ continue -+ ;; -+ -+ -multi_module) -+ single_module=$wl-multi_module -+ continue -+ ;; -+ -+ -no-fast-install) -+ fast_install=no -+ continue -+ ;; -+ -+ -no-install) -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) -+ # The PATH hackery in wrapper scripts is required on Windows -+ # and Darwin in order for the loader to find any dlls it needs. -+ func_warning "'-no-install' is ignored for $host" -+ func_warning "assuming '-no-fast-install' instead" -+ fast_install=no -+ ;; -+ *) no_install=yes ;; -+ esac -+ continue -+ ;; -+ -+ -no-undefined) -+ allow_undefined=no -+ continue -+ ;; -+ -+ -objectlist) -+ prev=objectlist -+ continue -+ ;; -+ -+ -os2dllname) -+ prev=os2dllname -+ continue -+ ;; -+ -+ -o) prev=output ;; -+ -+ -precious-files-regex) -+ prev=precious_regex -+ continue -+ ;; -+ -+ -release) -+ prev=release -+ continue -+ ;; -+ -+ -rpath) -+ prev=rpath -+ continue -+ ;; -+ -+ -R) -+ prev=xrpath -+ continue -+ ;; -+ -+ -R*) -+ func_stripname '-R' '' "$arg" -+ dir=$func_stripname_result -+ # We need an absolute path. -+ case $dir in -+ [\\/]* | [A-Za-z]:[\\/]*) ;; -+ =*) -+ func_stripname '=' '' "$dir" -+ dir=$lt_sysroot$func_stripname_result -+ ;; -+ *) -+ func_fatal_error "only absolute run-paths are allowed" -+ ;; -+ esac -+ case "$xrpath " in -+ *" $dir "*) ;; -+ *) func_append xrpath " $dir" ;; -+ esac -+ continue -+ ;; -+ -+ -shared) -+ # The effects of -shared are defined in a previous loop. -+ continue -+ ;; -+ -+ -shrext) -+ prev=shrext -+ continue -+ ;; -+ -+ -static | -static-libtool-libs) -+ # The effects of -static are defined in a previous loop. -+ # We used to do the same as -all-static on platforms that -+ # didn't have a PIC flag, but the assumption that the effects -+ # would be equivalent was wrong. It would break on at least -+ # Digital Unix and AIX. -+ continue -+ ;; -+ -+ -thread-safe) -+ thread_safe=yes -+ continue -+ ;; -+ -+ -version-info) -+ prev=vinfo -+ continue -+ ;; -+ -+ -version-number) -+ prev=vinfo -+ vinfo_number=yes -+ continue -+ ;; -+ -+ -weak) -+ prev=weak -+ continue -+ ;; -+ -+ -Wc,*) -+ func_stripname '-Wc,' '' "$arg" -+ args=$func_stripname_result -+ arg= -+ save_ifs=$IFS; IFS=, -+ for flag in $args; do -+ IFS=$save_ifs -+ func_quote_for_eval "$flag" -+ func_append arg " $func_quote_for_eval_result" -+ func_append compiler_flags " $func_quote_for_eval_result" -+ done -+ IFS=$save_ifs -+ func_stripname ' ' '' "$arg" -+ arg=$func_stripname_result -+ ;; -+ -+ -Wl,*) -+ func_stripname '-Wl,' '' "$arg" -+ args=$func_stripname_result -+ arg= -+ save_ifs=$IFS; IFS=, -+ for flag in $args; do -+ IFS=$save_ifs -+ func_quote_for_eval "$flag" -+ func_append arg " $wl$func_quote_for_eval_result" -+ func_append compiler_flags " $wl$func_quote_for_eval_result" -+ func_append linker_flags " $func_quote_for_eval_result" -+ done -+ IFS=$save_ifs -+ func_stripname ' ' '' "$arg" -+ arg=$func_stripname_result -+ ;; -+ -+ -Xcompiler) -+ prev=xcompiler -+ continue -+ ;; -+ -+ -Xlinker) -+ prev=xlinker -+ continue -+ ;; -+ -+ -XCClinker) -+ prev=xcclinker -+ continue -+ ;; -+ -+ # -msg_* for osf cc -+ -msg_*) -+ func_quote_for_eval "$arg" -+ arg=$func_quote_for_eval_result -+ ;; -+ -+ # Flags to be passed through unchanged, with rationale: -+ # -64, -mips[0-9] enable 64-bit mode for the SGI compiler -+ # -r[0-9][0-9]* specify processor for the SGI compiler -+ # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler -+ # +DA*, +DD* enable 64-bit mode for the HP compiler -+ # -q* compiler args for the IBM compiler -+ # -m*, -t[45]*, -txscale* architecture-specific flags for GCC -+ # -F/path path to uninstalled frameworks, gcc on darwin -+ # -p, -pg, --coverage, -fprofile-* profiling flags for GCC -+ # -fstack-protector* stack protector flags for GCC -+ # @file GCC response files -+ # -tp=* Portland pgcc target processor selection -+ # --sysroot=* for sysroot support -+ # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -+ # -specs=* GCC specs files -+ # -stdlib=* select c++ std lib with clang -+ # -fsanitize=* Clang/GCC memory and address sanitizer -+ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -+ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -+ -specs=*|-fsanitize=*) -+ func_quote_for_eval "$arg" -+ arg=$func_quote_for_eval_result -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ func_append compiler_flags " $arg" -+ continue -+ ;; -+ -+ -Z*) -+ if test os2 = "`expr $host : '.*\(os2\)'`"; then -+ # OS/2 uses -Zxxx to specify OS/2-specific options -+ compiler_flags="$compiler_flags $arg" -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ case $arg in -+ -Zlinker | -Zstack) -+ prev=xcompiler -+ ;; -+ esac -+ continue -+ else -+ # Otherwise treat like 'Some other compiler flag' below -+ func_quote_for_eval "$arg" -+ arg=$func_quote_for_eval_result -+ fi -+ ;; -+ -+ # Some other compiler flag. -+ -* | +*) -+ func_quote_for_eval "$arg" -+ arg=$func_quote_for_eval_result -+ ;; -+ -+ *.$objext) -+ # A standard object. -+ func_append objs " $arg" -+ ;; -+ -+ *.lo) -+ # A libtool-controlled object. -+ -+ # Check to see that this really is a libtool object. -+ if func_lalib_unsafe_p "$arg"; then -+ pic_object= -+ non_pic_object= -+ -+ # Read the .lo file -+ func_source "$arg" -+ -+ if test -z "$pic_object" || -+ test -z "$non_pic_object" || -+ test none = "$pic_object" && -+ test none = "$non_pic_object"; then -+ func_fatal_error "cannot find name of object for '$arg'" -+ fi -+ -+ # Extract subdirectory from the argument. -+ func_dirname "$arg" "/" "" -+ xdir=$func_dirname_result -+ -+ test none = "$pic_object" || { -+ # Prepend the subdirectory the object is found in. -+ pic_object=$xdir$pic_object -+ -+ if test dlfiles = "$prev"; then -+ if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then -+ func_append dlfiles " $pic_object" -+ prev= -+ continue -+ else -+ # If libtool objects are unsupported, then we need to preload. -+ prev=dlprefiles -+ fi -+ fi -+ -+ # CHECK ME: I think I busted this. -Ossama -+ if test dlprefiles = "$prev"; then -+ # Preload the old-style object. -+ func_append dlprefiles " $pic_object" -+ prev= -+ fi -+ -+ # A PIC object. -+ func_append libobjs " $pic_object" -+ arg=$pic_object -+ } -+ -+ # Non-PIC object. -+ if test none != "$non_pic_object"; then -+ # Prepend the subdirectory the object is found in. -+ non_pic_object=$xdir$non_pic_object -+ -+ # A standard non-PIC object -+ func_append non_pic_objects " $non_pic_object" -+ if test -z "$pic_object" || test none = "$pic_object"; then -+ arg=$non_pic_object -+ fi -+ else -+ # If the PIC object exists, use it instead. -+ # $xdir was prepended to $pic_object above. -+ non_pic_object=$pic_object -+ func_append non_pic_objects " $non_pic_object" -+ fi -+ else -+ # Only an error if not doing a dry-run. -+ if $opt_dry_run; then -+ # Extract subdirectory from the argument. -+ func_dirname "$arg" "/" "" -+ xdir=$func_dirname_result -+ -+ func_lo2o "$arg" -+ pic_object=$xdir$objdir/$func_lo2o_result -+ non_pic_object=$xdir$func_lo2o_result -+ func_append libobjs " $pic_object" -+ func_append non_pic_objects " $non_pic_object" -+ else -+ func_fatal_error "'$arg' is not a valid libtool object" -+ fi -+ fi -+ ;; -+ -+ *.$libext) -+ # An archive. -+ func_append deplibs " $arg" -+ func_append old_deplibs " $arg" -+ continue -+ ;; -+ -+ *.la) -+ # A libtool-controlled library. -+ -+ func_resolve_sysroot "$arg" -+ if test dlfiles = "$prev"; then -+ # This library was specified with -dlopen. -+ func_append dlfiles " $func_resolve_sysroot_result" -+ prev= -+ elif test dlprefiles = "$prev"; then -+ # The library was specified with -dlpreopen. -+ func_append dlprefiles " $func_resolve_sysroot_result" -+ prev= -+ else -+ func_append deplibs " $func_resolve_sysroot_result" -+ fi -+ continue -+ ;; -+ -+ # Some other compiler argument. -+ *) -+ # Unknown arguments in both finalize_command and compile_command need -+ # to be aesthetically quoted because they are evaled later. -+ func_quote_for_eval "$arg" -+ arg=$func_quote_for_eval_result -+ ;; -+ esac # arg -+ -+ # Now actually substitute the argument into the commands. -+ if test -n "$arg"; then -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ fi -+ done # argument parsing loop -+ -+ test -n "$prev" && \ -+ func_fatal_help "the '$prevarg' option requires an argument" -+ -+ if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then -+ eval arg=\"$export_dynamic_flag_spec\" -+ func_append compile_command " $arg" -+ func_append finalize_command " $arg" -+ fi -+ -+ oldlibs= -+ # calculate the name of the file, without its directory -+ func_basename "$output" -+ outputname=$func_basename_result -+ libobjs_save=$libobjs -+ -+ if test -n "$shlibpath_var"; then -+ # get the directories listed in $shlibpath_var -+ eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` -+ else -+ shlib_search_path= -+ fi -+ eval sys_lib_search_path=\"$sys_lib_search_path_spec\" -+ eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" -+ -+ # Definition is injected by LT_CONFIG during libtool generation. -+ func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" -+ -+ func_dirname "$output" "/" "" -+ output_objdir=$func_dirname_result$objdir -+ func_to_tool_file "$output_objdir/" -+ tool_output_objdir=$func_to_tool_file_result -+ # Create the object directory. -+ func_mkdir_p "$output_objdir" -+ -+ # Determine the type of output -+ case $output in -+ "") -+ func_fatal_help "you must specify an output file" -+ ;; -+ *.$libext) linkmode=oldlib ;; -+ *.lo | *.$objext) linkmode=obj ;; -+ *.la) linkmode=lib ;; -+ *) linkmode=prog ;; # Anything else should be a program. -+ esac -+ -+ specialdeplibs= -+ -+ libs= -+ # Find all interdependent deplibs by searching for libraries -+ # that are linked more than once (e.g. -la -lb -la) -+ for deplib in $deplibs; do -+ if $opt_preserve_dup_deps; then -+ case "$libs " in -+ *" $deplib "*) func_append specialdeplibs " $deplib" ;; -+ esac -+ fi -+ func_append libs " $deplib" -+ done -+ -+ if test lib = "$linkmode"; then -+ libs="$predeps $libs $compiler_lib_search_path $postdeps" -+ -+ # Compute libraries that are listed more than once in $predeps -+ # $postdeps and mark them as special (i.e., whose duplicates are -+ # not to be eliminated). -+ pre_post_deps= -+ if $opt_duplicate_compiler_generated_deps; then -+ for pre_post_dep in $predeps $postdeps; do -+ case "$pre_post_deps " in -+ *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; -+ esac -+ func_append pre_post_deps " $pre_post_dep" -+ done -+ fi -+ pre_post_deps= -+ fi -+ -+ deplibs= -+ newdependency_libs= -+ newlib_search_path= -+ need_relink=no # whether we're linking any uninstalled libtool libraries -+ notinst_deplibs= # not-installed libtool libraries -+ notinst_path= # paths that contain not-installed libtool libraries -+ -+ case $linkmode in -+ lib) -+ passes="conv dlpreopen link" -+ for file in $dlfiles $dlprefiles; do -+ case $file in -+ *.la) ;; -+ *) -+ func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" -+ ;; -+ esac -+ done -+ ;; -+ prog) -+ compile_deplibs= -+ finalize_deplibs= -+ alldeplibs=false -+ newdlfiles= -+ newdlprefiles= -+ passes="conv scan dlopen dlpreopen link" -+ ;; -+ *) passes="conv" -+ ;; -+ esac -+ -+ for pass in $passes; do -+ # The preopen pass in lib mode reverses $deplibs; put it back here -+ # so that -L comes before libs that need it for instance... -+ if test lib,link = "$linkmode,$pass"; then -+ ## FIXME: Find the place where the list is rebuilt in the wrong -+ ## order, and fix it there properly -+ tmp_deplibs= -+ for deplib in $deplibs; do -+ tmp_deplibs="$deplib $tmp_deplibs" -+ done -+ deplibs=$tmp_deplibs -+ fi -+ -+ if test lib,link = "$linkmode,$pass" || -+ test prog,scan = "$linkmode,$pass"; then -+ libs=$deplibs -+ deplibs= -+ fi -+ if test prog = "$linkmode"; then -+ case $pass in -+ dlopen) libs=$dlfiles ;; -+ dlpreopen) libs=$dlprefiles ;; -+ link) -+ libs="$deplibs %DEPLIBS%" -+ test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" -+ ;; -+ esac -+ fi -+ if test lib,dlpreopen = "$linkmode,$pass"; then -+ # Collect and forward deplibs of preopened libtool libs -+ for lib in $dlprefiles; do -+ # Ignore non-libtool-libs -+ dependency_libs= -+ func_resolve_sysroot "$lib" -+ case $lib in -+ *.la) func_source "$func_resolve_sysroot_result" ;; -+ esac -+ -+ # Collect preopened libtool deplibs, except any this library -+ # has declared as weak libs -+ for deplib in $dependency_libs; do -+ func_basename "$deplib" -+ deplib_base=$func_basename_result -+ case " $weak_libs " in -+ *" $deplib_base "*) ;; -+ *) func_append deplibs " $deplib" ;; -+ esac -+ done -+ done -+ libs=$dlprefiles -+ fi -+ if test dlopen = "$pass"; then -+ # Collect dlpreopened libraries -+ save_deplibs=$deplibs -+ deplibs= -+ fi -+ -+ for deplib in $libs; do -+ lib= -+ found=false -+ case $deplib in -+ -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ -+ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) -+ if test prog,link = "$linkmode,$pass"; then -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ else -+ func_append compiler_flags " $deplib" -+ if test lib = "$linkmode"; then -+ case "$new_inherited_linker_flags " in -+ *" $deplib "*) ;; -+ * ) func_append new_inherited_linker_flags " $deplib" ;; -+ esac -+ fi -+ fi -+ continue -+ ;; -+ -l*) -+ if test lib != "$linkmode" && test prog != "$linkmode"; then -+ func_warning "'-l' is ignored for archives/objects" -+ continue -+ fi -+ func_stripname '-l' '' "$deplib" -+ name=$func_stripname_result -+ if test lib = "$linkmode"; then -+ searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" -+ else -+ searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" -+ fi -+ for searchdir in $searchdirs; do -+ for search_ext in .la $std_shrext .so .a; do -+ # Search the libtool library -+ lib=$searchdir/lib$name$search_ext -+ if test -f "$lib"; then -+ if test .la = "$search_ext"; then -+ found=: -+ else -+ found=false -+ fi -+ break 2 -+ fi -+ done -+ done -+ if $found; then -+ # deplib is a libtool library -+ # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, -+ # We need to do some special things here, and not later. -+ if test yes = "$allow_libtool_libs_with_static_runtimes"; then -+ case " $predeps $postdeps " in -+ *" $deplib "*) -+ if func_lalib_p "$lib"; then -+ library_names= -+ old_library= -+ func_source "$lib" -+ for l in $old_library $library_names; do -+ ll=$l -+ done -+ if test "X$ll" = "X$old_library"; then # only static version available -+ found=false -+ func_dirname "$lib" "" "." -+ ladir=$func_dirname_result -+ lib=$ladir/$old_library -+ if test prog,link = "$linkmode,$pass"; then -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ else -+ deplibs="$deplib $deplibs" -+ test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" -+ fi -+ continue -+ fi -+ fi -+ ;; -+ *) ;; -+ esac -+ fi -+ else -+ # deplib doesn't seem to be a libtool library -+ if test prog,link = "$linkmode,$pass"; then -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ else -+ deplibs="$deplib $deplibs" -+ test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" -+ fi -+ continue -+ fi -+ ;; # -l -+ *.ltframework) -+ if test prog,link = "$linkmode,$pass"; then -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ else -+ deplibs="$deplib $deplibs" -+ if test lib = "$linkmode"; then -+ case "$new_inherited_linker_flags " in -+ *" $deplib "*) ;; -+ * ) func_append new_inherited_linker_flags " $deplib" ;; -+ esac -+ fi -+ fi -+ continue -+ ;; -+ -L*) -+ case $linkmode in -+ lib) -+ deplibs="$deplib $deplibs" -+ test conv = "$pass" && continue -+ newdependency_libs="$deplib $newdependency_libs" -+ func_stripname '-L' '' "$deplib" -+ func_resolve_sysroot "$func_stripname_result" -+ func_append newlib_search_path " $func_resolve_sysroot_result" -+ ;; -+ prog) -+ if test conv = "$pass"; then -+ deplibs="$deplib $deplibs" -+ continue -+ fi -+ if test scan = "$pass"; then -+ deplibs="$deplib $deplibs" -+ else -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ fi -+ func_stripname '-L' '' "$deplib" -+ func_resolve_sysroot "$func_stripname_result" -+ func_append newlib_search_path " $func_resolve_sysroot_result" -+ ;; -+ *) -+ func_warning "'-L' is ignored for archives/objects" -+ ;; -+ esac # linkmode -+ continue -+ ;; # -L -+ -R*) -+ if test link = "$pass"; then -+ func_stripname '-R' '' "$deplib" -+ func_resolve_sysroot "$func_stripname_result" -+ dir=$func_resolve_sysroot_result -+ # Make sure the xrpath contains only unique directories. -+ case "$xrpath " in -+ *" $dir "*) ;; -+ *) func_append xrpath " $dir" ;; -+ esac -+ fi -+ deplibs="$deplib $deplibs" -+ continue -+ ;; -+ *.la) -+ func_resolve_sysroot "$deplib" -+ lib=$func_resolve_sysroot_result -+ ;; -+ *.$libext) -+ if test conv = "$pass"; then -+ deplibs="$deplib $deplibs" -+ continue -+ fi -+ case $linkmode in -+ lib) -+ # Linking convenience modules into shared libraries is allowed, -+ # but linking other static libraries is non-portable. -+ case " $dlpreconveniencelibs " in -+ *" $deplib "*) ;; -+ *) -+ valid_a_lib=false -+ case $deplibs_check_method in -+ match_pattern*) -+ set dummy $deplibs_check_method; shift -+ match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` -+ if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ -+ | $EGREP "$match_pattern_regex" > /dev/null; then -+ valid_a_lib=: -+ fi -+ ;; -+ pass_all) -+ valid_a_lib=: -+ ;; -+ esac -+ if $valid_a_lib; then -+ echo -+ $ECHO "*** Warning: Linking the shared library $output against the" -+ $ECHO "*** static library $deplib is not portable!" -+ deplibs="$deplib $deplibs" -+ else -+ echo -+ $ECHO "*** Warning: Trying to link with static lib archive $deplib." -+ echo "*** I have the capability to make that library automatically link in when" -+ echo "*** you link to this library. But I can only do this if you have a" -+ echo "*** shared version of the library, which you do not appear to have" -+ echo "*** because the file extensions .$libext of this argument makes me believe" -+ echo "*** that it is just a static archive that I should not use here." -+ fi -+ ;; -+ esac -+ continue -+ ;; -+ prog) -+ if test link != "$pass"; then -+ deplibs="$deplib $deplibs" -+ else -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ fi -+ continue -+ ;; -+ esac # linkmode -+ ;; # *.$libext -+ *.lo | *.$objext) -+ if test conv = "$pass"; then -+ deplibs="$deplib $deplibs" -+ elif test prog = "$linkmode"; then -+ if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then -+ # If there is no dlopen support or we're linking statically, -+ # we need to preload. -+ func_append newdlprefiles " $deplib" -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ else -+ func_append newdlfiles " $deplib" -+ fi -+ fi -+ continue -+ ;; -+ %DEPLIBS%) -+ alldeplibs=: -+ continue -+ ;; -+ esac # case $deplib -+ -+ $found || test -f "$lib" \ -+ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" -+ -+ # Check to see that this really is a libtool archive. -+ func_lalib_unsafe_p "$lib" \ -+ || func_fatal_error "'$lib' is not a valid libtool archive" -+ -+ func_dirname "$lib" "" "." -+ ladir=$func_dirname_result -+ -+ dlname= -+ dlopen= -+ dlpreopen= -+ libdir= -+ library_names= -+ old_library= -+ inherited_linker_flags= -+ # If the library was installed with an old release of libtool, -+ # it will not redefine variables installed, or shouldnotlink -+ installed=yes -+ shouldnotlink=no -+ avoidtemprpath= -+ -+ -+ # Read the .la file -+ func_source "$lib" -+ -+ # Convert "-framework foo" to "foo.ltframework" -+ if test -n "$inherited_linker_flags"; then -+ tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` -+ for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do -+ case " $new_inherited_linker_flags " in -+ *" $tmp_inherited_linker_flag "*) ;; -+ *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; -+ esac -+ done -+ fi -+ dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ if test lib,link = "$linkmode,$pass" || -+ test prog,scan = "$linkmode,$pass" || -+ { test prog != "$linkmode" && test lib != "$linkmode"; }; then -+ test -n "$dlopen" && func_append dlfiles " $dlopen" -+ test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" -+ fi -+ -+ if test conv = "$pass"; then -+ # Only check for convenience libraries -+ deplibs="$lib $deplibs" -+ if test -z "$libdir"; then -+ if test -z "$old_library"; then -+ func_fatal_error "cannot find name of link library for '$lib'" -+ fi -+ # It is a libtool convenience library, so add in its objects. -+ func_append convenience " $ladir/$objdir/$old_library" -+ func_append old_convenience " $ladir/$objdir/$old_library" -+ tmp_libs= -+ for deplib in $dependency_libs; do -+ deplibs="$deplib $deplibs" -+ if $opt_preserve_dup_deps; then -+ case "$tmp_libs " in -+ *" $deplib "*) func_append specialdeplibs " $deplib" ;; -+ esac -+ fi -+ func_append tmp_libs " $deplib" -+ done -+ elif test prog != "$linkmode" && test lib != "$linkmode"; then -+ func_fatal_error "'$lib' is not a convenience library" -+ fi -+ continue -+ fi # $pass = conv -+ -+ -+ # Get the name of the library we link against. -+ linklib= -+ if test -n "$old_library" && -+ { test yes = "$prefer_static_libs" || -+ test built,no = "$prefer_static_libs,$installed"; }; then -+ linklib=$old_library -+ else -+ for l in $old_library $library_names; do -+ linklib=$l -+ done -+ fi -+ if test -z "$linklib"; then -+ func_fatal_error "cannot find name of link library for '$lib'" -+ fi -+ -+ # This library was specified with -dlopen. -+ if test dlopen = "$pass"; then -+ test -z "$libdir" \ -+ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" -+ if test -z "$dlname" || -+ test yes != "$dlopen_support" || -+ test no = "$build_libtool_libs" -+ then -+ # If there is no dlname, no dlopen support or we're linking -+ # statically, we need to preload. We also need to preload any -+ # dependent libraries so libltdl's deplib preloader doesn't -+ # bomb out in the load deplibs phase. -+ func_append dlprefiles " $lib $dependency_libs" -+ else -+ func_append newdlfiles " $lib" -+ fi -+ continue -+ fi # $pass = dlopen -+ -+ # We need an absolute path. -+ case $ladir in -+ [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; -+ *) -+ abs_ladir=`cd "$ladir" && pwd` -+ if test -z "$abs_ladir"; then -+ func_warning "cannot determine absolute directory name of '$ladir'" -+ func_warning "passing it literally to the linker, although it might fail" -+ abs_ladir=$ladir -+ fi -+ ;; -+ esac -+ func_basename "$lib" -+ laname=$func_basename_result -+ -+ # Find the relevant object directory and library name. -+ if test yes = "$installed"; then -+ if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then -+ func_warning "library '$lib' was moved." -+ dir=$ladir -+ absdir=$abs_ladir -+ libdir=$abs_ladir -+ else -+ dir=$lt_sysroot$libdir -+ absdir=$lt_sysroot$libdir -+ fi -+ test yes = "$hardcode_automatic" && avoidtemprpath=yes -+ else -+ if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then -+ dir=$ladir -+ absdir=$abs_ladir -+ # Remove this search path later -+ func_append notinst_path " $abs_ladir" -+ else -+ dir=$ladir/$objdir -+ absdir=$abs_ladir/$objdir -+ # Remove this search path later -+ func_append notinst_path " $abs_ladir" -+ fi -+ fi # $installed = yes -+ func_stripname 'lib' '.la' "$laname" -+ name=$func_stripname_result -+ -+ # This library was specified with -dlpreopen. -+ if test dlpreopen = "$pass"; then -+ if test -z "$libdir" && test prog = "$linkmode"; then -+ func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" -+ fi -+ case $host in -+ # special handling for platforms with PE-DLLs. -+ *cygwin* | *mingw* | *cegcc* ) -+ # Linker will automatically link against shared library if both -+ # static and shared are present. Therefore, ensure we extract -+ # symbols from the import library if a shared library is present -+ # (otherwise, the dlopen module name will be incorrect). We do -+ # this by putting the import library name into $newdlprefiles. -+ # We recover the dlopen module name by 'saving' the la file -+ # name in a special purpose variable, and (later) extracting the -+ # dlname from the la file. -+ if test -n "$dlname"; then -+ func_tr_sh "$dir/$linklib" -+ eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" -+ func_append newdlprefiles " $dir/$linklib" -+ else -+ func_append newdlprefiles " $dir/$old_library" -+ # Keep a list of preopened convenience libraries to check -+ # that they are being used correctly in the link pass. -+ test -z "$libdir" && \ -+ func_append dlpreconveniencelibs " $dir/$old_library" -+ fi -+ ;; -+ * ) -+ # Prefer using a static library (so that no silly _DYNAMIC symbols -+ # are required to link). -+ if test -n "$old_library"; then -+ func_append newdlprefiles " $dir/$old_library" -+ # Keep a list of preopened convenience libraries to check -+ # that they are being used correctly in the link pass. -+ test -z "$libdir" && \ -+ func_append dlpreconveniencelibs " $dir/$old_library" -+ # Otherwise, use the dlname, so that lt_dlopen finds it. -+ elif test -n "$dlname"; then -+ func_append newdlprefiles " $dir/$dlname" -+ else -+ func_append newdlprefiles " $dir/$linklib" -+ fi -+ ;; -+ esac -+ fi # $pass = dlpreopen -+ -+ if test -z "$libdir"; then -+ # Link the convenience library -+ if test lib = "$linkmode"; then -+ deplibs="$dir/$old_library $deplibs" -+ elif test prog,link = "$linkmode,$pass"; then -+ compile_deplibs="$dir/$old_library $compile_deplibs" -+ finalize_deplibs="$dir/$old_library $finalize_deplibs" -+ else -+ deplibs="$lib $deplibs" # used for prog,scan pass -+ fi -+ continue -+ fi -+ -+ -+ if test prog = "$linkmode" && test link != "$pass"; then -+ func_append newlib_search_path " $ladir" -+ deplibs="$lib $deplibs" -+ -+ linkalldeplibs=false -+ if test no != "$link_all_deplibs" || test -z "$library_names" || -+ test no = "$build_libtool_libs"; then -+ linkalldeplibs=: -+ fi -+ -+ tmp_libs= -+ for deplib in $dependency_libs; do -+ case $deplib in -+ -L*) func_stripname '-L' '' "$deplib" -+ func_resolve_sysroot "$func_stripname_result" -+ func_append newlib_search_path " $func_resolve_sysroot_result" -+ ;; -+ esac -+ # Need to link against all dependency_libs? -+ if $linkalldeplibs; then -+ deplibs="$deplib $deplibs" -+ else -+ # Need to hardcode shared library paths -+ # or/and link against static libraries -+ newdependency_libs="$deplib $newdependency_libs" -+ fi -+ if $opt_preserve_dup_deps; then -+ case "$tmp_libs " in -+ *" $deplib "*) func_append specialdeplibs " $deplib" ;; -+ esac -+ fi -+ func_append tmp_libs " $deplib" -+ done # for deplib -+ continue -+ fi # $linkmode = prog... -+ -+ if test prog,link = "$linkmode,$pass"; then -+ if test -n "$library_names" && -+ { { test no = "$prefer_static_libs" || -+ test built,yes = "$prefer_static_libs,$installed"; } || -+ test -z "$old_library"; }; then -+ # We need to hardcode the library path -+ if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then -+ # Make sure the rpath contains only unique directories. -+ case $temp_rpath: in -+ *"$absdir:"*) ;; -+ *) func_append temp_rpath "$absdir:" ;; -+ esac -+ fi -+ -+ # Hardcode the library path. -+ # Skip directories that are in the system default run-time -+ # search path. -+ case " $sys_lib_dlsearch_path " in -+ *" $absdir "*) ;; -+ *) -+ case "$compile_rpath " in -+ *" $absdir "*) ;; -+ *) func_append compile_rpath " $absdir" ;; -+ esac -+ ;; -+ esac -+ case " $sys_lib_dlsearch_path " in -+ *" $libdir "*) ;; -+ *) -+ case "$finalize_rpath " in -+ *" $libdir "*) ;; -+ *) func_append finalize_rpath " $libdir" ;; -+ esac -+ ;; -+ esac -+ fi # $linkmode,$pass = prog,link... -+ -+ if $alldeplibs && -+ { test pass_all = "$deplibs_check_method" || -+ { test yes = "$build_libtool_libs" && -+ test -n "$library_names"; }; }; then -+ # We only need to search for static libraries -+ continue -+ fi -+ fi -+ -+ link_static=no # Whether the deplib will be linked statically -+ use_static_libs=$prefer_static_libs -+ if test built = "$use_static_libs" && test yes = "$installed"; then -+ use_static_libs=no -+ fi -+ if test -n "$library_names" && -+ { test no = "$use_static_libs" || test -z "$old_library"; }; then -+ case $host in -+ *cygwin* | *mingw* | *cegcc* | *os2*) -+ # No point in relinking DLLs because paths are not encoded -+ func_append notinst_deplibs " $lib" -+ need_relink=no -+ ;; -+ *) -+ if test no = "$installed"; then -+ func_append notinst_deplibs " $lib" -+ need_relink=yes -+ fi -+ ;; -+ esac -+ # This is a shared library -+ -+ # Warn about portability, can't link against -module's on some -+ # systems (darwin). Don't bleat about dlopened modules though! -+ dlopenmodule= -+ for dlpremoduletest in $dlprefiles; do -+ if test "X$dlpremoduletest" = "X$lib"; then -+ dlopenmodule=$dlpremoduletest -+ break -+ fi -+ done -+ if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then -+ echo -+ if test prog = "$linkmode"; then -+ $ECHO "*** Warning: Linking the executable $output against the loadable module" -+ else -+ $ECHO "*** Warning: Linking the shared library $output against the loadable module" -+ fi -+ $ECHO "*** $linklib is not portable!" -+ fi -+ if test lib = "$linkmode" && -+ test yes = "$hardcode_into_libs"; then -+ # Hardcode the library path. -+ # Skip directories that are in the system default run-time -+ # search path. -+ case " $sys_lib_dlsearch_path " in -+ *" $absdir "*) ;; -+ *) -+ case "$compile_rpath " in -+ *" $absdir "*) ;; -+ *) func_append compile_rpath " $absdir" ;; -+ esac -+ ;; -+ esac -+ case " $sys_lib_dlsearch_path " in -+ *" $libdir "*) ;; -+ *) -+ case "$finalize_rpath " in -+ *" $libdir "*) ;; -+ *) func_append finalize_rpath " $libdir" ;; -+ esac -+ ;; -+ esac -+ fi -+ -+ if test -n "$old_archive_from_expsyms_cmds"; then -+ # figure out the soname -+ set dummy $library_names -+ shift -+ realname=$1 -+ shift -+ libname=`eval "\\$ECHO \"$libname_spec\""` -+ # use dlname if we got it. it's perfectly good, no? -+ if test -n "$dlname"; then -+ soname=$dlname -+ elif test -n "$soname_spec"; then -+ # bleh windows -+ case $host in -+ *cygwin* | mingw* | *cegcc* | *os2*) -+ func_arith $current - $age -+ major=$func_arith_result -+ versuffix=-$major -+ ;; -+ esac -+ eval soname=\"$soname_spec\" -+ else -+ soname=$realname -+ fi -+ -+ # Make a new name for the extract_expsyms_cmds to use -+ soroot=$soname -+ func_basename "$soroot" -+ soname=$func_basename_result -+ func_stripname 'lib' '.dll' "$soname" -+ newlib=libimp-$func_stripname_result.a -+ -+ # If the library has no export list, then create one now -+ if test -f "$output_objdir/$soname-def"; then : -+ else -+ func_verbose "extracting exported symbol list from '$soname'" -+ func_execute_cmds "$extract_expsyms_cmds" 'exit $?' -+ fi -+ -+ # Create $newlib -+ if test -f "$output_objdir/$newlib"; then :; else -+ func_verbose "generating import library for '$soname'" -+ func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' -+ fi -+ # make sure the library variables are pointing to the new library -+ dir=$output_objdir -+ linklib=$newlib -+ fi # test -n "$old_archive_from_expsyms_cmds" -+ -+ if test prog = "$linkmode" || test relink != "$opt_mode"; then -+ add_shlibpath= -+ add_dir= -+ add= -+ lib_linked=yes -+ case $hardcode_action in -+ immediate | unsupported) -+ if test no = "$hardcode_direct"; then -+ add=$dir/$linklib -+ case $host in -+ *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; -+ *-*-sysv4*uw2*) add_dir=-L$dir ;; -+ *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ -+ *-*-unixware7*) add_dir=-L$dir ;; -+ *-*-darwin* ) -+ # if the lib is a (non-dlopened) module then we cannot -+ # link against it, someone is ignoring the earlier warnings -+ if /usr/bin/file -L $add 2> /dev/null | -+ $GREP ": [^:]* bundle" >/dev/null; then -+ if test "X$dlopenmodule" != "X$lib"; then -+ $ECHO "*** Warning: lib $linklib is a module, not a shared library" -+ if test -z "$old_library"; then -+ echo -+ echo "*** And there doesn't seem to be a static archive available" -+ echo "*** The link will probably fail, sorry" -+ else -+ add=$dir/$old_library -+ fi -+ elif test -n "$old_library"; then -+ add=$dir/$old_library -+ fi -+ fi -+ esac -+ elif test no = "$hardcode_minus_L"; then -+ case $host in -+ *-*-sunos*) add_shlibpath=$dir ;; -+ esac -+ add_dir=-L$dir -+ add=-l$name -+ elif test no = "$hardcode_shlibpath_var"; then -+ add_shlibpath=$dir -+ add=-l$name -+ else -+ lib_linked=no -+ fi -+ ;; -+ relink) -+ if test yes = "$hardcode_direct" && -+ test no = "$hardcode_direct_absolute"; then -+ add=$dir/$linklib -+ elif test yes = "$hardcode_minus_L"; then -+ add_dir=-L$absdir -+ # Try looking first in the location we're being installed to. -+ if test -n "$inst_prefix_dir"; then -+ case $libdir in -+ [\\/]*) -+ func_append add_dir " -L$inst_prefix_dir$libdir" -+ ;; -+ esac -+ fi -+ add=-l$name -+ elif test yes = "$hardcode_shlibpath_var"; then -+ add_shlibpath=$dir -+ add=-l$name -+ else -+ lib_linked=no -+ fi -+ ;; -+ *) lib_linked=no ;; -+ esac -+ -+ if test yes != "$lib_linked"; then -+ func_fatal_configuration "unsupported hardcode properties" -+ fi -+ -+ if test -n "$add_shlibpath"; then -+ case :$compile_shlibpath: in -+ *":$add_shlibpath:"*) ;; -+ *) func_append compile_shlibpath "$add_shlibpath:" ;; -+ esac -+ fi -+ if test prog = "$linkmode"; then -+ test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" -+ test -n "$add" && compile_deplibs="$add $compile_deplibs" -+ else -+ test -n "$add_dir" && deplibs="$add_dir $deplibs" -+ test -n "$add" && deplibs="$add $deplibs" -+ if test yes != "$hardcode_direct" && -+ test yes != "$hardcode_minus_L" && -+ test yes = "$hardcode_shlibpath_var"; then -+ case :$finalize_shlibpath: in -+ *":$libdir:"*) ;; -+ *) func_append finalize_shlibpath "$libdir:" ;; -+ esac -+ fi -+ fi -+ fi -+ -+ if test prog = "$linkmode" || test relink = "$opt_mode"; then -+ add_shlibpath= -+ add_dir= -+ add= -+ # Finalize command for both is simple: just hardcode it. -+ if test yes = "$hardcode_direct" && -+ test no = "$hardcode_direct_absolute"; then -+ add=$libdir/$linklib -+ elif test yes = "$hardcode_minus_L"; then -+ add_dir=-L$libdir -+ add=-l$name -+ elif test yes = "$hardcode_shlibpath_var"; then -+ case :$finalize_shlibpath: in -+ *":$libdir:"*) ;; -+ *) func_append finalize_shlibpath "$libdir:" ;; -+ esac -+ add=-l$name -+ elif test yes = "$hardcode_automatic"; then -+ if test -n "$inst_prefix_dir" && -+ test -f "$inst_prefix_dir$libdir/$linklib"; then -+ add=$inst_prefix_dir$libdir/$linklib -+ else -+ add=$libdir/$linklib -+ fi -+ else -+ # We cannot seem to hardcode it, guess we'll fake it. -+ add_dir=-L$libdir -+ # Try looking first in the location we're being installed to. -+ if test -n "$inst_prefix_dir"; then -+ case $libdir in -+ [\\/]*) -+ func_append add_dir " -L$inst_prefix_dir$libdir" -+ ;; -+ esac -+ fi -+ add=-l$name -+ fi -+ -+ if test prog = "$linkmode"; then -+ test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" -+ test -n "$add" && finalize_deplibs="$add $finalize_deplibs" -+ else -+ test -n "$add_dir" && deplibs="$add_dir $deplibs" -+ test -n "$add" && deplibs="$add $deplibs" -+ fi -+ fi -+ elif test prog = "$linkmode"; then -+ # Here we assume that one of hardcode_direct or hardcode_minus_L -+ # is not unsupported. This is valid on all known static and -+ # shared platforms. -+ if test unsupported != "$hardcode_direct"; then -+ test -n "$old_library" && linklib=$old_library -+ compile_deplibs="$dir/$linklib $compile_deplibs" -+ finalize_deplibs="$dir/$linklib $finalize_deplibs" -+ else -+ compile_deplibs="-l$name -L$dir $compile_deplibs" -+ finalize_deplibs="-l$name -L$dir $finalize_deplibs" -+ fi -+ elif test yes = "$build_libtool_libs"; then -+ # Not a shared library -+ if test pass_all != "$deplibs_check_method"; then -+ # We're trying link a shared library against a static one -+ # but the system doesn't support it. -+ -+ # Just print a warning and add the library to dependency_libs so -+ # that the program can be linked against the static library. -+ echo -+ $ECHO "*** Warning: This system cannot link to static lib archive $lib." -+ echo "*** I have the capability to make that library automatically link in when" -+ echo "*** you link to this library. But I can only do this if you have a" -+ echo "*** shared version of the library, which you do not appear to have." -+ if test yes = "$module"; then -+ echo "*** But as you try to build a module library, libtool will still create " -+ echo "*** a static module, that should work as long as the dlopening application" -+ echo "*** is linked with the -dlopen flag to resolve symbols at runtime." -+ if test -z "$global_symbol_pipe"; then -+ echo -+ echo "*** However, this would only work if libtool was able to extract symbol" -+ echo "*** lists from a program, using 'nm' or equivalent, but libtool could" -+ echo "*** not find such a program. So, this module is probably useless." -+ echo "*** 'nm' from GNU binutils and a full rebuild may help." -+ fi -+ if test no = "$build_old_libs"; then -+ build_libtool_libs=module -+ build_old_libs=yes -+ else -+ build_libtool_libs=no -+ fi -+ fi -+ else -+ deplibs="$dir/$old_library $deplibs" -+ link_static=yes -+ fi -+ fi # link shared/static library? -+ -+ if test lib = "$linkmode"; then -+ if test -n "$dependency_libs" && -+ { test yes != "$hardcode_into_libs" || -+ test yes = "$build_old_libs" || -+ test yes = "$link_static"; }; then -+ # Extract -R from dependency_libs -+ temp_deplibs= -+ for libdir in $dependency_libs; do -+ case $libdir in -+ -R*) func_stripname '-R' '' "$libdir" -+ temp_xrpath=$func_stripname_result -+ case " $xrpath " in -+ *" $temp_xrpath "*) ;; -+ *) func_append xrpath " $temp_xrpath";; -+ esac;; -+ *) func_append temp_deplibs " $libdir";; -+ esac -+ done -+ dependency_libs=$temp_deplibs -+ fi -+ -+ func_append newlib_search_path " $absdir" -+ # Link against this library -+ test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" -+ # ... and its dependency_libs -+ tmp_libs= -+ for deplib in $dependency_libs; do -+ newdependency_libs="$deplib $newdependency_libs" -+ case $deplib in -+ -L*) func_stripname '-L' '' "$deplib" -+ func_resolve_sysroot "$func_stripname_result";; -+ *) func_resolve_sysroot "$deplib" ;; -+ esac -+ if $opt_preserve_dup_deps; then -+ case "$tmp_libs " in -+ *" $func_resolve_sysroot_result "*) -+ func_append specialdeplibs " $func_resolve_sysroot_result" ;; -+ esac -+ fi -+ func_append tmp_libs " $func_resolve_sysroot_result" -+ done -+ -+ if test no != "$link_all_deplibs"; then -+ # Add the search paths of all dependency libraries -+ for deplib in $dependency_libs; do -+ path= -+ case $deplib in -+ -L*) path=$deplib ;; -+ *.la) -+ func_resolve_sysroot "$deplib" -+ deplib=$func_resolve_sysroot_result -+ func_dirname "$deplib" "" "." -+ dir=$func_dirname_result -+ # We need an absolute path. -+ case $dir in -+ [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; -+ *) -+ absdir=`cd "$dir" && pwd` -+ if test -z "$absdir"; then -+ func_warning "cannot determine absolute directory name of '$dir'" -+ absdir=$dir -+ fi -+ ;; -+ esac -+ if $GREP "^installed=no" $deplib > /dev/null; then -+ case $host in -+ *-*-darwin*) -+ depdepl= -+ eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` -+ if test -n "$deplibrary_names"; then -+ for tmp in $deplibrary_names; do -+ depdepl=$tmp -+ done -+ if test -f "$absdir/$objdir/$depdepl"; then -+ depdepl=$absdir/$objdir/$depdepl -+ darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` -+ if test -z "$darwin_install_name"; then -+ darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` -+ fi -+ func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" -+ func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" -+ path= -+ fi -+ fi -+ ;; -+ *) -+ path=-L$absdir/$objdir -+ ;; -+ esac -+ else -+ eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` -+ test -z "$libdir" && \ -+ func_fatal_error "'$deplib' is not a valid libtool archive" -+ test "$absdir" != "$libdir" && \ -+ func_warning "'$deplib' seems to be moved" -+ -+ path=-L$absdir -+ fi -+ ;; -+ esac -+ case " $deplibs " in -+ *" $path "*) ;; -+ *) deplibs="$path $deplibs" ;; -+ esac -+ done -+ fi # link_all_deplibs != no -+ fi # linkmode = lib -+ done # for deplib in $libs -+ if test link = "$pass"; then -+ if test prog = "$linkmode"; then -+ compile_deplibs="$new_inherited_linker_flags $compile_deplibs" -+ finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" -+ else -+ compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ fi -+ fi -+ dependency_libs=$newdependency_libs -+ if test dlpreopen = "$pass"; then -+ # Link the dlpreopened libraries before other libraries -+ for deplib in $save_deplibs; do -+ deplibs="$deplib $deplibs" -+ done -+ fi -+ if test dlopen != "$pass"; then -+ test conv = "$pass" || { -+ # Make sure lib_search_path contains only unique directories. -+ lib_search_path= -+ for dir in $newlib_search_path; do -+ case "$lib_search_path " in -+ *" $dir "*) ;; -+ *) func_append lib_search_path " $dir" ;; -+ esac -+ done -+ newlib_search_path= -+ } -+ -+ if test prog,link = "$linkmode,$pass"; then -+ vars="compile_deplibs finalize_deplibs" -+ else -+ vars=deplibs -+ fi -+ for var in $vars dependency_libs; do -+ # Add libraries to $var in reverse order -+ eval tmp_libs=\"\$$var\" -+ new_libs= -+ for deplib in $tmp_libs; do -+ # FIXME: Pedantically, this is the right thing to do, so -+ # that some nasty dependency loop isn't accidentally -+ # broken: -+ #new_libs="$deplib $new_libs" -+ # Pragmatically, this seems to cause very few problems in -+ # practice: -+ case $deplib in -+ -L*) new_libs="$deplib $new_libs" ;; -+ -R*) ;; -+ *) -+ # And here is the reason: when a library appears more -+ # than once as an explicit dependence of a library, or -+ # is implicitly linked in more than once by the -+ # compiler, it is considered special, and multiple -+ # occurrences thereof are not removed. Compare this -+ # with having the same library being listed as a -+ # dependency of multiple other libraries: in this case, -+ # we know (pedantically, we assume) the library does not -+ # need to be listed more than once, so we keep only the -+ # last copy. This is not always right, but it is rare -+ # enough that we require users that really mean to play -+ # such unportable linking tricks to link the library -+ # using -Wl,-lname, so that libtool does not consider it -+ # for duplicate removal. -+ case " $specialdeplibs " in -+ *" $deplib "*) new_libs="$deplib $new_libs" ;; -+ *) -+ case " $new_libs " in -+ *" $deplib "*) ;; -+ *) new_libs="$deplib $new_libs" ;; -+ esac -+ ;; -+ esac -+ ;; -+ esac -+ done -+ tmp_libs= -+ for deplib in $new_libs; do -+ case $deplib in -+ -L*) -+ case " $tmp_libs " in -+ *" $deplib "*) ;; -+ *) func_append tmp_libs " $deplib" ;; -+ esac -+ ;; -+ *) func_append tmp_libs " $deplib" ;; -+ esac -+ done -+ eval $var=\"$tmp_libs\" -+ done # for var -+ fi -+ -+ # Add Sun CC postdeps if required: -+ test CXX = "$tagname" && { -+ case $host_os in -+ linux*) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) # Sun C++ 5.9 -+ func_suncc_cstd_abi -+ -+ if test no != "$suncc_use_cstd_abi"; then -+ func_append postdeps ' -library=Cstd -library=Crun' -+ fi -+ ;; -+ esac -+ ;; -+ -+ solaris*) -+ func_cc_basename "$CC" -+ case $func_cc_basename_result in -+ CC* | sunCC*) -+ func_suncc_cstd_abi -+ -+ if test no != "$suncc_use_cstd_abi"; then -+ func_append postdeps ' -library=Cstd -library=Crun' -+ fi -+ ;; -+ esac -+ ;; -+ esac -+ } -+ -+ # Last step: remove runtime libs from dependency_libs -+ # (they stay in deplibs) -+ tmp_libs= -+ for i in $dependency_libs; do -+ case " $predeps $postdeps $compiler_lib_search_path " in -+ *" $i "*) -+ i= -+ ;; -+ esac -+ if test -n "$i"; then -+ func_append tmp_libs " $i" -+ fi -+ done -+ dependency_libs=$tmp_libs -+ done # for pass -+ if test prog = "$linkmode"; then -+ dlfiles=$newdlfiles -+ fi -+ if test prog = "$linkmode" || test lib = "$linkmode"; then -+ dlprefiles=$newdlprefiles -+ fi -+ -+ case $linkmode in -+ oldlib) -+ if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then -+ func_warning "'-dlopen' is ignored for archives" -+ fi -+ -+ case " $deplibs" in -+ *\ -l* | *\ -L*) -+ func_warning "'-l' and '-L' are ignored for archives" ;; -+ esac -+ -+ test -n "$rpath" && \ -+ func_warning "'-rpath' is ignored for archives" -+ -+ test -n "$xrpath" && \ -+ func_warning "'-R' is ignored for archives" -+ -+ test -n "$vinfo" && \ -+ func_warning "'-version-info/-version-number' is ignored for archives" -+ -+ test -n "$release" && \ -+ func_warning "'-release' is ignored for archives" -+ -+ test -n "$export_symbols$export_symbols_regex" && \ -+ func_warning "'-export-symbols' is ignored for archives" -+ -+ # Now set the variables for building old libraries. -+ build_libtool_libs=no -+ oldlibs=$output -+ func_append objs "$old_deplibs" -+ ;; -+ -+ lib) -+ # Make sure we only generate libraries of the form 'libNAME.la'. -+ case $outputname in -+ lib*) -+ func_stripname 'lib' '.la' "$outputname" -+ name=$func_stripname_result -+ eval shared_ext=\"$shrext_cmds\" -+ eval libname=\"$libname_spec\" -+ ;; -+ *) -+ test no = "$module" \ -+ && func_fatal_help "libtool library '$output' must begin with 'lib'" -+ -+ if test no != "$need_lib_prefix"; then -+ # Add the "lib" prefix for modules if required -+ func_stripname '' '.la' "$outputname" -+ name=$func_stripname_result -+ eval shared_ext=\"$shrext_cmds\" -+ eval libname=\"$libname_spec\" -+ else -+ func_stripname '' '.la' "$outputname" -+ libname=$func_stripname_result -+ fi -+ ;; -+ esac -+ -+ if test -n "$objs"; then -+ if test pass_all != "$deplibs_check_method"; then -+ func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" -+ else -+ echo -+ $ECHO "*** Warning: Linking the shared library $output against the non-libtool" -+ $ECHO "*** objects $objs is not portable!" -+ func_append libobjs " $objs" -+ fi -+ fi -+ -+ test no = "$dlself" \ -+ || func_warning "'-dlopen self' is ignored for libtool libraries" -+ -+ set dummy $rpath -+ shift -+ test 1 -lt "$#" \ -+ && func_warning "ignoring multiple '-rpath's for a libtool library" -+ -+ install_libdir=$1 -+ -+ oldlibs= -+ if test -z "$rpath"; then -+ if test yes = "$build_libtool_libs"; then -+ # Building a libtool convenience library. -+ # Some compilers have problems with a '.al' extension so -+ # convenience libraries should have the same extension an -+ # archive normally would. -+ oldlibs="$output_objdir/$libname.$libext $oldlibs" -+ build_libtool_libs=convenience -+ build_old_libs=yes -+ fi -+ -+ test -n "$vinfo" && \ -+ func_warning "'-version-info/-version-number' is ignored for convenience libraries" -+ -+ test -n "$release" && \ -+ func_warning "'-release' is ignored for convenience libraries" -+ else -+ -+ # Parse the version information argument. -+ save_ifs=$IFS; IFS=: -+ set dummy $vinfo 0 0 0 -+ shift -+ IFS=$save_ifs -+ -+ test -n "$7" && \ -+ func_fatal_help "too many parameters to '-version-info'" -+ -+ # convert absolute version numbers to libtool ages -+ # this retains compatibility with .la files and attempts -+ # to make the code below a bit more comprehensible -+ -+ case $vinfo_number in -+ yes) -+ number_major=$1 -+ number_minor=$2 -+ number_revision=$3 -+ # -+ # There are really only two kinds -- those that -+ # use the current revision as the major version -+ # and those that subtract age and use age as -+ # a minor version. But, then there is irix -+ # that has an extra 1 added just for fun -+ # -+ case $version_type in -+ # correct linux to gnu/linux during the next big refactor -+ darwin|freebsd-elf|linux|osf|windows|none) -+ func_arith $number_major + $number_minor -+ current=$func_arith_result -+ age=$number_minor -+ revision=$number_revision -+ ;; -+ freebsd-aout|qnx|sunos) -+ current=$number_major -+ revision=$number_minor -+ age=0 -+ ;; -+ irix|nonstopux) -+ func_arith $number_major + $number_minor -+ current=$func_arith_result -+ age=$number_minor -+ revision=$number_minor -+ lt_irix_increment=no -+ ;; -+ *) -+ func_fatal_configuration "$modename: unknown library version type '$version_type'" -+ ;; -+ esac -+ ;; -+ no) -+ current=$1 -+ revision=$2 -+ age=$3 -+ ;; -+ esac -+ -+ # Check that each of the things are valid numbers. -+ case $current in -+ 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; -+ *) -+ func_error "CURRENT '$current' must be a nonnegative integer" -+ func_fatal_error "'$vinfo' is not valid version information" -+ ;; -+ esac -+ -+ case $revision in -+ 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; -+ *) -+ func_error "REVISION '$revision' must be a nonnegative integer" -+ func_fatal_error "'$vinfo' is not valid version information" -+ ;; -+ esac -+ -+ case $age in -+ 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; -+ *) -+ func_error "AGE '$age' must be a nonnegative integer" -+ func_fatal_error "'$vinfo' is not valid version information" -+ ;; -+ esac -+ -+ if test "$age" -gt "$current"; then -+ func_error "AGE '$age' is greater than the current interface number '$current'" -+ func_fatal_error "'$vinfo' is not valid version information" -+ fi -+ -+ # Calculate the version variables. -+ major= -+ versuffix= -+ verstring= -+ case $version_type in -+ none) ;; -+ -+ darwin) -+ # Like Linux, but with the current version available in -+ # verstring for coding it into the library header -+ func_arith $current - $age -+ major=.$func_arith_result -+ versuffix=$major.$age.$revision -+ # Darwin ld doesn't like 0 for these options... -+ func_arith $current + 1 -+ minor_current=$func_arith_result -+ xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" -+ verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" -+ # On Darwin other compilers -+ case $CC in -+ nagfor*) -+ verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" -+ ;; -+ *) -+ verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" -+ ;; -+ esac -+ ;; -+ -+ freebsd-aout) -+ major=.$current -+ versuffix=.$current.$revision -+ ;; -+ -+ freebsd-elf) -+ func_arith $current - $age -+ major=.$func_arith_result -+ versuffix=$major.$age.$revision -+ ;; -+ -+ irix | nonstopux) -+ if test no = "$lt_irix_increment"; then -+ func_arith $current - $age -+ else -+ func_arith $current - $age + 1 -+ fi -+ major=$func_arith_result -+ -+ case $version_type in -+ nonstopux) verstring_prefix=nonstopux ;; -+ *) verstring_prefix=sgi ;; -+ esac -+ verstring=$verstring_prefix$major.$revision -+ -+ # Add in all the interfaces that we are compatible with. -+ loop=$revision -+ while test 0 -ne "$loop"; do -+ func_arith $revision - $loop -+ iface=$func_arith_result -+ func_arith $loop - 1 -+ loop=$func_arith_result -+ verstring=$verstring_prefix$major.$iface:$verstring -+ done -+ -+ # Before this point, $major must not contain '.'. -+ major=.$major -+ versuffix=$major.$revision -+ ;; -+ -+ linux) # correct to gnu/linux during the next big refactor -+ func_arith $current - $age -+ major=.$func_arith_result -+ versuffix=$major.$age.$revision -+ ;; -+ -+ osf) -+ func_arith $current - $age -+ major=.$func_arith_result -+ versuffix=.$current.$age.$revision -+ verstring=$current.$age.$revision -+ -+ # Add in all the interfaces that we are compatible with. -+ loop=$age -+ while test 0 -ne "$loop"; do -+ func_arith $current - $loop -+ iface=$func_arith_result -+ func_arith $loop - 1 -+ loop=$func_arith_result -+ verstring=$verstring:$iface.0 -+ done -+ -+ # Make executables depend on our current version. -+ func_append verstring ":$current.0" -+ ;; -+ -+ qnx) -+ major=.$current -+ versuffix=.$current -+ ;; -+ -+ sco) -+ major=.$current -+ versuffix=.$current -+ ;; -+ -+ sunos) -+ major=.$current -+ versuffix=.$current.$revision -+ ;; -+ -+ windows) -+ # Use '-' rather than '.', since we only want one -+ # extension on DOS 8.3 file systems. -+ func_arith $current - $age -+ major=$func_arith_result -+ versuffix=-$major -+ ;; -+ -+ *) -+ func_fatal_configuration "unknown library version type '$version_type'" -+ ;; -+ esac -+ -+ # Clear the version info if we defaulted, and they specified a release. -+ if test -z "$vinfo" && test -n "$release"; then -+ major= -+ case $version_type in -+ darwin) -+ # we can't check for "0.0" in archive_cmds due to quoting -+ # problems, so we reset it completely -+ verstring= -+ ;; -+ *) -+ verstring=0.0 -+ ;; -+ esac -+ if test no = "$need_version"; then -+ versuffix= -+ else -+ versuffix=.0.0 -+ fi -+ fi -+ -+ # Remove version info from name if versioning should be avoided -+ if test yes,no = "$avoid_version,$need_version"; then -+ major= -+ versuffix= -+ verstring= -+ fi -+ -+ # Check to see if the archive will have undefined symbols. -+ if test yes = "$allow_undefined"; then -+ if test unsupported = "$allow_undefined_flag"; then -+ if test yes = "$build_old_libs"; then -+ func_warning "undefined symbols not allowed in $host shared libraries; building static only" -+ build_libtool_libs=no -+ else -+ func_fatal_error "can't build $host shared library unless -no-undefined is specified" -+ fi -+ fi -+ else -+ # Don't allow undefined symbols. -+ allow_undefined_flag=$no_undefined_flag -+ fi -+ -+ fi -+ -+ func_generate_dlsyms "$libname" "$libname" : -+ func_append libobjs " $symfileobj" -+ test " " = "$libobjs" && libobjs= -+ -+ if test relink != "$opt_mode"; then -+ # Remove our outputs, but don't remove object files since they -+ # may have been created when compiling PIC objects. -+ removelist= -+ tempremovelist=`$ECHO "$output_objdir/*"` -+ for p in $tempremovelist; do -+ case $p in -+ *.$objext | *.gcno) -+ ;; -+ $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) -+ if test -n "$precious_files_regex"; then -+ if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 -+ then -+ continue -+ fi -+ fi -+ func_append removelist " $p" -+ ;; -+ *) ;; -+ esac -+ done -+ test -n "$removelist" && \ -+ func_show_eval "${RM}r \$removelist" -+ fi -+ -+ # Now set the variables for building old libraries. -+ if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then -+ func_append oldlibs " $output_objdir/$libname.$libext" -+ -+ # Transform .lo files to .o files. -+ oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` -+ fi -+ -+ # Eliminate all temporary directories. -+ #for path in $notinst_path; do -+ # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` -+ # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` -+ # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` -+ #done -+ -+ if test -n "$xrpath"; then -+ # If the user specified any rpath flags, then add them. -+ temp_xrpath= -+ for libdir in $xrpath; do -+ func_replace_sysroot "$libdir" -+ func_append temp_xrpath " -R$func_replace_sysroot_result" -+ case "$finalize_rpath " in -+ *" $libdir "*) ;; -+ *) func_append finalize_rpath " $libdir" ;; -+ esac -+ done -+ if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then -+ dependency_libs="$temp_xrpath $dependency_libs" -+ fi -+ fi -+ -+ # Make sure dlfiles contains only unique files that won't be dlpreopened -+ old_dlfiles=$dlfiles -+ dlfiles= -+ for lib in $old_dlfiles; do -+ case " $dlprefiles $dlfiles " in -+ *" $lib "*) ;; -+ *) func_append dlfiles " $lib" ;; -+ esac -+ done -+ -+ # Make sure dlprefiles contains only unique files -+ old_dlprefiles=$dlprefiles -+ dlprefiles= -+ for lib in $old_dlprefiles; do -+ case "$dlprefiles " in -+ *" $lib "*) ;; -+ *) func_append dlprefiles " $lib" ;; -+ esac -+ done -+ -+ if test yes = "$build_libtool_libs"; then -+ if test -n "$rpath"; then -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) -+ # these systems don't actually have a c library (as such)! -+ ;; -+ *-*-rhapsody* | *-*-darwin1.[012]) -+ # Rhapsody C library is in the System framework -+ func_append deplibs " System.ltframework" -+ ;; -+ *-*-netbsd*) -+ # Don't link with libc until the a.out ld.so is fixed. -+ ;; -+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) -+ # Do not include libc due to us having libc/libc_r. -+ ;; -+ *-*-sco3.2v5* | *-*-sco5v6*) -+ # Causes problems with __ctype -+ ;; -+ *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) -+ # Compiler inserts libc in the correct place for threads to work -+ ;; -+ *) -+ # Add libc to deplibs on all other systems if necessary. -+ if test yes = "$build_libtool_need_lc"; then -+ func_append deplibs " -lc" -+ fi -+ ;; -+ esac -+ fi -+ -+ # Transform deplibs into only deplibs that can be linked in shared. -+ name_save=$name -+ libname_save=$libname -+ release_save=$release -+ versuffix_save=$versuffix -+ major_save=$major -+ # I'm not sure if I'm treating the release correctly. I think -+ # release should show up in the -l (ie -lgmp5) so we don't want to -+ # add it in twice. Is that correct? -+ release= -+ versuffix= -+ major= -+ newdeplibs= -+ droppeddeps=no -+ case $deplibs_check_method in -+ pass_all) -+ # Don't check for shared/static. Everything works. -+ # This might be a little naive. We might want to check -+ # whether the library exists or not. But this is on -+ # osf3 & osf4 and I'm not really sure... Just -+ # implementing what was already the behavior. -+ newdeplibs=$deplibs -+ ;; -+ test_compile) -+ # This code stresses the "libraries are programs" paradigm to its -+ # limits. Maybe even breaks it. We compile a program, linking it -+ # against the deplibs as a proxy for the library. Then we can check -+ # whether they linked in statically or dynamically with ldd. -+ $opt_dry_run || $RM conftest.c -+ cat > conftest.c </dev/null` -+ $nocaseglob -+ else -+ potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` -+ fi -+ for potent_lib in $potential_libs; do -+ # Follow soft links. -+ if ls -lLd "$potent_lib" 2>/dev/null | -+ $GREP " -> " >/dev/null; then -+ continue -+ fi -+ # The statement above tries to avoid entering an -+ # endless loop below, in case of cyclic links. -+ # We might still enter an endless loop, since a link -+ # loop can be closed while we follow links, -+ # but so what? -+ potlib=$potent_lib -+ while test -h "$potlib" 2>/dev/null; do -+ potliblink=`ls -ld $potlib | $SED 's/.* -> //'` -+ case $potliblink in -+ [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; -+ *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; -+ esac -+ done -+ if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | -+ $SED -e 10q | -+ $EGREP "$file_magic_regex" > /dev/null; then -+ func_append newdeplibs " $a_deplib" -+ a_deplib= -+ break 2 -+ fi -+ done -+ done -+ fi -+ if test -n "$a_deplib"; then -+ droppeddeps=yes -+ echo -+ $ECHO "*** Warning: linker path does not have real file for library $a_deplib." -+ echo "*** I have the capability to make that library automatically link in when" -+ echo "*** you link to this library. But I can only do this if you have a" -+ echo "*** shared version of the library, which you do not appear to have" -+ echo "*** because I did check the linker path looking for a file starting" -+ if test -z "$potlib"; then -+ $ECHO "*** with $libname but no candidates were found. (...for file magic test)" -+ else -+ $ECHO "*** with $libname and none of the candidates passed a file format test" -+ $ECHO "*** using a file magic. Last file checked: $potlib" -+ fi -+ fi -+ ;; -+ *) -+ # Add a -L argument. -+ func_append newdeplibs " $a_deplib" -+ ;; -+ esac -+ done # Gone through all deplibs. -+ ;; -+ match_pattern*) -+ set dummy $deplibs_check_method; shift -+ match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` -+ for a_deplib in $deplibs; do -+ case $a_deplib in -+ -l*) -+ func_stripname -l '' "$a_deplib" -+ name=$func_stripname_result -+ if test yes = "$allow_libtool_libs_with_static_runtimes"; then -+ case " $predeps $postdeps " in -+ *" $a_deplib "*) -+ func_append newdeplibs " $a_deplib" -+ a_deplib= -+ ;; -+ esac -+ fi -+ if test -n "$a_deplib"; then -+ libname=`eval "\\$ECHO \"$libname_spec\""` -+ for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do -+ potential_libs=`ls $i/$libname[.-]* 2>/dev/null` -+ for potent_lib in $potential_libs; do -+ potlib=$potent_lib # see symlink-check above in file_magic test -+ if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ -+ $EGREP "$match_pattern_regex" > /dev/null; then -+ func_append newdeplibs " $a_deplib" -+ a_deplib= -+ break 2 -+ fi -+ done -+ done -+ fi -+ if test -n "$a_deplib"; then -+ droppeddeps=yes -+ echo -+ $ECHO "*** Warning: linker path does not have real file for library $a_deplib." -+ echo "*** I have the capability to make that library automatically link in when" -+ echo "*** you link to this library. But I can only do this if you have a" -+ echo "*** shared version of the library, which you do not appear to have" -+ echo "*** because I did check the linker path looking for a file starting" -+ if test -z "$potlib"; then -+ $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" -+ else -+ $ECHO "*** with $libname and none of the candidates passed a file format test" -+ $ECHO "*** using a regex pattern. Last file checked: $potlib" -+ fi -+ fi -+ ;; -+ *) -+ # Add a -L argument. -+ func_append newdeplibs " $a_deplib" -+ ;; -+ esac -+ done # Gone through all deplibs. -+ ;; -+ none | unknown | *) -+ newdeplibs= -+ tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` -+ if test yes = "$allow_libtool_libs_with_static_runtimes"; then -+ for i in $predeps $postdeps; do -+ # can't use Xsed below, because $i might contain '/' -+ tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` -+ done -+ fi -+ case $tmp_deplibs in -+ *[!\ \ ]*) -+ echo -+ if test none = "$deplibs_check_method"; then -+ echo "*** Warning: inter-library dependencies are not supported in this platform." -+ else -+ echo "*** Warning: inter-library dependencies are not known to be supported." -+ fi -+ echo "*** All declared inter-library dependencies are being dropped." -+ droppeddeps=yes -+ ;; -+ esac -+ ;; -+ esac -+ versuffix=$versuffix_save -+ major=$major_save -+ release=$release_save -+ libname=$libname_save -+ name=$name_save -+ -+ case $host in -+ *-*-rhapsody* | *-*-darwin1.[012]) -+ # On Rhapsody replace the C library with the System framework -+ newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` -+ ;; -+ esac -+ -+ if test yes = "$droppeddeps"; then -+ if test yes = "$module"; then -+ echo -+ echo "*** Warning: libtool could not satisfy all declared inter-library" -+ $ECHO "*** dependencies of module $libname. Therefore, libtool will create" -+ echo "*** a static module, that should work as long as the dlopening" -+ echo "*** application is linked with the -dlopen flag." -+ if test -z "$global_symbol_pipe"; then -+ echo -+ echo "*** However, this would only work if libtool was able to extract symbol" -+ echo "*** lists from a program, using 'nm' or equivalent, but libtool could" -+ echo "*** not find such a program. So, this module is probably useless." -+ echo "*** 'nm' from GNU binutils and a full rebuild may help." -+ fi -+ if test no = "$build_old_libs"; then -+ oldlibs=$output_objdir/$libname.$libext -+ build_libtool_libs=module -+ build_old_libs=yes -+ else -+ build_libtool_libs=no -+ fi -+ else -+ echo "*** The inter-library dependencies that have been dropped here will be" -+ echo "*** automatically added whenever a program is linked with this library" -+ echo "*** or is declared to -dlopen it." -+ -+ if test no = "$allow_undefined"; then -+ echo -+ echo "*** Since this library must not contain undefined symbols," -+ echo "*** because either the platform does not support them or" -+ echo "*** it was explicitly requested with -no-undefined," -+ echo "*** libtool will only create a static version of it." -+ if test no = "$build_old_libs"; then -+ oldlibs=$output_objdir/$libname.$libext -+ build_libtool_libs=module -+ build_old_libs=yes -+ else -+ build_libtool_libs=no -+ fi -+ fi -+ fi -+ fi -+ # Done checking deplibs! -+ deplibs=$newdeplibs -+ fi -+ # Time to change all our "foo.ltframework" stuff back to "-framework foo" -+ case $host in -+ *-*-darwin*) -+ newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ ;; -+ esac -+ -+ # move library search paths that coincide with paths to not yet -+ # installed libraries to the beginning of the library search list -+ new_libs= -+ for path in $notinst_path; do -+ case " $new_libs " in -+ *" -L$path/$objdir "*) ;; -+ *) -+ case " $deplibs " in -+ *" -L$path/$objdir "*) -+ func_append new_libs " -L$path/$objdir" ;; -+ esac -+ ;; -+ esac -+ done -+ for deplib in $deplibs; do -+ case $deplib in -+ -L*) -+ case " $new_libs " in -+ *" $deplib "*) ;; -+ *) func_append new_libs " $deplib" ;; -+ esac -+ ;; -+ *) func_append new_libs " $deplib" ;; -+ esac -+ done -+ deplibs=$new_libs -+ -+ # All the library-specific variables (install_libdir is set above). -+ library_names= -+ old_library= -+ dlname= -+ -+ # Test again, we may have decided not to build it any more -+ if test yes = "$build_libtool_libs"; then -+ # Remove $wl instances when linking with ld. -+ # FIXME: should test the right _cmds variable. -+ case $archive_cmds in -+ *\$LD\ *) wl= ;; -+ esac -+ if test yes = "$hardcode_into_libs"; then -+ # Hardcode the library paths -+ hardcode_libdirs= -+ dep_rpath= -+ rpath=$finalize_rpath -+ test relink = "$opt_mode" || rpath=$compile_rpath$rpath -+ for libdir in $rpath; do -+ if test -n "$hardcode_libdir_flag_spec"; then -+ if test -n "$hardcode_libdir_separator"; then -+ func_replace_sysroot "$libdir" -+ libdir=$func_replace_sysroot_result -+ if test -z "$hardcode_libdirs"; then -+ hardcode_libdirs=$libdir -+ else -+ # Just accumulate the unique libdirs. -+ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in -+ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) -+ ;; -+ *) -+ func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" -+ ;; -+ esac -+ fi -+ else -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ func_append dep_rpath " $flag" -+ fi -+ elif test -n "$runpath_var"; then -+ case "$perm_rpath " in -+ *" $libdir "*) ;; -+ *) func_append perm_rpath " $libdir" ;; -+ esac -+ fi -+ done -+ # Substitute the hardcoded libdirs into the rpath. -+ if test -n "$hardcode_libdir_separator" && -+ test -n "$hardcode_libdirs"; then -+ libdir=$hardcode_libdirs -+ eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" -+ fi -+ if test -n "$runpath_var" && test -n "$perm_rpath"; then -+ # We should set the runpath_var. -+ rpath= -+ for dir in $perm_rpath; do -+ func_append rpath "$dir:" -+ done -+ eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" -+ fi -+ test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" -+ fi -+ -+ shlibpath=$finalize_shlibpath -+ test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath -+ if test -n "$shlibpath"; then -+ eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" -+ fi -+ -+ # Get the real and link names of the library. -+ eval shared_ext=\"$shrext_cmds\" -+ eval library_names=\"$library_names_spec\" -+ set dummy $library_names -+ shift -+ realname=$1 -+ shift -+ -+ if test -n "$soname_spec"; then -+ eval soname=\"$soname_spec\" -+ else -+ soname=$realname -+ fi -+ if test -z "$dlname"; then -+ dlname=$soname -+ fi -+ -+ lib=$output_objdir/$realname -+ linknames= -+ for link -+ do -+ func_append linknames " $link" -+ done -+ -+ # Use standard objects if they are pic -+ test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` -+ test "X$libobjs" = "X " && libobjs= -+ -+ delfiles= -+ if test -n "$export_symbols" && test -n "$include_expsyms"; then -+ $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" -+ export_symbols=$output_objdir/$libname.uexp -+ func_append delfiles " $export_symbols" -+ fi -+ -+ orig_export_symbols= -+ case $host_os in -+ cygwin* | mingw* | cegcc*) -+ if test -n "$export_symbols" && test -z "$export_symbols_regex"; then -+ # exporting using user supplied symfile -+ func_dll_def_p "$export_symbols" || { -+ # and it's NOT already a .def file. Must figure out -+ # which of the given symbols are data symbols and tag -+ # them as such. So, trigger use of export_symbols_cmds. -+ # export_symbols gets reassigned inside the "prepare -+ # the list of exported symbols" if statement, so the -+ # include_expsyms logic still works. -+ orig_export_symbols=$export_symbols -+ export_symbols= -+ always_export_symbols=yes -+ } -+ fi -+ ;; -+ esac -+ -+ # Prepare the list of exported symbols -+ if test -z "$export_symbols"; then -+ if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then -+ func_verbose "generating symbol list for '$libname.la'" -+ export_symbols=$output_objdir/$libname.exp -+ $opt_dry_run || $RM $export_symbols -+ cmds=$export_symbols_cmds -+ save_ifs=$IFS; IFS='~' -+ for cmd1 in $cmds; do -+ IFS=$save_ifs -+ # Take the normal branch if the nm_file_list_spec branch -+ # doesn't work or if tool conversion is not needed. -+ case $nm_file_list_spec~$to_tool_file_cmd in -+ *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) -+ try_normal_branch=yes -+ eval cmd=\"$cmd1\" -+ func_len " $cmd" -+ len=$func_len_result -+ ;; -+ *) -+ try_normal_branch=no -+ ;; -+ esac -+ if test yes = "$try_normal_branch" \ -+ && { test "$len" -lt "$max_cmd_len" \ -+ || test "$max_cmd_len" -le -1; } -+ then -+ func_show_eval "$cmd" 'exit $?' -+ skipped_export=false -+ elif test -n "$nm_file_list_spec"; then -+ func_basename "$output" -+ output_la=$func_basename_result -+ save_libobjs=$libobjs -+ save_output=$output -+ output=$output_objdir/$output_la.nm -+ func_to_tool_file "$output" -+ libobjs=$nm_file_list_spec$func_to_tool_file_result -+ func_append delfiles " $output" -+ func_verbose "creating $NM input file list: $output" -+ for obj in $save_libobjs; do -+ func_to_tool_file "$obj" -+ $ECHO "$func_to_tool_file_result" -+ done > "$output" -+ eval cmd=\"$cmd1\" -+ func_show_eval "$cmd" 'exit $?' -+ output=$save_output -+ libobjs=$save_libobjs -+ skipped_export=false -+ else -+ # The command line is too long to execute in one step. -+ func_verbose "using reloadable object file for export list..." -+ skipped_export=: -+ # Break out early, otherwise skipped_export may be -+ # set to false by a later but shorter cmd. -+ break -+ fi -+ done -+ IFS=$save_ifs -+ if test -n "$export_symbols_regex" && test : != "$skipped_export"; then -+ func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' -+ func_show_eval '$MV "${export_symbols}T" "$export_symbols"' -+ fi -+ fi -+ fi -+ -+ if test -n "$export_symbols" && test -n "$include_expsyms"; then -+ tmp_export_symbols=$export_symbols -+ test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols -+ $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' -+ fi -+ -+ if test : != "$skipped_export" && test -n "$orig_export_symbols"; then -+ # The given exports_symbols file has to be filtered, so filter it. -+ func_verbose "filter symbol list for '$libname.la' to tag DATA exports" -+ # FIXME: $output_objdir/$libname.filter potentially contains lots of -+ # 's' commands, which not all seds can handle. GNU sed should be fine -+ # though. Also, the filter scales superlinearly with the number of -+ # global variables. join(1) would be nice here, but unfortunately -+ # isn't a blessed tool. -+ $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter -+ func_append delfiles " $export_symbols $output_objdir/$libname.filter" -+ export_symbols=$output_objdir/$libname.def -+ $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols -+ fi -+ -+ tmp_deplibs= -+ for test_deplib in $deplibs; do -+ case " $convenience " in -+ *" $test_deplib "*) ;; -+ *) -+ func_append tmp_deplibs " $test_deplib" -+ ;; -+ esac -+ done -+ deplibs=$tmp_deplibs -+ -+ if test -n "$convenience"; then -+ if test -n "$whole_archive_flag_spec" && -+ test yes = "$compiler_needs_object" && -+ test -z "$libobjs"; then -+ # extract the archives, so we have objects to list. -+ # TODO: could optimize this to just extract one archive. -+ whole_archive_flag_spec= -+ fi -+ if test -n "$whole_archive_flag_spec"; then -+ save_libobjs=$libobjs -+ eval libobjs=\"\$libobjs $whole_archive_flag_spec\" -+ test "X$libobjs" = "X " && libobjs= -+ else -+ gentop=$output_objdir/${outputname}x -+ func_append generated " $gentop" -+ -+ func_extract_archives $gentop $convenience -+ func_append libobjs " $func_extract_archives_result" -+ test "X$libobjs" = "X " && libobjs= -+ fi -+ fi -+ -+ if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then -+ eval flag=\"$thread_safe_flag_spec\" -+ func_append linker_flags " $flag" -+ fi -+ -+ # Make a backup of the uninstalled library when relinking -+ if test relink = "$opt_mode"; then -+ $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? -+ fi -+ -+ # Do each of the archive commands. -+ if test yes = "$module" && test -n "$module_cmds"; then -+ if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then -+ eval test_cmds=\"$module_expsym_cmds\" -+ cmds=$module_expsym_cmds -+ else -+ eval test_cmds=\"$module_cmds\" -+ cmds=$module_cmds -+ fi -+ else -+ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then -+ eval test_cmds=\"$archive_expsym_cmds\" -+ cmds=$archive_expsym_cmds -+ else -+ eval test_cmds=\"$archive_cmds\" -+ cmds=$archive_cmds -+ fi -+ fi -+ -+ if test : != "$skipped_export" && -+ func_len " $test_cmds" && -+ len=$func_len_result && -+ test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then -+ : -+ else -+ # The command line is too long to link in one step, link piecewise -+ # or, if using GNU ld and skipped_export is not :, use a linker -+ # script. -+ -+ # Save the value of $output and $libobjs because we want to -+ # use them later. If we have whole_archive_flag_spec, we -+ # want to use save_libobjs as it was before -+ # whole_archive_flag_spec was expanded, because we can't -+ # assume the linker understands whole_archive_flag_spec. -+ # This may have to be revisited, in case too many -+ # convenience libraries get linked in and end up exceeding -+ # the spec. -+ if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then -+ save_libobjs=$libobjs -+ fi -+ save_output=$output -+ func_basename "$output" -+ output_la=$func_basename_result -+ -+ # Clear the reloadable object creation command queue and -+ # initialize k to one. -+ test_cmds= -+ concat_cmds= -+ objlist= -+ last_robj= -+ k=1 -+ -+ if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then -+ output=$output_objdir/$output_la.lnkscript -+ func_verbose "creating GNU ld script: $output" -+ echo 'INPUT (' > $output -+ for obj in $save_libobjs -+ do -+ func_to_tool_file "$obj" -+ $ECHO "$func_to_tool_file_result" >> $output -+ done -+ echo ')' >> $output -+ func_append delfiles " $output" -+ func_to_tool_file "$output" -+ output=$func_to_tool_file_result -+ elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then -+ output=$output_objdir/$output_la.lnk -+ func_verbose "creating linker input file list: $output" -+ : > $output -+ set x $save_libobjs -+ shift -+ firstobj= -+ if test yes = "$compiler_needs_object"; then -+ firstobj="$1 " -+ shift -+ fi -+ for obj -+ do -+ func_to_tool_file "$obj" -+ $ECHO "$func_to_tool_file_result" >> $output -+ done -+ func_append delfiles " $output" -+ func_to_tool_file "$output" -+ output=$firstobj\"$file_list_spec$func_to_tool_file_result\" -+ else -+ if test -n "$save_libobjs"; then -+ func_verbose "creating reloadable object files..." -+ output=$output_objdir/$output_la-$k.$objext -+ eval test_cmds=\"$reload_cmds\" -+ func_len " $test_cmds" -+ len0=$func_len_result -+ len=$len0 -+ -+ # Loop over the list of objects to be linked. -+ for obj in $save_libobjs -+ do -+ func_len " $obj" -+ func_arith $len + $func_len_result -+ len=$func_arith_result -+ if test -z "$objlist" || -+ test "$len" -lt "$max_cmd_len"; then -+ func_append objlist " $obj" -+ else -+ # The command $test_cmds is almost too long, add a -+ # command to the queue. -+ if test 1 -eq "$k"; then -+ # The first file doesn't have a previous command to add. -+ reload_objs=$objlist -+ eval concat_cmds=\"$reload_cmds\" -+ else -+ # All subsequent reloadable object files will link in -+ # the last one created. -+ reload_objs="$objlist $last_robj" -+ eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" -+ fi -+ last_robj=$output_objdir/$output_la-$k.$objext -+ func_arith $k + 1 -+ k=$func_arith_result -+ output=$output_objdir/$output_la-$k.$objext -+ objlist=" $obj" -+ func_len " $last_robj" -+ func_arith $len0 + $func_len_result -+ len=$func_arith_result -+ fi -+ done -+ # Handle the remaining objects by creating one last -+ # reloadable object file. All subsequent reloadable object -+ # files will link in the last one created. -+ test -z "$concat_cmds" || concat_cmds=$concat_cmds~ -+ reload_objs="$objlist $last_robj" -+ eval concat_cmds=\"\$concat_cmds$reload_cmds\" -+ if test -n "$last_robj"; then -+ eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" -+ fi -+ func_append delfiles " $output" -+ -+ else -+ output= -+ fi -+ -+ ${skipped_export-false} && { -+ func_verbose "generating symbol list for '$libname.la'" -+ export_symbols=$output_objdir/$libname.exp -+ $opt_dry_run || $RM $export_symbols -+ libobjs=$output -+ # Append the command to create the export file. -+ test -z "$concat_cmds" || concat_cmds=$concat_cmds~ -+ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" -+ if test -n "$last_robj"; then -+ eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" -+ fi -+ } -+ -+ test -n "$save_libobjs" && -+ func_verbose "creating a temporary reloadable object file: $output" -+ -+ # Loop through the commands generated above and execute them. -+ save_ifs=$IFS; IFS='~' -+ for cmd in $concat_cmds; do -+ IFS=$save_ifs -+ $opt_quiet || { -+ func_quote_for_expand "$cmd" -+ eval "func_echo $func_quote_for_expand_result" -+ } -+ $opt_dry_run || eval "$cmd" || { -+ lt_exit=$? -+ -+ # Restore the uninstalled library and exit -+ if test relink = "$opt_mode"; then -+ ( cd "$output_objdir" && \ -+ $RM "${realname}T" && \ -+ $MV "${realname}U" "$realname" ) -+ fi -+ -+ exit $lt_exit -+ } -+ done -+ IFS=$save_ifs -+ -+ if test -n "$export_symbols_regex" && ${skipped_export-false}; then -+ func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' -+ func_show_eval '$MV "${export_symbols}T" "$export_symbols"' -+ fi -+ fi -+ -+ ${skipped_export-false} && { -+ if test -n "$export_symbols" && test -n "$include_expsyms"; then -+ tmp_export_symbols=$export_symbols -+ test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols -+ $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' -+ fi -+ -+ if test -n "$orig_export_symbols"; then -+ # The given exports_symbols file has to be filtered, so filter it. -+ func_verbose "filter symbol list for '$libname.la' to tag DATA exports" -+ # FIXME: $output_objdir/$libname.filter potentially contains lots of -+ # 's' commands, which not all seds can handle. GNU sed should be fine -+ # though. Also, the filter scales superlinearly with the number of -+ # global variables. join(1) would be nice here, but unfortunately -+ # isn't a blessed tool. -+ $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter -+ func_append delfiles " $export_symbols $output_objdir/$libname.filter" -+ export_symbols=$output_objdir/$libname.def -+ $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols -+ fi -+ } -+ -+ libobjs=$output -+ # Restore the value of output. -+ output=$save_output -+ -+ if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then -+ eval libobjs=\"\$libobjs $whole_archive_flag_spec\" -+ test "X$libobjs" = "X " && libobjs= -+ fi -+ # Expand the library linking commands again to reset the -+ # value of $libobjs for piecewise linking. -+ -+ # Do each of the archive commands. -+ if test yes = "$module" && test -n "$module_cmds"; then -+ if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then -+ cmds=$module_expsym_cmds -+ else -+ cmds=$module_cmds -+ fi -+ else -+ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then -+ cmds=$archive_expsym_cmds -+ else -+ cmds=$archive_cmds -+ fi -+ fi -+ fi -+ -+ if test -n "$delfiles"; then -+ # Append the command to remove temporary files to $cmds. -+ eval cmds=\"\$cmds~\$RM $delfiles\" -+ fi -+ -+ # Add any objects from preloaded convenience libraries -+ if test -n "$dlprefiles"; then -+ gentop=$output_objdir/${outputname}x -+ func_append generated " $gentop" -+ -+ func_extract_archives $gentop $dlprefiles -+ func_append libobjs " $func_extract_archives_result" -+ test "X$libobjs" = "X " && libobjs= -+ fi -+ -+ save_ifs=$IFS; IFS='~' -+ for cmd in $cmds; do -+ IFS=$sp$nl -+ eval cmd=\"$cmd\" -+ IFS=$save_ifs -+ $opt_quiet || { -+ func_quote_for_expand "$cmd" -+ eval "func_echo $func_quote_for_expand_result" -+ } -+ $opt_dry_run || eval "$cmd" || { -+ lt_exit=$? -+ -+ # Restore the uninstalled library and exit -+ if test relink = "$opt_mode"; then -+ ( cd "$output_objdir" && \ -+ $RM "${realname}T" && \ -+ $MV "${realname}U" "$realname" ) -+ fi -+ -+ exit $lt_exit -+ } -+ done -+ IFS=$save_ifs -+ -+ # Restore the uninstalled library and exit -+ if test relink = "$opt_mode"; then -+ $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? -+ -+ if test -n "$convenience"; then -+ if test -z "$whole_archive_flag_spec"; then -+ func_show_eval '${RM}r "$gentop"' -+ fi -+ fi -+ -+ exit $EXIT_SUCCESS -+ fi -+ -+ # Create links to the real library. -+ for linkname in $linknames; do -+ if test "$realname" != "$linkname"; then -+ func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' -+ fi -+ done -+ -+ # If -module or -export-dynamic was specified, set the dlname. -+ if test yes = "$module" || test yes = "$export_dynamic"; then -+ # On all known operating systems, these are identical. -+ dlname=$soname -+ fi -+ fi -+ ;; -+ -+ obj) -+ if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then -+ func_warning "'-dlopen' is ignored for objects" -+ fi -+ -+ case " $deplibs" in -+ *\ -l* | *\ -L*) -+ func_warning "'-l' and '-L' are ignored for objects" ;; -+ esac -+ -+ test -n "$rpath" && \ -+ func_warning "'-rpath' is ignored for objects" -+ -+ test -n "$xrpath" && \ -+ func_warning "'-R' is ignored for objects" -+ -+ test -n "$vinfo" && \ -+ func_warning "'-version-info' is ignored for objects" -+ -+ test -n "$release" && \ -+ func_warning "'-release' is ignored for objects" -+ -+ case $output in -+ *.lo) -+ test -n "$objs$old_deplibs" && \ -+ func_fatal_error "cannot build library object '$output' from non-libtool objects" -+ -+ libobj=$output -+ func_lo2o "$libobj" -+ obj=$func_lo2o_result -+ ;; -+ *) -+ libobj= -+ obj=$output -+ ;; -+ esac -+ -+ # Delete the old objects. -+ $opt_dry_run || $RM $obj $libobj -+ -+ # Objects from convenience libraries. This assumes -+ # single-version convenience libraries. Whenever we create -+ # different ones for PIC/non-PIC, this we'll have to duplicate -+ # the extraction. -+ reload_conv_objs= -+ gentop= -+ # if reload_cmds runs $LD directly, get rid of -Wl from -+ # whole_archive_flag_spec and hope we can get by with turning comma -+ # into space. -+ case $reload_cmds in -+ *\$LD[\ \$]*) wl= ;; -+ esac -+ if test -n "$convenience"; then -+ if test -n "$whole_archive_flag_spec"; then -+ eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" -+ test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` -+ reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags -+ else -+ gentop=$output_objdir/${obj}x -+ func_append generated " $gentop" -+ -+ func_extract_archives $gentop $convenience -+ reload_conv_objs="$reload_objs $func_extract_archives_result" -+ fi -+ fi -+ -+ # If we're not building shared, we need to use non_pic_objs -+ test yes = "$build_libtool_libs" || libobjs=$non_pic_objects -+ -+ # Create the old-style object. -+ reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs -+ -+ output=$obj -+ func_execute_cmds "$reload_cmds" 'exit $?' -+ -+ # Exit if we aren't doing a library object file. -+ if test -z "$libobj"; then -+ if test -n "$gentop"; then -+ func_show_eval '${RM}r "$gentop"' -+ fi -+ -+ exit $EXIT_SUCCESS -+ fi -+ -+ test yes = "$build_libtool_libs" || { -+ if test -n "$gentop"; then -+ func_show_eval '${RM}r "$gentop"' -+ fi -+ -+ # Create an invalid libtool object if no PIC, so that we don't -+ # accidentally link it into a program. -+ # $show "echo timestamp > $libobj" -+ # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? -+ exit $EXIT_SUCCESS -+ } -+ -+ if test -n "$pic_flag" || test default != "$pic_mode"; then -+ # Only do commands if we really have different PIC objects. -+ reload_objs="$libobjs $reload_conv_objs" -+ output=$libobj -+ func_execute_cmds "$reload_cmds" 'exit $?' -+ fi -+ -+ if test -n "$gentop"; then -+ func_show_eval '${RM}r "$gentop"' -+ fi -+ -+ exit $EXIT_SUCCESS -+ ;; -+ -+ prog) -+ case $host in -+ *cygwin*) func_stripname '' '.exe' "$output" -+ output=$func_stripname_result.exe;; -+ esac -+ test -n "$vinfo" && \ -+ func_warning "'-version-info' is ignored for programs" -+ -+ test -n "$release" && \ -+ func_warning "'-release' is ignored for programs" -+ -+ $preload \ -+ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ -+ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." -+ -+ case $host in -+ *-*-rhapsody* | *-*-darwin1.[012]) -+ # On Rhapsody replace the C library is the System framework -+ compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` -+ finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` -+ ;; -+ esac -+ -+ case $host in -+ *-*-darwin*) -+ # Don't allow lazy linking, it breaks C++ global constructors -+ # But is supposedly fixed on 10.4 or later (yay!). -+ if test CXX = "$tagname"; then -+ case ${MACOSX_DEPLOYMENT_TARGET-10.0} in -+ 10.[0123]) -+ func_append compile_command " $wl-bind_at_load" -+ func_append finalize_command " $wl-bind_at_load" -+ ;; -+ esac -+ fi -+ # Time to change all our "foo.ltframework" stuff back to "-framework foo" -+ compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` -+ ;; -+ esac -+ -+ -+ # move library search paths that coincide with paths to not yet -+ # installed libraries to the beginning of the library search list -+ new_libs= -+ for path in $notinst_path; do -+ case " $new_libs " in -+ *" -L$path/$objdir "*) ;; -+ *) -+ case " $compile_deplibs " in -+ *" -L$path/$objdir "*) -+ func_append new_libs " -L$path/$objdir" ;; -+ esac -+ ;; -+ esac -+ done -+ for deplib in $compile_deplibs; do -+ case $deplib in -+ -L*) -+ case " $new_libs " in -+ *" $deplib "*) ;; -+ *) func_append new_libs " $deplib" ;; -+ esac -+ ;; -+ *) func_append new_libs " $deplib" ;; -+ esac -+ done -+ compile_deplibs=$new_libs -+ -+ -+ func_append compile_command " $compile_deplibs" -+ func_append finalize_command " $finalize_deplibs" -+ -+ if test -n "$rpath$xrpath"; then -+ # If the user specified any rpath flags, then add them. -+ for libdir in $rpath $xrpath; do -+ # This is the magic to use -rpath. -+ case "$finalize_rpath " in -+ *" $libdir "*) ;; -+ *) func_append finalize_rpath " $libdir" ;; -+ esac -+ done -+ fi -+ -+ # Now hardcode the library paths -+ rpath= -+ hardcode_libdirs= -+ for libdir in $compile_rpath $finalize_rpath; do -+ if test -n "$hardcode_libdir_flag_spec"; then -+ if test -n "$hardcode_libdir_separator"; then -+ if test -z "$hardcode_libdirs"; then -+ hardcode_libdirs=$libdir -+ else -+ # Just accumulate the unique libdirs. -+ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in -+ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) -+ ;; -+ *) -+ func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" -+ ;; -+ esac -+ fi -+ else -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ func_append rpath " $flag" -+ fi -+ elif test -n "$runpath_var"; then -+ case "$perm_rpath " in -+ *" $libdir "*) ;; -+ *) func_append perm_rpath " $libdir" ;; -+ esac -+ fi -+ case $host in -+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) -+ testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` -+ case :$dllsearchpath: in -+ *":$libdir:"*) ;; -+ ::) dllsearchpath=$libdir;; -+ *) func_append dllsearchpath ":$libdir";; -+ esac -+ case :$dllsearchpath: in -+ *":$testbindir:"*) ;; -+ ::) dllsearchpath=$testbindir;; -+ *) func_append dllsearchpath ":$testbindir";; -+ esac -+ ;; -+ esac -+ done -+ # Substitute the hardcoded libdirs into the rpath. -+ if test -n "$hardcode_libdir_separator" && -+ test -n "$hardcode_libdirs"; then -+ libdir=$hardcode_libdirs -+ eval rpath=\" $hardcode_libdir_flag_spec\" -+ fi -+ compile_rpath=$rpath -+ -+ rpath= -+ hardcode_libdirs= -+ for libdir in $finalize_rpath; do -+ if test -n "$hardcode_libdir_flag_spec"; then -+ if test -n "$hardcode_libdir_separator"; then -+ if test -z "$hardcode_libdirs"; then -+ hardcode_libdirs=$libdir -+ else -+ # Just accumulate the unique libdirs. -+ case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in -+ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) -+ ;; -+ *) -+ func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" -+ ;; -+ esac -+ fi -+ else -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ func_append rpath " $flag" -+ fi -+ elif test -n "$runpath_var"; then -+ case "$finalize_perm_rpath " in -+ *" $libdir "*) ;; -+ *) func_append finalize_perm_rpath " $libdir" ;; -+ esac -+ fi -+ done -+ # Substitute the hardcoded libdirs into the rpath. -+ if test -n "$hardcode_libdir_separator" && -+ test -n "$hardcode_libdirs"; then -+ libdir=$hardcode_libdirs -+ eval rpath=\" $hardcode_libdir_flag_spec\" -+ fi -+ finalize_rpath=$rpath -+ -+ if test -n "$libobjs" && test yes = "$build_old_libs"; then -+ # Transform all the library objects into standard objects. -+ compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` -+ finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` -+ fi -+ -+ func_generate_dlsyms "$outputname" "@PROGRAM@" false -+ -+ # template prelinking step -+ if test -n "$prelink_cmds"; then -+ func_execute_cmds "$prelink_cmds" 'exit $?' -+ fi -+ -+ wrappers_required=: -+ case $host in -+ *cegcc* | *mingw32ce*) -+ # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. -+ wrappers_required=false -+ ;; -+ *cygwin* | *mingw* ) -+ test yes = "$build_libtool_libs" || wrappers_required=false -+ ;; -+ *) -+ if test no = "$need_relink" || test yes != "$build_libtool_libs"; then -+ wrappers_required=false -+ fi -+ ;; -+ esac -+ $wrappers_required || { -+ # Replace the output file specification. -+ compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` -+ link_command=$compile_command$compile_rpath -+ -+ # We have no uninstalled library dependencies, so finalize right now. -+ exit_status=0 -+ func_show_eval "$link_command" 'exit_status=$?' -+ -+ if test -n "$postlink_cmds"; then -+ func_to_tool_file "$output" -+ postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` -+ func_execute_cmds "$postlink_cmds" 'exit $?' -+ fi -+ -+ # Delete the generated files. -+ if test -f "$output_objdir/${outputname}S.$objext"; then -+ func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' -+ fi -+ -+ exit $exit_status -+ } -+ -+ if test -n "$compile_shlibpath$finalize_shlibpath"; then -+ compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" -+ fi -+ if test -n "$finalize_shlibpath"; then -+ finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" -+ fi -+ -+ compile_var= -+ finalize_var= -+ if test -n "$runpath_var"; then -+ if test -n "$perm_rpath"; then -+ # We should set the runpath_var. -+ rpath= -+ for dir in $perm_rpath; do -+ func_append rpath "$dir:" -+ done -+ compile_var="$runpath_var=\"$rpath\$$runpath_var\" " -+ fi -+ if test -n "$finalize_perm_rpath"; then -+ # We should set the runpath_var. -+ rpath= -+ for dir in $finalize_perm_rpath; do -+ func_append rpath "$dir:" -+ done -+ finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " -+ fi -+ fi -+ -+ if test yes = "$no_install"; then -+ # We don't need to create a wrapper script. -+ link_command=$compile_var$compile_command$compile_rpath -+ # Replace the output file specification. -+ link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` -+ # Delete the old output file. -+ $opt_dry_run || $RM $output -+ # Link the executable and exit -+ func_show_eval "$link_command" 'exit $?' -+ -+ if test -n "$postlink_cmds"; then -+ func_to_tool_file "$output" -+ postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` -+ func_execute_cmds "$postlink_cmds" 'exit $?' -+ fi -+ -+ exit $EXIT_SUCCESS -+ fi -+ -+ case $hardcode_action,$fast_install in -+ relink,*) -+ # Fast installation is not supported -+ link_command=$compile_var$compile_command$compile_rpath -+ relink_command=$finalize_var$finalize_command$finalize_rpath -+ -+ func_warning "this platform does not like uninstalled shared libraries" -+ func_warning "'$output' will be relinked during installation" -+ ;; -+ *,yes) -+ link_command=$finalize_var$compile_command$finalize_rpath -+ relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` -+ ;; -+ *,no) -+ link_command=$compile_var$compile_command$compile_rpath -+ relink_command=$finalize_var$finalize_command$finalize_rpath -+ ;; -+ *,needless) -+ link_command=$finalize_var$compile_command$finalize_rpath -+ relink_command= -+ ;; -+ esac -+ -+ # Replace the output file specification. -+ link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` -+ -+ # Delete the old output files. -+ $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname -+ -+ func_show_eval "$link_command" 'exit $?' -+ -+ if test -n "$postlink_cmds"; then -+ func_to_tool_file "$output_objdir/$outputname" -+ postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` -+ func_execute_cmds "$postlink_cmds" 'exit $?' -+ fi -+ -+ # Now create the wrapper script. -+ func_verbose "creating $output" -+ -+ # Quote the relink command for shipping. -+ if test -n "$relink_command"; then -+ # Preserve any variables that may affect compiler behavior -+ for var in $variables_saved_for_relink; do -+ if eval test -z \"\${$var+set}\"; then -+ relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" -+ elif eval var_value=\$$var; test -z "$var_value"; then -+ relink_command="$var=; export $var; $relink_command" -+ else -+ func_quote_for_eval "$var_value" -+ relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" -+ fi -+ done -+ relink_command="(cd `pwd`; $relink_command)" -+ relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` -+ fi -+ -+ # Only actually do things if not in dry run mode. -+ $opt_dry_run || { -+ # win32 will think the script is a binary if it has -+ # a .exe suffix, so we strip it off here. -+ case $output in -+ *.exe) func_stripname '' '.exe' "$output" -+ output=$func_stripname_result ;; -+ esac -+ # test for cygwin because mv fails w/o .exe extensions -+ case $host in -+ *cygwin*) -+ exeext=.exe -+ func_stripname '' '.exe' "$outputname" -+ outputname=$func_stripname_result ;; -+ *) exeext= ;; -+ esac -+ case $host in -+ *cygwin* | *mingw* ) -+ func_dirname_and_basename "$output" "" "." -+ output_name=$func_basename_result -+ output_path=$func_dirname_result -+ cwrappersource=$output_path/$objdir/lt-$output_name.c -+ cwrapper=$output_path/$output_name.exe -+ $RM $cwrappersource $cwrapper -+ trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 -+ -+ func_emit_cwrapperexe_src > $cwrappersource -+ -+ # The wrapper executable is built using the $host compiler, -+ # because it contains $host paths and files. If cross- -+ # compiling, it, like the target executable, must be -+ # executed on the $host or under an emulation environment. -+ $opt_dry_run || { -+ $LTCC $LTCFLAGS -o $cwrapper $cwrappersource -+ $STRIP $cwrapper -+ } -+ -+ # Now, create the wrapper script for func_source use: -+ func_ltwrapper_scriptname $cwrapper -+ $RM $func_ltwrapper_scriptname_result -+ trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 -+ $opt_dry_run || { -+ # note: this script will not be executed, so do not chmod. -+ if test "x$build" = "x$host"; then -+ $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result -+ else -+ func_emit_wrapper no > $func_ltwrapper_scriptname_result -+ fi -+ } -+ ;; -+ * ) -+ $RM $output -+ trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 -+ -+ func_emit_wrapper no > $output -+ chmod +x $output -+ ;; -+ esac -+ } -+ exit $EXIT_SUCCESS -+ ;; -+ esac -+ -+ # See if we need to build an old-fashioned archive. -+ for oldlib in $oldlibs; do -+ -+ case $build_libtool_libs in -+ convenience) -+ oldobjs="$libobjs_save $symfileobj" -+ addlibs=$convenience -+ build_libtool_libs=no -+ ;; -+ module) -+ oldobjs=$libobjs_save -+ addlibs=$old_convenience -+ build_libtool_libs=no -+ ;; -+ *) -+ oldobjs="$old_deplibs $non_pic_objects" -+ $preload && test -f "$symfileobj" \ -+ && func_append oldobjs " $symfileobj" -+ addlibs=$old_convenience -+ ;; -+ esac -+ -+ if test -n "$addlibs"; then -+ gentop=$output_objdir/${outputname}x -+ func_append generated " $gentop" -+ -+ func_extract_archives $gentop $addlibs -+ func_append oldobjs " $func_extract_archives_result" -+ fi -+ -+ # Do each command in the archive commands. -+ if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then -+ cmds=$old_archive_from_new_cmds -+ else -+ -+ # Add any objects from preloaded convenience libraries -+ if test -n "$dlprefiles"; then -+ gentop=$output_objdir/${outputname}x -+ func_append generated " $gentop" -+ -+ func_extract_archives $gentop $dlprefiles -+ func_append oldobjs " $func_extract_archives_result" -+ fi -+ -+ # POSIX demands no paths to be encoded in archives. We have -+ # to avoid creating archives with duplicate basenames if we -+ # might have to extract them afterwards, e.g., when creating a -+ # static archive out of a convenience library, or when linking -+ # the entirety of a libtool archive into another (currently -+ # not supported by libtool). -+ if (for obj in $oldobjs -+ do -+ func_basename "$obj" -+ $ECHO "$func_basename_result" -+ done | sort | sort -uc >/dev/null 2>&1); then -+ : -+ else -+ echo "copying selected object files to avoid basename conflicts..." -+ gentop=$output_objdir/${outputname}x -+ func_append generated " $gentop" -+ func_mkdir_p "$gentop" -+ save_oldobjs=$oldobjs -+ oldobjs= -+ counter=1 -+ for obj in $save_oldobjs -+ do -+ func_basename "$obj" -+ objbase=$func_basename_result -+ case " $oldobjs " in -+ " ") oldobjs=$obj ;; -+ *[\ /]"$objbase "*) -+ while :; do -+ # Make sure we don't pick an alternate name that also -+ # overlaps. -+ newobj=lt$counter-$objbase -+ func_arith $counter + 1 -+ counter=$func_arith_result -+ case " $oldobjs " in -+ *[\ /]"$newobj "*) ;; -+ *) if test ! -f "$gentop/$newobj"; then break; fi ;; -+ esac -+ done -+ func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" -+ func_append oldobjs " $gentop/$newobj" -+ ;; -+ *) func_append oldobjs " $obj" ;; -+ esac -+ done -+ fi -+ func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 -+ tool_oldlib=$func_to_tool_file_result -+ eval cmds=\"$old_archive_cmds\" -+ -+ func_len " $cmds" -+ len=$func_len_result -+ if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then -+ cmds=$old_archive_cmds -+ elif test -n "$archiver_list_spec"; then -+ func_verbose "using command file archive linking..." -+ for obj in $oldobjs -+ do -+ func_to_tool_file "$obj" -+ $ECHO "$func_to_tool_file_result" -+ done > $output_objdir/$libname.libcmd -+ func_to_tool_file "$output_objdir/$libname.libcmd" -+ oldobjs=" $archiver_list_spec$func_to_tool_file_result" -+ cmds=$old_archive_cmds -+ else -+ # the command line is too long to link in one step, link in parts -+ func_verbose "using piecewise archive linking..." -+ save_RANLIB=$RANLIB -+ RANLIB=: -+ objlist= -+ concat_cmds= -+ save_oldobjs=$oldobjs -+ oldobjs= -+ # Is there a better way of finding the last object in the list? -+ for obj in $save_oldobjs -+ do -+ last_oldobj=$obj -+ done -+ eval test_cmds=\"$old_archive_cmds\" -+ func_len " $test_cmds" -+ len0=$func_len_result -+ len=$len0 -+ for obj in $save_oldobjs -+ do -+ func_len " $obj" -+ func_arith $len + $func_len_result -+ len=$func_arith_result -+ func_append objlist " $obj" -+ if test "$len" -lt "$max_cmd_len"; then -+ : -+ else -+ # the above command should be used before it gets too long -+ oldobjs=$objlist -+ if test "$obj" = "$last_oldobj"; then -+ RANLIB=$save_RANLIB -+ fi -+ test -z "$concat_cmds" || concat_cmds=$concat_cmds~ -+ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" -+ objlist= -+ len=$len0 -+ fi -+ done -+ RANLIB=$save_RANLIB -+ oldobjs=$objlist -+ if test -z "$oldobjs"; then -+ eval cmds=\"\$concat_cmds\" -+ else -+ eval cmds=\"\$concat_cmds~\$old_archive_cmds\" -+ fi -+ fi -+ fi -+ func_execute_cmds "$cmds" 'exit $?' -+ done -+ -+ test -n "$generated" && \ -+ func_show_eval "${RM}r$generated" -+ -+ # Now create the libtool archive. -+ case $output in -+ *.la) -+ old_library= -+ test yes = "$build_old_libs" && old_library=$libname.$libext -+ func_verbose "creating $output" -+ -+ # Preserve any variables that may affect compiler behavior -+ for var in $variables_saved_for_relink; do -+ if eval test -z \"\${$var+set}\"; then -+ relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" -+ elif eval var_value=\$$var; test -z "$var_value"; then -+ relink_command="$var=; export $var; $relink_command" -+ else -+ func_quote_for_eval "$var_value" -+ relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" -+ fi -+ done -+ # Quote the link command for shipping. -+ relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" -+ relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` -+ if test yes = "$hardcode_automatic"; then -+ relink_command= -+ fi -+ -+ # Only create the output if not a dry run. -+ $opt_dry_run || { -+ for installed in no yes; do -+ if test yes = "$installed"; then -+ if test -z "$install_libdir"; then -+ break -+ fi -+ output=$output_objdir/${outputname}i -+ # Replace all uninstalled libtool libraries with the installed ones -+ newdependency_libs= -+ for deplib in $dependency_libs; do -+ case $deplib in -+ *.la) -+ func_basename "$deplib" -+ name=$func_basename_result -+ func_resolve_sysroot "$deplib" -+ eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` -+ test -z "$libdir" && \ -+ func_fatal_error "'$deplib' is not a valid libtool archive" -+ func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" -+ ;; -+ -L*) -+ func_stripname -L '' "$deplib" -+ func_replace_sysroot "$func_stripname_result" -+ func_append newdependency_libs " -L$func_replace_sysroot_result" -+ ;; -+ -R*) -+ func_stripname -R '' "$deplib" -+ func_replace_sysroot "$func_stripname_result" -+ func_append newdependency_libs " -R$func_replace_sysroot_result" -+ ;; -+ *) func_append newdependency_libs " $deplib" ;; -+ esac -+ done -+ dependency_libs=$newdependency_libs -+ newdlfiles= -+ -+ for lib in $dlfiles; do -+ case $lib in -+ *.la) -+ func_basename "$lib" -+ name=$func_basename_result -+ eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` -+ test -z "$libdir" && \ -+ func_fatal_error "'$lib' is not a valid libtool archive" -+ func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" -+ ;; -+ *) func_append newdlfiles " $lib" ;; -+ esac -+ done -+ dlfiles=$newdlfiles -+ newdlprefiles= -+ for lib in $dlprefiles; do -+ case $lib in -+ *.la) -+ # Only pass preopened files to the pseudo-archive (for -+ # eventual linking with the app. that links it) if we -+ # didn't already link the preopened objects directly into -+ # the library: -+ func_basename "$lib" -+ name=$func_basename_result -+ eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` -+ test -z "$libdir" && \ -+ func_fatal_error "'$lib' is not a valid libtool archive" -+ func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" -+ ;; -+ esac -+ done -+ dlprefiles=$newdlprefiles -+ else -+ newdlfiles= -+ for lib in $dlfiles; do -+ case $lib in -+ [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; -+ *) abs=`pwd`"/$lib" ;; -+ esac -+ func_append newdlfiles " $abs" -+ done -+ dlfiles=$newdlfiles -+ newdlprefiles= -+ for lib in $dlprefiles; do -+ case $lib in -+ [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; -+ *) abs=`pwd`"/$lib" ;; -+ esac -+ func_append newdlprefiles " $abs" -+ done -+ dlprefiles=$newdlprefiles -+ fi -+ $RM $output -+ # place dlname in correct position for cygwin -+ # In fact, it would be nice if we could use this code for all target -+ # systems that can't hard-code library paths into their executables -+ # and that have no shared library path variable independent of PATH, -+ # but it turns out we can't easily determine that from inspecting -+ # libtool variables, so we have to hard-code the OSs to which it -+ # applies here; at the moment, that means platforms that use the PE -+ # object format with DLL files. See the long comment at the top of -+ # tests/bindir.at for full details. -+ tdlname=$dlname -+ case $host,$output,$installed,$module,$dlname in -+ *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) -+ # If a -bindir argument was supplied, place the dll there. -+ if test -n "$bindir"; then -+ func_relative_path "$install_libdir" "$bindir" -+ tdlname=$func_relative_path_result/$dlname -+ else -+ # Otherwise fall back on heuristic. -+ tdlname=../bin/$dlname -+ fi -+ ;; -+ esac -+ $ECHO > $output "\ -+# $outputname - a libtool library file -+# Generated by $PROGRAM (GNU $PACKAGE) $VERSION -+# -+# Please DO NOT delete this file! -+# It is necessary for linking the library. -+ -+# The name that we can dlopen(3). -+dlname='$tdlname' -+ -+# Names of this library. -+library_names='$library_names' -+ -+# The name of the static archive. -+old_library='$old_library' -+ -+# Linker flags that cannot go in dependency_libs. -+inherited_linker_flags='$new_inherited_linker_flags' -+ -+# Libraries that this one depends upon. -+dependency_libs='$dependency_libs' -+ -+# Names of additional weak libraries provided by this library -+weak_library_names='$weak_libs' -+ -+# Version information for $libname. -+current=$current -+age=$age -+revision=$revision -+ -+# Is this an already installed library? -+installed=$installed -+ -+# Should we warn about portability when linking against -modules? -+shouldnotlink=$module -+ -+# Files to dlopen/dlpreopen -+dlopen='$dlfiles' -+dlpreopen='$dlprefiles' -+ -+# Directory that this library needs to be installed in: -+libdir='$install_libdir'" -+ if test no,yes = "$installed,$need_relink"; then -+ $ECHO >> $output "\ -+relink_command=\"$relink_command\"" -+ fi -+ done -+ } -+ -+ # Do a symbolic link so that the libtool archive can be found in -+ # LD_LIBRARY_PATH before the program is installed. -+ func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' -+ ;; -+ esac -+ exit $EXIT_SUCCESS -+} -+ -+if test link = "$opt_mode" || test relink = "$opt_mode"; then -+ func_mode_link ${1+"$@"} -+fi -+ -+ -+# func_mode_uninstall arg... -+func_mode_uninstall () -+{ -+ $debug_cmd -+ -+ RM=$nonopt -+ files= -+ rmforce=false -+ exit_status=0 -+ -+ # This variable tells wrapper scripts just to set variables rather -+ # than running their programs. -+ libtool_install_magic=$magic -+ -+ for arg -+ do -+ case $arg in -+ -f) func_append RM " $arg"; rmforce=: ;; -+ -*) func_append RM " $arg" ;; -+ *) func_append files " $arg" ;; -+ esac -+ done -+ -+ test -z "$RM" && \ -+ func_fatal_help "you must specify an RM program" -+ -+ rmdirs= -+ -+ for file in $files; do -+ func_dirname "$file" "" "." -+ dir=$func_dirname_result -+ if test . = "$dir"; then -+ odir=$objdir -+ else -+ odir=$dir/$objdir -+ fi -+ func_basename "$file" -+ name=$func_basename_result -+ test uninstall = "$opt_mode" && odir=$dir -+ -+ # Remember odir for removal later, being careful to avoid duplicates -+ if test clean = "$opt_mode"; then -+ case " $rmdirs " in -+ *" $odir "*) ;; -+ *) func_append rmdirs " $odir" ;; -+ esac -+ fi -+ -+ # Don't error if the file doesn't exist and rm -f was used. -+ if { test -L "$file"; } >/dev/null 2>&1 || -+ { test -h "$file"; } >/dev/null 2>&1 || -+ test -f "$file"; then -+ : -+ elif test -d "$file"; then -+ exit_status=1 -+ continue -+ elif $rmforce; then -+ continue -+ fi -+ -+ rmfiles=$file -+ -+ case $name in -+ *.la) -+ # Possibly a libtool archive, so verify it. -+ if func_lalib_p "$file"; then -+ func_source $dir/$name -+ -+ # Delete the libtool libraries and symlinks. -+ for n in $library_names; do -+ func_append rmfiles " $odir/$n" -+ done -+ test -n "$old_library" && func_append rmfiles " $odir/$old_library" -+ -+ case $opt_mode in -+ clean) -+ case " $library_names " in -+ *" $dlname "*) ;; -+ *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; -+ esac -+ test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" -+ ;; -+ uninstall) -+ if test -n "$library_names"; then -+ # Do each command in the postuninstall commands. -+ func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' -+ fi -+ -+ if test -n "$old_library"; then -+ # Do each command in the old_postuninstall commands. -+ func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' -+ fi -+ # FIXME: should reinstall the best remaining shared library. -+ ;; -+ esac -+ fi -+ ;; -+ -+ *.lo) -+ # Possibly a libtool object, so verify it. -+ if func_lalib_p "$file"; then -+ -+ # Read the .lo file -+ func_source $dir/$name -+ -+ # Add PIC object to the list of files to remove. -+ if test -n "$pic_object" && test none != "$pic_object"; then -+ func_append rmfiles " $dir/$pic_object" -+ fi -+ -+ # Add non-PIC object to the list of files to remove. -+ if test -n "$non_pic_object" && test none != "$non_pic_object"; then -+ func_append rmfiles " $dir/$non_pic_object" -+ fi -+ fi -+ ;; -+ -+ *) -+ if test clean = "$opt_mode"; then -+ noexename=$name -+ case $file in -+ *.exe) -+ func_stripname '' '.exe' "$file" -+ file=$func_stripname_result -+ func_stripname '' '.exe' "$name" -+ noexename=$func_stripname_result -+ # $file with .exe has already been added to rmfiles, -+ # add $file without .exe -+ func_append rmfiles " $file" -+ ;; -+ esac -+ # Do a test to see if this is a libtool program. -+ if func_ltwrapper_p "$file"; then -+ if func_ltwrapper_executable_p "$file"; then -+ func_ltwrapper_scriptname "$file" -+ relink_command= -+ func_source $func_ltwrapper_scriptname_result -+ func_append rmfiles " $func_ltwrapper_scriptname_result" -+ else -+ relink_command= -+ func_source $dir/$noexename -+ fi -+ -+ # note $name still contains .exe if it was in $file originally -+ # as does the version of $file that was added into $rmfiles -+ func_append rmfiles " $odir/$name $odir/${name}S.$objext" -+ if test yes = "$fast_install" && test -n "$relink_command"; then -+ func_append rmfiles " $odir/lt-$name" -+ fi -+ if test "X$noexename" != "X$name"; then -+ func_append rmfiles " $odir/lt-$noexename.c" -+ fi -+ fi -+ fi -+ ;; -+ esac -+ func_show_eval "$RM $rmfiles" 'exit_status=1' -+ done -+ -+ # Try to remove the $objdir's in the directories where we deleted files -+ for dir in $rmdirs; do -+ if test -d "$dir"; then -+ func_show_eval "rmdir $dir >/dev/null 2>&1" -+ fi -+ done -+ -+ exit $exit_status -+} -+ -+if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then -+ func_mode_uninstall ${1+"$@"} -+fi -+ -+test -z "$opt_mode" && { -+ help=$generic_help -+ func_fatal_help "you must specify a MODE" -+} -+ -+test -z "$exec_cmd" && \ -+ func_fatal_help "invalid operation mode '$opt_mode'" -+ -+if test -n "$exec_cmd"; then -+ eval exec "$exec_cmd" -+ exit $EXIT_FAILURE -+fi -+ -+exit $exit_status -+ -+ -+# The TAGs below are defined such that we never get into a situation -+# where we disable both kinds of libraries. Given conflicting -+# choices, we go for a static library, that is the most portable, -+# since we can't tell whether shared libraries were disabled because -+# the user asked for that or because the platform doesn't support -+# them. This is particularly important on AIX, because we don't -+# support having both static and shared libraries enabled at the same -+# time on that platform, so we default to a shared-only configuration. -+# If a disable-shared tag is given, we'll fallback to a static-only -+# configuration. But we'll never go from static-only to shared-only. -+ -+# ### BEGIN LIBTOOL TAG CONFIG: disable-shared -+build_libtool_libs=no -+build_old_libs=yes -+# ### END LIBTOOL TAG CONFIG: disable-shared -+ -+# ### BEGIN LIBTOOL TAG CONFIG: disable-static -+build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` -+# ### END LIBTOOL TAG CONFIG: disable-static -+ -+# Local Variables: -+# mode:shell-script -+# sh-indentation:2 -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/m4/libtool.m4 -@@ -0,0 +1,8388 @@ -+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -+# -+# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. -+# Written by Gordon Matzigkeit, 1996 -+# -+# This file 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. -+ -+m4_define([_LT_COPYING], [dnl -+# Copyright (C) 2014 Free Software Foundation, Inc. -+# This is free software; see the source for copying conditions. There is NO -+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -+ -+# GNU Libtool is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2 of of the License, or -+# (at your option) any later version. -+# -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program or library that is built -+# using GNU Libtool, you may include this file under the same -+# distribution terms that you use for the rest of that program. -+# -+# GNU Libtool 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 General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+]) -+ -+# serial 58 LT_INIT -+ -+ -+# LT_PREREQ(VERSION) -+# ------------------ -+# Complain and exit if this libtool version is less that VERSION. -+m4_defun([LT_PREREQ], -+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, -+ [m4_default([$3], -+ [m4_fatal([Libtool version $1 or higher is required], -+ 63)])], -+ [$2])]) -+ -+ -+# _LT_CHECK_BUILDDIR -+# ------------------ -+# Complain if the absolute build directory name contains unusual characters -+m4_defun([_LT_CHECK_BUILDDIR], -+[case `pwd` in -+ *\ * | *\ *) -+ AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -+esac -+]) -+ -+ -+# LT_INIT([OPTIONS]) -+# ------------------ -+AC_DEFUN([LT_INIT], -+[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK -+AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -+AC_BEFORE([$0], [LT_LANG])dnl -+AC_BEFORE([$0], [LT_OUTPUT])dnl -+AC_BEFORE([$0], [LTDL_INIT])dnl -+m4_require([_LT_CHECK_BUILDDIR])dnl -+ -+dnl Autoconf doesn't catch unexpanded LT_ macros by default: -+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -+dnl unless we require an AC_DEFUNed macro: -+AC_REQUIRE([LTOPTIONS_VERSION])dnl -+AC_REQUIRE([LTSUGAR_VERSION])dnl -+AC_REQUIRE([LTVERSION_VERSION])dnl -+AC_REQUIRE([LTOBSOLETE_VERSION])dnl -+m4_require([_LT_PROG_LTMAIN])dnl -+ -+_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) -+ -+dnl Parse OPTIONS -+_LT_SET_OPTIONS([$0], [$1]) -+ -+# This can be used to rebuild libtool when needed -+LIBTOOL_DEPS=$ltmain -+ -+# Always use our own libtool. -+LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+AC_SUBST(LIBTOOL)dnl -+ -+_LT_SETUP -+ -+# Only expand once: -+m4_define([LT_INIT]) -+])# LT_INIT -+ -+# Old names: -+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -+dnl AC_DEFUN([AM_PROG_LIBTOOL], []) -+ -+ -+# _LT_PREPARE_CC_BASENAME -+# ----------------------- -+m4_defun([_LT_PREPARE_CC_BASENAME], [ -+# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -+func_cc_basename () -+{ -+ for cc_temp in @S|@*""; do -+ case $cc_temp in -+ compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; -+ distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; -+ \-*) ;; -+ *) break;; -+ esac -+ done -+ func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -+} -+])# _LT_PREPARE_CC_BASENAME -+ -+ -+# _LT_CC_BASENAME(CC) -+# ------------------- -+# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, -+# but that macro is also expanded into generated libtool script, which -+# arranges for $SED and $ECHO to be set by different means. -+m4_defun([_LT_CC_BASENAME], -+[m4_require([_LT_PREPARE_CC_BASENAME])dnl -+AC_REQUIRE([_LT_DECL_SED])dnl -+AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl -+func_cc_basename $1 -+cc_basename=$func_cc_basename_result -+]) -+ -+ -+# _LT_FILEUTILS_DEFAULTS -+# ---------------------- -+# It is okay to use these file commands and assume they have been set -+# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. -+m4_defun([_LT_FILEUTILS_DEFAULTS], -+[: ${CP="cp -f"} -+: ${MV="mv -f"} -+: ${RM="rm -f"} -+])# _LT_FILEUTILS_DEFAULTS -+ -+ -+# _LT_SETUP -+# --------- -+m4_defun([_LT_SETUP], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_CANONICAL_BUILD])dnl -+AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl -+AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl -+ -+_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl -+dnl -+_LT_DECL([], [host_alias], [0], [The host system])dnl -+_LT_DECL([], [host], [0])dnl -+_LT_DECL([], [host_os], [0])dnl -+dnl -+_LT_DECL([], [build_alias], [0], [The build system])dnl -+_LT_DECL([], [build], [0])dnl -+_LT_DECL([], [build_os], [0])dnl -+dnl -+AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([LT_PATH_LD])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+dnl -+AC_REQUIRE([AC_PROG_LN_S])dnl -+test -z "$LN_S" && LN_S="ln -s" -+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -+dnl -+AC_REQUIRE([LT_CMD_MAX_LEN])dnl -+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -+dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_CHECK_SHELL_FEATURES])dnl -+m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl -+m4_require([_LT_CMD_RELOAD])dnl -+m4_require([_LT_CHECK_MAGIC_METHOD])dnl -+m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl -+m4_require([_LT_CMD_OLD_ARCHIVE])dnl -+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -+m4_require([_LT_WITH_SYSROOT])dnl -+m4_require([_LT_CMD_TRUNCATE])dnl -+ -+_LT_CONFIG_LIBTOOL_INIT([ -+# See if we are running on zsh, and set the options that allow our -+# commands through without removal of \ escapes INIT. -+if test -n "\${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+fi -+]) -+if test -n "${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+fi -+ -+_LT_CHECK_OBJDIR -+ -+m4_require([_LT_TAG_COMPILER])dnl -+ -+case $host_os in -+aix3*) -+ # AIX sometimes has problems with the GCC collect2 program. For some -+ # reason, if we set the COLLECT_NAMES environment variable, the problems -+ # vanish in a puff of smoke. -+ if test set != "${COLLECT_NAMES+set}"; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+ fi -+ ;; -+esac -+ -+# Global variables: -+ofile=libtool -+can_build_shared=yes -+ -+# All known linkers require a '.a' archive for static linking (except MSVC, -+# which needs '.lib'). -+libext=a -+ -+with_gnu_ld=$lt_cv_prog_gnu_ld -+ -+old_CC=$CC -+old_CFLAGS=$CFLAGS -+ -+# Set sane defaults for various variables -+test -z "$CC" && CC=cc -+test -z "$LTCC" && LTCC=$CC -+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -+test -z "$LD" && LD=ld -+test -z "$ac_objext" && ac_objext=o -+ -+_LT_CC_BASENAME([$compiler]) -+ -+# Only perform the check for file, if the check method requires it -+test -z "$MAGIC_CMD" && MAGIC_CMD=file -+case $deplibs_check_method in -+file_magic*) -+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then -+ _LT_PATH_MAGIC -+ fi -+ ;; -+esac -+ -+# Use C for the default configuration in the libtool script -+LT_SUPPORTED_TAG([CC]) -+_LT_LANG_C_CONFIG -+_LT_LANG_DEFAULT_CONFIG -+_LT_CONFIG_COMMANDS -+])# _LT_SETUP -+ -+ -+# _LT_PREPARE_SED_QUOTE_VARS -+# -------------------------- -+# Define a few sed substitution that help us do robust quoting. -+m4_defun([_LT_PREPARE_SED_QUOTE_VARS], -+[# Backslashify metacharacters that are still active within -+# double-quoted strings. -+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' -+ -+# Same as above, but do not quote variable references. -+double_quote_subst='s/\([["`\\]]\)/\\\1/g' -+ -+# Sed substitution to delay expansion of an escaped shell variable in a -+# double_quote_subst'ed string. -+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -+ -+# Sed substitution to delay expansion of an escaped single quote. -+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' -+ -+# Sed substitution to avoid accidental globbing in evaled expressions -+no_glob_subst='s/\*/\\\*/g' -+]) -+ -+# _LT_PROG_LTMAIN -+# --------------- -+# Note that this code is called both from 'configure', and 'config.status' -+# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -+# 'config.status' has no value for ac_aux_dir unless we are using Automake, -+# so we pass a copy along to make sure it has a sensible value anyway. -+m4_defun([_LT_PROG_LTMAIN], -+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -+ltmain=$ac_aux_dir/ltmain.sh -+])# _LT_PROG_LTMAIN -+ -+ -+## ------------------------------------- ## -+## Accumulate code for creating libtool. ## -+## ------------------------------------- ## -+ -+# So that we can recreate a full libtool script including additional -+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -+# in macros and then make a single call at the end using the 'libtool' -+# label. -+ -+ -+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -+# ---------------------------------------- -+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -+m4_define([_LT_CONFIG_LIBTOOL_INIT], -+[m4_ifval([$1], -+ [m4_append([_LT_OUTPUT_LIBTOOL_INIT], -+ [$1 -+])])]) -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_INIT]) -+ -+ -+# _LT_CONFIG_LIBTOOL([COMMANDS]) -+# ------------------------------ -+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -+m4_define([_LT_CONFIG_LIBTOOL], -+[m4_ifval([$1], -+ [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], -+ [$1 -+])])]) -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) -+ -+ -+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -+# ----------------------------------------------------- -+m4_defun([_LT_CONFIG_SAVE_COMMANDS], -+[_LT_CONFIG_LIBTOOL([$1]) -+_LT_CONFIG_LIBTOOL_INIT([$2]) -+]) -+ -+ -+# _LT_FORMAT_COMMENT([COMMENT]) -+# ----------------------------- -+# Add leading comment marks to the start of each line, and a trailing -+# full-stop to the whole comment if one is not present already. -+m4_define([_LT_FORMAT_COMMENT], -+[m4_ifval([$1], [ -+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], -+ [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -+)]) -+ -+ -+ -+## ------------------------ ## -+## FIXME: Eliminate VARNAME ## -+## ------------------------ ## -+ -+ -+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -+# ------------------------------------------------------------------- -+# CONFIGNAME is the name given to the value in the libtool script. -+# VARNAME is the (base) name used in the configure script. -+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -+# VARNAME. Any other value will be used directly. -+m4_define([_LT_DECL], -+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], -+ [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], -+ [m4_ifval([$1], [$1], [$2])]) -+ lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) -+ m4_ifval([$4], -+ [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) -+ lt_dict_add_subkey([lt_decl_dict], [$2], -+ [tagged?], [m4_ifval([$5], [yes], [no])])]) -+]) -+ -+ -+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -+# -------------------------------------------------------- -+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) -+ -+ -+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -+# ------------------------------------------------ -+m4_define([lt_decl_tag_varnames], -+[_lt_decl_filter([tagged?], [yes], $@)]) -+ -+ -+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -+# --------------------------------------------------------- -+m4_define([_lt_decl_filter], -+[m4_case([$#], -+ [0], [m4_fatal([$0: too few arguments: $#])], -+ [1], [m4_fatal([$0: too few arguments: $#: $1])], -+ [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], -+ [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], -+ [lt_dict_filter([lt_decl_dict], $@)])[]dnl -+]) -+ -+ -+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -+# -------------------------------------------------- -+m4_define([lt_decl_quote_varnames], -+[_lt_decl_filter([value], [1], $@)]) -+ -+ -+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -+# --------------------------------------------------- -+m4_define([lt_decl_dquote_varnames], -+[_lt_decl_filter([value], [2], $@)]) -+ -+ -+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -+# --------------------------------------------------- -+m4_define([lt_decl_varnames_tagged], -+[m4_assert([$# <= 2])dnl -+_$0(m4_quote(m4_default([$1], [[, ]])), -+ m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), -+ m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -+m4_define([_lt_decl_varnames_tagged], -+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) -+ -+ -+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -+# ------------------------------------------------ -+m4_define([lt_decl_all_varnames], -+[_$0(m4_quote(m4_default([$1], [[, ]])), -+ m4_if([$2], [], -+ m4_quote(lt_decl_varnames), -+ m4_quote(m4_shift($@))))[]dnl -+]) -+m4_define([_lt_decl_all_varnames], -+[lt_join($@, lt_decl_varnames_tagged([$1], -+ lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -+]) -+ -+ -+# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -+# ------------------------------------ -+# Quote a variable value, and forward it to 'config.status' so that its -+# declaration there will have the same value as in 'configure'. VARNAME -+# must have a single quote delimited value for this to work. -+m4_define([_LT_CONFIG_STATUS_DECLARE], -+[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) -+ -+ -+# _LT_CONFIG_STATUS_DECLARATIONS -+# ------------------------------ -+# We delimit libtool config variables with single quotes, so when -+# we write them to config.status, we have to be sure to quote all -+# embedded single quotes properly. In configure, this macro expands -+# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -+# -+# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' -+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), -+ [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) -+ -+ -+# _LT_LIBTOOL_TAGS -+# ---------------- -+# Output comment and list of tags supported by the script -+m4_defun([_LT_LIBTOOL_TAGS], -+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -+available_tags='_LT_TAGS'dnl -+]) -+ -+ -+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -+# ----------------------------------- -+# Extract the dictionary values for VARNAME (optionally with TAG) and -+# expand to a commented shell variable setting: -+# -+# # Some comment about what VAR is for. -+# visible_name=$lt_internal_name -+m4_define([_LT_LIBTOOL_DECLARE], -+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], -+ [description])))[]dnl -+m4_pushdef([_libtool_name], -+ m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), -+ [0], [_libtool_name=[$]$1], -+ [1], [_libtool_name=$lt_[]$1], -+ [2], [_libtool_name=$lt_[]$1], -+ [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -+]) -+ -+ -+# _LT_LIBTOOL_CONFIG_VARS -+# ----------------------- -+# Produce commented declarations of non-tagged libtool config variables -+# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' -+# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -+# section) are produced by _LT_LIBTOOL_TAG_VARS. -+m4_defun([_LT_LIBTOOL_CONFIG_VARS], -+[m4_foreach([_lt_var], -+ m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), -+ [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) -+ -+ -+# _LT_LIBTOOL_TAG_VARS(TAG) -+# ------------------------- -+m4_define([_LT_LIBTOOL_TAG_VARS], -+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), -+ [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) -+ -+ -+# _LT_TAGVAR(VARNAME, [TAGNAME]) -+# ------------------------------ -+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) -+ -+ -+# _LT_CONFIG_COMMANDS -+# ------------------- -+# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -+# variables for single and double quote escaping we saved from calls -+# to _LT_DECL, we can put quote escaped variables declarations -+# into 'config.status', and then the shell code to quote escape them in -+# for loops in 'config.status'. Finally, any additional code accumulated -+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -+m4_defun([_LT_CONFIG_COMMANDS], -+[AC_PROVIDE_IFELSE([LT_OUTPUT], -+ dnl If the libtool generation code has been placed in $CONFIG_LT, -+ dnl instead of duplicating it all over again into config.status, -+ dnl then we will have config.status run $CONFIG_LT later, so it -+ dnl needs to know what name is stored there: -+ [AC_CONFIG_COMMANDS([libtool], -+ [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], -+ dnl If the libtool generation code is destined for config.status, -+ dnl expand the accumulated commands and init code now: -+ [AC_CONFIG_COMMANDS([libtool], -+ [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -+])#_LT_CONFIG_COMMANDS -+ -+ -+# Initialize. -+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -+[ -+ -+# The HP-UX ksh and POSIX shell print the target directory to stdout -+# if CDPATH is set. -+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -+ -+sed_quote_subst='$sed_quote_subst' -+double_quote_subst='$double_quote_subst' -+delay_variable_subst='$delay_variable_subst' -+_LT_CONFIG_STATUS_DECLARATIONS -+LTCC='$LTCC' -+LTCFLAGS='$LTCFLAGS' -+compiler='$compiler_DEFAULT' -+ -+# A function that is used when there is no print builtin or printf. -+func_fallback_echo () -+{ -+ eval 'cat <<_LTECHO_EOF -+\$[]1 -+_LTECHO_EOF' -+} -+ -+# Quote evaled strings. -+for var in lt_decl_all_varnames([[ \ -+]], lt_decl_quote_varnames); do -+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in -+ *[[\\\\\\\`\\"\\\$]]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+# Double-quote double-evaled strings. -+for var in lt_decl_all_varnames([[ \ -+]], lt_decl_dquote_varnames); do -+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in -+ *[[\\\\\\\`\\"\\\$]]*) -+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes -+ ;; -+ *) -+ eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" -+ ;; -+ esac -+done -+ -+_LT_OUTPUT_LIBTOOL_INIT -+]) -+ -+# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) -+# ------------------------------------ -+# Generate a child script FILE with all initialization necessary to -+# reuse the environment learned by the parent script, and make the -+# file executable. If COMMENT is supplied, it is inserted after the -+# '#!' sequence but before initialization text begins. After this -+# macro, additional text can be appended to FILE to form the body of -+# the child script. The macro ends with non-zero status if the -+# file could not be fully written (such as if the disk is full). -+m4_ifdef([AS_INIT_GENERATED], -+[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], -+[m4_defun([_LT_GENERATED_FILE_INIT], -+[m4_require([AS_PREPARE])]dnl -+[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl -+[lt_write_fail=0 -+cat >$1 <<_ASEOF || lt_write_fail=1 -+#! $SHELL -+# Generated by $as_me. -+$2 -+SHELL=\${CONFIG_SHELL-$SHELL} -+export SHELL -+_ASEOF -+cat >>$1 <<\_ASEOF || lt_write_fail=1 -+AS_SHELL_SANITIZE -+_AS_PREPARE -+exec AS_MESSAGE_FD>&1 -+_ASEOF -+test 0 = "$lt_write_fail" && chmod +x $1[]dnl -+m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT -+ -+# LT_OUTPUT -+# --------- -+# This macro allows early generation of the libtool script (before -+# AC_OUTPUT is called), incase it is used in configure for compilation -+# tests. -+AC_DEFUN([LT_OUTPUT], -+[: ${CONFIG_LT=./config.lt} -+AC_MSG_NOTICE([creating $CONFIG_LT]) -+_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], -+[# Run this file to recreate a libtool stub with the current configuration.]) -+ -+cat >>"$CONFIG_LT" <<\_LTEOF -+lt_cl_silent=false -+exec AS_MESSAGE_LOG_FD>>config.log -+{ -+ echo -+ AS_BOX([Running $as_me.]) -+} >&AS_MESSAGE_LOG_FD -+ -+lt_cl_help="\ -+'$as_me' creates a local libtool stub from the current configuration, -+for use in further configure time tests before the real libtool is -+generated. -+ -+Usage: $[0] [[OPTIONS]] -+ -+ -h, --help print this help, then exit -+ -V, --version print version number, then exit -+ -q, --quiet do not print progress messages -+ -d, --debug don't remove temporary files -+ -+Report bugs to ." -+ -+lt_cl_version="\ -+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -+configured by $[0], generated by m4_PACKAGE_STRING. -+ -+Copyright (C) 2011 Free Software Foundation, Inc. -+This config.lt script is free software; the Free Software Foundation -+gives unlimited permision to copy, distribute and modify it." -+ -+while test 0 != $[#] -+do -+ case $[1] in -+ --version | --v* | -V ) -+ echo "$lt_cl_version"; exit 0 ;; -+ --help | --h* | -h ) -+ echo "$lt_cl_help"; exit 0 ;; -+ --debug | --d* | -d ) -+ debug=: ;; -+ --quiet | --q* | --silent | --s* | -q ) -+ lt_cl_silent=: ;; -+ -+ -*) AC_MSG_ERROR([unrecognized option: $[1] -+Try '$[0] --help' for more information.]) ;; -+ -+ *) AC_MSG_ERROR([unrecognized argument: $[1] -+Try '$[0] --help' for more information.]) ;; -+ esac -+ shift -+done -+ -+if $lt_cl_silent; then -+ exec AS_MESSAGE_FD>/dev/null -+fi -+_LTEOF -+ -+cat >>"$CONFIG_LT" <<_LTEOF -+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -+_LTEOF -+ -+cat >>"$CONFIG_LT" <<\_LTEOF -+AC_MSG_NOTICE([creating $ofile]) -+_LT_OUTPUT_LIBTOOL_COMMANDS -+AS_EXIT(0) -+_LTEOF -+chmod +x "$CONFIG_LT" -+ -+# configure is writing to config.log, but config.lt does its own redirection, -+# appending to config.log, which fails on DOS, as config.log is still kept -+# open by configure. Here we exec the FD to /dev/null, effectively closing -+# config.log, so it can be properly (re)opened and appended to by config.lt. -+lt_cl_success=: -+test yes = "$silent" && -+ lt_config_lt_args="$lt_config_lt_args --quiet" -+exec AS_MESSAGE_LOG_FD>/dev/null -+$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false -+exec AS_MESSAGE_LOG_FD>>config.log -+$lt_cl_success || AS_EXIT(1) -+])# LT_OUTPUT -+ -+ -+# _LT_CONFIG(TAG) -+# --------------- -+# If TAG is the built-in tag, create an initial libtool script with a -+# default configuration from the untagged config vars. Otherwise add code -+# to config.status for appending the configuration named by TAG from the -+# matching tagged config vars. -+m4_defun([_LT_CONFIG], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+_LT_CONFIG_SAVE_COMMANDS([ -+ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl -+ m4_if(_LT_TAG, [C], [ -+ # See if we are running on zsh, and set the options that allow our -+ # commands through without removal of \ escapes. -+ if test -n "${ZSH_VERSION+set}"; then -+ setopt NO_GLOB_SUBST -+ fi -+ -+ cfgfile=${ofile}T -+ trap "$RM \"$cfgfile\"; exit 1" 1 2 15 -+ $RM "$cfgfile" -+ -+ cat <<_LT_EOF >> "$cfgfile" -+#! $SHELL -+# Generated automatically by $as_me ($PACKAGE) $VERSION -+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -+# NOTE: Changes made to this file will be lost: look at ltmain.sh. -+ -+# Provide generalized library-building support services. -+# Written by Gordon Matzigkeit, 1996 -+ -+_LT_COPYING -+_LT_LIBTOOL_TAGS -+ -+# Configured defaults for sys_lib_dlsearch_path munging. -+: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} -+ -+# ### BEGIN LIBTOOL CONFIG -+_LT_LIBTOOL_CONFIG_VARS -+_LT_LIBTOOL_TAG_VARS -+# ### END LIBTOOL CONFIG -+ -+_LT_EOF -+ -+ cat <<'_LT_EOF' >> "$cfgfile" -+ -+# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE -+ -+_LT_PREPARE_MUNGE_PATH_LIST -+_LT_PREPARE_CC_BASENAME -+ -+# ### END FUNCTIONS SHARED WITH CONFIGURE -+ -+_LT_EOF -+ -+ case $host_os in -+ aix3*) -+ cat <<\_LT_EOF >> "$cfgfile" -+# AIX sometimes has problems with the GCC collect2 program. For some -+# reason, if we set the COLLECT_NAMES environment variable, the problems -+# vanish in a puff of smoke. -+if test set != "${COLLECT_NAMES+set}"; then -+ COLLECT_NAMES= -+ export COLLECT_NAMES -+fi -+_LT_EOF -+ ;; -+ esac -+ -+ _LT_PROG_LTMAIN -+ -+ # We use sed instead of cat because bash on DJGPP gets confused if -+ # if finds mixed CR/LF and LF-only lines. Since sed operates in -+ # text mode, it properly converts lines to CR/LF. This bash problem -+ # is reportedly fixed, but why not run on old versions too? -+ sed '$q' "$ltmain" >> "$cfgfile" \ -+ || (rm -f "$cfgfile"; exit 1) -+ -+ mv -f "$cfgfile" "$ofile" || -+ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") -+ chmod +x "$ofile" -+], -+[cat <<_LT_EOF >> "$ofile" -+ -+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -+dnl in a comment (ie after a #). -+# ### BEGIN LIBTOOL TAG CONFIG: $1 -+_LT_LIBTOOL_TAG_VARS(_LT_TAG) -+# ### END LIBTOOL TAG CONFIG: $1 -+_LT_EOF -+])dnl /m4_if -+], -+[m4_if([$1], [], [ -+ PACKAGE='$PACKAGE' -+ VERSION='$VERSION' -+ RM='$RM' -+ ofile='$ofile'], []) -+])dnl /_LT_CONFIG_SAVE_COMMANDS -+])# _LT_CONFIG -+ -+ -+# LT_SUPPORTED_TAG(TAG) -+# --------------------- -+# Trace this macro to discover what tags are supported by the libtool -+# --tag option, using: -+# autoconf --trace 'LT_SUPPORTED_TAG:$1' -+AC_DEFUN([LT_SUPPORTED_TAG], []) -+ -+ -+# C support is built-in for now -+m4_define([_LT_LANG_C_enabled], []) -+m4_define([_LT_TAGS], []) -+ -+ -+# LT_LANG(LANG) -+# ------------- -+# Enable libtool support for the given language if not already enabled. -+AC_DEFUN([LT_LANG], -+[AC_BEFORE([$0], [LT_OUTPUT])dnl -+m4_case([$1], -+ [C], [_LT_LANG(C)], -+ [C++], [_LT_LANG(CXX)], -+ [Go], [_LT_LANG(GO)], -+ [Java], [_LT_LANG(GCJ)], -+ [Fortran 77], [_LT_LANG(F77)], -+ [Fortran], [_LT_LANG(FC)], -+ [Windows Resource], [_LT_LANG(RC)], -+ [m4_ifdef([_LT_LANG_]$1[_CONFIG], -+ [_LT_LANG($1)], -+ [m4_fatal([$0: unsupported language: "$1"])])])dnl -+])# LT_LANG -+ -+ -+# _LT_LANG(LANGNAME) -+# ------------------ -+m4_defun([_LT_LANG], -+[m4_ifdef([_LT_LANG_]$1[_enabled], [], -+ [LT_SUPPORTED_TAG([$1])dnl -+ m4_append([_LT_TAGS], [$1 ])dnl -+ m4_define([_LT_LANG_]$1[_enabled], [])dnl -+ _LT_LANG_$1_CONFIG($1)])dnl -+])# _LT_LANG -+ -+ -+m4_ifndef([AC_PROG_GO], [ -+############################################################ -+# NOTE: This macro has been submitted for inclusion into # -+# GNU Autoconf as AC_PROG_GO. When it is available in # -+# a released version of Autoconf we should remove this # -+# macro and use it instead. # -+############################################################ -+m4_defun([AC_PROG_GO], -+[AC_LANG_PUSH(Go)dnl -+AC_ARG_VAR([GOC], [Go compiler command])dnl -+AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl -+_AC_ARG_VAR_LDFLAGS()dnl -+AC_CHECK_TOOL(GOC, gccgo) -+if test -z "$GOC"; then -+ if test -n "$ac_tool_prefix"; then -+ AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) -+ fi -+fi -+if test -z "$GOC"; then -+ AC_CHECK_PROG(GOC, gccgo, gccgo, false) -+fi -+])#m4_defun -+])#m4_ifndef -+ -+ -+# _LT_LANG_DEFAULT_CONFIG -+# ----------------------- -+m4_defun([_LT_LANG_DEFAULT_CONFIG], -+[AC_PROVIDE_IFELSE([AC_PROG_CXX], -+ [LT_LANG(CXX)], -+ [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) -+ -+AC_PROVIDE_IFELSE([AC_PROG_F77], -+ [LT_LANG(F77)], -+ [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) -+ -+AC_PROVIDE_IFELSE([AC_PROG_FC], -+ [LT_LANG(FC)], -+ [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) -+ -+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -+dnl pulling things in needlessly. -+AC_PROVIDE_IFELSE([AC_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [AC_PROVIDE_IFELSE([LT_PROG_GCJ], -+ [LT_LANG(GCJ)], -+ [m4_ifdef([AC_PROG_GCJ], -+ [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) -+ m4_ifdef([A][M_PROG_GCJ], -+ [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) -+ m4_ifdef([LT_PROG_GCJ], -+ [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) -+ -+AC_PROVIDE_IFELSE([AC_PROG_GO], -+ [LT_LANG(GO)], -+ [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) -+ -+AC_PROVIDE_IFELSE([LT_PROG_RC], -+ [LT_LANG(RC)], -+ [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -+])# _LT_LANG_DEFAULT_CONFIG -+ -+# Obsolete macros: -+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -+AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -+dnl AC_DEFUN([AC_LIBTOOL_F77], []) -+dnl AC_DEFUN([AC_LIBTOOL_FC], []) -+dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) -+dnl AC_DEFUN([AC_LIBTOOL_RC], []) -+ -+ -+# _LT_TAG_COMPILER -+# ---------------- -+m4_defun([_LT_TAG_COMPILER], -+[AC_REQUIRE([AC_PROG_CC])dnl -+ -+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl -+ -+# If no C compiler was specified, use CC. -+LTCC=${LTCC-"$CC"} -+ -+# If no C compiler flags were specified, use CFLAGS. -+LTCFLAGS=${LTCFLAGS-"$CFLAGS"} -+ -+# Allow CC to be a program name with arguments. -+compiler=$CC -+])# _LT_TAG_COMPILER -+ -+ -+# _LT_COMPILER_BOILERPLATE -+# ------------------------ -+# Check for compiler boilerplate output or warnings with -+# the simple compiler test code. -+m4_defun([_LT_COMPILER_BOILERPLATE], -+[m4_require([_LT_DECL_SED])dnl -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_compile_test_code" >conftest.$ac_ext -+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_compiler_boilerplate=`cat conftest.err` -+$RM conftest* -+])# _LT_COMPILER_BOILERPLATE -+ -+ -+# _LT_LINKER_BOILERPLATE -+# ---------------------- -+# Check for linker boilerplate output or warnings with -+# the simple link test code. -+m4_defun([_LT_LINKER_BOILERPLATE], -+[m4_require([_LT_DECL_SED])dnl -+ac_outfile=conftest.$ac_objext -+echo "$lt_simple_link_test_code" >conftest.$ac_ext -+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -+_lt_linker_boilerplate=`cat conftest.err` -+$RM -r conftest* -+])# _LT_LINKER_BOILERPLATE -+ -+# _LT_REQUIRED_DARWIN_CHECKS -+# ------------------------- -+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ -+ case $host_os in -+ rhapsody* | darwin*) -+ AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) -+ AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) -+ AC_CHECK_TOOL([LIPO], [lipo], [:]) -+ AC_CHECK_TOOL([OTOOL], [otool], [:]) -+ AC_CHECK_TOOL([OTOOL64], [otool64], [:]) -+ _LT_DECL([], [DSYMUTIL], [1], -+ [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) -+ _LT_DECL([], [NMEDIT], [1], -+ [Tool to change global to local symbols on Mac OS X]) -+ _LT_DECL([], [LIPO], [1], -+ [Tool to manipulate fat objects and archives on Mac OS X]) -+ _LT_DECL([], [OTOOL], [1], -+ [ldd/readelf like tool for Mach-O binaries on Mac OS X]) -+ _LT_DECL([], [OTOOL64], [1], -+ [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) -+ -+ AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], -+ [lt_cv_apple_cc_single_mod=no -+ if test -z "$LT_MULTI_MODULE"; then -+ # By default we will add the -single_module flag. You can override -+ # by either setting the environment variable LT_MULTI_MODULE -+ # non-empty at configure time, or by adding -multi_module to the -+ # link flags. -+ rm -rf libconftest.dylib* -+ echo "int foo(void){return 1;}" > conftest.c -+ echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD -+ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -+ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err -+ _lt_result=$? -+ # If there is a non-empty error log, and "single_module" -+ # appears in it, assume the flag caused a linker warning -+ if test -s conftest.err && $GREP single_module conftest.err; then -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ # Otherwise, if the output was created with a 0 exit code from -+ # the compiler, it worked. -+ elif test -f libconftest.dylib && test 0 = "$_lt_result"; then -+ lt_cv_apple_cc_single_mod=yes -+ else -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ fi -+ rm -rf libconftest.dylib* -+ rm -f conftest.* -+ fi]) -+ -+ AC_CACHE_CHECK([for -exported_symbols_list linker flag], -+ [lt_cv_ld_exported_symbols_list], -+ [lt_cv_ld_exported_symbols_list=no -+ save_LDFLAGS=$LDFLAGS -+ echo "_main" > conftest.sym -+ LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], -+ [lt_cv_ld_exported_symbols_list=yes], -+ [lt_cv_ld_exported_symbols_list=no]) -+ LDFLAGS=$save_LDFLAGS -+ ]) -+ -+ AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], -+ [lt_cv_ld_force_load=no -+ cat > conftest.c << _LT_EOF -+int forced_loaded() { return 2;} -+_LT_EOF -+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD -+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD -+ echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD -+ $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD -+ echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD -+ $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD -+ cat > conftest.c << _LT_EOF -+int main() { return 0;} -+_LT_EOF -+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD -+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err -+ _lt_result=$? -+ if test -s conftest.err && $GREP force_load conftest.err; then -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then -+ lt_cv_ld_force_load=yes -+ else -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ fi -+ rm -f conftest.err libconftest.a conftest conftest.c -+ rm -rf conftest.dSYM -+ ]) -+ case $host_os in -+ rhapsody* | darwin1.[[012]]) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; -+ darwin1.*) -+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; -+ darwin*) # darwin 5.x on -+ # if running on 10.5 or later, the deployment target defaults -+ # to the OS version, if on x86, and 10.4, the deployment -+ # target defaults to 10.4. Don't you love it? -+ case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in -+ 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; -+ 10.[[012]][[,.]]*) -+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; -+ 10.*) -+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; -+ esac -+ ;; -+ esac -+ if test yes = "$lt_cv_apple_cc_single_mod"; then -+ _lt_dar_single_mod='$single_module' -+ fi -+ if test yes = "$lt_cv_ld_exported_symbols_list"; then -+ _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' -+ else -+ _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' -+ fi -+ if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then -+ _lt_dsymutil='~$DSYMUTIL $lib || :' -+ else -+ _lt_dsymutil= -+ fi -+ ;; -+ esac -+]) -+ -+ -+# _LT_DARWIN_LINKER_FEATURES([TAG]) -+# --------------------------------- -+# Checks for linker and compiler features on darwin -+m4_defun([_LT_DARWIN_LINKER_FEATURES], -+[ -+ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_automatic, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+ if test yes = "$lt_cv_ld_force_load"; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' -+ m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], -+ [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='' -+ fi -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined -+ case $cc_basename in -+ ifort*|nagfor*) _lt_dar_can_shared=yes ;; -+ *) _lt_dar_can_shared=$GCC ;; -+ esac -+ if test yes = "$_lt_dar_can_shared"; then -+ output_verbose_link_cmd=func_echo_all -+ _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" -+ _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" -+ _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" -+ m4_if([$1], [CXX], -+[ if test yes != "$lt_cv_apple_cc_single_mod"; then -+ _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" -+ fi -+],[]) -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+]) -+ -+# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) -+# ---------------------------------- -+# Links a minimal program and checks the executable -+# for the system default hardcoded library path. In most cases, -+# this is /usr/lib:/lib, but when the MPI compilers are used -+# the location of the communication and MPI libs are included too. -+# If we don't find anything, use the default library path according -+# to the aix ld manual. -+# Store the results from the different compilers for each TAGNAME. -+# Allow to override them for all tags through lt_cv_aix_libpath. -+m4_defun([_LT_SYS_MODULE_PATH_AIX], -+[m4_require([_LT_DECL_SED])dnl -+if test set = "${lt_cv_aix_libpath+set}"; then -+ aix_libpath=$lt_cv_aix_libpath -+else -+ AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], -+ [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ -+ lt_aix_libpath_sed='[ -+ /Import File Strings/,/^$/ { -+ /^0/ { -+ s/^0 *\([^ ]*\) *$/\1/ -+ p -+ } -+ }]' -+ _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ # Check for a 64-bit object if we didn't find anything. -+ if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then -+ _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -+ fi],[]) -+ if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then -+ _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib -+ fi -+ ]) -+ aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) -+fi -+])# _LT_SYS_MODULE_PATH_AIX -+ -+ -+# _LT_SHELL_INIT(ARG) -+# ------------------- -+m4_define([_LT_SHELL_INIT], -+[m4_divert_text([M4SH-INIT], [$1 -+])])# _LT_SHELL_INIT -+ -+ -+ -+# _LT_PROG_ECHO_BACKSLASH -+# ----------------------- -+# Find how we can fake an echo command that does not interpret backslash. -+# In particular, with Autoconf 2.60 or later we add some code to the start -+# of the generated configure script that will find a shell with a builtin -+# printf (that we can use as an echo command). -+m4_defun([_LT_PROG_ECHO_BACKSLASH], -+[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO -+ -+AC_MSG_CHECKING([how to print strings]) -+# Test print first, because it will be a builtin if present. -+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ -+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then -+ ECHO='print -r --' -+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then -+ ECHO='printf %s\n' -+else -+ # Use this function as a fallback that always works. -+ func_fallback_echo () -+ { -+ eval 'cat <<_LTECHO_EOF -+$[]1 -+_LTECHO_EOF' -+ } -+ ECHO='func_fallback_echo' -+fi -+ -+# func_echo_all arg... -+# Invoke $ECHO with all args, space-separated. -+func_echo_all () -+{ -+ $ECHO "$*" -+} -+ -+case $ECHO in -+ printf*) AC_MSG_RESULT([printf]) ;; -+ print*) AC_MSG_RESULT([print -r]) ;; -+ *) AC_MSG_RESULT([cat]) ;; -+esac -+ -+m4_ifdef([_AS_DETECT_SUGGESTED], -+[_AS_DETECT_SUGGESTED([ -+ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( -+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -+ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO -+ PATH=/empty FPATH=/empty; export PATH FPATH -+ test "X`printf %s $ECHO`" = "X$ECHO" \ -+ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) -+ -+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -+_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) -+])# _LT_PROG_ECHO_BACKSLASH -+ -+ -+# _LT_WITH_SYSROOT -+# ---------------- -+AC_DEFUN([_LT_WITH_SYSROOT], -+[AC_MSG_CHECKING([for sysroot]) -+AC_ARG_WITH([sysroot], -+[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], -+ [Search for dependent libraries within DIR (or the compiler's sysroot -+ if not specified).])], -+[], [with_sysroot=no]) -+ -+dnl lt_sysroot will always be passed unquoted. We quote it here -+dnl in case the user passed a directory name. -+lt_sysroot= -+case $with_sysroot in #( -+ yes) -+ if test yes = "$GCC"; then -+ lt_sysroot=`$CC --print-sysroot 2>/dev/null` -+ fi -+ ;; #( -+ /*) -+ lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` -+ ;; #( -+ no|'') -+ ;; #( -+ *) -+ AC_MSG_RESULT([$with_sysroot]) -+ AC_MSG_ERROR([The sysroot must be an absolute path.]) -+ ;; -+esac -+ -+ AC_MSG_RESULT([${lt_sysroot:-no}]) -+_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl -+[dependent libraries, and where our libraries should be installed.])]) -+ -+# _LT_ENABLE_LOCK -+# --------------- -+m4_defun([_LT_ENABLE_LOCK], -+[AC_ARG_ENABLE([libtool-lock], -+ [AS_HELP_STRING([--disable-libtool-lock], -+ [avoid locking (might break parallel builds)])]) -+test no = "$enable_libtool_lock" || enable_libtool_lock=yes -+ -+# Some flags need to be propagated to the compiler or linker for good -+# libtool support. -+case $host in -+ia64-*-hpux*) -+ # Find out what ABI is being produced by ac_compile, and set mode -+ # options accordingly. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *ELF-32*) -+ HPUX_IA64_MODE=32 -+ ;; -+ *ELF-64*) -+ HPUX_IA64_MODE=64 -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+*-*-irix6*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ if test yes = "$lt_cv_prog_gnu_ld"; then -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -melf32bsmip" -+ ;; -+ *N32*) -+ LD="${LD-ld} -melf32bmipn32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -melf64bmip" -+ ;; -+ esac -+ else -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ LD="${LD-ld} -32" -+ ;; -+ *N32*) -+ LD="${LD-ld} -n32" -+ ;; -+ *64-bit*) -+ LD="${LD-ld} -64" -+ ;; -+ esac -+ fi -+ fi -+ rm -rf conftest* -+ ;; -+ -+mips64*-*linux*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ emul=elf -+ case `/usr/bin/file conftest.$ac_objext` in -+ *32-bit*) -+ emul="${emul}32" -+ ;; -+ *64-bit*) -+ emul="${emul}64" -+ ;; -+ esac -+ case `/usr/bin/file conftest.$ac_objext` in -+ *MSB*) -+ emul="${emul}btsmip" -+ ;; -+ *LSB*) -+ emul="${emul}ltsmip" -+ ;; -+ esac -+ case `/usr/bin/file conftest.$ac_objext` in -+ *N32*) -+ emul="${emul}n32" -+ ;; -+ esac -+ LD="${LD-ld} -m $emul" -+ fi -+ rm -rf conftest* -+ ;; -+ -+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ -+s390*-*linux*|s390*-*tpf*|sparc*-*linux*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. Note that the listed cases only cover the -+ # situations where additional linker options are needed (such as when -+ # doing 32-bit compilation for a host where ld defaults to 64-bit, or -+ # vice versa); the common cases where no linker options are needed do -+ # not appear in the list. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.o` in -+ *32-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_i386_fbsd" -+ ;; -+ x86_64-*linux*) -+ case `/usr/bin/file conftest.o` in -+ *x86-64*) -+ LD="${LD-ld} -m elf32_x86_64" -+ ;; -+ *) -+ LD="${LD-ld} -m elf_i386" -+ ;; -+ esac -+ ;; -+ powerpc64le-*linux*) -+ LD="${LD-ld} -m elf32lppclinux" -+ ;; -+ powerpc64-*linux*) -+ LD="${LD-ld} -m elf32ppclinux" -+ ;; -+ s390x-*linux*) -+ LD="${LD-ld} -m elf_s390" -+ ;; -+ sparc64-*linux*) -+ LD="${LD-ld} -m elf32_sparc" -+ ;; -+ esac -+ ;; -+ *64-bit*) -+ case $host in -+ x86_64-*kfreebsd*-gnu) -+ LD="${LD-ld} -m elf_x86_64_fbsd" -+ ;; -+ x86_64-*linux*) -+ LD="${LD-ld} -m elf_x86_64" -+ ;; -+ powerpcle-*linux*) -+ LD="${LD-ld} -m elf64lppc" -+ ;; -+ powerpc-*linux*) -+ LD="${LD-ld} -m elf64ppc" -+ ;; -+ s390*-*linux*|s390*-*tpf*) -+ LD="${LD-ld} -m elf64_s390" -+ ;; -+ sparc*-*linux*) -+ LD="${LD-ld} -m elf64_sparc" -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+ -+*-*-sco3.2v5*) -+ # On SCO OpenServer 5, we need -belf to get full-featured binaries. -+ SAVE_CFLAGS=$CFLAGS -+ CFLAGS="$CFLAGS -belf" -+ AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, -+ [AC_LANG_PUSH(C) -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) -+ AC_LANG_POP]) -+ if test yes != "$lt_cv_cc_needs_belf"; then -+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf -+ CFLAGS=$SAVE_CFLAGS -+ fi -+ ;; -+*-*solaris*) -+ # Find out what ABI is being produced by ac_compile, and set linker -+ # options accordingly. -+ echo 'int i;' > conftest.$ac_ext -+ if AC_TRY_EVAL(ac_compile); then -+ case `/usr/bin/file conftest.o` in -+ *64-bit*) -+ case $lt_cv_prog_gnu_ld in -+ yes*) -+ case $host in -+ i?86-*-solaris*|x86_64-*-solaris*) -+ LD="${LD-ld} -m elf_x86_64" -+ ;; -+ sparc*-*-solaris*) -+ LD="${LD-ld} -m elf64_sparc" -+ ;; -+ esac -+ # GNU ld 2.21 introduced _sol2 emulations. Use them if available. -+ if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then -+ LD=${LD-ld}_sol2 -+ fi -+ ;; -+ *) -+ if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then -+ LD="${LD-ld} -64" -+ fi -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ rm -rf conftest* -+ ;; -+esac -+ -+need_locks=$enable_libtool_lock -+])# _LT_ENABLE_LOCK -+ -+ -+# _LT_PROG_AR -+# ----------- -+m4_defun([_LT_PROG_AR], -+[AC_CHECK_TOOLS(AR, [ar], false) -+: ${AR=ar} -+: ${AR_FLAGS=cru} -+_LT_DECL([], [AR], [1], [The archiver]) -+_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) -+ -+AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], -+ [lt_cv_ar_at_file=no -+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM], -+ [echo conftest.$ac_objext > conftest.lst -+ lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' -+ AC_TRY_EVAL([lt_ar_try]) -+ if test 0 -eq "$ac_status"; then -+ # Ensure the archiver fails upon bogus file names. -+ rm -f conftest.$ac_objext libconftest.a -+ AC_TRY_EVAL([lt_ar_try]) -+ if test 0 -ne "$ac_status"; then -+ lt_cv_ar_at_file=@ -+ fi -+ fi -+ rm -f conftest.* libconftest.a -+ ]) -+ ]) -+ -+if test no = "$lt_cv_ar_at_file"; then -+ archiver_list_spec= -+else -+ archiver_list_spec=$lt_cv_ar_at_file -+fi -+_LT_DECL([], [archiver_list_spec], [1], -+ [How to feed a file listing to the archiver]) -+])# _LT_PROG_AR -+ -+ -+# _LT_CMD_OLD_ARCHIVE -+# ------------------- -+m4_defun([_LT_CMD_OLD_ARCHIVE], -+[_LT_PROG_AR -+ -+AC_CHECK_TOOL(STRIP, strip, :) -+test -z "$STRIP" && STRIP=: -+_LT_DECL([], [STRIP], [1], [A symbol stripping program]) -+ -+AC_CHECK_TOOL(RANLIB, ranlib, :) -+test -z "$RANLIB" && RANLIB=: -+_LT_DECL([], [RANLIB], [1], -+ [Commands used to install an old-style archive]) -+ -+# Determine commands to create old-style static archives. -+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -+old_postinstall_cmds='chmod 644 $oldlib' -+old_postuninstall_cmds= -+ -+if test -n "$RANLIB"; then -+ case $host_os in -+ bitrig* | openbsd*) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" -+ ;; -+ *) -+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" -+ ;; -+ esac -+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" -+fi -+ -+case $host_os in -+ darwin*) -+ lock_old_archive_extraction=yes ;; -+ *) -+ lock_old_archive_extraction=no ;; -+esac -+_LT_DECL([], [old_postinstall_cmds], [2]) -+_LT_DECL([], [old_postuninstall_cmds], [2]) -+_LT_TAGDECL([], [old_archive_cmds], [2], -+ [Commands used to build an old-style archive]) -+_LT_DECL([], [lock_old_archive_extraction], [0], -+ [Whether to use a lock for old archive extraction]) -+])# _LT_CMD_OLD_ARCHIVE -+ -+ -+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -+# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -+# ---------------------------------------------------------------- -+# Check whether the given compiler option works -+AC_DEFUN([_LT_COMPILER_OPTION], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_SED])dnl -+AC_CACHE_CHECK([$1], [$2], -+ [$2=no -+ m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ # The option is referenced via a variable to avoid confusing sed. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$lt_compile" 2>conftest.err) -+ ac_status=$? -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD -+ if (exit $ac_status) && test -s "$ac_outfile"; then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings other than the usual output. -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then -+ $2=yes -+ fi -+ fi -+ $RM conftest* -+]) -+ -+if test yes = "[$]$2"; then -+ m4_if([$5], , :, [$5]) -+else -+ m4_if([$6], , :, [$6]) -+fi -+])# _LT_COMPILER_OPTION -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) -+ -+ -+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -+# [ACTION-SUCCESS], [ACTION-FAILURE]) -+# ---------------------------------------------------- -+# Check whether the given linker option works -+AC_DEFUN([_LT_LINKER_OPTION], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_SED])dnl -+AC_CACHE_CHECK([$1], [$2], -+ [$2=no -+ save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS $3" -+ echo "$lt_simple_link_test_code" > conftest.$ac_ext -+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then -+ # The linker can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ if test -s conftest.err; then -+ # Append any errors to the config.log. -+ cat conftest.err 1>&AS_MESSAGE_LOG_FD -+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp -+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 -+ if diff conftest.exp conftest.er2 >/dev/null; then -+ $2=yes -+ fi -+ else -+ $2=yes -+ fi -+ fi -+ $RM -r conftest* -+ LDFLAGS=$save_LDFLAGS -+]) -+ -+if test yes = "[$]$2"; then -+ m4_if([$4], , :, [$4]) -+else -+ m4_if([$5], , :, [$5]) -+fi -+])# _LT_LINKER_OPTION -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) -+ -+ -+# LT_CMD_MAX_LEN -+#--------------- -+AC_DEFUN([LT_CMD_MAX_LEN], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+# find the maximum length of command line arguments -+AC_MSG_CHECKING([the maximum length of command line arguments]) -+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl -+ i=0 -+ teststring=ABCD -+ -+ case $build_os in -+ msdosdjgpp*) -+ # On DJGPP, this test can blow up pretty badly due to problems in libc -+ # (any single argument exceeding 2000 bytes causes a buffer overrun -+ # during glob expansion). Even if it were fixed, the result of this -+ # check would be larger than it should be. -+ lt_cv_sys_max_cmd_len=12288; # 12K is about right -+ ;; -+ -+ gnu*) -+ # Under GNU Hurd, this test is not required because there is -+ # no limit to the length of command line arguments. -+ # Libtool will interpret -1 as no limit whatsoever -+ lt_cv_sys_max_cmd_len=-1; -+ ;; -+ -+ cygwin* | mingw* | cegcc*) -+ # On Win9x/ME, this test blows up -- it succeeds, but takes -+ # about 5 minutes as the teststring grows exponentially. -+ # Worse, since 9x/ME are not pre-emptively multitasking, -+ # you end up with a "frozen" computer, even though with patience -+ # the test eventually succeeds (with a max line length of 256k). -+ # Instead, let's just punt: use the minimum linelength reported by -+ # all of the supported platforms: 8192 (on NT/2K/XP). -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ mint*) -+ # On MiNT this can take a long time and run out of memory. -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ amigaos*) -+ # On AmigaOS with pdksh, this test takes hours, literally. -+ # So we just punt and use a minimum line length of 8192. -+ lt_cv_sys_max_cmd_len=8192; -+ ;; -+ -+ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) -+ # This has been around since 386BSD, at least. Likely further. -+ if test -x /sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` -+ elif test -x /usr/sbin/sysctl; then -+ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` -+ else -+ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs -+ fi -+ # And add a safety zone -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ ;; -+ -+ interix*) -+ # We know the value 262144 and hardcode it with a safety zone (like BSD) -+ lt_cv_sys_max_cmd_len=196608 -+ ;; -+ -+ os2*) -+ # The test takes a long time on OS/2. -+ lt_cv_sys_max_cmd_len=8192 -+ ;; -+ -+ osf*) -+ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure -+ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not -+ # nice to cause kernel panics so lets avoid the loop below. -+ # First set a reasonable default. -+ lt_cv_sys_max_cmd_len=16384 -+ # -+ if test -x /sbin/sysconfig; then -+ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in -+ *1*) lt_cv_sys_max_cmd_len=-1 ;; -+ esac -+ fi -+ ;; -+ sco3.2v5*) -+ lt_cv_sys_max_cmd_len=102400 -+ ;; -+ sysv5* | sco5v6* | sysv4.2uw2*) -+ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` -+ if test -n "$kargmax"; then -+ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` -+ else -+ lt_cv_sys_max_cmd_len=32768 -+ fi -+ ;; -+ *) -+ lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` -+ if test -n "$lt_cv_sys_max_cmd_len" && \ -+ test undefined != "$lt_cv_sys_max_cmd_len"; then -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` -+ else -+ # Make teststring a little bigger before we do anything with it. -+ # a 1K string should be a reasonable start. -+ for i in 1 2 3 4 5 6 7 8; do -+ teststring=$teststring$teststring -+ done -+ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} -+ # If test is not a shell built-in, we'll probably end up computing a -+ # maximum length that is only half of the actual maximum length, but -+ # we can't tell. -+ while { test X`env echo "$teststring$teststring" 2>/dev/null` \ -+ = "X$teststring$teststring"; } >/dev/null 2>&1 && -+ test 17 != "$i" # 1/2 MB should be enough -+ do -+ i=`expr $i + 1` -+ teststring=$teststring$teststring -+ done -+ # Only check the string length outside the loop. -+ lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` -+ teststring= -+ # Add a significant safety factor because C++ compilers can tack on -+ # massive amounts of additional arguments before passing them to the -+ # linker. It appears as though 1/2 is a usable value. -+ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` -+ fi -+ ;; -+ esac -+]) -+if test -n "$lt_cv_sys_max_cmd_len"; then -+ AC_MSG_RESULT($lt_cv_sys_max_cmd_len) -+else -+ AC_MSG_RESULT(none) -+fi -+max_cmd_len=$lt_cv_sys_max_cmd_len -+_LT_DECL([], [max_cmd_len], [0], -+ [What is the maximum length of a command?]) -+])# LT_CMD_MAX_LEN -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) -+ -+ -+# _LT_HEADER_DLFCN -+# ---------------- -+m4_defun([_LT_HEADER_DLFCN], -+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -+])# _LT_HEADER_DLFCN -+ -+ -+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -+# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -+# ---------------------------------------------------------------- -+m4_defun([_LT_TRY_DLOPEN_SELF], -+[m4_require([_LT_HEADER_DLFCN])dnl -+if test yes = "$cross_compiling"; then : -+ [$4] -+else -+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 -+ lt_status=$lt_dlunknown -+ cat > conftest.$ac_ext <<_LT_EOF -+[#line $LINENO "configure" -+#include "confdefs.h" -+ -+#if HAVE_DLFCN_H -+#include -+#endif -+ -+#include -+ -+#ifdef RTLD_GLOBAL -+# define LT_DLGLOBAL RTLD_GLOBAL -+#else -+# ifdef DL_GLOBAL -+# define LT_DLGLOBAL DL_GLOBAL -+# else -+# define LT_DLGLOBAL 0 -+# endif -+#endif -+ -+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we -+ find out it does not work in some platform. */ -+#ifndef LT_DLLAZY_OR_NOW -+# ifdef RTLD_LAZY -+# define LT_DLLAZY_OR_NOW RTLD_LAZY -+# else -+# ifdef DL_LAZY -+# define LT_DLLAZY_OR_NOW DL_LAZY -+# else -+# ifdef RTLD_NOW -+# define LT_DLLAZY_OR_NOW RTLD_NOW -+# else -+# ifdef DL_NOW -+# define LT_DLLAZY_OR_NOW DL_NOW -+# else -+# define LT_DLLAZY_OR_NOW 0 -+# endif -+# endif -+# endif -+# endif -+#endif -+ -+/* When -fvisibility=hidden is used, assume the code has been annotated -+ correspondingly for the symbols needed. */ -+#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -+int fnord () __attribute__((visibility("default"))); -+#endif -+ -+int fnord () { return 42; } -+int main () -+{ -+ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); -+ int status = $lt_dlunknown; -+ -+ if (self) -+ { -+ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; -+ else -+ { -+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; -+ else puts (dlerror ()); -+ } -+ /* dlclose (self); */ -+ } -+ else -+ puts (dlerror ()); -+ -+ return status; -+}] -+_LT_EOF -+ if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then -+ (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null -+ lt_status=$? -+ case x$lt_status in -+ x$lt_dlno_uscore) $1 ;; -+ x$lt_dlneed_uscore) $2 ;; -+ x$lt_dlunknown|x*) $3 ;; -+ esac -+ else : -+ # compilation failed -+ $3 -+ fi -+fi -+rm -fr conftest* -+])# _LT_TRY_DLOPEN_SELF -+ -+ -+# LT_SYS_DLOPEN_SELF -+# ------------------ -+AC_DEFUN([LT_SYS_DLOPEN_SELF], -+[m4_require([_LT_HEADER_DLFCN])dnl -+if test yes != "$enable_dlopen"; then -+ enable_dlopen=unknown -+ enable_dlopen_self=unknown -+ enable_dlopen_self_static=unknown -+else -+ lt_cv_dlopen=no -+ lt_cv_dlopen_libs= -+ -+ case $host_os in -+ beos*) -+ lt_cv_dlopen=load_add_on -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ ;; -+ -+ mingw* | pw32* | cegcc*) -+ lt_cv_dlopen=LoadLibrary -+ lt_cv_dlopen_libs= -+ ;; -+ -+ cygwin*) -+ lt_cv_dlopen=dlopen -+ lt_cv_dlopen_libs= -+ ;; -+ -+ darwin*) -+ # if libdl is installed we need to link against it -+ AC_CHECK_LIB([dl], [dlopen], -+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ -+ lt_cv_dlopen=dyld -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=yes -+ ]) -+ ;; -+ -+ tpf*) -+ # Don't try to run any link tests for TPF. We know it's impossible -+ # because TPF is a cross-compiler, and we know how we open DSOs. -+ lt_cv_dlopen=dlopen -+ lt_cv_dlopen_libs= -+ lt_cv_dlopen_self=no -+ ;; -+ -+ *) -+ AC_CHECK_FUNC([shl_load], -+ [lt_cv_dlopen=shl_load], -+ [AC_CHECK_LIB([dld], [shl_load], -+ [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], -+ [AC_CHECK_FUNC([dlopen], -+ [lt_cv_dlopen=dlopen], -+ [AC_CHECK_LIB([dl], [dlopen], -+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], -+ [AC_CHECK_LIB([svld], [dlopen], -+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], -+ [AC_CHECK_LIB([dld], [dld_link], -+ [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ]) -+ ;; -+ esac -+ -+ if test no = "$lt_cv_dlopen"; then -+ enable_dlopen=no -+ else -+ enable_dlopen=yes -+ fi -+ -+ case $lt_cv_dlopen in -+ dlopen) -+ save_CPPFLAGS=$CPPFLAGS -+ test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" -+ -+ save_LDFLAGS=$LDFLAGS -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" -+ -+ save_LIBS=$LIBS -+ LIBS="$lt_cv_dlopen_libs $LIBS" -+ -+ AC_CACHE_CHECK([whether a program can dlopen itself], -+ lt_cv_dlopen_self, [dnl -+ _LT_TRY_DLOPEN_SELF( -+ lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, -+ lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) -+ ]) -+ -+ if test yes = "$lt_cv_dlopen_self"; then -+ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" -+ AC_CACHE_CHECK([whether a statically linked program can dlopen itself], -+ lt_cv_dlopen_self_static, [dnl -+ _LT_TRY_DLOPEN_SELF( -+ lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, -+ lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) -+ ]) -+ fi -+ -+ CPPFLAGS=$save_CPPFLAGS -+ LDFLAGS=$save_LDFLAGS -+ LIBS=$save_LIBS -+ ;; -+ esac -+ -+ case $lt_cv_dlopen_self in -+ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; -+ *) enable_dlopen_self=unknown ;; -+ esac -+ -+ case $lt_cv_dlopen_self_static in -+ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; -+ *) enable_dlopen_self_static=unknown ;; -+ esac -+fi -+_LT_DECL([dlopen_support], [enable_dlopen], [0], -+ [Whether dlopen is supported]) -+_LT_DECL([dlopen_self], [enable_dlopen_self], [0], -+ [Whether dlopen of programs is supported]) -+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], -+ [Whether dlopen of statically linked programs is supported]) -+])# LT_SYS_DLOPEN_SELF -+ -+# Old name: -+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) -+ -+ -+# _LT_COMPILER_C_O([TAGNAME]) -+# --------------------------- -+# Check to see if options -c and -o are simultaneously supported by compiler. -+# This macro does not hard code the compiler like AC_PROG_CC_C_O. -+m4_defun([_LT_COMPILER_C_O], -+[m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], -+ [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], -+ [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no -+ $RM -r conftest 2>/dev/null -+ mkdir conftest -+ cd conftest -+ mkdir out -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ lt_compiler_flag="-o out/conftest2.$ac_objext" -+ # Insert the option either (1) after the last *FLAGS variable, or -+ # (2) before a word containing "conftest.", or (3) at the end. -+ # Note that $ac_compile itself does not contain backslashes and begins -+ # with a dollar sign (not a hyphen), so the echo should work correctly. -+ lt_compile=`echo "$ac_compile" | $SED \ -+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -+ -e 's:$: $lt_compiler_flag:'` -+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$lt_compile" 2>out/conftest.err) -+ ac_status=$? -+ cat out/conftest.err >&AS_MESSAGE_LOG_FD -+ echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD -+ if (exit $ac_status) && test -s out/conftest2.$ac_objext -+ then -+ # The compiler can only warn and ignore the option if not recognized -+ # So say no if there are warnings -+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp -+ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 -+ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then -+ _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes -+ fi -+ fi -+ chmod u+w . 2>&AS_MESSAGE_LOG_FD -+ $RM conftest* -+ # SGI C++ compiler will create directory out/ii_files/ for -+ # template instantiation -+ test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files -+ $RM out/* && rmdir out -+ cd .. -+ $RM -r conftest -+ $RM conftest* -+]) -+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], -+ [Does compiler simultaneously support -c and -o options?]) -+])# _LT_COMPILER_C_O -+ -+ -+# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -+# ---------------------------------- -+# Check to see if we can do hard links to lock some files if needed -+m4_defun([_LT_COMPILER_FILE_LOCKS], -+[m4_require([_LT_ENABLE_LOCK])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+_LT_COMPILER_C_O([$1]) -+ -+hard_links=nottested -+if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then -+ # do not overwrite the value of need_locks provided by the user -+ AC_MSG_CHECKING([if we can lock with hard links]) -+ hard_links=yes -+ $RM conftest* -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ touch conftest.a -+ ln conftest.a conftest.b 2>&5 || hard_links=no -+ ln conftest.a conftest.b 2>/dev/null && hard_links=no -+ AC_MSG_RESULT([$hard_links]) -+ if test no = "$hard_links"; then -+ AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) -+ need_locks=warn -+ fi -+else -+ need_locks=no -+fi -+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -+])# _LT_COMPILER_FILE_LOCKS -+ -+ -+# _LT_CHECK_OBJDIR -+# ---------------- -+m4_defun([_LT_CHECK_OBJDIR], -+[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], -+[rm -f .libs 2>/dev/null -+mkdir .libs 2>/dev/null -+if test -d .libs; then -+ lt_cv_objdir=.libs -+else -+ # MS-DOS does not allow filenames that begin with a dot. -+ lt_cv_objdir=_libs -+fi -+rmdir .libs 2>/dev/null]) -+objdir=$lt_cv_objdir -+_LT_DECL([], [objdir], [0], -+ [The name of the directory that contains temporary libtool files])dnl -+m4_pattern_allow([LT_OBJDIR])dnl -+AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", -+ [Define to the sub-directory where libtool stores uninstalled libraries.]) -+])# _LT_CHECK_OBJDIR -+ -+ -+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -+# -------------------------------------- -+# Check hardcoding attributes. -+m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -+[AC_MSG_CHECKING([how to hardcode library paths into programs]) -+_LT_TAGVAR(hardcode_action, $1)= -+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || -+ test -n "$_LT_TAGVAR(runpath_var, $1)" || -+ test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then -+ -+ # We can hardcode non-existent directories. -+ if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && -+ # If the only mechanism to avoid hardcoding is shlibpath_var, we -+ # have to relink, otherwise we might link with an installed library -+ # when we should be linking with a yet-to-be-installed one -+ ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && -+ test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then -+ # Linking always hardcodes the temporary library directory. -+ _LT_TAGVAR(hardcode_action, $1)=relink -+ else -+ # We can link without hardcoding, and we can hardcode nonexisting dirs. -+ _LT_TAGVAR(hardcode_action, $1)=immediate -+ fi -+else -+ # We cannot hardcode anything, or else we can only hardcode existing -+ # directories. -+ _LT_TAGVAR(hardcode_action, $1)=unsupported -+fi -+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) -+ -+if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || -+ test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then -+ # Fast installation is not supported -+ enable_fast_install=no -+elif test yes = "$shlibpath_overrides_runpath" || -+ test no = "$enable_shared"; then -+ # Fast installation is not necessary -+ enable_fast_install=needless -+fi -+_LT_TAGDECL([], [hardcode_action], [0], -+ [How to hardcode a shared library path into an executable]) -+])# _LT_LINKER_HARDCODE_LIBPATH -+ -+ -+# _LT_CMD_STRIPLIB -+# ---------------- -+m4_defun([_LT_CMD_STRIPLIB], -+[m4_require([_LT_DECL_EGREP]) -+striplib= -+old_striplib= -+AC_MSG_CHECKING([whether stripping libraries is possible]) -+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" -+ test -z "$striplib" && striplib="$STRIP --strip-unneeded" -+ AC_MSG_RESULT([yes]) -+else -+# FIXME - insert some real tests, host_os isn't really good enough -+ case $host_os in -+ darwin*) -+ if test -n "$STRIP"; then -+ striplib="$STRIP -x" -+ old_striplib="$STRIP -S" -+ AC_MSG_RESULT([yes]) -+ else -+ AC_MSG_RESULT([no]) -+ fi -+ ;; -+ *) -+ AC_MSG_RESULT([no]) -+ ;; -+ esac -+fi -+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -+_LT_DECL([], [striplib], [1]) -+])# _LT_CMD_STRIPLIB -+ -+ -+# _LT_PREPARE_MUNGE_PATH_LIST -+# --------------------------- -+# Make sure func_munge_path_list() is defined correctly. -+m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], -+[[# func_munge_path_list VARIABLE PATH -+# ----------------------------------- -+# VARIABLE is name of variable containing _space_ separated list of -+# directories to be munged by the contents of PATH, which is string -+# having a format: -+# "DIR[:DIR]:" -+# string "DIR[ DIR]" will be prepended to VARIABLE -+# ":DIR[:DIR]" -+# string "DIR[ DIR]" will be appended to VARIABLE -+# "DIRP[:DIRP]::[DIRA:]DIRA" -+# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -+# "DIRA[ DIRA]" will be appended to VARIABLE -+# "DIR[:DIR]" -+# VARIABLE will be replaced by "DIR[ DIR]" -+func_munge_path_list () -+{ -+ case x@S|@2 in -+ x) -+ ;; -+ *:) -+ eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" -+ ;; -+ x:*) -+ eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" -+ ;; -+ *::*) -+ eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" -+ eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" -+ ;; -+ *) -+ eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" -+ ;; -+ esac -+} -+]])# _LT_PREPARE_PATH_LIST -+ -+ -+# _LT_SYS_DYNAMIC_LINKER([TAG]) -+# ----------------------------- -+# PORTME Fill in your ld.so characteristics -+m4_defun([_LT_SYS_DYNAMIC_LINKER], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_OBJDUMP])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_CHECK_SHELL_FEATURES])dnl -+m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl -+AC_MSG_CHECKING([dynamic linker characteristics]) -+m4_if([$1], -+ [], [ -+if test yes = "$GCC"; then -+ case $host_os in -+ darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; -+ *) lt_awk_arg='/^libraries:/' ;; -+ esac -+ case $host_os in -+ mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; -+ *) lt_sed_strip_eq='s|=/|/|g' ;; -+ esac -+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` -+ case $lt_search_path_spec in -+ *\;*) -+ # if the path contains ";" then we assume it to be the separator -+ # otherwise default to the standard path separator (i.e. ":") - it is -+ # assumed that no part of a normal pathname contains ";" but that should -+ # okay in the real world where ";" in dirpaths is itself problematic. -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` -+ ;; -+ *) -+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` -+ ;; -+ esac -+ # Ok, now we have the path, separated by spaces, we can step through it -+ # and add multilib dir if necessary... -+ lt_tmp_lt_search_path_spec= -+ lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` -+ # ...but if some path component already ends with the multilib dir we assume -+ # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). -+ case "$lt_multi_os_dir; $lt_search_path_spec " in -+ "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) -+ lt_multi_os_dir= -+ ;; -+ esac -+ for lt_sys_path in $lt_search_path_spec; do -+ if test -d "$lt_sys_path$lt_multi_os_dir"; then -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" -+ elif test -n "$lt_multi_os_dir"; then -+ test -d "$lt_sys_path" && \ -+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" -+ fi -+ done -+ lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -+BEGIN {RS = " "; FS = "/|\n";} { -+ lt_foo = ""; -+ lt_count = 0; -+ for (lt_i = NF; lt_i > 0; lt_i--) { -+ if ($lt_i != "" && $lt_i != ".") { -+ if ($lt_i == "..") { -+ lt_count++; -+ } else { -+ if (lt_count == 0) { -+ lt_foo = "/" $lt_i lt_foo; -+ } else { -+ lt_count--; -+ } -+ } -+ } -+ } -+ if (lt_foo != "") { lt_freq[[lt_foo]]++; } -+ if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -+}'` -+ # AWK program above erroneously prepends '/' to C:/dos/paths -+ # for these hosts. -+ case $host_os in -+ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ -+ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; -+ esac -+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` -+else -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+fi]) -+library_names_spec= -+libname_spec='lib$name' -+soname_spec= -+shrext_cmds=.so -+postinstall_cmds= -+postuninstall_cmds= -+finish_cmds= -+finish_eval= -+shlibpath_var= -+shlibpath_overrides_runpath=unknown -+version_type=none -+dynamic_linker="$host_os ld.so" -+sys_lib_dlsearch_path_spec="/lib /usr/lib" -+need_lib_prefix=unknown -+hardcode_into_libs=no -+ -+# when you set need_version to no, make sure it does not cause -set_version -+# flags to be left without arguments -+need_version=unknown -+ -+AC_ARG_VAR([LT_SYS_LIBRARY_PATH], -+[User-defined run-time library search path.]) -+ -+case $host_os in -+aix3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname.a' -+ shlibpath_var=LIBPATH -+ -+ # AIX 3 has no versioning support, so we append a major version to the name. -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ -+aix[[4-9]]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ hardcode_into_libs=yes -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 supports IA64 -+ library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ else -+ # With GCC up to 2.95.x, collect2 would create an import file -+ # for dependence libraries. The import file would start with -+ # the line '#! .'. This would cause the generated library to -+ # depend on '.', always an invalid library. This was fixed in -+ # development snapshots of GCC prior to 3.0. -+ case $host_os in -+ aix4 | aix4.[[01]] | aix4.[[01]].*) -+ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' -+ echo ' yes ' -+ echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then -+ : -+ else -+ can_build_shared=no -+ fi -+ ;; -+ esac -+ # Using Import Files as archive members, it is possible to support -+ # filename-based versioning of shared library archives on AIX. While -+ # this would work for both with and without runtime linking, it will -+ # prevent static linking of such archives. So we do filename-based -+ # shared library versioning with .so extension only, which is used -+ # when both runtime linking and shared linking is enabled. -+ # Unfortunately, runtime linking may impact performance, so we do -+ # not want this to be the default eventually. Also, we use the -+ # versioned .so libs for executables only if there is the -brtl -+ # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. -+ # To allow for filename-based versioning support, we need to create -+ # libNAME.so.V as an archive file, containing: -+ # *) an Import File, referring to the versioned filename of the -+ # archive as well as the shared archive member, telling the -+ # bitwidth (32 or 64) of that shared object, and providing the -+ # list of exported symbols of that shared object, eventually -+ # decorated with the 'weak' keyword -+ # *) the shared object with the F_LOADONLY flag set, to really avoid -+ # it being seen by the linker. -+ # At run time we better use the real file rather than another symlink, -+ # but for link time we create the symlink libNAME.so -> libNAME.so.V -+ -+ case $with_aix_soname,$aix_use_runtimelinking in -+ # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct -+ # soname into executable. Probably we can add versioning support to -+ # collect2, so additional links can be useful in future. -+ aix,yes) # traditional libtool -+ dynamic_linker='AIX unversionable lib.so' -+ # If using run time linking (on AIX 4.2 or later) use lib.so -+ # instead of lib.a to let people know that these are not -+ # typical AIX shared libraries. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ aix,no) # traditional AIX only -+ dynamic_linker='AIX lib.a[(]lib.so.V[)]' -+ # We preserve .a as extension for shared libraries through AIX4.2 -+ # and later when we are not doing run time linking. -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ svr4,*) # full svr4 only -+ dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,yes) # both, prefer svr4 -+ dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" -+ library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' -+ # unpreferred sharedlib libNAME.a needs extra handling -+ postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' -+ postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' -+ # We do not specify a path in Import Files, so LIBPATH fires. -+ shlibpath_overrides_runpath=yes -+ ;; -+ *,no) # both, prefer aix -+ dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" -+ library_names_spec='$libname$release.a $libname.a' -+ soname_spec='$libname$release$shared_ext$major' -+ # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling -+ postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' -+ postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' -+ ;; -+ esac -+ shlibpath_var=LIBPATH -+ fi -+ ;; -+ -+amigaos*) -+ case $host_cpu in -+ powerpc) -+ # Since July 2007 AmigaOS4 officially supports .so libraries. -+ # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ ;; -+ m68k) -+ library_names_spec='$libname.ixlibrary $libname.a' -+ # Create ${libname}_ixlibrary.a entries in /sys/libs. -+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' -+ ;; -+ esac -+ ;; -+ -+beos*) -+ library_names_spec='$libname$shared_ext' -+ dynamic_linker="$host_os ld.so" -+ shlibpath_var=LIBRARY_PATH -+ ;; -+ -+bsdi[[45]]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" -+ # the default ld.so.conf also contains /usr/contrib/lib and -+ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow -+ # libtool to hard-code these into programs -+ ;; -+ -+cygwin* | mingw* | pw32* | cegcc*) -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ -+ case $GCC,$cc_basename in -+ yes,*) -+ # gcc -+ library_names_spec='$libname.dll.a' -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ -+ case $host_os in -+ cygwin*) -+ # Cygwin DLLs use 'cyg' prefix rather than 'lib' -+ soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' -+m4_if([$1], [],[ -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) -+ ;; -+ mingw* | cegcc*) -+ # MinGW DLLs use traditional 'lib' prefix -+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' -+ ;; -+ pw32*) -+ # pw32 DLLs use 'pw' prefix rather than 'lib' -+ library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' -+ ;; -+ esac -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ -+ *,cl*) -+ # Native MSVC -+ libname_spec='$name' -+ soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' -+ library_names_spec='$libname.dll.lib' -+ -+ case $build_os in -+ mingw*) -+ sys_lib_search_path_spec= -+ lt_save_ifs=$IFS -+ IFS=';' -+ for lt_path in $LIB -+ do -+ IFS=$lt_save_ifs -+ # Let DOS variable expansion print the short 8.3 style file name. -+ lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` -+ sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" -+ done -+ IFS=$lt_save_ifs -+ # Convert to MSYS style. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` -+ ;; -+ cygwin*) -+ # Convert to unix form, then to dos form, then back to unix form -+ # but this time dos style (no spaces!) so that the unix form looks -+ # like /cygdrive/c/PROGRA~1:/cygdr... -+ sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` -+ sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` -+ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ ;; -+ *) -+ sys_lib_search_path_spec=$LIB -+ if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then -+ # It is most probably a Windows format PATH. -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` -+ else -+ sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` -+ fi -+ # FIXME: find the short name or the path components, as spaces are -+ # common. (e.g. "Program Files" -> "PROGRA~1") -+ ;; -+ esac -+ -+ # DLL is installed to $(libdir)/../bin by postinstall_cmds -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ shlibpath_overrides_runpath=yes -+ dynamic_linker='Win32 link.exe' -+ ;; -+ -+ *) -+ # Assume MSVC wrapper -+ library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' -+ dynamic_linker='Win32 ld.exe' -+ ;; -+ esac -+ # FIXME: first we should search . and the directory the executable is in -+ shlibpath_var=PATH -+ ;; -+ -+darwin* | rhapsody*) -+ dynamic_linker="$host_os dyld" -+ version_type=darwin -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$major$shared_ext' -+ shlibpath_overrides_runpath=yes -+ shlibpath_var=DYLD_LIBRARY_PATH -+ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -+m4_if([$1], [],[ -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) -+ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' -+ ;; -+ -+dgux*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd* | dragonfly*) -+ # DragonFly does not have aout. When/if they implement a new -+ # versioning mechanism, adjust this. -+ if test -x /usr/bin/objformat; then -+ objformat=`/usr/bin/objformat` -+ else -+ case $host_os in -+ freebsd[[23]].*) objformat=aout ;; -+ *) objformat=elf ;; -+ esac -+ fi -+ version_type=freebsd-$objformat -+ case $version_type in -+ freebsd-elf*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ need_version=no -+ need_lib_prefix=no -+ ;; -+ freebsd-*) -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ need_version=yes -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_os in -+ freebsd2.*) -+ shlibpath_overrides_runpath=yes -+ ;; -+ freebsd3.[[01]]* | freebsdelf3.[[01]]*) -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ -+ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ *) # from 4.6 on, and DragonFly -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ esac -+ ;; -+ -+haiku*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ dynamic_linker="$host_os runtime_loader" -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' -+ hardcode_into_libs=yes -+ ;; -+ -+hpux9* | hpux10* | hpux11*) -+ # Give a soname corresponding to the major version so that dld.sl refuses to -+ # link against other versions. -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ case $host_cpu in -+ ia64*) -+ shrext_cmds='.so' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.so" -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ if test 32 = "$HPUX_IA64_MODE"; then -+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32 -+ else -+ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" -+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64 -+ fi -+ ;; -+ hppa*64*) -+ shrext_cmds='.sl' -+ hardcode_into_libs=yes -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH -+ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ *) -+ shrext_cmds='.sl' -+ dynamic_linker="$host_os dld.sl" -+ shlibpath_var=SHLIB_PATH -+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ ;; -+ esac -+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ... -+ postinstall_cmds='chmod 555 $lib' -+ # or fails outright, so override atomically: -+ install_override_mode=555 -+ ;; -+ -+interix[[3-9]]*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $host_os in -+ nonstopux*) version_type=nonstopux ;; -+ *) -+ if test yes = "$lt_cv_prog_gnu_ld"; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ else -+ version_type=irix -+ fi ;; -+ esac -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' -+ case $host_os in -+ irix5* | nonstopux*) -+ libsuff= shlibsuff= -+ ;; -+ *) -+ case $LD in # libtool.m4 will add one of these switches to LD -+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") -+ libsuff= shlibsuff= libmagic=32-bit;; -+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") -+ libsuff=32 shlibsuff=N32 libmagic=N32;; -+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") -+ libsuff=64 shlibsuff=64 libmagic=64-bit;; -+ *) libsuff= shlibsuff= libmagic=never-match;; -+ esac -+ ;; -+ esac -+ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" -+ sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" -+ hardcode_into_libs=yes -+ ;; -+ -+# No shared lib support for Linux oldld, aout, or coff. -+linux*oldld* | linux*aout* | linux*coff*) -+ dynamic_linker=no -+ ;; -+ -+linux*android*) -+ version_type=none # Android doesn't support versioned libraries. -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext' -+ soname_spec='$libname$release$shared_ext' -+ finish_cmds= -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ dynamic_linker='Android linker' -+ # Don't embed -rpath directories since the linker doesn't support them. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ ;; -+ -+# This must be glibc/ELF. -+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ -+ # Some binutils ld are patched to set DT_RUNPATH -+ AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], -+ [lt_cv_shlibpath_overrides_runpath=no -+ save_LDFLAGS=$LDFLAGS -+ save_libdir=$libdir -+ eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ -+ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], -+ [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], -+ [lt_cv_shlibpath_overrides_runpath=yes])]) -+ LDFLAGS=$save_LDFLAGS -+ libdir=$save_libdir -+ ]) -+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath -+ -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ hardcode_into_libs=yes -+ -+ # Ideally, we could use ldconfig to report *all* directores which are -+ # searched for libraries, however this is still not possible. Aside from not -+ # being certain /sbin/ldconfig is available, command -+ # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, -+ # even though it is searched at run-time. Try to do the best guess by -+ # appending ld.so.conf contents (and includes) to the search path. -+ if test -f /etc/ld.so.conf; then -+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ fi -+ -+ # We used to test for /lib/ld.so.1 and disable shared libraries on -+ # powerpc, because MkLinux only supported shared libraries with the -+ # GNU dynamic linker. Since this was broken with cross compilers, -+ # most powerpc-linux boxes support dynamic linking these days and -+ # people can always --disable-shared, the test was removed, and we -+ # assume the GNU/Linux dynamic linker is in use. -+ dynamic_linker='GNU/Linux ld.so' -+ ;; -+ -+netbsdelf*-gnu) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -+ soname_spec='${libname}${release}${shared_ext}$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='NetBSD ld.elf_so' -+ ;; -+ -+netbsd*) -+ version_type=sunos -+ need_lib_prefix=no -+ need_version=no -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ dynamic_linker='NetBSD (a.out) ld.so' -+ else -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ dynamic_linker='NetBSD ld.elf_so' -+ fi -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ ;; -+ -+newsos6) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+*nto* | *qnx*) -+ version_type=qnx -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ dynamic_linker='ldqnx.so' -+ ;; -+ -+openbsd* | bitrig*) -+ version_type=sunos -+ sys_lib_dlsearch_path_spec=/usr/lib -+ need_lib_prefix=no -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ need_version=no -+ else -+ need_version=yes -+ fi -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ ;; -+ -+os2*) -+ libname_spec='$name' -+ version_type=windows -+ shrext_cmds=.dll -+ need_version=no -+ need_lib_prefix=no -+ # OS/2 can only load a DLL with a base name of 8 characters or less. -+ soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; -+ v=$($ECHO $release$versuffix | tr -d .-); -+ n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); -+ $ECHO $n$v`$shared_ext' -+ library_names_spec='${libname}_dll.$libext' -+ dynamic_linker='OS/2 ld.exe' -+ shlibpath_var=BEGINLIBPATH -+ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ postinstall_cmds='base_file=`basename \$file`~ -+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ -+ dldir=$destdir/`dirname \$dlpath`~ -+ test -d \$dldir || mkdir -p \$dldir~ -+ $install_prog $dir/$dlname \$dldir/$dlname~ -+ chmod a+x \$dldir/$dlname~ -+ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then -+ eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; -+ fi' -+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ -+ dlpath=$dir/\$dldll~ -+ $RM \$dlpath' -+ ;; -+ -+osf3* | osf4* | osf5*) -+ version_type=osf -+ need_lib_prefix=no -+ need_version=no -+ soname_spec='$libname$release$shared_ext$major' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" -+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec -+ ;; -+ -+rdos*) -+ dynamic_linker=no -+ ;; -+ -+solaris*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ # ldd complains unless libraries are executable -+ postinstall_cmds='chmod +x $lib' -+ ;; -+ -+sunos4*) -+ version_type=sunos -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' -+ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ if test yes = "$with_gnu_ld"; then -+ need_lib_prefix=no -+ fi -+ need_version=yes -+ ;; -+ -+sysv4 | sysv4.3*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ case $host_vendor in -+ sni) -+ shlibpath_overrides_runpath=no -+ need_lib_prefix=no -+ runpath_var=LD_RUN_PATH -+ ;; -+ siemens) -+ need_lib_prefix=no -+ ;; -+ motorola) -+ need_lib_prefix=no -+ need_version=no -+ shlibpath_overrides_runpath=no -+ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' -+ ;; -+ esac -+ ;; -+ -+sysv4*MP*) -+ if test -d /usr/nec; then -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' -+ soname_spec='$libname$shared_ext.$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ fi -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ version_type=sco -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=yes -+ hardcode_into_libs=yes -+ if test yes = "$with_gnu_ld"; then -+ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' -+ else -+ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' -+ case $host_os in -+ sco3.2v5*) -+ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" -+ ;; -+ esac -+ fi -+ sys_lib_dlsearch_path_spec='/usr/lib' -+ ;; -+ -+tpf*) -+ # TPF is a cross-target only. Preferred cross-host = GNU/Linux. -+ version_type=linux # correct to gnu/linux during the next big refactor -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ hardcode_into_libs=yes -+ ;; -+ -+uts4*) -+ version_type=linux # correct to gnu/linux during the next big refactor -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ soname_spec='$libname$release$shared_ext$major' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+*) -+ dynamic_linker=no -+ ;; -+esac -+AC_MSG_RESULT([$dynamic_linker]) -+test no = "$dynamic_linker" && can_build_shared=no -+ -+variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -+if test yes = "$GCC"; then -+ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -+fi -+ -+if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then -+ sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec -+fi -+ -+if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then -+ sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec -+fi -+ -+# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... -+configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec -+ -+# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code -+func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" -+ -+# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool -+configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH -+ -+_LT_DECL([], [variables_saved_for_relink], [1], -+ [Variables whose values should be saved in libtool wrapper scripts and -+ restored at link time]) -+_LT_DECL([], [need_lib_prefix], [0], -+ [Do we need the "lib" prefix for modules?]) -+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -+_LT_DECL([], [version_type], [0], [Library versioning type]) -+_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -+_LT_DECL([], [shlibpath_overrides_runpath], [0], -+ [Is shlibpath searched before the hard-coded library search path?]) -+_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -+_LT_DECL([], [library_names_spec], [1], -+ [[List of archive names. First name is the real one, the rest are links. -+ The last name is the one that the linker finds with -lNAME]]) -+_LT_DECL([], [soname_spec], [1], -+ [[The coded name of the library, if different from the real name]]) -+_LT_DECL([], [install_override_mode], [1], -+ [Permission mode override for installation of shared libraries]) -+_LT_DECL([], [postinstall_cmds], [2], -+ [Command to use after installation of a shared archive]) -+_LT_DECL([], [postuninstall_cmds], [2], -+ [Command to use after uninstallation of a shared archive]) -+_LT_DECL([], [finish_cmds], [2], -+ [Commands used to finish a libtool library installation in a directory]) -+_LT_DECL([], [finish_eval], [1], -+ [[As "finish_cmds", except a single script fragment to be evaled but -+ not shown]]) -+_LT_DECL([], [hardcode_into_libs], [0], -+ [Whether we should hardcode library paths into libraries]) -+_LT_DECL([], [sys_lib_search_path_spec], [2], -+ [Compile-time system search path for libraries]) -+_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], -+ [Detected run-time system search path for libraries]) -+_LT_DECL([], [configure_time_lt_sys_library_path], [2], -+ [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) -+])# _LT_SYS_DYNAMIC_LINKER -+ -+ -+# _LT_PATH_TOOL_PREFIX(TOOL) -+# -------------------------- -+# find a file program that can recognize shared library -+AC_DEFUN([_LT_PATH_TOOL_PREFIX], -+[m4_require([_LT_DECL_EGREP])dnl -+AC_MSG_CHECKING([for $1]) -+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, -+[case $MAGIC_CMD in -+[[\\/*] | ?:[\\/]*]) -+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. -+ ;; -+*) -+ lt_save_MAGIC_CMD=$MAGIC_CMD -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+dnl $ac_dummy forces splitting on constant user-supplied paths. -+dnl POSIX.2 word splitting is done only on the output of word expansions, -+dnl not every word. This closes a longstanding sh security hole. -+ ac_dummy="m4_if([$2], , $PATH, [$2])" -+ for ac_dir in $ac_dummy; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/$1"; then -+ lt_cv_path_MAGIC_CMD=$ac_dir/"$1" -+ if test -n "$file_magic_test_file"; then -+ case $deplibs_check_method in -+ "file_magic "*) -+ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` -+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | -+ $EGREP "$file_magic_regex" > /dev/null; then -+ : -+ else -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the command libtool uses to detect shared libraries, -+*** $file_magic_cmd, produces output that libtool cannot recognize. -+*** The result is that libtool may fail to recognize shared libraries -+*** as such. This will affect the creation of libtool libraries that -+*** depend on shared libraries, but programs linked with such libtool -+*** libraries will work regardless of this problem. Nevertheless, you -+*** may want to report the problem to your system manager and/or to -+*** bug-libtool@gnu.org -+ -+_LT_EOF -+ fi ;; -+ esac -+ fi -+ break -+ fi -+ done -+ IFS=$lt_save_ifs -+ MAGIC_CMD=$lt_save_MAGIC_CMD -+ ;; -+esac]) -+MAGIC_CMD=$lt_cv_path_MAGIC_CMD -+if test -n "$MAGIC_CMD"; then -+ AC_MSG_RESULT($MAGIC_CMD) -+else -+ AC_MSG_RESULT(no) -+fi -+_LT_DECL([], [MAGIC_CMD], [0], -+ [Used to examine libraries when file_magic_cmd begins with "file"])dnl -+])# _LT_PATH_TOOL_PREFIX -+ -+# Old name: -+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) -+ -+ -+# _LT_PATH_MAGIC -+# -------------- -+# find a file program that can recognize a shared library -+m4_defun([_LT_PATH_MAGIC], -+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) -+if test -z "$lt_cv_path_MAGIC_CMD"; then -+ if test -n "$ac_tool_prefix"; then -+ _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) -+ else -+ MAGIC_CMD=: -+ fi -+fi -+])# _LT_PATH_MAGIC -+ -+ -+# LT_PATH_LD -+# ---------- -+# find the pathname to the GNU or non-GNU linker -+AC_DEFUN([LT_PATH_LD], -+[AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_CANONICAL_BUILD])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_PROG_ECHO_BACKSLASH])dnl -+ -+AC_ARG_WITH([gnu-ld], -+ [AS_HELP_STRING([--with-gnu-ld], -+ [assume the C compiler uses GNU ld @<:@default=no@:>@])], -+ [test no = "$withval" || with_gnu_ld=yes], -+ [with_gnu_ld=no])dnl -+ -+ac_prog=ld -+if test yes = "$GCC"; then -+ # Check if gcc -print-prog-name=ld gives a path. -+ AC_MSG_CHECKING([for ld used by $CC]) -+ case $host in -+ *-*-mingw*) -+ # gcc leaves a trailing carriage return, which upsets mingw -+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; -+ *) -+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; -+ esac -+ case $ac_prog in -+ # Accept absolute paths. -+ [[\\/]]* | ?:[[\\/]]*) -+ re_direlt='/[[^/]][[^/]]*/\.\./' -+ # Canonicalize the pathname of ld -+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` -+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do -+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` -+ done -+ test -z "$LD" && LD=$ac_prog -+ ;; -+ "") -+ # If it fails, then pretend we aren't using GCC. -+ ac_prog=ld -+ ;; -+ *) -+ # If it is relative, then search for the first ld in PATH. -+ with_gnu_ld=unknown -+ ;; -+ esac -+elif test yes = "$with_gnu_ld"; then -+ AC_MSG_CHECKING([for GNU ld]) -+else -+ AC_MSG_CHECKING([for non-GNU ld]) -+fi -+AC_CACHE_VAL(lt_cv_path_LD, -+[if test -z "$LD"; then -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then -+ lt_cv_path_LD=$ac_dir/$ac_prog -+ # Check to see if the program is GNU ld. I'd rather use --version, -+ # but apparently some variants of GNU ld only accept -v. -+ # Break only if it was the GNU/non-GNU ld that we prefer. -+ case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i -+cat conftest.i conftest.i >conftest2.i -+: ${lt_DD:=$DD} -+AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], -+[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then -+ cmp -s conftest.i conftest.out \ -+ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: -+fi]) -+rm -f conftest.i conftest2.i conftest.out]) -+])# _LT_PATH_DD -+ -+ -+# _LT_CMD_TRUNCATE -+# ---------------- -+# find command to truncate a binary pipe -+m4_defun([_LT_CMD_TRUNCATE], -+[m4_require([_LT_PATH_DD]) -+AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], -+[printf 0123456789abcdef0123456789abcdef >conftest.i -+cat conftest.i conftest.i >conftest2.i -+lt_cv_truncate_bin= -+if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then -+ cmp -s conftest.i conftest.out \ -+ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" -+fi -+rm -f conftest.i conftest2.i conftest.out -+test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) -+_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], -+ [Command to truncate a binary pipe]) -+])# _LT_CMD_TRUNCATE -+ -+ -+# _LT_CHECK_MAGIC_METHOD -+# ---------------------- -+# how to check for library dependencies -+# -- PORTME fill in with the dynamic library characteristics -+m4_defun([_LT_CHECK_MAGIC_METHOD], -+[m4_require([_LT_DECL_EGREP]) -+m4_require([_LT_DECL_OBJDUMP]) -+AC_CACHE_CHECK([how to recognize dependent libraries], -+lt_cv_deplibs_check_method, -+[lt_cv_file_magic_cmd='$MAGIC_CMD' -+lt_cv_file_magic_test_file= -+lt_cv_deplibs_check_method='unknown' -+# Need to set the preceding variable on all platforms that support -+# interlibrary dependencies. -+# 'none' -- dependencies not supported. -+# 'unknown' -- same as none, but documents that we really don't know. -+# 'pass_all' -- all dependencies passed with no checks. -+# 'test_compile' -- check by making test program. -+# 'file_magic [[regex]]' -- check by looking for files in library path -+# that responds to the $file_magic_cmd with a given extended regex. -+# If you have 'file' or equivalent on your system and you're not sure -+# whether 'pass_all' will *always* work, you probably want this one. -+ -+case $host_os in -+aix[[4-9]]*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+beos*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+bsdi[[45]]*) -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' -+ lt_cv_file_magic_cmd='/usr/bin/file -L' -+ lt_cv_file_magic_test_file=/shlib/libc.so -+ ;; -+ -+cygwin*) -+ # func_win32_libid is a shell function defined in ltmain.sh -+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' -+ lt_cv_file_magic_cmd='func_win32_libid' -+ ;; -+ -+mingw* | pw32*) -+ # Base MSYS/MinGW do not provide the 'file' command needed by -+ # func_win32_libid shell function, so use a weaker test based on 'objdump', -+ # unless we find 'file', for example because we are cross-compiling. -+ if ( file / ) >/dev/null 2>&1; then -+ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' -+ lt_cv_file_magic_cmd='func_win32_libid' -+ else -+ # Keep this pattern in sync with the one in func_win32_libid. -+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ fi -+ ;; -+ -+cegcc*) -+ # use the weaker test based on 'objdump'. See mingw*. -+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' -+ lt_cv_file_magic_cmd='$OBJDUMP -f' -+ ;; -+ -+darwin* | rhapsody*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+freebsd* | dragonfly*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ case $host_cpu in -+ i*86 ) -+ # Not sure whether the presence of OpenBSD here was a mistake. -+ # Let's accept both of them until this is cleared up. -+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` -+ ;; -+ esac -+ else -+ lt_cv_deplibs_check_method=pass_all -+ fi -+ ;; -+ -+haiku*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+hpux10.20* | hpux11*) -+ lt_cv_file_magic_cmd=/usr/bin/file -+ case $host_cpu in -+ ia64*) -+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' -+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so -+ ;; -+ hppa*64*) -+ [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] -+ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl -+ ;; -+ *) -+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' -+ lt_cv_file_magic_test_file=/usr/lib/libc.sl -+ ;; -+ esac -+ ;; -+ -+interix[[3-9]]*) -+ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' -+ ;; -+ -+irix5* | irix6* | nonstopux*) -+ case $LD in -+ *-32|*"-32 ") libmagic=32-bit;; -+ *-n32|*"-n32 ") libmagic=N32;; -+ *-64|*"-64 ") libmagic=64-bit;; -+ *) libmagic=never-match;; -+ esac -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+# This must be glibc/ELF. -+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' -+ fi -+ ;; -+ -+newos6*) -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' -+ lt_cv_file_magic_cmd=/usr/bin/file -+ lt_cv_file_magic_test_file=/usr/lib/libnls.so -+ ;; -+ -+*nto* | *qnx*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+openbsd* | bitrig*) -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' -+ else -+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' -+ fi -+ ;; -+ -+osf3* | osf4* | osf5*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+rdos*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+solaris*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ -+sysv4 | sysv4.3*) -+ case $host_vendor in -+ motorola) -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' -+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` -+ ;; -+ ncr) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ sequent) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' -+ ;; -+ sni) -+ lt_cv_file_magic_cmd='/bin/file' -+ lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" -+ lt_cv_file_magic_test_file=/lib/libc.so -+ ;; -+ siemens) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ pc) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+ esac -+ ;; -+ -+tpf*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+os2*) -+ lt_cv_deplibs_check_method=pass_all -+ ;; -+esac -+]) -+ -+file_magic_glob= -+want_nocaseglob=no -+if test "$build" = "$host"; then -+ case $host_os in -+ mingw* | pw32*) -+ if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then -+ want_nocaseglob=yes -+ else -+ file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` -+ fi -+ ;; -+ esac -+fi -+ -+file_magic_cmd=$lt_cv_file_magic_cmd -+deplibs_check_method=$lt_cv_deplibs_check_method -+test -z "$deplibs_check_method" && deplibs_check_method=unknown -+ -+_LT_DECL([], [deplibs_check_method], [1], -+ [Method to check whether dependent libraries are shared objects]) -+_LT_DECL([], [file_magic_cmd], [1], -+ [Command to use when deplibs_check_method = "file_magic"]) -+_LT_DECL([], [file_magic_glob], [1], -+ [How to find potential files when deplibs_check_method = "file_magic"]) -+_LT_DECL([], [want_nocaseglob], [1], -+ [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) -+])# _LT_CHECK_MAGIC_METHOD -+ -+ -+# LT_PATH_NM -+# ---------- -+# find the pathname to a BSD- or MS-compatible name lister -+AC_DEFUN([LT_PATH_NM], -+[AC_REQUIRE([AC_PROG_CC])dnl -+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -+[if test -n "$NM"; then -+ # Let the user override the test. -+ lt_cv_path_NM=$NM -+else -+ lt_nm_to_check=${ac_tool_prefix}nm -+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then -+ lt_nm_to_check="$lt_nm_to_check nm" -+ fi -+ for lt_tmp_nm in $lt_nm_to_check; do -+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do -+ IFS=$lt_save_ifs -+ test -z "$ac_dir" && ac_dir=. -+ tmp_nm=$ac_dir/$lt_tmp_nm -+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then -+ # Check to see if the nm accepts a BSD-compat flag. -+ # Adding the 'sed 1q' prevents false positives on HP-UX, which says: -+ # nm: unknown option "B" ignored -+ # Tru64's nm complains that /dev/null is an invalid object file -+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty -+ case $build_os in -+ mingw*) lt_bad_file=conftest.nm/nofile ;; -+ *) lt_bad_file=/dev/null ;; -+ esac -+ case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in -+ *$lt_bad_file* | *'Invalid file or object type'*) -+ lt_cv_path_NM="$tmp_nm -B" -+ break 2 -+ ;; -+ *) -+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in -+ */dev/null*) -+ lt_cv_path_NM="$tmp_nm -p" -+ break 2 -+ ;; -+ *) -+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but -+ continue # so that we can try to find one that supports BSD flags -+ ;; -+ esac -+ ;; -+ esac -+ fi -+ done -+ IFS=$lt_save_ifs -+ done -+ : ${lt_cv_path_NM=no} -+fi]) -+if test no != "$lt_cv_path_NM"; then -+ NM=$lt_cv_path_NM -+else -+ # Didn't find any BSD compatible name lister, look for dumpbin. -+ if test -n "$DUMPBIN"; then : -+ # Let the user override the test. -+ else -+ AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) -+ case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in -+ *COFF*) -+ DUMPBIN="$DUMPBIN -symbols -headers" -+ ;; -+ *) -+ DUMPBIN=: -+ ;; -+ esac -+ fi -+ AC_SUBST([DUMPBIN]) -+ if test : != "$DUMPBIN"; then -+ NM=$DUMPBIN -+ fi -+fi -+test -z "$NM" && NM=nm -+AC_SUBST([NM]) -+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl -+ -+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], -+ [lt_cv_nm_interface="BSD nm" -+ echo "int some_variable = 0;" > conftest.$ac_ext -+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$ac_compile" 2>conftest.err) -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) -+ (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) -+ cat conftest.out >&AS_MESSAGE_LOG_FD -+ if $GREP 'External.*some_variable' conftest.out > /dev/null; then -+ lt_cv_nm_interface="MS dumpbin" -+ fi -+ rm -f conftest*]) -+])# LT_PATH_NM -+ -+# Old names: -+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_PROG_NM], []) -+dnl AC_DEFUN([AC_PROG_NM], []) -+ -+# _LT_CHECK_SHAREDLIB_FROM_LINKLIB -+# -------------------------------- -+# how to determine the name of the shared library -+# associated with a specific link library. -+# -- PORTME fill in with the dynamic library characteristics -+m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], -+[m4_require([_LT_DECL_EGREP]) -+m4_require([_LT_DECL_OBJDUMP]) -+m4_require([_LT_DECL_DLLTOOL]) -+AC_CACHE_CHECK([how to associate runtime and link libraries], -+lt_cv_sharedlib_from_linklib_cmd, -+[lt_cv_sharedlib_from_linklib_cmd='unknown' -+ -+case $host_os in -+cygwin* | mingw* | pw32* | cegcc*) -+ # two different shell functions defined in ltmain.sh; -+ # decide which one to use based on capabilities of $DLLTOOL -+ case `$DLLTOOL --help 2>&1` in -+ *--identify-strict*) -+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib -+ ;; -+ *) -+ lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback -+ ;; -+ esac -+ ;; -+*) -+ # fallback: assume linklib IS sharedlib -+ lt_cv_sharedlib_from_linklib_cmd=$ECHO -+ ;; -+esac -+]) -+sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd -+test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO -+ -+_LT_DECL([], [sharedlib_from_linklib_cmd], [1], -+ [Command to associate shared and link libraries]) -+])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB -+ -+ -+# _LT_PATH_MANIFEST_TOOL -+# ---------------------- -+# locate the manifest tool -+m4_defun([_LT_PATH_MANIFEST_TOOL], -+[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) -+test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -+AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], -+ [lt_cv_path_mainfest_tool=no -+ echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD -+ $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out -+ cat conftest.err >&AS_MESSAGE_LOG_FD -+ if $GREP 'Manifest Tool' conftest.out > /dev/null; then -+ lt_cv_path_mainfest_tool=yes -+ fi -+ rm -f conftest*]) -+if test yes != "$lt_cv_path_mainfest_tool"; then -+ MANIFEST_TOOL=: -+fi -+_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl -+])# _LT_PATH_MANIFEST_TOOL -+ -+ -+# _LT_DLL_DEF_P([FILE]) -+# --------------------- -+# True iff FILE is a Windows DLL '.def' file. -+# Keep in sync with func_dll_def_p in the libtool script -+AC_DEFUN([_LT_DLL_DEF_P], -+[dnl -+ test DEF = "`$SED -n dnl -+ -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -+ -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -+ -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -+ -e q dnl Only consider the first "real" line -+ $1`" dnl -+])# _LT_DLL_DEF_P -+ -+ -+# LT_LIB_M -+# -------- -+# check for math library -+AC_DEFUN([LT_LIB_M], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+LIBM= -+case $host in -+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) -+ # These system don't have libm, or don't need it -+ ;; -+*-ncr-sysv4.3*) -+ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) -+ AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") -+ ;; -+*) -+ AC_CHECK_LIB(m, cos, LIBM=-lm) -+ ;; -+esac -+AC_SUBST([LIBM]) -+])# LT_LIB_M -+ -+# Old name: -+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_CHECK_LIBM], []) -+ -+ -+# _LT_COMPILER_NO_RTTI([TAGNAME]) -+# ------------------------------- -+m4_defun([_LT_COMPILER_NO_RTTI], -+[m4_require([_LT_TAG_COMPILER])dnl -+ -+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= -+ -+if test yes = "$GCC"; then -+ case $cc_basename in -+ nvcc*) -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; -+ esac -+ -+ _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], -+ lt_cv_prog_compiler_rtti_exceptions, -+ [-fno-rtti -fno-exceptions], [], -+ [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -+fi -+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], -+ [Compiler flag to turn off builtin functions]) -+])# _LT_COMPILER_NO_RTTI -+ -+ -+# _LT_CMD_GLOBAL_SYMBOLS -+# ---------------------- -+m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_PROG_CC])dnl -+AC_REQUIRE([AC_PROG_AWK])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+AC_REQUIRE([LT_PATH_LD])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+ -+# Check for command to grab the raw symbol name followed by C symbol from nm. -+AC_MSG_CHECKING([command to parse $NM output from $compiler object]) -+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], -+[ -+# These are sane defaults that work on at least a few old systems. -+# [They come from Ultrix. What could be older than Ultrix?!! ;)] -+ -+# Character class describing NM global symbol codes. -+symcode='[[BCDEGRST]]' -+ -+# Regexp to match symbols that can be accessed directly from C. -+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' -+ -+# Define system-specific variables. -+case $host_os in -+aix*) -+ symcode='[[BCDT]]' -+ ;; -+cygwin* | mingw* | pw32* | cegcc*) -+ symcode='[[ABCDGISTW]]' -+ ;; -+hpux*) -+ if test ia64 = "$host_cpu"; then -+ symcode='[[ABCDEGRST]]' -+ fi -+ ;; -+irix* | nonstopux*) -+ symcode='[[BCDEGRST]]' -+ ;; -+osf*) -+ symcode='[[BCDEGQRST]]' -+ ;; -+solaris*) -+ symcode='[[BDRT]]' -+ ;; -+sco3.2v5*) -+ symcode='[[DT]]' -+ ;; -+sysv4.2uw2*) -+ symcode='[[DT]]' -+ ;; -+sysv5* | sco5v6* | unixware* | OpenUNIX*) -+ symcode='[[ABDT]]' -+ ;; -+sysv4) -+ symcode='[[DFNSTU]]' -+ ;; -+esac -+ -+# If we're using GNU nm, then use its standard symbol codes. -+case `$NM -V 2>&1` in -+*GNU* | *'with BFD'*) -+ symcode='[[ABCDGIRSTW]]' ;; -+esac -+ -+if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ # Gets list of data symbols to import. -+ lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" -+ # Adjust the below global symbol transforms to fixup imported variables. -+ lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" -+ lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" -+ lt_c_name_lib_hook="\ -+ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -+ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" -+else -+ # Disable hooks by default. -+ lt_cv_sys_global_symbol_to_import= -+ lt_cdecl_hook= -+ lt_c_name_hook= -+ lt_c_name_lib_hook= -+fi -+ -+# Transform an extracted symbol line into a proper C declaration. -+# Some systems (esp. on ia64) link data and code symbols differently, -+# so use this general approach. -+lt_cv_sys_global_symbol_to_cdecl="sed -n"\ -+$lt_cdecl_hook\ -+" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" -+ -+# Transform an extracted symbol line into symbol name and symbol address -+lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ -+$lt_c_name_hook\ -+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" -+ -+# Transform an extracted symbol line into symbol name with lib prefix and -+# symbol address. -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ -+$lt_c_name_lib_hook\ -+" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -+" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ -+" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" -+ -+# Handle CRLF in mingw tool chain -+opt_cr= -+case $build_os in -+mingw*) -+ opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp -+ ;; -+esac -+ -+# Try without a prefix underscore, then with it. -+for ac_symprfx in "" "_"; do -+ -+ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. -+ symxfrm="\\1 $ac_symprfx\\2 \\2" -+ -+ # Write the raw and C identifiers. -+ if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ # Fake it for dumpbin and say T for any non-static function, -+ # D for any global variable and I for any imported variable. -+ # Also find C++ and __fastcall symbols from MSVC++, -+ # which start with @ or ?. -+ lt_cv_sys_global_symbol_pipe="$AWK ['"\ -+" {last_section=section; section=\$ 3};"\ -+" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ -+" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -+" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ -+" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ -+" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ -+" \$ 0!~/External *\|/{next};"\ -+" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -+" {if(hide[section]) next};"\ -+" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ -+" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ -+" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ -+" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ -+" ' prfx=^$ac_symprfx]" -+ else -+ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" -+ fi -+ lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" -+ -+ # Check to see that the pipe works correctly. -+ pipe_works=no -+ -+ rm -f conftest* -+ cat > conftest.$ac_ext <<_LT_EOF -+#ifdef __cplusplus -+extern "C" { -+#endif -+char nm_test_var; -+void nm_test_func(void); -+void nm_test_func(void){} -+#ifdef __cplusplus -+} -+#endif -+int main(){nm_test_var='a';nm_test_func();return(0);} -+_LT_EOF -+ -+ if AC_TRY_EVAL(ac_compile); then -+ # Now try to grab the symbols. -+ nlist=conftest.nm -+ if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then -+ # Try sorting and uniquifying the output. -+ if sort "$nlist" | uniq > "$nlist"T; then -+ mv -f "$nlist"T "$nlist" -+ else -+ rm -f "$nlist"T -+ fi -+ -+ # Make sure that we snagged all the symbols we need. -+ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then -+ if $GREP ' nm_test_func$' "$nlist" >/dev/null; then -+ cat <<_LT_EOF > conftest.$ac_ext -+/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -+#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE -+/* DATA imports from DLLs on WIN32 can't be const, because runtime -+ relocations are performed -- see ld's documentation on pseudo-relocs. */ -+# define LT@&t@_DLSYM_CONST -+#elif defined __osf__ -+/* This system does not cope well with relocations in const data. */ -+# define LT@&t@_DLSYM_CONST -+#else -+# define LT@&t@_DLSYM_CONST const -+#endif -+ -+#ifdef __cplusplus -+extern "C" { -+#endif -+ -+_LT_EOF -+ # Now generate the symbol file. -+ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' -+ -+ cat <<_LT_EOF >> conftest.$ac_ext -+ -+/* The mapping between symbol names and symbols. */ -+LT@&t@_DLSYM_CONST struct { -+ const char *name; -+ void *address; -+} -+lt__PROGRAM__LTX_preloaded_symbols[[]] = -+{ -+ { "@PROGRAM@", (void *) 0 }, -+_LT_EOF -+ $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext -+ cat <<\_LT_EOF >> conftest.$ac_ext -+ {0, (void *) 0} -+}; -+ -+/* This works around a problem in FreeBSD linker */ -+#ifdef FREEBSD_WORKAROUND -+static const void *lt_preloaded_setup() { -+ return lt__PROGRAM__LTX_preloaded_symbols; -+} -+#endif -+ -+#ifdef __cplusplus -+} -+#endif -+_LT_EOF -+ # Now try linking the two files. -+ mv conftest.$ac_objext conftstm.$ac_objext -+ lt_globsym_save_LIBS=$LIBS -+ lt_globsym_save_CFLAGS=$CFLAGS -+ LIBS=conftstm.$ac_objext -+ CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" -+ if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then -+ pipe_works=yes -+ fi -+ LIBS=$lt_globsym_save_LIBS -+ CFLAGS=$lt_globsym_save_CFLAGS -+ else -+ echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD -+ fi -+ else -+ echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD -+ cat conftest.$ac_ext >&5 -+ fi -+ rm -rf conftest* conftst* -+ -+ # Do not use the global_symbol_pipe unless it works. -+ if test yes = "$pipe_works"; then -+ break -+ else -+ lt_cv_sys_global_symbol_pipe= -+ fi -+done -+]) -+if test -z "$lt_cv_sys_global_symbol_pipe"; then -+ lt_cv_sys_global_symbol_to_cdecl= -+fi -+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then -+ AC_MSG_RESULT(failed) -+else -+ AC_MSG_RESULT(ok) -+fi -+ -+# Response file support. -+if test "$lt_cv_nm_interface" = "MS dumpbin"; then -+ nm_file_list_spec='@' -+elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then -+ nm_file_list_spec='@' -+fi -+ -+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], -+ [Take the output of nm and produce a listing of raw symbols and C names]) -+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], -+ [Transform the output of nm in a proper C declaration]) -+_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], -+ [Transform the output of nm into a list of symbols to manually relocate]) -+_LT_DECL([global_symbol_to_c_name_address], -+ [lt_cv_sys_global_symbol_to_c_name_address], [1], -+ [Transform the output of nm in a C name address pair]) -+_LT_DECL([global_symbol_to_c_name_address_lib_prefix], -+ [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], -+ [Transform the output of nm in a C name address pair when lib prefix is needed]) -+_LT_DECL([nm_interface], [lt_cv_nm_interface], [1], -+ [The name lister interface]) -+_LT_DECL([], [nm_file_list_spec], [1], -+ [Specify filename containing input files for $NM]) -+]) # _LT_CMD_GLOBAL_SYMBOLS -+ -+ -+# _LT_COMPILER_PIC([TAGNAME]) -+# --------------------------- -+m4_defun([_LT_COMPILER_PIC], -+[m4_require([_LT_TAG_COMPILER])dnl -+_LT_TAGVAR(lt_prog_compiler_wl, $1)= -+_LT_TAGVAR(lt_prog_compiler_pic, $1)= -+_LT_TAGVAR(lt_prog_compiler_static, $1)= -+ -+m4_if([$1], [CXX], [ -+ # C++ specific cases for pic, static, wl, etc. -+ if test yes = "$GXX"; then -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the '-m68020' flag to GCC prevents building anything better, -+ # like '-m68040'. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ mingw* | cygwin* | os2* | pw32* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ case $host_os in -+ os2*) -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' -+ ;; -+ esac -+ ;; -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' -+ ;; -+ *djgpp*) -+ # DJGPP does not support shared libraries at all -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ ;; -+ haiku*) -+ # PIC is the default for Haiku. -+ # The "-static" flag exists, but is broken. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)= -+ ;; -+ interix[[3-9]]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic -+ fi -+ ;; -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ else -+ case $host_os in -+ aix[[4-9]]*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ else -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ chorus*) -+ case $cc_basename in -+ cxch68*) -+ # Green Hills C++ Compiler -+ # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" -+ ;; -+ esac -+ ;; -+ mingw* | cygwin* | os2* | pw32* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ ;; -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ freebsd* | dragonfly*) -+ # FreeBSD uses GNU C++ -+ ;; -+ hpux9* | hpux10* | hpux11*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' -+ if test ia64 != "$host_cpu"; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ fi -+ ;; -+ aCC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ ;; -+ esac -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ interix*) -+ # This is c89, which is MS Visual C++ (no shared libs) -+ # Anyone wants to do a port? -+ ;; -+ irix5* | irix6* | nonstopux*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ # CC pic flag -KPIC is the default. -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ KCC*) -+ # KAI C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ ecpc* ) -+ # old Intel C++ for x86_64, which still supported -KPIC. -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ icpc* ) -+ # Intel C++, used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ cxx*) -+ # Compaq C++ -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) -+ # IBM XL 8.0, 9.0 on PPC and BlueGene -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ lynxos*) -+ ;; -+ m88k*) -+ ;; -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ netbsd* | netbsdelf*-gnu) -+ ;; -+ *qnx* | *nto*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ cxx*) -+ # Digital/Compaq C++ -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # Make sure the PIC flag is empty. It appears that all Alpha -+ # Linux and Compaq Tru64 Unix objects are PIC. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ psos*) -+ ;; -+ solaris*) -+ case $cc_basename in -+ CC* | sunCC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ lcc*) -+ # Lucid -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ esac -+ ;; -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ ;; -+ *) -+ ;; -+ esac -+ ;; -+ vxworks*) -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ esac -+ fi -+], -+[ -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ -+ case $host_os in -+ aix*) -+ # All AIX code is PIC. -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ m68k) -+ # FIXME: we need at least 68020 code to build shared libraries, but -+ # adding the '-m68020' flag to GCC prevents building anything better, -+ # like '-m68040'. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' -+ ;; -+ esac -+ ;; -+ -+ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) -+ # PIC is the default for these OSes. -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ # Although the cygwin gcc ignores -fPIC, still need this for old-style -+ # (--disable-auto-import) libraries -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ case $host_os in -+ os2*) -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' -+ ;; -+ esac -+ ;; -+ -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' -+ ;; -+ -+ haiku*) -+ # PIC is the default for Haiku. -+ # The "-static" flag exists, but is broken. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)= -+ ;; -+ -+ hpux*) -+ # PIC is the default for 64-bit PA HP-UX, but not for 32-bit -+ # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag -+ # sets the default TLS model and affects inlining. -+ case $host_cpu in -+ hppa*64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ ;; -+ -+ interix[[3-9]]*) -+ # Interix 3.x gcc -fpic/-fPIC options generate broken code. -+ # Instead, we relocate shared libraries at runtime. -+ ;; -+ -+ msdosdjgpp*) -+ # Just because we use GCC doesn't mean we suddenly get shared libraries -+ # on systems that don't support them. -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ enable_shared=no -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic -+ fi -+ ;; -+ -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ ;; -+ esac -+ -+ case $cc_basename in -+ nvcc*) # Cuda Compiler Driver 2.2 -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' -+ if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" -+ fi -+ ;; -+ esac -+ else -+ # PORTME Check for flag to pass linker flags through the system compiler. -+ case $host_os in -+ aix*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ if test ia64 = "$host_cpu"; then -+ # AIX 5 now supports IA64 processor -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ else -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' -+ fi -+ ;; -+ -+ darwin* | rhapsody*) -+ # PIC is the default on this platform -+ # Common symbols not allowed in MH_DYLIB files -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' -+ case $cc_basename in -+ nagfor*) -+ # NAG Fortran compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ esac -+ ;; -+ -+ mingw* | cygwin* | pw32* | os2* | cegcc*) -+ # This hack is so that the source file can tell whether it is being -+ # built for inclusion in a dll (and should export symbols for example). -+ m4_if([$1], [GCJ], [], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) -+ case $host_os in -+ os2*) -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' -+ ;; -+ esac -+ ;; -+ -+ hpux9* | hpux10* | hpux11*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but -+ # not for PA HP-UX. -+ case $host_cpu in -+ hppa*64*|ia64*) -+ # +Z the default -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' -+ ;; -+ esac -+ # Is there a better lt_prog_compiler_static that works with the bundled CC? -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # PIC (with -KPIC) is the default. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ # old Intel for x86_64, which still supported -KPIC. -+ ecc*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ # icc used to be incompatible with GCC. -+ # ICC 10 doesn't accept -KPIC any more. -+ icc* | ifort*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ # Lahey Fortran 8.1. -+ lf95*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' -+ ;; -+ nagfor*) -+ # NAG Fortran compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ tcc*) -+ # Fabrice Bellard et al's Tiny C Compiler -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) -+ # Portland Group compilers (*not* the Pentium gcc compiler, -+ # which looks to be a dead project) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ ccc*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # All Alpha code is PIC. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ xl* | bgxl* | bgf* | mpixl*) -+ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) -+ # Sun Fortran 8.3 passes all unrecognized flags to the linker -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='' -+ ;; -+ *Sun\ F* | *Sun*Fortran*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ ;; -+ *Sun\ C*) -+ # Sun C 5.9 -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ ;; -+ *Intel*\ [[CF]]*Compiler*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -+ ;; -+ *Portland\ Group*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ newsos6) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ *nto* | *qnx*) -+ # QNX uses GNU C++, but need to define -shared option too, otherwise -+ # it will coredump. -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ # All OSF/1 code is PIC. -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ rdos*) -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' -+ ;; -+ -+ solaris*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ case $cc_basename in -+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; -+ esac -+ ;; -+ -+ sunos4*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ sysv4 | sysv4.2uw2* | sysv4.3*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ fi -+ ;; -+ -+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ unicos*) -+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ -+ uts4*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' -+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' -+ ;; -+ -+ *) -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no -+ ;; -+ esac -+ fi -+]) -+case $host_os in -+ # For platforms that do not support PIC, -DPIC is meaningless: -+ *djgpp*) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ ;; -+ *) -+ _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" -+ ;; -+esac -+ -+AC_CACHE_CHECK([for $compiler option to produce PIC], -+ [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], -+ [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -+_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) -+ -+# -+# Check to make sure the PIC flag actually works. -+# -+if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then -+ _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], -+ [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], -+ [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], -+ [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in -+ "" | " "*) ;; -+ *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; -+ esac], -+ [_LT_TAGVAR(lt_prog_compiler_pic, $1)= -+ _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -+fi -+_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], -+ [Additional compiler flags for building library objects]) -+ -+_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], -+ [How to pass a linker flag through the compiler]) -+# -+# Check to make sure the static flag actually works. -+# -+wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -+_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], -+ _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), -+ $lt_tmp_static_flag, -+ [], -+ [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -+_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], -+ [Compiler flag to prevent dynamic linking]) -+])# _LT_COMPILER_PIC -+ -+ -+# _LT_LINKER_SHLIBS([TAGNAME]) -+# ---------------------------- -+# See if the linker supports building shared libraries. -+m4_defun([_LT_LINKER_SHLIBS], -+[AC_REQUIRE([LT_PATH_LD])dnl -+AC_REQUIRE([LT_PATH_NM])dnl -+m4_require([_LT_PATH_MANIFEST_TOOL])dnl -+m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_DECL_SED])dnl -+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -+m4_require([_LT_TAG_COMPILER])dnl -+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -+m4_if([$1], [CXX], [ -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -+ case $host_os in -+ aix[[4-9]]*) -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to GNU nm, but means don't demangle to AIX nm. -+ # Without the "-l" option, or with the "-B" option, AIX nm treats -+ # weak defined symbols like other global defined symbols, whereas -+ # GNU nm marks them as "W". -+ # While the 'weak' keyword is ignored in the Export File, we need -+ # it in the Import File for the 'aix-soname' feature, so we have -+ # to replace the "-B" option with "-P" for AIX nm. -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' -+ else -+ _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' -+ fi -+ ;; -+ pw32*) -+ _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds -+ ;; -+ cygwin* | mingw* | cegcc*) -+ case $cc_basename in -+ cl*) -+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' -+ ;; -+ *) -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' -+ _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] -+ ;; -+ esac -+ ;; -+ linux* | k*bsd*-gnu | gnu*) -+ _LT_TAGVAR(link_all_deplibs, $1)=no -+ ;; -+ *) -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ ;; -+ esac -+], [ -+ runpath_var= -+ _LT_TAGVAR(allow_undefined_flag, $1)= -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(archive_cmds, $1)= -+ _LT_TAGVAR(archive_expsym_cmds, $1)= -+ _LT_TAGVAR(compiler_needs_object, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)= -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' -+ _LT_TAGVAR(hardcode_automatic, $1)=no -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ _LT_TAGVAR(hardcode_minus_L, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+ _LT_TAGVAR(inherit_rpath, $1)=no -+ _LT_TAGVAR(link_all_deplibs, $1)=unknown -+ _LT_TAGVAR(module_cmds, $1)= -+ _LT_TAGVAR(module_expsym_cmds, $1)= -+ _LT_TAGVAR(old_archive_from_new_cmds, $1)= -+ _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= -+ _LT_TAGVAR(thread_safe_flag_spec, $1)= -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ # include_expsyms should be a list of space-separated symbols to be *always* -+ # included in the symbol list -+ _LT_TAGVAR(include_expsyms, $1)= -+ # exclude_expsyms can be an extended regexp of symbols to exclude -+ # it will be wrapped by ' (' and ')$', so one must not match beginning or -+ # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', -+ # as well as any symbol that contains 'd'. -+ _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] -+ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out -+ # platforms (ab)use it in PIC code, but their linkers get confused if -+ # the symbol is explicitly referenced. Since portable code cannot -+ # rely on this symbol name, it's probably fine to never include it in -+ # preloaded symbol tables. -+ # Exclude shared library initialization/finalization symbols. -+dnl Note also adjust exclude_expsyms for C++ above. -+ extract_expsyms_cmds= -+ -+ case $host_os in -+ cygwin* | mingw* | pw32* | cegcc*) -+ # FIXME: the MSVC++ port hasn't been tested in a loooong time -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ if test yes != "$GCC"; then -+ with_gnu_ld=no -+ fi -+ ;; -+ interix*) -+ # we just hope/assume this is gcc and not c89 (= MSVC++) -+ with_gnu_ld=yes -+ ;; -+ openbsd* | bitrig*) -+ with_gnu_ld=no -+ ;; -+ linux* | k*bsd*-gnu | gnu*) -+ _LT_TAGVAR(link_all_deplibs, $1)=no -+ ;; -+ esac -+ -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ -+ # On some targets, GNU ld is compatible enough with the native linker -+ # that we're better off using the native interface for both. -+ lt_use_gnu_ld_interface=no -+ if test yes = "$with_gnu_ld"; then -+ case $host_os in -+ aix*) -+ # The AIX port of GNU ld has always aspired to compatibility -+ # with the native linker. However, as the warning in the GNU ld -+ # block says, versions before 2.19.5* couldn't really create working -+ # shared libraries, regardless of the interface used. -+ case `$LD -v 2>&1` in -+ *\ \(GNU\ Binutils\)\ 2.19.5*) ;; -+ *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; -+ *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; -+ *) -+ lt_use_gnu_ld_interface=yes -+ ;; -+ esac -+ ;; -+ *) -+ lt_use_gnu_ld_interface=yes -+ ;; -+ esac -+ fi -+ -+ if test yes = "$lt_use_gnu_ld_interface"; then -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ wlarc='$wl' -+ -+ # Set some defaults for GNU ld with shared library support. These -+ # are reset later if shared libraries are not supported. Putting them -+ # here allows them to be overridden if necessary. -+ runpath_var=LD_RUN_PATH -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ supports_anon_versioning=no -+ case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in -+ *GNU\ gold*) supports_anon_versioning=yes ;; -+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 -+ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... -+ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... -+ *\ 2.11.*) ;; # other 2.11 versions -+ *) supports_anon_versioning=yes ;; -+ esac -+ -+ # See if GNU ld supports shared libraries. -+ case $host_os in -+ aix[[3-9]]*) -+ # On AIX/PPC, the GNU linker is very broken -+ if test ia64 != "$host_cpu"; then -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: the GNU linker, at least up to release 2.19, is reported -+*** to be unable to reliably create shared libraries on AIX. -+*** Therefore, libtool is disabling shared libraries support. If you -+*** really care for shared libraries, you may want to install binutils -+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. -+*** You will then need to restart the configuration process. -+ -+_LT_EOF -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='' -+ ;; -+ m68k) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, -+ # as there is no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' -+ _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file, use it as -+ # is; otherwise, prepend EXPORTS... -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ haiku*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ os2*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ shrext_cmds=.dll -+ _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ ;; -+ -+ interix[[3-9]]*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ -+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) -+ tmp_diet=no -+ if test linux-dietlibc = "$host_os"; then -+ case $cc_basename in -+ diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) -+ esac -+ fi -+ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ -+ && test no = "$tmp_diet" -+ then -+ tmp_addflag=' $pic_flag' -+ tmp_sharedflag='-shared' -+ case $cc_basename,$host_cpu in -+ pgcc*) # Portland Group C compiler -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ tmp_addflag=' $pic_flag' -+ ;; -+ pgf77* | pgf90* | pgf95* | pgfortran*) -+ # Portland Group f77 and f90 compilers -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ tmp_addflag=' $pic_flag -Mnomain' ;; -+ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 -+ tmp_addflag=' -i_dynamic' ;; -+ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 -+ tmp_addflag=' -i_dynamic -nofor_main' ;; -+ ifc* | ifort*) # Intel Fortran compiler -+ tmp_addflag=' -nofor_main' ;; -+ lf95*) # Lahey Fortran 8.1 -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ tmp_sharedflag='--shared' ;; -+ nagfor*) # NAGFOR 5.3 -+ tmp_sharedflag='-Wl,-shared' ;; -+ xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) -+ tmp_sharedflag='-qmkshrobj' -+ tmp_addflag= ;; -+ nvcc*) # Cuda Compiler Driver 2.2 -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ _LT_TAGVAR(compiler_needs_object, $1)=yes -+ ;; -+ esac -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) # Sun C 5.9 -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ _LT_TAGVAR(compiler_needs_object, $1)=yes -+ tmp_sharedflag='-G' ;; -+ *Sun\ F*) # Sun Fortran 8.3 -+ tmp_sharedflag='-G' ;; -+ esac -+ _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ -+ if test yes = "$supports_anon_versioning"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' -+ fi -+ -+ case $cc_basename in -+ tcc*) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' -+ ;; -+ xlf* | bgf* | bgxlf* | mpixlf*) -+ # IBM XL Fortran 10.1 on PPC cannot create shared libs itself -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' -+ if test yes = "$supports_anon_versioning"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ esac -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' -+ wlarc= -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ fi -+ ;; -+ -+ solaris*) -+ if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: The releases 2.8.* of the GNU linker cannot reliably -+*** create shared libraries on Solaris systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.9.1 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) -+ case `$LD -v 2>&1` in -+ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ cat <<_LT_EOF 1>&2 -+ -+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot -+*** reliably create shared libraries on SCO systems. Therefore, libtool -+*** is disabling shared libraries support. We urge you to upgrade GNU -+*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -+*** your PATH or compiler configuration so that the native linker is -+*** used, and then restart. -+ -+_LT_EOF -+ ;; -+ *) -+ # For security reasons, it is highly recommended that you always -+ # use absolute paths for naming shared libraries, and exclude the -+ # DT_RUNPATH tag from executables and libraries. But doing so -+ # requires that you compile everything twice, which is a pain. -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ sunos4*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ wlarc= -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ -+ if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then -+ runpath_var= -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)= -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ else -+ # PORTME fill in a description of your system's linker (not GNU ld) -+ case $host_os in -+ aix3*) -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' -+ # Note: this linker hardcodes the directories in LIBPATH if there -+ # are no directories specified by -L. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then -+ # Neither direct hardcoding nor static linking is supported with a -+ # broken collect2. -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ fi -+ ;; -+ -+ aix[[4-9]]*) -+ if test ia64 = "$host_cpu"; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag= -+ else -+ # If we're using GNU nm, then we don't want the "-C" option. -+ # -C means demangle to GNU nm, but means don't demangle to AIX nm. -+ # Without the "-l" option, or with the "-B" option, AIX nm treats -+ # weak defined symbols like other global defined symbols, whereas -+ # GNU nm marks them as "W". -+ # While the 'weak' keyword is ignored in the Export File, we need -+ # it in the Import File for the 'aix-soname' feature, so we have -+ # to replace the "-B" option with "-P" for AIX nm. -+ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' -+ else -+ _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' -+ fi -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # have runtime linking enabled, and use it for executables. -+ # For shared libraries, we enable/disable runtime linking -+ # depending on the kind of the shared library created - -+ # when "with_aix_soname,aix_use_runtimelinking" is: -+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables -+ # "aix,yes" lib.so shared, rtl:yes, for executables -+ # lib.a static archive -+ # "both,no" lib.so.V(shr.o) shared, rtl:yes -+ # lib.a(lib.so.V) shared, rtl:no, for executables -+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a(lib.so.V) shared, rtl:no -+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a static archive -+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) -+ for ld_flag in $LDFLAGS; do -+ if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then -+ aix_use_runtimelinking=yes -+ break -+ fi -+ done -+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # With aix-soname=svr4, we create the lib.so.V shared archives only, -+ # so we don't have lib.a shared libs to link our executables. -+ # We have to force runtime linking in this case. -+ aix_use_runtimelinking=yes -+ LDFLAGS="$LDFLAGS -Wl,-brtl" -+ fi -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ _LT_TAGVAR(archive_cmds, $1)='' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='$wl-f,' -+ case $with_aix_soname,$aix_use_runtimelinking in -+ aix,*) ;; # traditional, no import file -+ svr4,* | *,yes) # use import file -+ # The Import File defines what to hardcode. -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=no -+ ;; -+ esac -+ -+ if test yes = "$GCC"; then -+ case $host_os in aix4.[[012]]|aix4.[[012]].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`$CC -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ fi -+ ;; -+ esac -+ shared_flag='-shared' -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag="$shared_flag "'$wl-G' -+ fi -+ # Need to ensure runtime linking is disabled for the traditional -+ # shared library, or the linker may eventually find shared libraries -+ # /with/ Import File - we do not want to mix them. -+ shared_flag_aix='-shared' -+ shared_flag_svr4='-shared $wl-G' -+ else -+ # not using gcc -+ if test ia64 = "$host_cpu"; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag='$wl-G' -+ else -+ shared_flag='$wl-bM:SRE' -+ fi -+ shared_flag_aix='$wl-bM:SRE' -+ shared_flag_svr4='$wl-G' -+ fi -+ fi -+ -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to export. -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(allow_undefined_flag, $1)='-berok' -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX([$1]) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag -+ else -+ if test ia64 = "$host_cpu"; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' -+ _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX([$1]) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' -+ if test yes = "$with_gnu_ld"; then -+ # We only use this code for GNU lds that support --whole-archive. -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' -+ else -+ # Exported symbols can be pulled into shared objects from archives -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' -+ # -brtl affects multiple linker settings, -berok does not and is overridden later -+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' -+ if test svr4 != "$with_aix_soname"; then -+ # This is similar to how AIX traditionally builds its shared libraries. -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' -+ fi -+ if test aix != "$with_aix_soname"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' -+ else -+ # used by -dlpreopen to get the symbols -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' -+ fi -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' -+ fi -+ fi -+ ;; -+ -+ amigaos*) -+ case $host_cpu in -+ powerpc) -+ # see comment about AmigaOS4 .so support -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='' -+ ;; -+ m68k) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ ;; -+ -+ bsdi[[45]]*) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ # When not using gcc, we currently assume that we are using -+ # Microsoft Visual C++. -+ # hardcode_libdir_flag_spec is actually meaningless, as there is -+ # no search path for DLLs. -+ case $cc_basename in -+ cl*) -+ # Native MSVC -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='@' -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then -+ cp "$export_symbols" "$output_objdir/$soname.def"; -+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; -+ else -+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; -+ fi~ -+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ -+ linknames=' -+ # The linker will not automatically build a static lib if we build a DLL. -+ # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' -+ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' -+ # Don't use ranlib -+ _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' -+ _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ -+ lt_tool_outputfile="@TOOL_OUTPUT@"~ -+ case $lt_outputfile in -+ *.exe|*.EXE) ;; -+ *) -+ lt_outputfile=$lt_outputfile.exe -+ lt_tool_outputfile=$lt_tool_outputfile.exe -+ ;; -+ esac~ -+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then -+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; -+ $RM "$lt_outputfile.manifest"; -+ fi' -+ ;; -+ *) -+ # Assume MSVC wrapper -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' -+ # The linker will automatically build a .lib file if we build a DLL. -+ _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' -+ # FIXME: Should let the user specify the lib program. -+ _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ ;; -+ esac -+ ;; -+ -+ darwin* | rhapsody*) -+ _LT_DARWIN_LINKER_FEATURES($1) -+ ;; -+ -+ dgux*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor -+ # support. Future versions do this automatically, but an explicit c++rt0.o -+ # does not break anything, and helps significantly (at the cost of a little -+ # extra space). -+ freebsd2.2*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ # Unfortunately, older versions of FreeBSD 2 do not have this feature. -+ freebsd2.*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -+ freebsd* | dragonfly*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ hpux9*) -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ ;; -+ -+ hpux10*) -+ if test yes,no = "$GCC,$with_gnu_ld"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ if test no = "$with_gnu_ld"; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ fi -+ ;; -+ -+ hpux11*) -+ if test yes,no = "$GCC,$with_gnu_ld"; then -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ else -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ m4_if($1, [], [ -+ # Older versions of the 11.00 compiler do not understand -b yet -+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) -+ _LT_LINKER_OPTION([if $CC understands -b], -+ _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], -+ [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], -+ [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], -+ [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) -+ ;; -+ esac -+ fi -+ if test no = "$with_gnu_ld"; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ *) -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ -+ # hardcode_minus_L: Not really in the search PATH, -+ # but as the default location of the library. -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ ;; -+ esac -+ fi -+ ;; -+ -+ irix5* | irix6* | nonstopux*) -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ # Try to use the -exported_symbol ld option, if it does not -+ # work, assume that -exports_file does not work either and -+ # implicitly export all symbols. -+ # This should be the same for all languages, so no per-tag cache variable. -+ AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], -+ [lt_cv_irix_exported_symbol], -+ [save_LDFLAGS=$LDFLAGS -+ LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" -+ AC_LINK_IFELSE( -+ [AC_LANG_SOURCE( -+ [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], -+ [C++], [[int foo (void) { return 0; }]], -+ [Fortran 77], [[ -+ subroutine foo -+ end]], -+ [Fortran], [[ -+ subroutine foo -+ end]])])], -+ [lt_cv_irix_exported_symbol=yes], -+ [lt_cv_irix_exported_symbol=no]) -+ LDFLAGS=$save_LDFLAGS]) -+ if test yes = "$lt_cv_irix_exported_symbol"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' -+ fi -+ _LT_TAGVAR(link_all_deplibs, $1)=no -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(inherit_rpath, $1)=yes -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ linux*) -+ case $cc_basename in -+ tcc*) -+ # Fabrice Bellard et al's Tiny C Compiler -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ netbsd* | netbsdelf*-gnu) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ newsos6) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *nto* | *qnx*) -+ ;; -+ -+ openbsd* | bitrig*) -+ if test -f /usr/libexec/ld.so; then -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ fi -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ os2*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ shrext_cmds=.dll -+ _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ ;; -+ -+ osf3*) -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ else -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ ;; -+ -+ osf4* | osf5*) # as osf3* with the addition of -msym flag -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ else -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ -+ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' -+ -+ # Both c and cxx compiler support -rpath directly -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)='no' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ ;; -+ -+ solaris*) -+ _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' -+ if test yes = "$GCC"; then -+ wlarc='$wl' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ else -+ case `$CC -V 2>&1` in -+ *"Compilers 5.0"*) -+ wlarc='' -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' -+ ;; -+ *) -+ wlarc='$wl' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' -+ ;; -+ esac -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands '-z linker_flag'. GCC discards it without '$wl', -+ # but is careful enough not to reorder. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' -+ fi -+ ;; -+ esac -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ sunos4*) -+ if test sequent = "$host_vendor"; then -+ # Use $CC to link under sequent, because it throws in some extra .o -+ # files that make .init and .fini sections work. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' -+ fi -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ sysv4) -+ case $host_vendor in -+ sni) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? -+ ;; -+ siemens) -+ ## LD is ld it makes a PLAMLIB -+ ## CC just makes a GrossModule. -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ ;; -+ motorola) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie -+ ;; -+ esac -+ runpath_var='LD_RUN_PATH' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ sysv4.3*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' -+ ;; -+ -+ sysv4*MP*) -+ if test -d /usr/nec; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var=LD_RUN_PATH -+ hardcode_runpath_var=yes -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ fi -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) -+ _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var='LD_RUN_PATH' -+ -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We CANNOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' -+ _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ if test yes = "$GCC"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ fi -+ ;; -+ -+ uts4*) -+ _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ -+ *) -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ -+ if test sni = "$host_vendor"; then -+ case $host in -+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' -+ ;; -+ esac -+ fi -+ fi -+]) -+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -+test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no -+ -+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld -+ -+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -+_LT_DECL([], [extract_expsyms_cmds], [2], -+ [The commands to extract the exported symbol list from a shared archive]) -+ -+# -+# Do we need to explicitly link libc? -+# -+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -+x|xyes) -+ # Assume -lc should be added -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ -+ if test yes,yes = "$GCC,$enable_shared"; then -+ case $_LT_TAGVAR(archive_cmds, $1) in -+ *'~'*) -+ # FIXME: we may have to deal with multi-command sequences. -+ ;; -+ '$CC '*) -+ # Test whether the compiler implicitly links with -lc since on some -+ # systems, -lgcc has to come before -lc. If gcc already passes -lc -+ # to ld, don't add -lc before -lgcc. -+ AC_CACHE_CHECK([whether -lc should be explicitly linked in], -+ [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), -+ [$RM conftest* -+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext -+ -+ if AC_TRY_EVAL(ac_compile) 2>conftest.err; then -+ soname=conftest -+ lib=conftest -+ libobjs=conftest.$ac_objext -+ deplibs= -+ wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) -+ pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) -+ compiler_flags=-v -+ linker_flags=-v -+ verstring= -+ output_objdir=. -+ libname=conftest -+ lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) -+ _LT_TAGVAR(allow_undefined_flag, $1)= -+ if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) -+ then -+ lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ else -+ lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ fi -+ _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag -+ else -+ cat conftest.err 1>&5 -+ fi -+ $RM conftest* -+ ]) -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) -+ ;; -+ esac -+ fi -+ ;; -+esac -+ -+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], -+ [Whether or not to add -lc for building shared libraries]) -+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], -+ [enable_shared_with_static_runtimes], [0], -+ [Whether or not to disallow shared libs when runtime libs are static]) -+_LT_TAGDECL([], [export_dynamic_flag_spec], [1], -+ [Compiler flag to allow reflexive dlopens]) -+_LT_TAGDECL([], [whole_archive_flag_spec], [1], -+ [Compiler flag to generate shared objects directly from archives]) -+_LT_TAGDECL([], [compiler_needs_object], [1], -+ [Whether the compiler copes with passing no objects directly]) -+_LT_TAGDECL([], [old_archive_from_new_cmds], [2], -+ [Create an old-style archive from a shared archive]) -+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], -+ [Create a temporary old-style archive to link instead of a shared archive]) -+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -+_LT_TAGDECL([], [archive_expsym_cmds], [2]) -+_LT_TAGDECL([], [module_cmds], [2], -+ [Commands used to build a loadable module if different from building -+ a shared archive.]) -+_LT_TAGDECL([], [module_expsym_cmds], [2]) -+_LT_TAGDECL([], [with_gnu_ld], [1], -+ [Whether we are building with GNU ld or not]) -+_LT_TAGDECL([], [allow_undefined_flag], [1], -+ [Flag that allows shared libraries with undefined symbols to be built]) -+_LT_TAGDECL([], [no_undefined_flag], [1], -+ [Flag that enforces no undefined symbols]) -+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], -+ [Flag to hardcode $libdir into a binary during linking. -+ This must work even if $libdir does not exist]) -+_LT_TAGDECL([], [hardcode_libdir_separator], [1], -+ [Whether we need a single "-rpath" flag with a separated argument]) -+_LT_TAGDECL([], [hardcode_direct], [0], -+ [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -+ DIR into the resulting binary]) -+_LT_TAGDECL([], [hardcode_direct_absolute], [0], -+ [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes -+ DIR into the resulting binary and the resulting library dependency is -+ "absolute", i.e impossible to change by setting $shlibpath_var if the -+ library is relocated]) -+_LT_TAGDECL([], [hardcode_minus_L], [0], -+ [Set to "yes" if using the -LDIR flag during linking hardcodes DIR -+ into the resulting binary]) -+_LT_TAGDECL([], [hardcode_shlibpath_var], [0], -+ [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR -+ into the resulting binary]) -+_LT_TAGDECL([], [hardcode_automatic], [0], -+ [Set to "yes" if building a shared library automatically hardcodes DIR -+ into the library and all subsequent libraries and executables linked -+ against it]) -+_LT_TAGDECL([], [inherit_rpath], [0], -+ [Set to yes if linker adds runtime paths of dependent libraries -+ to runtime path list]) -+_LT_TAGDECL([], [link_all_deplibs], [0], -+ [Whether libtool must link a program against all its dependency libraries]) -+_LT_TAGDECL([], [always_export_symbols], [0], -+ [Set to "yes" if exported symbols are required]) -+_LT_TAGDECL([], [export_symbols_cmds], [2], -+ [The commands to list exported symbols]) -+_LT_TAGDECL([], [exclude_expsyms], [1], -+ [Symbols that should not be listed in the preloaded symbols]) -+_LT_TAGDECL([], [include_expsyms], [1], -+ [Symbols that must always be exported]) -+_LT_TAGDECL([], [prelink_cmds], [2], -+ [Commands necessary for linking programs (against libraries) with templates]) -+_LT_TAGDECL([], [postlink_cmds], [2], -+ [Commands necessary for finishing linking programs]) -+_LT_TAGDECL([], [file_list_spec], [1], -+ [Specify filename containing input files]) -+dnl FIXME: Not yet implemented -+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -+dnl [Compiler flag to generate thread safe objects]) -+])# _LT_LINKER_SHLIBS -+ -+ -+# _LT_LANG_C_CONFIG([TAG]) -+# ------------------------ -+# Ensure that the configuration variables for a C compiler are suitably -+# defined. These variables are subsequently used by _LT_CONFIG to write -+# the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_C_CONFIG], -+[m4_require([_LT_DECL_EGREP])dnl -+lt_save_CC=$CC -+AC_LANG_PUSH(C) -+ -+# Source file extension for C test sources. -+ac_ext=c -+ -+# Object file extension for compiled C test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="int some_variable = 0;" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='int main(){return(0);}' -+ -+_LT_TAG_COMPILER -+# Save the default compiler, since it gets overwritten when the other -+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -+compiler_DEFAULT=$CC -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ _LT_COMPILER_NO_RTTI($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ LT_SYS_DLOPEN_SELF -+ _LT_CMD_STRIPLIB -+ -+ # Report what library types will actually be built -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test no = "$can_build_shared" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test yes = "$enable_shared" && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ -+ aix[[4-9]]*) -+ if test ia64 != "$host_cpu"; then -+ case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in -+ yes,aix,yes) ;; # shared object as lib.so file only -+ yes,svr4,*) ;; # shared object as lib.so archive member only -+ yes,*) enable_static=no ;; # shared object in lib.a archive as well -+ esac -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test yes = "$enable_shared" || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_CONFIG($1) -+fi -+AC_LANG_POP -+CC=$lt_save_CC -+])# _LT_LANG_C_CONFIG -+ -+ -+# _LT_LANG_CXX_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for a C++ compiler are suitably -+# defined. These variables are subsequently used by _LT_CONFIG to write -+# the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_CXX_CONFIG], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+m4_require([_LT_DECL_EGREP])dnl -+m4_require([_LT_PATH_MANIFEST_TOOL])dnl -+if test -n "$CXX" && ( test no != "$CXX" && -+ ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || -+ (test g++ != "$CXX"))); then -+ AC_PROG_CXXCPP -+else -+ _lt_caught_CXX_error=yes -+fi -+ -+AC_LANG_PUSH(C++) -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(compiler_needs_object, $1)=no -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(reload_flag, $1)=$reload_flag -+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for C++ test sources. -+ac_ext=cpp -+ -+# Object file extension for compiled C++ test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the CXX compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test yes != "$_lt_caught_CXX_error"; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="int some_variable = 0;" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC=$CC -+ lt_save_CFLAGS=$CFLAGS -+ lt_save_LD=$LD -+ lt_save_GCC=$GCC -+ GCC=$GXX -+ lt_save_with_gnu_ld=$with_gnu_ld -+ lt_save_path_LD=$lt_cv_path_LD -+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then -+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx -+ else -+ $as_unset lt_cv_prog_gnu_ld -+ fi -+ if test -n "${lt_cv_path_LDCXX+set}"; then -+ lt_cv_path_LD=$lt_cv_path_LDCXX -+ else -+ $as_unset lt_cv_path_LD -+ fi -+ test -z "${LDCXX+set}" || LD=$LDCXX -+ CC=${CXX-"c++"} -+ CFLAGS=$CXXFLAGS -+ compiler=$CC -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ -+ if test -n "$compiler"; then -+ # We don't want -fno-exception when compiling C++ code, so set the -+ # no_builtin_flag separately -+ if test yes = "$GXX"; then -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' -+ else -+ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= -+ fi -+ -+ if test yes = "$GXX"; then -+ # Set up default GNU C++ configuration -+ -+ LT_PATH_LD -+ -+ # Check if GNU C++ uses GNU ld as the underlying linker, since the -+ # archiving commands below assume that GNU ld is being used. -+ if test yes = "$with_gnu_ld"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ -+ # If archive_cmds runs LD, not CC, wlarc should be empty -+ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to -+ # investigate it a little bit more. (MM) -+ wlarc='$wl' -+ -+ # ancient GNU ld didn't support --whole-archive et. al. -+ if eval "`$CC -print-prog-name=ld` --help 2>&1" | -+ $GREP 'no-whole-archive' > /dev/null; then -+ _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ else -+ _LT_TAGVAR(whole_archive_flag_spec, $1)= -+ fi -+ else -+ with_gnu_ld=no -+ wlarc= -+ -+ # A generic and very simple default shared library creation -+ # command for GNU C++ for the case where it uses the native -+ # linker, instead of GNU ld. If possible, this setting should -+ # overridden to take advantage of the native linker features on -+ # the platform it is being used on. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ fi -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ -+ else -+ GXX=no -+ with_gnu_ld=no -+ wlarc= -+ fi -+ -+ # PORTME: fill in a description of your system's C++ link characteristics -+ AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ case $host_os in -+ aix3*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aix[[4-9]]*) -+ if test ia64 = "$host_cpu"; then -+ # On IA64, the linker does run time linking by default, so we don't -+ # have to do anything special. -+ aix_use_runtimelinking=no -+ exp_sym_flag='-Bexport' -+ no_entry_flag= -+ else -+ aix_use_runtimelinking=no -+ -+ # Test if we are trying to use run time linking or normal -+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we -+ # have runtime linking enabled, and use it for executables. -+ # For shared libraries, we enable/disable runtime linking -+ # depending on the kind of the shared library created - -+ # when "with_aix_soname,aix_use_runtimelinking" is: -+ # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables -+ # "aix,yes" lib.so shared, rtl:yes, for executables -+ # lib.a static archive -+ # "both,no" lib.so.V(shr.o) shared, rtl:yes -+ # lib.a(lib.so.V) shared, rtl:no, for executables -+ # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a(lib.so.V) shared, rtl:no -+ # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables -+ # lib.a static archive -+ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) -+ for ld_flag in $LDFLAGS; do -+ case $ld_flag in -+ *-brtl*) -+ aix_use_runtimelinking=yes -+ break -+ ;; -+ esac -+ done -+ if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # With aix-soname=svr4, we create the lib.so.V shared archives only, -+ # so we don't have lib.a shared libs to link our executables. -+ # We have to force runtime linking in this case. -+ aix_use_runtimelinking=yes -+ LDFLAGS="$LDFLAGS -Wl,-brtl" -+ fi -+ ;; -+ esac -+ -+ exp_sym_flag='-bexport' -+ no_entry_flag='-bnoentry' -+ fi -+ -+ # When large executables or shared objects are built, AIX ld can -+ # have problems creating the table of contents. If linking a library -+ # or program results in "error TOC overflow" add -mminimal-toc to -+ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not -+ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. -+ -+ _LT_TAGVAR(archive_cmds, $1)='' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='$wl-f,' -+ case $with_aix_soname,$aix_use_runtimelinking in -+ aix,*) ;; # no import file -+ svr4,* | *,yes) # use import file -+ # The Import File defines what to hardcode. -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=no -+ ;; -+ esac -+ -+ if test yes = "$GXX"; then -+ case $host_os in aix4.[[012]]|aix4.[[012]].*) -+ # We only want to do this on AIX 4.2 and lower, the check -+ # below for broken collect2 doesn't work under 4.3+ -+ collect2name=`$CC -print-prog-name=collect2` -+ if test -f "$collect2name" && -+ strings "$collect2name" | $GREP resolve_lib_name >/dev/null -+ then -+ # We have reworked collect2 -+ : -+ else -+ # We have old collect2 -+ _LT_TAGVAR(hardcode_direct, $1)=unsupported -+ # It fails to find uninstalled libraries when the uninstalled -+ # path is not listed in the libpath. Setting hardcode_minus_L -+ # to unsupported forces relinking -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)= -+ fi -+ esac -+ shared_flag='-shared' -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag=$shared_flag' $wl-G' -+ fi -+ # Need to ensure runtime linking is disabled for the traditional -+ # shared library, or the linker may eventually find shared libraries -+ # /with/ Import File - we do not want to mix them. -+ shared_flag_aix='-shared' -+ shared_flag_svr4='-shared $wl-G' -+ else -+ # not using gcc -+ if test ia64 = "$host_cpu"; then -+ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release -+ # chokes on -Wl,-G. The following line is correct: -+ shared_flag='-G' -+ else -+ if test yes = "$aix_use_runtimelinking"; then -+ shared_flag='$wl-G' -+ else -+ shared_flag='$wl-bM:SRE' -+ fi -+ shared_flag_aix='$wl-bM:SRE' -+ shared_flag_svr4='$wl-G' -+ fi -+ fi -+ -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' -+ # It seems that -bexpall does not export symbols beginning with -+ # underscore (_), so it is better to generate a list of symbols to -+ # export. -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then -+ # Warning - without using the other runtime loading flags (-brtl), -+ # -berok will link without error, but may produce a broken library. -+ # The "-G" linker flag allows undefined symbols. -+ _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' -+ # Determine the default libpath from the value encoded in an empty -+ # executable. -+ _LT_SYS_MODULE_PATH_AIX([$1]) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" -+ -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag -+ else -+ if test ia64 = "$host_cpu"; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' -+ _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" -+ _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" -+ else -+ # Determine the default libpath from the value encoded in an -+ # empty executable. -+ _LT_SYS_MODULE_PATH_AIX([$1]) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" -+ # Warning - without using the other run time loading flags, -+ # -berok will link without error, but may produce a broken library. -+ _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' -+ if test yes = "$with_gnu_ld"; then -+ # We only use this code for GNU lds that support --whole-archive. -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' -+ else -+ # Exported symbols can be pulled into shared objects from archives -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' -+ fi -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=yes -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' -+ # -brtl affects multiple linker settings, -berok does not and is overridden later -+ compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' -+ if test svr4 != "$with_aix_soname"; then -+ # This is similar to how AIX traditionally builds its shared -+ # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' -+ fi -+ if test aix != "$with_aix_soname"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' -+ else -+ # used by -dlpreopen to get the symbols -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' -+ fi -+ _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' -+ fi -+ fi -+ ;; -+ -+ beos*) -+ if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ # Joseph Beckenbach says some releases of gcc -+ # support --undefined. This deserves some investigation. FIXME -+ _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ chorus*) -+ case $cc_basename in -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ cygwin* | mingw* | pw32* | cegcc*) -+ case $GXX,$cc_basename in -+ ,cl* | no,cl*) -+ # Native MSVC -+ # hardcode_libdir_flag_spec is actually meaningless, as there is -+ # no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=yes -+ _LT_TAGVAR(file_list_spec, $1)='@' -+ # Tell ltmain to make .lib files, not .a files. -+ libext=lib -+ # Tell ltmain to make .dll files, not .so files. -+ shrext_cmds=.dll -+ # FIXME: Setting linknames here is a bad hack. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then -+ cp "$export_symbols" "$output_objdir/$soname.def"; -+ echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; -+ else -+ $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; -+ fi~ -+ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ -+ linknames=' -+ # The linker will not automatically build a static lib if we build a DLL. -+ # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ # Don't use ranlib -+ _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' -+ _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ -+ lt_tool_outputfile="@TOOL_OUTPUT@"~ -+ case $lt_outputfile in -+ *.exe|*.EXE) ;; -+ *) -+ lt_outputfile=$lt_outputfile.exe -+ lt_tool_outputfile=$lt_tool_outputfile.exe -+ ;; -+ esac~ -+ func_to_tool_file "$lt_outputfile"~ -+ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then -+ $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; -+ $RM "$lt_outputfile.manifest"; -+ fi' -+ ;; -+ *) -+ # g++ -+ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, -+ # as there is no search path for DLLs. -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ _LT_TAGVAR(always_export_symbols, $1)=no -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ -+ if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ # If the export-symbols file already is a .def file, use it as -+ # is; otherwise, prepend EXPORTS... -+ _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then -+ cp $export_symbols $output_objdir/$soname.def; -+ else -+ echo EXPORTS > $output_objdir/$soname.def; -+ cat $export_symbols >> $output_objdir/$soname.def; -+ fi~ -+ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ darwin* | rhapsody*) -+ _LT_DARWIN_LINKER_FEATURES($1) -+ ;; -+ -+ os2*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes -+ _LT_TAGVAR(allow_undefined_flag, $1)=unsupported -+ shrext_cmds=.dll -+ _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ -+ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ -+ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ -+ $ECHO EXPORTS >> $output_objdir/$libname.def~ -+ prefix_cmds="$SED"~ -+ if test EXPORTS = "`$SED 1q $export_symbols`"; then -+ prefix_cmds="$prefix_cmds -e 1d"; -+ fi~ -+ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ -+ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ -+ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ -+ emximp -o $lib $output_objdir/$libname.def' -+ _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' -+ _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes -+ ;; -+ -+ dgux*) -+ case $cc_basename in -+ ec++*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ ghcx*) -+ # Green Hills C++ Compiler -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ freebsd2.*) -+ # C++ shared libraries reported to be fairly broken before -+ # switch to ELF -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ freebsd-elf*) -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ ;; -+ -+ freebsd* | dragonfly*) -+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF -+ # conventions -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ ;; -+ -+ haiku*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ -+ hpux9*) -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aCC*) -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ hpux10*|hpux11*) -+ if test no = "$with_gnu_ld"; then -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ case $host_cpu in -+ hppa*64*|ia64*) -+ ;; -+ *) -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ ;; -+ esac -+ fi -+ case $host_cpu in -+ hppa*64*|ia64*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ ;; -+ *) -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, -+ # but as the default -+ # location of the library. -+ ;; -+ esac -+ -+ case $cc_basename in -+ CC*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ aCC*) -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ if test no = "$with_gnu_ld"; then -+ case $host_cpu in -+ hppa*64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ ia64*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ ;; -+ esac -+ fi -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ interix[[3-9]]*) -+ _LT_TAGVAR(hardcode_direct, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. -+ # Instead, shared libraries are loaded at an image base (0x10000000 by -+ # default) and relocated if they conflict, which is a slow very memory -+ # consuming and fragmenting process. To avoid this, we pick a random, -+ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link -+ # time. Moving up from 0x10000000 also allows more sbrk(2) space. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' -+ ;; -+ irix5* | irix6*) -+ case $cc_basename in -+ CC*) -+ # SGI C++ -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' -+ ;; -+ *) -+ if test yes = "$GXX"; then -+ if test no = "$with_gnu_ld"; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ else -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' -+ fi -+ fi -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ ;; -+ esac -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ _LT_TAGVAR(inherit_rpath, $1)=yes -+ ;; -+ -+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -Bstatic", where "CC" is the KAI C++ compiler. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' -+ ;; -+ icpc* | ecpc* ) -+ # Intel C++ -+ with_gnu_ld=yes -+ # version 8.0 and above of icpc choke on multiply defined symbols -+ # if we add $predep_objects and $postdep_objects, however 7.1 and -+ # earlier do not add the objects themselves. -+ case `$CC -V 2>&1` in -+ *"Version 7."*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ *) # Version 8.0 or newer -+ tmp_idyn= -+ case $host_cpu in -+ ia64*) tmp_idyn=' -i_dynamic';; -+ esac -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ esac -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' -+ ;; -+ pgCC* | pgcpp*) -+ # Portland Group C++ compiler -+ case `$CC -V` in -+ *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) -+ _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ -+ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' -+ _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ -+ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ -+ $RANLIB $oldlib' -+ _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ -+ rm -rf $tpldir~ -+ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ -+ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ *) # Version 6 and above use weak symbols -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ ;; -+ cxx*) -+ # Compaq C++ -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' -+ -+ runpath_var=LD_RUN_PATH -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' -+ ;; -+ xl* | mpixl* | bgxl*) -+ # IBM XL 8.0 on PPC, with GNU ld -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -+ if test yes = "$supports_anon_versioning"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ -+ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ -+ echo "local: *; };" >> $output_objdir/$libname.ver~ -+ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' -+ fi -+ ;; -+ *) -+ case `$CC -V 2>&1 | sed 5q` in -+ *Sun\ C*) -+ # Sun C++ 5.9 -+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' -+ _LT_TAGVAR(compiler_needs_object, $1)=yes -+ -+ # Not sure whether something based on -+ # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 -+ # would be better. -+ output_verbose_link_cmd='func_echo_all' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ esac -+ ;; -+ esac -+ ;; -+ -+ lynxos*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ m88k*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ mvs*) -+ case $cc_basename in -+ cxx*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ netbsd*) -+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' -+ wlarc= -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ fi -+ # Workaround some broken pre-1.5 toolchains -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' -+ ;; -+ -+ *nto* | *qnx*) -+ _LT_TAGVAR(ld_shlibs, $1)=yes -+ ;; -+ -+ openbsd* | bitrig*) -+ if test -f /usr/libexec/ld.so; then -+ _LT_TAGVAR(hardcode_direct, $1)=yes -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_direct_absolute, $1)=yes -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' -+ _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' -+ fi -+ output_verbose_link_cmd=func_echo_all -+ else -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ -+ osf3* | osf4* | osf5*) -+ case $cc_basename in -+ KCC*) -+ # Kuck and Associates, Inc. (KAI) C++ Compiler -+ -+ # KCC will only create a shared library if the output file -+ # ends with ".so" (or ".sl" for HP-UX), so rename the library -+ # to its proper name (with version) after linking. -+ _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Archives containing C++ object files must be created using -+ # the KAI C++ compiler. -+ case $host in -+ osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; -+ *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; -+ esac -+ ;; -+ RCC*) -+ # Rational C++ 2.4.1 -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ cxx*) -+ case $host in -+ osf3*) -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ ;; -+ *) -+ _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ -+ echo "-hidden">> $lib.exp~ -+ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ -+ $RM $lib.exp' -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ # -+ # There doesn't appear to be a way to prevent this compiler from -+ # explicitly linking system object files so we need to strip them -+ # from the output so that they don't get included in the library -+ # dependencies. -+ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' -+ ;; -+ *) -+ if test yes,no = "$GXX,$with_gnu_ld"; then -+ _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' -+ case $host in -+ osf3*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' -+ ;; -+ esac -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=: -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ -+ else -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ fi -+ ;; -+ esac -+ ;; -+ -+ psos*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ sunos4*) -+ case $cc_basename in -+ CC*) -+ # Sun C++ 4.x -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ lcc*) -+ # Lucid -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ solaris*) -+ case $cc_basename in -+ CC* | sunCC*) -+ # Sun C++ 4.2, 5.x and Centerline C++ -+ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes -+ _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ # The compiler driver will combine and reorder linker options, -+ # but understands '-z linker_flag'. -+ # Supported since Solaris 2.6 (maybe 2.5.1?) -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' -+ ;; -+ esac -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ -+ output_verbose_link_cmd='func_echo_all' -+ -+ # Archives containing C++ object files must be created using -+ # "CC -xar", where "CC" is the Sun C++ compiler. This is -+ # necessary to make sure instantiated templates are included -+ # in the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' -+ ;; -+ gcx*) -+ # Green Hills C++ Compiler -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ -+ # The C++ compiler must be used to create the archive. -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' -+ ;; -+ *) -+ # GNU C++ compiler with Solaris linker -+ if test yes,no = "$GXX,$with_gnu_ld"; then -+ _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' -+ if $CC --version | $GREP -v '^2\.7' > /dev/null; then -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ else -+ # g++ 2.7 appears to require '-G' NOT '-shared' on this -+ # platform. -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ -+ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -+ -+ # Commands to make compiler produce verbose output that lists -+ # what "hidden" libraries, object files and flags are used when -+ # linking a shared library. -+ output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' -+ fi -+ -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' -+ case $host_os in -+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; -+ *) -+ _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' -+ ;; -+ esac -+ fi -+ ;; -+ esac -+ ;; -+ -+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) -+ _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ sysv5* | sco3.2v5* | sco5v6*) -+ # Note: We CANNOT use -z defs as we might desire, because we do not -+ # link with -lc, and that would cause any symbols used from libc to -+ # always be unresolved, which means just about no library would -+ # ever link correctly. If we're not using GNU ld we use -z text -+ # though, which does catch some bad symbols but isn't as heavy-handed -+ # as -z defs. -+ _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' -+ _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' -+ _LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no -+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' -+ _LT_TAGVAR(hardcode_libdir_separator, $1)=':' -+ _LT_TAGVAR(link_all_deplibs, $1)=yes -+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' -+ runpath_var='LD_RUN_PATH' -+ -+ case $cc_basename in -+ CC*) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ -+ '"$_LT_TAGVAR(old_archive_cmds, $1)" -+ _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ -+ '"$_LT_TAGVAR(reload_cmds, $1)" -+ ;; -+ *) -+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' -+ ;; -+ esac -+ ;; -+ -+ tandem*) -+ case $cc_basename in -+ NCC*) -+ # NonStop-UX NCC 3.20 -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ ;; -+ -+ vxworks*) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ -+ *) -+ # FIXME: insert proper C++ library support -+ _LT_TAGVAR(ld_shlibs, $1)=no -+ ;; -+ esac -+ -+ AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -+ test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no -+ -+ _LT_TAGVAR(GCC, $1)=$GXX -+ _LT_TAGVAR(LD, $1)=$LD -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_SYS_HIDDEN_LIBDEPS($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ CC=$lt_save_CC -+ CFLAGS=$lt_save_CFLAGS -+ LDCXX=$LD -+ LD=$lt_save_LD -+ GCC=$lt_save_GCC -+ with_gnu_ld=$lt_save_with_gnu_ld -+ lt_cv_path_LDCXX=$lt_cv_path_LD -+ lt_cv_path_LD=$lt_save_path_LD -+ lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld -+ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -+fi # test yes != "$_lt_caught_CXX_error" -+ -+AC_LANG_POP -+])# _LT_LANG_CXX_CONFIG -+ -+ -+# _LT_FUNC_STRIPNAME_CNF -+# ---------------------- -+# func_stripname_cnf prefix suffix name -+# strip PREFIX and SUFFIX off of NAME. -+# PREFIX and SUFFIX must not contain globbing or regex special -+# characters, hashes, percent signs, but SUFFIX may contain a leading -+# dot (in which case that matches only a dot). -+# -+# This function is identical to the (non-XSI) version of func_stripname, -+# except this one can be used by m4 code that may be executed by configure, -+# rather than the libtool script. -+m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl -+AC_REQUIRE([_LT_DECL_SED]) -+AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) -+func_stripname_cnf () -+{ -+ case @S|@2 in -+ .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; -+ *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; -+ esac -+} # func_stripname_cnf -+])# _LT_FUNC_STRIPNAME_CNF -+ -+ -+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) -+# --------------------------------- -+# Figure out "hidden" library dependencies from verbose -+# compiler output when linking a shared library. -+# Parse the compiler output and extract the necessary -+# objects, libraries and library flags. -+m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -+AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl -+# Dependencies to place before and after the object being linked: -+_LT_TAGVAR(predep_objects, $1)= -+_LT_TAGVAR(postdep_objects, $1)= -+_LT_TAGVAR(predeps, $1)= -+_LT_TAGVAR(postdeps, $1)= -+_LT_TAGVAR(compiler_lib_search_path, $1)= -+ -+dnl we can't use the lt_simple_compile_test_code here, -+dnl because it contains code intended for an executable, -+dnl not a library. It's possible we should let each -+dnl tag define a new lt_????_link_test_code variable, -+dnl but it's only used here... -+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -+int a; -+void foo (void) { a = 0; } -+_LT_EOF -+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -+class Foo -+{ -+public: -+ Foo (void) { a = 0; } -+private: -+ int a; -+}; -+_LT_EOF -+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF -+ subroutine foo -+ implicit none -+ integer*4 a -+ a=0 -+ return -+ end -+_LT_EOF -+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF -+ subroutine foo -+ implicit none -+ integer a -+ a=0 -+ return -+ end -+_LT_EOF -+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -+public class foo { -+ private int a; -+ public void bar (void) { -+ a = 0; -+ } -+}; -+_LT_EOF -+], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF -+package foo -+func foo() { -+} -+_LT_EOF -+]) -+ -+_lt_libdeps_save_CFLAGS=$CFLAGS -+case "$CC $CFLAGS " in #( -+*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; -+*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; -+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; -+esac -+ -+dnl Parse the compiler output and extract the necessary -+dnl objects, libraries and library flags. -+if AC_TRY_EVAL(ac_compile); then -+ # Parse the compiler output and extract the necessary -+ # objects, libraries and library flags. -+ -+ # Sentinel used to keep track of whether or not we are before -+ # the conftest object file. -+ pre_test_object_deps_done=no -+ -+ for p in `eval "$output_verbose_link_cmd"`; do -+ case $prev$p in -+ -+ -L* | -R* | -l*) -+ # Some compilers place space between "-{L,R}" and the path. -+ # Remove the space. -+ if test x-L = "$p" || -+ test x-R = "$p"; then -+ prev=$p -+ continue -+ fi -+ -+ # Expand the sysroot to ease extracting the directories later. -+ if test -z "$prev"; then -+ case $p in -+ -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -+ -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -+ -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; -+ esac -+ fi -+ case $p in -+ =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; -+ esac -+ if test no = "$pre_test_object_deps_done"; then -+ case $prev in -+ -L | -R) -+ # Internal compiler library paths should come after those -+ # provided the user. The postdeps already come after the -+ # user supplied libs so there is no need to process them. -+ if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then -+ _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p -+ else -+ _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" -+ fi -+ ;; -+ # The "-l" case would never come before the object being -+ # linked, so don't bother handling this case. -+ esac -+ else -+ if test -z "$_LT_TAGVAR(postdeps, $1)"; then -+ _LT_TAGVAR(postdeps, $1)=$prev$p -+ else -+ _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" -+ fi -+ fi -+ prev= -+ ;; -+ -+ *.lto.$objext) ;; # Ignore GCC LTO objects -+ *.$objext) -+ # This assumes that the test object file only shows up -+ # once in the compiler output. -+ if test "$p" = "conftest.$objext"; then -+ pre_test_object_deps_done=yes -+ continue -+ fi -+ -+ if test no = "$pre_test_object_deps_done"; then -+ if test -z "$_LT_TAGVAR(predep_objects, $1)"; then -+ _LT_TAGVAR(predep_objects, $1)=$p -+ else -+ _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" -+ fi -+ else -+ if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then -+ _LT_TAGVAR(postdep_objects, $1)=$p -+ else -+ _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" -+ fi -+ fi -+ ;; -+ -+ *) ;; # Ignore the rest. -+ -+ esac -+ done -+ -+ # Clean up. -+ rm -f a.out a.exe -+else -+ echo "libtool.m4: error: problem compiling $1 test program" -+fi -+ -+$RM -f confest.$objext -+CFLAGS=$_lt_libdeps_save_CFLAGS -+ -+# PORTME: override above test on systems where it is broken -+m4_if([$1], [CXX], -+[case $host_os in -+interix[[3-9]]*) -+ # Interix 3.5 installs completely hosed .la files for C++, so rather than -+ # hack all around it, let's just trust "g++" to DTRT. -+ _LT_TAGVAR(predep_objects,$1)= -+ _LT_TAGVAR(postdep_objects,$1)= -+ _LT_TAGVAR(postdeps,$1)= -+ ;; -+esac -+]) -+ -+case " $_LT_TAGVAR(postdeps, $1) " in -+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -+esac -+ _LT_TAGVAR(compiler_lib_search_dirs, $1)= -+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then -+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` -+fi -+_LT_TAGDECL([], [compiler_lib_search_dirs], [1], -+ [The directories searched by this compiler when creating a shared library]) -+_LT_TAGDECL([], [predep_objects], [1], -+ [Dependencies to place before and after the objects being linked to -+ create a shared library]) -+_LT_TAGDECL([], [postdep_objects], [1]) -+_LT_TAGDECL([], [predeps], [1]) -+_LT_TAGDECL([], [postdeps], [1]) -+_LT_TAGDECL([], [compiler_lib_search_path], [1], -+ [The library search path used internally by the compiler when linking -+ a shared library]) -+])# _LT_SYS_HIDDEN_LIBDEPS -+ -+ -+# _LT_LANG_F77_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for a Fortran 77 compiler are -+# suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_F77_CONFIG], -+[AC_LANG_PUSH(Fortran 77) -+if test -z "$F77" || test no = "$F77"; then -+ _lt_disable_F77=yes -+fi -+ -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(reload_flag, $1)=$reload_flag -+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for f77 test sources. -+ac_ext=f -+ -+# Object file extension for compiled f77 test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the F77 compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test yes != "$_lt_disable_F77"; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="\ -+ subroutine t -+ return -+ end -+" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code="\ -+ program t -+ end -+" -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC=$CC -+ lt_save_GCC=$GCC -+ lt_save_CFLAGS=$CFLAGS -+ CC=${F77-"f77"} -+ CFLAGS=$FFLAGS -+ compiler=$CC -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ GCC=$G77 -+ if test -n "$compiler"; then -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test no = "$can_build_shared" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test yes = "$enable_shared" && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ aix[[4-9]]*) -+ if test ia64 != "$host_cpu"; then -+ case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in -+ yes,aix,yes) ;; # shared object as lib.so file only -+ yes,svr4,*) ;; # shared object as lib.so archive member only -+ yes,*) enable_static=no ;; # shared object in lib.a archive as well -+ esac -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test yes = "$enable_shared" || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_TAGVAR(GCC, $1)=$G77 -+ _LT_TAGVAR(LD, $1)=$LD -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ GCC=$lt_save_GCC -+ CC=$lt_save_CC -+ CFLAGS=$lt_save_CFLAGS -+fi # test yes != "$_lt_disable_F77" -+ -+AC_LANG_POP -+])# _LT_LANG_F77_CONFIG -+ -+ -+# _LT_LANG_FC_CONFIG([TAG]) -+# ------------------------- -+# Ensure that the configuration variables for a Fortran compiler are -+# suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_FC_CONFIG], -+[AC_LANG_PUSH(Fortran) -+ -+if test -z "$FC" || test no = "$FC"; then -+ _lt_disable_FC=yes -+fi -+ -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+_LT_TAGVAR(allow_undefined_flag, $1)= -+_LT_TAGVAR(always_export_symbols, $1)=no -+_LT_TAGVAR(archive_expsym_cmds, $1)= -+_LT_TAGVAR(export_dynamic_flag_spec, $1)= -+_LT_TAGVAR(hardcode_direct, $1)=no -+_LT_TAGVAR(hardcode_direct_absolute, $1)=no -+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -+_LT_TAGVAR(hardcode_libdir_separator, $1)= -+_LT_TAGVAR(hardcode_minus_L, $1)=no -+_LT_TAGVAR(hardcode_automatic, $1)=no -+_LT_TAGVAR(inherit_rpath, $1)=no -+_LT_TAGVAR(module_cmds, $1)= -+_LT_TAGVAR(module_expsym_cmds, $1)= -+_LT_TAGVAR(link_all_deplibs, $1)=unknown -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(reload_flag, $1)=$reload_flag -+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -+_LT_TAGVAR(no_undefined_flag, $1)= -+_LT_TAGVAR(whole_archive_flag_spec, $1)= -+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -+ -+# Source file extension for fc test sources. -+ac_ext=${ac_fc_srcext-f} -+ -+# Object file extension for compiled fc test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# No sense in running all these tests if we already determined that -+# the FC compiler isn't working. Some variables (like enable_shared) -+# are currently assumed to apply to all compilers on this platform, -+# and will be corrupted by setting them based on a non-working compiler. -+if test yes != "$_lt_disable_FC"; then -+ # Code to be used in simple compile tests -+ lt_simple_compile_test_code="\ -+ subroutine t -+ return -+ end -+" -+ -+ # Code to be used in simple link tests -+ lt_simple_link_test_code="\ -+ program t -+ end -+" -+ -+ # ltmain only uses $CC for tagged configurations so make sure $CC is set. -+ _LT_TAG_COMPILER -+ -+ # save warnings/boilerplate of simple test code -+ _LT_COMPILER_BOILERPLATE -+ _LT_LINKER_BOILERPLATE -+ -+ # Allow CC to be a program name with arguments. -+ lt_save_CC=$CC -+ lt_save_GCC=$GCC -+ lt_save_CFLAGS=$CFLAGS -+ CC=${FC-"f95"} -+ CFLAGS=$FCFLAGS -+ compiler=$CC -+ GCC=$ac_cv_fc_compiler_gnu -+ -+ _LT_TAGVAR(compiler, $1)=$CC -+ _LT_CC_BASENAME([$compiler]) -+ -+ if test -n "$compiler"; then -+ AC_MSG_CHECKING([if libtool supports shared libraries]) -+ AC_MSG_RESULT([$can_build_shared]) -+ -+ AC_MSG_CHECKING([whether to build shared libraries]) -+ test no = "$can_build_shared" && enable_shared=no -+ -+ # On AIX, shared libraries and static libraries use the same namespace, and -+ # are all built from PIC. -+ case $host_os in -+ aix3*) -+ test yes = "$enable_shared" && enable_static=no -+ if test -n "$RANLIB"; then -+ archive_cmds="$archive_cmds~\$RANLIB \$lib" -+ postinstall_cmds='$RANLIB $lib' -+ fi -+ ;; -+ aix[[4-9]]*) -+ if test ia64 != "$host_cpu"; then -+ case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in -+ yes,aix,yes) ;; # shared object as lib.so file only -+ yes,svr4,*) ;; # shared object as lib.so archive member only -+ yes,*) enable_static=no ;; # shared object in lib.a archive as well -+ esac -+ fi -+ ;; -+ esac -+ AC_MSG_RESULT([$enable_shared]) -+ -+ AC_MSG_CHECKING([whether to build static libraries]) -+ # Make sure either enable_shared or enable_static is yes. -+ test yes = "$enable_shared" || enable_static=yes -+ AC_MSG_RESULT([$enable_static]) -+ -+ _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu -+ _LT_TAGVAR(LD, $1)=$LD -+ -+ ## CAVEAT EMPTOR: -+ ## There is no encapsulation within the following macros, do not change -+ ## the running order or otherwise move them around unless you know exactly -+ ## what you are doing... -+ _LT_SYS_HIDDEN_LIBDEPS($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_SYS_DYNAMIC_LINKER($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+ fi # test -n "$compiler" -+ -+ GCC=$lt_save_GCC -+ CC=$lt_save_CC -+ CFLAGS=$lt_save_CFLAGS -+fi # test yes != "$_lt_disable_FC" -+ -+AC_LANG_POP -+])# _LT_LANG_FC_CONFIG -+ -+ -+# _LT_LANG_GCJ_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for the GNU Java Compiler compiler -+# are suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_GCJ_CONFIG], -+[AC_REQUIRE([LT_PROG_GCJ])dnl -+AC_LANG_SAVE -+ -+# Source file extension for Java test sources. -+ac_ext=java -+ -+# Object file extension for compiled Java test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="class foo {}" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' -+ -+# ltmain only uses $CC for tagged configurations so make sure $CC is set. -+_LT_TAG_COMPILER -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+# Allow CC to be a program name with arguments. -+lt_save_CC=$CC -+lt_save_CFLAGS=$CFLAGS -+lt_save_GCC=$GCC -+GCC=yes -+CC=${GCJ-"gcj"} -+CFLAGS=$GCJFLAGS -+compiler=$CC -+_LT_TAGVAR(compiler, $1)=$CC -+_LT_TAGVAR(LD, $1)=$LD -+_LT_CC_BASENAME([$compiler]) -+ -+# GCJ did not exist at the time GCC didn't implicitly link libc in. -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(reload_flag, $1)=$reload_flag -+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ _LT_COMPILER_NO_RTTI($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+fi -+ -+AC_LANG_RESTORE -+ -+GCC=$lt_save_GCC -+CC=$lt_save_CC -+CFLAGS=$lt_save_CFLAGS -+])# _LT_LANG_GCJ_CONFIG -+ -+ -+# _LT_LANG_GO_CONFIG([TAG]) -+# -------------------------- -+# Ensure that the configuration variables for the GNU Go compiler -+# are suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_GO_CONFIG], -+[AC_REQUIRE([LT_PROG_GO])dnl -+AC_LANG_SAVE -+ -+# Source file extension for Go test sources. -+ac_ext=go -+ -+# Object file extension for compiled Go test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code="package main; func main() { }" -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code='package main; func main() { }' -+ -+# ltmain only uses $CC for tagged configurations so make sure $CC is set. -+_LT_TAG_COMPILER -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+# Allow CC to be a program name with arguments. -+lt_save_CC=$CC -+lt_save_CFLAGS=$CFLAGS -+lt_save_GCC=$GCC -+GCC=yes -+CC=${GOC-"gccgo"} -+CFLAGS=$GOFLAGS -+compiler=$CC -+_LT_TAGVAR(compiler, $1)=$CC -+_LT_TAGVAR(LD, $1)=$LD -+_LT_CC_BASENAME([$compiler]) -+ -+# Go did not exist at the time GCC didn't implicitly link libc in. -+_LT_TAGVAR(archive_cmds_need_lc, $1)=no -+ -+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -+_LT_TAGVAR(reload_flag, $1)=$reload_flag -+_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -+ -+## CAVEAT EMPTOR: -+## There is no encapsulation within the following macros, do not change -+## the running order or otherwise move them around unless you know exactly -+## what you are doing... -+if test -n "$compiler"; then -+ _LT_COMPILER_NO_RTTI($1) -+ _LT_COMPILER_PIC($1) -+ _LT_COMPILER_C_O($1) -+ _LT_COMPILER_FILE_LOCKS($1) -+ _LT_LINKER_SHLIBS($1) -+ _LT_LINKER_HARDCODE_LIBPATH($1) -+ -+ _LT_CONFIG($1) -+fi -+ -+AC_LANG_RESTORE -+ -+GCC=$lt_save_GCC -+CC=$lt_save_CC -+CFLAGS=$lt_save_CFLAGS -+])# _LT_LANG_GO_CONFIG -+ -+ -+# _LT_LANG_RC_CONFIG([TAG]) -+# ------------------------- -+# Ensure that the configuration variables for the Windows resource compiler -+# are suitably defined. These variables are subsequently used by _LT_CONFIG -+# to write the compiler configuration to 'libtool'. -+m4_defun([_LT_LANG_RC_CONFIG], -+[AC_REQUIRE([LT_PROG_RC])dnl -+AC_LANG_SAVE -+ -+# Source file extension for RC test sources. -+ac_ext=rc -+ -+# Object file extension for compiled RC test sources. -+objext=o -+_LT_TAGVAR(objext, $1)=$objext -+ -+# Code to be used in simple compile tests -+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' -+ -+# Code to be used in simple link tests -+lt_simple_link_test_code=$lt_simple_compile_test_code -+ -+# ltmain only uses $CC for tagged configurations so make sure $CC is set. -+_LT_TAG_COMPILER -+ -+# save warnings/boilerplate of simple test code -+_LT_COMPILER_BOILERPLATE -+_LT_LINKER_BOILERPLATE -+ -+# Allow CC to be a program name with arguments. -+lt_save_CC=$CC -+lt_save_CFLAGS=$CFLAGS -+lt_save_GCC=$GCC -+GCC= -+CC=${RC-"windres"} -+CFLAGS= -+compiler=$CC -+_LT_TAGVAR(compiler, $1)=$CC -+_LT_CC_BASENAME([$compiler]) -+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes -+ -+if test -n "$compiler"; then -+ : -+ _LT_CONFIG($1) -+fi -+ -+GCC=$lt_save_GCC -+AC_LANG_RESTORE -+CC=$lt_save_CC -+CFLAGS=$lt_save_CFLAGS -+])# _LT_LANG_RC_CONFIG -+ -+ -+# LT_PROG_GCJ -+# ----------- -+AC_DEFUN([LT_PROG_GCJ], -+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], -+ [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], -+ [AC_CHECK_TOOL(GCJ, gcj,) -+ test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" -+ AC_SUBST(GCJFLAGS)])])[]dnl -+]) -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_GCJ], []) -+ -+ -+# LT_PROG_GO -+# ---------- -+AC_DEFUN([LT_PROG_GO], -+[AC_CHECK_TOOL(GOC, gccgo,) -+]) -+ -+ -+# LT_PROG_RC -+# ---------- -+AC_DEFUN([LT_PROG_RC], -+[AC_CHECK_TOOL(RC, windres,) -+]) -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_RC], []) -+ -+ -+# _LT_DECL_EGREP -+# -------------- -+# If we don't have a new enough Autoconf to choose the best grep -+# available, choose the one first in the user's PATH. -+m4_defun([_LT_DECL_EGREP], -+[AC_REQUIRE([AC_PROG_EGREP])dnl -+AC_REQUIRE([AC_PROG_FGREP])dnl -+test -z "$GREP" && GREP=grep -+_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -+_LT_DECL([], [EGREP], [1], [An ERE matcher]) -+_LT_DECL([], [FGREP], [1], [A literal string matcher]) -+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -+AC_SUBST([GREP]) -+]) -+ -+ -+# _LT_DECL_OBJDUMP -+# -------------- -+# If we don't have a new enough Autoconf to choose the best objdump -+# available, choose the one first in the user's PATH. -+m4_defun([_LT_DECL_OBJDUMP], -+[AC_CHECK_TOOL(OBJDUMP, objdump, false) -+test -z "$OBJDUMP" && OBJDUMP=objdump -+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -+AC_SUBST([OBJDUMP]) -+]) -+ -+# _LT_DECL_DLLTOOL -+# ---------------- -+# Ensure DLLTOOL variable is set. -+m4_defun([_LT_DECL_DLLTOOL], -+[AC_CHECK_TOOL(DLLTOOL, dlltool, false) -+test -z "$DLLTOOL" && DLLTOOL=dlltool -+_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) -+AC_SUBST([DLLTOOL]) -+]) -+ -+# _LT_DECL_SED -+# ------------ -+# Check for a fully-functional sed program, that truncates -+# as few characters as possible. Prefer GNU sed if found. -+m4_defun([_LT_DECL_SED], -+[AC_PROG_SED -+test -z "$SED" && SED=sed -+Xsed="$SED -e 1s/^X//" -+_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], -+ [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -+])# _LT_DECL_SED -+ -+m4_ifndef([AC_PROG_SED], [ -+############################################################ -+# NOTE: This macro has been submitted for inclusion into # -+# GNU Autoconf as AC_PROG_SED. When it is available in # -+# a released version of Autoconf we should remove this # -+# macro and use it instead. # -+############################################################ -+ -+m4_defun([AC_PROG_SED], -+[AC_MSG_CHECKING([for a sed that does not truncate output]) -+AC_CACHE_VAL(lt_cv_path_SED, -+[# Loop through the user's path and test for sed and gsed. -+# Then use that list of sed's as ones to test for truncation. -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for lt_ac_prog in sed gsed; do -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then -+ lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" -+ fi -+ done -+ done -+done -+IFS=$as_save_IFS -+lt_ac_max=0 -+lt_ac_count=0 -+# Add /usr/xpg4/bin/sed as it is typically found on Solaris -+# along with /bin/sed that truncates output. -+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do -+ test ! -f "$lt_ac_sed" && continue -+ cat /dev/null > conftest.in -+ lt_ac_count=0 -+ echo $ECHO_N "0123456789$ECHO_C" >conftest.in -+ # Check for GNU sed and select it if it is found. -+ if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then -+ lt_cv_path_SED=$lt_ac_sed -+ break -+ fi -+ while true; do -+ cat conftest.in conftest.in >conftest.tmp -+ mv conftest.tmp conftest.in -+ cp conftest.in conftest.nl -+ echo >>conftest.nl -+ $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break -+ cmp -s conftest.out conftest.nl || break -+ # 10000 chars as input seems more than enough -+ test 10 -lt "$lt_ac_count" && break -+ lt_ac_count=`expr $lt_ac_count + 1` -+ if test "$lt_ac_count" -gt "$lt_ac_max"; then -+ lt_ac_max=$lt_ac_count -+ lt_cv_path_SED=$lt_ac_sed -+ fi -+ done -+done -+]) -+SED=$lt_cv_path_SED -+AC_SUBST([SED]) -+AC_MSG_RESULT([$SED]) -+])#AC_PROG_SED -+])#m4_ifndef -+ -+# Old name: -+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([LT_AC_PROG_SED], []) -+ -+ -+# _LT_CHECK_SHELL_FEATURES -+# ------------------------ -+# Find out whether the shell is Bourne or XSI compatible, -+# or has some other useful features. -+m4_defun([_LT_CHECK_SHELL_FEATURES], -+[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then -+ lt_unset=unset -+else -+ lt_unset=false -+fi -+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl -+ -+# test EBCDIC or ASCII -+case `echo X|tr X '\101'` in -+ A) # ASCII based system -+ # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr -+ lt_SP2NL='tr \040 \012' -+ lt_NL2SP='tr \015\012 \040\040' -+ ;; -+ *) # EBCDIC based system -+ lt_SP2NL='tr \100 \n' -+ lt_NL2SP='tr \r\n \100\100' -+ ;; -+esac -+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -+])# _LT_CHECK_SHELL_FEATURES -+ -+ -+# _LT_PATH_CONVERSION_FUNCTIONS -+# ----------------------------- -+# Determine what file name conversion functions should be used by -+# func_to_host_file (and, implicitly, by func_to_host_path). These are needed -+# for certain cross-compile configurations and native mingw. -+m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+AC_REQUIRE([AC_CANONICAL_BUILD])dnl -+AC_MSG_CHECKING([how to convert $build file names to $host format]) -+AC_CACHE_VAL(lt_cv_to_host_file_cmd, -+[case $host in -+ *-*-mingw* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 -+ ;; -+ *-*-cygwin* ) -+ lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 -+ ;; -+ * ) # otherwise, assume *nix -+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 -+ ;; -+ esac -+ ;; -+ *-*-cygwin* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin -+ ;; -+ *-*-cygwin* ) -+ lt_cv_to_host_file_cmd=func_convert_file_noop -+ ;; -+ * ) # otherwise, assume *nix -+ lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin -+ ;; -+ esac -+ ;; -+ * ) # unhandled hosts (and "normal" native builds) -+ lt_cv_to_host_file_cmd=func_convert_file_noop -+ ;; -+esac -+]) -+to_host_file_cmd=$lt_cv_to_host_file_cmd -+AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) -+_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], -+ [0], [convert $build file names to $host format])dnl -+ -+AC_MSG_CHECKING([how to convert $build file names to toolchain format]) -+AC_CACHE_VAL(lt_cv_to_tool_file_cmd, -+[#assume ordinary cross tools, or native build. -+lt_cv_to_tool_file_cmd=func_convert_file_noop -+case $host in -+ *-*-mingw* ) -+ case $build in -+ *-*-mingw* ) # actually msys -+ lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 -+ ;; -+ esac -+ ;; -+esac -+]) -+to_tool_file_cmd=$lt_cv_to_tool_file_cmd -+AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) -+_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], -+ [0], [convert $build files to toolchain format])dnl -+])# _LT_PATH_CONVERSION_FUNCTIONS ---- /dev/null -+++ codeblocks-16.01svn11246/m4/ltoptions.m4 -@@ -0,0 +1,437 @@ -+# Helper functions for option handling. -*- Autoconf -*- -+# -+# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software -+# Foundation, Inc. -+# Written by Gary V. Vaughan, 2004 -+# -+# This file 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. -+ -+# serial 8 ltoptions.m4 -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) -+ -+ -+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -+# ------------------------------------------ -+m4_define([_LT_MANGLE_OPTION], -+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) -+ -+ -+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -+# --------------------------------------- -+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -+# matching handler defined, dispatch to it. Other OPTION-NAMEs are -+# saved as a flag. -+m4_define([_LT_SET_OPTION], -+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), -+ _LT_MANGLE_DEFUN([$1], [$2]), -+ [m4_warning([Unknown $1 option '$2'])])[]dnl -+]) -+ -+ -+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -+# ------------------------------------------------------------ -+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -+m4_define([_LT_IF_OPTION], -+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) -+ -+ -+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -+# ------------------------------------------------------- -+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -+# are set. -+m4_define([_LT_UNLESS_OPTIONS], -+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), -+ [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), -+ [m4_define([$0_found])])])[]dnl -+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -+])[]dnl -+]) -+ -+ -+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -+# ---------------------------------------- -+# OPTION-LIST is a space-separated list of Libtool options associated -+# with MACRO-NAME. If any OPTION has a matching handler declared with -+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -+# the unknown option and exit. -+m4_defun([_LT_SET_OPTIONS], -+[# Set options -+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), -+ [_LT_SET_OPTION([$1], _LT_Option)]) -+ -+m4_if([$1],[LT_INIT],[ -+ dnl -+ dnl Simply set some default values (i.e off) if boolean options were not -+ dnl specified: -+ _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no -+ ]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no -+ ]) -+ dnl -+ dnl If no reference was made to various pairs of opposing options, then -+ dnl we run the default mode handler for the pair. For example, if neither -+ dnl 'shared' nor 'disable-shared' was passed, we enable building of shared -+ dnl archives by default: -+ _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], -+ [_LT_ENABLE_FAST_INSTALL]) -+ _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], -+ [_LT_WITH_AIX_SONAME([aix])]) -+ ]) -+])# _LT_SET_OPTIONS -+ -+ -+## --------------------------------- ## -+## Macros to handle LT_INIT options. ## -+## --------------------------------- ## -+ -+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -+# ----------------------------------------- -+m4_define([_LT_MANGLE_DEFUN], -+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) -+ -+ -+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -+# ----------------------------------------------- -+m4_define([LT_OPTION_DEFINE], -+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -+])# LT_OPTION_DEFINE -+ -+ -+# dlopen -+# ------ -+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -+]) -+ -+AU_DEFUN([AC_LIBTOOL_DLOPEN], -+[_LT_SET_OPTION([LT_INIT], [dlopen]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the 'dlopen' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) -+ -+ -+# win32-dll -+# --------- -+# Declare package support for building win32 dll's. -+LT_OPTION_DEFINE([LT_INIT], [win32-dll], -+[enable_win32_dll=yes -+ -+case $host in -+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) -+ AC_CHECK_TOOL(AS, as, false) -+ AC_CHECK_TOOL(DLLTOOL, dlltool, false) -+ AC_CHECK_TOOL(OBJDUMP, objdump, false) -+ ;; -+esac -+ -+test -z "$AS" && AS=as -+_LT_DECL([], [AS], [1], [Assembler program])dnl -+ -+test -z "$DLLTOOL" && DLLTOOL=dlltool -+_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl -+ -+test -z "$OBJDUMP" && OBJDUMP=objdump -+_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl -+])# win32-dll -+ -+AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -+[AC_REQUIRE([AC_CANONICAL_HOST])dnl -+_LT_SET_OPTION([LT_INIT], [win32-dll]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the 'win32-dll' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) -+ -+ -+# _LT_ENABLE_SHARED([DEFAULT]) -+# ---------------------------- -+# implement the --enable-shared flag, and supports the 'shared' and -+# 'disable-shared' LT_INIT options. -+# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -+m4_define([_LT_ENABLE_SHARED], -+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([shared], -+ [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], -+ [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_shared=yes ;; -+ no) enable_shared=no ;; -+ *) -+ enable_shared=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_shared=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac], -+ [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) -+ -+ _LT_DECL([build_libtool_libs], [enable_shared], [0], -+ [Whether or not to build shared libraries]) -+])# _LT_ENABLE_SHARED -+ -+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) -+ -+# Old names: -+AC_DEFUN([AC_ENABLE_SHARED], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -+]) -+ -+AC_DEFUN([AC_DISABLE_SHARED], -+[_LT_SET_OPTION([LT_INIT], [disable-shared]) -+]) -+ -+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_ENABLE_SHARED], []) -+dnl AC_DEFUN([AM_DISABLE_SHARED], []) -+ -+ -+ -+# _LT_ENABLE_STATIC([DEFAULT]) -+# ---------------------------- -+# implement the --enable-static flag, and support the 'static' and -+# 'disable-static' LT_INIT options. -+# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -+m4_define([_LT_ENABLE_STATIC], -+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([static], -+ [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], -+ [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_static=yes ;; -+ no) enable_static=no ;; -+ *) -+ enable_static=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_static=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac], -+ [enable_static=]_LT_ENABLE_STATIC_DEFAULT) -+ -+ _LT_DECL([build_old_libs], [enable_static], [0], -+ [Whether or not to build static libraries]) -+])# _LT_ENABLE_STATIC -+ -+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) -+ -+# Old names: -+AC_DEFUN([AC_ENABLE_STATIC], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -+]) -+ -+AC_DEFUN([AC_DISABLE_STATIC], -+[_LT_SET_OPTION([LT_INIT], [disable-static]) -+]) -+ -+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AM_ENABLE_STATIC], []) -+dnl AC_DEFUN([AM_DISABLE_STATIC], []) -+ -+ -+ -+# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -+# ---------------------------------- -+# implement the --enable-fast-install flag, and support the 'fast-install' -+# and 'disable-fast-install' LT_INIT options. -+# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -+m4_define([_LT_ENABLE_FAST_INSTALL], -+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -+AC_ARG_ENABLE([fast-install], -+ [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], -+ [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], -+ [p=${PACKAGE-default} -+ case $enableval in -+ yes) enable_fast_install=yes ;; -+ no) enable_fast_install=no ;; -+ *) -+ enable_fast_install=no -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for pkg in $enableval; do -+ IFS=$lt_save_ifs -+ if test "X$pkg" = "X$p"; then -+ enable_fast_install=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac], -+ [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) -+ -+_LT_DECL([fast_install], [enable_fast_install], [0], -+ [Whether or not to optimize for fast installation])dnl -+])# _LT_ENABLE_FAST_INSTALL -+ -+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) -+ -+# Old names: -+AU_DEFUN([AC_ENABLE_FAST_INSTALL], -+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you put -+the 'fast-install' option into LT_INIT's first parameter.]) -+]) -+ -+AU_DEFUN([AC_DISABLE_FAST_INSTALL], -+[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you put -+the 'disable-fast-install' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) -+ -+ -+# _LT_WITH_AIX_SONAME([DEFAULT]) -+# ---------------------------------- -+# implement the --with-aix-soname flag, and support the `aix-soname=aix' -+# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT -+# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. -+m4_define([_LT_WITH_AIX_SONAME], -+[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl -+shared_archive_member_spec= -+case $host,$enable_shared in -+power*-*-aix[[5-9]]*,yes) -+ AC_MSG_CHECKING([which variant of shared library versioning to provide]) -+ AC_ARG_WITH([aix-soname], -+ [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], -+ [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], -+ [case $withval in -+ aix|svr4|both) -+ ;; -+ *) -+ AC_MSG_ERROR([Unknown argument to --with-aix-soname]) -+ ;; -+ esac -+ lt_cv_with_aix_soname=$with_aix_soname], -+ [AC_CACHE_VAL([lt_cv_with_aix_soname], -+ [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) -+ with_aix_soname=$lt_cv_with_aix_soname]) -+ AC_MSG_RESULT([$with_aix_soname]) -+ if test aix != "$with_aix_soname"; then -+ # For the AIX way of multilib, we name the shared archive member -+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', -+ # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. -+ # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, -+ # the AIX toolchain works better with OBJECT_MODE set (default 32). -+ if test 64 = "${OBJECT_MODE-32}"; then -+ shared_archive_member_spec=shr_64 -+ else -+ shared_archive_member_spec=shr -+ fi -+ fi -+ ;; -+*) -+ with_aix_soname=aix -+ ;; -+esac -+ -+_LT_DECL([], [shared_archive_member_spec], [0], -+ [Shared archive member basename, for filename based shared library versioning on AIX])dnl -+])# _LT_WITH_AIX_SONAME -+ -+LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) -+LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) -+LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) -+ -+ -+# _LT_WITH_PIC([MODE]) -+# -------------------- -+# implement the --with-pic flag, and support the 'pic-only' and 'no-pic' -+# LT_INIT options. -+# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. -+m4_define([_LT_WITH_PIC], -+[AC_ARG_WITH([pic], -+ [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], -+ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], -+ [lt_p=${PACKAGE-default} -+ case $withval in -+ yes|no) pic_mode=$withval ;; -+ *) -+ pic_mode=default -+ # Look at the argument we got. We use all the common list separators. -+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, -+ for lt_pkg in $withval; do -+ IFS=$lt_save_ifs -+ if test "X$lt_pkg" = "X$lt_p"; then -+ pic_mode=yes -+ fi -+ done -+ IFS=$lt_save_ifs -+ ;; -+ esac], -+ [pic_mode=m4_default([$1], [default])]) -+ -+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -+])# _LT_WITH_PIC -+ -+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) -+ -+# Old name: -+AU_DEFUN([AC_LIBTOOL_PICMODE], -+[_LT_SET_OPTION([LT_INIT], [pic-only]) -+AC_DIAGNOSE([obsolete], -+[$0: Remove this warning and the call to _LT_SET_OPTION when you -+put the 'pic-only' option into LT_INIT's first parameter.]) -+]) -+ -+dnl aclocal-1.4 backwards compatibility: -+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) -+ -+## ----------------- ## -+## LTDL_INIT Options ## -+## ----------------- ## -+ -+m4_define([_LTDL_MODE], []) -+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], -+ [m4_define([_LTDL_MODE], [nonrecursive])]) -+LT_OPTION_DEFINE([LTDL_INIT], [recursive], -+ [m4_define([_LTDL_MODE], [recursive])]) -+LT_OPTION_DEFINE([LTDL_INIT], [subproject], -+ [m4_define([_LTDL_MODE], [subproject])]) -+ -+m4_define([_LTDL_TYPE], []) -+LT_OPTION_DEFINE([LTDL_INIT], [installable], -+ [m4_define([_LTDL_TYPE], [installable])]) -+LT_OPTION_DEFINE([LTDL_INIT], [convenience], -+ [m4_define([_LTDL_TYPE], [convenience])]) ---- /dev/null -+++ codeblocks-16.01svn11246/m4/ltsugar.m4 -@@ -0,0 +1,124 @@ -+# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -+# -+# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software -+# Foundation, Inc. -+# Written by Gary V. Vaughan, 2004 -+# -+# This file 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. -+ -+# serial 6 ltsugar.m4 -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) -+ -+ -+# lt_join(SEP, ARG1, [ARG2...]) -+# ----------------------------- -+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -+# associated separator. -+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -+# versions in m4sugar had bugs. -+m4_define([lt_join], -+[m4_if([$#], [1], [], -+ [$#], [2], [[$2]], -+ [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -+m4_define([_lt_join], -+[m4_if([$#$2], [2], [], -+ [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) -+ -+ -+# lt_car(LIST) -+# lt_cdr(LIST) -+# ------------ -+# Manipulate m4 lists. -+# These macros are necessary as long as will still need to support -+# Autoconf-2.59, which quotes differently. -+m4_define([lt_car], [[$1]]) -+m4_define([lt_cdr], -+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], -+ [$#], 1, [], -+ [m4_dquote(m4_shift($@))])]) -+m4_define([lt_unquote], $1) -+ -+ -+# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -+# ------------------------------------------ -+# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. -+# Note that neither SEPARATOR nor STRING are expanded; they are appended -+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -+# No SEPARATOR is output if MACRO-NAME was previously undefined (different -+# than defined and empty). -+# -+# This macro is needed until we can rely on Autoconf 2.62, since earlier -+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -+m4_define([lt_append], -+[m4_define([$1], -+ m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) -+ -+ -+ -+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -+# ---------------------------------------------------------- -+# Produce a SEP delimited list of all paired combinations of elements of -+# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -+# has the form PREFIXmINFIXSUFFIXn. -+# Needed until we can rely on m4_combine added in Autoconf 2.62. -+m4_define([lt_combine], -+[m4_if(m4_eval([$# > 3]), [1], -+ [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -+[[m4_foreach([_Lt_prefix], [$2], -+ [m4_foreach([_Lt_suffix], -+ ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, -+ [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) -+ -+ -+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -+# ----------------------------------------------------------------------- -+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -+m4_define([lt_if_append_uniq], -+[m4_ifdef([$1], -+ [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], -+ [lt_append([$1], [$2], [$3])$4], -+ [$5])], -+ [lt_append([$1], [$2], [$3])$4])]) -+ -+ -+# lt_dict_add(DICT, KEY, VALUE) -+# ----------------------------- -+m4_define([lt_dict_add], -+[m4_define([$1($2)], [$3])]) -+ -+ -+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -+# -------------------------------------------- -+m4_define([lt_dict_add_subkey], -+[m4_define([$1($2:$3)], [$4])]) -+ -+ -+# lt_dict_fetch(DICT, KEY, [SUBKEY]) -+# ---------------------------------- -+m4_define([lt_dict_fetch], -+[m4_ifval([$3], -+ m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), -+ m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) -+ -+ -+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -+# ----------------------------------------------------------------- -+m4_define([lt_if_dict_fetch], -+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], -+ [$5], -+ [$6])]) -+ -+ -+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -+# -------------------------------------------------------------- -+m4_define([lt_dict_filter], -+[m4_if([$5], [], [], -+ [lt_join(m4_quote(m4_default([$4], [[, ]])), -+ lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), -+ [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -+]) ---- /dev/null -+++ codeblocks-16.01svn11246/m4/ltversion.m4 -@@ -0,0 +1,23 @@ -+# ltversion.m4 -- version numbers -*- Autoconf -*- -+# -+# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. -+# Written by Scott James Remnant, 2004 -+# -+# This file 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. -+ -+# @configure_input@ -+ -+# serial 4179 ltversion.m4 -+# This file is part of GNU Libtool -+ -+m4_define([LT_PACKAGE_VERSION], [2.4.6]) -+m4_define([LT_PACKAGE_REVISION], [2.4.6]) -+ -+AC_DEFUN([LTVERSION_VERSION], -+[macro_version='2.4.6' -+macro_revision='2.4.6' -+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -+_LT_DECL(, macro_revision, 0) -+]) ---- /dev/null -+++ codeblocks-16.01svn11246/m4/lt~obsolete.m4 -@@ -0,0 +1,99 @@ -+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -+# -+# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software -+# Foundation, Inc. -+# Written by Scott James Remnant, 2004. -+# -+# This file 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. -+ -+# serial 5 lt~obsolete.m4 -+ -+# These exist entirely to fool aclocal when bootstrapping libtool. -+# -+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), -+# which have later been changed to m4_define as they aren't part of the -+# exported API, or moved to Autoconf or Automake where they belong. -+# -+# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -+# using a macro with the same name in our local m4/libtool.m4 it'll -+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -+# and doesn't know about Autoconf macros at all.) -+# -+# So we provide this file, which has a silly filename so it's always -+# included after everything else. This provides aclocal with the -+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -+# because those macros already exist, or will be overwritten later. -+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -+# -+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -+# Yes, that means every name once taken will need to remain here until -+# we give up compatibility with versions before 1.7, at which point -+# we need to keep only those names which we still refer to. -+ -+# This is to help aclocal find these macros, as it can't see m4_define. -+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) -+ -+m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -+m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -+m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -+m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -+m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -+m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -+m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -+m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -+m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -+m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -+m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -+m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -+m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -+m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -+m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -+m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -+m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -+m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -+m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -+m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -+m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -+m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -+m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -+m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -+m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -+m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -+m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -+m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -+m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -+m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -+m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -+m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) -+m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) -+m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) -+m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) -+m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) -+m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) -+m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) ---- /dev/null -+++ codeblocks-16.01svn11246/missing -@@ -0,0 +1,215 @@ -+#! /bin/sh -+# Common wrapper for a few potentially missing GNU programs. -+ -+scriptversion=2013-10-28.13; # UTC -+ -+# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+# Originally written by Fran,cois Pinard , 1996. -+ -+# This program is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2, or (at your option) -+# any later version. -+ -+# This program 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 General Public License for more details. -+ -+# You should have received a copy of the GNU General Public License -+# along with this program. If not, see . -+ -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that program. -+ -+if test $# -eq 0; then -+ echo 1>&2 "Try '$0 --help' for more information" -+ exit 1 -+fi -+ -+case $1 in -+ -+ --is-lightweight) -+ # Used by our autoconf macros to check whether the available missing -+ # script is modern enough. -+ exit 0 -+ ;; -+ -+ --run) -+ # Back-compat with the calling convention used by older automake. -+ shift -+ ;; -+ -+ -h|--h|--he|--hel|--help) -+ echo "\ -+$0 [OPTION]... PROGRAM [ARGUMENT]... -+ -+Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due -+to PROGRAM being missing or too old. -+ -+Options: -+ -h, --help display this help and exit -+ -v, --version output version information and exit -+ -+Supported PROGRAM values: -+ aclocal autoconf autoheader autom4te automake makeinfo -+ bison yacc flex lex help2man -+ -+Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and -+'g' are ignored when checking the name. -+ -+Send bug reports to ." -+ exit $? -+ ;; -+ -+ -v|--v|--ve|--ver|--vers|--versi|--versio|--version) -+ echo "missing $scriptversion (GNU Automake)" -+ exit $? -+ ;; -+ -+ -*) -+ echo 1>&2 "$0: unknown '$1' option" -+ echo 1>&2 "Try '$0 --help' for more information" -+ exit 1 -+ ;; -+ -+esac -+ -+# Run the given program, remember its exit status. -+"$@"; st=$? -+ -+# If it succeeded, we are done. -+test $st -eq 0 && exit 0 -+ -+# Also exit now if we it failed (or wasn't found), and '--version' was -+# passed; such an option is passed most likely to detect whether the -+# program is present and works. -+case $2 in --version|--help) exit $st;; esac -+ -+# Exit code 63 means version mismatch. This often happens when the user -+# tries to use an ancient version of a tool on a file that requires a -+# minimum version. -+if test $st -eq 63; then -+ msg="probably too old" -+elif test $st -eq 127; then -+ # Program was missing. -+ msg="missing on your system" -+else -+ # Program was found and executed, but failed. Give up. -+ exit $st -+fi -+ -+perl_URL=http://www.perl.org/ -+flex_URL=http://flex.sourceforge.net/ -+gnu_software_URL=http://www.gnu.org/software -+ -+program_details () -+{ -+ case $1 in -+ aclocal|automake) -+ echo "The '$1' program is part of the GNU Automake package:" -+ echo "<$gnu_software_URL/automake>" -+ echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" -+ echo "<$gnu_software_URL/autoconf>" -+ echo "<$gnu_software_URL/m4/>" -+ echo "<$perl_URL>" -+ ;; -+ autoconf|autom4te|autoheader) -+ echo "The '$1' program is part of the GNU Autoconf package:" -+ echo "<$gnu_software_URL/autoconf/>" -+ echo "It also requires GNU m4 and Perl in order to run:" -+ echo "<$gnu_software_URL/m4/>" -+ echo "<$perl_URL>" -+ ;; -+ esac -+} -+ -+give_advice () -+{ -+ # Normalize program name to check for. -+ normalized_program=`echo "$1" | sed ' -+ s/^gnu-//; t -+ s/^gnu//; t -+ s/^g//; t'` -+ -+ printf '%s\n' "'$1' is $msg." -+ -+ configure_deps="'configure.ac' or m4 files included by 'configure.ac'" -+ case $normalized_program in -+ autoconf*) -+ echo "You should only need it if you modified 'configure.ac'," -+ echo "or m4 files included by it." -+ program_details 'autoconf' -+ ;; -+ autoheader*) -+ echo "You should only need it if you modified 'acconfig.h' or" -+ echo "$configure_deps." -+ program_details 'autoheader' -+ ;; -+ automake*) -+ echo "You should only need it if you modified 'Makefile.am' or" -+ echo "$configure_deps." -+ program_details 'automake' -+ ;; -+ aclocal*) -+ echo "You should only need it if you modified 'acinclude.m4' or" -+ echo "$configure_deps." -+ program_details 'aclocal' -+ ;; -+ autom4te*) -+ echo "You might have modified some maintainer files that require" -+ echo "the 'autom4te' program to be rebuilt." -+ program_details 'autom4te' -+ ;; -+ bison*|yacc*) -+ echo "You should only need it if you modified a '.y' file." -+ echo "You may want to install the GNU Bison package:" -+ echo "<$gnu_software_URL/bison/>" -+ ;; -+ lex*|flex*) -+ echo "You should only need it if you modified a '.l' file." -+ echo "You may want to install the Fast Lexical Analyzer package:" -+ echo "<$flex_URL>" -+ ;; -+ help2man*) -+ echo "You should only need it if you modified a dependency" \ -+ "of a man page." -+ echo "You may want to install the GNU Help2man package:" -+ echo "<$gnu_software_URL/help2man/>" -+ ;; -+ makeinfo*) -+ echo "You should only need it if you modified a '.texi' file, or" -+ echo "any other file indirectly affecting the aspect of the manual." -+ echo "You might want to install the Texinfo package:" -+ echo "<$gnu_software_URL/texinfo/>" -+ echo "The spurious makeinfo call might also be the consequence of" -+ echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" -+ echo "want to install GNU make:" -+ echo "<$gnu_software_URL/make/>" -+ ;; -+ *) -+ echo "You might have modified some files without having the proper" -+ echo "tools for further handling them. Check the 'README' file, it" -+ echo "often tells you about the needed prerequisites for installing" -+ echo "this package. You may also peek at any GNU archive site, in" -+ echo "case some other package contains this missing '$1' program." -+ ;; -+ esac -+} -+ -+give_advice "$1" | sed -e '1s/^/WARNING: /' \ -+ -e '2,$s/^/ /' >&2 -+ -+# Propagate the correct exit status (expected to be 127 for a program -+# not found, 63 for a program that failed due to version mismatch). -+exit $st -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "scriptversion=" -+# time-stamp-format: "%:y-%02m-%02d.%02H" -+# time-stamp-time-zone: "UTC" -+# time-stamp-end: "; # UTC" -+# End: ---- /dev/null -+++ codeblocks-16.01svn11246/src/Makefile.in -@@ -0,0 +1,814 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = include base build_tools mime sdk src plugins tools templates scripts wxsmith -+dist_pkgdata_DATA = tips.txt -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/*.workspace \ -+ mac_pack \ -+ $(srcdir)/update* \ -+ $(srcdir)/batch* \ -+ sdk.doxy -+ -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/base/Makefile.in -@@ -0,0 +1,750 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/base -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@HAVE_TINYXML_FALSE@SUBDIRS = tinyxml -+DIST_SUBDIRS = tinyxml -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/base/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/base/tinyxml/Makefile.in -@@ -0,0 +1,728 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/base/tinyxml -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libtinyxml_la_LIBADD = -+am_libtinyxml_la_OBJECTS = tinyxml.lo tinyxmlerror.lo tinyxmlparser.lo -+libtinyxml_la_OBJECTS = $(am_libtinyxml_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libtinyxml_la_SOURCES) -+DIST_SOURCES = $(libtinyxml_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/include/tinyxml -+ -+noinst_LTLIBRARIES = libtinyxml.la -+libtinyxml_la_SOURCES = tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp -+EXTRA_DIST = tinystr.cpp -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/tinyxml/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/base/tinyxml/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libtinyxml.la: $(libtinyxml_la_OBJECTS) $(libtinyxml_la_DEPENDENCIES) $(EXTRA_libtinyxml_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libtinyxml_la_OBJECTS) $(libtinyxml_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxml.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlerror.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlparser.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/build_tools/Makefile.in -@@ -0,0 +1,750 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/build_tools -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = autorevision -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/build_tools/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/build_tools/autorevision/Makefile.in -@@ -0,0 +1,725 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+noinst_PROGRAMS = auto_revision$(EXEEXT) -+subdir = src/build_tools/autorevision -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+PROGRAMS = $(noinst_PROGRAMS) -+am_auto_revision_OBJECTS = autorevision.$(OBJEXT) -+auto_revision_OBJECTS = $(am_auto_revision_OBJECTS) -+am__DEPENDENCIES_1 = -+auto_revision_DEPENDENCIES = $(am__DEPENDENCIES_1) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(auto_revision_SOURCES) -+DIST_SOURCES = $(auto_revision_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+auto_revision_SOURCES = autorevision.cpp -+AM_CPPFLAGS = -I$(top_srcdir)/src/include -+auto_revision_LDADD = $(CB_TINYXML_LIBS) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/autorevision/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/build_tools/autorevision/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstPROGRAMS: -+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+auto_revision$(EXEEXT): $(auto_revision_OBJECTS) $(auto_revision_DEPENDENCIES) $(EXTRA_auto_revision_DEPENDENCIES) -+ @rm -f auto_revision$(EXEEXT) -+ $(AM_V_CXXLD)$(CXXLINK) $(auto_revision_OBJECTS) $(auto_revision_LDADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autorevision.Po@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(PROGRAMS) all-local -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \ -+ clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+all-local: auto_revision -+ ./auto_revision +int +wx +t $(top_srcdir) $(top_builddir)/src/include/autorevision.h -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/Makefile.in -@@ -0,0 +1,1013 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@HAVE_TINYXML_FALSE@am__append_1 = tinyxml -+subdir = src/include -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = config.h -+CONFIG_CLEAN_FILES = autorevision.h -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ -+ $(LISP)config.h.in -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/autorevision.h.in \ -+ $(srcdir)/config.h.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = scripting $(am__append_1) -+DIST_SUBDIRS = scripting tinyxml -+@PRECOMPILE_HEADERS_FALSE@BUILT_SOURCES = -+@PRECOMPILE_HEADERS_TRUE@BUILT_SOURCES = sdk.h.gch \ -+@PRECOMPILE_HEADERS_TRUE@ sdk_precomp.h.gch -+ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_builddir)/src/include \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+ -+# Because we are not generating any programs/libraries with this makefile, -+# $(CXXCOMPILE) is empty. -+# Create the basic one here: -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+ -+sdkdir = $(includedir)/codeblocks -+ALLHEADERS = annoyingdialog.h \ -+ autodetectcompilers.h \ -+ backgroundthread.h \ -+ base64.h \ -+ blockallocated.h \ -+ cbauibook.h \ -+ cbcolourmanager.h \ -+ cbdebugger_interfaces.h \ -+ cbeditor.h \ -+ cbeditorprintout.h \ -+ cbexception.h \ -+ cbfunctor.h \ -+ cbplugin.h \ -+ cbproject.h \ -+ cbstatusbar.h \ -+ cbstyledtextctrl.h \ -+ cbthreadedtask.h \ -+ cbthreadpool.h \ -+ cbtool.h \ -+ cbtreectrl.h \ -+ cbworkspace.h \ -+ ccmanager.h \ -+ compileoptionsbase.h \ -+ compiler.h \ -+ compilercommandgenerator.h \ -+ compilerfactory.h \ -+ compileroptions.h \ -+ compiletargetbase.h \ -+ configmanager.h \ -+ configurationpanel.h \ -+ configuretoolsdlg.h \ -+ confirmreplacedlg.h \ -+ crc32.h \ -+ debuggermanager.h \ -+ editarrayfiledlg.h \ -+ editarrayorderdlg.h \ -+ editarraystringdlg.h \ -+ editorbase.h \ -+ editorcolourset.h \ -+ editorlexerloader.h \ -+ editormanager.h \ -+ editor_hooks.h \ -+ editpairdlg.h \ -+ editpathdlg.h \ -+ edittooldlg.h \ -+ encodingdetector.h \ -+ externaldepsdlg.h \ -+ filefilters.h \ -+ filegroupsandmasks.h \ -+ filemanager.h \ -+ findreplacedlg.h \ -+ findreplacebase.h \ -+ genericmultilinenotesdlg.h \ -+ globals.h \ -+ ibaseloader.h \ -+ ibaseworkspaceloader.h \ -+ id.h \ -+ importers_globals.h \ -+ incremental_select_helper.h \ -+ infowindow.h \ -+ licenses.h \ -+ logger.h \ -+ loggers.h \ -+ logmanager.h \ -+ macrosmanager.h \ -+ manager.h \ -+ menuitemsmanager.h \ -+ misctreeitemdata.h \ -+ multiselectdlg.h \ -+ newfromtemplatedlg.h \ -+ personalitymanager.h \ -+ pipedprocess.h \ -+ pluginmanager.h \ -+ pluginsconfigurationdlg.h \ -+ prep.h \ -+ printing_types.h \ -+ projectbuildtarget.h \ -+ projectfile.h \ -+ projectfileoptionsdlg.h \ -+ projectlayoutloader.h \ -+ projectloader.h \ -+ projectloader_hooks.h \ -+ projectmanager.h \ -+ projectsfilemasksdlg.h \ -+ projecttemplateloader.h \ -+ safedelete.h \ -+ scriptingmanager.h \ -+ scriptsecuritywarningdlg.h \ -+ scrollingdialog.h \ -+ sdk.h \ -+ sdk_common.h \ -+ sdk_precomp.h \ -+ sdk_events.h \ -+ searchresultslog.h \ -+ selecttargetdlg.h \ -+ settings.h \ -+ templatemanager.h \ -+ tinywxuni.h \ -+ toolsmanager.h \ -+ uservarmanager.h \ -+ workspaceloader.h \ -+ xtra_res.h \ -+ mozilla_chardet/CharDistribution.h \ -+ mozilla_chardet/JpCntx.h \ -+ mozilla_chardet/nsBig5Prober.h \ -+ mozilla_chardet/nsCharSetProber.h \ -+ mozilla_chardet/nsCodingStateMachine.h \ -+ mozilla_chardet/nsEscCharsetProber.h \ -+ mozilla_chardet/nsEUCJPProber.h \ -+ mozilla_chardet/nsEUCKRProber.h \ -+ mozilla_chardet/nsEUCTWProber.h \ -+ mozilla_chardet/nsGB2312Prober.h \ -+ mozilla_chardet/nsHebrewProber.h \ -+ mozilla_chardet/nsLatin1Prober.h \ -+ mozilla_chardet/nsMBCSGroupProber.h \ -+ mozilla_chardet/nsPkgInt.h \ -+ mozilla_chardet/nsSBCharSetProber.h \ -+ mozilla_chardet/nsSBCSGroupProber.h \ -+ mozilla_chardet/nsSJISProber.h \ -+ mozilla_chardet/nsUniversalDetector.h \ -+ mozilla_chardet/nsUTF8Prober.h \ -+ mozilla_chardet/mfbt/mozilla/Alignment.h \ -+ mozilla_chardet/mfbt/mozilla/Assertions.h \ -+ mozilla_chardet/mfbt/mozilla/Attributes.h \ -+ mozilla_chardet/mfbt/mozilla/Compiler.h \ -+ mozilla_chardet/mfbt/mozilla/Likely.h \ -+ mozilla_chardet/mfbt/mozilla/NullPtr.h \ -+ mozilla_chardet/mfbt/mozilla/TypedEnum.h \ -+ mozilla_chardet/mfbt/mozilla/Types.h \ -+ mozilla_chardet/mfbt/mozilla/Util.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg_darwin.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg_linux.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg_openbsd.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg_win95.h \ -+ mozilla_chardet/nsprpub/pr/include/prcpucfg_winnt.h \ -+ mozilla_chardet/nsprpub/pr/include/prmem.h \ -+ mozilla_chardet/nsprpub/pr/include/prtypes.h \ -+ mozilla_chardet/xpcom/base/ErrorList.h \ -+ mozilla_chardet/xpcom/base/nscore.h \ -+ mozilla_chardet/xpcom/base/nsError.h \ -+ mozilla_chardet/xpcom/glue/nsDebug.h \ -+ mozilla_chardet/xpcom/glue/nsMemory.h -+ -+sdk_HEADERS = $(ALLHEADERS) -+EXTRA_DIST = autorevision.h -+all: $(BUILT_SOURCES) config.h -+ $(MAKE) $(AM_MAKEFLAGS) all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+config.h: stamp-h1 -+ @test -f $@ || rm -f stamp-h1 -+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 -+ -+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status -+ @rm -f stamp-h1 -+ cd $(top_builddir) && $(SHELL) ./config.status src/include/config.h -+$(srcdir)/config.h.in: $(am__configure_deps) -+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) -+ rm -f stamp-h1 -+ touch $@ -+ -+distclean-hdr: -+ -rm -f config.h stamp-h1 -+autorevision.h: $(top_builddir)/config.status $(srcdir)/autorevision.h.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) check-recursive -+all-am: Makefile $(HEADERS) config.h -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-local mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-hdr distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: $(am__recursive_targets) all check install install-am \ -+ install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool clean-local \ -+ cscopelist-am ctags ctags-am distclean distclean-generic \ -+ distclean-hdr distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+sdk.h.gch: sdk_precomp.h.gch $(ALLHEADERS) -+ -rm -f sdk.h.gch -+ $(CXXCOMPILE) -o sdk.h.gch -xc++-header $(srcdir)/sdk.h -+ -+sdk_precomp.h.gch: $(ALLHEADERS) -+ -rm -f sdk_precomp.h.gch -+ $(CXXCOMPILE) -o sdk_precomp.h.gch -xc++-header $(srcdir)/sdk_precomp.h -+ -+clean-local: -+ -rm -f sdk.h.gch -+ -rm -f sdk_precomp.h.gch -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/config.h.in -@@ -0,0 +1,203 @@ -+/* src/include/config.h.in. Generated from configure.ac by autoheader. */ -+ -+/* Define to 1 if the `closedir' function returns void instead of `int'. */ -+#undef CLOSEDIR_VOID -+ -+/* Define to 1 if you have the `atexit' function. */ -+#undef HAVE_ATEXIT -+ -+/* define if the Boost library is available */ -+#undef HAVE_BOOST -+ -+/* define if the Boost::System library is available */ -+#undef HAVE_BOOST_SYSTEM -+ -+/* define if the compiler supports basic C++11 syntax */ -+#undef HAVE_CXX11 -+ -+/* Define to 1 if you have the header file, and it defines `DIR'. -+ */ -+#undef HAVE_DIRENT_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_DLFCN_H -+ -+/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ -+#undef HAVE_DOPRNT -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_FCNTL_H -+ -+/* Define to 1 if you have the `getcwd' function. */ -+#undef HAVE_GETCWD -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_INTTYPES_H -+ -+/* Define to 1 if you have the `isascii' function. */ -+#undef HAVE_ISASCII -+ -+/* Define to 1 if you have the `dl' library (-ldl). */ -+#undef HAVE_LIBDL -+ -+/* Define to 1 if you have the `pthread' library (-lpthread). */ -+#undef HAVE_LIBPTHREAD -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_LIMITS_H -+ -+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and -+ to 0 otherwise. */ -+#undef HAVE_MALLOC -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_MALLOC_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_MALLOC_MALLOC_H -+ -+/* Define to 1 if you have the `memchr' function. */ -+#undef HAVE_MEMCHR -+ -+/* Define to 1 if you have the `memmove' function. */ -+#undef HAVE_MEMMOVE -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_MEMORY_H -+ -+/* Define to 1 if you have the `memset' function. */ -+#undef HAVE_MEMSET -+ -+/* Define to 1 if you have the header file, and it defines `DIR'. */ -+#undef HAVE_NDIR_H -+ -+/* snprintf */ -+#undef HAVE_SNPRINTF -+ -+/* Define to 1 if `stat' has the bug that it succeeds when given the -+ zero-length file name argument. */ -+#undef HAVE_STAT_EMPTY_STRING_BUG -+ -+/* Define to 1 if stdbool.h conforms to C99. */ -+#undef HAVE_STDBOOL_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_STDINT_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_STDLIB_H -+ -+/* Define to 1 if you have the `strcasecmp' function. */ -+#undef HAVE_STRCASECMP -+ -+/* Define to 1 if you have the `strchr' function. */ -+#undef HAVE_STRCHR -+ -+/* Define to 1 if you have the `strcspn' function. */ -+#undef HAVE_STRCSPN -+ -+/* Define to 1 if you have the `strdup' function. */ -+#undef HAVE_STRDUP -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_STRINGS_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_STRING_H -+ -+/* Define to 1 if you have the `strrchr' function. */ -+#undef HAVE_STRRCHR -+ -+/* Define to 1 if you have the `strstr' function. */ -+#undef HAVE_STRSTR -+ -+/* Define to 1 if you have the header file, and it defines `DIR'. -+ */ -+#undef HAVE_SYS_DIR_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_MALLOC_H -+ -+/* Define to 1 if you have the header file, and it defines `DIR'. -+ */ -+#undef HAVE_SYS_NDIR_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_PARAM_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_STAT_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_TYPES_H -+ -+/* Define to 1 if you have the header file. */ -+#undef HAVE_UNISTD_H -+ -+/* Define to 1 if you have the `vprintf' function. */ -+#undef HAVE_VPRINTF -+ -+/* vsnprintf */ -+#undef HAVE_VSNPRINTF -+ -+/* Define to 1 if the system has the type `_Bool'. */ -+#undef HAVE__BOOL -+ -+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing -+ slash. */ -+#undef LSTAT_FOLLOWS_SLASHED_SYMLINK -+ -+/* Define to the sub-directory where libtool stores uninstalled libraries. */ -+#undef LT_OBJDIR -+ -+/* Name of package */ -+#undef PACKAGE -+ -+/* Define to the address where bug reports for this package should be sent. */ -+#undef PACKAGE_BUGREPORT -+ -+/* Define to the full name of this package. */ -+#undef PACKAGE_NAME -+ -+/* Define to the full name and version of this package. */ -+#undef PACKAGE_STRING -+ -+/* Define to the one symbol short name of this package. */ -+#undef PACKAGE_TARNAME -+ -+/* Define to the home page for this package. */ -+#undef PACKAGE_URL -+ -+/* Define to the version of this package. */ -+#undef PACKAGE_VERSION -+ -+/* Define to 1 if you have the ANSI C header files. */ -+#undef STDC_HEADERS -+ -+/* Define to 1 if you can safely include both and . */ -+#undef TIME_WITH_SYS_TIME -+ -+/* Version number of package */ -+#undef VERSION -+ -+/* Define to 1 if the X Window System is missing or not being used. */ -+#undef X_DISPLAY_MISSING -+ -+/* Define to empty if `const' does not conform to ANSI C. */ -+#undef const -+ -+/* Define to `__inline__' or `__inline' if that's what the C compiler -+ calls it, or to nothing if 'inline' is not supported under any name. */ -+#ifndef __cplusplus -+#undef inline -+#endif -+ -+/* Define to rpl_malloc if the replacement function should be used. */ -+#undef malloc -+ -+/* Define to `unsigned int' if does not define. */ -+#undef size_t -+ -+/* Define to empty if the keyword `volatile' does not work. Warning: valid -+ code using `volatile' can become incorrect without. Disable with care. */ -+#undef volatile ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/Makefile.in -@@ -0,0 +1,751 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@HAVE_SQUIRREL_FALSE@am__append_1 = squirrel sqstdlib include -+subdir = src/include/scripting -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = sqplus bindings $(am__append_1) -+DIST_SUBDIRS = squirrel sqstdlib sqplus bindings include -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/bindings/Makefile.in -@@ -0,0 +1,692 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/scripting/bindings -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) $(sdk_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/scripting/bindings -+noinst_HEADERS = scriptbindings.h -+sdk_HEADERS = sc_base_types.h sc_plugin.h -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/bindings/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/bindings/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/include/Makefile.in -@@ -0,0 +1,699 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/scripting/include -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/scripting/include -+sdk_HEADERS = sqdbgserver.h \ -+ sqstdaux.h \ -+ sqstdio.h \ -+ sqstdstring.h \ -+ squirrel.h \ -+ sqrdbg.h \ -+ sqstdblob.h \ -+ sqstdmath.h \ -+ sqstdsystem.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/include/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/include/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/sqplus/Makefile.in -@@ -0,0 +1,698 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/scripting/sqplus -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/scripting/sqplus -+sdk_HEADERS = SqPlusConst.h \ -+ SquirrelBindingsUtils.h \ -+ SquirrelVM.h \ -+ sqplus.h \ -+ SquirrelObject.h -+ -+EXTRA_DIST = SquirrelBindingsUtilsWin32.h \ -+ sqplusWin32.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/sqplus/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/sqplus/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/sqstdlib/Makefile.in -@@ -0,0 +1,640 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/scripting/sqstdlib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+noinst_HEADERS = sqstdstream.h \ -+ sqstdblobimpl.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/sqstdlib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/sqstdlib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/scripting/squirrel/Makefile.in -@@ -0,0 +1,655 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/scripting/squirrel -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+noinst_HEADERS = sqtable.h \ -+ sqopcodes.h \ -+ squtils.h \ -+ sqclass.h \ -+ sqstring.h \ -+ sqobject.h \ -+ sqpcheader.h \ -+ sqarray.h \ -+ sqfuncstate.h \ -+ squserdata.h \ -+ sqcompiler.h \ -+ sqclosure.h \ -+ sqfuncproto.h \ -+ sqlexer.h \ -+ sqmem.h \ -+ sqstate.h \ -+ sqvm.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/squirrel/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/scripting/squirrel/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/include/tinyxml/Makefile.in -@@ -0,0 +1,690 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/include/tinyxml -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/tinyxml -+sdk_HEADERS = tinystr.h tinyxml.h -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/tinyxml/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/include/tinyxml/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/mime/Makefile.in -@@ -0,0 +1,737 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/mime -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimeicondir)" \ -+ "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(xdgmimedir)" -+DATA = $(desktop_DATA) $(mimeicon_DATA) $(pixmap_DATA) $(xdgmime_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+desktopdir = $(datadir)/applications -+desktop_DATA = $(srcdir)/codeblocks.desktop -+xdgmimedir = $(datadir)/mime/packages -+xdgmime_DATA = codeblocks.xml -+mimeicondir = $(datadir)/icons/hicolor/48x48/mimetypes -+mimeicon_DATA = $(srcdir)/application-x-codeblocks.png \ -+ $(srcdir)/application-x-codeblocks-workspace.png -+ -+pixmapdir = $(datadir)/pixmaps -+pixmap_DATA = $(srcdir)/codeblocks.png -+EXTRA_DIST = \ -+ $(desktop_DATA) \ -+ $(xdgmime_DATA) \ -+ $(mimeicon_DATA) \ -+ $(pixmap_DATA) -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mime/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/mime/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-desktopDATA: $(desktop_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ -+ done -+ -+uninstall-desktopDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) -+install-mimeiconDATA: $(mimeicon_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(mimeicon_DATA)'; test -n "$(mimeicondir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(mimeicondir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(mimeicondir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mimeicondir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(mimeicondir)" || exit $$?; \ -+ done -+ -+uninstall-mimeiconDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(mimeicon_DATA)'; test -n "$(mimeicondir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(mimeicondir)'; $(am__uninstall_files_from_dir) -+install-pixmapDATA: $(pixmap_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pixmapdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \ -+ done -+ -+uninstall-pixmapDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir) -+install-xdgmimeDATA: $(xdgmime_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(xdgmimedir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(xdgmimedir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdgmimedir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(xdgmimedir)" || exit $$?; \ -+ done -+ -+uninstall-xdgmimeDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(xdgmimedir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimeicondir)" "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(xdgmimedir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-desktopDATA install-mimeiconDATA \ -+ install-pixmapDATA install-xdgmimeDATA -+ @$(NORMAL_INSTALL) -+ $(MAKE) $(AM_MAKEFLAGS) install-data-hook -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-desktopDATA uninstall-mimeiconDATA \ -+ uninstall-pixmapDATA uninstall-xdgmimeDATA -+ @$(NORMAL_INSTALL) -+ $(MAKE) $(AM_MAKEFLAGS) uninstall-hook -+.MAKE: install-am install-data-am install-strip uninstall-am -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-data-hook install-desktopDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-mimeiconDATA install-pdf install-pdf-am \ -+ install-pixmapDATA install-ps install-ps-am install-strip \ -+ install-xdgmimeDATA installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-desktopDATA \ -+ uninstall-hook uninstall-mimeiconDATA uninstall-pixmapDATA \ -+ uninstall-xdgmimeDATA -+ -+.PRECIOUS: Makefile -+ -+ -+install-data-hook: install-xdgmimeDATA -+ if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \ -+ if which update-mime-database>/dev/null 2>&1; then \ -+ update-mime-database $(DESTDIR)$(datadir)/mime; \ -+ fi; \ -+ if which update-desktop-database>/dev/null 2>&1; then \ -+ update-desktop-database; \ -+ fi; \ -+ if which gtk-update-icon-cache>/dev/null 2>&1; then \ -+ gtk-update-icon-cache --force $(DESTDIR)$(datadir)/icons/hicolor; \ -+ fi \ -+ fi -+ -+uninstall-hook: -+ if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \ -+ if which update-mime-database>/dev/null 2>&1; then \ -+ update-mime-database $(DESTDIR)$(datadir)/mime; \ -+ fi; \ -+ if which update-desktop-database>/dev/null 2>&1; then \ -+ update-desktop-database; \ -+ fi; \ -+ if which gtk-update-icon-cache>/dev/null 2>&1; then \ -+ gtk-update-icon-cache --force $(DESTDIR)$(datadir)/icons/hicolor; \ -+ fi \ -+ fi -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/Makefile.in -@@ -0,0 +1,800 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@BUILD_ASTYLE_TRUE@MAYBE_ASTYLE = astyle -+@BUILD_AUTOSAVE_TRUE@MAYBE_AUTOSAVE = autosave -+@BUILD_CLASSWIZARD_TRUE@MAYBE_CLASSWIZARD = classwizard -+@BUILD_CODECOMPLETION_TRUE@MAYBE_CODECOMPLETION = codecompletion -+@BUILD_COMPILER_TRUE@MAYBE_COMPILER = compilergcc -+@BUILD_DEBUGGER_TRUE@MAYBE_DEBUGGER = debuggergdb -+@BUILD_MIMEHANDLER_TRUE@MAYBE_MIMEHANDLER = defaultmimehandler -+@BUILD_OPENFILESLIST_TRUE@MAYBE_OPENFILESLIST = openfileslist -+@BUILD_OCCURRENCESHIGHLIGHTING_TRUE@MAYBE_OCCURRENCESHIGHLIGHTING = occurrenceshighlighting -+@BUILD_PROJECTSIMPORTER_TRUE@MAYBE_PROJECTSIMPORTER = projectsimporter -+@BUILD_SCRIPTEDWIZARD_TRUE@MAYBE_SCRIPTEDWIZARD = scriptedwizard -+@BUILD_TODO_TRUE@MAYBE_TODO = todo -+@BUILD_ABBREVIATIONS_TRUE@MAYBE_ABBREVIATIONS = abbreviations -+@BUILD_MANIFEST_TRUE@MAYBE_MANIFEST = xpmanifest -+SUBDIRS = $(MAYBE_ASTYLE) \ -+ $(MAYBE_AUTOSAVE) \ -+ $(MAYBE_CLASSWIZARD) \ -+ $(MAYBE_CODECOMPLETION) \ -+ $(MAYBE_COMPILER) \ -+ $(MAYBE_DEBUGGER) \ -+ $(MAYBE_MIMEHANDLER) \ -+ $(MAYBE_SCRIPTEDWIZARD) \ -+ $(MAYBE_PROJECTSIMPORTER) \ -+ $(MAYBE_OPENFILESLIST) \ -+ $(MAYBE_OCCURRENCESHIGHLIGHTING) \ -+ $(MAYBE_TODO) \ -+ $(MAYBE_ABBREVIATIONS) \ -+ $(MAYBE_MANIFEST) \ -+ contrib -+ -+# the 'contrib' subdir contains its own filtering -+DIST_SUBDIRS = abbreviations \ -+ astyle \ -+ autosave \ -+ classwizard \ -+ codecompletion \ -+ compilergcc \ -+ debuggergdb \ -+ defaultmimehandler \ -+ openfileslist \ -+ occurrenceshighlighting \ -+ projectsimporter \ -+ scriptedwizard \ -+ todo \ -+ xpmanifest \ -+ contrib -+ -+EXTRA_DIST = headerguard \ -+ loghacker \ -+ modpoller \ -+ tidycmt -+ -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/abbreviations/Makefile.in -@@ -0,0 +1,919 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/abbreviations -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libabbreviations_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libabbreviations_la_OBJECTS = abbreviations.lo \ -+ abbreviationsconfigpanel.lo -+libabbreviations_la_OBJECTS = $(am_libabbreviations_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libabbreviations_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libabbreviations_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libabbreviations_la_SOURCES) -+DIST_SOURCES = $(libabbreviations_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libabbreviations.la -+libabbreviations_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libabbreviations_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libabbreviations_la_SOURCES = abbreviations.cpp \ -+ abbreviationsconfigpanel.cpp -+ -+noinst_HEADERS = abbreviations.h \ -+ abbreviationsconfigpanel.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/abbreviations/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/abbreviations/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libabbreviations.la: $(libabbreviations_la_OBJECTS) $(libabbreviations_la_DEPENDENCIES) $(EXTRA_libabbreviations_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libabbreviations_la_LINK) -rpath $(pluginlibdir) $(libabbreviations_la_OBJECTS) $(libabbreviations_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abbreviations.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abbreviationsconfigpanel.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/abbreviations/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/abbreviations/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = abbreviations.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = manifest.xml $(srcdir)/*.xrc -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/abbreviations/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/abbreviations/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+abbreviations.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/abbreviations.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/astyle/Makefile.in -@@ -0,0 +1,974 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@HAVE_ASTYLE_TRUE@am__append_1 = -lastyle -+@HAVE_ASTYLE_TRUE@am__append_2 = astyle/ASBeautifier.cpp \ -+@HAVE_ASTYLE_TRUE@ astyle/ASEnhancer.cpp \ -+@HAVE_ASTYLE_TRUE@ astyle/ASFormatter.cpp \ -+@HAVE_ASTYLE_TRUE@ astyle/ASResource.cpp \ -+@HAVE_ASTYLE_TRUE@ astyle/astyle.h -+ -+@HAVE_ASTYLE_FALSE@am__append_3 = -I$(top_srcdir)/src/plugins/astyle/astyle -+@HAVE_ASTYLE_FALSE@am__append_4 = astyle/ASBeautifier.cpp \ -+@HAVE_ASTYLE_FALSE@ astyle/ASEnhancer.cpp \ -+@HAVE_ASTYLE_FALSE@ astyle/ASFormatter.cpp \ -+@HAVE_ASTYLE_FALSE@ astyle/ASResource.cpp -+ -+@HAVE_ASTYLE_FALSE@am__append_5 = astyle/astyle.h -+subdir = src/plugins/astyle -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__noinst_HEADERS_DIST) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libAstyle_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am__libAstyle_la_SOURCES_DIST = asstreamiterator.cpp \ -+ astyleconfigdlg.cpp astyleplugin.cpp dlgformattersettings.cpp \ -+ formattersettings.cpp astyle/ASBeautifier.cpp \ -+ astyle/ASEnhancer.cpp astyle/ASFormatter.cpp \ -+ astyle/ASResource.cpp -+am__dirstamp = $(am__leading_dot)dirstamp -+@HAVE_ASTYLE_FALSE@am__objects_1 = astyle/ASBeautifier.lo \ -+@HAVE_ASTYLE_FALSE@ astyle/ASEnhancer.lo astyle/ASFormatter.lo \ -+@HAVE_ASTYLE_FALSE@ astyle/ASResource.lo -+am_libAstyle_la_OBJECTS = asstreamiterator.lo astyleconfigdlg.lo \ -+ astyleplugin.lo dlgformattersettings.lo formattersettings.lo \ -+ $(am__objects_1) -+libAstyle_la_OBJECTS = $(am_libAstyle_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libAstyle_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libAstyle_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libAstyle_la_SOURCES) -+DIST_SOURCES = $(am__libAstyle_la_SOURCES_DIST) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__noinst_HEADERS_DIST = asstreamiterator.h astyleconfigdlg.h \ -+ astyleplugin.h astylepredefinedstyles.h dlgformattersettings.h \ -+ formattersettings.h astyle/astyle.h -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include $(am__append_3) -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libAstyle.la -+libAstyle_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libAstyle_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) \ -+ $(am__append_1) -+libAstyle_la_SOURCES = asstreamiterator.cpp astyleconfigdlg.cpp \ -+ astyleplugin.cpp dlgformattersettings.cpp \ -+ formattersettings.cpp $(am__append_4) -+noinst_HEADERS = asstreamiterator.h astyleconfigdlg.h astyleplugin.h \ -+ astylepredefinedstyles.h dlgformattersettings.h \ -+ formattersettings.h $(am__append_5) -+EXTRA_DIST = astyle/ASLocalizer.cpp astyle/ASLocalizer.h \ -+ astyle/astyle.html astyle/astyle_main.cpp astyle/astyle_main.h \ -+ astyle/index.html astyle/install.html astyle/links.html \ -+ astyle/news.html astyle/newsArchives.html astyle/notes.html \ -+ astyle/notesArchives.html astyle/scripts.html \ -+ astyle/styles.css astyle/subversion.html astyle/vsinstall.html \ -+ $(am__append_2) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/astyle/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/astyle/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+astyle/$(am__dirstamp): -+ @$(MKDIR_P) astyle -+ @: > astyle/$(am__dirstamp) -+astyle/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) astyle/$(DEPDIR) -+ @: > astyle/$(DEPDIR)/$(am__dirstamp) -+astyle/ASBeautifier.lo: astyle/$(am__dirstamp) \ -+ astyle/$(DEPDIR)/$(am__dirstamp) -+astyle/ASEnhancer.lo: astyle/$(am__dirstamp) \ -+ astyle/$(DEPDIR)/$(am__dirstamp) -+astyle/ASFormatter.lo: astyle/$(am__dirstamp) \ -+ astyle/$(DEPDIR)/$(am__dirstamp) -+astyle/ASResource.lo: astyle/$(am__dirstamp) \ -+ astyle/$(DEPDIR)/$(am__dirstamp) -+ -+libAstyle.la: $(libAstyle_la_OBJECTS) $(libAstyle_la_DEPENDENCIES) $(EXTRA_libAstyle_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libAstyle_la_LINK) -rpath $(pluginlibdir) $(libAstyle_la_OBJECTS) $(libAstyle_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f astyle/*.$(OBJEXT) -+ -rm -f astyle/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asstreamiterator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astyleconfigdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astyleplugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgformattersettings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formattersettings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASBeautifier.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASEnhancer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASFormatter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASResource.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf astyle/.libs astyle/_libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f astyle/$(DEPDIR)/$(am__dirstamp) -+ -rm -f astyle/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) astyle/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) astyle/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/astyle/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/astyle/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = configuration.xrc manifest.xml -+pkgdata_DATA = Astyle.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/astyle/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/astyle/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+Astyle.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/Astyle.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/autosave/Makefile.in -@@ -0,0 +1,825 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/autosave -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libautosave_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libautosave_la_OBJECTS = autosave.lo -+libautosave_la_OBJECTS = $(am_libautosave_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libautosave_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libautosave_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libautosave_la_SOURCES) -+DIST_SOURCES = $(libautosave_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libautosave.la -+libautosave_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libautosave_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libautosave_la_SOURCES = autosave.cpp -+noinst_HEADERS = autosave.h -+EXTRA_DIST = autosave.xrc manifest.xml -+pkgdata_DATA = autosave.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/autosave/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/autosave/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libautosave.la: $(libautosave_la_OBJECTS) $(libautosave_la_DEPENDENCIES) $(EXTRA_libautosave_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libautosave_la_LINK) -rpath $(pluginlibdir) $(libautosave_la_OBJECTS) $(libautosave_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autosave.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+autosave.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/autosave.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/classwizard/Makefile.in -@@ -0,0 +1,911 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/classwizard -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libclasswizard_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libclasswizard_la_OBJECTS = classwizard.lo classwizarddlg.lo -+libclasswizard_la_OBJECTS = $(am_libclasswizard_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libclasswizard_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libclasswizard_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libclasswizard_la_SOURCES) -+DIST_SOURCES = $(libclasswizard_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libclasswizard.la -+libclasswizard_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libclasswizard_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libclasswizard_la_SOURCES = classwizard.cpp classwizarddlg.cpp -+noinst_HEADERS = classwizard.h classwizarddlg.h -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/classwizard/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/classwizard/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libclasswizard.la: $(libclasswizard_la_OBJECTS) $(libclasswizard_la_DEPENDENCIES) $(EXTRA_libclasswizard_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libclasswizard_la_LINK) -rpath $(pluginlibdir) $(libclasswizard_la_OBJECTS) $(libclasswizard_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classwizard.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classwizarddlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/classwizard/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/classwizard/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = manifest.xml new_class.xrc -+pkgdata_DATA = classwizard.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/classwizard/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/classwizard/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+classwizard.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/classwizard.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/codecompletion/Makefile.in -@@ -0,0 +1,1046 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/codecompletion -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcodecompletion_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libcodecompletion_la_OBJECTS = ccoptionsdlg.lo ccoptionsprjdlg.lo \ -+ cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo \ -+ codecompletion.lo coderefactoring.lo doxygen_parser.lo \ -+ gotofunctiondlg.lo insertclassmethoddlg.lo nativeparser.lo \ -+ nativeparser_base.lo selectincludefile.lo \ -+ systemheadersthread.lo parser/ccdebuginfo.lo \ -+ parser/cclogger.lo parser/parser.lo parser/parser_base.lo \ -+ parser/parserthread.lo parser/parserthreadedtask.lo \ -+ parser/profiletimer.lo parser/token.lo parser/tokenizer.lo \ -+ parser/tokentree.lo parser/searchtree.lo parser/expression.lo -+libcodecompletion_la_OBJECTS = $(am_libcodecompletion_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcodecompletion_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodecompletion_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcodecompletion_la_SOURCES) -+DIST_SOURCES = $(libcodecompletion_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcodecompletion.la -+libcodecompletion_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcodecompletion_la_LIBADD = ../../sdk/libcodeblocks.la\ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libcodecompletion_la_SOURCES = ccoptionsdlg.cpp \ -+ ccoptionsprjdlg.cpp \ -+ cctreectrl.cpp \ -+ classbrowser.cpp \ -+ classbrowserbuilderthread.cpp \ -+ codecompletion.cpp \ -+ coderefactoring.cpp \ -+ doxygen_parser.cpp \ -+ gotofunctiondlg.cpp \ -+ insertclassmethoddlg.cpp \ -+ nativeparser.cpp \ -+ nativeparser_base.cpp \ -+ selectincludefile.cpp \ -+ systemheadersthread.cpp \ -+ parser/ccdebuginfo.cpp \ -+ parser/cclogger.cpp \ -+ parser/parser.cpp \ -+ parser/parser_base.cpp \ -+ parser/parserthread.cpp \ -+ parser/parserthreadedtask.cpp \ -+ parser/profiletimer.cpp \ -+ parser/token.cpp \ -+ parser/tokenizer.cpp \ -+ parser/tokentree.cpp \ -+ parser/searchtree.cpp \ -+ parser/expression.cpp -+ -+noinst_HEADERS = ccoptionsdlg.h \ -+ ccoptionsprjdlg.h \ -+ cctreectrl.h \ -+ classbrowser.h \ -+ classbrowserbuilderthread.h \ -+ codecompletion.h \ -+ coderefactoring.h \ -+ doxygen_parser.h \ -+ gotofunctiondlg.h \ -+ insertclassmethoddlg.h \ -+ nativeparser.h \ -+ nativeparser_base.h \ -+ selectincludefile.h \ -+ systemheadersthread.h \ -+ parser/ccdebuginfo.h \ -+ parser/cclogger.h \ -+ parser/parser.h \ -+ parser/parser_base.h \ -+ parser/parserthread.h \ -+ parser/parserthreadedtask.h \ -+ parser/profiletimer.h \ -+ parser/token.h \ -+ parser/tokenizer.h \ -+ parser/tokentree.h \ -+ parser/searchtree.h \ -+ parser/expression.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ cctest \ -+ testing \ -+ wxsmith -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/codecompletion/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/codecompletion/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+parser/$(am__dirstamp): -+ @$(MKDIR_P) parser -+ @: > parser/$(am__dirstamp) -+parser/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) parser/$(DEPDIR) -+ @: > parser/$(DEPDIR)/$(am__dirstamp) -+parser/ccdebuginfo.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/cclogger.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/parser.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/parser_base.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/parserthread.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/parserthreadedtask.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/profiletimer.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/token.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/tokenizer.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/tokentree.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/searchtree.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+parser/expression.lo: parser/$(am__dirstamp) \ -+ parser/$(DEPDIR)/$(am__dirstamp) -+ -+libcodecompletion.la: $(libcodecompletion_la_OBJECTS) $(libcodecompletion_la_DEPENDENCIES) $(EXTRA_libcodecompletion_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcodecompletion_la_LINK) -rpath $(pluginlibdir) $(libcodecompletion_la_OBJECTS) $(libcodecompletion_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f parser/*.$(OBJEXT) -+ -rm -f parser/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccoptionsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccoptionsprjdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cctreectrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classbrowser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classbrowserbuilderthread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codecompletion.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coderefactoring.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doxygen_parser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gotofunctiondlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertclassmethoddlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nativeparser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nativeparser_base.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selectincludefile.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systemheadersthread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/ccdebuginfo.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/cclogger.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/expression.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser_base.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parserthread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parserthreadedtask.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/profiletimer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/searchtree.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/token.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/tokenizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/tokentree.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf parser/.libs parser/_libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f parser/$(DEPDIR)/$(am__dirstamp) -+ -rm -f parser/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) parser/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) parser/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/codecompletion/resources/Makefile.in -@@ -0,0 +1,691 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/codecompletion/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = codecompletion.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = classbrowser.xrc \ -+ codecompletion_toolbar.xrc \ -+ insert_class_method.xrc \ -+ manifest.xml \ -+ project_settings.xrc \ -+ selectincludefile.xrc \ -+ settings.xrc \ -+ images/class_folder.png \ -+ images/class.png \ -+ images/class_private.png \ -+ images/class_protected.png \ -+ images/class_public.png \ -+ images/ctor_private.png \ -+ images/ctor_protected.png \ -+ images/ctor_public.png \ -+ images/dtor_private.png \ -+ images/dtor_protected.png \ -+ images/dtor_public.png \ -+ images/enumerator.png \ -+ images/enum.png \ -+ images/enum_private.png \ -+ images/enum_protected.png \ -+ images/enum_public.png \ -+ images/enums_folder.png \ -+ images/folder_blue_open.png \ -+ images/folder_blue.png \ -+ images/folder_green_open.png \ -+ images/folder_green.png \ -+ images/folder_open.png \ -+ images/folder.png \ -+ images/funcs_folder.png \ -+ images/macro_def.png \ -+ images/macro_def_folder.png \ -+ images/macro_use.png \ -+ images/macro_use_folder.png \ -+ images/macro_use_private.png \ -+ images/macro_use_protected.png \ -+ images/macro_use_public.png \ -+ images/method_private.png \ -+ images/method_protected.png \ -+ images/method_public.png \ -+ images/namespace.png \ -+ images/others_folder.png \ -+ images/symbols_folder.png \ -+ images/typedef.png \ -+ images/typedef_private.png \ -+ images/typedef_protected.png \ -+ images/typedef_public.png \ -+ images/typedefs_folder.png \ -+ images/var_private.png \ -+ images/var_protected.png \ -+ images/var_public.png \ -+ images/vars_folder.png -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/codecompletion/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/codecompletion/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: install-exec-local -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-local uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am install-dvi \ -+ install-dvi-am install-exec install-exec-am install-exec-local \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-pkgdataDATA \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-local uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+codecompletion.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/codecompletion.zip manifest.xml *.xrc > /dev/null -+ -+install-exec-local: -+ mkdir -p $(DESTDIR)$(pkgdatadir)/images/codecompletion -+ $(INSTALL_DATA) $(srcdir)/images/*.png $(DESTDIR)$(pkgdatadir)/images/codecompletion/ -+ -+uninstall-local: -+ rm -f $(DESTDIR)$(pkgdatadir)/images/codecompletion/*.png -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/compilergcc/Makefile.in -@@ -0,0 +1,1000 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/compilergcc -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcompiler_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ depslib/src/libdepslib.la $(am__DEPENDENCIES_1) -+am_libcompiler_la_OBJECTS = advancedcompileroptionsdlg.lo \ -+ compiler_defs.lo compilerCYGWIN.lo compilererrors.lo \ -+ compilerflagdlg.lo compilergcc.lo compilerGDC.lo \ -+ compilerICC.lo compilerIAR.lo compilerKeilC51.lo \ -+ compilerLCC.lo compilermessages.lo compilerMINGW.lo \ -+ compilerMINGWgenerator.lo compilerMSVC.lo compilerMSVC8.lo \ -+ compilerMSVC10.lo compileroptionsdlg.lo compilerOW.lo \ -+ compilerOWgenerator.lo compilerG95.lo compilerGNUARM.lo \ -+ compilerGNUFortran.lo compilerXML.lo directcommands.lo -+libcompiler_la_OBJECTS = $(am_libcompiler_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcompiler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcompiler_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcompiler_la_SOURCES) -+DIST_SOURCES = $(libcompiler_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = depslib resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxpropgrid/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/plugins/compilergcc/depslib/src -+ -+AM_CXXFLAGS = -DDEPSLIB_UNIX -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcompiler.la -+libcompiler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcompiler_la_LIBADD = ../../sdk/libcodeblocks.la \ -+ depslib/src/libdepslib.la \ -+ $(WX_LIBS) -+ -+libcompiler_la_SOURCES = advancedcompileroptionsdlg.cpp \ -+ compiler_defs.cpp \ -+ compilerCYGWIN.cpp \ -+ compilererrors.cpp \ -+ compilerflagdlg.cpp \ -+ compilergcc.cpp \ -+ compilerGDC.cpp \ -+ compilerICC.cpp \ -+ compilerIAR.cpp \ -+ compilerKeilC51.cpp \ -+ compilerLCC.cpp \ -+ compilermessages.cpp \ -+ compilerMINGW.cpp \ -+ compilerMINGWgenerator.cpp \ -+ compilerMSVC.cpp \ -+ compilerMSVC8.cpp \ -+ compilerMSVC10.cpp \ -+ compileroptionsdlg.cpp \ -+ compilerOW.cpp \ -+ compilerOWgenerator.cpp \ -+ compilerG95.cpp \ -+ compilerGNUARM.cpp \ -+ compilerGNUFortran.cpp \ -+ compilerXML.cpp \ -+ directcommands.cpp -+ -+noinst_HEADERS = advancedcompileroptionsdlg.h \ -+ compiler_defs.h \ -+ compilerCYGWIN.h \ -+ compilererrors.h \ -+ compilerflagdlg.h \ -+ compilergcc.h \ -+ compilerG95.h \ -+ compilerGDC.h \ -+ compilerICC.h \ -+ compilerIAR.h \ -+ compilerKeilC51.h \ -+ compilerLCC.h \ -+ compilermessages.h \ -+ compilerMINGW.h \ -+ compilerMINGWgenerator.h \ -+ compilerMSVC.h \ -+ compilerMSVC8.h \ -+ compilerMSVC10.h \ -+ compileroptionsdlg.h \ -+ compilerOW.h \ -+ compilerOWgenerator.h \ -+ compilerGNUARM.h \ -+ compilerGNUFortran.h \ -+ compilerXML.h \ -+ directcommands.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/compilergcc/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libcompiler.la: $(libcompiler_la_OBJECTS) $(libcompiler_la_DEPENDENCIES) $(EXTRA_libcompiler_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcompiler_la_LINK) -rpath $(pluginlibdir) $(libcompiler_la_OBJECTS) $(libcompiler_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/advancedcompileroptionsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerCYGWIN.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerG95.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGDC.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGNUARM.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGNUFortran.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerIAR.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerICC.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerKeilC51.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerLCC.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMINGW.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMINGWgenerator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC10.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC8.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerOW.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerOWgenerator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerXML.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiler_defs.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilererrors.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerflagdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilergcc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilermessages.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileroptionsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directcommands.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/Makefile.in -@@ -0,0 +1,750 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/compilergcc/depslib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = src -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/src/Makefile.in -@@ -0,0 +1,770 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/compilergcc/depslib/src -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libdepslib_la_LIBADD = -+am_libdepslib_la_OBJECTS = alloc.lo cache.lo depslib.lo filent.lo \ -+ fileunix.lo hash.lo headers.lo lists.lo newstr.lo pathsplit.lo \ -+ pathunix.lo regexp.lo search.lo timestamp.lo -+libdepslib_la_OBJECTS = $(am_libdepslib_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CFLAGS) $(CFLAGS) -+AM_V_CC = $(am__v_CC_@AM_V@) -+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -+am__v_CC_0 = @echo " CC " $@; -+am__v_CC_1 = -+CCLD = $(CC) -+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CCLD = $(am__v_CCLD_@AM_V@) -+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -+am__v_CCLD_0 = @echo " CCLD " $@; -+am__v_CCLD_1 = -+SOURCES = $(libdepslib_la_SOURCES) -+DIST_SOURCES = $(libdepslib_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CFLAGS = -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -+noinst_LTLIBRARIES = libdepslib.la -+libdepslib_la_SOURCES = alloc.c \ -+ cache.c \ -+ depslib.c \ -+ filent.c \ -+ fileunix.c \ -+ hash.c \ -+ headers.c \ -+ lists.c \ -+ newstr.c \ -+ pathsplit.c \ -+ pathunix.c \ -+ regexp.c \ -+ search.c \ -+ timestamp.c -+ -+noinst_HEADERS = alloc.h \ -+ cache.h \ -+ depslib.h \ -+ filesys.h \ -+ hash.h \ -+ headers.h \ -+ jam.h \ -+ lists.h \ -+ newstr.h \ -+ pathsplit.h \ -+ pathsys.h \ -+ regexp.h \ -+ search.h \ -+ timestamp.h -+ -+EXTRA_INST = main.c -+EXTRA_DIST = main.c -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .c .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/src/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/src/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libdepslib.la: $(libdepslib_la_OBJECTS) $(libdepslib_la_DEPENDENCIES) $(EXTRA_libdepslib_la_DEPENDENCIES) -+ $(AM_V_CCLD)$(LINK) $(libdepslib_la_OBJECTS) $(libdepslib_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depslib.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileunix.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lists.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newstr.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathsplit.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathunix.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexp.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timestamp.Plo@am__quote@ -+ -+.c.o: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< -+ -+.c.obj: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.c.lo: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/compilergcc/resources/Makefile.in -@@ -0,0 +1,676 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/compilergcc/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_compilers_xml_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(compilers_xmldir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_compilers_xml_DATA) $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = compiler.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = advanced_compiler_options.xrc \ -+ compiler_flag.xrc \ -+ compiler_menu.xrc \ -+ compiler_options.xrc \ -+ compiler_toolbar_16x16.xrc \ -+ compiler_toolbar.xrc \ -+ manifest.xml \ -+ images/compile.png \ -+ images/compilerun.png \ -+ images/rebuild.png \ -+ images/run.png \ -+ images/select_target.png \ -+ images/stop.png \ -+ images/16x16/compile.png \ -+ images/16x16/compilerun.png \ -+ images/16x16/rebuild.png \ -+ images/16x16/run.png \ -+ images/16x16/stop.png \ -+ images/16x16/select_target.png -+ -+compilers_xmldir = $(datadir)/@PACKAGE@/compilers -+dist_compilers_xml_DATA = $(srcdir)/compilers/*.xml -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/compilergcc/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_compilers_xmlDATA: $(dist_compilers_xml_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_compilers_xml_DATA)'; test -n "$(compilers_xmldir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(compilers_xmldir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(compilers_xmldir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(compilers_xmldir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(compilers_xmldir)" || exit $$?; \ -+ done -+ -+uninstall-dist_compilers_xmlDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_compilers_xml_DATA)'; test -n "$(compilers_xmldir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(compilers_xmldir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(compilers_xmldir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_compilers_xmlDATA install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_compilers_xmlDATA uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_compilers_xmlDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-pkgdataDATA install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am \ -+ uninstall-dist_compilers_xmlDATA uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+compiler.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/compiler.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/AutoVersioning/Makefile.in -@@ -0,0 +1,848 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/AutoVersioning -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libAutoVersioning_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libAutoVersioning_la_OBJECTS = AutoVersioning.lo avChangesDlg.lo \ -+ avHeader.lo avSvnRevision.lo avVersionEditorDlg.lo -+libAutoVersioning_la_OBJECTS = $(am_libAutoVersioning_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libAutoVersioning_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libAutoVersioning_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libAutoVersioning_la_SOURCES) -+DIST_SOURCES = $(libAutoVersioning_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libAutoVersioning.la -+libAutoVersioning_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libAutoVersioning_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libAutoVersioning_la_SOURCES = AutoVersioning.cpp \ -+ avChangesDlg.cpp \ -+ avHeader.cpp \ -+ avSvnRevision.cpp \ -+ avVersionEditorDlg.cpp -+ -+noinst_HEADERS = AutoVersioning.h \ -+ avChangesDlg.h \ -+ avConfig.h \ -+ avHeader.h \ -+ avSvnRevision.h \ -+ avVersionEditorDlg.h -+ -+EXTRA_DIST = wxsmith/avChangesDlg.wxs \ -+ wxsmith/avVersionEditorDlg.wxs \ -+ $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = AutoVersioning.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libAutoVersioning.la: $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_DEPENDENCIES) $(EXTRA_libAutoVersioning_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libAutoVersioning_la_LINK) -rpath $(pluginlibdir) $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AutoVersioning.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avChangesDlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avHeader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avSvnRevision.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avVersionEditorDlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+AutoVersioning.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/AutoVersioning.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Makefile.in -@@ -0,0 +1,868 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/BrowseTracker -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libBrowseTracker_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libBrowseTracker_la_OBJECTS = BrowseTracker.lo BrowseSelector.lo \ -+ Version.lo BrowseMarks.lo BrowseTrackerConfPanel.lo \ -+ BrowseTrackerLayout.lo ConfigPanel.lo ProjectData.lo \ -+ JumpTracker.lo JumpData.lo -+libBrowseTracker_la_OBJECTS = $(am_libBrowseTracker_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libBrowseTracker_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libBrowseTracker_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libBrowseTracker_la_SOURCES) -+DIST_SOURCES = $(libBrowseTracker_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libBrowseTracker.la -+libBrowseTracker_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libBrowseTracker_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libBrowseTracker_la_SOURCES = BrowseTracker.cpp \ -+ BrowseSelector.cpp \ -+ Version.cpp \ -+ BrowseMarks.cpp \ -+ BrowseTrackerConfPanel.cpp \ -+ BrowseTrackerLayout.cpp \ -+ ConfigPanel.cpp \ -+ ProjectData.cpp \ -+ JumpTracker.cpp \ -+ JumpData.cpp -+ -+noinst_HEADERS = BrowseTracker.h \ -+ BrowseSelector.h \ -+ Version.h \ -+ wx_pch.h \ -+ BrowseMarks.h \ -+ BrowseXpms.h \ -+ BrowseTrackerDefs.h \ -+ BrowseTrackerConfPanel.h \ -+ BrowseTrackerLayout.h \ -+ ConfigPanel.h \ -+ ProjectData.h \ -+ JumpTracker.h \ -+ JumpData.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ BrowseTrackerToolbar.xrc \ -+ manifest.xml \ -+ $(srcdir)/images/*.png \ -+ $(srcdir)/images/16x16/*.png -+ -+pkgdata_DATA = BrowseTracker.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/BrowseTracker/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/BrowseTracker/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libBrowseTracker.la: $(libBrowseTracker_la_OBJECTS) $(libBrowseTracker_la_DEPENDENCIES) $(EXTRA_libBrowseTracker_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libBrowseTracker_la_LINK) -rpath $(pluginlibdir) $(libBrowseTracker_la_OBJECTS) $(libBrowseTracker_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseMarks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseSelector.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTracker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTrackerConfPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTrackerLayout.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JumpData.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JumpTracker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectData.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Version.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+BrowseTracker.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/BrowseTracker.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Cccc/Makefile.in -@@ -0,0 +1,910 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/Cccc -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libCccc_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libCccc_la_OBJECTS = Cccc.lo -+libCccc_la_OBJECTS = $(am_libCccc_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libCccc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libCccc_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libCccc_la_SOURCES) -+DIST_SOURCES = $(libCccc_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libCccc.la -+libCccc_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libCccc_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libCccc_la_SOURCES = Cccc.cpp -+noinst_HEADERS = Cccc.h -+EXTRA_DIST = $(srcdir)/*.cbp -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libCccc.la: $(libCccc_la_OBJECTS) $(libCccc_la_DEPENDENCIES) $(EXTRA_libCccc_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libCccc_la_LINK) -rpath $(pluginlibdir) $(libCccc_la_OBJECTS) $(libCccc_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cccc.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Cccc/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/Cccc/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = manifest.xml -+pkgdata_DATA = Cccc.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+Cccc.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/Cccc.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/Makefile.in -@@ -0,0 +1,925 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/CppCheck -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libCppCheck_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libCppCheck_la_OBJECTS = CppCheck.lo CppCheckListLog.lo \ -+ ConfigPanel.lo -+libCppCheck_la_OBJECTS = $(am_libCppCheck_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libCppCheck_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libCppCheck_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libCppCheck_la_SOURCES) -+DIST_SOURCES = $(libCppCheck_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libCppCheck.la -+libCppCheck_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libCppCheck_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libCppCheck_la_SOURCES = CppCheck.cpp \ -+ CppCheckListLog.cpp \ -+ ConfigPanel.cpp -+ -+noinst_HEADERS = CppCheck.h \ -+ CppCheckListLog.h \ -+ ConfigPanel.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ wxsmith -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libCppCheck.la: $(libCppCheck_la_OBJECTS) $(libCppCheck_la_DEPENDENCIES) $(EXTRA_libCppCheck_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libCppCheck_la_LINK) -rpath $(pluginlibdir) $(libCppCheck_la_OBJECTS) $(libCppCheck_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppCheck.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppCheckListLog.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/CppCheck/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = manifest.xml -+pkgdata_DATA = CppCheck.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+CppCheck.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/CppCheck.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Cscope/Makefile.in -@@ -0,0 +1,851 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/Cscope -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libCscope_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libCscope_la_OBJECTS = CscopeConfig.lo CscopeEntryData.lo \ -+ CscopeParserThread.lo CscopePlugin.lo CscopeProcess.lo \ -+ CscopeStatusMessage.lo CscopeTab.lo CscopeView.lo -+libCscope_la_OBJECTS = $(am_libCscope_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libCscope_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libCscope_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libCscope_la_SOURCES) -+DIST_SOURCES = $(libCscope_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libCscope.la -+libCscope_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libCscope_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libCscope_la_SOURCES = CscopeConfig.cpp \ -+ CscopeEntryData.cpp \ -+ CscopeParserThread.cpp \ -+ CscopePlugin.cpp \ -+ CscopeProcess.cpp \ -+ CscopeStatusMessage.cpp \ -+ CscopeTab.cpp \ -+ CscopeView.cpp -+ -+noinst_HEADERS = CscopeConfig.h \ -+ CscopeEntryData.h \ -+ CscopeParserThread.h \ -+ CscopePlugin.h \ -+ CscopeProcess.h \ -+ CscopeStatusMessage.h \ -+ CscopeTab.h \ -+ CscopeView.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = Cscope.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cscope/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/Cscope/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libCscope.la: $(libCscope_la_OBJECTS) $(libCscope_la_DEPENDENCIES) $(EXTRA_libCscope_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libCscope_la_LINK) -rpath $(pluginlibdir) $(libCscope_la_OBJECTS) $(libCscope_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeConfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeEntryData.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeParserThread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopePlugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeProcess.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeStatusMessage.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeTab.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeView.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+Cscope.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/Cscope.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/Makefile.in -@@ -0,0 +1,997 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/DoxyBlocks -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_confimages_DATA) \ -+ $(noinst_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libDoxyBlocks_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libDoxyBlocks_la_OBJECTS = AutoDoc.lo Config.lo ConfigPanel.lo \ -+ DoxyBlocks.lo ExtractDocs.lo DoxyBlocksLogger.lo -+libDoxyBlocks_la_OBJECTS = $(am_libDoxyBlocks_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libDoxyBlocks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libDoxyBlocks_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libDoxyBlocks_la_SOURCES) -+DIST_SOURCES = $(libDoxyBlocks_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(dist_confimages_DATA) $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = images -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libDoxyBlocks.la -+libDoxyBlocks_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libDoxyBlocks_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libDoxyBlocks_la_SOURCES = AutoDoc.cpp \ -+ Config.cpp \ -+ ConfigPanel.cpp \ -+ DoxyBlocks.cpp \ -+ ExtractDocs.cpp \ -+ DoxyBlocksLogger.cpp -+ -+noinst_HEADERS = Config.h \ -+ ConfigPanel.h \ -+ DoxyBlocks.h \ -+ Expressions.h \ -+ DoxyBlocksLogger.h \ -+ version.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ wxsmith/ConfigPanel.wxs \ -+ manifest.xml \ -+ ChangeLog.txt \ -+ DoxyBlocks.rc \ -+ $(srcdir)/update* \ -+ $(srcdir)/images/*.png \ -+ $(srcdir)/images/16x16/*.png -+ -+pkgdata_DATA = DoxyBlocks.zip -+CLEANFILES = $(pkgdata_DATA) -+confimagesdir = $(datadir)/@PACKAGE@/images/settings -+dist_confimages_DATA = $(srcdir)/*.png -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libDoxyBlocks.la: $(libDoxyBlocks_la_OBJECTS) $(libDoxyBlocks_la_DEPENDENCIES) $(EXTRA_libDoxyBlocks_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libDoxyBlocks_la_LINK) -rpath $(pluginlibdir) $(libDoxyBlocks_la_OBJECTS) $(libDoxyBlocks_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AutoDoc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DoxyBlocks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DoxyBlocksLogger.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExtractDocs.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_confimagesDATA: $(dist_confimages_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_confimagesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_confimagesDATA install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install install-am install-data \ -+ install-data-am install-dist_confimagesDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-dist_confimagesDATA \ -+ uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+DoxyBlocks.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/DoxyBlocks.zip manifest.xml images/*.png images/16x16/*.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/16x16/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/DoxyBlocks/images/16x16 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/DoxyBlocks/16x16 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/16x16/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/16x16/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/Makefile.in -@@ -0,0 +1,807 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/DoxyBlocks/images -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+pkgdatadir = $(datadir)/@PACKAGE@/images/DoxyBlocks -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = 16x16 -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/EditorConfig/Makefile.in -@@ -0,0 +1,840 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/EditorConfig -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libEditorConfig_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libEditorConfig_la_OBJECTS = EditorConfigUI.lo \ -+ EditorConfigCommon.lo EditorConfig.lo -+libEditorConfig_la_OBJECTS = $(am_libEditorConfig_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libEditorConfig_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libEditorConfig_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libEditorConfig_la_SOURCES) -+DIST_SOURCES = $(libEditorConfig_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libEditorConfig.la -+libEditorConfig_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libEditorConfig_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libEditorConfig_la_SOURCES = EditorConfigUI.cpp \ -+ EditorConfigCommon.cpp \ -+ EditorConfig.cpp -+ -+noinst_HEADERS = EditorConfig.h \ -+ EditorConfigCommon.h \ -+ EditorConfigUI.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ wxsmith/EditorConfigUI.wxs \ -+ manifest.xml -+ -+pkgdata_DATA = EditorConfig.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/EditorConfig/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/EditorConfig/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libEditorConfig.la: $(libEditorConfig_la_OBJECTS) $(libEditorConfig_la_DEPENDENCIES) $(EXTRA_libEditorConfig_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libEditorConfig_la_LINK) -rpath $(pluginlibdir) $(libEditorConfig_la_OBJECTS) $(libEditorConfig_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfigCommon.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfigUI.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+EditorConfig.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/EditorConfig.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/EditorTweaks/Makefile.in -@@ -0,0 +1,834 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/EditorTweaks -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libEditorTweaks_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libEditorTweaks_la_OBJECTS = EditorTweaks.lo EditorTweaksConfDlg.lo -+libEditorTweaks_la_OBJECTS = $(am_libEditorTweaks_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libEditorTweaks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libEditorTweaks_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libEditorTweaks_la_SOURCES) -+DIST_SOURCES = $(libEditorTweaks_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libEditorTweaks.la -+libEditorTweaks_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libEditorTweaks_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libEditorTweaks_la_SOURCES = EditorTweaks.cpp \ -+ EditorTweaksConfDlg.cpp -+ -+noinst_HEADERS = EditorTweaks.h \ -+ EditorTweaksConfDlg.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ EditorTweaksConfDlg.xrc \ -+ manifest.xml \ -+ $(srcdir)/wxsmith/*.wxs -+ -+pkgdata_DATA = EditorTweaks.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/EditorTweaks/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/EditorTweaks/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libEditorTweaks.la: $(libEditorTweaks_la_OBJECTS) $(libEditorTweaks_la_DEPENDENCIES) $(EXTRA_libEditorTweaks_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libEditorTweaks_la_LINK) -rpath $(pluginlibdir) $(libEditorTweaks_la_OBJECTS) $(libEditorTweaks_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorTweaks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorTweaksConfDlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+EditorTweaks.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/EditorTweaks.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/FileManager/Makefile.in -@@ -0,0 +1,859 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/FileManager -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libFileManager_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libFileManager_la_OBJECTS = FileManager.lo FileExplorer.lo \ -+ FileExplorerSettings.lo FileExplorerUpdater.lo \ -+ CommitBrowser.lo directorymonitor.lo se_globals.lo -+libFileManager_la_OBJECTS = $(am_libFileManager_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libFileManager_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libFileManager_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libFileManager_la_SOURCES) -+DIST_SOURCES = $(libFileManager_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_GAMIN_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ -+ -D__FAM__ -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libFileManager.la -+libFileManager_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libFileManager_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(CB_GAMIN_LIBS) -+libFileManager_la_SOURCES = FileManager.cpp \ -+ FileExplorer.cpp \ -+ FileExplorerSettings.cpp \ -+ FileExplorerUpdater.cpp \ -+ CommitBrowser.cpp \ -+ directorymonitor.cpp \ -+ se_globals.cpp -+ -+noinst_HEADERS = FileManager.h \ -+ FileExplorer.h \ -+ FileExplorerSettings.h \ -+ FileExplorerUpdater.h \ -+ CommitBrowser.h \ -+ directorymonitor.h \ -+ se_globals.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/Resources/fileexplorersettings.xrc \ -+ $(srcdir)/Resources/CommitBrowser.xrc \ -+ $(srcdir)/manifest.xml -+ -+pkgdata_DATA = FileManager.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/FileManager/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/FileManager/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libFileManager.la: $(libFileManager_la_OBJECTS) $(libFileManager_la_DEPENDENCIES) $(EXTRA_libFileManager_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libFileManager_la_LINK) -rpath $(pluginlibdir) $(libFileManager_la_OBJECTS) $(libFileManager_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommitBrowser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorerSettings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorerUpdater.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileManager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directorymonitor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se_globals.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+FileManager.zip: manifest.xml Resources/fileexplorersettings.xrc Resources/CommitBrowser.xrc -+ PWD=`pwd` cd $(srcdir) && zip -j9 $(PWD)/FileManager.zip manifest.xml Resources/fileexplorersettings.xrc Resources/CommitBrowser.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/Makefile.in -@@ -0,0 +1,893 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/HexEditor -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libHexEditor_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libHexEditor_la_OBJECTS = CharacterView.lo DigitView.lo \ -+ ExpressionExecutor.lo ExpressionParser.lo \ -+ ExpressionPreprocessed.lo ExpressionTestCases.lo \ -+ ExpressionTester.lo FileContentBase.lo FileContentBuffered.lo \ -+ FileContentDisk.lo HexEditLineBuffer.lo HexEditor.lo \ -+ HexEditPanel.lo HexEditViewBase.lo SearchDialog.lo \ -+ SelectStoredExpressionDlg.lo TestCasesDlg.lo -+libHexEditor_la_OBJECTS = $(am_libHexEditor_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libHexEditor_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libHexEditor_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libHexEditor_la_SOURCES) -+DIST_SOURCES = $(libHexEditor_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libHexEditor.la -+libHexEditor_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libHexEditor_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libHexEditor_la_SOURCES = \ -+ CharacterView.cpp \ -+ DigitView.cpp \ -+ ExpressionExecutor.cpp \ -+ ExpressionParser.cpp \ -+ ExpressionPreprocessed.cpp \ -+ ExpressionTestCases.cpp \ -+ ExpressionTester.cpp \ -+ FileContentBase.cpp \ -+ FileContentBuffered.cpp \ -+ FileContentDisk.cpp \ -+ HexEditLineBuffer.cpp \ -+ HexEditor.cpp \ -+ HexEditPanel.cpp \ -+ HexEditViewBase.cpp \ -+ SearchDialog.cpp \ -+ SelectStoredExpressionDlg.cpp \ -+ TestCasesDlg.cpp -+ -+noinst_HEADERS = \ -+ CharacterView.h \ -+ DigitView.h \ -+ ExpressionExecutor.h \ -+ ExpressionParser.h \ -+ ExpressionPreprocessed.h \ -+ ExpressionTestCases.h \ -+ ExpressionTester.h \ -+ FileContentBase.h \ -+ FileContentBuffered.h \ -+ FileContentDisk.h \ -+ HexEditLineBuffer.h \ -+ HexEditor.h \ -+ HexEditPanel.h \ -+ HexEditViewBase.h \ -+ SearchDialog.h \ -+ SelectStoredExpressionDlg.h \ -+ TestCasesBase.h \ -+ TestCasesDlg.h \ -+ TestCasesHelper.h -+ -+EXTRA_DIST = \ -+ wxsmith/HexEditPanel.wxs \ -+ wxsmith/ExpressionTester.wxs \ -+ wxsmith/SearchDialog.wxs \ -+ wxsmith/SelectStoredExpressionDlg.wxs \ -+ wxsmith/TestCasesDlg.wxs \ -+ $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = HexEditor.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/HexEditor/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/HexEditor/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libHexEditor.la: $(libHexEditor_la_OBJECTS) $(libHexEditor_la_DEPENDENCIES) $(EXTRA_libHexEditor_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libHexEditor_la_LINK) -rpath $(pluginlibdir) $(libHexEditor_la_OBJECTS) $(libHexEditor_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CharacterView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DigitView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionExecutor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionParser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionPreprocessed.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionTestCases.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionTester.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentBuffered.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentDisk.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditLineBuffer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditViewBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SearchDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SelectStoredExpressionDlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TestCasesDlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+HexEditor.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/HexEditor.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/Makefile.in -@@ -0,0 +1,867 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/IncrementalSearch -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_confimages_DATA) \ -+ $(noinst_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libIncrementalSearch_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libIncrementalSearch_la_OBJECTS = IncrementalSearch.lo \ -+ IncrementalSearchConfDlg.lo -+libIncrementalSearch_la_OBJECTS = \ -+ $(am_libIncrementalSearch_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libIncrementalSearch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libIncrementalSearch_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libIncrementalSearch_la_SOURCES) -+DIST_SOURCES = $(libIncrementalSearch_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(dist_confimages_DATA) $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libIncrementalSearch.la -+libIncrementalSearch_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libIncrementalSearch_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libIncrementalSearch_la_SOURCES = IncrementalSearch.cpp \ -+ IncrementalSearchConfDlg.cpp -+ -+noinst_HEADERS = IncrementalSearch.h \ -+ IncrementalSearchConfDlg.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ IncrementalSearchToolbar.xrc \ -+ IncrementalSearchConfDlg.xrc \ -+ manifest.xml \ -+ $(srcdir)/update* \ -+ $(srcdir)/images/*.png \ -+ $(srcdir)/images/16x16/*.png -+ -+pkgdata_DATA = IncrementalSearch.zip -+CLEANFILES = $(pkgdata_DATA) -+confimagesdir = $(datadir)/@PACKAGE@/images/settings -+dist_confimages_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/IncrementalSearch/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/IncrementalSearch/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libIncrementalSearch.la: $(libIncrementalSearch_la_OBJECTS) $(libIncrementalSearch_la_DEPENDENCIES) $(EXTRA_libIncrementalSearch_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libIncrementalSearch_la_LINK) -rpath $(pluginlibdir) $(libIncrementalSearch_la_OBJECTS) $(libIncrementalSearch_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IncrementalSearch.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IncrementalSearchConfDlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_confimagesDATA: $(dist_confimages_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_confimagesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_confimagesDATA install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install install-am install-data \ -+ install-data-am install-dist_confimagesDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+IncrementalSearch.zip: manifest.xml IncrementalSearchToolbar.xrc IncrementalSearchConfDlg.xrc -+ PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/IncrementalSearch.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Makefile.in -@@ -0,0 +1,884 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@ENABLE_FORTRAN_TRUE@am__append_1 = $(srcdir)/FortranProject/*.h \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.cpp \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.xml \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.cbp \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/update* \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/*.png \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/16x16/*.png \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/fortranproject/*.png \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/fortranproject/*.f90 \ -+@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/resources/*.xrc -+ -+subdir = src/plugins/contrib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@BUILD_AUTOVERSIONING_TRUE@MAYBE_AUTOVERSIONING = AutoVersioning appdata -+@BUILD_BROWSETRACKER_TRUE@MAYBE_BROWSETRACKER = BrowseTracker appdata -+@BUILD_BYOGAMES_TRUE@MAYBE_BYOGAMES = byogames appdata -+@BUILD_CBKODERS_TRUE@MAYBE_CBKODERS = cb_koders appdata -+@BUILD_CODESNIPPETS_TRUE@MAYBE_CODESNIPPETS = codesnippets appdata -+@BUILD_CODESTAT_TRUE@MAYBE_CODESTAT = codestat appdata -+@BUILD_COPYSTRINGS_TRUE@MAYBE_COPYSTRINGS = copystrings appdata -+@BUILD_CSCOPE_TRUE@MAYBE_CSCOPE = Cscope appdata -+@BUILD_DOXYBLOCKS_TRUE@MAYBE_DOXYBLOCKS = DoxyBlocks appdata -+@BUILD_DRAGSCROLL_TRUE@MAYBE_DRAGSCROLL = dragscroll appdata -+@BUILD_EDITORCONFIG_TRUE@MAYBE_EDITORCONFIG = EditorConfig appdata -+@BUILD_EDITORTWEAKS_TRUE@MAYBE_EDITORTWEAKS = EditorTweaks appdata -+@BUILD_ENVVARS_TRUE@MAYBE_ENVVARS = envvars appdata -+@BUILD_FILEMANAGER_TRUE@MAYBE_FILEMANAGER = FileManager appdata -+@BUILD_HELP_TRUE@MAYBE_HELP = help_plugin appdata -+@BUILD_HEADERFIXUP_TRUE@MAYBE_HEADERFIXUP = headerfixup appdata -+@BUILD_KEYBINDER_TRUE@MAYBE_KEYBINDER = keybinder appdata -+@BUILD_LIBFINDER_TRUE@MAYBE_LIBFINDER = wxContribItems lib_finder appdata -+@BUILD_PROFILER_TRUE@MAYBE_PROFILER = profiler appdata -+@BUILD_PROJECTOPTIONSMANIPULATOR_TRUE@MAYBE_PROJECTOPTIONSMANIPULATOR = ProjectOptionsManipulator appdata -+@BUILD_REGEX_TRUE@MAYBE_REGEX = regex_testbed appdata -+@BUILD_REOPENEDITOR_TRUE@MAYBE_REOPENEDITOR = ReopenEditor appdata -+@BUILD_EXPORTER_TRUE@MAYBE_EXPORTER = source_exporter appdata -+@BUILD_SMARTINDENT_TRUE@MAYBE_SMARTINDENT = SmartIndent appdata -+@BUILD_SPELLCHECKER_TRUE@MAYBE_SPELLCHECKER = SpellChecker appdata -+@BUILD_SYMTAB_TRUE@MAYBE_SYMTAB = symtab appdata -+@BUILD_THREADSEARCH_TRUE@MAYBE_THREADSEARCH = wxContribItems ThreadSearch appdata -+@BUILD_TOOLSPLUS_TRUE@MAYBE_TOOLSPLUS = ToolsPlus appdata -+@BUILD_VALGRIND_TRUE@MAYBE_VALGRIND = Valgrind appdata -+@BUILD_WXCONTRIB_TRUE@MAYBE_WXCONTRIB = wxContribItems appdata -+@BUILD_WXSMITH_TRUE@MAYBE_WXSMITH = wxSmith appdata -+@BUILD_WXSMITHCONTRIB_TRUE@MAYBE_WXSMITHCONTRIB = wxSmith wxContribItems wxSmithContribItems appdata -+@BUILD_WXSMITHAUI_TRUE@MAYBE_WXSMITHAUI = wxSmith wxSmithAui appdata -+@BUILD_HEXEDITOR_TRUE@MAYBE_HEXEDITOR = HexEditor appdata -+@BUILD_INCSEARCH_TRUE@MAYBE_INCSEARCH = IncrementalSearch appdata -+@BUILD_MOUSESAP_TRUE@MAYBE_MOUSESAP = MouseSap appdata -+@BUILD_NASSISHNEIDERMAN_TRUE@MAYBE_NASSISHNEIDERMAN = NassiShneiderman appdata -+@BUILD_CCCC_TRUE@MAYBE_CCCC = Cccc appdata -+@BUILD_CPPCHECK_TRUE@MAYBE_CPPCHECK = CppCheck appdata -+SUBDIRS = $(MAYBE_AUTOVERSIONING) \ -+ $(MAYBE_BROWSETRACKER) \ -+ $(MAYBE_BYOGAMES) \ -+ $(MAYBE_CBKODERS) \ -+ $(MAYBE_CCCC) \ -+ $(MAYBE_CODESNIPPETS) \ -+ $(MAYBE_CODESTAT) \ -+ $(MAYBE_COPYSTRINGS) \ -+ $(MAYBE_CPPCHECK) \ -+ $(MAYBE_CSCOPE) \ -+ $(MAYBE_DOXYBLOCKS) \ -+ $(MAYBE_DRAGSCROLL) \ -+ $(MAYBE_EDITORCONFIG) \ -+ $(MAYBE_EDITORTWEAKS) \ -+ $(MAYBE_ENVVARS) \ -+ $(MAYBE_FILEMANAGER) \ -+ $(MAYBE_HEADERFIXUP) \ -+ $(MAYBE_HELP) \ -+ $(MAYBE_HEXEDITOR) \ -+ $(MAYBE_INCSEARCH) \ -+ $(MAYBE_KEYBINDER) \ -+ $(MAYBE_LIBFINDER) \ -+ $(MAYBE_MOUSESAP) \ -+ $(MAYBE_NASSISHNEIDERMAN) \ -+ $(MAYBE_PROFILER) \ -+ $(MAYBE_PROJECTOPTIONSMANIPULATOR) \ -+ $(MAYBE_EXPORTER) \ -+ $(MAYBE_SYMTAB) \ -+ $(MAYBE_SMARTINDENT) \ -+ $(MAYBE_SPELLCHECKER) \ -+ $(MAYBE_REGEX) \ -+ $(MAYBE_REOPENEDITOR) \ -+ $(MAYBE_THREADSEARCH) \ -+ $(MAYBE_TOOLSPLUS) \ -+ $(MAYBE_VALGRIND) \ -+ $(MAYBE_WXCONTRIB) \ -+ $(MAYBE_WXSMITH) \ -+ $(MAYBE_WXSMITHCONTRIB) \ -+ $(MAYBE_WXSMITHAUI) -+ -+DIST_SUBDIRS = appdata \ -+ AutoVersioning \ -+ BrowseTracker \ -+ byogames \ -+ cb_koders \ -+ Cccc \ -+ codesnippets \ -+ codestat \ -+ copystrings \ -+ CppCheck \ -+ Cscope \ -+ devpak_plugin \ -+ DoxyBlocks \ -+ dragscroll \ -+ EditorConfig \ -+ EditorTweaks \ -+ envvars \ -+ FileManager \ -+ headerfixup \ -+ help_plugin \ -+ HexEditor \ -+ keybinder \ -+ IncrementalSearch \ -+ lib_finder \ -+ MouseSap \ -+ NassiShneiderman \ -+ profiler \ -+ ProjectOptionsManipulator \ -+ source_exporter \ -+ SmartIndent \ -+ SpellChecker \ -+ symtab \ -+ regex_testbed \ -+ ReopenEditor \ -+ ThreadSearch \ -+ ToolsPlus \ -+ Valgrind \ -+ wxContribItems \ -+ wxSmith \ -+ wxSmithContribItems \ -+ wxSmithAui \ -+ wxSmithDemo \ -+ wxSmithIExplore \ -+ wxSmithSTC -+ -+EXTRA_DIST = rndgen $(am__append_1) -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/MouseSap/Makefile.in -@@ -0,0 +1,828 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/MouseSap -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libMouseSap_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libMouseSap_la_OBJECTS = MouseSap.lo -+libMouseSap_la_OBJECTS = $(am_libMouseSap_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libMouseSap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libMouseSap_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libMouseSap_la_SOURCES) -+DIST_SOURCES = $(libMouseSap_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(WX_GTK_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libMouseSap.la -+libMouseSap_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libMouseSap_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(WX_GTK_LIBS) -+libMouseSap_la_SOURCES = MouseSap.cpp -+noinst_HEADERS = MouseSap.h -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = MouseSap.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/MouseSap/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/MouseSap/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libMouseSap.la: $(libMouseSap_la_OBJECTS) $(libMouseSap_la_DEPENDENCIES) $(EXTRA_libMouseSap_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libMouseSap_la_LINK) -rpath $(pluginlibdir) $(libMouseSap_la_OBJECTS) $(libMouseSap_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MouseSap.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+MouseSap.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/MouseSap.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/Makefile.in -@@ -0,0 +1,920 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/NassiShneiderman -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libNassiShneiderman_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libNassiShneiderman_la_OBJECTS = bricks.lo cbEditorPanel.lo \ -+ commands.lo CParser.lo DataObject.lo FileContent.lo \ -+ GraphBricks.lo GraphFabric.lo HooverDrawlet.lo \ -+ InsertBrickTask.lo logger.lo NassiDiagramWindow.lo \ -+ NassiDropTarget.lo NassiEditorPanel.lo NassiFileContent.lo \ -+ NassiPlugin.lo NassiView.lo parseactions.lo PasteTask.lo \ -+ RedHatchDrawlet.lo RedLineDrawlet.lo Task.lo TextCtrl.lo \ -+ TextCtrlTask.lo TextGraph.lo -+libNassiShneiderman_la_OBJECTS = $(am_libNassiShneiderman_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libNassiShneiderman_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libNassiShneiderman_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libNassiShneiderman_la_SOURCES) -+DIST_SOURCES = $(libNassiShneiderman_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(BOOST_CPPFLAGS) \ -+ -DBOOST_SYSTEM_NO_DEPRECATED -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libNassiShneiderman.la -+libNassiShneiderman_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version $(BOOST_LDFLAGS) -+libNassiShneiderman_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(BOOST_SYSTEM_LIB) -+libNassiShneiderman_la_SOURCES = bricks.cpp \ -+ cbEditorPanel.cpp \ -+ commands.cpp \ -+ CParser.cpp \ -+ DataObject.cpp \ -+ FileContent.cpp \ -+ GraphBricks.cpp \ -+ GraphFabric.cpp \ -+ HooverDrawlet.cpp \ -+ InsertBrickTask.cpp \ -+ logger.cpp \ -+ NassiDiagramWindow.cpp \ -+ NassiDropTarget.cpp \ -+ NassiEditorPanel.cpp \ -+ NassiFileContent.cpp \ -+ NassiPlugin.cpp \ -+ NassiView.cpp \ -+ parseactions.cpp \ -+ PasteTask.cpp \ -+ RedHatchDrawlet.cpp \ -+ RedLineDrawlet.cpp \ -+ Task.cpp \ -+ TextCtrl.cpp \ -+ TextCtrlTask.cpp \ -+ TextGraph.cpp -+ -+noinst_HEADERS = bricks.h \ -+ cbEditorPanel.h \ -+ commands.h \ -+ DataObject.h \ -+ FileContent.h \ -+ GraphBricks.h \ -+ GraphFabric.h \ -+ HooverDrawlet.h \ -+ InsertBrickTask.h \ -+ logger.h \ -+ NassiBrickVisitor.h \ -+ NassiDiagramWindow.h \ -+ NassiDropTarget.h \ -+ NassiEditorPanel.h \ -+ NassiFileContent.h \ -+ NassiPlugin.h \ -+ NassiView.h \ -+ parseactions.h \ -+ parserules.h \ -+ PasteTask.h \ -+ RedHatchDrawlet.h \ -+ RedLineDrawlet.h \ -+ Task.h \ -+ TextCtrl.h \ -+ TextCtrlTask.h \ -+ TextGraph.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/rc/*.xpm \ -+ $(srcdir)/EditTextTask.h \ -+ $(srcdir)/EditTextTask.cpp \ -+ $(srcdir)/HooverLine.h \ -+ $(srcdir)/HooverLine.cpp \ -+ $(srcdir)/TaskSelect.h \ -+ $(srcdir)/TaskSelect.cpp \ -+ $(srcdir)/TaskTest.h \ -+ $(srcdir)/TaskTest.cpp \ -+ manifest.xml -+ -+pkgdata_DATA = NassiShneiderman.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/NassiShneiderman/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/NassiShneiderman/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libNassiShneiderman.la: $(libNassiShneiderman_la_OBJECTS) $(libNassiShneiderman_la_DEPENDENCIES) $(EXTRA_libNassiShneiderman_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libNassiShneiderman_la_LINK) -rpath $(pluginlibdir) $(libNassiShneiderman_la_OBJECTS) $(libNassiShneiderman_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CParser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataObject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphBricks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphFabric.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HooverDrawlet.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsertBrickTask.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiDiagramWindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiDropTarget.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiEditorPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiFileContent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiPlugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PasteTask.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RedHatchDrawlet.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RedLineDrawlet.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Task.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextCtrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextCtrlTask.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextGraph.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bricks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbEditorPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseactions.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+NassiShneiderman.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/NassiShneiderman.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/Makefile.in -@@ -0,0 +1,839 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ProjectOptionsManipulator -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libProjectOptionsManipulator_la_DEPENDENCIES = \ -+ ../../../sdk/libcodeblocks.la $(am__DEPENDENCIES_1) -+am_libProjectOptionsManipulator_la_OBJECTS = \ -+ ProjectOptionsManipulator.lo ProjectOptionsManipulatorDlg.lo \ -+ ProjectOptionsManipulatorResultDlg.lo -+libProjectOptionsManipulator_la_OBJECTS = \ -+ $(am_libProjectOptionsManipulator_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libProjectOptionsManipulator_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) \ -+ $(libProjectOptionsManipulator_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libProjectOptionsManipulator_la_SOURCES) -+DIST_SOURCES = $(libProjectOptionsManipulator_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libProjectOptionsManipulator.la -+libProjectOptionsManipulator_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libProjectOptionsManipulator_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libProjectOptionsManipulator_la_SOURCES = ProjectOptionsManipulator.cpp \ -+ ProjectOptionsManipulatorDlg.cpp \ -+ ProjectOptionsManipulatorResultDlg.cpp -+ -+noinst_HEADERS = ProjectOptionsManipulator.h \ -+ ProjectOptionsManipulatorDlg.h \ -+ ProjectOptionsManipulatorResultDlg.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest.xml \ -+ $(srcdir)/wxsmith/*.wxs -+ -+pkgdata_DATA = ProjectOptionsManipulator.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ProjectOptionsManipulator/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ProjectOptionsManipulator/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libProjectOptionsManipulator.la: $(libProjectOptionsManipulator_la_OBJECTS) $(libProjectOptionsManipulator_la_DEPENDENCIES) $(EXTRA_libProjectOptionsManipulator_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libProjectOptionsManipulator_la_LINK) -rpath $(pluginlibdir) $(libProjectOptionsManipulator_la_OBJECTS) $(libProjectOptionsManipulator_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulatorDlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulatorResultDlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+ProjectOptionsManipulator.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/ProjectOptionsManipulator.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ReopenEditor/Makefile.in -@@ -0,0 +1,840 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ReopenEditor -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libReopenEditor_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libReopenEditor_la_OBJECTS = ReopenEditor.lo ReopenEditorConfDLg.lo \ -+ ReopenEditorListView.lo -+libReopenEditor_la_OBJECTS = $(am_libReopenEditor_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libReopenEditor_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libReopenEditor_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libReopenEditor_la_SOURCES) -+DIST_SOURCES = $(libReopenEditor_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libReopenEditor.la -+libReopenEditor_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libReopenEditor_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libReopenEditor_la_SOURCES = ReopenEditor.cpp \ -+ ReopenEditorConfDLg.cpp \ -+ ReopenEditorListView.cpp -+ -+noinst_HEADERS = ReopenEditor.h \ -+ ReopenEditorConfDLg.h \ -+ ReopenEditorListView.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/*.xrc \ -+ $(srcdir)/wxsmith/*.wxs \ -+ manifest.xml -+ -+pkgdata_DATA = ReopenEditor.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ReopenEditor/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ReopenEditor/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libReopenEditor.la: $(libReopenEditor_la_OBJECTS) $(libReopenEditor_la_DEPENDENCIES) $(EXTRA_libReopenEditor_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libReopenEditor_la_LINK) -rpath $(pluginlibdir) $(libReopenEditor_la_OBJECTS) $(libReopenEditor_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditorConfDLg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditorListView.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+ReopenEditor.zip: manifest.xml ReopenEditorConfDLg.xrc -+ PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/ReopenEditor.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/SmartIndent/Makefile.in -@@ -0,0 +1,1007 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/SmartIndent -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libSmartIndentCpp_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentCpp_la_OBJECTS = SmartIndentCpp.lo -+libSmartIndentCpp_la_OBJECTS = $(am_libSmartIndentCpp_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libSmartIndentCpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentCpp_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentFortran_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentFortran_la_OBJECTS = SmartIndentFortran.lo -+libSmartIndentFortran_la_OBJECTS = \ -+ $(am_libSmartIndentFortran_la_OBJECTS) -+libSmartIndentFortran_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentFortran_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentHDL_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentHDL_la_OBJECTS = SmartIndentHDL.lo -+libSmartIndentHDL_la_OBJECTS = $(am_libSmartIndentHDL_la_OBJECTS) -+libSmartIndentHDL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentHDL_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentLua_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentLua_la_OBJECTS = SmartIndentLua.lo -+libSmartIndentLua_la_OBJECTS = $(am_libSmartIndentLua_la_OBJECTS) -+libSmartIndentLua_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentLua_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentPascal_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentPascal_la_OBJECTS = SmartIndentPascal.lo -+libSmartIndentPascal_la_OBJECTS = \ -+ $(am_libSmartIndentPascal_la_OBJECTS) -+libSmartIndentPascal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentPascal_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentPython_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentPython_la_OBJECTS = SmartIndentPython.lo -+libSmartIndentPython_la_OBJECTS = \ -+ $(am_libSmartIndentPython_la_OBJECTS) -+libSmartIndentPython_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentPython_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+libSmartIndentXML_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSmartIndentXML_la_OBJECTS = SmartIndentXML.lo -+libSmartIndentXML_la_OBJECTS = $(am_libSmartIndentXML_la_OBJECTS) -+libSmartIndentXML_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentXML_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libSmartIndentCpp_la_SOURCES) \ -+ $(libSmartIndentFortran_la_SOURCES) \ -+ $(libSmartIndentHDL_la_SOURCES) \ -+ $(libSmartIndentLua_la_SOURCES) \ -+ $(libSmartIndentPascal_la_SOURCES) \ -+ $(libSmartIndentPython_la_SOURCES) \ -+ $(libSmartIndentXML_la_SOURCES) -+DIST_SOURCES = $(libSmartIndentCpp_la_SOURCES) \ -+ $(libSmartIndentFortran_la_SOURCES) \ -+ $(libSmartIndentHDL_la_SOURCES) \ -+ $(libSmartIndentLua_la_SOURCES) \ -+ $(libSmartIndentPascal_la_SOURCES) \ -+ $(libSmartIndentPython_la_SOURCES) \ -+ $(libSmartIndentXML_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libSmartIndentHDL.la \ -+ libSmartIndentPascal.la \ -+ libSmartIndentCpp.la \ -+ libSmartIndentPython.la \ -+ libSmartIndentLua.la \ -+ libSmartIndentFortran.la \ -+ libSmartIndentXML.la -+ -+libSmartIndentHDL_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentHDL_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentHDL_la_SOURCES = SmartIndentHDL.cpp -+libSmartIndentPascal_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentPascal_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentPascal_la_SOURCES = SmartIndentPascal.cpp -+libSmartIndentCpp_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentCpp_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentCpp_la_SOURCES = SmartIndentCpp.cpp -+libSmartIndentPython_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentPython_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentPython_la_SOURCES = SmartIndentPython.cpp -+libSmartIndentLua_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentLua_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentLua_la_SOURCES = SmartIndentLua.cpp -+libSmartIndentFortran_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentFortran_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentFortran_la_SOURCES = SmartIndentFortran.cpp -+libSmartIndentXML_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSmartIndentXML_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) -+ -+libSmartIndentXML_la_SOURCES = SmartIndentXML.cpp -+noinst_HEADERS = SmartIndentHDL.h \ -+ SmartIndentPascal.h \ -+ SmartIndentCpp.h \ -+ SmartIndentPython.h \ -+ SmartIndentLua.h \ -+ SmartIndentFortran.h \ -+ SmartIndentXML.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest_hdl.xml \ -+ manifest_pascal.xml \ -+ manifest_cpp.xml \ -+ manifest_python.xml \ -+ manifest_lua.xml \ -+ manifest_fortran.xml \ -+ manifest_xml.xml -+ -+pkgdata_DATA = SmartIndentHDL.zip \ -+ SmartIndentPascal.zip \ -+ SmartIndentCpp.zip \ -+ SmartIndentPython.zip \ -+ SmartIndentLua.zip \ -+ SmartIndentFortran.zip \ -+ SmartIndentXML.zip -+ -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SmartIndent/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/SmartIndent/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libSmartIndentCpp.la: $(libSmartIndentCpp_la_OBJECTS) $(libSmartIndentCpp_la_DEPENDENCIES) $(EXTRA_libSmartIndentCpp_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentCpp_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentCpp_la_OBJECTS) $(libSmartIndentCpp_la_LIBADD) $(LIBS) -+ -+libSmartIndentFortran.la: $(libSmartIndentFortran_la_OBJECTS) $(libSmartIndentFortran_la_DEPENDENCIES) $(EXTRA_libSmartIndentFortran_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentFortran_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentFortran_la_OBJECTS) $(libSmartIndentFortran_la_LIBADD) $(LIBS) -+ -+libSmartIndentHDL.la: $(libSmartIndentHDL_la_OBJECTS) $(libSmartIndentHDL_la_DEPENDENCIES) $(EXTRA_libSmartIndentHDL_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentHDL_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentHDL_la_OBJECTS) $(libSmartIndentHDL_la_LIBADD) $(LIBS) -+ -+libSmartIndentLua.la: $(libSmartIndentLua_la_OBJECTS) $(libSmartIndentLua_la_DEPENDENCIES) $(EXTRA_libSmartIndentLua_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentLua_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentLua_la_OBJECTS) $(libSmartIndentLua_la_LIBADD) $(LIBS) -+ -+libSmartIndentPascal.la: $(libSmartIndentPascal_la_OBJECTS) $(libSmartIndentPascal_la_DEPENDENCIES) $(EXTRA_libSmartIndentPascal_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentPascal_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentPascal_la_OBJECTS) $(libSmartIndentPascal_la_LIBADD) $(LIBS) -+ -+libSmartIndentPython.la: $(libSmartIndentPython_la_OBJECTS) $(libSmartIndentPython_la_DEPENDENCIES) $(EXTRA_libSmartIndentPython_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentPython_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentPython_la_OBJECTS) $(libSmartIndentPython_la_LIBADD) $(LIBS) -+ -+libSmartIndentXML.la: $(libSmartIndentXML_la_OBJECTS) $(libSmartIndentXML_la_DEPENDENCIES) $(EXTRA_libSmartIndentXML_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSmartIndentXML_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentXML_la_OBJECTS) $(libSmartIndentXML_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentCpp.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentFortran.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentHDL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentLua.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentPascal.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentPython.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentXML.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+.NOTPARALLEL: $(pkgdata_DATA) -+ -+SmartIndentHDL.zip: manifest_hdl.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_hdl.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentHDL.zip manifest.xml -+ -+SmartIndentPascal.zip: manifest_pascal.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_pascal.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentPascal.zip manifest.xml -+ -+SmartIndentCpp.zip: manifest_cpp.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_cpp.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentCpp.zip manifest.xml -+ -+SmartIndentPython.zip: manifest_python.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_python.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentPython.zip manifest.xml -+ -+SmartIndentLua.zip: manifest_lua.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_lua.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentLua.zip manifest.xml -+ -+SmartIndentFortran.zip: manifest_fortran.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_fortran.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentFortran.zip manifest.xml -+ -+SmartIndentXML.zip: manifest_xml.xml -+ PWD=`pwd` cd $(srcdir) && \ -+ cp manifest_xml.xml ./manifest.xml && \ -+ zip -R $(PWD)/SmartIndentXML.zip manifest.xml -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/Makefile.in -@@ -0,0 +1,1078 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/SpellChecker -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_confimages_DATA) \ -+ $(dist_onlinecheckerconfig_DATA) $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(confimagesdir)" \ -+ "$(DESTDIR)$(onlinecheckerconfigdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libSpellChecker_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ wxspellchecker/libwxSpellChecker.la $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libSpellChecker_la_OBJECTS = DictionariesNeededDialog.lo \ -+ MySpellingDialog.lo OnlineSpellChecker.lo SpellCheckHelper.lo \ -+ SpellCheckSettingsPanel.lo SpellCheckerConfig.lo \ -+ SpellCheckerPlugin.lo StatusField.lo Thesaurus.lo \ -+ ThesaurusDialog.lo mythes.lo wxThes.lo -+libSpellChecker_la_OBJECTS = $(am_libSpellChecker_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libSpellChecker_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libSpellChecker_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libSpellChecker_la_SOURCES) -+DIST_SOURCES = $(libSpellChecker_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(dist_confimages_DATA) $(dist_onlinecheckerconfig_DATA) \ -+ $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = wxspellchecker -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_HUNSPELL_CFLAGS) \ -+ -I$(srcdir)/wxspellchecker/include \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libSpellChecker.la -+libSpellChecker_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSpellChecker_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ wxspellchecker/libwxSpellChecker.la \ -+ $(WX_LIBS) \ -+ $(CB_HUNSPELL_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libSpellChecker_la_SOURCES = DictionariesNeededDialog.cpp \ -+ MySpellingDialog.cpp \ -+ OnlineSpellChecker.cpp \ -+ SpellCheckHelper.cpp \ -+ SpellCheckSettingsPanel.cpp \ -+ SpellCheckerConfig.cpp \ -+ SpellCheckerPlugin.cpp \ -+ StatusField.cpp \ -+ Thesaurus.cpp \ -+ ThesaurusDialog.cpp \ -+ mythes.cxx \ -+ wxThes.cpp -+ -+noinst_HEADERS = DictionariesNeededDialog.h \ -+ MySpellingDialog.h \ -+ SpellCheckHelper.h \ -+ SpellCheckerConfig.h \ -+ StatusField.h \ -+ ThesaurusDialog.h \ -+ OnlineSpellChecker.h \ -+ SpellCheckSettingsPanel.h \ -+ SpellCheckerPlugin.h \ -+ Thesaurus.h \ -+ mythes.hxx \ -+ wxThes.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/*.xrc \ -+ $(srcdir)/*.png \ -+ wxsmith \ -+ hunspell \ -+ dictionaries \ -+ manifest.xml \ -+ $(srcdir)/update* -+ -+pkgdata_DATA = SpellChecker.zip -+CLEANFILES = $(pkgdata_DATA) -+confimagesdir = $(datadir)/@PACKAGE@/images/settings -+dist_confimages_DATA = $(srcdir)/*.png -+onlinecheckerconfigdir = $(datadir)/@PACKAGE@/SpellChecker -+dist_onlinecheckerconfig_DATA = $(srcdir)/rc/*.png $(srcdir)/OnlineSpellChecking.xml -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .cxx .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libSpellChecker.la: $(libSpellChecker_la_OBJECTS) $(libSpellChecker_la_DEPENDENCIES) $(EXTRA_libSpellChecker_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSpellChecker_la_LINK) -rpath $(pluginlibdir) $(libSpellChecker_la_OBJECTS) $(libSpellChecker_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DictionariesNeededDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MySpellingDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OnlineSpellChecker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckHelper.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckSettingsPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckerConfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckerPlugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StatusField.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Thesaurus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThesaurusDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mythes.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxThes.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+.cxx.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cxx.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cxx.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_confimagesDATA: $(dist_confimages_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_confimagesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) -+install-dist_onlinecheckerconfigDATA: $(dist_onlinecheckerconfig_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_onlinecheckerconfig_DATA)'; test -n "$(onlinecheckerconfigdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(onlinecheckerconfigdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(onlinecheckerconfigdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(onlinecheckerconfigdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(onlinecheckerconfigdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_onlinecheckerconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_onlinecheckerconfig_DATA)'; test -n "$(onlinecheckerconfigdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(onlinecheckerconfigdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(onlinecheckerconfigdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_confimagesDATA \ -+ install-dist_onlinecheckerconfigDATA install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_confimagesDATA \ -+ uninstall-dist_onlinecheckerconfigDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install install-am install-data \ -+ install-data-am install-dist_confimagesDATA \ -+ install-dist_onlinecheckerconfigDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-dist_confimagesDATA \ -+ uninstall-dist_onlinecheckerconfigDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+SpellChecker.zip: manifest.xml SpellCheckSettingsPanel.xrc -+ PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/SpellChecker.zip manifest.xml SpellCheckSettingsPanel.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.in -@@ -0,0 +1,821 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/SpellChecker/wxspellchecker -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxSpellChecker_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxSpellChecker_la_OBJECTS = ../HunspellInterface.lo \ -+ src/PersonalDictionary.lo src/SpellCheckCmdLineInterface.lo \ -+ src/SpellCheckDialogInterface.lo \ -+ src/SpellCheckEngineInterface.lo src/SpellCheckEngineOption.lo \ -+ src/SpellCheckUserInterface.lo \ -+ src/SpellCheckerOptionsDialog.lo \ -+ src/XmlPersonalDictionaryDialog.lo src/XmlSpellCheckDialog.lo \ -+ src/exports.lo -+libwxSpellChecker_la_OBJECTS = $(am_libwxSpellChecker_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxSpellChecker_la_SOURCES) -+DIST_SOURCES = $(libwxSpellChecker_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ -+ ChangeLog TODO -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_HUNSPELL_CFLAGS) \ -+ -I$(srcdir)/include \ -+ -I$(srcdir)/.. \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -DHUNSPELL_STATIC -+ -+noinst_LTLIBRARIES = libwxSpellChecker.la -+libwxSpellChecker_la_LIBADD = $(WX_LIBS) \ -+ $(CB_HUNSPELL_LIBS) -+ -+libwxSpellChecker_la_SOURCES = ../HunspellInterface.cpp \ -+ src/PersonalDictionary.cpp \ -+ src/SpellCheckCmdLineInterface.cpp \ -+ src/SpellCheckDialogInterface.cpp \ -+ src/SpellCheckEngineInterface.cpp \ -+ src/SpellCheckEngineOption.cpp \ -+ src/SpellCheckUserInterface.cpp \ -+ src/SpellCheckerOptionsDialog.cpp \ -+ src/XmlPersonalDictionaryDialog.cpp \ -+ src/XmlSpellCheckDialog.cpp \ -+ src/exports.cpp -+ -+noinst_HEADERS = ../HunspellInterface.h \ -+ include/PersonalDictionary.h \ -+ include/SpellCheckEngineInterface.h \ -+ include/SpellCheckerOptionsDialog.h \ -+ include/exports.h \ -+ include/SpellCheckCmdLineInterface.h \ -+ include/SpellCheckEngineOption.h \ -+ include/XmlPersonalDictionaryDialog.h \ -+ include/SpellCheckDialogInterface.h \ -+ include/SpellCheckUserInterface.h \ -+ include/XmlSpellCheckDialog.h -+ -+EXTRA_DIST = src/open.xpm -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/wxspellchecker/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/wxspellchecker/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+../$(am__dirstamp): -+ @$(MKDIR_P) .. -+ @: > ../$(am__dirstamp) -+../$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ../$(DEPDIR) -+ @: > ../$(DEPDIR)/$(am__dirstamp) -+../HunspellInterface.lo: ../$(am__dirstamp) \ -+ ../$(DEPDIR)/$(am__dirstamp) -+src/$(am__dirstamp): -+ @$(MKDIR_P) src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+src/PersonalDictionary.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckCmdLineInterface.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckDialogInterface.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckEngineInterface.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckEngineOption.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckUserInterface.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/SpellCheckerOptionsDialog.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/XmlPersonalDictionaryDialog.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/XmlSpellCheckDialog.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/exports.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxSpellChecker.la: $(libwxSpellChecker_la_OBJECTS) $(libwxSpellChecker_la_DEPENDENCIES) $(EXTRA_libwxSpellChecker_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libwxSpellChecker_la_OBJECTS) $(libwxSpellChecker_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ../*.$(OBJEXT) -+ -rm -f ../*.lo -+ -rm -f src/*.$(OBJEXT) -+ -rm -f src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@../$(DEPDIR)/HunspellInterface.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/PersonalDictionary.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckCmdLineInterface.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckDialogInterface.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckEngineInterface.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckEngineOption.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckUserInterface.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckerOptionsDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/XmlPersonalDictionaryDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/XmlSpellCheckDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/exports.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ../.libs ../_libs -+ -rm -rf src/.libs src/_libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ../$(DEPDIR)/$(am__dirstamp) -+ -rm -f ../$(am__dirstamp) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ../$(DEPDIR) src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ../$(DEPDIR) src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/Makefile.in -@@ -0,0 +1,1024 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ThreadSearch -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libThreadSearch_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ ../wxContribItems/wxthings/libwxcustombutton.la \ -+ $(am__DEPENDENCIES_1) -+am_libThreadSearch_la_OBJECTS = DirectoryParamsPanel.lo \ -+ InsertIndexManager.lo SearchInPanel.lo TextFileSearcher.lo \ -+ TextFileSearcherRegEx.lo TextFileSearcherText.lo \ -+ ThreadSearch.lo ThreadSearchConfPanel.lo \ -+ ThreadSearchControlIds.lo ThreadSearchEvent.lo \ -+ ThreadSearchFindData.lo ThreadSearchLoggerBase.lo \ -+ ThreadSearchLoggerList.lo ThreadSearchLoggerTree.lo \ -+ ThreadSearchThread.lo ThreadSearchTrace.lo ThreadSearchView.lo \ -+ ThreadSearchViewManagerBase.lo \ -+ ThreadSearchViewManagerLayout.lo \ -+ ThreadSearchViewManagerMessagesNotebook.lo -+libThreadSearch_la_OBJECTS = $(am_libThreadSearch_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libThreadSearch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libThreadSearch_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libThreadSearch_la_SOURCES) -+DIST_SOURCES = $(libThreadSearch_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ -+ -I$(srcdir)/../wxContribItems/wxthings/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libThreadSearch.la -+libThreadSearch_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libThreadSearch_la_LIBADD = ../../../sdk/libcodeblocks.la ../wxContribItems/wxthings/libwxcustombutton.la $(WX_LIBS) -+libThreadSearch_la_SOURCES = DirectoryParamsPanel.cpp \ -+ InsertIndexManager.cpp \ -+ SearchInPanel.cpp \ -+ TextFileSearcher.cpp \ -+ TextFileSearcherRegEx.cpp \ -+ TextFileSearcherText.cpp \ -+ ThreadSearch.cpp \ -+ ThreadSearchConfPanel.cpp \ -+ ThreadSearchControlIds.cpp \ -+ ThreadSearchEvent.cpp \ -+ ThreadSearchFindData.cpp \ -+ ThreadSearchLoggerBase.cpp \ -+ ThreadSearchLoggerList.cpp \ -+ ThreadSearchLoggerTree.cpp \ -+ ThreadSearchThread.cpp \ -+ ThreadSearchTrace.cpp \ -+ ThreadSearchView.cpp \ -+ ThreadSearchViewManagerBase.cpp \ -+ ThreadSearchViewManagerLayout.cpp \ -+ ThreadSearchViewManagerMessagesNotebook.cpp -+ -+noinst_HEADERS = DirectoryParamsPanel.h \ -+ InsertIndexManager.h \ -+ logging.h \ -+ SearchInPanel.h \ -+ TextFileSearcher.h \ -+ TextFileSearcherRegEx.h \ -+ TextFileSearcherText.h \ -+ ThreadSearch.h \ -+ ThreadSearchConfPanel.h \ -+ ThreadSearchControlIds.h \ -+ ThreadSearchEvent.h \ -+ ThreadSearchFindData.h \ -+ ThreadSearchLoggerBase.h \ -+ ThreadSearchLoggerList.h \ -+ ThreadSearchLoggerTree.h \ -+ ThreadSearchThread.h \ -+ ThreadSearchTrace.h \ -+ ThreadSearchView.h \ -+ ThreadSearchViewManagerBase.h \ -+ ThreadSearchViewManagerLayout.h \ -+ ThreadSearchViewManagerMessagesNotebook.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/ThreadSearch.wxg \ -+ $(srcdir)/update* \ -+ $(srcdir)/manifest.xml -+ -+pkgdata_DATA = ThreadSearch.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libThreadSearch.la: $(libThreadSearch_la_OBJECTS) $(libThreadSearch_la_DEPENDENCIES) $(EXTRA_libThreadSearch_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libThreadSearch_la_LINK) -rpath $(pluginlibdir) $(libThreadSearch_la_OBJECTS) $(libThreadSearch_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DirectoryParamsPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsertIndexManager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SearchInPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcher.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcherRegEx.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcherText.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearch.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchConfPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchControlIds.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchEvent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchFindData.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerList.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerTree.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchThread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchTrace.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerLayout.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerMessagesNotebook.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+ThreadSearch.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/ThreadSearch.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/Makefile.in -@@ -0,0 +1,808 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ThreadSearch/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+pkgdatadir = $(datadir)/@PACKAGE@/images/settings -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = images -+EXTRA_DIST = ThreadSearch.xcf -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ThreadSearch/resources/images/16x16 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch/16x16 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/16x16/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ThreadSearch/resources/images/22x22 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch/22x22 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/22x22/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/Makefile.in -@@ -0,0 +1,807 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ThreadSearch/resources/images -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = 16x16 22x22 -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Makefile.in -@@ -0,0 +1,969 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ToolsPlus -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libToolsPlus_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libToolsPlus_la_OBJECTS = CmdConfigDialog.lo PipedProcessCtrl.lo \ -+ se_globals.lo ShellCtrlBase.lo shellproperties.lo ToolsPlus.lo -+libToolsPlus_la_OBJECTS = $(am_libToolsPlus_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libToolsPlus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libToolsPlus_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libToolsPlus_la_SOURCES) -+DIST_SOURCES = $(libToolsPlus_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = Resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libToolsPlus.la -+libToolsPlus_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libToolsPlus_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libToolsPlus_la_SOURCES = CmdConfigDialog.cpp \ -+ PipedProcessCtrl.cpp \ -+ se_globals.cpp \ -+ ShellCtrlBase.cpp \ -+ shellproperties.cpp \ -+ ToolsPlus.cpp -+ -+noinst_HEADERS = CmdConfigDialog.h \ -+ PipedProcessCtrl.h \ -+ se_globals.h \ -+ ShellCtrlBase.h \ -+ shellproperties.h \ -+ ToolsPlus.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/update* \ -+ $(srcdir)/manifest.xml -+ -+pkgdata_DATA = ToolsPlus.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libToolsPlus.la: $(libToolsPlus_la_OBJECTS) $(libToolsPlus_la_DEPENDENCIES) $(EXTRA_libToolsPlus_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libToolsPlus_la_LINK) -rpath $(pluginlibdir) $(libToolsPlus_la_OBJECTS) $(libToolsPlus_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CmdConfigDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PipedProcessCtrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ShellCtrlBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ToolsPlus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se_globals.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shellproperties.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+ToolsPlus.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip -j9 $(PWD)/ToolsPlus.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Resources/Makefile.in -@@ -0,0 +1,627 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/ToolsPlus/Resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/settings -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+EXTRA_DIST = dialogs.fbp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/Makefile.in -@@ -0,0 +1,926 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/Valgrind -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libValgrind_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libValgrind_la_OBJECTS = Valgrind.lo ValgrindListLog.lo \ -+ valgrind_config.lo -+libValgrind_la_OBJECTS = $(am_libValgrind_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libValgrind_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libValgrind_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libValgrind_la_SOURCES) -+DIST_SOURCES = $(libValgrind_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libValgrind.la -+libValgrind_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libValgrind_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libValgrind_la_SOURCES = Valgrind.cpp \ -+ ValgrindListLog.cpp \ -+ valgrind_config.cpp -+ -+noinst_HEADERS = Valgrind.h \ -+ ValgrindListLog.h \ -+ valgrind_config.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/update* \ -+ wxsmith/valgrind_config_panel.wxs -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libValgrind.la: $(libValgrind_la_OBJECTS) $(libValgrind_la_DEPENDENCIES) $(EXTRA_libValgrind_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libValgrind_la_LINK) -rpath $(pluginlibdir) $(libValgrind_la_OBJECTS) $(libValgrind_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Valgrind.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ValgrindListLog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valgrind_config.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/resources/Makefile.in -@@ -0,0 +1,659 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/Valgrind/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_confimages_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(confimagesdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_confimages_DATA) $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = manifest.xml \ -+ $(srcdir)/images/*.png -+ -+pkgdata_DATA = Valgrind.zip -+CLEANFILES = $(pkgdata_DATA) -+confimagesdir = $(datadir)/@PACKAGE@/images/settings -+dist_confimages_DATA = $(srcdir)/images/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_confimagesDATA: $(dist_confimages_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_confimagesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_confimagesDATA install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_confimagesDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-pkgdataDATA install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_confimagesDATA \ -+ uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+Valgrind.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/Valgrind.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/appdata/Makefile.in -@@ -0,0 +1,627 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/appdata -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_appdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(appdatadir)" -+DATA = $(dist_appdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+appdatadir = $(datarootdir)/appdata -+dist_appdata_DATA = $(top_srcdir)/codeblocks-contrib.metainfo.xml -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/appdata/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/appdata/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_appdataDATA: $(dist_appdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_appdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(appdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_appdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_appdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_appdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_appdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/byogames/Makefile.in -@@ -0,0 +1,849 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/byogames -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libbyogames_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libbyogames_la_OBJECTS = byocbtris.lo byogame.lo byogameselect.lo \ -+ byogames.lo byogamebase.lo byoconf.lo byosnake.lo -+libbyogames_la_OBJECTS = $(am_libbyogames_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libbyogames_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libbyogames_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libbyogames_la_SOURCES) -+DIST_SOURCES = $(libbyogames_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libbyogames.la -+libbyogames_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libbyogames_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libbyogames_la_SOURCES = byocbtris.cpp \ -+ byogame.cpp \ -+ byogameselect.cpp \ -+ byogames.cpp \ -+ byogamebase.cpp \ -+ byoconf.cpp \ -+ byosnake.cpp -+ -+noinst_HEADERS = byogameselect.h \ -+ byocbtris.h \ -+ byogame.h \ -+ byogames.h \ -+ byogamebase.h \ -+ byoconf.h \ -+ byosnake.h -+ -+EXTRA_DIST = $(srcdir)/wxsmith/*.wxs \ -+ $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = byogames.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/byogames/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/byogames/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libbyogames.la: $(libbyogames_la_OBJECTS) $(libbyogames_la_DEPENDENCIES) $(EXTRA_libbyogames_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libbyogames_la_LINK) -rpath $(pluginlibdir) $(libbyogames_la_OBJECTS) $(libbyogames_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byocbtris.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byoconf.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogame.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogamebase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogames.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogameselect.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byosnake.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+byogames.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/byogames.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/Makefile.in -@@ -0,0 +1,833 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/cb_koders -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcb_koders_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libcb_koders_la_OBJECTS = kodersdialog.lo cb_koders.lo -+libcb_koders_la_OBJECTS = $(am_libcb_koders_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcb_koders_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcb_koders_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcb_koders_la_SOURCES) -+DIST_SOURCES = $(libcb_koders_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcb_koders.la -+libcb_koders_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcb_koders_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libcb_koders_la_SOURCES = kodersdialog.cpp \ -+ cb_koders.cpp -+ -+noinst_HEADERS = kodersdialog.h \ -+ cb_koders.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ wxsmith/KodersDialog.wxs \ -+ manifest.xml -+ -+pkgdata_DATA = cb_koders.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/cb_koders/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/cb_koders/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libcb_koders.la: $(libcb_koders_la_OBJECTS) $(libcb_koders_la_DEPENDENCIES) $(EXTRA_libcb_koders_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcb_koders_la_LINK) -rpath $(pluginlibdir) $(libcb_koders_la_OBJECTS) $(libcb_koders_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb_koders.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kodersdialog.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+cb_koders.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/cb_koders.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/Makefile.in -@@ -0,0 +1,1026 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/codesnippets -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(man1dir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcodesnippets_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libcodesnippets_la_OBJECTS = codesnippets.lo \ -+ codesnippetstreectrl.lo codesnippetswindow.lo \ -+ GenericMessageBox.lo settingsdlg.lo settingsdlgform.lo \ -+ snippetitemdata.lo snippetproperty.lo snippetpropertyform.lo \ -+ snippetsconfig.lo snippetsimages.lo version.lo -+libcodesnippets_la_OBJECTS = $(am_libcodesnippets_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcodesnippets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodesnippets_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcodesnippets_la_SOURCES) -+DIST_SOURCES = $(libcodesnippets_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+man1dir = $(mandir)/man1 -+NROFF = nroff -+MANS = $(man_MANS) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(WX_GTK_CFLAGS) \ -+ $(WX_X11_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/plugins/contrib/codesnippets \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcodesnippets.la -+libcodesnippets_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcodesnippets_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(WX_GTK_LIBS) \ -+ $(WX_X11_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libcodesnippets_la_SOURCES = codesnippets.cpp \ -+ codesnippetstreectrl.cpp \ -+ codesnippetswindow.cpp \ -+ GenericMessageBox.cpp \ -+ settingsdlg.cpp \ -+ settingsdlgform.cpp \ -+ snippetitemdata.cpp \ -+ snippetproperty.cpp \ -+ snippetpropertyform.cpp \ -+ snippetsconfig.cpp \ -+ snippetsimages.cpp \ -+ version.cpp -+ -+noinst_HEADERS = codesnippets.h \ -+ codesnippetstreectrl.h \ -+ codesnippetswindow.h \ -+ menuidentifiers.h \ -+ GenericMessageBox.h \ -+ settingsdlg.h \ -+ settingsdlgform.h \ -+ snippetitemdata.h \ -+ snippetproperty.h \ -+ snippetpropertyform.h \ -+ snippetsconfig.h \ -+ snippetsimages.h \ -+ FileImport.h \ -+ version.h \ -+ wx_pch.h -+ -+man_MANS = codesnippets.1 -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ generic.rc \ -+ generic.Manifest \ -+ $(srcdir)/update* \ -+ readme.html \ -+ license.txt \ -+ manifest.xml \ -+ $(man_MANS) -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libcodesnippets.la: $(libcodesnippets_la_OBJECTS) $(libcodesnippets_la_DEPENDENCIES) $(EXTRA_libcodesnippets_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcodesnippets_la_LINK) -rpath $(pluginlibdir) $(libcodesnippets_la_OBJECTS) $(libcodesnippets_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GenericMessageBox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippets.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetstreectrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetswindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlgform.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetitemdata.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetpropertyform.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsconfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsimages.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-man1: $(man_MANS) -+ @$(NORMAL_INSTALL) -+ @list1=''; \ -+ list2='$(man_MANS)'; \ -+ test -n "$(man1dir)" \ -+ && test -n "`echo $$list1$$list2`" \ -+ || exit 0; \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ -+ { for i in $$list1; do echo "$$i"; done; \ -+ if test -n "$$list2"; then \ -+ for i in $$list2; do echo "$$i"; done \ -+ | sed -n '/\.1[a-z]*$$/p'; \ -+ fi; \ -+ } | while read p; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; echo "$$p"; \ -+ done | \ -+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -+ sed 'N;N;s,\n, ,g' | { \ -+ list=; while read file base inst; do \ -+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ -+ fi; \ -+ done; \ -+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ -+ while read files; do \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ -+ done; } -+ -+uninstall-man1: -+ @$(NORMAL_UNINSTALL) -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ files=`{ for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(man1dir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-man install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: install-man1 -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-man uninstall-pluginlibLTLIBRARIES -+ -+uninstall-man: uninstall-man1 -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-man1 install-pdf \ -+ install-pdf-am install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-man \ -+ uninstall-man1 uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/resources/Makefile.in -@@ -0,0 +1,669 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/codesnippets/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_image_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(imagedir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_image_DATA) $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(WX_GTK_CFLAGS) \ -+ $(WX_X11_CFLAGS) -+ -+pluginlibdir = $(pkglibdir)/plugins -+pkgdata_DATA = codesnippets.zip -+CLEANFILES = $(pkgdata_DATA) -+imagedir = $(pkgdatadir)/images/codesnippets -+dist_image_DATA = allsnippets.png \ -+ category.png \ -+ snippet.png \ -+ findf.png \ -+ findfdisabled.png \ -+ options.png \ -+ optionsdisabled.png \ -+ stop.png \ -+ stopdisabled.png -+ -+EXTRA_DIST = manifest.xml -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_imageDATA: $(dist_image_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(imagedir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(imagedir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagedir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(imagedir)" || exit $$?; \ -+ done -+ -+uninstall-dist_imageDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(imagedir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_imageDATA install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_imageDATA uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_imageDATA install-dvi install-dvi-am install-exec \ -+ install-exec-am install-html install-html-am install-info \ -+ install-info-am install-man install-pdf install-pdf-am \ -+ install-pkgdataDATA install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_imageDATA uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+codesnippets.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/codesnippets.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/codestat/Makefile.in -@@ -0,0 +1,924 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/codestat -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcodestat_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libcodestat_la_OBJECTS = codestatconfig.lo codestat.lo \ -+ codestatexec.lo -+libcodestat_la_OBJECTS = $(am_libcodestat_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcodestat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodestat_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcodestat_la_SOURCES) -+DIST_SOURCES = $(libcodestat_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcodestat.la -+libcodestat_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcodestat_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libcodestat_la_SOURCES = codestatconfig.cpp \ -+ codestat.cpp \ -+ codestatexec.cpp -+ -+noinst_HEADERS = codestatconfig.h \ -+ codestatexec.h \ -+ codestat.h \ -+ language_def.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ InstallationInstructions.txt \ -+ BuildInstructions.txt -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codestat/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/codestat/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libcodestat.la: $(libcodestat_la_OBJECTS) $(libcodestat_la_DEPENDENCIES) $(EXTRA_libcodestat_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcodestat_la_LINK) -rpath $(pluginlibdir) $(libcodestat_la_OBJECTS) $(libcodestat_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestat.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestatconfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestatexec.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/codestat/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/codestat/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = config_dialog.xrc main_dialog.xrc manifest.xml -+pkgdata_DATA = codestat.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codestat/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/codestat/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+codestat.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/codestat.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/copystrings/Makefile.in -@@ -0,0 +1,827 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/copystrings -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcopystrings_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libcopystrings_la_OBJECTS = copystrings.lo -+libcopystrings_la_OBJECTS = $(am_libcopystrings_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcopystrings_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcopystrings_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcopystrings_la_SOURCES) -+DIST_SOURCES = $(libcopystrings_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libcopystrings.la -+libcopystrings_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libcopystrings_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libcopystrings_la_SOURCES = copystrings.cpp -+noinst_HEADERS = copystrings.h -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = copystrings.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/copystrings/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/copystrings/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libcopystrings.la: $(libcopystrings_la_OBJECTS) $(libcopystrings_la_DEPENDENCIES) $(EXTRA_libcopystrings_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcopystrings_la_LINK) -rpath $(pluginlibdir) $(libcopystrings_la_OBJECTS) $(libcopystrings_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copystrings.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+copystrings.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/copystrings.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/Makefile.in -@@ -0,0 +1,770 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/devpak_plugin -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = bzip2 -+EXTRA_DIST = cbiniparser.cpp \ -+ cbnetwork.cpp \ -+ conf.cpp \ -+ crc32.cpp \ -+ devpakinstaller.cpp \ -+ devpakupdater.cpp \ -+ mytar.cpp \ -+ updatedlg.cpp \ -+ cbiniparser.h \ -+ cbnetwork.h \ -+ conf.h \ -+ crc32.h \ -+ devpakinstaller.h \ -+ devpakupdater.h \ -+ mytar.h \ -+ updatedlg.h \ -+ $(srcdir)/*.cbp \ -+ manifest.xml \ -+ update.xrc -+ -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/bzip2/Makefile.in -@@ -0,0 +1,587 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/devpak_plugin/bzip2 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = blocksort.c \ -+ bzlib.c \ -+ compress.c \ -+ crctable.c \ -+ decompress.c \ -+ huffman.c \ -+ randtable.c \ -+ bzlib.h \ -+ bzlib_private.h \ -+ Makefile.original \ -+ Makefile-libbz2_so \ -+ makefile.msc \ -+ CHANGES \ -+ LICENSE \ -+ README \ -+ README.CodeBlocks \ -+ README.COMPILATION.PROBLEMS -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/bzip2/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/bzip2/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/dragscroll/Makefile.in -@@ -0,0 +1,837 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/dragscroll -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libdragscroll_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libdragscroll_la_OBJECTS = dragscroll.lo dragscrollcfg.lo \ -+ dragscrollevent.lo -+libdragscroll_la_OBJECTS = $(am_libdragscroll_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libdragscroll_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libdragscroll_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libdragscroll_la_SOURCES) -+DIST_SOURCES = $(libdragscroll_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/src \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libdragscroll.la -+libdragscroll_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libdragscroll_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libdragscroll_la_SOURCES = dragscroll.cpp \ -+ dragscrollcfg.cpp \ -+ dragscrollevent.cpp -+ -+noinst_HEADERS = dragscroll.h \ -+ dragscrollcfg.h \ -+ dragscrollevent.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = dragscroll.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/dragscroll/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/dragscroll/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libdragscroll.la: $(libdragscroll_la_OBJECTS) $(libdragscroll_la_DEPENDENCIES) $(EXTRA_libdragscroll_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libdragscroll_la_LINK) -rpath $(pluginlibdir) $(libdragscroll_la_OBJECTS) $(libdragscroll_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscroll.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscrollcfg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscrollevent.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+dragscroll.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/dragscroll.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/envvars/Makefile.in -@@ -0,0 +1,847 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/envvars -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libenvvars_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libenvvars_la_OBJECTS = envvars.lo envvars_cfgdlg.lo \ -+ envvars_common.lo envvars_prjoptdlg.lo -+libenvvars_la_OBJECTS = $(am_libenvvars_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libenvvars_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libenvvars_la_LDFLAGS) $(LDFLAGS) \ -+ -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libenvvars_la_SOURCES) -+DIST_SOURCES = $(libenvvars_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pkgdata_DATA = envvars.zip -+pluginlib_LTLIBRARIES = libenvvars.la -+libenvvars_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libenvvars_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libenvvars_la_SOURCES = envvars.cpp \ -+ envvars_cfgdlg.cpp \ -+ envvars_common.cpp \ -+ envvars_prjoptdlg.cpp -+ -+noinst_HEADERS = envvars.h \ -+ envvars_cfgdlg.h \ -+ envvars_common.h \ -+ envvars_prjoptdlg.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ envvars.xrc \ -+ project_settings.xrc \ -+ manifest.xml -+ -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/envvars/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/envvars/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libenvvars.la: $(libenvvars_la_OBJECTS) $(libenvvars_la_DEPENDENCIES) $(EXTRA_libenvvars_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libenvvars_la_LINK) -rpath $(pluginlibdir) $(libenvvars_la_OBJECTS) $(libenvvars_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_cfgdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_common.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_prjoptdlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+envvars.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/Makefile.in -@@ -0,0 +1,855 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/headerfixup -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libheaderfixup_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libheaderfixup_la_OBJECTS = bindings.lo configuration.lo \ -+ defaults.lo execution.lo fileanalysis.lo headerfixup.lo \ -+ helper.lo protocol.lo -+libheaderfixup_la_OBJECTS = $(am_libheaderfixup_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libheaderfixup_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libheaderfixup_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libheaderfixup_la_SOURCES) -+DIST_SOURCES = $(libheaderfixup_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libheaderfixup.la -+libheaderfixup_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libheaderfixup_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libheaderfixup_la_SOURCES = bindings.cpp \ -+ configuration.cpp \ -+ defaults.cpp \ -+ execution.cpp \ -+ fileanalysis.cpp \ -+ headerfixup.cpp \ -+ helper.cpp \ -+ protocol.cpp -+ -+noinst_HEADERS = bindings.h \ -+ configuration.h \ -+ execution.h \ -+ fileanalysis.h \ -+ headerfixup.h \ -+ helper.h \ -+ protocol.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ wxsmith/configuration.wxs \ -+ wxsmith/execution.wxs \ -+ wxsmith/protocol.wxs \ -+ todo.txt \ -+ manifest.xml -+ -+pkgdata_DATA = headerfixup.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/headerfixup/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/headerfixup/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libheaderfixup.la: $(libheaderfixup_la_OBJECTS) $(libheaderfixup_la_DEPENDENCIES) $(EXTRA_libheaderfixup_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libheaderfixup_la_LINK) -rpath $(pluginlibdir) $(libheaderfixup_la_OBJECTS) $(libheaderfixup_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bindings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuration.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaults.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execution.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileanalysis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headerfixup.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+headerfixup.zip: -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/headerfixup.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/Makefile.in -@@ -0,0 +1,977 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@HAVE_BZIP2_FALSE@am__append_1 = bzip2 -+@HAVE_ZLIB_FALSE@am__append_2 = zlib -+@HAVE_BZIP2_FALSE@am__append_3 = bzip2/libbzip2.la -+@HAVE_BZIP2_FALSE@am__append_4 = -I$(srcdir)/bzip2 -+@HAVE_BZIP2_TRUE@am__append_5 = -lbz2 -+@HAVE_ZLIB_FALSE@am__append_6 = zlib/libz.la -+@HAVE_ZLIB_FALSE@am__append_7 = -I$(srcdir)/zlib -+@HAVE_ZLIB_TRUE@am__append_8 = -lz -+subdir = src/plugins/contrib/help_plugin -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libhelp_plugin_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) $(am__append_3) \ -+ $(am__DEPENDENCIES_1) $(am__append_6) $(am__DEPENDENCIES_1) -+am_libhelp_plugin_la_OBJECTS = help_common.lo HelpConfigDialog.lo \ -+ help_plugin.lo man2html.lo MANFrame.lo -+libhelp_plugin_la_OBJECTS = $(am_libhelp_plugin_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libhelp_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libhelp_plugin_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libhelp_plugin_la_SOURCES) -+DIST_SOURCES = $(libhelp_plugin_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+DIST_SUBDIRS = bzip2 zlib -+SUBDIRS = $(am__append_1) $(am__append_2) -+AM_CPPFLAGS = $(WX_CXXFLAGS) $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/include/scripting/sqplus $(am__append_4) \ -+ $(am__append_7) -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libhelp_plugin.la -+libhelp_plugin_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libhelp_plugin_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) \ -+ $(CB_SQUIRREL_LIBS) $(am__append_3) $(am__append_5) \ -+ $(am__append_6) $(am__append_8) -+libhelp_plugin_la_SOURCES = help_common.cpp \ -+ HelpConfigDialog.cpp \ -+ help_plugin.cpp \ -+ man2html.cpp \ -+ MANFrame.cpp -+ -+noinst_HEADERS = help_common.h \ -+ HelpConfigDialog.h \ -+ help_plugin.h \ -+ man2html.h \ -+ defs.h \ -+ MANFrame.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ help_plugin.xrc \ -+ zoomin.png \ -+ zoomout.png \ -+ manifest.xml \ -+ Readme.txt -+ -+pkgdata_DATA = help_plugin.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libhelp_plugin.la: $(libhelp_plugin_la_OBJECTS) $(libhelp_plugin_la_DEPENDENCIES) $(EXTRA_libhelp_plugin_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libhelp_plugin_la_LINK) -rpath $(pluginlibdir) $(libhelp_plugin_la_OBJECTS) $(libhelp_plugin_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HelpConfigDialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MANFrame.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_common.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_plugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man2html.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+help_plugin.zip: manifest.xml help_plugin.xrc -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/help_plugin.zip manifest.xml *.xrc *.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/bzip2/Makefile.in -@@ -0,0 +1,741 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/help_plugin/bzip2 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libbzip2_la_LIBADD = -+am_libbzip2_la_OBJECTS = blocksort.lo bzlib.lo compress.lo crctable.lo \ -+ decompress.lo huffman.lo randtable.lo -+libbzip2_la_OBJECTS = $(am_libbzip2_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CFLAGS) $(CFLAGS) -+AM_V_CC = $(am__v_CC_@AM_V@) -+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -+am__v_CC_0 = @echo " CC " $@; -+am__v_CC_1 = -+CCLD = $(CC) -+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CCLD = $(am__v_CCLD_@AM_V@) -+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -+am__v_CCLD_0 = @echo " CCLD " $@; -+am__v_CCLD_1 = -+SOURCES = $(libbzip2_la_SOURCES) -+DIST_SOURCES = $(libbzip2_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CFLAGS = -Wall -g -+noinst_LTLIBRARIES = libbzip2.la -+libbzip2_la_SOURCES = blocksort.c \ -+ bzlib.c \ -+ compress.c \ -+ crctable.c \ -+ decompress.c \ -+ huffman.c \ -+ randtable.c -+ -+noinst_HEADERS = bzlib.h \ -+ bzlib_private.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .c .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/bzip2/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/bzip2/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libbzip2.la: $(libbzip2_la_OBJECTS) $(libbzip2_la_DEPENDENCIES) $(EXTRA_libbzip2_la_DEPENDENCIES) -+ $(AM_V_CCLD)$(LINK) $(libbzip2_la_OBJECTS) $(libbzip2_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blocksort.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bzlib.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crctable.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decompress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huffman.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randtable.Plo@am__quote@ -+ -+.c.o: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< -+ -+.c.obj: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.c.lo: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/zlib/Makefile.in -@@ -0,0 +1,768 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/help_plugin/zlib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libz_la_LIBADD = -+am_libz_la_OBJECTS = adler32.lo compress.lo crc32.lo deflate.lo \ -+ gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo \ -+ inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo -+libz_la_OBJECTS = $(am_libz_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CFLAGS) $(CFLAGS) -+AM_V_CC = $(am__v_CC_@AM_V@) -+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) -+am__v_CC_0 = @echo " CC " $@; -+am__v_CC_1 = -+CCLD = $(CC) -+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CCLD = $(am__v_CCLD_@AM_V@) -+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) -+am__v_CCLD_0 = @echo " CCLD " $@; -+am__v_CCLD_1 = -+SOURCES = $(libz_la_SOURCES) -+DIST_SOURCES = $(libz_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ -+ ChangeLog README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CFLAGS = -Wall -g -+noinst_LTLIBRARIES = libz.la -+libz_la_SOURCES = adler32.c \ -+ compress.c \ -+ crc32.c \ -+ deflate.c \ -+ gzclose.c \ -+ gzlib.c \ -+ gzread.c \ -+ gzwrite.c \ -+ infback.c \ -+ inffast.c \ -+ inflate.c \ -+ inftrees.c \ -+ trees.c \ -+ uncompr.c \ -+ zutil.c -+ -+noinst_HEADERS = crc32.h \ -+ deflate.h \ -+ gzguts.h \ -+ inffast.h \ -+ inffixed.h \ -+ inflate.h \ -+ inftrees.h \ -+ trees.h \ -+ zconf.h \ -+ zlib.h \ -+ zutil.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .c .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/zlib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/zlib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libz.la: $(libz_la_OBJECTS) $(libz_la_DEPENDENCIES) $(EXTRA_libz_la_DEPENDENCIES) -+ $(AM_V_CCLD)$(LINK) $(libz_la_OBJECTS) $(libz_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzclose.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzlib.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzread.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzwrite.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infback.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inffast.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inftrees.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uncompr.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zutil.Plo@am__quote@ -+ -+.c.o: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< -+ -+.c.obj: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.c.lo: -+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/keybinder/Makefile.in -@@ -0,0 +1,834 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/keybinder -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libkeybinder_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libkeybinder_la_OBJECTS = cbkeybinder.lo keybinder.lo menuutils.lo -+libkeybinder_la_OBJECTS = $(am_libkeybinder_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libkeybinder_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libkeybinder_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libkeybinder_la_SOURCES) -+DIST_SOURCES = $(libkeybinder_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libkeybinder.la -+libkeybinder_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libkeybinder_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libkeybinder_la_SOURCES = cbkeybinder.cpp \ -+ keybinder.cpp \ -+ menuutils.cpp -+ -+noinst_HEADERS = cbkeybinder.h \ -+ debugging.h \ -+ keybinder.h \ -+ menuutils.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp manifest.xml -+pkgdata_DATA = keybinder.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/keybinder/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/keybinder/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libkeybinder.la: $(libkeybinder_la_OBJECTS) $(libkeybinder_la_DEPENDENCIES) $(EXTRA_libkeybinder_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libkeybinder_la_LINK) -rpath $(pluginlibdir) $(libkeybinder_la_OBJECTS) $(libkeybinder_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbkeybinder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keybinder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuutils.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+keybinder.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/keybinder.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/Makefile.in -@@ -0,0 +1,1015 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/lib_finder -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+liblib_finder_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_liblib_finder_la_OBJECTS = librariesdlg.lo dirlistdlg.lo \ -+ projectmissinglibs.lo headersdetectordlg.lo \ -+ webresourcesmanager.lo projectconfiguration.lo resultmap.lo \ -+ libraryresult.lo projectconfigurationpanel.lo \ -+ pkgconfigmanager.lo librarydetectionmanager.lo libselectdlg.lo \ -+ processingdlg.lo defsdownloaddlg.lo lib_finder.lo -+liblib_finder_la_OBJECTS = $(am_liblib_finder_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+liblib_finder_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(liblib_finder_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(liblib_finder_la_SOURCES) -+DIST_SOURCES = $(liblib_finder_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = lib_finder -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(srcdir)/../wxContribItems/wxFlatNotebook/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = liblib_finder.la -+liblib_finder_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+liblib_finder_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+liblib_finder_la_SOURCES = \ -+ librariesdlg.cpp \ -+ dirlistdlg.cpp \ -+ projectmissinglibs.cpp \ -+ headersdetectordlg.cpp \ -+ webresourcesmanager.cpp \ -+ projectconfiguration.cpp \ -+ resultmap.cpp \ -+ libraryresult.cpp \ -+ projectconfigurationpanel.cpp \ -+ pkgconfigmanager.cpp \ -+ librarydetectionmanager.cpp \ -+ libselectdlg.cpp \ -+ processingdlg.cpp \ -+ defsdownloaddlg.cpp \ -+ lib_finder.cpp -+ -+noinst_HEADERS = \ -+ librariesdlg.h \ -+ projectconfiguration.h \ -+ dirlistdlg.h \ -+ lib_finder.h \ -+ projectmissinglibs.h \ -+ webresourcesmanager.h \ -+ defsdownloaddlg.h \ -+ libraryresult.h \ -+ libselectdlg.h \ -+ headersdetectordlg.h \ -+ librarydetectionmanager.h \ -+ pkgconfigmanager.h \ -+ resultmap.h \ -+ processingdlg.h \ -+ librarydetectionconfig.h \ -+ projectconfigurationpanel.h -+ -+EXTRA_DIST = \ -+ $(srcdir)/*.cbp \ -+ $(srcdir)/update* \ -+ readme.txt \ -+ manifest.xml \ -+ $(srcdir)/wxsmith/*.wxs -+ -+pkgdata_DATA = lib_finder.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+liblib_finder.la: $(liblib_finder_la_OBJECTS) $(liblib_finder_la_DEPENDENCIES) $(EXTRA_liblib_finder_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(liblib_finder_la_LINK) -rpath $(pluginlibdir) $(liblib_finder_la_OBJECTS) $(liblib_finder_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defsdownloaddlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirlistdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headersdetectordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib_finder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librariesdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librarydetectionmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libraryresult.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libselectdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkgconfigmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/processingdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectconfiguration.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectconfigurationpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmissinglibs.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resultmap.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webresourcesmanager.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+lib_finder.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/lib_finder/lib_finder -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/lib_finder -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.xml -+EXTRA_DIST = \ -+ readme.txt -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/lib_finder/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/lib_finder/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/profiler/Makefile.in -@@ -0,0 +1,920 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/profiler -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libProfiler_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libProfiler_la_OBJECTS = cbprofilerconfig.lo cbprofiler.lo \ -+ cbprofilerexec.lo -+libProfiler_la_OBJECTS = $(am_libProfiler_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libProfiler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libProfiler_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libProfiler_la_SOURCES) -+DIST_SOURCES = $(libProfiler_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libProfiler.la -+libProfiler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libProfiler_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libProfiler_la_SOURCES = cbprofilerconfig.cpp \ -+ cbprofiler.cpp \ -+ cbprofilerexec.cpp -+ -+noinst_HEADERS = cbprofilerconfig.h \ -+ cbprofilerexec.h \ -+ cbprofiler.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/profiler/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/profiler/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libProfiler.la: $(libProfiler_la_OBJECTS) $(libProfiler_la_DEPENDENCIES) $(EXTRA_libProfiler_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libProfiler_la_LINK) -rpath $(pluginlibdir) $(libProfiler_la_OBJECTS) $(libProfiler_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofiler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofilerconfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofilerexec.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/profiler/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/profiler/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = configuration.xrc main_dialog.xrc manifest.xml -+pkgdata_DATA = Profiler.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/profiler/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/profiler/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+Profiler.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/Profiler.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/Makefile.in -@@ -0,0 +1,830 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/regex_testbed -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libRegExTestbed_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libRegExTestbed_la_OBJECTS = regexdlg.lo RegExTestbed.lo -+libRegExTestbed_la_OBJECTS = $(am_libRegExTestbed_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libRegExTestbed_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libRegExTestbed_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libRegExTestbed_la_SOURCES) -+DIST_SOURCES = $(libRegExTestbed_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pkgdata_DATA = RegExTestbed.zip -+pluginlib_LTLIBRARIES = libRegExTestbed.la -+libRegExTestbed_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libRegExTestbed_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libRegExTestbed_la_SOURCES = regexdlg.cpp RegExTestbed.cpp -+noinst_HEADERS = regexdlg.h RegExTestbed.h -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/regexdlg.xrc \ -+ $(srcdir)/manifest.xml \ -+ $(srcdir)/wxsmith/RegExDlg.wxs -+ -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/regex_testbed/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/regex_testbed/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libRegExTestbed.la: $(libRegExTestbed_la_OBJECTS) $(libRegExTestbed_la_DEPENDENCIES) $(EXTRA_libRegExTestbed_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libRegExTestbed_la_LINK) -rpath $(pluginlibdir) $(libRegExTestbed_la_OBJECTS) $(libRegExTestbed_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RegExTestbed.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexdlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+RegExTestbed.zip: manifest.xml regexdlg.xrc -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/RegExTestbed.zip manifest.xml regexdlg.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/Makefile.in -@@ -0,0 +1,968 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/source_exporter -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libexporter_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ wxPdfDocument/libwxPdfDocument.la $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) -+am_libexporter_la_OBJECTS = BaseExporter.lo exporter.lo \ -+ HTMLExporter.lo ODTExporter.lo PDFExporter.lo RTFExporter.lo -+libexporter_la_OBJECTS = $(am_libexporter_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libexporter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libexporter_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libexporter_la_SOURCES) -+DIST_SOURCES = $(libexporter_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = wxPdfDocument -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_FONTCONFIG_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/plugins/contrib/source_exporter/wxPdfDocument/include \ -+ -include "sdk.h" \ -+ -DwxPDF_USE_WXMODULE=0 -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libexporter.la -+libexporter_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libexporter_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ wxPdfDocument/libwxPdfDocument.la \ -+ $(WX_LIBS) $(CB_FONTCONFIG_LIBS) -+ -+libexporter_la_SOURCES = BaseExporter.cpp \ -+ exporter.cpp \ -+ HTMLExporter.cpp \ -+ ODTExporter.cpp \ -+ PDFExporter.cpp \ -+ RTFExporter.cpp -+ -+noinst_HEADERS = BaseExporter.h \ -+ exporter.h \ -+ HTMLExporter.h \ -+ ODTExporter.h \ -+ PDFExporter.h \ -+ RTFExporter.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp manifest.xml -+pkgdata_DATA = exporter.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libexporter.la: $(libexporter_la_OBJECTS) $(libexporter_la_DEPENDENCIES) $(EXTRA_libexporter_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libexporter_la_LINK) -rpath $(pluginlibdir) $(libexporter_la_OBJECTS) $(libexporter_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseExporter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTMLExporter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ODTExporter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDFExporter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RTFExporter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exporter.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+exporter.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/exporter.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.in -@@ -0,0 +1,969 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/source_exporter/wxPdfDocument -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxPdfDocument_la_LIBADD = -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxPdfDocument_la_OBJECTS = src/pdfannotation.lo \ -+ src/pdfbarcode.lo src/pdfcffdecoder.lo src/pdfcffindex.lo \ -+ src/pdfcolour.lo src/pdfdc.lo src/pdfdecode.lo \ -+ src/pdfdocument.lo src/pdfencoding.lo src/pdfencrypt.lo \ -+ src/pdffont.lo src/pdffontdatacore.lo src/pdffontdata.lo \ -+ src/pdffontdataopentype.lo src/pdffontdatatruetype.lo \ -+ src/pdffontdatatype0.lo src/pdffontdatatype1.lo \ -+ src/pdffontdescription.lo src/pdffontdetails.lo \ -+ src/pdffontextended.lo src/pdffontmanager.lo \ -+ src/pdffontparser.lo src/pdffontparsertruetype.lo \ -+ src/pdffontparsertype1.lo src/pdffontsubsetcff.lo \ -+ src/pdffontsubsettruetype.lo src/pdffontvolt.lo src/pdfform.lo \ -+ src/pdfgradient.lo src/pdfgraphics.lo src/pdfimage.lo \ -+ src/pdfkernel.lo src/pdflayer.lo src/pdfobjects.lo \ -+ src/pdfocg.lo src/pdfparser.lo src/pdfpattern.lo \ -+ src/pdfprint.lo src/pdfrijndael.lo src/pdftemplate.lo \ -+ src/pdfutility.lo src/pdfxml.lo -+libwxPdfDocument_la_OBJECTS = $(am_libwxPdfDocument_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxPdfDocument_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxPdfDocument_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxPdfDocument_la_SOURCES) -+DIST_SOURCES = $(libwxPdfDocument_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/plugins/contrib/source_exporter/wxPdfDocument/include \ -+ -DwxPDF_USE_WXMODULE=0 -+ -+noinst_LTLIBRARIES = libwxPdfDocument.la -+libwxPdfDocument_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxPdfDocument_la_SOURCES = src/pdfannotation.cpp \ -+ src/pdfbarcode.cpp \ -+ src/pdfcffdecoder.cpp \ -+ src/pdfcffindex.cpp \ -+ src/pdfcolour.cpp \ -+ src/pdfdc.cpp \ -+ src/pdfdecode.cpp \ -+ src/pdfdocument.cpp \ -+ src/pdfencoding.cpp \ -+ src/pdfencrypt.cpp \ -+ src/pdffont.cpp \ -+ src/pdffontdatacore.cpp \ -+ src/pdffontdata.cpp \ -+ src/pdffontdataopentype.cpp \ -+ src/pdffontdatatruetype.cpp \ -+ src/pdffontdatatype0.cpp \ -+ src/pdffontdatatype1.cpp \ -+ src/pdffontdescription.cpp \ -+ src/pdffontdetails.cpp \ -+ src/pdffontextended.cpp \ -+ src/pdffontmanager.cpp \ -+ src/pdffontparser.cpp \ -+ src/pdffontparsertruetype.cpp \ -+ src/pdffontparsertype1.cpp \ -+ src/pdffontsubsetcff.cpp \ -+ src/pdffontsubsettruetype.cpp \ -+ src/pdffontvolt.cpp \ -+ src/pdfform.cpp \ -+ src/pdfgradient.cpp \ -+ src/pdfgraphics.cpp \ -+ src/pdfimage.cpp \ -+ src/pdfkernel.cpp \ -+ src/pdflayer.cpp \ -+ src/pdfobjects.cpp \ -+ src/pdfocg.cpp \ -+ src/pdfparser.cpp \ -+ src/pdfpattern.cpp \ -+ src/pdfprint.cpp \ -+ src/pdfrijndael.cpp \ -+ src/pdftemplate.cpp \ -+ src/pdfutility.cpp \ -+ src/pdfxml.cpp -+ -+noinst_HEADERS = include/wx/pdfannotation.h \ -+ include/wx/pdfarraydouble.h \ -+ include/wx/pdfarraytypes.h \ -+ include/wx/pdfbarcode.h \ -+ include/wx/pdfbookmark.h \ -+ include/wx/pdfcffdecoder.h \ -+ include/wx/pdfcffindex.h \ -+ include/wx/pdfcjkfontdata.h \ -+ include/wx/pdfcolour.h \ -+ include/wx/pdfcoonspatchmesh.h \ -+ include/wx/pdfcorefontdata.h \ -+ include/wx/pdfdc28.h \ -+ include/wx/pdfdc29.h \ -+ include/wx/pdfdc.h \ -+ include/wx/pdfdocdef.h \ -+ include/wx/pdfdoc.h \ -+ include/wx/pdfdocument.h \ -+ include/wx/pdfencoding.h \ -+ include/wx/pdfencrypt.h \ -+ include/wx/pdffontdatacore.h \ -+ include/wx/pdffontdata.h \ -+ include/wx/pdffontdataopentype.h \ -+ include/wx/pdffontdatatruetype.h \ -+ include/wx/pdffontdatatype0.h \ -+ include/wx/pdffontdatatype1.h \ -+ include/wx/pdffontdescription.h \ -+ include/wx/pdffontdetails.h \ -+ include/wx/pdffontextended.h \ -+ include/wx/pdffont.h \ -+ include/wx/pdffontmacosx.h \ -+ include/wx/pdffontmanager.h \ -+ include/wx/pdffontparser.h \ -+ include/wx/pdffontparsertruetype.h \ -+ include/wx/pdffontparsertype1.h \ -+ include/wx/pdffontsubsetcff.h \ -+ include/wx/pdffontsubsettruetype.h \ -+ include/wx/pdffontvolt.h \ -+ include/wx/pdfform.h \ -+ include/wx/pdfgradient.h \ -+ include/wx/pdfgraphics.h \ -+ include/wx/pdfimage.h \ -+ include/wx/pdfinfo.h \ -+ include/wx/pdflayer.h \ -+ include/wx/pdflinestyle.h \ -+ include/wx/pdflinks.h \ -+ include/wx/pdfobjects.h \ -+ include/wx/pdfparser.h \ -+ include/wx/pdfpattern.h \ -+ include/wx/pdfprint.h \ -+ include/wx/pdfproperties.h \ -+ include/wx/pdfrijndael.h \ -+ include/wx/pdfshape.h \ -+ include/wx/pdfspotcolour.h \ -+ include/wx/pdftemplate.h \ -+ include/wx/pdfutility.h \ -+ include/wx/pdfxml.h \ -+ src/wxmemdbg.h -+ -+EXTRA_DIST = src/pdfcjkfontdata.inc \ -+ src/pdfcmapdata.inc \ -+ src/pdfcodepagedata.inc \ -+ src/pdfcolourdata.inc \ -+ src/pdfcorefontdata.inc \ -+ src/pdfcorefontkerning.inc \ -+ src/pdfdc28.inc \ -+ src/pdfdc29.inc \ -+ src/pdfglyphnames.inc -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/wxPdfDocument/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/wxPdfDocument/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+src/pdfannotation.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdfbarcode.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfcffdecoder.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdfcffindex.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfcolour.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfdc.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfdecode.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfdocument.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfencoding.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfencrypt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdffont.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdatacore.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdata.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdataopentype.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdatatruetype.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdatatype0.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdatatype1.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdescription.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontdetails.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontextended.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontmanager.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontparser.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontparsertruetype.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontparsertype1.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontsubsetcff.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontsubsettruetype.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+src/pdffontvolt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfform.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfgradient.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfgraphics.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfimage.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfkernel.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdflayer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfobjects.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfocg.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfparser.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfpattern.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfprint.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfrijndael.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdftemplate.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfutility.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/pdfxml.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxPdfDocument.la: $(libwxPdfDocument_la_OBJECTS) $(libwxPdfDocument_la_DEPENDENCIES) $(EXTRA_libwxPdfDocument_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxPdfDocument_la_LINK) $(libwxPdfDocument_la_OBJECTS) $(libwxPdfDocument_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f src/*.$(OBJEXT) -+ -rm -f src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfannotation.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfbarcode.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcffdecoder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcffindex.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcolour.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdecode.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdocument.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfencoding.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfencrypt.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffont.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdata.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatacore.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdataopentype.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatruetype.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatype0.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatype1.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdescription.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdetails.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontextended.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparsertruetype.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparsertype1.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontsubsetcff.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontsubsettruetype.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontvolt.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfform.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfgradient.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfgraphics.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfimage.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfkernel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdflayer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfobjects.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfocg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfparser.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfpattern.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfprint.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfrijndael.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdftemplate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfutility.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfxml.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf src/.libs src/_libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/symtab/Makefile.in -@@ -0,0 +1,918 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/symtab -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libSymTab_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libSymTab_la_OBJECTS = symtabconfig.lo symtab.lo symtabexec.lo -+libSymTab_la_OBJECTS = $(am_libSymTab_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libSymTab_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libSymTab_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libSymTab_la_SOURCES) -+DIST_SOURCES = $(libSymTab_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libSymTab.la -+libSymTab_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libSymTab_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) -+libSymTab_la_SOURCES = symtabconfig.cpp \ -+ symtab.cpp \ -+ symtabexec.cpp -+ -+noinst_HEADERS = symtabconfig.h \ -+ symtabexec.h \ -+ symtab.h -+ -+EXTRA_DIST = $(srcdir)/*.cbp -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/symtab/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/symtab/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libSymTab.la: $(libSymTab_la_OBJECTS) $(libSymTab_la_DEPENDENCIES) $(EXTRA_libSymTab_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libSymTab_la_LINK) -rpath $(pluginlibdir) $(libSymTab_la_OBJECTS) $(libSymTab_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabconfig.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabexec.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/symtab/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/symtab/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = config_dialog.xrc exec_dialog.xrc manifest.xml -+pkgdata_DATA = SymTab.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/symtab/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/symtab/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+SymTab.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/SymTab.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/Makefile.in -@@ -0,0 +1,1003 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/KWIC -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxkwic_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxkwic_la_OBJECTS = ./src/wx/KWIC/AngularMeter.lo \ -+ ./src/wx/KWIC/AngularRegulator.lo ./src/wx/KWIC/BmpCheckBox.lo \ -+ ./src/wx/KWIC/BmpSwitcher.lo ./src/wx/KWIC/LCDClock.lo \ -+ ./src/wx/KWIC/LCDWindow.lo ./src/wx/KWIC/LinearMeter.lo \ -+ ./src/wx/KWIC/LinearRegulator.lo ./src/wx/KWIC/TimeAlarm.lo \ -+ ./src/wx/xrc/xh_kwxangularmeterhandler.lo \ -+ ./src/wx/xrc/xh_kwxangularregulatorhandler.lo \ -+ ./src/wx/xrc/xh_kwxlcdclockhandler.lo \ -+ ./src/wx/xrc/xh_kwxlcddisplayhandler.lo \ -+ ./src/wx/xrc/xh_kwxlinearmeterhandler.lo \ -+ ./src/wx/xrc/xh_kwxlinearregulatorhandler.lo -+libwxkwic_la_OBJECTS = $(am_libwxkwic_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxkwic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libwxkwic_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxkwic_la_SOURCES) -+DIST_SOURCES = $(libwxkwic_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = include/wx/KWIC include/wx/xrc -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxkwic.la -+libwxkwic_la_LDFLAGS = -version-info 0:1:0 -+libwxkwic_la_LIBADD = $(WX_LIBS) -+libwxkwic_la_SOURCES = \ -+./src/wx/KWIC/AngularMeter.cpp \ -+./src/wx/KWIC/AngularRegulator.cpp \ -+./src/wx/KWIC/BmpCheckBox.cpp \ -+./src/wx/KWIC/BmpSwitcher.cpp \ -+./src/wx/KWIC/LCDClock.cpp \ -+./src/wx/KWIC/LCDWindow.cpp \ -+./src/wx/KWIC/LinearMeter.cpp \ -+./src/wx/KWIC/LinearRegulator.cpp \ -+./src/wx/KWIC/TimeAlarm.cpp \ -+./src/wx/xrc/xh_kwxangularmeterhandler.cpp \ -+./src/wx/xrc/xh_kwxangularregulatorhandler.cpp \ -+./src/wx/xrc/xh_kwxlcdclockhandler.cpp \ -+./src/wx/xrc/xh_kwxlcddisplayhandler.cpp \ -+./src/wx/xrc/xh_kwxlinearmeterhandler.cpp \ -+./src/wx/xrc/xh_kwxlinearregulatorhandler.cpp -+ -+EXTRA_DIST = \ -+./CREDITS \ -+./KWIC-LICENSE -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/wx/KWIC/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wx/KWIC -+ @: > src/wx/KWIC/$(am__dirstamp) -+src/wx/KWIC/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wx/KWIC/$(DEPDIR) -+ @: > src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/AngularMeter.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/AngularRegulator.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/BmpCheckBox.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/BmpSwitcher.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/LCDClock.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/LCDWindow.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/LinearMeter.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/LinearRegulator.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+./src/wx/KWIC/TimeAlarm.lo: src/wx/KWIC/$(am__dirstamp) \ -+ src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+src/wx/xrc/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wx/xrc -+ @: > src/wx/xrc/$(am__dirstamp) -+src/wx/xrc/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wx/xrc/$(DEPDIR) -+ @: > src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxangularmeterhandler.lo: src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxangularregulatorhandler.lo: \ -+ src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxlcdclockhandler.lo: src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxlcddisplayhandler.lo: src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxlinearmeterhandler.lo: src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+./src/wx/xrc/xh_kwxlinearregulatorhandler.lo: \ -+ src/wx/xrc/$(am__dirstamp) \ -+ src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+ -+libwxkwic.la: $(libwxkwic_la_OBJECTS) $(libwxkwic_la_DEPENDENCIES) $(EXTRA_libwxkwic_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxkwic_la_LINK) -rpath $(wxcontribitemsdir) $(libwxkwic_la_OBJECTS) $(libwxkwic_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/wx/KWIC/*.$(OBJEXT) -+ -rm -f ./src/wx/KWIC/*.lo -+ -rm -f ./src/wx/xrc/*.$(OBJEXT) -+ -rm -f ./src/wx/xrc/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/AngularMeter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/AngularRegulator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/BmpCheckBox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/BmpSwitcher.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LCDClock.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LCDWindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LinearMeter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LinearRegulator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/TimeAlarm.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxangularmeterhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxangularregulatorhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlcdclockhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlcddisplayhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlinearmeterhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlinearregulatorhandler.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/wx/KWIC/.libs ./src/wx/KWIC/_libs -+ -rm -rf ./src/wx/xrc/.libs ./src/wx/xrc/_libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/wx/KWIC/$(am__dirstamp) -+ -rm -f src/wx/xrc/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/wx/xrc/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./src/wx/KWIC/$(DEPDIR) ./src/wx/xrc/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./src/wx/KWIC/$(DEPDIR) ./src/wx/xrc/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-wxcontribitemsLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile.in -@@ -0,0 +1,700 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/KWIC/include/wx/KWIC -+sdk_HEADERS = \ -+./AngularMeter.h \ -+./AngularRegulator.h \ -+./BmpCheckBox.h \ -+./BmpSwitcher.h \ -+./LCDClock.h \ -+./LCDWindow.h \ -+./LinearMeter.h \ -+./LinearRegulator.h \ -+./TimeAlarm.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile.in -@@ -0,0 +1,697 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/KWIC/include//wx/xrc -+sdk_HEADERS = \ -+.//xh_kwxangularmeterhandler.h \ -+./xh_kwxangularregulatorhandler.h \ -+./xh_kwxlcdclockhandler.h \ -+./xh_kwxlcddisplayhandler.h \ -+./xh_kwxlinearmeterhandler.h \ -+./xh_kwxlinearregulatorhandler.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/Makefile.in -@@ -0,0 +1,843 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = wxsmith-contrib.pc cb_wxcontrib.pc \ -+ cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wximagepanel.pc \ -+ cb_wxflatnotebook.pc cb_wxspeedbutton.pc cb_wxKWIC.pc \ -+ cb_wxtreelist.pc cb_wxled.pc cb_wxmathplot.pc -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgconfigdir)" -+DATA = $(pkgconfig_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel \ -+ wxSpeedButton KWIC wxTreeList wxled wxmathplot . -+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/cb_wxKWIC.pc.in \ -+ $(srcdir)/cb_wxchartctrl.pc.in $(srcdir)/cb_wxcontrib.pc.in \ -+ $(srcdir)/cb_wxcustombutton.pc.in \ -+ $(srcdir)/cb_wxflatnotebook.pc.in \ -+ $(srcdir)/cb_wximagepanel.pc.in $(srcdir)/cb_wxled.pc.in \ -+ $(srcdir)/cb_wxmathplot.pc.in $(srcdir)/cb_wxspeedbutton.pc.in \ -+ $(srcdir)/cb_wxtreelist.pc.in $(srcdir)/wxsmith-contrib.pc.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@HAVE_WX29_FALSE@TREELIST_DIR = wxTreeList -+@HAVE_WX29_FALSE@TREELIST_PC = cb_wxtreelist.pc -+@HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxTreeList/src/treelistctrl.cpp $(srcdir)/wxTreeList/include/wx/treelistctrl.h -+SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel wxSpeedButton KWIC $(TREELIST_DIR) wxled wxmathplot . -+EXTRA_DIST = $(srcdir)/*.cbp $(TREELIST_DIST) -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc $(TREELIST_PC) cb_wxled.pc cb_wxmathplot.pc -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+wxsmith-contrib.pc: $(top_builddir)/config.status $(srcdir)/wxsmith-contrib.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxcontrib.pc: $(top_builddir)/config.status $(srcdir)/cb_wxcontrib.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxchartctrl.pc: $(top_builddir)/config.status $(srcdir)/cb_wxchartctrl.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxcustombutton.pc: $(top_builddir)/config.status $(srcdir)/cb_wxcustombutton.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wximagepanel.pc: $(top_builddir)/config.status $(srcdir)/cb_wximagepanel.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxflatnotebook.pc: $(top_builddir)/config.status $(srcdir)/cb_wxflatnotebook.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxspeedbutton.pc: $(top_builddir)/config.status $(srcdir)/cb_wxspeedbutton.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxKWIC.pc: $(top_builddir)/config.status $(srcdir)/cb_wxKWIC.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxtreelist.pc: $(top_builddir)/config.status $(srcdir)/cb_wxtreelist.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxled.pc: $(top_builddir)/config.status $(srcdir)/cb_wxled.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+cb_wxmathplot.pc: $(top_builddir)/config.status $(srcdir)/cb_wxmathplot.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgconfigDATA: $(pkgconfig_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ -+ done -+ -+uninstall-pkgconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgconfigDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgconfigDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgconfigDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.in -@@ -0,0 +1,874 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxFlatNotebook -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) $(sdk_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxflatnotebook_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxflatnotebook_la_OBJECTS = \ -+ ./src/wxFlatNotebook/fnb_customize_dlg.lo \ -+ ./src/wxFlatNotebook/fnb_resources.lo \ -+ ./src/wxFlatNotebook/popup_dlg.lo \ -+ ./src/wxFlatNotebook/renderer.lo \ -+ ./src/wxFlatNotebook/wxFlatNotebook.lo \ -+ ./src/wxFlatNotebook/xh_fnb.lo -+libwxflatnotebook_la_OBJECTS = $(am_libwxflatnotebook_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxflatnotebook_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxflatnotebook_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxflatnotebook_la_SOURCES) -+DIST_SOURCES = $(libwxflatnotebook_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxflatnotebook.la -+libwxflatnotebook_la_LDFLAGS = -version-info 0:1:0 -+libwxflatnotebook_la_LIBADD = $(WX_LIBS) -+libwxflatnotebook_la_SOURCES = \ -+./src/wxFlatNotebook/fnb_customize_dlg.cpp \ -+./src/wxFlatNotebook/fnb_resources.cpp \ -+./src/wxFlatNotebook/popup_dlg.cpp \ -+./src/wxFlatNotebook/renderer.cpp \ -+./src/wxFlatNotebook/wxFlatNotebook.cpp \ -+./src/wxFlatNotebook/xh_fnb.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook -+sdk_HEADERS = \ -+./include/wx/wxFlatNotebook/wxFlatNotebook.h \ -+./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h \ -+./include/wx/wxFlatNotebook/wxFNBDropTarget.h \ -+./include/wx/wxFlatNotebook/fnb_singleton.h \ -+./include/wx/wxFlatNotebook/fnb_smart_ptr.h \ -+./include/wx/wxFlatNotebook/renderer.h -+ -+noinst_HEADERS = \ -+./include/wx/wxFlatNotebook/fnb_customize_dlg.h \ -+./include/wx/wxFlatNotebook/fnb_resources.h \ -+./include/wx/wxFlatNotebook/popup_dlg.h \ -+./include/wx/wxFlatNotebook/xh_fnb.h -+ -+EXTRA_DIST = README -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxFlatNotebook/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/wxFlatNotebook/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wxFlatNotebook -+ @: > src/wxFlatNotebook/$(am__dirstamp) -+src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/wxFlatNotebook/$(DEPDIR) -+ @: > src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/fnb_customize_dlg.lo: \ -+ src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/fnb_resources.lo: \ -+ src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/popup_dlg.lo: src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/renderer.lo: src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/wxFlatNotebook.lo: \ -+ src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+./src/wxFlatNotebook/xh_fnb.lo: src/wxFlatNotebook/$(am__dirstamp) \ -+ src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+ -+libwxflatnotebook.la: $(libwxflatnotebook_la_OBJECTS) $(libwxflatnotebook_la_DEPENDENCIES) $(EXTRA_libwxflatnotebook_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxflatnotebook_la_LINK) -rpath $(wxcontribitemsdir) $(libwxflatnotebook_la_OBJECTS) $(libwxflatnotebook_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/wxFlatNotebook/*.$(OBJEXT) -+ -rm -f ./src/wxFlatNotebook/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/fnb_customize_dlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/fnb_resources.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/popup_dlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/renderer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/wxFlatNotebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/xh_fnb.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/wxFlatNotebook/.libs ./src/wxFlatNotebook/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/wxFlatNotebook/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/wxFlatNotebook/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/wxFlatNotebook/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.in -@@ -0,0 +1,832 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxImagePanel -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwximagepanel_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwximagepanel_la_OBJECTS = ./src/wxImagePanel.lo -+libwximagepanel_la_OBJECTS = $(am_libwximagepanel_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwximagepanel_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwximagepanel_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwximagepanel_la_SOURCES) -+DIST_SOURCES = $(libwximagepanel_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwximagepanel.la -+libwximagepanel_la_LDFLAGS = -version-info 0:1:0 -+libwximagepanel_la_LIBADD = $(WX_LIBS) -+libwximagepanel_la_SOURCES = \ -+./src/wxImagePanel.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxImagePanel/include/wx -+sdk_HEADERS = \ -+./include/wx/wxImagePanel.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxImagePanel/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxImagePanel/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) ./src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+./src/wxImagePanel.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+ -+libwximagepanel.la: $(libwximagepanel_la_OBJECTS) $(libwximagepanel_la_DEPENDENCIES) $(EXTRA_libwximagepanel_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwximagepanel_la_LINK) -rpath $(wxcontribitemsdir) $(libwximagepanel_la_OBJECTS) $(libwximagepanel_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/*.$(OBJEXT) -+ -rm -f ./src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/wxImagePanel.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/.libs ./src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.in -@@ -0,0 +1,830 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxSpeedButton -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxspeedbutton_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxspeedbutton_la_OBJECTS = ./wxSpeedButton.lo -+libwxspeedbutton_la_OBJECTS = $(am_libwxspeedbutton_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxspeedbutton_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxspeedbutton_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxspeedbutton_la_SOURCES) -+DIST_SOURCES = $(libwxspeedbutton_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxspeedbutton.la -+libwxspeedbutton_la_LDFLAGS = -version-info 0:1:0 -+libwxspeedbutton_la_LIBADD = $(WX_LIBS) -+libwxspeedbutton_la_SOURCES = \ -+./wxSpeedButton.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxSpeedButton -+sdk_HEADERS = \ -+./wxSpeedButton.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxSpeedButton/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxSpeedButton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxspeedbutton.la: $(libwxspeedbutton_la_OBJECTS) $(libwxspeedbutton_la_DEPENDENCIES) $(EXTRA_libwxspeedbutton_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxspeedbutton_la_LINK) -rpath $(wxcontribitemsdir) $(libwxspeedbutton_la_OBJECTS) $(libwxspeedbutton_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSpeedButton.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxTreeList/Makefile.in -@@ -0,0 +1,832 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxTreeList -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxtreelist_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxtreelist_la_OBJECTS = ./src/treelistctrl.lo -+libwxtreelist_la_OBJECTS = $(am_libwxtreelist_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxtreelist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxtreelist_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxtreelist_la_SOURCES) -+DIST_SOURCES = $(libwxtreelist_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxtreelist.la -+libwxtreelist_la_LDFLAGS = -version-info 0:1:0 -+libwxtreelist_la_LIBADD = $(WX_LIBS) -+libwxtreelist_la_SOURCES = \ -+./src/treelistctrl.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxTreeList/include/wx -+sdk_HEADERS = \ -+./include/wx/treelistctrl.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxTreeList/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxTreeList/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) ./src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+./src/treelistctrl.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxtreelist.la: $(libwxtreelist_la_OBJECTS) $(libwxtreelist_la_DEPENDENCIES) $(EXTRA_libwxtreelist_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxtreelist_la_LINK) -rpath $(wxcontribitemsdir) $(libwxtreelist_la_OBJECTS) $(libwxtreelist_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/*.$(OBJEXT) -+ -rm -f ./src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/treelistctrl.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/.libs ./src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxchart/Makefile.in -@@ -0,0 +1,924 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxchart -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) $(sdk_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxchartctrl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxchartctrl_la_OBJECTS = ./src/axis.lo ./src/barchartpoints.lo \ -+ ./src/chart.lo ./src/chartwindow.lo ./src/legend.lo \ -+ ./src/pie3dchartpoints.lo ./src/points.lo ./src/xaxiswindow.lo \ -+ ./src/yaxiswindow.lo ./src/bar3dchartpoints.lo \ -+ ./src/chartcolors.lo ./src/chartctrl.lo ./src/chartsizes.lo \ -+ ./src/label.lo ./src/legendwindow.lo ./src/piechartpoints.lo \ -+ ./src/xaxis.lo ./src/yaxis.lo -+libwxchartctrl_la_OBJECTS = $(am_libwxchartctrl_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxchartctrl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxchartctrl_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxchartctrl_la_SOURCES) -+DIST_SOURCES = $(libwxchartctrl_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxchartctrl.la -+libwxchartctrl_la_LDFLAGS = -version-info 0:1:0 -+libwxchartctrl_la_LIBADD = $(WX_LIBS) -+libwxchartctrl_la_SOURCES = \ -+./src/axis.cpp \ -+./src/barchartpoints.cpp \ -+./src/chart.cpp \ -+./src/chartwindow.cpp \ -+./src/legend.cpp \ -+./src/pie3dchartpoints.cpp \ -+./src/points.cpp \ -+./src/xaxiswindow.cpp \ -+./src/yaxiswindow.cpp \ -+./src/bar3dchartpoints.cpp \ -+./src/chartcolors.cpp \ -+./src/chartctrl.cpp \ -+./src/chartsizes.cpp \ -+./src/label.cpp \ -+./src/legendwindow.cpp \ -+./src/piechartpoints.cpp \ -+./src/xaxis.cpp \ -+./src/yaxis.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxchart/include/wx -+sdk_HEADERS = \ -+./include/wx/axis.h \ -+./include/wx/bar3dchartpoints.h \ -+./include/wx/barchartpoints.h \ -+./include/wx/chartcolors.h \ -+./include/wx/chartctrl.h \ -+./include/wx/chartdef.h \ -+./include/wx/chart.h \ -+./include/wx/chartpoints.h \ -+./include/wx/chartpointstypes.h \ -+./include/wx/chartsizes.h \ -+./include/wx/charttypes.h \ -+./include/wx/chartwindow.h \ -+./include/wx/legend.h \ -+./include/wx/legendwindow.h \ -+./include/wx/pie3dchartpoints.h \ -+./include/wx/piechartpoints.h \ -+./include/wx/points.h \ -+./include/wx/xaxis.h \ -+./include/wx/xaxiswindow.h \ -+./include/wx/yaxis.h \ -+./include/wx/yaxiswindow.h -+ -+noinst_HEADERS = \ -+./include/wx/label.h -+ -+EXTRA_DIST = $(srcdir)/include/wx/chartart/*.xpm \ -+ $(srcdir)/include/wx/chartart/*.bmp -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxchart/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxchart/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) ./src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+./src/axis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/barchartpoints.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/chart.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/chartwindow.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/legend.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/pie3dchartpoints.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/points.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/xaxiswindow.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/yaxiswindow.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/bar3dchartpoints.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/chartcolors.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/chartctrl.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/chartsizes.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/label.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/legendwindow.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/piechartpoints.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+./src/xaxis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/yaxis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxchartctrl.la: $(libwxchartctrl_la_OBJECTS) $(libwxchartctrl_la_DEPENDENCIES) $(EXTRA_libwxchartctrl_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxchartctrl_la_LINK) -rpath $(wxcontribitemsdir) $(libwxchartctrl_la_OBJECTS) $(libwxchartctrl_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/*.$(OBJEXT) -+ -rm -f ./src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/axis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/bar3dchartpoints.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/barchartpoints.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chart.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartcolors.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartsizes.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/label.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/legend.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/legendwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/pie3dchartpoints.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/piechartpoints.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/points.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xaxis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xaxiswindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/yaxis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/yaxiswindow.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/.libs ./src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/Makefile.in -@@ -0,0 +1,1018 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxled -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxled_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxled_la_OBJECTS = ./gizmosled/src/ledctrl.lo \ -+ ./lcdWindow/src/lcdwindow.lo ./led/src/led.lo \ -+ ./led/src/stateLed.lo ./led/src/xrc/xh_ledHandler.lo \ -+ ./led/src/xrc/xh_stateLedHandler.lo \ -+ ./ledpanel/src/advancedmatrixobject.lo \ -+ ./ledpanel/src/font75.lo ./ledpanel/src/font77.lo \ -+ ./ledpanel/src/matrixobject.lo ./ledpanel/src/wxledfont.lo \ -+ ./ledpanel/src/wxledpanel.lo -+libwxled_la_OBJECTS = $(am_libwxled_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxled_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libwxled_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxled_la_SOURCES) -+DIST_SOURCES = $(libwxled_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = gizmosled/include/wx/gizmos lcdWindow/include/wx led/include/wx led/include/xrc ledpanel/include/wx -+AM_CPPFLAGS = -I$(srcdir)/gizmosled/include \ -+ $(WX_CXXFLAGS) \ -+-I$(srcdir)/ledpanel/include \ -+-I$(srcdir)/lcdWindow/include \ -+-I$(srcdir)/led/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxled.la -+libwxled_la_LDFLAGS = -version-info 0:1:0 -+libwxled_la_LIBADD = $(WX_LIBS) -+libwxled_la_SOURCES = \ -+./gizmosled/src/ledctrl.cpp \ -+./lcdWindow/src/lcdwindow.cpp\ -+./led/src/led.cpp \ -+./led/src/stateLed.cpp \ -+./led/src/xrc/xh_ledHandler.cpp \ -+./led/src/xrc/xh_stateLedHandler.cpp \ -+./ledpanel/src/advancedmatrixobject.cpp \ -+./ledpanel/src/font75.cpp \ -+./ledpanel/src/font77.cpp \ -+./ledpanel/src/matrixobject.cpp \ -+./ledpanel/src/wxledfont.cpp \ -+./ledpanel/src/wxledpanel.cpp -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+gizmosled/src/$(am__dirstamp): -+ @$(MKDIR_P) ./gizmosled/src -+ @: > gizmosled/src/$(am__dirstamp) -+gizmosled/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./gizmosled/src/$(DEPDIR) -+ @: > gizmosled/src/$(DEPDIR)/$(am__dirstamp) -+./gizmosled/src/ledctrl.lo: gizmosled/src/$(am__dirstamp) \ -+ gizmosled/src/$(DEPDIR)/$(am__dirstamp) -+lcdWindow/src/$(am__dirstamp): -+ @$(MKDIR_P) ./lcdWindow/src -+ @: > lcdWindow/src/$(am__dirstamp) -+lcdWindow/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./lcdWindow/src/$(DEPDIR) -+ @: > lcdWindow/src/$(DEPDIR)/$(am__dirstamp) -+./lcdWindow/src/lcdwindow.lo: lcdWindow/src/$(am__dirstamp) \ -+ lcdWindow/src/$(DEPDIR)/$(am__dirstamp) -+led/src/$(am__dirstamp): -+ @$(MKDIR_P) ./led/src -+ @: > led/src/$(am__dirstamp) -+led/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./led/src/$(DEPDIR) -+ @: > led/src/$(DEPDIR)/$(am__dirstamp) -+./led/src/led.lo: led/src/$(am__dirstamp) \ -+ led/src/$(DEPDIR)/$(am__dirstamp) -+./led/src/stateLed.lo: led/src/$(am__dirstamp) \ -+ led/src/$(DEPDIR)/$(am__dirstamp) -+led/src/xrc/$(am__dirstamp): -+ @$(MKDIR_P) ./led/src/xrc -+ @: > led/src/xrc/$(am__dirstamp) -+led/src/xrc/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./led/src/xrc/$(DEPDIR) -+ @: > led/src/xrc/$(DEPDIR)/$(am__dirstamp) -+./led/src/xrc/xh_ledHandler.lo: led/src/xrc/$(am__dirstamp) \ -+ led/src/xrc/$(DEPDIR)/$(am__dirstamp) -+./led/src/xrc/xh_stateLedHandler.lo: led/src/xrc/$(am__dirstamp) \ -+ led/src/xrc/$(DEPDIR)/$(am__dirstamp) -+ledpanel/src/$(am__dirstamp): -+ @$(MKDIR_P) ./ledpanel/src -+ @: > ledpanel/src/$(am__dirstamp) -+ledpanel/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./ledpanel/src/$(DEPDIR) -+ @: > ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/advancedmatrixobject.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/font75.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/font77.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/matrixobject.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/wxledfont.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+./ledpanel/src/wxledpanel.lo: ledpanel/src/$(am__dirstamp) \ -+ ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxled.la: $(libwxled_la_OBJECTS) $(libwxled_la_DEPENDENCIES) $(EXTRA_libwxled_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxled_la_LINK) -rpath $(wxcontribitemsdir) $(libwxled_la_OBJECTS) $(libwxled_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./gizmosled/src/*.$(OBJEXT) -+ -rm -f ./gizmosled/src/*.lo -+ -rm -f ./lcdWindow/src/*.$(OBJEXT) -+ -rm -f ./lcdWindow/src/*.lo -+ -rm -f ./led/src/*.$(OBJEXT) -+ -rm -f ./led/src/*.lo -+ -rm -f ./led/src/xrc/*.$(OBJEXT) -+ -rm -f ./led/src/xrc/*.lo -+ -rm -f ./ledpanel/src/*.$(OBJEXT) -+ -rm -f ./ledpanel/src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./gizmosled/src/$(DEPDIR)/ledctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./lcdWindow/src/$(DEPDIR)/lcdwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./led/src/$(DEPDIR)/led.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./led/src/$(DEPDIR)/stateLed.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./led/src/xrc/$(DEPDIR)/xh_ledHandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./led/src/xrc/$(DEPDIR)/xh_stateLedHandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/advancedmatrixobject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/font75.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/font77.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/matrixobject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/wxledfont.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/wxledpanel.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./gizmosled/src/.libs ./gizmosled/src/_libs -+ -rm -rf ./lcdWindow/src/.libs ./lcdWindow/src/_libs -+ -rm -rf ./led/src/.libs ./led/src/_libs -+ -rm -rf ./led/src/xrc/.libs ./led/src/xrc/_libs -+ -rm -rf ./ledpanel/src/.libs ./ledpanel/src/_libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f gizmosled/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f gizmosled/src/$(am__dirstamp) -+ -rm -f lcdWindow/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f lcdWindow/src/$(am__dirstamp) -+ -rm -f led/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f led/src/$(am__dirstamp) -+ -rm -f led/src/xrc/$(DEPDIR)/$(am__dirstamp) -+ -rm -f led/src/xrc/$(am__dirstamp) -+ -rm -f ledpanel/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f ledpanel/src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./gizmosled/src/$(DEPDIR) ./lcdWindow/src/$(DEPDIR) ./led/src/$(DEPDIR) ./led/src/xrc/$(DEPDIR) ./ledpanel/src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./gizmosled/src/$(DEPDIR) ./lcdWindow/src/$(DEPDIR) ./led/src/$(DEPDIR) ./led/src/xrc/$(DEPDIR) ./ledpanel/src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-wxcontribitemsLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile.in -@@ -0,0 +1,693 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ -+sdk_HEADERS = \ -+./gizmos.h \ -+./ledctrl.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile.in -@@ -0,0 +1,693 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = \ -+ src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/ -+sdk_HEADERS = \ -+./lcdwindow.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile.in -@@ -0,0 +1,693 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxled/led/include/wx -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/led/include/wx/ -+sdk_HEADERS = \ -+./led.h \ -+./stateLed.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/wx/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile.in -@@ -0,0 +1,693 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxled/led/include/xrc -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/led/include/xrc/ -+sdk_HEADERS = \ -+./xh_ledHandler.h \ -+./xh_stateLedHandler.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/xrc/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile.in -@@ -0,0 +1,695 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/ledpanel/include/wx/ -+sdk_HEADERS = \ -+./advancedmatrixobject.h \ -+./matrixobject.h \ -+./wxledfont.h \ -+./wxledpanel.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install 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 install-pdf \ -+ install-pdf-am install-ps install-ps-am install-sdkHEADERS \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxmathplot/Makefile.in -@@ -0,0 +1,828 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxmathplot -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxmathplot_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxmathplot_la_OBJECTS = ./mathplot.lo -+libwxmathplot_la_OBJECTS = $(am_libwxmathplot_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxmathplot_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxmathplot_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxmathplot_la_SOURCES) -+DIST_SOURCES = $(libwxmathplot_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxmathplot.la -+libwxmathplot_la_LDFLAGS = -version-info 0:1:0 -+libwxmathplot_la_LIBADD = $(WX_LIBS) -+libwxmathplot_la_SOURCES = \ -+./mathplot.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxMathPlot -+sdk_HEADERS = \ -+./mathplot.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxmathplot/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxmathplot/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./mathplot.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxmathplot.la: $(libwxmathplot_la_OBJECTS) $(libwxmathplot_la_DEPENDENCIES) $(EXTRA_libwxmathplot_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxmathplot_la_LINK) -rpath $(wxcontribitemsdir) $(libwxmathplot_la_OBJECTS) $(libwxmathplot_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mathplot.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxthings/Makefile.in -@@ -0,0 +1,833 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxContribItems/wxthings -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ -+ "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxcustombutton_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxcustombutton_la_OBJECTS = ./src/toggle.lo -+libwxcustombutton_la_OBJECTS = $(am_libwxcustombutton_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxcustombutton_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxcustombutton_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxcustombutton_la_SOURCES) -+DIST_SOURCES = $(libwxcustombutton_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(srcdir)/include -+ -+wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems -+wxcontribitems_LTLIBRARIES = libwxcustombutton.la -+libwxcustombutton_la_LDFLAGS = -version-info 0:1:0 -+libwxcustombutton_la_LIBADD = $(WX_LIBS) -+libwxcustombutton_la_SOURCES = \ -+./src/toggle.cpp -+ -+sdkdir = $(includedir)/codeblocks/wxContribItems/wxthings/include/wx/things -+sdk_HEADERS = \ -+./include/wx/things/toggle.h \ -+./include/wx/things/thingdef.h -+ -+EXTRA_DIST = ./src/precomp.cpp ./src/precomp.h -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxthings/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxthings/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ -+ } -+ -+uninstall-wxcontribitemsLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ -+ done -+ -+clean-wxcontribitemsLTLIBRARIES: -+ -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) -+ @list='$(wxcontribitems_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) ./src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+./src/toggle.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxcustombutton.la: $(libwxcustombutton_la_OBJECTS) $(libwxcustombutton_la_DEPENDENCIES) $(EXTRA_libwxcustombutton_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxcustombutton_la_LINK) -rpath $(wxcontribitemsdir) $(libwxcustombutton_la_OBJECTS) $(libwxcustombutton_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/*.$(OBJEXT) -+ -rm -f ./src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/toggle.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/.libs ./src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-sdkHEADERS \ -+ uninstall-wxcontribitemsLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/Makefile.in -@@ -0,0 +1,1114 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) $(sdk_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = wxsmith.pc -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sdkdir)" -+LTLIBRARIES = $(lib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxsmithlib_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ properties/libwxsmith_properties.la \ -+ wxwidgets/libwxsmith_wxwidgets.la $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxsmithlib_la_OBJECTS = ./wxsadvqpp.lo ./wxsadvqppchild.lo \ -+ ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo \ -+ ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo \ -+ ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo \ -+ ./wxsresourcefactory.lo ./wxsresourcetree.lo \ -+ ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo \ -+ ./wxsversionconverter.lo ./wxssettings.lo \ -+ ./wxsautoresourcetreeimage.lo -+libwxsmithlib_la_OBJECTS = $(am_libwxsmithlib_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmithlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmithlib_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmithlib_la_SOURCES) -+DIST_SOURCES = $(libwxsmithlib_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgconfig_DATA) $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/wxsmith.pc.in \ -+ $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = properties wxwidgets . plugin -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+lib_LTLIBRARIES = libwxsmithlib.la -+libwxsmithlib_la_LDFLAGS = -version-info 0:1:0 -shared -+libwxsmithlib_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ properties/libwxsmith_properties.la \ -+ wxwidgets/libwxsmith_wxwidgets.la \ -+ $(WX_LIBS) -+ -+libwxsmithlib_la_SOURCES = \ -+./wxsadvqpp.cpp \ -+./wxsadvqppchild.cpp \ -+./wxscoder.cpp \ -+./wxscodinglang.cpp \ -+./wxseditor.cpp \ -+./wxsextresmanager.cpp \ -+./wxsgui.cpp \ -+./wxsguifactory.cpp \ -+./wxsmith.cpp \ -+./wxsmithmime.cpp \ -+./wxsproject.cpp \ -+./wxsresource.cpp \ -+./wxsresourcefactory.cpp \ -+./wxsresourcetree.cpp \ -+./wxsresourcetreeitemdata.cpp \ -+./wxsstoringsplitterwindow.cpp \ -+./wxsversionconverter.cpp \ -+./wxssettings.cpp \ -+./wxsautoresourcetreeimage.cpp -+ -+sdkdir = $(includedir)/wxsmith/ -+sdk_HEADERS = \ -+./wxsadvqpp.h \ -+./wxsadvqppchild.h \ -+./wxsautoresourcetreeimage.h \ -+./wxscodinglang.h \ -+./wxsgui.h \ -+./wxsguifactory.h \ -+./wxseditor.h \ -+./wxsproject.h \ -+./wxsresource.h \ -+./wxsresourcefactory.h \ -+./wxsresourcetree.h \ -+./wxsresourcetreeitemdata.h -+ -+noinst_HEADERS = \ -+./wxscoder.h \ -+./wxsextresmanager.h \ -+./wxsmith.h \ -+./wxsmithmime.h \ -+./wxsstoringsplitterwindow.h \ -+./wxsversionconverter.h \ -+./wxssettings.h -+ -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = wxsmith.pc -+EXTRA_DIST = \ -+$(srcdir)/*.cbp \ -+$(srcdir)/*.bat \ -+$(srcdir)/update* \ -+$(srcdir)/wxsmith/* \ -+manifest.xml \ -+wxs.doxy -+ -+pkgdata_DATA = wxsmith.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+wxsmith.pc: $(top_builddir)/config.status $(srcdir)/wxsmith.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+ -+install-libLTLIBRARIES: $(lib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ -+ } -+ -+uninstall-libLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ -+ done -+ -+clean-libLTLIBRARIES: -+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) -+ @list='$(lib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxsadvqpp.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsadvqppchild.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscoder.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscodinglang.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxseditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsextresmanager.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsguifactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmith.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmithmime.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsproject.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsresource.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsresourcefactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsresourcetree.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsresourcetreeitemdata.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsstoringsplitterwindow.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsversionconverter.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssettings.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsautoresourcetreeimage.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmithlib.la: $(libwxsmithlib_la_OBJECTS) $(libwxsmithlib_la_DEPENDENCIES) $(EXTRA_libwxsmithlib_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmithlib_la_LINK) -rpath $(libdir) $(libwxsmithlib_la_OBJECTS) $(libwxsmithlib_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsadvqpp.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsadvqppchild.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsautoresourcetreeimage.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscoder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodinglang.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsextresmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgui.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsguifactory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmith.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmithmime.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsproject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresource.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcefactory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcetree.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcetreeitemdata.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssettings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstoringsplitterwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsversionconverter.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgconfigDATA: $(pkgconfig_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ -+ done -+ -+uninstall-pkgconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgconfigDATA install-pkgdataDATA \ -+ install-sdkHEADERS -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: install-libLTLIBRARIES -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \ -+ uninstall-pkgdataDATA uninstall-sdkHEADERS -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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-libLTLIBRARIES install-man install-pdf install-pdf-am \ -+ install-pkgconfigDATA install-pkgdataDATA install-ps \ -+ install-ps-am install-sdkHEADERS install-strip installcheck \ -+ installcheck-am installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ -+ uninstall-pkgconfigDATA uninstall-pkgdataDATA \ -+ uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+wxsmith.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxsmith.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/plugin/Makefile.in -@@ -0,0 +1,790 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/plugin -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxsmith_la_DEPENDENCIES = ../../../../sdk/libcodeblocks.la \ -+ ../libwxsmithlib.la $(am__DEPENDENCIES_1) -+am_libwxsmith_la_OBJECTS = wxsmithpluginregistrants.lo -+libwxsmith_la_OBJECTS = $(am_libwxsmith_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmith_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_la_LDFLAGS) $(LDFLAGS) \ -+ -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmith_la_SOURCES) -+DIST_SOURCES = $(libwxsmith_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) -+ -+pluginlib_LTLIBRARIES = libwxsmith.la -+pluginlibdir = $(pkglibdir)/plugins -+libwxsmith_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmith_la_LIBADD = ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la $(WX_LIBS) -+libwxsmith_la_SOURCES = wxsmithpluginregistrants.cpp -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/plugin/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/plugin/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libwxsmith.la: $(libwxsmith_la_OBJECTS) $(libwxsmith_la_DEPENDENCIES) $(EXTRA_libwxsmith_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmith_la_LINK) -rpath $(pluginlibdir) $(libwxsmith_la_OBJECTS) $(libwxsmith_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmithpluginregistrants.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/Makefile.in -@@ -0,0 +1,878 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/properties -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxsmith_properties_la_DEPENDENCIES = \ -+ ../../../../sdk/libcodeblocks.la -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxsmith_properties_la_OBJECTS = ./wxsarraystringeditordlg.lo \ -+ ./wxsboolproperty.lo ./wxspropertystream.lo \ -+ ./wxsflagsproperty.lo ./wxsfloatproperty.lo \ -+ ./wxsemptyproperty.lo ./wxsstringproperty.lo \ -+ ./wxslongproperty.lo ./wxsenumproperty.lo \ -+ ./wxsarraystringproperty.lo ./wxsquickpropspanel.lo \ -+ ./wxsproperty.lo ./wxspropertygridmanager.lo \ -+ ./wxscustomeditorproperty.lo ./wxspropertycontainer.lo \ -+ ./wxseditenumproperty.lo -+libwxsmith_properties_la_OBJECTS = \ -+ $(am_libwxsmith_properties_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmith_properties_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_properties_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmith_properties_la_SOURCES) -+DIST_SOURCES = $(libwxsmith_properties_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) -+ -+noinst_LTLIBRARIES = libwxsmith_properties.la -+libwxsmith_properties_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmith_properties_la_LIBADD = ../../../../sdk/libcodeblocks.la -+libwxsmith_properties_la_SOURCES = \ -+./wxsarraystringeditordlg.cpp \ -+./wxsboolproperty.cpp \ -+./wxspropertystream.cpp \ -+./wxsflagsproperty.cpp \ -+./wxsfloatproperty.cpp \ -+./wxsemptyproperty.cpp \ -+./wxsstringproperty.cpp \ -+./wxslongproperty.cpp \ -+./wxsenumproperty.cpp \ -+./wxsarraystringproperty.cpp \ -+./wxsquickpropspanel.cpp \ -+./wxsproperty.cpp \ -+./wxspropertygridmanager.cpp \ -+./wxscustomeditorproperty.cpp \ -+./wxspropertycontainer.cpp \ -+./wxseditenumproperty.cpp -+ -+sdkdir = $(includedir)/wxsmith/properties -+sdk_HEADERS = \ -+./wxspropertycontainer.h \ -+./wxsproperties.h \ -+./wxsboolproperty.h \ -+./wxspropertystream.h \ -+./wxsflagsproperty.h \ -+./wxsfloatproperty.h \ -+./wxsemptyproperty.h \ -+./wxslongproperty.h \ -+./wxsarraystringeditordlg.h \ -+./wxsenumproperty.h \ -+./wxsarraystringproperty.h \ -+./wxsstringproperty.h \ -+./wxsquickpropspanel.h \ -+./wxsproperty.h \ -+./wxspropertygridmanager.h \ -+./wxscustomeditorproperty.h \ -+./wxseditenumproperty.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxsarraystringeditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsboolproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspropertystream.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsflagsproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfloatproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsemptyproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstringproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxslongproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsenumproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsarraystringproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsquickpropspanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspropertygridmanager.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxscustomeditorproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxspropertycontainer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxseditenumproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmith_properties.la: $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_DEPENDENCIES) $(EXTRA_libwxsmith_properties_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmith_properties_la_LINK) $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsboolproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomeditorproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseditenumproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsemptyproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsenumproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsflagsproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfloatproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslongproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertycontainer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertygridmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertystream.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsquickpropspanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstringproperty.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/Makefile.in -@@ -0,0 +1,1106 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/wxwidgets -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxsmith_wxwidgets_la_DEPENDENCIES = \ -+ ../../../../sdk/libcodeblocks.la \ -+ properties/libwxsmith_wxwidgets_properties.la \ -+ defitems/libwxsmith_wxwidgets_defitems.la -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxsmith_wxwidgets_la_OBJECTS = ./wxssizer.lo \ -+ ./wxsitemeditordragassist.lo ./wxsitemeditorcontent.lo \ -+ ./wxscorrector.lo ./wxsnewwindowdlg.lo ./wxsitemres.lo \ -+ ./wxspanelres.lo ./wxwidgetsguiconfigpanel.lo ./wxsevents.lo \ -+ ./wxspredefinedids.lo ./wxwidgetsres.lo \ -+ ./wxwidgetsguiappadoptingdlg.lo ./wxsitemundobuffer.lo \ -+ ./wxsitemrestreedata.lo ./wxscontainer.lo \ -+ ./wxsdrawingwindow.lo ./wxsitemfactory.lo \ -+ ./wxsbaseproperties.lo ./wxsitem.lo \ -+ ./wxscustomwidgetxmlhandler.lo ./wxsframeres.lo ./wxsstyle.lo \ -+ ./wxseventseditor.lo ./wxswidget.lo ./wxwidgetsresfactory.lo \ -+ ./wxsparent.lo ./wxsitemresdataobject.lo ./wxsitemresdata.lo \ -+ ./wxsitemeditor.lo ./wxsdialogres.lo \ -+ ./wxsscrollingdialogres.lo ./wxwidgetsgui.lo \ -+ ./wxssizerparentqp.lo ./wxstool.lo ./wxstoolspace.lo \ -+ ./wxsgridpanel.lo ./wxsdeleteitemres.lo ./wxscodercontext.lo \ -+ ./wxscodegenerator.lo -+libwxsmith_wxwidgets_la_OBJECTS = \ -+ $(am_libwxsmith_wxwidgets_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmith_wxwidgets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_wxwidgets_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmith_wxwidgets_la_SOURCES) -+DIST_SOURCES = $(libwxsmith_wxwidgets_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = defitems icons properties -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings -+ -+noinst_LTLIBRARIES = libwxsmith_wxwidgets.la -+libwxsmith_wxwidgets_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmith_wxwidgets_la_LIBADD = ../../../../sdk/libcodeblocks.la \ -+ properties/libwxsmith_wxwidgets_properties.la \ -+ defitems/libwxsmith_wxwidgets_defitems.la -+ -+libwxsmith_wxwidgets_la_SOURCES = \ -+./wxssizer.cpp \ -+./wxsitemeditordragassist.cpp \ -+./wxsitemeditorcontent.cpp \ -+./wxscorrector.cpp \ -+./wxsnewwindowdlg.cpp \ -+./wxsitemres.cpp \ -+./wxspanelres.cpp \ -+./wxwidgetsguiconfigpanel.cpp \ -+./wxsevents.cpp \ -+./wxspredefinedids.cpp \ -+./wxwidgetsres.cpp \ -+./wxwidgetsguiappadoptingdlg.cpp \ -+./wxsitemundobuffer.cpp \ -+./wxsitemrestreedata.cpp \ -+./wxscontainer.cpp \ -+./wxsdrawingwindow.cpp \ -+./wxsitemfactory.cpp \ -+./wxsbaseproperties.cpp \ -+./wxsitem.cpp \ -+./wxscustomwidgetxmlhandler.cpp \ -+./wxsframeres.cpp \ -+./wxsstyle.cpp \ -+./wxseventseditor.cpp \ -+./wxswidget.cpp \ -+./wxwidgetsresfactory.cpp \ -+./wxsparent.cpp \ -+./wxsitemresdataobject.cpp \ -+./wxsitemresdata.cpp \ -+./wxsitemeditor.cpp \ -+./wxsdialogres.cpp \ -+./wxsscrollingdialogres.cpp \ -+./wxwidgetsgui.cpp \ -+./wxssizerparentqp.cpp \ -+./wxstool.cpp \ -+./wxstoolspace.cpp \ -+./wxsgridpanel.cpp \ -+./wxsdeleteitemres.cpp \ -+./wxscodercontext.cpp \ -+./wxscodegenerator.cpp -+ -+sdkdir = $(includedir)/wxsmith/wxwidgets/ -+sdk_HEADERS = \ -+./wxsitemresdata.h \ -+./wxspredefinedids.h \ -+./wxsdrawingwindow.h \ -+./wxsitemeditorcontent.h \ -+./wxsbaseproperties.h \ -+./wxwidgetsgui.h \ -+./wxsexproperties.h \ -+./wxssizer.h \ -+./wxsitemres.h \ -+./wxwidgetsres.h \ -+./wxscustomwidgetxmlhandler.h \ -+./wxswidget.h \ -+./wxscorrector.h \ -+./wxsnewwindowdlg.h \ -+./wxsiteminfo.h \ -+./wxseventseditor.h \ -+./wxsitemeditordragassist.h \ -+./wxwidgetsresfactory.h \ -+./wxsparent.h \ -+./wxsitemresdataobject.h \ -+./wxwidgetsguiconfigpanel.h \ -+./wxsevents.h \ -+./wxsitemeditor.h \ -+./wxwidgetsguiappadoptingdlg.h \ -+./wxsdialogres.h \ -+./wxsscrollingdialogres.h \ -+./wxsitemundobuffer.h \ -+./wxsitemrestreedata.h \ -+./wxscontainer.h \ -+./wxsitemfactory.h \ -+./wxsitem.h \ -+./wxsstyle.h \ -+./wxsframeres.h \ -+./wxspanelres.h \ -+./wxssizerparentqp.h \ -+./wxstool.h \ -+./wxstoolspace.h \ -+./wxsgridpanel.h \ -+./wxsdeleteitemres.h \ -+./wxscodercontext.h \ -+./wxscodegenerator.h \ -+./wxsflags.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxssizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemeditordragassist.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsitemeditorcontent.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscorrector.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsnewwindowdlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspanelres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxwidgetsguiconfigpanel.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsevents.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspredefinedids.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxwidgetsres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxwidgetsguiappadoptingdlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsitemundobuffer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemrestreedata.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscontainer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdrawingwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemfactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbaseproperties.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscustomwidgetxmlhandler.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsframeres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstyle.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxseventseditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxswidget.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxwidgetsresfactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsparent.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemresdataobject.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemresdata.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsitemeditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdialogres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsscrollingdialogres.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxwidgetsgui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssizerparentqp.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstool.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstoolspace.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgridpanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdeleteitemres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscodercontext.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscodegenerator.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmith_wxwidgets.la: $(libwxsmith_wxwidgets_la_OBJECTS) $(libwxsmith_wxwidgets_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmith_wxwidgets_la_LINK) $(libwxsmith_wxwidgets_la_OBJECTS) $(libwxsmith_wxwidgets_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbaseproperties.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodegenerator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodercontext.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscontainer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscorrector.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomwidgetxmlhandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdeleteitemres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialogres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdrawingwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsevents.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseventseditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsframeres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgridpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitem.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditorcontent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditordragassist.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemfactory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemresdata.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemresdataobject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemrestreedata.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemundobuffer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsnewwindowdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspanelres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsparent.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspredefinedids.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollingdialogres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizerparentqp.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstyle.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstool.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolspace.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxswidget.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsgui.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsguiappadoptingdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsguiconfigpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsres.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsresfactory.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-sdkHEADERS install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.in -@@ -0,0 +1,1168 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/wxwidgets/defitems -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxsmith_wxwidgets_defitems_la_DEPENDENCIES = \ -+ ../../../../../sdk/libcodeblocks.la -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxsmith_wxwidgets_defitems_la_OBJECTS = ./wxsdatepickerctrl.lo \ -+ ./wxsstatictext.lo ./wxslistctrl.lo ./wxsflexgridsizer.lo \ -+ ./wxsboxsizer.lo ./wxsgenericdirctrl.lo ./wxsstaticbitmap.lo \ -+ ./wxscheckbox.lo ./wxschoice.lo ./wxsspinctrl.lo \ -+ ./wxscalendarctrl.lo ./wxsstaticline.lo ./wxsgridsizer.lo \ -+ ./wxsstaticboxsizer.lo ./wxsbitmapbutton.lo ./wxstextctrl.lo \ -+ ./wxstogglebutton.lo ./wxsspacer.lo ./wxsscrollbar.lo \ -+ ./wxsdialog.lo ./wxsscrollingdialog.lo ./wxsspinbutton.lo \ -+ ./wxsbutton.lo ./wxslistbox.lo ./wxsgauge.lo \ -+ ./wxsradiobutton.lo ./wxspanel.lo ./wxsstaticbox.lo \ -+ ./wxsradiobox.lo ./wxscombobox.lo ./wxschecklistbox.lo \ -+ ./wxsslider.lo ./wxstreectrl.lo ./wxsframe.lo \ -+ ./wxshtmlwindow.lo ./wxsscrolledwindow.lo \ -+ ./wxsstddialogbuttonsizer.lo ./wxssplitterwindow.lo \ -+ ./wxscustomwidget.lo ./wxsnotebook.lo ./wxschoicebook.lo \ -+ ./wxslistbook.lo ./wxstimer.lo ./wxsmenubar.lo ./wxsmenu.lo \ -+ ./wxsmenueditor.lo ./wxsmenuitem.lo ./wxsstatusbar.lo \ -+ ./wxstoolbar.lo ./wxstoolbaritem.lo ./wxstoolbareditor.lo \ -+ ./wxsgrid.lo ./wxscolourdialog.lo ./wxsdirdialog.lo \ -+ ./wxsfiledialog.lo ./wxsmultichoicedialog.lo \ -+ ./wxssinglechoicedialog.lo ./wxssashwindow.lo \ -+ ./wxssashlayoutwindow.lo ./wxssingleinstancechecker.lo \ -+ ./wxsstopwatch.lo ./wxssymbolpickerdialog.lo ./wxsglcanvas.lo \ -+ ./wxshyperlinkctrl.lo ./wxsanimationctrl.lo \ -+ ./wxsfindreplacedialog.lo ./wxsfontdialog.lo \ -+ ./wxsmessagedialog.lo ./wxspagesetupdialog.lo \ -+ ./wxspasswordentrydialog.lo ./wxsprintdialog.lo \ -+ ./wxsprogressdialog.lo ./wxsrichtextformattingdialog.lo \ -+ ./wxsrichtextstyleorganiserdialog.lo ./wxstextentrydialog.lo \ -+ ./wxscolourpickerctrl.lo ./wxsdirpickerctrl.lo \ -+ ./wxsfilepickerctrl.lo ./wxsfontpickerctrl.lo \ -+ ./wxsbitmapcombobox.lo ./wxscontexthelpbutton.lo \ -+ ./wxsdialupmanager.lo ./wxshtmleasyprinting.lo \ -+ ./wxslistview.lo ./wxsrichtextctrl.lo ./wxssearchctrl.lo \ -+ ./wxssimplehtmllistbox.lo ./wxstreebook.lo ./wxsimage.lo \ -+ ./wxsimagelist.lo ./wxsrichtextstylecomboctrl.lo \ -+ ./wxsrichtextstylelistbox.lo ./wxsrichtextstylelistctrl.lo -+libwxsmith_wxwidgets_defitems_la_OBJECTS = \ -+ $(am_libwxsmith_wxwidgets_defitems_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmith_wxwidgets_defitems_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -+ --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ -+ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ -+ $(libwxsmith_wxwidgets_defitems_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmith_wxwidgets_defitems_la_SOURCES) -+DIST_SOURCES = $(libwxsmith_wxwidgets_defitems_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) -+ -+noinst_LTLIBRARIES = libwxsmith_wxwidgets_defitems.la -+libwxsmith_wxwidgets_defitems_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmith_wxwidgets_defitems_la_LIBADD = ../../../../../sdk/libcodeblocks.la -+libwxsmith_wxwidgets_defitems_la_SOURCES = \ -+./wxsdatepickerctrl.cpp \ -+./wxsstatictext.cpp \ -+./wxslistctrl.cpp \ -+./wxsflexgridsizer.cpp \ -+./wxsboxsizer.cpp \ -+./wxsgenericdirctrl.cpp \ -+./wxsstaticbitmap.cpp \ -+./wxscheckbox.cpp \ -+./wxschoice.cpp \ -+./wxsspinctrl.cpp \ -+./wxscalendarctrl.cpp \ -+./wxsstaticline.cpp \ -+./wxsgridsizer.cpp \ -+./wxsstaticboxsizer.cpp \ -+./wxsbitmapbutton.cpp \ -+./wxstextctrl.cpp \ -+./wxstogglebutton.cpp \ -+./wxsspacer.cpp \ -+./wxsscrollbar.cpp \ -+./wxsdialog.cpp \ -+./wxsscrollingdialog.cpp \ -+./wxsspinbutton.cpp \ -+./wxsbutton.cpp \ -+./wxslistbox.cpp \ -+./wxsgauge.cpp \ -+./wxsradiobutton.cpp \ -+./wxspanel.cpp \ -+./wxsstaticbox.cpp \ -+./wxsradiobox.cpp \ -+./wxscombobox.cpp \ -+./wxschecklistbox.cpp \ -+./wxsslider.cpp \ -+./wxstreectrl.cpp \ -+./wxsframe.cpp \ -+./wxshtmlwindow.cpp \ -+./wxsscrolledwindow.cpp \ -+./wxsstddialogbuttonsizer.cpp \ -+./wxssplitterwindow.cpp \ -+./wxscustomwidget.cpp \ -+./wxsnotebook.cpp \ -+./wxschoicebook.cpp \ -+./wxslistbook.cpp \ -+./wxstimer.cpp \ -+./wxsmenubar.cpp \ -+./wxsmenu.cpp \ -+./wxsmenueditor.cpp \ -+./wxsmenuitem.cpp \ -+./wxsstatusbar.cpp \ -+./wxstoolbar.cpp \ -+./wxstoolbaritem.cpp \ -+./wxstoolbareditor.cpp \ -+./wxsgrid.cpp \ -+./wxscolourdialog.cpp \ -+./wxsdirdialog.cpp \ -+./wxsfiledialog.cpp \ -+./wxsmultichoicedialog.cpp \ -+./wxssinglechoicedialog.cpp \ -+./wxssashwindow.cpp \ -+./wxssashlayoutwindow.cpp \ -+./wxssingleinstancechecker.cpp \ -+./wxsstopwatch.cpp \ -+./wxssymbolpickerdialog.cpp \ -+./wxsglcanvas.cpp \ -+./wxshyperlinkctrl.cpp \ -+./wxsanimationctrl.cpp \ -+./wxsfindreplacedialog.cpp \ -+./wxsfontdialog.cpp \ -+./wxsmessagedialog.cpp \ -+./wxspagesetupdialog.cpp \ -+./wxspasswordentrydialog.cpp \ -+./wxsprintdialog.cpp \ -+./wxsprogressdialog.cpp \ -+./wxsrichtextformattingdialog.cpp \ -+./wxsrichtextstyleorganiserdialog.cpp \ -+./wxstextentrydialog.cpp \ -+./wxscolourpickerctrl.cpp \ -+./wxsdirpickerctrl.cpp \ -+./wxsfilepickerctrl.cpp \ -+./wxsfontpickerctrl.cpp \ -+./wxsbitmapcombobox.cpp \ -+./wxscontexthelpbutton.cpp \ -+./wxsdialupmanager.cpp \ -+./wxshtmleasyprinting.cpp \ -+./wxslistview.cpp \ -+./wxsrichtextctrl.cpp \ -+./wxssearchctrl.cpp \ -+./wxssimplehtmllistbox.cpp \ -+./wxstreebook.cpp \ -+./wxsimage.cpp \ -+./wxsimagelist.cpp \ -+./wxsrichtextstylecomboctrl.cpp \ -+./wxsrichtextstylelistbox.cpp \ -+./wxsrichtextstylelistctrl.cpp -+ -+noinst_HEADERS = \ -+./wxsgauge.h \ -+./wxsradiobutton.h \ -+./wxsstaticline.h \ -+./wxsstaticbox.h \ -+./wxscombobox.h \ -+./wxstextctrl.h \ -+./wxstogglebutton.h \ -+./wxsspacer.h \ -+./wxsslider.h \ -+./wxschecklistbox.h \ -+./wxsscrollbar.h \ -+./wxstreectrl.h \ -+./wxsframe.h \ -+./wxsdatepickerctrl.h \ -+./wxsstatictext.h \ -+./wxsdialog.h \ -+./wxsscrollingdialog.h \ -+./wxslistctrl.h \ -+./wxsspinbutton.h \ -+./wxsbutton.h \ -+./wxsstaticbitmap.h \ -+./wxscheckbox.h \ -+./wxschoice.h \ -+./wxsspinctrl.h \ -+./wxscalendarctrl.h \ -+./wxspanel.h \ -+./wxsgenericdirctrl.h \ -+./wxsgridsizer.h \ -+./wxsradiobox.h \ -+./wxsbitmapbutton.h \ -+./wxsstaticboxsizer.h \ -+./wxsboxsizer.h \ -+./wxsflexgridsizer.h \ -+./wxslistbox.h \ -+./wxshtmlwindow.h \ -+./wxsscrolledwindow.h \ -+./wxsstddialogbuttonsizer.h \ -+./wxssplitterwindow.h \ -+./wxscustomwidget.h \ -+./wxsnotebook.h \ -+./wxschoicebook.h \ -+./wxslistbook.h \ -+./wxstimer.h \ -+./wxsmenubar.h \ -+./wxsmenu.h \ -+./wxsmenueditor.h \ -+./wxsmenuitem.h \ -+./wxsstatusbar.h \ -+./wxstoolbar.h \ -+./wxstoolbaritem.h \ -+./wxstoolbareditor.h \ -+./wxsgrid.h \ -+./wxscolourdialog.h \ -+./wxsdirdialog.h \ -+./wxsfiledialog.h \ -+./wxsmultichoicedialog.h \ -+./wxssinglechoicedialog.h \ -+./wxssashwindow.h \ -+./wxssashlayoutwindow.h \ -+./wxssingleinstancechecker.h \ -+./wxsstopwatch.h \ -+./wxssymbolpickerdialog.h \ -+./wxsglcanvas.h \ -+./wxshyperlinkctrl.h \ -+./wxsanimationctrl.h \ -+./wxsfindreplacedialog.h \ -+./wxsfontdialog.h \ -+./wxsmessagedialog.h \ -+./wxspagesetupdialog.h \ -+./wxspasswordentrydialog.h \ -+./wxsprintdialog.h \ -+./wxsprogressdialog.h \ -+./wxsrichtextformattingdialog.h \ -+./wxsrichtextstyleorganiserdialog.h \ -+./wxstextentrydialog.h \ -+./wxscolourpickerctrl.h \ -+./wxsdirpickerctrl.h \ -+./wxsfilepickerctrl.h \ -+./wxsfontpickerctrl.h \ -+./wxsbitmapcombobox.h \ -+./wxscontexthelpbutton.h \ -+./wxsdialupmanager.h \ -+./wxshtmleasyprinting.h \ -+./wxslistview.h \ -+./wxsrichtextctrl.h \ -+./wxssearchctrl.h \ -+./wxssimplehtmllistbox.h \ -+./wxstreebook.h \ -+./wxsimage.h \ -+./wxsimagelist.h \ -+./wxsrichtextstylecomboctrl.h \ -+./wxsrichtextstylelistbox.h \ -+./wxsrichtextstylelistctrl.h -+ -+EXTRA_DIST = $(srcdir)/wxsmediactrl.* -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/defitems/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxsdatepickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstatictext.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxslistctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsflexgridsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsboxsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgenericdirctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstaticbitmap.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscheckbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxschoice.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsspinctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscalendarctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstaticline.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgridsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstaticboxsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbitmapbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstextctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstogglebutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsspacer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsscrollbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsscrollingdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsspinbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxslistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgauge.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsradiobutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstaticbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsradiobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscombobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxschecklistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsslider.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstreectrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsframe.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxshtmlwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsscrolledwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstddialogbuttonsizer.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxssplitterwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscustomwidget.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsnotebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxschoicebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxslistbook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstimer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmenubar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmenu.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmenueditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmenuitem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstatusbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstoolbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstoolbaritem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstoolbareditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsgrid.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscolourdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdirdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfiledialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmultichoicedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssinglechoicedialog.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxssashwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssashlayoutwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssingleinstancechecker.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsstopwatch.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssymbolpickerdialog.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsglcanvas.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxshyperlinkctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsanimationctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfindreplacedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfontdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsmessagedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspagesetupdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxspasswordentrydialog.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsprintdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsprogressdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextformattingdialog.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextstyleorganiserdialog.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxstextentrydialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscolourpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdirpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfilepickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsfontpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbitmapcombobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxscontexthelpbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsdialupmanager.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxshtmleasyprinting.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxslistview.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssearchctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssimplehtmllistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxstreebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsimage.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsimagelist.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextstylecomboctrl.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextstylelistbox.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsrichtextstylelistctrl.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmith_wxwidgets_defitems.la: $(libwxsmith_wxwidgets_defitems_la_OBJECTS) $(libwxsmith_wxwidgets_defitems_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_defitems_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmith_wxwidgets_defitems_la_LINK) $(libwxsmith_wxwidgets_defitems_la_OBJECTS) $(libwxsmith_wxwidgets_defitems_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsanimationctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapbutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapcombobox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsboxsizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscalendarctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscheckbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschecklistbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschoice.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschoicebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourpickerctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscombobox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscontexthelpbutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomwidget.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdatepickerctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialupmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdirdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdirpickerctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfiledialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfilepickerctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfindreplacedialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsflexgridsizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontpickerctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsframe.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgauge.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgenericdirctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsglcanvas.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgrid.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgridsizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshtmleasyprinting.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshtmlwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshyperlinkctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimage.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelist.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistbook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistview.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenu.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenubar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenueditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenuitem.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmessagedialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmultichoicedialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsnotebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspagesetupdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspasswordentrydialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsprintdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsprogressdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsradiobox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsradiobutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextformattingdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylecomboctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylelistbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylelistctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstyleorganiserdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssashlayoutwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssashwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollbar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrolledwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollingdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssearchctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssimplehtmllistbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssinglechoicedialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssingleinstancechecker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsslider.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspacer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspinbutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspinctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssplitterwindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticbitmap.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticboxsizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticline.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstatictext.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstatusbar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstddialogbuttonsizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstopwatch.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssymbolpickerdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstextctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstextentrydialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstimer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstogglebutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbareditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbaritem.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstreebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstreectrl.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/wxwidgets/icons -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/wxsmith -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/icons/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in -@@ -0,0 +1,902 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmith/wxwidgets/properties -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxsmith_wxwidgets_properties_la_DEPENDENCIES = \ -+ ../../../../../sdk/libcodeblocks.la -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxsmith_wxwidgets_properties_la_OBJECTS = \ -+ ./wxspositionsizeproperty.lo ./wxsfonteditordlg.lo \ -+ ./wxsarraystringcheckeditordlg.lo ./wxscolourproperty.lo \ -+ ./wxsstyleproperty.lo ./wxsarraystringcheckproperty.lo \ -+ ./wxsfontproperty.lo ./wxssizerflagsproperty.lo \ -+ ./wxsfontfaceeditordlg.lo ./wxsbitmapiconeditordlg.lo \ -+ ./wxsdimensionproperty.lo ./wxsbitmapiconproperty.lo \ -+ ./wxssimplefonteditordlg.lo ./wxsimagelisteditordlg.lo \ -+ ./wxsimagelistproperty.lo ./wxsimageproperty.lo \ -+ ./wxsimagecomboeditordlg.lo ./wxsimagecomboproperty.lo \ -+ ./wxsimagetreeeditordlg.lo ./wxsimagetreeproperty.lo -+libwxsmith_wxwidgets_properties_la_OBJECTS = \ -+ $(am_libwxsmith_wxwidgets_properties_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmith_wxwidgets_properties_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -+ --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ -+ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ -+ $(libwxsmith_wxwidgets_properties_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES) -+DIST_SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) -+ -+noinst_LTLIBRARIES = libwxsmith_wxwidgets_properties.la -+libwxsmith_wxwidgets_properties_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmith_wxwidgets_properties_la_LIBADD = ../../../../../sdk/libcodeblocks.la -+libwxsmith_wxwidgets_properties_la_SOURCES = \ -+./wxspositionsizeproperty.cpp \ -+./wxsfonteditordlg.cpp \ -+./wxsarraystringcheckeditordlg.cpp \ -+./wxscolourproperty.cpp \ -+./wxsstyleproperty.cpp \ -+./wxsarraystringcheckproperty.cpp \ -+./wxsfontproperty.cpp \ -+./wxssizerflagsproperty.cpp \ -+./wxsfontfaceeditordlg.cpp \ -+./wxsbitmapiconeditordlg.cpp \ -+./wxsdimensionproperty.cpp \ -+./wxsbitmapiconproperty.cpp \ -+./wxssimplefonteditordlg.cpp \ -+./wxsimagelisteditordlg.cpp \ -+./wxsimagelistproperty.cpp \ -+./wxsimageproperty.cpp \ -+./wxsimagecomboeditordlg.cpp \ -+./wxsimagecomboproperty.cpp \ -+./wxsimagetreeeditordlg.cpp \ -+./wxsimagetreeproperty.cpp -+ -+sdkdir = $(includedir)/wxsmith/wxwidgets/properties/ -+sdk_HEADERS = \ -+./wxsdimensionproperty.h \ -+./wxsbitmapiconproperty.h \ -+./wxsarraystringcheckeditordlg.h \ -+./wxsfonteditordlg.h \ -+./wxspositionsizeproperty.h \ -+./wxsstyleproperty.h \ -+./wxscolourproperty.h \ -+./wxsarraystringcheckproperty.h \ -+./wxsfontproperty.h \ -+./wxssizerflagsproperty.h \ -+./wxsfontfaceeditordlg.h \ -+./wxsbitmapiconeditordlg.h \ -+./wxssimplefonteditordlg.h \ -+./wxsimagelisteditordlg.h \ -+./wxsimagelistproperty.h \ -+./wxsimageproperty.h \ -+./wxsimagecomboeditordlg.h \ -+./wxsimagecomboproperty.h \ -+./wxsimagetreeeditordlg.h \ -+./wxsimagetreeproperty.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxspositionsizeproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsfonteditordlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsarraystringcheckeditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxscolourproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsstyleproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsarraystringcheckproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsfontproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxssizerflagsproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsfontfaceeditordlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbitmapiconeditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsdimensionproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsbitmapiconproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxssimplefonteditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsimagelisteditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsimagelistproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsimageproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+./wxsimagecomboeditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsimagecomboproperty.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsimagetreeeditordlg.lo: ./$(am__dirstamp) \ -+ $(DEPDIR)/$(am__dirstamp) -+./wxsimagetreeproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmith_wxwidgets_properties.la: $(libwxsmith_wxwidgets_properties_la_OBJECTS) $(libwxsmith_wxwidgets_properties_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_properties_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmith_wxwidgets_properties_la_LINK) $(libwxsmith_wxwidgets_properties_la_OBJECTS) $(libwxsmith_wxwidgets_properties_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringcheckeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringcheckproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapiconeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapiconproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdimensionproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfonteditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontfaceeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagecomboeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagecomboproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelisteditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelistproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimageproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagetreeeditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagetreeproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspositionsizeproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssimplefonteditordlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizerflagsproperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstyleproperty.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmithAui/Makefile.in -@@ -0,0 +1,992 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmithAui -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = wxsmithaui.pc -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxSmithAui_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ -+ ../wxSmith/libwxsmithlib.la $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxSmithAui_la_OBJECTS = ./wxAuiManager/wxsAuiManager.lo \ -+ ./wxAuiManager/wxsAuiManagerParentQP.lo \ -+ ./wxAuiManager/wxsAuiPaneInfoProperty.lo \ -+ ./wxAuiNotebook/wxsAuiNotebook.lo \ -+ ./wxAuiNotebook/wxSmithAuiNotebook.lo \ -+ ./wxAuiToolBar/wxsAuiToolBar.lo \ -+ ./wxAuiToolBar/wxsAuiToolBarItem.lo \ -+ ./wxAuiToolBar/wxsAuiToolBarItemBase.lo \ -+ ./wxAuiToolBar/wxsAuiToolBarLabel.lo \ -+ ./wxAuiToolBar/wxsAuiToolBarSeparator.lo \ -+ ./wxAuiToolBar/wxsAuiToolBarSpacer.lo \ -+ ./wxAuiToolBar/wxSmithAuiToolBar.lo ./wxSmithAui.lo -+libwxSmithAui_la_OBJECTS = $(am_libwxSmithAui_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxSmithAui_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxSmithAui_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxSmithAui_la_SOURCES) -+DIST_SOURCES = $(libwxSmithAui_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgconfig_DATA) $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/wxsmithaui.pc.in \ -+ $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) \ -+ -I$(top_srcdir)/src/plugins/contrib/wxSmith \ -+ -I$(srcdir)/wxAuiManager \ -+ -I$(srcdir)/wxAuiNotebook \ -+ -I$(srcdir)/wxAuiToolBar -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libwxSmithAui.la -+libwxSmithAui_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxSmithAui_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ ../wxSmith/libwxsmithlib.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+EXTRA_DIST = $(srcdir)/images/*.xpm \ -+ $(srcdir)/images/*.xcf \ -+ $(srcdir)/wxsmith/*.wxs \ -+ $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = wxSmithAui.zip -+CLEANFILES = $(pkgdata_DATA) -+libwxSmithAui_la_SOURCES = \ -+./wxAuiManager/wxsAuiManager.cpp \ -+./wxAuiManager/wxsAuiManagerParentQP.cpp \ -+./wxAuiManager/wxsAuiPaneInfoProperty.cpp \ -+./wxAuiNotebook/wxsAuiNotebook.cpp \ -+./wxAuiNotebook/wxSmithAuiNotebook.cpp \ -+./wxAuiToolBar/wxsAuiToolBar.cpp \ -+./wxAuiToolBar/wxsAuiToolBarItem.cpp \ -+./wxAuiToolBar/wxsAuiToolBarItemBase.cpp \ -+./wxAuiToolBar/wxsAuiToolBarLabel.cpp \ -+./wxAuiToolBar/wxsAuiToolBarSeparator.cpp \ -+./wxAuiToolBar/wxsAuiToolBarSpacer.cpp \ -+./wxAuiToolBar/wxSmithAuiToolBar.cpp \ -+./wxSmithAui.cpp -+ -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = wxsmithaui.pc -+noinst_HEADERS = \ -+./wxAuiManager/wxsAuiManager.h \ -+./wxAuiManager/wxsAuiManagerParentQP.h \ -+./wxAuiManager/wxsAuiPaneInfoProperty.h \ -+./wxAuiManager/wxSmithAuiManager.h \ -+./wxAuiNotebook/wxsAuiNotebook.h \ -+./wxAuiNotebook/wxSmithAuiNotebook.h \ -+./wxAuiToolBar/wxsAuiToolBar.h \ -+./wxAuiToolBar/wxsAuiToolBarItem.h \ -+./wxAuiToolBar/wxsAuiToolBarItemBase.h \ -+./wxAuiToolBar/wxsAuiToolBarLabel.h \ -+./wxAuiToolBar/wxsAuiToolBarSeparator.h \ -+./wxAuiToolBar/wxsAuiToolBarSpacer.h \ -+./wxAuiToolBar/wxSmithAuiToolBar.h \ -+./wxSmithAui.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithAui/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithAui/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+wxsmithaui.pc: $(top_builddir)/config.status $(srcdir)/wxsmithaui.pc.in -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+wxAuiManager/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiManager -+ @: > wxAuiManager/$(am__dirstamp) -+wxAuiManager/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiManager/$(DEPDIR) -+ @: > wxAuiManager/$(DEPDIR)/$(am__dirstamp) -+./wxAuiManager/wxsAuiManager.lo: wxAuiManager/$(am__dirstamp) \ -+ wxAuiManager/$(DEPDIR)/$(am__dirstamp) -+./wxAuiManager/wxsAuiManagerParentQP.lo: wxAuiManager/$(am__dirstamp) \ -+ wxAuiManager/$(DEPDIR)/$(am__dirstamp) -+./wxAuiManager/wxsAuiPaneInfoProperty.lo: \ -+ wxAuiManager/$(am__dirstamp) \ -+ wxAuiManager/$(DEPDIR)/$(am__dirstamp) -+wxAuiNotebook/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiNotebook -+ @: > wxAuiNotebook/$(am__dirstamp) -+wxAuiNotebook/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiNotebook/$(DEPDIR) -+ @: > wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) -+./wxAuiNotebook/wxsAuiNotebook.lo: wxAuiNotebook/$(am__dirstamp) \ -+ wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) -+./wxAuiNotebook/wxSmithAuiNotebook.lo: wxAuiNotebook/$(am__dirstamp) \ -+ wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) -+wxAuiToolBar/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiToolBar -+ @: > wxAuiToolBar/$(am__dirstamp) -+wxAuiToolBar/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxAuiToolBar/$(DEPDIR) -+ @: > wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBar.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBarItem.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBarItemBase.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBarLabel.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBarSeparator.lo: \ -+ wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxsAuiToolBarSpacer.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./wxAuiToolBar/wxSmithAuiToolBar.lo: wxAuiToolBar/$(am__dirstamp) \ -+ wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxSmithAui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxSmithAui.la: $(libwxSmithAui_la_OBJECTS) $(libwxSmithAui_la_DEPENDENCIES) $(EXTRA_libwxSmithAui_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxSmithAui_la_LINK) -rpath $(pluginlibdir) $(libwxSmithAui_la_OBJECTS) $(libwxSmithAui_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -rm -f ./wxAuiManager/*.$(OBJEXT) -+ -rm -f ./wxAuiManager/*.lo -+ -rm -f ./wxAuiNotebook/*.$(OBJEXT) -+ -rm -f ./wxAuiNotebook/*.lo -+ -rm -f ./wxAuiToolBar/*.$(OBJEXT) -+ -rm -f ./wxAuiToolBar/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSmithAui.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiManager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiManagerParentQP.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiPaneInfoProperty.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiNotebook/$(DEPDIR)/wxSmithAuiNotebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiNotebook/$(DEPDIR)/wxsAuiNotebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxSmithAuiToolBar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarItem.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarItemBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarLabel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarSeparator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarSpacer.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./wxAuiManager/.libs ./wxAuiManager/_libs -+ -rm -rf ./wxAuiNotebook/.libs ./wxAuiNotebook/_libs -+ -rm -rf ./wxAuiToolBar/.libs ./wxAuiToolBar/_libs -+install-pkgconfigDATA: $(pkgconfig_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ -+ done -+ -+uninstall-pkgconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -rm -f wxAuiManager/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxAuiManager/$(am__dirstamp) -+ -rm -f wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxAuiNotebook/$(am__dirstamp) -+ -rm -f wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxAuiToolBar/$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) ./wxAuiManager/$(DEPDIR) ./wxAuiNotebook/$(DEPDIR) ./wxAuiToolBar/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgconfigDATA install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) ./wxAuiManager/$(DEPDIR) ./wxAuiNotebook/$(DEPDIR) ./wxAuiToolBar/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgconfigDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgconfigDATA install-pkgdataDATA \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-pkgconfigDATA uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+wxSmithAui.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxSmithAui.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/Makefile.in -@@ -0,0 +1,1214 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmithContribItems -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__noinst_HEADERS_DIST) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libwxsmithcontribitems_la_DEPENDENCIES = \ -+ ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la \ -+ ../wxContribItems/wxchart/libwxchartctrl.la \ -+ ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ -+ ../wxContribItems/wxImagePanel/libwximagepanel.la \ -+ ../wxContribItems/wxSpeedButton/libwxspeedbutton.la \ -+ ../wxContribItems/KWIC/libwxkwic.la $(TREELIST_LA) \ -+ ../wxContribItems/wxthings/libwxcustombutton.la \ -+ ../wxContribItems/wxled/libwxled.la \ -+ ../wxContribItems/wxmathplot/libwxmathplot.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am__libwxsmithcontribitems_la_SOURCES_DIST = \ -+ ./wxflatnotebook/wxsFlatNotebook.cpp ./wxchart/wxschart.cpp \ -+ ./wxthings/wxscustombutton.cpp \ -+ ./wximagebutton/wxsimagebutton.cpp \ -+ ./wximagepanel/wxsimagepanel.cpp \ -+ ./wxspeedbutton/wxsSpeedButton.cpp \ -+ ./wxSmithKWIC/wxsangularmeter.cpp \ -+ ./wxSmithKWIC/wxsangularregulator.cpp \ -+ ./wxSmithKWIC/wxsbmpcheckbox.cpp \ -+ ./wxSmithKWIC/wxsbmpswitcher.cpp ./wxSmithKWIC/wxslcdclock.cpp \ -+ ./wxSmithKWIC/wxslcddisplay.cpp \ -+ ./wxSmithKWIC/wxslinearmeter.cpp \ -+ ./wxSmithKWIC/wxslinearregulator.cpp \ -+ ./wxtreelist/wxsTreeListCtrl.cpp \ -+ ./wxgbsizer/wxsGridBagSizer.cpp ./wxled/wxsLcdWindow.cpp \ -+ ./wxled/wxsLed.cpp ./wxled/wxsLedNumber.cpp \ -+ ./wxled/wxsLedPanel.cpp ./wxled/wxsStateLed.cpp \ -+ ./wxSmithPlot/wxsAxis.cpp ./wxSmithPlot/wxsMarker.cpp \ -+ ./wxSmithPlot/wxsMathPlot.cpp ./wxSmithPlot/wxsText.cpp \ -+ ./wxSmithPlot/wxsVector.cpp ./wxSmithContribItems.cpp -+am__dirstamp = $(am__leading_dot)dirstamp -+@HAVE_WX29_FALSE@am__objects_1 = ./wxtreelist/wxsTreeListCtrl.lo -+am_libwxsmithcontribitems_la_OBJECTS = \ -+ ./wxflatnotebook/wxsFlatNotebook.lo ./wxchart/wxschart.lo \ -+ ./wxthings/wxscustombutton.lo \ -+ ./wximagebutton/wxsimagebutton.lo \ -+ ./wximagepanel/wxsimagepanel.lo \ -+ ./wxspeedbutton/wxsSpeedButton.lo \ -+ ./wxSmithKWIC/wxsangularmeter.lo \ -+ ./wxSmithKWIC/wxsangularregulator.lo \ -+ ./wxSmithKWIC/wxsbmpcheckbox.lo \ -+ ./wxSmithKWIC/wxsbmpswitcher.lo ./wxSmithKWIC/wxslcdclock.lo \ -+ ./wxSmithKWIC/wxslcddisplay.lo ./wxSmithKWIC/wxslinearmeter.lo \ -+ ./wxSmithKWIC/wxslinearregulator.lo $(am__objects_1) \ -+ ./wxgbsizer/wxsGridBagSizer.lo ./wxled/wxsLcdWindow.lo \ -+ ./wxled/wxsLed.lo ./wxled/wxsLedNumber.lo \ -+ ./wxled/wxsLedPanel.lo ./wxled/wxsStateLed.lo \ -+ ./wxSmithPlot/wxsAxis.lo ./wxSmithPlot/wxsMarker.lo \ -+ ./wxSmithPlot/wxsMathPlot.lo ./wxSmithPlot/wxsText.lo \ -+ ./wxSmithPlot/wxsVector.lo ./wxSmithContribItems.lo -+libwxsmithcontribitems_la_OBJECTS = \ -+ $(am_libwxsmithcontribitems_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libwxsmithcontribitems_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) \ -+ $(libwxsmithcontribitems_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxsmithcontribitems_la_SOURCES) -+DIST_SOURCES = $(am__libwxsmithcontribitems_la_SOURCES_DIST) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+am__noinst_HEADERS_DIST = ./wxflatnotebook/wxsFlatNotebook.h \ -+ ./wxchart/wxschart.h ./wxthings/wxscustombutton.h \ -+ ./wximagebutton/wxsimagebutton.h \ -+ ./wximagepanel/wxsimagepanel.h \ -+ ./wxspeedbutton/wxsSpeedButton.h \ -+ ./wxSmithKWIC/wxsangularmeter.h \ -+ ./wxSmithKWIC/wxsangularregulator.h \ -+ ./wxSmithKWIC/wxsbmpcheckbox.h ./wxSmithKWIC/wxsbmpswitcher.h \ -+ ./wxSmithKWIC/wxslcdclock.h ./wxSmithKWIC/wxslcddisplay.h \ -+ ./wxSmithKWIC/wxslinearmeter.h \ -+ ./wxSmithKWIC/wxslinearregulator.h \ -+ ./wxtreelist/wxsTreeListCtrl.h ./wxgbsizer/wxsGridBagSizer.h \ -+ ./wxled/wxsLcdWindow.h ./wxled/wxsLed.h ./wxled/wxsLedNumber.h \ -+ ./wxled/wxsLedPanel.h ./wxled/wxsStateLed.h \ -+ ./wxSmithPlot/wxsAxis.h ./wxSmithPlot/wxsMarker.h \ -+ ./wxSmithPlot/wxsMathPlot.h ./wxSmithPlot/wxsText.h \ -+ ./wxSmithPlot/wxsVector.h ./wxSmithContribItems.h -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@HAVE_WX29_FALSE@TREELIST_INCLUDE = -I$(srcdir)/../wxContribItems/wxTreeList/include -+@HAVE_WX29_FALSE@TREELIST_LA = ../wxContribItems/wxTreeList/libwxtreelist.la -+@HAVE_WX29_FALSE@TREELIST_SRC = ./wxtreelist/wxsTreeListCtrl.cpp -+@HAVE_WX29_FALSE@TREELIST_HDR = ./wxtreelist/wxsTreeListCtrl.h -+@HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxtreelist/wxsTreeListCtrl.cpp $(srcdir)/wxtreelist/wxsTreeListCtrl.h -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) \ -+ -I$(top_srcdir)/src/plugins/contrib/wxSmith \ -+ -I$(top_srcdir)/src/plugins/contrib/wxSmith/wxwidgets \ -+ -I$(top_srcdir)/src/plugins/contrib/wxSmith/wxwidgets/properties \ -+ -I$(top_srcdir)/src/plugins/contrib/wxSmith/properties \ -+ -I$(srcdir)/../wxContribItems/wxchart/include \ -+ -I$(srcdir)/../wxContribItems/wxFlatNotebook/include \ -+ -I$(srcdir)/../wxContribItems/wxImagePanel/include \ -+ -I$(srcdir)/../wxContribItems/wxthings/include \ -+ -I$(srcdir)/../wxContribItems/KWIC/include \ -+ $(TREELIST_INCLUDE) \ -+ -I$(srcdir)/../wxContribItems/wxSpeedButton \ -+ -I$(srcdir)/../wxContribItems/wxled/gizmosled/include \ -+ -I$(srcdir)/../wxContribItems/wxled/lcdWindow/include \ -+ -I$(srcdir)/../wxContribItems/wxled/led/include \ -+ -I$(srcdir)/../wxContribItems/wxled/ledpanel/include \ -+ -I$(srcdir)/../wxContribItems/wxmathplot -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libwxsmithcontribitems.la -+libwxsmithcontribitems_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libwxsmithcontribitems_la_LIBADD = ../../../sdk/libcodeblocks.la \ -+ ../wxSmith/libwxsmithlib.la \ -+ ../wxContribItems/wxchart/libwxchartctrl.la \ -+ ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ -+ ../wxContribItems/wxImagePanel/libwximagepanel.la \ -+ ../wxContribItems/wxSpeedButton/libwxspeedbutton.la \ -+ ../wxContribItems/KWIC/libwxkwic.la \ -+ $(TREELIST_LA) \ -+ ../wxContribItems/wxthings/libwxcustombutton.la \ -+ ../wxContribItems/wxled/libwxled.la \ -+ ../wxContribItems/wxmathplot/libwxmathplot.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+EXTRA_DIST = $(srcdir)/wxchart/*.xpm \ -+ $(srcdir)/wxchart/*.png \ -+ $(srcdir)/wximagebutton/*.xpm \ -+ $(srcdir)/wximagepanel/*.xpm \ -+ $(srcdir)/wxspeedbutton/*.xpm \ -+ $(srcdir)/wxthings/*.xpm \ -+ $(srcdir)/wxthings/*.png \ -+ $(srcdir)/wxflatnotebook/images/*.xpm \ -+ $(srcdir)/wxflatnotebook/images/*.png \ -+ $(srcdir)/wxSmithKWIC/images/*.xpm \ -+ $(srcdir)/wxtreelist/images/*.xpm \ -+ $(TREELIST_DIST) \ -+ $(srcdir)/wxgbsizer/images/*.xpm \ -+ $(srcdir)/wxled/images/*.xpm \ -+ $(srcdir)/wxSmithPlot/images/*.xpm \ -+ $(srcdir)/wxSmithPlot/test/*.h \ -+ $(srcdir)/wxSmithPlot/test/*.cpp \ -+ $(srcdir)/wxSmithPlot/test/resource.rc \ -+ $(srcdir)/wxSmithPlot/test/*.cbp \ -+ $(srcdir)/wxSmithPlot/test/wxsmith/*.wxs \ -+ $(srcdir)/*.cbp \ -+ manifest.xml -+ -+pkgdata_DATA = wxsmithcontribitems.zip -+CLEANFILES = $(pkgdata_DATA) -+libwxsmithcontribitems_la_SOURCES = \ -+./wxflatnotebook/wxsFlatNotebook.cpp \ -+./wxchart/wxschart.cpp \ -+./wxthings/wxscustombutton.cpp \ -+./wximagebutton/wxsimagebutton.cpp \ -+./wximagepanel/wxsimagepanel.cpp \ -+./wxspeedbutton/wxsSpeedButton.cpp \ -+./wxSmithKWIC/wxsangularmeter.cpp \ -+./wxSmithKWIC/wxsangularregulator.cpp \ -+./wxSmithKWIC/wxsbmpcheckbox.cpp \ -+./wxSmithKWIC/wxsbmpswitcher.cpp \ -+./wxSmithKWIC/wxslcdclock.cpp \ -+./wxSmithKWIC/wxslcddisplay.cpp \ -+./wxSmithKWIC/wxslinearmeter.cpp \ -+./wxSmithKWIC/wxslinearregulator.cpp \ -+$(TREELIST_SRC) \ -+./wxgbsizer/wxsGridBagSizer.cpp \ -+./wxled/wxsLcdWindow.cpp \ -+./wxled/wxsLed.cpp \ -+./wxled/wxsLedNumber.cpp \ -+./wxled/wxsLedPanel.cpp \ -+./wxled/wxsStateLed.cpp \ -+./wxSmithPlot/wxsAxis.cpp \ -+./wxSmithPlot/wxsMarker.cpp \ -+./wxSmithPlot/wxsMathPlot.cpp \ -+./wxSmithPlot/wxsText.cpp \ -+./wxSmithPlot/wxsVector.cpp \ -+./wxSmithContribItems.cpp -+ -+noinst_HEADERS = \ -+./wxflatnotebook/wxsFlatNotebook.h \ -+./wxchart/wxschart.h \ -+./wxthings/wxscustombutton.h \ -+./wximagebutton/wxsimagebutton.h \ -+./wximagepanel/wxsimagepanel.h \ -+./wxspeedbutton/wxsSpeedButton.h \ -+./wxSmithKWIC/wxsangularmeter.h \ -+./wxSmithKWIC/wxsangularregulator.h \ -+./wxSmithKWIC/wxsbmpcheckbox.h \ -+./wxSmithKWIC/wxsbmpswitcher.h \ -+./wxSmithKWIC/wxslcdclock.h \ -+./wxSmithKWIC/wxslcddisplay.h \ -+./wxSmithKWIC/wxslinearmeter.h \ -+./wxSmithKWIC/wxslinearregulator.h \ -+$(TREELIST_HDR) \ -+./wxgbsizer/wxsGridBagSizer.h \ -+./wxled/wxsLcdWindow.h \ -+./wxled/wxsLed.h \ -+./wxled/wxsLedNumber.h \ -+./wxled/wxsLedPanel.h \ -+./wxled/wxsStateLed.h \ -+./wxSmithPlot/wxsAxis.h \ -+./wxSmithPlot/wxsMarker.h \ -+./wxSmithPlot/wxsMathPlot.h \ -+./wxSmithPlot/wxsText.h \ -+./wxSmithPlot/wxsVector.h \ -+./wxSmithContribItems.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+wxflatnotebook/$(am__dirstamp): -+ @$(MKDIR_P) ./wxflatnotebook -+ @: > wxflatnotebook/$(am__dirstamp) -+wxflatnotebook/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxflatnotebook/$(DEPDIR) -+ @: > wxflatnotebook/$(DEPDIR)/$(am__dirstamp) -+./wxflatnotebook/wxsFlatNotebook.lo: wxflatnotebook/$(am__dirstamp) \ -+ wxflatnotebook/$(DEPDIR)/$(am__dirstamp) -+wxchart/$(am__dirstamp): -+ @$(MKDIR_P) ./wxchart -+ @: > wxchart/$(am__dirstamp) -+wxchart/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxchart/$(DEPDIR) -+ @: > wxchart/$(DEPDIR)/$(am__dirstamp) -+./wxchart/wxschart.lo: wxchart/$(am__dirstamp) \ -+ wxchart/$(DEPDIR)/$(am__dirstamp) -+wxthings/$(am__dirstamp): -+ @$(MKDIR_P) ./wxthings -+ @: > wxthings/$(am__dirstamp) -+wxthings/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxthings/$(DEPDIR) -+ @: > wxthings/$(DEPDIR)/$(am__dirstamp) -+./wxthings/wxscustombutton.lo: wxthings/$(am__dirstamp) \ -+ wxthings/$(DEPDIR)/$(am__dirstamp) -+wximagebutton/$(am__dirstamp): -+ @$(MKDIR_P) ./wximagebutton -+ @: > wximagebutton/$(am__dirstamp) -+wximagebutton/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wximagebutton/$(DEPDIR) -+ @: > wximagebutton/$(DEPDIR)/$(am__dirstamp) -+./wximagebutton/wxsimagebutton.lo: wximagebutton/$(am__dirstamp) \ -+ wximagebutton/$(DEPDIR)/$(am__dirstamp) -+wximagepanel/$(am__dirstamp): -+ @$(MKDIR_P) ./wximagepanel -+ @: > wximagepanel/$(am__dirstamp) -+wximagepanel/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wximagepanel/$(DEPDIR) -+ @: > wximagepanel/$(DEPDIR)/$(am__dirstamp) -+./wximagepanel/wxsimagepanel.lo: wximagepanel/$(am__dirstamp) \ -+ wximagepanel/$(DEPDIR)/$(am__dirstamp) -+wxspeedbutton/$(am__dirstamp): -+ @$(MKDIR_P) ./wxspeedbutton -+ @: > wxspeedbutton/$(am__dirstamp) -+wxspeedbutton/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxspeedbutton/$(DEPDIR) -+ @: > wxspeedbutton/$(DEPDIR)/$(am__dirstamp) -+./wxspeedbutton/wxsSpeedButton.lo: wxspeedbutton/$(am__dirstamp) \ -+ wxspeedbutton/$(DEPDIR)/$(am__dirstamp) -+wxSmithKWIC/$(am__dirstamp): -+ @$(MKDIR_P) ./wxSmithKWIC -+ @: > wxSmithKWIC/$(am__dirstamp) -+wxSmithKWIC/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxSmithKWIC/$(DEPDIR) -+ @: > wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxsangularmeter.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxsangularregulator.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxsbmpcheckbox.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxsbmpswitcher.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxslcdclock.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxslcddisplay.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxslinearmeter.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+./wxSmithKWIC/wxslinearregulator.lo: wxSmithKWIC/$(am__dirstamp) \ -+ wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+wxtreelist/$(am__dirstamp): -+ @$(MKDIR_P) ./wxtreelist -+ @: > wxtreelist/$(am__dirstamp) -+wxtreelist/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxtreelist/$(DEPDIR) -+ @: > wxtreelist/$(DEPDIR)/$(am__dirstamp) -+./wxtreelist/wxsTreeListCtrl.lo: wxtreelist/$(am__dirstamp) \ -+ wxtreelist/$(DEPDIR)/$(am__dirstamp) -+wxgbsizer/$(am__dirstamp): -+ @$(MKDIR_P) ./wxgbsizer -+ @: > wxgbsizer/$(am__dirstamp) -+wxgbsizer/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxgbsizer/$(DEPDIR) -+ @: > wxgbsizer/$(DEPDIR)/$(am__dirstamp) -+./wxgbsizer/wxsGridBagSizer.lo: wxgbsizer/$(am__dirstamp) \ -+ wxgbsizer/$(DEPDIR)/$(am__dirstamp) -+wxled/$(am__dirstamp): -+ @$(MKDIR_P) ./wxled -+ @: > wxled/$(am__dirstamp) -+wxled/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxled/$(DEPDIR) -+ @: > wxled/$(DEPDIR)/$(am__dirstamp) -+./wxled/wxsLcdWindow.lo: wxled/$(am__dirstamp) \ -+ wxled/$(DEPDIR)/$(am__dirstamp) -+./wxled/wxsLed.lo: wxled/$(am__dirstamp) \ -+ wxled/$(DEPDIR)/$(am__dirstamp) -+./wxled/wxsLedNumber.lo: wxled/$(am__dirstamp) \ -+ wxled/$(DEPDIR)/$(am__dirstamp) -+./wxled/wxsLedPanel.lo: wxled/$(am__dirstamp) \ -+ wxled/$(DEPDIR)/$(am__dirstamp) -+./wxled/wxsStateLed.lo: wxled/$(am__dirstamp) \ -+ wxled/$(DEPDIR)/$(am__dirstamp) -+wxSmithPlot/$(am__dirstamp): -+ @$(MKDIR_P) ./wxSmithPlot -+ @: > wxSmithPlot/$(am__dirstamp) -+wxSmithPlot/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./wxSmithPlot/$(DEPDIR) -+ @: > wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./wxSmithPlot/wxsAxis.lo: wxSmithPlot/$(am__dirstamp) \ -+ wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./wxSmithPlot/wxsMarker.lo: wxSmithPlot/$(am__dirstamp) \ -+ wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./wxSmithPlot/wxsMathPlot.lo: wxSmithPlot/$(am__dirstamp) \ -+ wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./wxSmithPlot/wxsText.lo: wxSmithPlot/$(am__dirstamp) \ -+ wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./wxSmithPlot/wxsVector.lo: wxSmithPlot/$(am__dirstamp) \ -+ wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+./$(am__dirstamp): -+ @$(MKDIR_P) . -+ @: > ./$(am__dirstamp) -+$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./$(DEPDIR) -+ @: > $(DEPDIR)/$(am__dirstamp) -+./wxSmithContribItems.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) -+ -+libwxsmithcontribitems.la: $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_DEPENDENCIES) $(EXTRA_libwxsmithcontribitems_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libwxsmithcontribitems_la_LINK) -rpath $(pluginlibdir) $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./*.$(OBJEXT) -+ -rm -f ./*.lo -+ -rm -f ./wxSmithKWIC/*.$(OBJEXT) -+ -rm -f ./wxSmithKWIC/*.lo -+ -rm -f ./wxSmithPlot/*.$(OBJEXT) -+ -rm -f ./wxSmithPlot/*.lo -+ -rm -f ./wxchart/*.$(OBJEXT) -+ -rm -f ./wxchart/*.lo -+ -rm -f ./wxflatnotebook/*.$(OBJEXT) -+ -rm -f ./wxflatnotebook/*.lo -+ -rm -f ./wxgbsizer/*.$(OBJEXT) -+ -rm -f ./wxgbsizer/*.lo -+ -rm -f ./wximagebutton/*.$(OBJEXT) -+ -rm -f ./wximagebutton/*.lo -+ -rm -f ./wximagepanel/*.$(OBJEXT) -+ -rm -f ./wximagepanel/*.lo -+ -rm -f ./wxled/*.$(OBJEXT) -+ -rm -f ./wxled/*.lo -+ -rm -f ./wxspeedbutton/*.$(OBJEXT) -+ -rm -f ./wxspeedbutton/*.lo -+ -rm -f ./wxthings/*.$(OBJEXT) -+ -rm -f ./wxthings/*.lo -+ -rm -f ./wxtreelist/*.$(OBJEXT) -+ -rm -f ./wxtreelist/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSmithContribItems.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsangularmeter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsangularregulator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsbmpcheckbox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsbmpswitcher.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslcdclock.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslcddisplay.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslinearmeter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslinearregulator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsAxis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsMarker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsMathPlot.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsText.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsVector.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxchart/$(DEPDIR)/wxschart.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxflatnotebook/$(DEPDIR)/wxsFlatNotebook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxgbsizer/$(DEPDIR)/wxsGridBagSizer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wximagebutton/$(DEPDIR)/wxsimagebutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wximagepanel/$(DEPDIR)/wxsimagepanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLcdWindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLed.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLedNumber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLedPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsStateLed.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxspeedbutton/$(DEPDIR)/wxsSpeedButton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxthings/$(DEPDIR)/wxscustombutton.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./wxtreelist/$(DEPDIR)/wxsTreeListCtrl.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./wxSmithKWIC/.libs ./wxSmithKWIC/_libs -+ -rm -rf ./wxSmithPlot/.libs ./wxSmithPlot/_libs -+ -rm -rf ./wxchart/.libs ./wxchart/_libs -+ -rm -rf ./wxflatnotebook/.libs ./wxflatnotebook/_libs -+ -rm -rf ./wxgbsizer/.libs ./wxgbsizer/_libs -+ -rm -rf ./wximagebutton/.libs ./wximagebutton/_libs -+ -rm -rf ./wximagepanel/.libs ./wximagepanel/_libs -+ -rm -rf ./wxled/.libs ./wxled/_libs -+ -rm -rf ./wxspeedbutton/.libs ./wxspeedbutton/_libs -+ -rm -rf ./wxthings/.libs ./wxthings/_libs -+ -rm -rf ./wxtreelist/.libs ./wxtreelist/_libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f ./$(am__dirstamp) -+ -rm -f wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxSmithKWIC/$(am__dirstamp) -+ -rm -f wxSmithPlot/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxSmithPlot/$(am__dirstamp) -+ -rm -f wxchart/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxchart/$(am__dirstamp) -+ -rm -f wxflatnotebook/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxflatnotebook/$(am__dirstamp) -+ -rm -f wxgbsizer/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxgbsizer/$(am__dirstamp) -+ -rm -f wximagebutton/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wximagebutton/$(am__dirstamp) -+ -rm -f wximagepanel/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wximagepanel/$(am__dirstamp) -+ -rm -f wxled/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxled/$(am__dirstamp) -+ -rm -f wxspeedbutton/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxspeedbutton/$(am__dirstamp) -+ -rm -f wxthings/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxthings/$(am__dirstamp) -+ -rm -f wxtreelist/$(DEPDIR)/$(am__dirstamp) -+ -rm -f wxtreelist/$(am__dirstamp) -+ -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) ./wxSmithKWIC/$(DEPDIR) ./wxSmithPlot/$(DEPDIR) ./wxchart/$(DEPDIR) ./wxflatnotebook/$(DEPDIR) ./wxgbsizer/$(DEPDIR) ./wximagebutton/$(DEPDIR) ./wximagepanel/$(DEPDIR) ./wxled/$(DEPDIR) ./wxspeedbutton/$(DEPDIR) ./wxthings/$(DEPDIR) ./wxtreelist/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) ./wxSmithKWIC/$(DEPDIR) ./wxSmithPlot/$(DEPDIR) ./wxchart/$(DEPDIR) ./wxflatnotebook/$(DEPDIR) ./wxgbsizer/$(DEPDIR) ./wximagebutton/$(DEPDIR) ./wximagepanel/$(DEPDIR) ./wxled/$(DEPDIR) ./wxspeedbutton/$(DEPDIR) ./wxthings/$(DEPDIR) ./wxtreelist/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+wxsmithcontribitems.zip: manifest.xml -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxsmithcontribitems.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmithDemo/Makefile.in -@@ -0,0 +1,577 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmithDemo -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = $(srcdir)/*.cpp \ -+ $(srcdir)/*.h \ -+ $(srcdir)/resource.rc \ -+ $(srcdir)/wxSmithDemo.cbp \ -+ $(srcdir)/media/*.* \ -+ $(srcdir)/wximages/*.xpm \ -+ $(srcdir)/wxsmith/*.wxs -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithDemo/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithDemo/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmithIExplore/Makefile.in -@@ -0,0 +1,576 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmithIExplore -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = $(srcdir)/*.cpp \ -+ $(srcdir)/*.h \ -+ $(srcdir)/wxsSmithIExplore.cbp \ -+ $(srcdir)/manifest.xml \ -+ $(srcdir)/images \ -+ $(srcdir)/test -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithIExplore/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithIExplore/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/contrib/wxSmithSTC/Makefile.in -@@ -0,0 +1,577 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/contrib/wxSmithSTC -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = $(srcdir)/*.cpp \ -+ $(srcdir)/*.h \ -+ $(srcdir)/*.cbp \ -+ $(srcdir)/manifest.xml \ -+ $(srcdir)/images \ -+ $(srcdir)/stc \ -+ $(srcdir)/stedit -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithSTC/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithSTC/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/debuggergdb/Makefile.in -@@ -0,0 +1,966 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/debuggergdb -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libdebugger_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) -+am_libdebugger_la_OBJECTS = cdb_driver.lo databreakpointdlg.lo \ -+ debugger_defs.lo debuggerdriver.lo debuggergdb.lo \ -+ debuggeroptionsdlg.lo debuggeroptionsprjdlg.lo \ -+ debuggerstate.lo editbreakpointdlg.lo editwatchdlg.lo \ -+ gdb_driver.lo parsewatchvalue.lo -+libdebugger_la_OBJECTS = $(am_libdebugger_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libdebugger_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libdebugger_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libdebugger_la_SOURCES) -+DIST_SOURCES = $(libdebugger_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libdebugger.la -+libdebugger_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libdebugger_la_LIBADD = ../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(WX_GTK_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libdebugger_la_SOURCES = cdb_driver.cpp \ -+ databreakpointdlg.cpp \ -+ debugger_defs.cpp \ -+ debuggerdriver.cpp \ -+ debuggergdb.cpp \ -+ debuggeroptionsdlg.cpp \ -+ debuggeroptionsprjdlg.cpp \ -+ debuggerstate.cpp \ -+ editbreakpointdlg.cpp \ -+ editwatchdlg.cpp \ -+ gdb_driver.cpp \ -+ parsewatchvalue.cpp -+ -+noinst_HEADERS = cdb_commands.h \ -+ cdb_driver.h \ -+ databreakpointdlg.h \ -+ debugger_defs.h \ -+ debuggerdriver.h \ -+ debuggergdb.h \ -+ debuggeroptionsdlg.h \ -+ debuggeroptionsprjdlg.h \ -+ debuggerstate.h \ -+ editbreakpointdlg.h \ -+ editwatchdlg.h \ -+ gdb_commands.h \ -+ gdb_driver.h \ -+ parsewatchvalue.h \ -+ remotedebugging.h -+ -+EXTRA_DIST = debuggergdb_test_defs.cpp \ -+ debuggergdb_test_backtrace.cpp \ -+ debuggergdb_test_common.h \ -+ debuggergdb_test_main.cpp \ -+ debuggergdb_test_parser.cpp \ -+ debuggergdb_test_parser_cdb.cpp \ -+ $(srcdir)/*.cbp -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/debuggergdb/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/debuggergdb/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libdebugger.la: $(libdebugger_la_OBJECTS) $(libdebugger_la_DEPENDENCIES) $(EXTRA_libdebugger_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libdebugger_la_LINK) -rpath $(pluginlibdir) $(libdebugger_la_OBJECTS) $(libdebugger_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_driver.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/databreakpointdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger_defs.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggerdriver.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggergdb.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggeroptionsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggeroptionsprjdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggerstate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editbreakpointdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editwatchdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_driver.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsewatchvalue.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/debuggergdb/resources/Makefile.in -@@ -0,0 +1,636 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/debuggergdb/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = debugger.zip -+CLEANFILES = $(pkgdata_DATA) -+DEBUG_RESOURCES = breakpoints.xrc \ -+ debugger_options_dlg.xrc \ -+ debugger_project_options_dlg.xrc \ -+ edit_watches_dlg.xrc \ -+ manifest.xml -+ -+EXTRA_DIST = $(DEBUG_RESOURCES) -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/debuggergdb/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/debuggergdb/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+debugger.zip: $(DEBUG_RESOURCES) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/debugger.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/defaultmimehandler/Makefile.in -@@ -0,0 +1,921 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/defaultmimehandler -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libdefaultmimehandler_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libdefaultmimehandler_la_OBJECTS = defaultmimehandler.lo \ -+ editmimetypesdlg.lo EmbeddedHtmlPanel.lo -+libdefaultmimehandler_la_OBJECTS = \ -+ $(am_libdefaultmimehandler_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libdefaultmimehandler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libdefaultmimehandler_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libdefaultmimehandler_la_SOURCES) -+DIST_SOURCES = $(libdefaultmimehandler_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libdefaultmimehandler.la -+libdefaultmimehandler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libdefaultmimehandler_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libdefaultmimehandler_la_SOURCES = defaultmimehandler.cpp \ -+ editmimetypesdlg.cpp \ -+ EmbeddedHtmlPanel.cpp -+ -+noinst_HEADERS = defaultmimehandler.h \ -+ editmimetypesdlg.h \ -+ mimetypesarray.h \ -+ EmbeddedHtmlPanel.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libdefaultmimehandler.la: $(libdefaultmimehandler_la_OBJECTS) $(libdefaultmimehandler_la_DEPENDENCIES) $(EXTRA_libdefaultmimehandler_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libdefaultmimehandler_la_LINK) -rpath $(pluginlibdir) $(libdefaultmimehandler_la_OBJECTS) $(libdefaultmimehandler_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EmbeddedHtmlPanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultmimehandler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editmimetypesdlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/defaultmimehandler/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/defaultmimehandler/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = defaultmimehandler.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = edit_files_handling.xrc manifest.xml -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+defaultmimehandler.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/defaultmimehandler.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/Makefile.in -@@ -0,0 +1,927 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/occurrenceshighlighting -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+liboccurrenceshighlighting_la_DEPENDENCIES = \ -+ ../../sdk/libcodeblocks.la $(am__DEPENDENCIES_1) -+am_liboccurrenceshighlighting_la_OBJECTS = occurrenceshighlighting.lo \ -+ occurrencespanel.lo \ -+ occurrenceshighlightingconfigurationpanel.lo highlighter.lo -+liboccurrenceshighlighting_la_OBJECTS = \ -+ $(am_liboccurrenceshighlighting_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+liboccurrenceshighlighting_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) \ -+ $(liboccurrenceshighlighting_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(liboccurrenceshighlighting_la_SOURCES) -+DIST_SOURCES = $(liboccurrenceshighlighting_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/scripting/bindings -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = liboccurrenceshighlighting.la -+liboccurrenceshighlighting_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+liboccurrenceshighlighting_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+liboccurrenceshighlighting_la_SOURCES = occurrenceshighlighting.cpp \ -+ occurrencespanel.cpp \ -+ occurrenceshighlightingconfigurationpanel.cpp \ -+ highlighter.cpp -+ -+noinst_HEADERS = occurrenceshighlighting.h \ -+ occurrencespanel.h \ -+ occurrenceshighlightingconfigurationpanel.h \ -+ highlighter.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+liboccurrenceshighlighting.la: $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_DEPENDENCIES) $(EXTRA_liboccurrenceshighlighting_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(liboccurrenceshighlighting_la_LINK) -rpath $(pluginlibdir) $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/highlighter.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlighting.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrencespanel.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/occurrenceshighlighting/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = occurrenceshighlighting.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = manifest.xml $(srcdir)/*.xrc -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+occurrenceshighlighting.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/occurrenceshighlighting.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/openfileslist/Makefile.in -@@ -0,0 +1,828 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/openfileslist -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libopenfileslist_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libopenfileslist_la_OBJECTS = openfileslistplugin.lo -+libopenfileslist_la_OBJECTS = $(am_libopenfileslist_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libopenfileslist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libopenfileslist_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libopenfileslist_la_SOURCES) -+DIST_SOURCES = $(libopenfileslist_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libopenfileslist.la -+libopenfileslist_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libopenfileslist_la_LIBADD = ../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libopenfileslist_la_SOURCES = openfileslistplugin.cpp -+noinst_HEADERS = openfileslistplugin.h -+pkgdata_DATA = openfileslist.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = manifest.xml -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/openfileslist/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/openfileslist/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libopenfileslist.la: $(libopenfileslist_la_OBJECTS) $(libopenfileslist_la_DEPENDENCIES) $(EXTRA_libopenfileslist_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libopenfileslist_la_LINK) -rpath $(pluginlibdir) $(libopenfileslist_la_OBJECTS) $(libopenfileslist_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openfileslistplugin.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+openfileslist.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/openfileslist.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/projectsimporter/Makefile.in -@@ -0,0 +1,945 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/projectsimporter -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libprojectsimporter_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am_libprojectsimporter_la_OBJECTS = projectsimporter.lo \ -+ devcpploader.lo msvc10loader.lo msvc7loader.lo \ -+ msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo \ -+ msvcworkspaceloader.lo -+libprojectsimporter_la_OBJECTS = $(am_libprojectsimporter_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libprojectsimporter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libprojectsimporter_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libprojectsimporter_la_SOURCES) -+DIST_SOURCES = $(libprojectsimporter_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libprojectsimporter.la -+libprojectsimporter_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libprojectsimporter_la_LIBADD = ../../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+libprojectsimporter_la_SOURCES = projectsimporter.cpp \ -+ devcpploader.cpp \ -+ msvc10loader.cpp \ -+ msvc7loader.cpp \ -+ msvc7workspaceloader.cpp \ -+ msvcloader.cpp \ -+ msvcworkspacebase.cpp \ -+ msvcworkspaceloader.cpp -+ -+noinst_HEADERS = projectsimporter.h \ -+ devcpploader.h \ -+ msvc10loader.h \ -+ msvc7loader.h \ -+ msvc7workspaceloader.h \ -+ msvcloader.h \ -+ msvcworkspacebase.h \ -+ msvcworkspaceloader.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/projectsimporter/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/projectsimporter/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libprojectsimporter.la: $(libprojectsimporter_la_OBJECTS) $(libprojectsimporter_la_DEPENDENCIES) $(EXTRA_libprojectsimporter_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libprojectsimporter_la_LINK) -rpath $(pluginlibdir) $(libprojectsimporter_la_OBJECTS) $(libprojectsimporter_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devcpploader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc10loader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc7loader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc7workspaceloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcworkspacebase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcworkspaceloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectsimporter.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/projectsimporter/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/projectsimporter/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = projectsimporter.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = project_import_menu.xrc manifest.xml -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/projectsimporter/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/projectsimporter/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+projectsimporter.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/projectsimporter.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/Makefile.in -@@ -0,0 +1,941 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libscriptedwizard_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libscriptedwizard_la_OBJECTS = buildtargetpanel.lo compilerpanel.lo \ -+ filepathpanel.lo genericselectpath.lo infopanel.lo \ -+ genericsinglechoicelist.lo projectpathpanel.lo wiz.lo \ -+ wizpage.lo -+libscriptedwizard_la_OBJECTS = $(am_libscriptedwizard_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libscriptedwizard_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libscriptedwizard_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libscriptedwizard_la_SOURCES) -+DIST_SOURCES = $(libscriptedwizard_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libscriptedwizard.la -+libscriptedwizard_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libscriptedwizard_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libscriptedwizard_la_SOURCES = buildtargetpanel.cpp \ -+ compilerpanel.cpp \ -+ filepathpanel.cpp \ -+ genericselectpath.cpp \ -+ infopanel.cpp \ -+ genericsinglechoicelist.cpp \ -+ projectpathpanel.cpp \ -+ wiz.cpp \ -+ wizpage.cpp -+ -+noinst_HEADERS = buildtargetpanel.h \ -+ compilerpanel.h \ -+ filepathpanel.h \ -+ genericselectpath.h \ -+ infopanel.h \ -+ genericsinglechoicelist.h \ -+ projectpathpanel.h \ -+ wiz.h \ -+ wizpage.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libscriptedwizard.la: $(libscriptedwizard_la_OBJECTS) $(libscriptedwizard_la_DEPENDENCIES) $(EXTRA_libscriptedwizard_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libscriptedwizard_la_LINK) -rpath $(pluginlibdir) $(libscriptedwizard_la_OBJECTS) $(libscriptedwizard_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buildtargetpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filepathpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericselectpath.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericsinglechoicelist.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infopanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectpathpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wiz.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wizpage.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/Makefile.in -@@ -0,0 +1,881 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_script_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_script_DATA) $(pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = arduino \ -+ arm \ -+ avr \ -+ c_file \ -+ console \ -+ d \ -+ directx \ -+ dll \ -+ d_source \ -+ empty \ -+ empty_file \ -+ fltk \ -+ fortran \ -+ glfw \ -+ glut \ -+ gtk \ -+ h_file \ -+ irrlicht \ -+ java \ -+ lf \ -+ matlab_csf \ -+ mcs51 \ -+ msp430 \ -+ ogre \ -+ opencv \ -+ opengl \ -+ plugins \ -+ ppc \ -+ qt4 \ -+ qt4dll \ -+ qt5 \ -+ sdl \ -+ sdl2 \ -+ sfml \ -+ smartwin \ -+ staticlib \ -+ stlport \ -+ sharedlib \ -+ sys \ -+ tricore \ -+ win32gui \ -+ wxwidgets -+ -+pkgdata_DATA = scriptedwizard.zip -+CLEANFILES = $(pkgdata_DATA) -+scriptdir = $(pkgdatadir)/templates/wizard -+dist_script_DATA = common_functions.script \ -+ config.script -+ -+EXTRA_DIST = manifest.xml -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_scriptDATA: $(dist_script_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(scriptdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(scriptdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_scriptDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(scriptdir)'; $(am__uninstall_files_from_dir) -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_scriptDATA install-pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_scriptDATA uninstall-pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_scriptDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-pkgdataDATA install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-dist_scriptDATA uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+scriptedwizard.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/scriptedwizard.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arduino/Makefile.in -@@ -0,0 +1,724 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/arduino -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_cores_DATA) \ -+ $(dist_files_DATA) $(dist_libraries_DATA) $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(coresdir)" "$(DESTDIR)$(filesdir)" \ -+ "$(DESTDIR)$(librariesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_cores_DATA) $(dist_files_DATA) $(dist_libraries_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arduino -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/sketch.cpp -+coresdir = $(filesdir)/cores -+dist_cores_DATA = files/cores/CDC.cpp \ -+ files/cores/HardwareSerial.cpp \ -+ files/cores/HID.cpp \ -+ files/cores/IPAddress.cpp \ -+ files/cores/main.cpp \ -+ files/cores/new.cpp \ -+ files/cores/Print.cpp \ -+ files/cores/Stream.cpp \ -+ files/cores/Tone.cpp \ -+ files/cores/USBCore.cpp \ -+ files/cores/WInterrupts.c \ -+ files/cores/wiring_analog.c \ -+ files/cores/wiring.c \ -+ files/cores/wiring_digital.c \ -+ files/cores/wiring_pulse.c \ -+ files/cores/wiring_shift.c \ -+ files/cores/WMath.cpp \ -+ files/cores/WString.cpp -+ -+librariesdir = $(filesdir)/cores -+dist_libraries_DATA = files/libraries/libraries.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arduino/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arduino/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_coresDATA: $(dist_cores_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_cores_DATA)'; test -n "$(coresdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(coresdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(coresdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(coresdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(coresdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_coresDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_cores_DATA)'; test -n "$(coresdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(coresdir)'; $(am__uninstall_files_from_dir) -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_librariesDATA: $(dist_libraries_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_libraries_DATA)'; test -n "$(librariesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(librariesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(librariesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(librariesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(librariesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_librariesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_libraries_DATA)'; test -n "$(librariesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(librariesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(coresdir)" "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(librariesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_coresDATA install-dist_filesDATA \ -+ install-dist_librariesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_coresDATA uninstall-dist_filesDATA \ -+ uninstall-dist_librariesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_coresDATA install-dist_filesDATA \ -+ install-dist_librariesDATA install-dist_pkgdataDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am \ -+ uninstall-dist_coresDATA uninstall-dist_filesDATA \ -+ uninstall-dist_librariesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arm/Makefile.in -@@ -0,0 +1,1323 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/arm -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_arm1h_DATA) \ -+ $(dist_arm1ld_DATA) $(dist_arm1src_DATA) $(dist_arm2h_DATA) \ -+ $(dist_arm2ld_DATA) $(dist_arm2src_DATA) $(dist_arm3h_DATA) \ -+ $(dist_arm3ld_DATA) $(dist_arm3src_DATA) $(dist_arm4h_DATA) \ -+ $(dist_arm4ld_DATA) $(dist_arm4src_DATA) $(dist_arm5h_DATA) \ -+ $(dist_arm5ld_DATA) $(dist_arm5src_DATA) $(dist_arm6h_DATA) \ -+ $(dist_arm6ld_DATA) $(dist_arm6src_DATA) $(dist_arm7h_DATA) \ -+ $(dist_arm7ld_DATA) $(dist_arm7src_DATA) $(dist_arm8h_DATA) \ -+ $(dist_arm8ld_DATA) $(dist_arm8src_DATA) $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(arm1hdir)" "$(DESTDIR)$(arm1lddir)" \ -+ "$(DESTDIR)$(arm1srcdir)" "$(DESTDIR)$(arm2hdir)" \ -+ "$(DESTDIR)$(arm2lddir)" "$(DESTDIR)$(arm2srcdir)" \ -+ "$(DESTDIR)$(arm3hdir)" "$(DESTDIR)$(arm3lddir)" \ -+ "$(DESTDIR)$(arm3srcdir)" "$(DESTDIR)$(arm4hdir)" \ -+ "$(DESTDIR)$(arm4lddir)" "$(DESTDIR)$(arm4srcdir)" \ -+ "$(DESTDIR)$(arm5hdir)" "$(DESTDIR)$(arm5lddir)" \ -+ "$(DESTDIR)$(arm5srcdir)" "$(DESTDIR)$(arm6hdir)" \ -+ "$(DESTDIR)$(arm6lddir)" "$(DESTDIR)$(arm6srcdir)" \ -+ "$(DESTDIR)$(arm7hdir)" "$(DESTDIR)$(arm7lddir)" \ -+ "$(DESTDIR)$(arm7srcdir)" "$(DESTDIR)$(arm8hdir)" \ -+ "$(DESTDIR)$(arm8lddir)" "$(DESTDIR)$(arm8srcdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_arm1h_DATA) $(dist_arm1ld_DATA) $(dist_arm1src_DATA) \ -+ $(dist_arm2h_DATA) $(dist_arm2ld_DATA) $(dist_arm2src_DATA) \ -+ $(dist_arm3h_DATA) $(dist_arm3ld_DATA) $(dist_arm3src_DATA) \ -+ $(dist_arm4h_DATA) $(dist_arm4ld_DATA) $(dist_arm4src_DATA) \ -+ $(dist_arm5h_DATA) $(dist_arm5ld_DATA) $(dist_arm5src_DATA) \ -+ $(dist_arm6h_DATA) $(dist_arm6ld_DATA) $(dist_arm6src_DATA) \ -+ $(dist_arm7h_DATA) $(dist_arm7ld_DATA) $(dist_arm7src_DATA) \ -+ $(dist_arm8h_DATA) $(dist_arm8ld_DATA) $(dist_arm8src_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arm -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+ -+# Code below is used to install data files. If you modify this wizard don't -+# forget to update this file. -+ -+# Install ARM-eval7t files -+arm1hdir = $(pkgdatadir)/files/ARM-eval7t/h -+arm1lddir = $(pkgdatadir)/files/ARM-eval7t/ld -+arm1srcdir = $(pkgdatadir)/files/ARM-eval7t/src -+dist_arm1h_DATA = files/ARM-eval7t/h/evaluator7t.h -+dist_arm1ld_DATA = files/ARM-eval7t/ld/target.ld -+dist_arm1src_DATA = files/ARM-eval7t/src/main.c \ -+ files/ARM-eval7t/src/vectors.S -+ -+ -+# Install ek-at91sam7a3 files -+arm2hdir = $(pkgdatadir)/files/ek-at91sam7a3/h -+arm2lddir = $(pkgdatadir)/files/ek-at91sam7a3/ld -+arm2srcdir = $(pkgdatadir)/files/ek-at91sam7a3/src -+dist_arm2h_DATA = files/ek-at91sam7a3/h/at91sam7a3.h \ -+ files/ek-at91sam7a3/h/sam7a3ek.h -+ -+dist_arm2ld_DATA = files/ek-at91sam7a3/ld/target.ld \ -+ files/ek-at91sam7a3/ld/targetRAM.ld -+ -+dist_arm2src_DATA = files/ek-at91sam7a3/src/main.c \ -+ files/ek-at91sam7a3/src/vectors.S -+ -+ -+# Install lpd-lh7a404 files -+arm3hdir = $(pkgdatadir)/files/lpd-lh7a404/h -+arm3lddir = $(pkgdatadir)/files/lpd-lh7a404/ld -+arm3srcdir = $(pkgdatadir)/files/lpd-lh7a404/src -+dist_arm3h_DATA = files/lpd-lh7a404/h/arm9_mm.h \ -+ files/lpd-lh7a404/h/lh7a404.h \ -+ files/lpd-lh7a404/h/lpd404.h -+ -+dist_arm3ld_DATA = files/lpd-lh7a404/ld/target.ld -+dist_arm3src_DATA = files/lpd-lh7a404/src/lh7a404_mm.c \ -+ files/lpd-lh7a404/src/main.c \ -+ files/lpd-lh7a404/src/vectors.S -+ -+ -+# Install olimex-at91sam7sx files -+arm4hdir = $(pkgdatadir)/files/olimex-at91sam7sx/h -+arm4lddir = $(pkgdatadir)/files/olimex-at91sam7sx/ld -+arm4srcdir = $(pkgdatadir)/files/olimex-at91sam7sx/src -+dist_arm4h_DATA = files/olimex-at91sam7sx/h/at91sam7sx.h \ -+ files/olimex-at91sam7sx/h/sam7p64.h -+ -+dist_arm4ld_DATA = files/olimex-at91sam7sx/ld/target_s32.ld \ -+ files/olimex-at91sam7sx/ld/target_s64.ld \ -+ files/olimex-at91sam7sx/ld/target_s128.ld \ -+ files/olimex-at91sam7sx/ld/target_s256.ld -+ -+dist_arm4src_DATA = files/olimex-at91sam7sx/src/main.c \ -+ files/olimex-at91sam7sx/src/vectors.S -+ -+ -+# Install olimex-lpc213x files -+arm5hdir = $(pkgdatadir)/files/olimex-lpc213x/h -+arm5lddir = $(pkgdatadir)/files/olimex-lpc213x/ld -+arm5srcdir = $(pkgdatadir)/files/olimex-lpc213x/src -+dist_arm5h_DATA = files/olimex-lpc213x/h/lpc213x.h \ -+ files/olimex-lpc213x/h/lpc-p2138.h -+ -+dist_arm5ld_DATA = files/olimex-lpc213x/ld/target_2132.ld \ -+ files/olimex-lpc213x/ld/target_2134.ld \ -+ files/olimex-lpc213x/ld/target_2136.ld \ -+ files/olimex-lpc213x/ld/target_2138.ld -+ -+dist_arm5src_DATA = files/olimex-lpc213x/src/main.c \ -+ files/olimex-lpc213x/src/vectors.S -+ -+ -+# Install phyCORE-AT91M55800 files -+arm6hdir = $(pkgdatadir)/files/phyCORE-AT91M55800/h -+arm6lddir = $(pkgdatadir)/files/phyCORE-AT91M55800/ld -+arm6srcdir = $(pkgdatadir)/files/phyCORE-AT91M55800/src -+dist_arm6h_DATA = files/phyCORE-AT91M55800/h/at91m55800.h -+dist_arm6ld_DATA = files/phyCORE-AT91M55800/ld/target.ld \ -+ files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld \ -+ files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld \ -+ files/phyCORE-AT91M55800/ld/targetROM.ld -+ -+dist_arm6src_DATA = files/phyCORE-AT91M55800/src/main.c \ -+ files/phyCORE-AT91M55800/src/vectors.S -+ -+ -+# Install phyCORE-LPC2294 files -+arm7hdir = $(pkgdatadir)/files/phyCORE-LPC2294/h -+arm7lddir = $(pkgdatadir)/files/phyCORE-LPC2294/ld -+arm7srcdir = $(pkgdatadir)/files/phyCORE-LPC2294/src -+dist_arm7h_DATA = files/phyCORE-LPC2294/h/lpc2294.h -+dist_arm7ld_DATA = files/phyCORE-LPC2294/ld/target.ld \ -+ files/phyCORE-LPC2294/ld/targetRAM_1MB.ld \ -+ files/phyCORE-LPC2294/ld/targetROM.ld -+ -+dist_arm7src_DATA = files/phyCORE-LPC2294/src/main.c \ -+ files/phyCORE-LPC2294/src/vectors.S -+ -+ -+# Install phyCORE-PXA255 files -+arm8hdir = $(pkgdatadir)/files/phyCORE-PXA255/h -+arm8lddir = $(pkgdatadir)/files/phyCORE-PXA255/ld -+arm8srcdir = $(pkgdatadir)/files/phyCORE-PXA255/src -+dist_arm8h_DATA = files/phyCORE-PXA255/h/pxa255regs.h \ -+ files/phyCORE-PXA255/h/pxa_mm.h -+ -+dist_arm8ld_DATA = files/phyCORE-PXA255/ld/target.ld -+dist_arm8src_DATA = files/phyCORE-PXA255/src/irq.c \ -+ files/phyCORE-PXA255/src/main.c \ -+ files/phyCORE-PXA255/src/pxa_mm.c \ -+ files/phyCORE-PXA255/src/vectors.S -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arm/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arm/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_arm1hDATA: $(dist_arm1h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm1h_DATA)'; test -n "$(arm1hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm1hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm1hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm1hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm1h_DATA)'; test -n "$(arm1hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm1hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm1ldDATA: $(dist_arm1ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm1ld_DATA)'; test -n "$(arm1lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm1lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm1lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm1ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm1ld_DATA)'; test -n "$(arm1lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm1lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm1srcDATA: $(dist_arm1src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm1src_DATA)'; test -n "$(arm1srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm1srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm1srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm1srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm1src_DATA)'; test -n "$(arm1srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm1srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm2hDATA: $(dist_arm2h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm2h_DATA)'; test -n "$(arm2hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm2hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm2hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm2hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm2h_DATA)'; test -n "$(arm2hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm2hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm2ldDATA: $(dist_arm2ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm2ld_DATA)'; test -n "$(arm2lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm2lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm2lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm2ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm2ld_DATA)'; test -n "$(arm2lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm2lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm2srcDATA: $(dist_arm2src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm2src_DATA)'; test -n "$(arm2srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm2srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm2srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm2srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm2src_DATA)'; test -n "$(arm2srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm2srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm3hDATA: $(dist_arm3h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm3h_DATA)'; test -n "$(arm3hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm3hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm3hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm3hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm3h_DATA)'; test -n "$(arm3hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm3hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm3ldDATA: $(dist_arm3ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm3ld_DATA)'; test -n "$(arm3lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm3lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm3lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm3ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm3ld_DATA)'; test -n "$(arm3lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm3lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm3srcDATA: $(dist_arm3src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm3src_DATA)'; test -n "$(arm3srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm3srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm3srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm3srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm3src_DATA)'; test -n "$(arm3srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm3srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm4hDATA: $(dist_arm4h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm4h_DATA)'; test -n "$(arm4hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm4hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm4hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm4hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm4h_DATA)'; test -n "$(arm4hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm4hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm4ldDATA: $(dist_arm4ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm4ld_DATA)'; test -n "$(arm4lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm4lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm4lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm4ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm4ld_DATA)'; test -n "$(arm4lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm4lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm4srcDATA: $(dist_arm4src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm4src_DATA)'; test -n "$(arm4srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm4srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm4srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm4srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm4src_DATA)'; test -n "$(arm4srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm4srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm5hDATA: $(dist_arm5h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm5h_DATA)'; test -n "$(arm5hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm5hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm5hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm5hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm5h_DATA)'; test -n "$(arm5hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm5hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm5ldDATA: $(dist_arm5ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm5ld_DATA)'; test -n "$(arm5lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm5lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm5lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm5ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm5ld_DATA)'; test -n "$(arm5lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm5lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm5srcDATA: $(dist_arm5src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm5src_DATA)'; test -n "$(arm5srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm5srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm5srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm5srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm5src_DATA)'; test -n "$(arm5srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm5srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm6hDATA: $(dist_arm6h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm6h_DATA)'; test -n "$(arm6hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm6hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm6hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm6hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm6h_DATA)'; test -n "$(arm6hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm6hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm6ldDATA: $(dist_arm6ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm6ld_DATA)'; test -n "$(arm6lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm6lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm6lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm6ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm6ld_DATA)'; test -n "$(arm6lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm6lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm6srcDATA: $(dist_arm6src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm6src_DATA)'; test -n "$(arm6srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm6srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm6srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm6srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm6src_DATA)'; test -n "$(arm6srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm6srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm7hDATA: $(dist_arm7h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm7h_DATA)'; test -n "$(arm7hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm7hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm7hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm7hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm7h_DATA)'; test -n "$(arm7hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm7hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm7ldDATA: $(dist_arm7ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm7ld_DATA)'; test -n "$(arm7lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm7lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm7lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm7ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm7ld_DATA)'; test -n "$(arm7lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm7lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm7srcDATA: $(dist_arm7src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm7src_DATA)'; test -n "$(arm7srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm7srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm7srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm7srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm7src_DATA)'; test -n "$(arm7srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm7srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm8hDATA: $(dist_arm8h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm8h_DATA)'; test -n "$(arm8hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm8hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm8hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm8hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm8h_DATA)'; test -n "$(arm8hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm8hdir)'; $(am__uninstall_files_from_dir) -+install-dist_arm8ldDATA: $(dist_arm8ld_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm8ld_DATA)'; test -n "$(arm8lddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm8lddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm8lddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8lddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8lddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm8ldDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm8ld_DATA)'; test -n "$(arm8lddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm8lddir)'; $(am__uninstall_files_from_dir) -+install-dist_arm8srcDATA: $(dist_arm8src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_arm8src_DATA)'; test -n "$(arm8srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(arm8srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(arm8srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_arm8srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_arm8src_DATA)'; test -n "$(arm8srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(arm8srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(arm1hdir)" "$(DESTDIR)$(arm1lddir)" "$(DESTDIR)$(arm1srcdir)" "$(DESTDIR)$(arm2hdir)" "$(DESTDIR)$(arm2lddir)" "$(DESTDIR)$(arm2srcdir)" "$(DESTDIR)$(arm3hdir)" "$(DESTDIR)$(arm3lddir)" "$(DESTDIR)$(arm3srcdir)" "$(DESTDIR)$(arm4hdir)" "$(DESTDIR)$(arm4lddir)" "$(DESTDIR)$(arm4srcdir)" "$(DESTDIR)$(arm5hdir)" "$(DESTDIR)$(arm5lddir)" "$(DESTDIR)$(arm5srcdir)" "$(DESTDIR)$(arm6hdir)" "$(DESTDIR)$(arm6lddir)" "$(DESTDIR)$(arm6srcdir)" "$(DESTDIR)$(arm7hdir)" "$(DESTDIR)$(arm7lddir)" "$(DESTDIR)$(arm7srcdir)" "$(DESTDIR)$(arm8hdir)" "$(DESTDIR)$(arm8lddir)" "$(DESTDIR)$(arm8srcdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_arm1hDATA install-dist_arm1ldDATA \ -+ install-dist_arm1srcDATA install-dist_arm2hDATA \ -+ install-dist_arm2ldDATA install-dist_arm2srcDATA \ -+ install-dist_arm3hDATA install-dist_arm3ldDATA \ -+ install-dist_arm3srcDATA install-dist_arm4hDATA \ -+ install-dist_arm4ldDATA install-dist_arm4srcDATA \ -+ install-dist_arm5hDATA install-dist_arm5ldDATA \ -+ install-dist_arm5srcDATA install-dist_arm6hDATA \ -+ install-dist_arm6ldDATA install-dist_arm6srcDATA \ -+ install-dist_arm7hDATA install-dist_arm7ldDATA \ -+ install-dist_arm7srcDATA install-dist_arm8hDATA \ -+ install-dist_arm8ldDATA install-dist_arm8srcDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_arm1hDATA uninstall-dist_arm1ldDATA \ -+ uninstall-dist_arm1srcDATA uninstall-dist_arm2hDATA \ -+ uninstall-dist_arm2ldDATA uninstall-dist_arm2srcDATA \ -+ uninstall-dist_arm3hDATA uninstall-dist_arm3ldDATA \ -+ uninstall-dist_arm3srcDATA uninstall-dist_arm4hDATA \ -+ uninstall-dist_arm4ldDATA uninstall-dist_arm4srcDATA \ -+ uninstall-dist_arm5hDATA uninstall-dist_arm5ldDATA \ -+ uninstall-dist_arm5srcDATA uninstall-dist_arm6hDATA \ -+ uninstall-dist_arm6ldDATA uninstall-dist_arm6srcDATA \ -+ uninstall-dist_arm7hDATA uninstall-dist_arm7ldDATA \ -+ uninstall-dist_arm7srcDATA uninstall-dist_arm8hDATA \ -+ uninstall-dist_arm8ldDATA uninstall-dist_arm8srcDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_arm1hDATA install-dist_arm1ldDATA \ -+ install-dist_arm1srcDATA install-dist_arm2hDATA \ -+ install-dist_arm2ldDATA install-dist_arm2srcDATA \ -+ install-dist_arm3hDATA install-dist_arm3ldDATA \ -+ install-dist_arm3srcDATA install-dist_arm4hDATA \ -+ install-dist_arm4ldDATA install-dist_arm4srcDATA \ -+ install-dist_arm5hDATA install-dist_arm5ldDATA \ -+ install-dist_arm5srcDATA install-dist_arm6hDATA \ -+ install-dist_arm6ldDATA install-dist_arm6srcDATA \ -+ install-dist_arm7hDATA install-dist_arm7ldDATA \ -+ install-dist_arm7srcDATA install-dist_arm8hDATA \ -+ install-dist_arm8ldDATA install-dist_arm8srcDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_arm1hDATA \ -+ uninstall-dist_arm1ldDATA uninstall-dist_arm1srcDATA \ -+ uninstall-dist_arm2hDATA uninstall-dist_arm2ldDATA \ -+ uninstall-dist_arm2srcDATA uninstall-dist_arm3hDATA \ -+ uninstall-dist_arm3ldDATA uninstall-dist_arm3srcDATA \ -+ uninstall-dist_arm4hDATA uninstall-dist_arm4ldDATA \ -+ uninstall-dist_arm4srcDATA uninstall-dist_arm5hDATA \ -+ uninstall-dist_arm5ldDATA uninstall-dist_arm5srcDATA \ -+ uninstall-dist_arm6hDATA uninstall-dist_arm6ldDATA \ -+ uninstall-dist_arm6srcDATA uninstall-dist_arm7hDATA \ -+ uninstall-dist_arm7ldDATA uninstall-dist_arm7srcDATA \ -+ uninstall-dist_arm8hDATA uninstall-dist_arm8ldDATA \ -+ uninstall-dist_arm8srcDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/avr/Makefile.in -@@ -0,0 +1,659 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/avr -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/avr -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.c \ -+ files/FuseExt.c \ -+ files/FuseFuse0to4.c \ -+ files/FuseHigh.c \ -+ files/FuseLow.c -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/avr/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/avr/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/c_file/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/c_file -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/c_file -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/c_file/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/c_file/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/console/Makefile.in -@@ -0,0 +1,680 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/console -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_cdata_DATA) \ -+ $(dist_cppdata_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/console -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+cdatadir = $(pkgdatadir)/c -+dist_cdata_DATA = c/main.c -+cppdatadir = $(pkgdatadir)/cpp -+dist_cppdata_DATA = cpp/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/console/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/console/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_cdataDATA: $(dist_cdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(cdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(cdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(cdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_cdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(cdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_cppdataDATA: $(dist_cppdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(cppdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(cppdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cppdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(cppdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_cppdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(cppdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_cdataDATA install-dist_cppdataDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_cdataDATA uninstall-dist_cppdataDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_cdataDATA install-dist_cppdataDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_cdataDATA \ -+ uninstall-dist_cppdataDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/d -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_console_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(consoledir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_console_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/d -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+consoledir = $(pkgdatadir)/console -+dist_console_DATA = console/hello.d -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_consoleDATA: $(dist_console_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_console_DATA)'; test -n "$(consoledir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(consoledir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(consoledir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(consoledir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(consoledir)" || exit $$?; \ -+ done -+ -+uninstall-dist_consoleDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_console_DATA)'; test -n "$(consoledir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(consoledir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(consoledir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_consoleDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_consoleDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_consoleDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_consoleDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d_source/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/d_source -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/d_source -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d_source/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d_source/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/directx/Makefile.in -@@ -0,0 +1,680 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/directx -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_dx8_DATA) $(dist_dx9_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(dx8dir)" "$(DESTDIR)$(dx9dir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_dx8_DATA) $(dist_dx9_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/directx -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+dx8dir = $(pkgdatadir)/dx8 -+dist_dx8_DATA = dx8/main.cpp -+dx9dir = $(pkgdatadir)/dx9 -+dist_dx9_DATA = dx9/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/directx/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/directx/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_dx8DATA: $(dist_dx8_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_dx8_DATA)'; test -n "$(dx8dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(dx8dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(dx8dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dx8dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(dx8dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_dx8DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_dx8_DATA)'; test -n "$(dx8dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(dx8dir)'; $(am__uninstall_files_from_dir) -+install-dist_dx9DATA: $(dist_dx9_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_dx9_DATA)'; test -n "$(dx9dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(dx9dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(dx9dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dx9dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(dx9dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_dx9DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_dx9_DATA)'; test -n "$(dx9dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(dx9dir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(dx8dir)" "$(DESTDIR)$(dx9dir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_dx8DATA install-dist_dx9DATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_dx8DATA uninstall-dist_dx9DATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_dx8DATA install-dist_dx9DATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_dx8DATA uninstall-dist_dx9DATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/dll/Makefile.in -@@ -0,0 +1,655 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/dll -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_dllfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(dllfilesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_dllfiles_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/dll -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+dllfilesdir = $(pkgdatadir)/files -+dist_dllfiles_DATA = files/main.cpp \ -+ files/main.h -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/dll/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/dll/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_dllfilesDATA: $(dist_dllfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_dllfiles_DATA)'; test -n "$(dllfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(dllfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(dllfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dllfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(dllfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_dllfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_dllfiles_DATA)'; test -n "$(dllfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(dllfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(dllfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_dllfilesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_dllfilesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_dllfilesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_dllfilesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/empty -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/empty -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty_file/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/empty_file -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/empty_file -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty_file/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty_file/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fltk/Makefile.in -@@ -0,0 +1,684 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/fltk -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_fltkfiles_DATA) \ -+ $(dist_fltkfluid_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(fltkfilesdir)" \ -+ "$(DESTDIR)$(fltkfluiddir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_fltkfiles_DATA) $(dist_fltkfluid_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/fltk -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+fltkfilesdir = $(pkgdatadir)/files -+dist_fltkfiles_DATA = files/main.cpp -+fltkfluiddir = $(pkgdatadir)/fluid -+dist_fltkfluid_DATA = fluid/main.cpp \ -+ fluid/main.h \ -+ fluid/main.fld -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fltk/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fltk/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_fltkfilesDATA: $(dist_fltkfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fltkfiles_DATA)'; test -n "$(fltkfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fltkfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fltkfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fltkfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fltkfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fltkfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fltkfiles_DATA)'; test -n "$(fltkfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fltkfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_fltkfluidDATA: $(dist_fltkfluid_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fltkfluid_DATA)'; test -n "$(fltkfluiddir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fltkfluiddir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fltkfluiddir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fltkfluiddir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fltkfluiddir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fltkfluidDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fltkfluid_DATA)'; test -n "$(fltkfluiddir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fltkfluiddir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(fltkfilesdir)" "$(DESTDIR)$(fltkfluiddir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_fltkfilesDATA install-dist_fltkfluidDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_fltkfilesDATA \ -+ uninstall-dist_fltkfluidDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_fltkfilesDATA install-dist_fltkfluidDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_fltkfilesDATA \ -+ uninstall-dist_fltkfluidDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fortran/Makefile.in -@@ -0,0 +1,817 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/fortran -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_fortranapp_DATA) \ -+ $(dist_fortranappfiles_DATA) $(dist_fortrandll_DATA) \ -+ $(dist_fortrandllfiles_DATA) $(dist_fortranfile_DATA) \ -+ $(dist_fortranlib_DATA) $(dist_fortranlibfiles_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(fortranappdir)" \ -+ "$(DESTDIR)$(fortranappfilesdir)" "$(DESTDIR)$(fortrandlldir)" \ -+ "$(DESTDIR)$(fortrandllfilesdir)" \ -+ "$(DESTDIR)$(fortranfiledir)" "$(DESTDIR)$(fortranlibdir)" \ -+ "$(DESTDIR)$(fortranlibfilesdir)" -+DATA = $(dist_fortranapp_DATA) $(dist_fortranappfiles_DATA) \ -+ $(dist_fortrandll_DATA) $(dist_fortrandllfiles_DATA) \ -+ $(dist_fortranfile_DATA) $(dist_fortranlib_DATA) \ -+ $(dist_fortranlibfiles_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/fortran -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+ -+# for app sub-dir -+fortranappdir = $(pkgdatadir)/app -+dist_fortranapp_DATA = app/logo.png \ -+ app/wizard.png \ -+ app/wizard.script -+ -+ -+# for app/files sub-dir -+fortranappfilesdir = $(pkgdatadir)/app/files -+dist_fortranappfiles_DATA = app/files/main.f95 -+ -+# for dll sub-dir -+fortrandlldir = $(pkgdatadir)/dll -+dist_fortrandll_DATA = dll/logo.png \ -+ dll/wizard.png \ -+ dll/wizard.script -+ -+ -+# for dll/files sub-dir -+fortrandllfilesdir = $(pkgdatadir)/dll/files -+dist_fortrandllfiles_DATA = dll/files/main.f95 -+ -+# for file sub-dir -+fortranfiledir = $(pkgdatadir)/file -+dist_fortranfile_DATA = file/logo.png \ -+ file/wizard.png \ -+ file/wizard.script -+ -+ -+# for lib sub-dir -+fortranlibdir = $(pkgdatadir)/lib -+dist_fortranlib_DATA = lib/logo.png \ -+ lib/wizard.png \ -+ lib/wizard.script -+ -+ -+# for lib/files sub-dir -+fortranlibfilesdir = $(pkgdatadir)/lib/files -+dist_fortranlibfiles_DATA = lib/files/main.f95 -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fortran/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fortran/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_fortranappDATA: $(dist_fortranapp_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortranapp_DATA)'; test -n "$(fortranappdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortranappdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortranappdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranappdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranappdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortranappDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortranapp_DATA)'; test -n "$(fortranappdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortranappdir)'; $(am__uninstall_files_from_dir) -+install-dist_fortranappfilesDATA: $(dist_fortranappfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortranappfiles_DATA)'; test -n "$(fortranappfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortranappfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortranappfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranappfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranappfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortranappfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortranappfiles_DATA)'; test -n "$(fortranappfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortranappfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_fortrandllDATA: $(dist_fortrandll_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortrandll_DATA)'; test -n "$(fortrandlldir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortrandlldir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortrandlldir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortrandlldir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortrandlldir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortrandllDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortrandll_DATA)'; test -n "$(fortrandlldir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortrandlldir)'; $(am__uninstall_files_from_dir) -+install-dist_fortrandllfilesDATA: $(dist_fortrandllfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortrandllfiles_DATA)'; test -n "$(fortrandllfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortrandllfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortrandllfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortrandllfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortrandllfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortrandllfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortrandllfiles_DATA)'; test -n "$(fortrandllfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortrandllfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_fortranfileDATA: $(dist_fortranfile_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortranfile_DATA)'; test -n "$(fortranfiledir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortranfiledir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortranfiledir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranfiledir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranfiledir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortranfileDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortranfile_DATA)'; test -n "$(fortranfiledir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortranfiledir)'; $(am__uninstall_files_from_dir) -+install-dist_fortranlibDATA: $(dist_fortranlib_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortranlib_DATA)'; test -n "$(fortranlibdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortranlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortranlibdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranlibdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranlibdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortranlibDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortranlib_DATA)'; test -n "$(fortranlibdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortranlibdir)'; $(am__uninstall_files_from_dir) -+install-dist_fortranlibfilesDATA: $(dist_fortranlibfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_fortranlibfiles_DATA)'; test -n "$(fortranlibfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(fortranlibfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(fortranlibfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranlibfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranlibfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_fortranlibfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_fortranlibfiles_DATA)'; test -n "$(fortranlibfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(fortranlibfilesdir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(fortranappdir)" "$(DESTDIR)$(fortranappfilesdir)" "$(DESTDIR)$(fortrandlldir)" "$(DESTDIR)$(fortrandllfilesdir)" "$(DESTDIR)$(fortranfiledir)" "$(DESTDIR)$(fortranlibdir)" "$(DESTDIR)$(fortranlibfilesdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_fortranappDATA \ -+ install-dist_fortranappfilesDATA install-dist_fortrandllDATA \ -+ install-dist_fortrandllfilesDATA install-dist_fortranfileDATA \ -+ install-dist_fortranlibDATA install-dist_fortranlibfilesDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_fortranappDATA \ -+ uninstall-dist_fortranappfilesDATA \ -+ uninstall-dist_fortrandllDATA \ -+ uninstall-dist_fortrandllfilesDATA \ -+ uninstall-dist_fortranfileDATA uninstall-dist_fortranlibDATA \ -+ uninstall-dist_fortranlibfilesDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_fortranappDATA install-dist_fortranappfilesDATA \ -+ install-dist_fortrandllDATA install-dist_fortrandllfilesDATA \ -+ install-dist_fortranfileDATA install-dist_fortranlibDATA \ -+ install-dist_fortranlibfilesDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_fortranappDATA \ -+ uninstall-dist_fortranappfilesDATA \ -+ uninstall-dist_fortrandllDATA \ -+ uninstall-dist_fortrandllfilesDATA \ -+ uninstall-dist_fortranfileDATA uninstall-dist_fortranlibDATA \ -+ uninstall-dist_fortranlibfilesDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glfw/Makefile.in -@@ -0,0 +1,654 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/glfw -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_glfwfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(glfwfilesdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_glfwfiles_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/glfw -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+glfwfilesdir = $(pkgdatadir)/files -+dist_glfwfiles_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glfw/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glfw/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_glfwfilesDATA: $(dist_glfwfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_glfwfiles_DATA)'; test -n "$(glfwfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(glfwfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(glfwfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glfwfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(glfwfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_glfwfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_glfwfiles_DATA)'; test -n "$(glfwfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(glfwfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(glfwfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_glfwfilesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_glfwfilesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_glfwfilesDATA install-dist_pkgdataDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am \ -+ uninstall-dist_glfwfilesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glut/Makefile.in -@@ -0,0 +1,654 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/glut -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_glutfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(glutfilesdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_glutfiles_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/glut -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+glutfilesdir = $(pkgdatadir)/files -+dist_glutfiles_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glut/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glut/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_glutfilesDATA: $(dist_glutfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_glutfiles_DATA)'; test -n "$(glutfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(glutfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(glutfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glutfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(glutfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_glutfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_glutfiles_DATA)'; test -n "$(glutfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(glutfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(glutfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_glutfilesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_glutfilesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_glutfilesDATA install-dist_pkgdataDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am \ -+ uninstall-dist_glutfilesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/gtk/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/gtk -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_gtkfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(gtkfilesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_gtkfiles_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/gtk -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+gtkfilesdir = $(pkgdatadir)/files -+dist_gtkfiles_DATA = files/main.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/gtk/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/gtk/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_gtkfilesDATA: $(dist_gtkfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_gtkfiles_DATA)'; test -n "$(gtkfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(gtkfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(gtkfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_gtkfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_gtkfiles_DATA)'; test -n "$(gtkfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(gtkfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(gtkfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_gtkfilesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_gtkfilesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_gtkfilesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_gtkfilesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/h_file/Makefile.in -@@ -0,0 +1,629 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/h_file -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/h_file -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/h_file/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/h_file/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/irrlicht/Makefile.in -@@ -0,0 +1,656 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/irrlicht -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_irrlichtfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(irrlichtfilesdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_irrlichtfiles_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/irrlicht -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+irrlichtfilesdir = $(pkgdatadir)/files -+dist_irrlichtfiles_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/irrlicht/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/irrlicht/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_irrlichtfilesDATA: $(dist_irrlichtfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_irrlichtfiles_DATA)'; test -n "$(irrlichtfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(irrlichtfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(irrlichtfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(irrlichtfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(irrlichtfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_irrlichtfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_irrlichtfiles_DATA)'; test -n "$(irrlichtfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(irrlichtfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(irrlichtfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_irrlichtfilesDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_irrlichtfilesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_irrlichtfilesDATA install-dist_pkgdataDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am \ -+ uninstall-dist_irrlichtfilesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/java/Makefile.in -@@ -0,0 +1,684 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/java -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_javafile_DATA) \ -+ $(dist_javafiles_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(javafiledir)" \ -+ "$(DESTDIR)$(javafilesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_javafile_DATA) $(dist_javafiles_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/java -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+javafilesdir = $(pkgdatadir)/files -+dist_javafiles_DATA = files/Main.java -+javafiledir = $(pkgdatadir)/file -+dist_javafile_DATA = file/logo.png \ -+ file/wizard.png \ -+ file/wizard.script -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/java/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/java/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_javafileDATA: $(dist_javafile_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_javafile_DATA)'; test -n "$(javafiledir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(javafiledir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(javafiledir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(javafiledir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(javafiledir)" || exit $$?; \ -+ done -+ -+uninstall-dist_javafileDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_javafile_DATA)'; test -n "$(javafiledir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(javafiledir)'; $(am__uninstall_files_from_dir) -+install-dist_javafilesDATA: $(dist_javafiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_javafiles_DATA)'; test -n "$(javafilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(javafilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(javafilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(javafilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(javafilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_javafilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_javafiles_DATA)'; test -n "$(javafilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(javafilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(javafiledir)" "$(DESTDIR)$(javafilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_javafileDATA install-dist_javafilesDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_javafileDATA uninstall-dist_javafilesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_javafileDATA install-dist_javafilesDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_javafileDATA \ -+ uninstall-dist_javafilesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/lf/Makefile.in -@@ -0,0 +1,686 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/lf -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_lffilesquick_DATA) \ -+ $(dist_lffilesstr_DATA) $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(lffilesquickdir)" \ -+ "$(DESTDIR)$(lffilesstrdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_lffilesquick_DATA) $(dist_lffilesstr_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/lf -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+lffilesquickdir = $(pkgdatadir)/files/quick -+dist_lffilesquick_DATA = files/quick/main.cpp -+lffilesstrdir = $(pkgdatadir)/files/structured -+dist_lffilesstr_DATA = files/structured/CMain.cpp \ -+ files/structured/CMain.h \ -+ files/structured/main.cpp -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/lf/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/lf/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_lffilesquickDATA: $(dist_lffilesquick_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_lffilesquick_DATA)'; test -n "$(lffilesquickdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(lffilesquickdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(lffilesquickdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lffilesquickdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(lffilesquickdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_lffilesquickDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_lffilesquick_DATA)'; test -n "$(lffilesquickdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(lffilesquickdir)'; $(am__uninstall_files_from_dir) -+install-dist_lffilesstrDATA: $(dist_lffilesstr_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_lffilesstr_DATA)'; test -n "$(lffilesstrdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(lffilesstrdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(lffilesstrdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lffilesstrdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(lffilesstrdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_lffilesstrDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_lffilesstr_DATA)'; test -n "$(lffilesstrdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(lffilesstrdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(lffilesquickdir)" "$(DESTDIR)$(lffilesstrdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_lffilesquickDATA \ -+ install-dist_lffilesstrDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_lffilesquickDATA \ -+ uninstall-dist_lffilesstrDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_lffilesquickDATA install-dist_lffilesstrDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_lffilesquickDATA \ -+ uninstall-dist_lffilesstrDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/matlab_csf/Makefile.in -@@ -0,0 +1,683 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/matlab_csf -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_lccstub_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(lccstubdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_lccstub_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/matlab_csf -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/mexversion.rc \ -+ files/sfuntmpl.c -+ -+lccstubdir = $(pkgdatadir)/lccstub -+dist_lccstub_DATA = lccstub/lccstub.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/matlab_csf/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/matlab_csf/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_lccstubDATA: $(dist_lccstub_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_lccstub_DATA)'; test -n "$(lccstubdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(lccstubdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(lccstubdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lccstubdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(lccstubdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_lccstubDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_lccstub_DATA)'; test -n "$(lccstubdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(lccstubdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(lccstubdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_lccstubDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_lccstubDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_lccstubDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_lccstubDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/mcs51/Makefile.in -@@ -0,0 +1,654 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/mcs51 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/mcs51 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/mcs51/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/mcs51/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/msp430/Makefile.in -@@ -0,0 +1,654 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/msp430 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/msp430 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/msp430/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/msp430/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ogre/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/ogre -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/ogre -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ogre/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ogre/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opencv/Makefile.in -@@ -0,0 +1,656 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/opencv -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/opencv -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp \ -+ files/arnold_schwarzenegger.jpg -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opencv/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opencv/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opengl/Makefile.in -@@ -0,0 +1,681 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/opengl -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_unix_DATA) \ -+ $(dist_files_win_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(files_unixdir)" \ -+ "$(DESTDIR)$(files_windir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_unix_DATA) $(dist_files_win_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/opengl -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+files_unixdir = $(pkgdatadir)/files_unix -+dist_files_unix_DATA = files_unix/main.c -+files_windir = $(pkgdatadir)/files_win -+dist_files_win_DATA = files_win/main.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_files_unixDATA: $(dist_files_unix_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_unix_DATA)'; test -n "$(files_unixdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(files_unixdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(files_unixdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(files_unixdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(files_unixdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_files_unixDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_unix_DATA)'; test -n "$(files_unixdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(files_unixdir)'; $(am__uninstall_files_from_dir) -+install-dist_files_winDATA: $(dist_files_win_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_win_DATA)'; test -n "$(files_windir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(files_windir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(files_windir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(files_windir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(files_windir)" || exit $$?; \ -+ done -+ -+uninstall-dist_files_winDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_win_DATA)'; test -n "$(files_windir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(files_windir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(files_unixdir)" "$(DESTDIR)$(files_windir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_files_unixDATA \ -+ install-dist_files_winDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_files_unixDATA \ -+ uninstall-dist_files_winDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_files_unixDATA install-dist_files_winDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_files_unixDATA \ -+ uninstall-dist_files_winDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/plugins/Makefile.in -@@ -0,0 +1,658 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/plugins -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(dist_templates_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" \ -+ "$(DESTDIR)$(templatesdir)" -+DATA = $(dist_pkgdata_DATA) $(dist_templates_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/plugins -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.xrc \ -+ wizard.script -+ -+templatesdir = $(pkgdatadir)/templates -+dist_templates_DATA = $(srcdir)/templates/*.cpp \ -+ $(srcdir)/templates/*.h \ -+ $(srcdir)/templates/*.xml -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/plugins/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/plugins/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_templatesDATA: $(dist_templates_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_templates_DATA)'; test -n "$(templatesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_templatesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_templates_DATA)'; test -n "$(templatesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(templatesdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA install-dist_templatesDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_templatesDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dist_templatesDATA \ -+ install-dvi install-dvi-am install-exec install-exec-am \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am \ -+ uninstall-dist_pkgdataDATA uninstall-dist_templatesDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ppc/Makefile.in -@@ -0,0 +1,799 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/ppc -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_MPC5200hfiles_DATA) \ -+ $(dist_MPC5200ldfiles_DATA) $(dist_MPC5200srcfiles_DATA) \ -+ $(dist_MPC565hfiles_DATA) $(dist_MPC565ldfiles_DATA) \ -+ $(dist_MPC565srcfiles_DATA) $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(MPC5200hfilesdir)" \ -+ "$(DESTDIR)$(MPC5200ldfilesdir)" \ -+ "$(DESTDIR)$(MPC5200srcfilesdir)" \ -+ "$(DESTDIR)$(MPC565hfilesdir)" "$(DESTDIR)$(MPC565ldfilesdir)" \ -+ "$(DESTDIR)$(MPC565srcfilesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_MPC5200hfiles_DATA) $(dist_MPC5200ldfiles_DATA) \ -+ $(dist_MPC5200srcfiles_DATA) $(dist_MPC565hfiles_DATA) \ -+ $(dist_MPC565ldfiles_DATA) $(dist_MPC565srcfiles_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/ppc -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+MPC565hfilesdir = $(pkgdatadir)/files/MPC565/h -+dist_MPC565hfiles_DATA = files/MPC565/h/mpc555.h -+MPC565ldfilesdir = $(pkgdatadir)/files/MPC565/ld -+dist_MPC565ldfiles_DATA = files/MPC565/ld/target.ld -+MPC565srcfilesdir = $(pkgdatadir)/files/MPC565/src -+dist_MPC565srcfiles_DATA = files/MPC565/src/crt0.S \ -+ files/MPC565/src/main.c -+ -+MPC5200hfilesdir = $(pkgdatadir)/files/MPC5200/h -+dist_MPC5200hfiles_DATA = files/MPC5200/h/mpc5200.h -+MPC5200ldfilesdir = $(pkgdatadir)/files/MPC5200/ld -+dist_MPC5200ldfiles_DATA = files/MPC5200/ld/target.ld -+MPC5200srcfilesdir = $(pkgdatadir)/files/MPC5200/src -+dist_MPC5200srcfiles_DATA = files/MPC5200/src/crt0.S \ -+ files/MPC5200/src/main.c \ -+ files/MPC5200/src/traptable.S -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ppc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ppc/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_MPC5200hfilesDATA: $(dist_MPC5200hfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC5200hfiles_DATA)'; test -n "$(MPC5200hfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200hfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC5200hfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200hfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200hfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC5200hfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC5200hfiles_DATA)'; test -n "$(MPC5200hfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC5200hfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_MPC5200ldfilesDATA: $(dist_MPC5200ldfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC5200ldfiles_DATA)'; test -n "$(MPC5200ldfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200ldfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC5200ldfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200ldfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200ldfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC5200ldfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC5200ldfiles_DATA)'; test -n "$(MPC5200ldfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC5200ldfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_MPC5200srcfilesDATA: $(dist_MPC5200srcfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC5200srcfiles_DATA)'; test -n "$(MPC5200srcfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200srcfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC5200srcfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200srcfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200srcfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC5200srcfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC5200srcfiles_DATA)'; test -n "$(MPC5200srcfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC5200srcfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_MPC565hfilesDATA: $(dist_MPC565hfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC565hfiles_DATA)'; test -n "$(MPC565hfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC565hfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC565hfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565hfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565hfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC565hfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC565hfiles_DATA)'; test -n "$(MPC565hfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC565hfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_MPC565ldfilesDATA: $(dist_MPC565ldfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC565ldfiles_DATA)'; test -n "$(MPC565ldfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC565ldfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC565ldfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565ldfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565ldfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC565ldfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC565ldfiles_DATA)'; test -n "$(MPC565ldfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC565ldfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_MPC565srcfilesDATA: $(dist_MPC565srcfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_MPC565srcfiles_DATA)'; test -n "$(MPC565srcfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(MPC565srcfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(MPC565srcfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565srcfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565srcfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_MPC565srcfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_MPC565srcfiles_DATA)'; test -n "$(MPC565srcfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(MPC565srcfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(MPC5200hfilesdir)" "$(DESTDIR)$(MPC5200ldfilesdir)" "$(DESTDIR)$(MPC5200srcfilesdir)" "$(DESTDIR)$(MPC565hfilesdir)" "$(DESTDIR)$(MPC565ldfilesdir)" "$(DESTDIR)$(MPC565srcfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_MPC5200hfilesDATA \ -+ install-dist_MPC5200ldfilesDATA \ -+ install-dist_MPC5200srcfilesDATA install-dist_MPC565hfilesDATA \ -+ install-dist_MPC565ldfilesDATA install-dist_MPC565srcfilesDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_MPC5200hfilesDATA \ -+ uninstall-dist_MPC5200ldfilesDATA \ -+ uninstall-dist_MPC5200srcfilesDATA \ -+ uninstall-dist_MPC565hfilesDATA \ -+ uninstall-dist_MPC565ldfilesDATA \ -+ uninstall-dist_MPC565srcfilesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_MPC5200hfilesDATA install-dist_MPC5200ldfilesDATA \ -+ install-dist_MPC5200srcfilesDATA install-dist_MPC565hfilesDATA \ -+ install-dist_MPC565ldfilesDATA install-dist_MPC565srcfilesDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_MPC5200hfilesDATA \ -+ uninstall-dist_MPC5200ldfilesDATA \ -+ uninstall-dist_MPC5200srcfilesDATA \ -+ uninstall-dist_MPC565hfilesDATA \ -+ uninstall-dist_MPC565ldfilesDATA \ -+ uninstall-dist_MPC565srcfilesDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/qt4 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt4 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4dll/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/qt4dll -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt4dll -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4dll/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4dll/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt5/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/qt5 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt5 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt5/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt5/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl/Makefile.in -@@ -0,0 +1,655 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/sdl -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sdl -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp \ -+ files/cb.bmp -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl2/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/sdl2 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sdl2 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl2/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl2/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sfml/Makefile.in -@@ -0,0 +1,686 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/sfml -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(dist_sfml1files_DATA) $(dist_sfml2files_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" \ -+ "$(DESTDIR)$(sfml1filesdir)" "$(DESTDIR)$(sfml2filesdir)" -+DATA = $(dist_pkgdata_DATA) $(dist_sfml1files_DATA) \ -+ $(dist_sfml2files_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sfml -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+sfml1filesdir = $(pkgdatadir)/sfml1 -+dist_sfml1files_DATA = sfml1/cb.bmp \ -+ sfml1/main.cpp -+ -+sfml2filesdir = $(pkgdatadir)/sfml2 -+dist_sfml2files_DATA = sfml2/cb.bmp \ -+ sfml2/main.cpp -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sfml/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sfml/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_sfml1filesDATA: $(dist_sfml1files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_sfml1files_DATA)'; test -n "$(sfml1filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sfml1filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sfml1filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sfml1filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(sfml1filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_sfml1filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_sfml1files_DATA)'; test -n "$(sfml1filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sfml1filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_sfml2filesDATA: $(dist_sfml2files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_sfml2files_DATA)'; test -n "$(sfml2filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sfml2filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sfml2filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sfml2filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(sfml2filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_sfml2filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_sfml2files_DATA)'; test -n "$(sfml2filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sfml2filesdir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sfml1filesdir)" "$(DESTDIR)$(sfml2filesdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA install-dist_sfml1filesDATA \ -+ install-dist_sfml2filesDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_sfml1filesDATA \ -+ uninstall-dist_sfml2filesDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dist_sfml1filesDATA \ -+ install-dist_sfml2filesDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA \ -+ uninstall-dist_sfml1filesDATA uninstall-dist_sfml2filesDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sharedlib/Makefile.in -@@ -0,0 +1,680 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/sharedlib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_cdata_DATA) \ -+ $(dist_cppdata_DATA) $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sharedlib -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+cdatadir = $(pkgdatadir)/c -+dist_cdata_DATA = c/main.c -+cppdatadir = $(pkgdatadir)/cpp -+dist_cppdata_DATA = cpp/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sharedlib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sharedlib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_cdataDATA: $(dist_cdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(cdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(cdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(cdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_cdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(cdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_cppdataDATA: $(dist_cppdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(cppdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(cppdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cppdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(cppdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_cppdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(cppdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_cdataDATA install-dist_cppdataDATA \ -+ install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_cdataDATA uninstall-dist_cppdataDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_cdataDATA install-dist_cppdataDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_cdataDATA \ -+ uninstall-dist_cppdataDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/smartwin/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/smartwin -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/smartwin -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/smartwin/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/smartwin/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/staticlib/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/staticlib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/staticlib -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/staticlib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/staticlib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/stlport/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/stlport -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/stlport -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/stlport/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/stlport/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sys/Makefile.in -@@ -0,0 +1,653 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/sys -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_files_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sys -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdir = $(pkgdatadir)/files -+dist_files_DATA = files/driver.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sys/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sys/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesDATA: $(dist_files_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_filesDATA \ -+ uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/tricore/Makefile.in -@@ -0,0 +1,1633 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/tricore -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(dist_tricore1_DATA) $(dist_tricore10_DATA) \ -+ $(dist_tricore11_DATA) $(dist_tricore11h_DATA) \ -+ $(dist_tricore11src_DATA) $(dist_tricore12_DATA) \ -+ $(dist_tricore12h_DATA) $(dist_tricore12src_DATA) \ -+ $(dist_tricore13_DATA) $(dist_tricore13h_DATA) \ -+ $(dist_tricore13src_DATA) $(dist_tricore14_DATA) \ -+ $(dist_tricore14h_DATA) $(dist_tricore14src_DATA) \ -+ $(dist_tricore15_DATA) $(dist_tricore15h_DATA) \ -+ $(dist_tricore15src_DATA) $(dist_tricore2_DATA) \ -+ $(dist_tricore2h_DATA) $(dist_tricore2src_DATA) \ -+ $(dist_tricore3_DATA) $(dist_tricore3h_DATA) \ -+ $(dist_tricore3src_DATA) $(dist_tricore4_DATA) \ -+ $(dist_tricore4h_DATA) $(dist_tricore4src_DATA) \ -+ $(dist_tricore5_DATA) $(dist_tricore5h_DATA) \ -+ $(dist_tricore5src_DATA) $(dist_tricore6_DATA) \ -+ $(dist_tricore7_DATA) $(dist_tricore8_DATA) \ -+ $(dist_tricore9_DATA) $(dist_tricore9h_DATA) \ -+ $(dist_tricore9src_DATA) $(dist_tricoretemplate_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tricore1dir)" \ -+ "$(DESTDIR)$(tricore10dir)" "$(DESTDIR)$(tricore11dir)" \ -+ "$(DESTDIR)$(tricore11hdir)" "$(DESTDIR)$(tricore11srcdir)" \ -+ "$(DESTDIR)$(tricore12dir)" "$(DESTDIR)$(tricore12hdir)" \ -+ "$(DESTDIR)$(tricore12srcdir)" "$(DESTDIR)$(tricore13dir)" \ -+ "$(DESTDIR)$(tricore13hdir)" "$(DESTDIR)$(tricore13srcdir)" \ -+ "$(DESTDIR)$(tricore14dir)" "$(DESTDIR)$(tricore14hdir)" \ -+ "$(DESTDIR)$(tricore14srcdir)" "$(DESTDIR)$(tricore15dir)" \ -+ "$(DESTDIR)$(tricore15hdir)" "$(DESTDIR)$(tricore15srcdir)" \ -+ "$(DESTDIR)$(tricore2dir)" "$(DESTDIR)$(tricore2hdir)" \ -+ "$(DESTDIR)$(tricore2srcdir)" "$(DESTDIR)$(tricore3dir)" \ -+ "$(DESTDIR)$(tricore3hdir)" "$(DESTDIR)$(tricore3srcdir)" \ -+ "$(DESTDIR)$(tricore4dir)" "$(DESTDIR)$(tricore4hdir)" \ -+ "$(DESTDIR)$(tricore4srcdir)" "$(DESTDIR)$(tricore5dir)" \ -+ "$(DESTDIR)$(tricore5hdir)" "$(DESTDIR)$(tricore5srcdir)" \ -+ "$(DESTDIR)$(tricore6dir)" "$(DESTDIR)$(tricore7dir)" \ -+ "$(DESTDIR)$(tricore8dir)" "$(DESTDIR)$(tricore9dir)" \ -+ "$(DESTDIR)$(tricore9hdir)" "$(DESTDIR)$(tricore9srcdir)" \ -+ "$(DESTDIR)$(tricoretemplatedir)" -+DATA = $(dist_pkgdata_DATA) $(dist_tricore1_DATA) \ -+ $(dist_tricore10_DATA) $(dist_tricore11_DATA) \ -+ $(dist_tricore11h_DATA) $(dist_tricore11src_DATA) \ -+ $(dist_tricore12_DATA) $(dist_tricore12h_DATA) \ -+ $(dist_tricore12src_DATA) $(dist_tricore13_DATA) \ -+ $(dist_tricore13h_DATA) $(dist_tricore13src_DATA) \ -+ $(dist_tricore14_DATA) $(dist_tricore14h_DATA) \ -+ $(dist_tricore14src_DATA) $(dist_tricore15_DATA) \ -+ $(dist_tricore15h_DATA) $(dist_tricore15src_DATA) \ -+ $(dist_tricore2_DATA) $(dist_tricore2h_DATA) \ -+ $(dist_tricore2src_DATA) $(dist_tricore3_DATA) \ -+ $(dist_tricore3h_DATA) $(dist_tricore3src_DATA) \ -+ $(dist_tricore4_DATA) $(dist_tricore4h_DATA) \ -+ $(dist_tricore4src_DATA) $(dist_tricore5_DATA) \ -+ $(dist_tricore5h_DATA) $(dist_tricore5src_DATA) \ -+ $(dist_tricore6_DATA) $(dist_tricore7_DATA) \ -+ $(dist_tricore8_DATA) $(dist_tricore9_DATA) \ -+ $(dist_tricore9h_DATA) $(dist_tricore9src_DATA) \ -+ $(dist_tricoretemplate_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/tricore -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+ -+# for template -+tricoretemplatedir = $(pkgdatadir)/templates -+dist_tricoretemplate_DATA = templates/main.c -+ -+# for EasyKit-TC1767 -+tricore1dir = $(pkgdatadir)/templates/EasyKit-TC1767 -+dist_tricore1_DATA = templates/EasyKit-TC1767/target.ld \ -+ templates/EasyKit-TC1767/targetIntResources.ld -+ -+ -+# for EasyRun-TC1796 -+tricore2dir = $(pkgdatadir)/templates/EasyRun-TC1796 -+dist_tricore2_DATA = templates/EasyRun-TC1796/memoryROM.x -+tricore2hdir = $(pkgdatadir)/templates/EasyRun-TC1796/h -+dist_tricore2h_DATA = templates/EasyRun-TC1796/h/easyrun_setup.h -+tricore2srcdir = $(pkgdatadir)/templates/EasyRun-TC1796/src -+dist_tricore2src_DATA = templates/EasyRun-TC1796/src/setup.c -+ -+# for phyCORE-TC1130 -+tricore3dir = $(pkgdatadir)/templates/phyCORE-TC1130 -+dist_tricore3_DATA = templates/phyCORE-TC1130/memoryROM.x -+tricore3hdir = $(pkgdatadir)/templates/phyCORE-TC1130/h -+dist_tricore3h_DATA = templates/phyCORE-TC1130/h/phycore_setup.h -+tricore3srcdir = $(pkgdatadir)/templates/phyCORE-TC1130/src -+dist_tricore3src_DATA = templates/phyCORE-TC1130/src/setup.c -+ -+# for phyCORE-TC1775 -+tricore4dir = $(pkgdatadir)/templates/phyCORE-TC1775 -+dist_tricore4_DATA = templates/phyCORE-TC1775/memoryROM.x -+tricore4hdir = $(pkgdatadir)/templates/phyCORE-TC1775/h -+dist_tricore4h_DATA = templates/phyCORE-TC1775/h/phycore_setup.h -+tricore4srcdir = $(pkgdatadir)/templates/phyCORE-TC1775/src -+dist_tricore4src_DATA = templates/phyCORE-TC1775/src/setup.c -+ -+# for TriBoard-TC1130 -+tricore5dir = $(pkgdatadir)/templates/TriBoard-TC1130 -+dist_tricore5_DATA = templates/TriBoard-TC1130/memoryROM.x -+tricore5hdir = $(pkgdatadir)/templates/TriBoard-TC1130/h -+dist_tricore5h_DATA = templates/TriBoard-TC1130/h/triboard_setup.h -+tricore5srcdir = $(pkgdatadir)/templates/TriBoard-TC1130/src -+dist_tricore5src_DATA = templates/TriBoard-TC1130/src/setup.c -+ -+# for TriBoard-TC1161 -+tricore6dir = $(pkgdatadir)/templates/TriBoard-TC1161 -+dist_tricore6_DATA = templates/TriBoard-TC1161/target.ld \ -+ templates/TriBoard-TC1161/targetIntResources.ld -+ -+ -+# for TriBoard-TC1162 -+tricore7dir = $(pkgdatadir)/templates/TriBoard-TC1162 -+dist_tricore7_DATA = templates/TriBoard-TC1162/target.ld \ -+ templates/TriBoard-TC1162/targetIntResources.ld -+ -+ -+# for TriBoard-TC1762 -+tricore8dir = $(pkgdatadir)/templates/TriBoard-TC1762 -+dist_tricore8_DATA = templates/TriBoard-TC1762/target.ld \ -+ templates/TriBoard-TC1762/targetIntResources.ld -+ -+ -+# for TriBoard-TC1765 -+tricore9dir = $(pkgdatadir)/templates/TriBoard-TC1765 -+dist_tricore9_DATA = templates/TriBoard-TC1765/memoryROM.x -+tricore9hdir = $(pkgdatadir)/templates/TriBoard-TC1765/h -+dist_tricore9h_DATA = templates/TriBoard-TC1765/h/triboard_setup.h -+tricore9srcdir = $(pkgdatadir)/templates/TriBoard-TC1765/src -+dist_tricore9src_DATA = templates/TriBoard-TC1765/src/setup.c -+ -+# for TriBoard-TC1766 -+tricore10dir = $(pkgdatadir)/templates/TriBoard-TC1766 -+dist_tricore10_DATA = templates/TriBoard-TC1766/target.ld \ -+ templates/TriBoard-TC1766/targetIntResources.ld -+ -+ -+# for TriBoard-TC1775 -+tricore11dir = $(pkgdatadir)/templates/TriBoard-TC1775 -+dist_tricore11_DATA = templates/TriBoard-TC1775/memoryROM.x -+tricore11hdir = $(pkgdatadir)/templates/TriBoard-TC1775/h -+dist_tricore11h_DATA = templates/TriBoard-TC1775/h/triboard_setup.h -+tricore11srcdir = $(pkgdatadir)/templates/TriBoard-TC1775/src -+dist_tricore11src_DATA = templates/TriBoard-TC1775/src/setup.c -+ -+# for TriBoard-TC1792 -+tricore12dir = $(pkgdatadir)/templates/TriBoard-TC1792 -+dist_tricore12_DATA = templates/TriBoard-TC1792/memoryROM.x \ -+ templates/TriBoard-TC1792/memoryROM-intern.x -+ -+tricore12hdir = $(pkgdatadir)/templates/TriBoard-TC1792/h -+dist_tricore12h_DATA = templates/TriBoard-TC1792/h/triboard_setup.h -+tricore12srcdir = $(pkgdatadir)/templates/TriBoard-TC1792/src -+dist_tricore12src_DATA = templates/TriBoard-TC1792/src/setup.c -+ -+# for TriBoard-TC1796 -+tricore13dir = $(pkgdatadir)/templates/TriBoard-TC1796 -+dist_tricore13_DATA = templates/TriBoard-TC1796/memoryROM.x \ -+ templates/TriBoard-TC1796/memoryROM-intern.x -+ -+tricore13hdir = $(pkgdatadir)/templates/TriBoard-TC1796/h -+dist_tricore13h_DATA = templates/TriBoard-TC1796/h/triboard_setup.h -+tricore13srcdir = $(pkgdatadir)/templates/TriBoard-TC1796/src -+dist_tricore13src_DATA = templates/TriBoard-TC1796/src/setup.c -+ -+# for TriBoard-TC1797 -+tricore14dir = $(pkgdatadir)/templates/TriBoard-TC1797 -+dist_tricore14_DATA = templates/TriBoard-TC1797/memoryROM.x \ -+ templates/TriBoard-TC1797/memoryROM-intern.x -+ -+tricore14hdir = $(pkgdatadir)/templates/TriBoard-TC1797/h -+dist_tricore14h_DATA = templates/TriBoard-TC1797/h/triboard_setup.h -+tricore14srcdir = $(pkgdatadir)/templates/TriBoard-TC1797/src -+dist_tricore14src_DATA = templates/TriBoard-TC1797/src/setup.c -+ -+# for TriBoard-TC1920 -+tricore15dir = $(pkgdatadir)/templates/TriBoard-TC1920 -+dist_tricore15_DATA = templates/TriBoard-TC1920/memoryROM.x -+tricore15hdir = $(pkgdatadir)/templates/TriBoard-TC1920/h -+dist_tricore15h_DATA = templates/TriBoard-TC1920/h/triboard_setup.h -+tricore15srcdir = $(pkgdatadir)/templates/TriBoard-TC1920/src -+dist_tricore15src_DATA = templates/TriBoard-TC1920/src/setup.c -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/tricore/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/tricore/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore1DATA: $(dist_tricore1_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore1_DATA)'; test -n "$(tricore1dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore1dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore1dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore1dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore1DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore1_DATA)'; test -n "$(tricore1dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore1dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore10DATA: $(dist_tricore10_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore10_DATA)'; test -n "$(tricore10dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore10dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore10dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore10dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore10dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore10DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore10_DATA)'; test -n "$(tricore10dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore10dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore11DATA: $(dist_tricore11_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore11_DATA)'; test -n "$(tricore11dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore11dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore11dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore11DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore11_DATA)'; test -n "$(tricore11dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore11dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore11hDATA: $(dist_tricore11h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore11h_DATA)'; test -n "$(tricore11hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore11hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore11hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore11hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore11h_DATA)'; test -n "$(tricore11hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore11hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore11srcDATA: $(dist_tricore11src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore11src_DATA)'; test -n "$(tricore11srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore11srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore11srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore11srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore11src_DATA)'; test -n "$(tricore11srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore11srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore12DATA: $(dist_tricore12_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore12_DATA)'; test -n "$(tricore12dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore12dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore12dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore12DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore12_DATA)'; test -n "$(tricore12dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore12dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore12hDATA: $(dist_tricore12h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore12h_DATA)'; test -n "$(tricore12hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore12hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore12hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore12hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore12h_DATA)'; test -n "$(tricore12hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore12hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore12srcDATA: $(dist_tricore12src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore12src_DATA)'; test -n "$(tricore12srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore12srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore12srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore12srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore12src_DATA)'; test -n "$(tricore12srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore12srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore13DATA: $(dist_tricore13_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore13_DATA)'; test -n "$(tricore13dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore13dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore13dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore13DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore13_DATA)'; test -n "$(tricore13dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore13dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore13hDATA: $(dist_tricore13h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore13h_DATA)'; test -n "$(tricore13hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore13hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore13hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore13hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore13h_DATA)'; test -n "$(tricore13hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore13hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore13srcDATA: $(dist_tricore13src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore13src_DATA)'; test -n "$(tricore13srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore13srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore13srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore13srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore13src_DATA)'; test -n "$(tricore13srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore13srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore14DATA: $(dist_tricore14_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore14_DATA)'; test -n "$(tricore14dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore14dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore14dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore14DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore14_DATA)'; test -n "$(tricore14dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore14dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore14hDATA: $(dist_tricore14h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore14h_DATA)'; test -n "$(tricore14hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore14hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore14hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore14hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore14h_DATA)'; test -n "$(tricore14hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore14hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore14srcDATA: $(dist_tricore14src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore14src_DATA)'; test -n "$(tricore14srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore14srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore14srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore14srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore14src_DATA)'; test -n "$(tricore14srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore14srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore15DATA: $(dist_tricore15_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore15_DATA)'; test -n "$(tricore15dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore15dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore15dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore15DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore15_DATA)'; test -n "$(tricore15dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore15dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore15hDATA: $(dist_tricore15h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore15h_DATA)'; test -n "$(tricore15hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore15hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore15hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore15hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore15h_DATA)'; test -n "$(tricore15hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore15hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore15srcDATA: $(dist_tricore15src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore15src_DATA)'; test -n "$(tricore15srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore15srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore15srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore15srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore15src_DATA)'; test -n "$(tricore15srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore15srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore2DATA: $(dist_tricore2_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore2_DATA)'; test -n "$(tricore2dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore2dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore2dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore2DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore2_DATA)'; test -n "$(tricore2dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore2dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore2hDATA: $(dist_tricore2h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore2h_DATA)'; test -n "$(tricore2hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore2hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore2hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore2hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore2h_DATA)'; test -n "$(tricore2hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore2hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore2srcDATA: $(dist_tricore2src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore2src_DATA)'; test -n "$(tricore2srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore2srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore2srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore2srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore2src_DATA)'; test -n "$(tricore2srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore2srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore3DATA: $(dist_tricore3_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore3_DATA)'; test -n "$(tricore3dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore3dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore3dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore3DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore3_DATA)'; test -n "$(tricore3dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore3dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore3hDATA: $(dist_tricore3h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore3h_DATA)'; test -n "$(tricore3hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore3hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore3hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore3hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore3h_DATA)'; test -n "$(tricore3hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore3hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore3srcDATA: $(dist_tricore3src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore3src_DATA)'; test -n "$(tricore3srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore3srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore3srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore3srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore3src_DATA)'; test -n "$(tricore3srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore3srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore4DATA: $(dist_tricore4_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore4_DATA)'; test -n "$(tricore4dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore4dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore4dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore4DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore4_DATA)'; test -n "$(tricore4dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore4dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore4hDATA: $(dist_tricore4h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore4h_DATA)'; test -n "$(tricore4hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore4hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore4hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore4hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore4h_DATA)'; test -n "$(tricore4hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore4hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore4srcDATA: $(dist_tricore4src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore4src_DATA)'; test -n "$(tricore4srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore4srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore4srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore4srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore4src_DATA)'; test -n "$(tricore4srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore4srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore5DATA: $(dist_tricore5_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore5_DATA)'; test -n "$(tricore5dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore5dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore5dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore5DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore5_DATA)'; test -n "$(tricore5dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore5dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore5hDATA: $(dist_tricore5h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore5h_DATA)'; test -n "$(tricore5hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore5hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore5hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore5hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore5h_DATA)'; test -n "$(tricore5hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore5hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore5srcDATA: $(dist_tricore5src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore5src_DATA)'; test -n "$(tricore5srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore5srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore5srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore5srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore5src_DATA)'; test -n "$(tricore5srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore5srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore6DATA: $(dist_tricore6_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore6_DATA)'; test -n "$(tricore6dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore6dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore6dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore6dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore6dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore6DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore6_DATA)'; test -n "$(tricore6dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore6dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore7DATA: $(dist_tricore7_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore7_DATA)'; test -n "$(tricore7dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore7dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore7dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore7dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore7dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore7DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore7_DATA)'; test -n "$(tricore7dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore7dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore8DATA: $(dist_tricore8_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore8_DATA)'; test -n "$(tricore8dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore8dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore8dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore8dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore8dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore8DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore8_DATA)'; test -n "$(tricore8dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore8dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore9DATA: $(dist_tricore9_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore9_DATA)'; test -n "$(tricore9dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore9dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore9dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore9DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore9_DATA)'; test -n "$(tricore9dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore9dir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore9hDATA: $(dist_tricore9h_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore9h_DATA)'; test -n "$(tricore9hdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore9hdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore9hdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9hdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9hdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore9hDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore9h_DATA)'; test -n "$(tricore9hdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore9hdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricore9srcDATA: $(dist_tricore9src_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricore9src_DATA)'; test -n "$(tricore9srcdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricore9srcdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricore9srcdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9srcdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9srcdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricore9srcDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricore9src_DATA)'; test -n "$(tricore9srcdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricore9srcdir)'; $(am__uninstall_files_from_dir) -+install-dist_tricoretemplateDATA: $(dist_tricoretemplate_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tricoretemplate_DATA)'; test -n "$(tricoretemplatedir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tricoretemplatedir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tricoretemplatedir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricoretemplatedir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tricoretemplatedir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tricoretemplateDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tricoretemplate_DATA)'; test -n "$(tricoretemplatedir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tricoretemplatedir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tricore1dir)" "$(DESTDIR)$(tricore10dir)" "$(DESTDIR)$(tricore11dir)" "$(DESTDIR)$(tricore11hdir)" "$(DESTDIR)$(tricore11srcdir)" "$(DESTDIR)$(tricore12dir)" "$(DESTDIR)$(tricore12hdir)" "$(DESTDIR)$(tricore12srcdir)" "$(DESTDIR)$(tricore13dir)" "$(DESTDIR)$(tricore13hdir)" "$(DESTDIR)$(tricore13srcdir)" "$(DESTDIR)$(tricore14dir)" "$(DESTDIR)$(tricore14hdir)" "$(DESTDIR)$(tricore14srcdir)" "$(DESTDIR)$(tricore15dir)" "$(DESTDIR)$(tricore15hdir)" "$(DESTDIR)$(tricore15srcdir)" "$(DESTDIR)$(tricore2dir)" "$(DESTDIR)$(tricore2hdir)" "$(DESTDIR)$(tricore2srcdir)" "$(DESTDIR)$(tricore3dir)" "$(DESTDIR)$(tricore3hdir)" "$(DESTDIR)$(tricore3srcdir)" "$(DESTDIR)$(tricore4dir)" "$(DESTDIR)$(tricore4hdir)" "$(DESTDIR)$(tricore4srcdir)" "$(DESTDIR)$(tricore5dir)" "$(DESTDIR)$(tricore5hdir)" "$(DESTDIR)$(tricore5srcdir)" "$(DESTDIR)$(tricore6dir)" "$(DESTDIR)$(tricore7dir)" "$(DESTDIR)$(tricore8dir)" "$(DESTDIR)$(tricore9dir)" "$(DESTDIR)$(tricore9hdir)" "$(DESTDIR)$(tricore9srcdir)" "$(DESTDIR)$(tricoretemplatedir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA install-dist_tricore10DATA \ -+ install-dist_tricore11DATA install-dist_tricore11hDATA \ -+ install-dist_tricore11srcDATA install-dist_tricore12DATA \ -+ install-dist_tricore12hDATA install-dist_tricore12srcDATA \ -+ install-dist_tricore13DATA install-dist_tricore13hDATA \ -+ install-dist_tricore13srcDATA install-dist_tricore14DATA \ -+ install-dist_tricore14hDATA install-dist_tricore14srcDATA \ -+ install-dist_tricore15DATA install-dist_tricore15hDATA \ -+ install-dist_tricore15srcDATA install-dist_tricore1DATA \ -+ install-dist_tricore2DATA install-dist_tricore2hDATA \ -+ install-dist_tricore2srcDATA install-dist_tricore3DATA \ -+ install-dist_tricore3hDATA install-dist_tricore3srcDATA \ -+ install-dist_tricore4DATA install-dist_tricore4hDATA \ -+ install-dist_tricore4srcDATA install-dist_tricore5DATA \ -+ install-dist_tricore5hDATA install-dist_tricore5srcDATA \ -+ install-dist_tricore6DATA install-dist_tricore7DATA \ -+ install-dist_tricore8DATA install-dist_tricore9DATA \ -+ install-dist_tricore9hDATA install-dist_tricore9srcDATA \ -+ install-dist_tricoretemplateDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_tricore10DATA \ -+ uninstall-dist_tricore11DATA uninstall-dist_tricore11hDATA \ -+ uninstall-dist_tricore11srcDATA uninstall-dist_tricore12DATA \ -+ uninstall-dist_tricore12hDATA uninstall-dist_tricore12srcDATA \ -+ uninstall-dist_tricore13DATA uninstall-dist_tricore13hDATA \ -+ uninstall-dist_tricore13srcDATA uninstall-dist_tricore14DATA \ -+ uninstall-dist_tricore14hDATA uninstall-dist_tricore14srcDATA \ -+ uninstall-dist_tricore15DATA uninstall-dist_tricore15hDATA \ -+ uninstall-dist_tricore15srcDATA uninstall-dist_tricore1DATA \ -+ uninstall-dist_tricore2DATA uninstall-dist_tricore2hDATA \ -+ uninstall-dist_tricore2srcDATA uninstall-dist_tricore3DATA \ -+ uninstall-dist_tricore3hDATA uninstall-dist_tricore3srcDATA \ -+ uninstall-dist_tricore4DATA uninstall-dist_tricore4hDATA \ -+ uninstall-dist_tricore4srcDATA uninstall-dist_tricore5DATA \ -+ uninstall-dist_tricore5hDATA uninstall-dist_tricore5srcDATA \ -+ uninstall-dist_tricore6DATA uninstall-dist_tricore7DATA \ -+ uninstall-dist_tricore8DATA uninstall-dist_tricore9DATA \ -+ uninstall-dist_tricore9hDATA uninstall-dist_tricore9srcDATA \ -+ uninstall-dist_tricoretemplateDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dist_tricore10DATA \ -+ install-dist_tricore11DATA install-dist_tricore11hDATA \ -+ install-dist_tricore11srcDATA install-dist_tricore12DATA \ -+ install-dist_tricore12hDATA install-dist_tricore12srcDATA \ -+ install-dist_tricore13DATA install-dist_tricore13hDATA \ -+ install-dist_tricore13srcDATA install-dist_tricore14DATA \ -+ install-dist_tricore14hDATA install-dist_tricore14srcDATA \ -+ install-dist_tricore15DATA install-dist_tricore15hDATA \ -+ install-dist_tricore15srcDATA install-dist_tricore1DATA \ -+ install-dist_tricore2DATA install-dist_tricore2hDATA \ -+ install-dist_tricore2srcDATA install-dist_tricore3DATA \ -+ install-dist_tricore3hDATA install-dist_tricore3srcDATA \ -+ install-dist_tricore4DATA install-dist_tricore4hDATA \ -+ install-dist_tricore4srcDATA install-dist_tricore5DATA \ -+ install-dist_tricore5hDATA install-dist_tricore5srcDATA \ -+ install-dist_tricore6DATA install-dist_tricore7DATA \ -+ install-dist_tricore8DATA install-dist_tricore9DATA \ -+ install-dist_tricore9hDATA install-dist_tricore9srcDATA \ -+ install-dist_tricoretemplateDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA \ -+ uninstall-dist_tricore10DATA uninstall-dist_tricore11DATA \ -+ uninstall-dist_tricore11hDATA uninstall-dist_tricore11srcDATA \ -+ uninstall-dist_tricore12DATA uninstall-dist_tricore12hDATA \ -+ uninstall-dist_tricore12srcDATA uninstall-dist_tricore13DATA \ -+ uninstall-dist_tricore13hDATA uninstall-dist_tricore13srcDATA \ -+ uninstall-dist_tricore14DATA uninstall-dist_tricore14hDATA \ -+ uninstall-dist_tricore14srcDATA uninstall-dist_tricore15DATA \ -+ uninstall-dist_tricore15hDATA uninstall-dist_tricore15srcDATA \ -+ uninstall-dist_tricore1DATA uninstall-dist_tricore2DATA \ -+ uninstall-dist_tricore2hDATA uninstall-dist_tricore2srcDATA \ -+ uninstall-dist_tricore3DATA uninstall-dist_tricore3hDATA \ -+ uninstall-dist_tricore3srcDATA uninstall-dist_tricore4DATA \ -+ uninstall-dist_tricore4hDATA uninstall-dist_tricore4srcDATA \ -+ uninstall-dist_tricore5DATA uninstall-dist_tricore5hDATA \ -+ uninstall-dist_tricore5srcDATA uninstall-dist_tricore6DATA \ -+ uninstall-dist_tricore7DATA uninstall-dist_tricore8DATA \ -+ uninstall-dist_tricore9DATA uninstall-dist_tricore9hDATA \ -+ uninstall-dist_tricore9srcDATA \ -+ uninstall-dist_tricoretemplateDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/win32gui/Makefile.in -@@ -0,0 +1,686 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/win32gui -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_filesdialog_DATA) \ -+ $(dist_filesframe_DATA) $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(filesdialogdir)" \ -+ "$(DESTDIR)$(filesframedir)" "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_filesdialog_DATA) $(dist_filesframe_DATA) \ -+ $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/win32gui -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script -+ -+filesdialogdir = $(pkgdatadir)/files/dialog -+dist_filesdialog_DATA = files/dialog/main.cpp \ -+ files/dialog/manifest.xml \ -+ files/dialog/resource.h \ -+ files/dialog/resource.rc -+ -+filesframedir = $(pkgdatadir)/files/frame -+dist_filesframe_DATA = files/frame/main.cpp -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/win32gui/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/win32gui/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_filesdialogDATA: $(dist_filesdialog_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_filesdialog_DATA)'; test -n "$(filesdialogdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesdialogdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesdialogdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdialogdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdialogdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesdialogDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_filesdialog_DATA)'; test -n "$(filesdialogdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesdialogdir)'; $(am__uninstall_files_from_dir) -+install-dist_filesframeDATA: $(dist_filesframe_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_filesframe_DATA)'; test -n "$(filesframedir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(filesframedir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(filesframedir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesframedir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(filesframedir)" || exit $$?; \ -+ done -+ -+uninstall-dist_filesframeDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_filesframe_DATA)'; test -n "$(filesframedir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(filesframedir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(filesdialogdir)" "$(DESTDIR)$(filesframedir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_filesdialogDATA \ -+ install-dist_filesframeDATA install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_filesdialogDATA \ -+ uninstall-dist_filesframeDATA uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_filesdialogDATA install-dist_filesframeDATA \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_filesdialogDATA \ -+ uninstall-dist_filesframeDATA uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/wxwidgets/Makefile.in -@@ -0,0 +1,803 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/scriptedwizard/resources/wxwidgets -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_commonfiles_DATA) \ -+ $(dist_pchfiles_DATA) $(dist_pkgdata_DATA) \ -+ $(dist_rcfiles_DATA) $(dist_wxfbdialog_DATA) \ -+ $(dist_wxfbframe_DATA) $(dist_wxsmithfiles_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(commonfilesdir)" \ -+ "$(DESTDIR)$(pchfilesdir)" "$(DESTDIR)$(pkgdatadir)" \ -+ "$(DESTDIR)$(rcfilesdir)" "$(DESTDIR)$(wxfbdialogdir)" \ -+ "$(DESTDIR)$(wxfbframedir)" "$(DESTDIR)$(wxsmithfilesdir)" -+DATA = $(dist_commonfiles_DATA) $(dist_pchfiles_DATA) \ -+ $(dist_pkgdata_DATA) $(dist_rcfiles_DATA) \ -+ $(dist_wxfbdialog_DATA) $(dist_wxfbframe_DATA) \ -+ $(dist_wxsmithfiles_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/wxwidgets -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = logo.png \ -+ wizard.png \ -+ wizard.script \ -+ wizard.xrc -+ -+commonfilesdir = $(pkgdatadir)/common -+dist_commonfiles_DATA = common/app.cpp \ -+ common/app.h \ -+ common/main.cpp \ -+ common/main.h -+ -+pchfilesdir = $(pkgdatadir)/pch -+dist_pchfiles_DATA = pch/wx_pch.h -+rcfilesdir = $(pkgdatadir)/rc -+dist_rcfiles_DATA = rc/resource.rc -+wxfbdialogdir = $(pkgdatadir)/wxfb/dialog -+dist_wxfbdialog_DATA = wxfb/dialog/GUIDialog.cpp \ -+ wxfb/dialog/GUIDialog.h \ -+ wxfb/dialog/WxWizDialog.fbp -+ -+wxfbframedir = $(pkgdatadir)/wxfb/frame -+dist_wxfbframe_DATA = wxfb/frame/GUIFrame.cpp \ -+ wxfb/frame/GUIFrame.h \ -+ wxfb/frame/WxWizFrame.fbp -+ -+wxsmithfilesdir = $(pkgdatadir)/wxsmith -+dist_wxsmithfiles_DATA = wxsmith/app.cpp \ -+ wxsmith/main.cpp \ -+ wxsmith/main.h \ -+ wxsmith/resource.wxs -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_commonfilesDATA: $(dist_commonfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_commonfiles_DATA)'; test -n "$(commonfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(commonfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(commonfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(commonfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(commonfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_commonfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_commonfiles_DATA)'; test -n "$(commonfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(commonfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pchfilesDATA: $(dist_pchfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pchfiles_DATA)'; test -n "$(pchfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pchfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pchfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pchfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pchfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pchfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pchfiles_DATA)'; test -n "$(pchfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pchfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_rcfilesDATA: $(dist_rcfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_rcfiles_DATA)'; test -n "$(rcfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(rcfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(rcfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rcfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(rcfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_rcfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_rcfiles_DATA)'; test -n "$(rcfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(rcfilesdir)'; $(am__uninstall_files_from_dir) -+install-dist_wxfbdialogDATA: $(dist_wxfbdialog_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_wxfbdialog_DATA)'; test -n "$(wxfbdialogdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxfbdialogdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxfbdialogdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxfbdialogdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(wxfbdialogdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_wxfbdialogDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_wxfbdialog_DATA)'; test -n "$(wxfbdialogdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(wxfbdialogdir)'; $(am__uninstall_files_from_dir) -+install-dist_wxfbframeDATA: $(dist_wxfbframe_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_wxfbframe_DATA)'; test -n "$(wxfbframedir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxfbframedir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxfbframedir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxfbframedir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(wxfbframedir)" || exit $$?; \ -+ done -+ -+uninstall-dist_wxfbframeDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_wxfbframe_DATA)'; test -n "$(wxfbframedir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(wxfbframedir)'; $(am__uninstall_files_from_dir) -+install-dist_wxsmithfilesDATA: $(dist_wxsmithfiles_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_wxsmithfiles_DATA)'; test -n "$(wxsmithfilesdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(wxsmithfilesdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(wxsmithfilesdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxsmithfilesdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(wxsmithfilesdir)" || exit $$?; \ -+ done -+ -+uninstall-dist_wxsmithfilesDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_wxsmithfiles_DATA)'; test -n "$(wxsmithfilesdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(wxsmithfilesdir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(commonfilesdir)" "$(DESTDIR)$(pchfilesdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(rcfilesdir)" "$(DESTDIR)$(wxfbdialogdir)" "$(DESTDIR)$(wxfbframedir)" "$(DESTDIR)$(wxsmithfilesdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_commonfilesDATA \ -+ install-dist_pchfilesDATA install-dist_pkgdataDATA \ -+ install-dist_rcfilesDATA install-dist_wxfbdialogDATA \ -+ install-dist_wxfbframeDATA install-dist_wxsmithfilesDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_commonfilesDATA \ -+ uninstall-dist_pchfilesDATA uninstall-dist_pkgdataDATA \ -+ uninstall-dist_rcfilesDATA uninstall-dist_wxfbdialogDATA \ -+ uninstall-dist_wxfbframeDATA uninstall-dist_wxsmithfilesDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_commonfilesDATA install-dist_pchfilesDATA \ -+ install-dist_pkgdataDATA install-dist_rcfilesDATA \ -+ install-dist_wxfbdialogDATA install-dist_wxfbframeDATA \ -+ install-dist_wxsmithfilesDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_commonfilesDATA \ -+ uninstall-dist_pchfilesDATA uninstall-dist_pkgdataDATA \ -+ uninstall-dist_rcfilesDATA uninstall-dist_wxfbdialogDATA \ -+ uninstall-dist_wxfbframeDATA uninstall-dist_wxsmithfilesDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/todo/Makefile.in -@@ -0,0 +1,930 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/todo -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libtodo_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libtodo_la_OBJECTS = addtododlg.lo asktypedlg.lo todolist.lo \ -+ todolistview.lo todosettingsdlg.lo -+libtodo_la_OBJECTS = $(am_libtodo_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libtodo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(libtodo_la_LDFLAGS) $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libtodo_la_SOURCES) -+DIST_SOURCES = $(libtodo_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libtodo.la -+libtodo_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libtodo_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libtodo_la_SOURCES = addtododlg.cpp \ -+ asktypedlg.cpp \ -+ todolist.cpp \ -+ todolistview.cpp \ -+ todosettingsdlg.cpp -+ -+noinst_HEADERS = addtododlg.h \ -+ asktypedlg.h \ -+ todolist.h \ -+ todolistview.h \ -+ todosettingsdlg.h -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/todo/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/todo/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libtodo.la: $(libtodo_la_OBJECTS) $(libtodo_la_DEPENDENCIES) $(EXTRA_libtodo_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libtodo_la_LINK) -rpath $(pluginlibdir) $(libtodo_la_OBJECTS) $(libtodo_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addtododlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asktypedlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todolist.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todolistview.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todosettingsdlg.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pluginlibdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool \ -+ clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ -+ distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pluginlibLTLIBRARIES install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/todo/resources/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/todo/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+pkgdata_DATA = todo.zip -+CLEANFILES = $(pkgdata_DATA) -+EXTRA_DIST = manifest.xml $(srcdir)/*.xrc -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/todo/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/todo/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+todo.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/todo.zip manifest.xml *.xrc > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/plugins/xpmanifest/Makefile.in -@@ -0,0 +1,825 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/plugins/xpmanifest -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ -+ "$(DESTDIR)$(pkgdatadir)" -+LTLIBRARIES = $(pluginlib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libxpmanifest_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) -+am_libxpmanifest_la_OBJECTS = windowsxplooknfeel.lo -+libxpmanifest_la_OBJECTS = $(am_libxpmanifest_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libxpmanifest_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libxpmanifest_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libxpmanifest_la_SOURCES) -+DIST_SOURCES = $(libxpmanifest_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+DATA = $(pkgdata_DATA) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include -+ -+pluginlibdir = $(pkglibdir)/plugins -+pluginlib_LTLIBRARIES = libxpmanifest.la -+libxpmanifest_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version -+libxpmanifest_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) -+libxpmanifest_la_SOURCES = windowsxplooknfeel.cpp -+noinst_HEADERS = windowsxplooknfeel.h -+EXTRA_DIST = manifest.xml -+pkgdata_DATA = xpmanifest.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/xpmanifest/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/plugins/xpmanifest/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ -+ } -+ -+uninstall-pluginlibLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ -+ done -+ -+clean-pluginlibLTLIBRARIES: -+ -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) -+ @list='$(pluginlib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libxpmanifest.la: $(libxpmanifest_la_OBJECTS) $(libxpmanifest_la_DEPENDENCIES) $(EXTRA_libxpmanifest_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libxpmanifest_la_LINK) -rpath $(pluginlibdir) $(libxpmanifest_la_OBJECTS) $(libxpmanifest_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowsxplooknfeel.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA \ -+ uninstall-pluginlibLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+xpmanifest.zip: $(EXTRA_DIST) -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/xpmanifest.zip manifest.xml > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/scripts/Makefile.in -@@ -0,0 +1,652 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/scripts -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(dist_tests__DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tests_dir)" -+DATA = $(dist_pkgdata_DATA) $(dist_tests__DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/scripts -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.script -+ -+# install tests files in a subfolder -+tests_dir = $(pkgdatadir)/tests -+dist_tests__DATA = $(srcdir)/tests/*.script -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/scripts/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/scripts/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+install-dist_tests_DATA: $(dist_tests__DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_tests__DATA)'; test -n "$(tests_dir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(tests_dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(tests_dir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(tests_dir)" || exit $$?; \ -+ done -+ -+uninstall-dist_tests_DATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_tests__DATA)'; test -n "$(tests_dir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(tests_dir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tests_dir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA install-dist_tests_DATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_tests_DATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dist_tests_DATA install-dvi \ -+ install-dvi-am install-exec install-exec-am install-html \ -+ install-html-am install-info install-info-am install-man \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA \ -+ uninstall-dist_tests_DATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/Makefile.in -@@ -0,0 +1,1292 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(libdir)" -+LTLIBRARIES = $(lib_LTLIBRARIES) -+am__DEPENDENCIES_1 = -+libcodeblocks_la_DEPENDENCIES = scripting/bindings/libsqbindings.la \ -+ scripting/sqplus/libsqplus.la wxscintilla/libwxscintilla.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libcodeblocks_la_OBJECTS = annoyingdialog.lo autodetectcompilers.lo \ -+ base64.lo blockallocated.lo cbauibook.lo cbcolourmanager.lo \ -+ cbdebugger_interfaces.lo cbeditor.lo cbeditorprintout.lo \ -+ cbexception.lo cbplugin.lo cbproject.lo cbstatusbar.lo \ -+ cbstyledtextctrl.lo cbthreadpool.lo cbtreectrl.lo \ -+ cbworkspace.lo ccmanager.lo compileoptionsbase.lo compiler.lo \ -+ compilercommandgenerator.lo compilerfactory.lo \ -+ compileroptions.lo compiletargetbase.lo \ -+ configmanager-revision.lo configmanager.lo \ -+ configurationpanel.lo configuretoolsdlg.lo \ -+ confirmreplacedlg.lo crc32.lo debuggermanager.lo \ -+ editarrayfiledlg.lo editarrayorderdlg.lo editarraystringdlg.lo \ -+ editor_hooks.lo editorbase.lo editorcolourset.lo \ -+ editorlexerloader.lo editormanager.lo editpairdlg.lo \ -+ editpathdlg.lo edittooldlg.lo encodingdetector.lo \ -+ externaldepsdlg.lo filefilters.lo filegroupsandmasks.lo \ -+ filemanager.lo findreplacedlg.lo genericmultilinenotesdlg.lo \ -+ globals.lo importers_globals.lo incremental_select_helper.lo \ -+ infowindow.lo loggers.lo logmanager.lo macrosmanager.lo \ -+ manager.lo menuitemsmanager.lo multiselectdlg.lo \ -+ newfromtemplatedlg.lo personalitymanager.lo pipedprocess.lo \ -+ pluginmanager.lo pluginsconfigurationdlg.lo printing_types.lo \ -+ projectbuildtarget.lo projectfile.lo projectfileoptionsdlg.lo \ -+ projectlayoutloader.lo projectloader.lo projectloader_hooks.lo \ -+ projectmanager.lo projectsfilemasksdlg.lo \ -+ projecttemplateloader.lo scriptingmanager.lo \ -+ scriptsecuritywarningdlg.lo scrollingdialog.lo sdk_events.lo \ -+ searchresultslog.lo selecttargetdlg.lo templatemanager.lo \ -+ tinywxuni.lo toolsmanager.lo uservarmanager.lo \ -+ workspaceloader.lo xtra_res.lo \ -+ mozilla_chardet/src/CharDistribution.lo \ -+ mozilla_chardet/src/JpCntx.lo \ -+ mozilla_chardet/src/LangBulgarianModel.lo \ -+ mozilla_chardet/src/LangCyrillicModel.lo \ -+ mozilla_chardet/src/LangGreekModel.lo \ -+ mozilla_chardet/src/LangHebrewModel.lo \ -+ mozilla_chardet/src/LangHungarianModel.lo \ -+ mozilla_chardet/src/LangThaiModel.lo \ -+ mozilla_chardet/src/nsBig5Prober.lo \ -+ mozilla_chardet/src/nsCharSetProber.lo \ -+ mozilla_chardet/src/nsEscCharsetProber.lo \ -+ mozilla_chardet/src/nsEscSM.lo \ -+ mozilla_chardet/src/nsEUCJPProber.lo \ -+ mozilla_chardet/src/nsEUCKRProber.lo \ -+ mozilla_chardet/src/nsEUCTWProber.lo \ -+ mozilla_chardet/src/nsGB2312Prober.lo \ -+ mozilla_chardet/src/nsHebrewProber.lo \ -+ mozilla_chardet/src/nsLatin1Prober.lo \ -+ mozilla_chardet/src/nsMBCSGroupProber.lo \ -+ mozilla_chardet/src/nsMBCSSM.lo \ -+ mozilla_chardet/src/nsSBCharSetProber.lo \ -+ mozilla_chardet/src/nsSBCSGroupProber.lo \ -+ mozilla_chardet/src/nsSJISProber.lo \ -+ mozilla_chardet/src/nsUniversalDetector.lo \ -+ mozilla_chardet/src/nsUTF8Prober.lo -+libcodeblocks_la_OBJECTS = $(am_libcodeblocks_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+libcodeblocks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodeblocks_la_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libcodeblocks_la_SOURCES) -+DIST_SOURCES = $(libcodeblocks_la_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = scripting wxscintilla $(WXPROPGRID_DIR) resources -+DIST_SUBDIRS = scripting wxscintilla wxpropgrid resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_GLIB2_CFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue -+ -+lib_LTLIBRARIES = libcodeblocks.la -+libcodeblocks_la_LDFLAGS = -version-info @CODEBLOCKS_VERSION_INFO@ -+libcodeblocks_la_LIBADD = scripting/bindings/libsqbindings.la \ -+ scripting/sqplus/libsqplus.la \ -+ wxscintilla/libwxscintilla.la \ -+ $(WX_LIBS) \ -+ $(SCINTILLA_GTK_LIBS) \ -+ $(CB_GLIB2_LIBS) \ -+ $(WXPROPGRID_LIB) \ -+ $(CB_TINYXML_LIBS) \ -+ $(CB_SQUIRREL_LIBS) -+ -+libcodeblocks_la_SOURCES = annoyingdialog.cpp \ -+ autodetectcompilers.cpp \ -+ base64.cpp \ -+ blockallocated.cpp \ -+ cbauibook.cpp \ -+ cbcolourmanager.cpp \ -+ cbdebugger_interfaces.cpp \ -+ cbeditor.cpp \ -+ cbeditorprintout.cpp \ -+ cbexception.cpp \ -+ cbplugin.cpp \ -+ cbproject.cpp \ -+ cbstatusbar.cpp \ -+ cbstyledtextctrl.cpp \ -+ cbthreadpool.cpp \ -+ cbtreectrl.cpp \ -+ cbworkspace.cpp \ -+ ccmanager.cpp \ -+ compileoptionsbase.cpp \ -+ compiler.cpp \ -+ compilercommandgenerator.cpp \ -+ compilerfactory.cpp \ -+ compileroptions.cpp \ -+ compiletargetbase.cpp \ -+ configmanager-revision.cpp \ -+ configmanager.cpp \ -+ configurationpanel.cpp \ -+ configuretoolsdlg.cpp \ -+ confirmreplacedlg.cpp \ -+ crc32.cpp \ -+ debuggermanager.cpp \ -+ editarrayfiledlg.cpp \ -+ editarrayorderdlg.cpp \ -+ editarraystringdlg.cpp \ -+ editor_hooks.cpp \ -+ editorbase.cpp \ -+ editorcolourset.cpp \ -+ editorlexerloader.cpp \ -+ editormanager.cpp \ -+ editpairdlg.cpp \ -+ editpathdlg.cpp \ -+ edittooldlg.cpp \ -+ encodingdetector.cpp \ -+ externaldepsdlg.cpp \ -+ filefilters.cpp \ -+ filegroupsandmasks.cpp \ -+ filemanager.cpp \ -+ findreplacedlg.cpp \ -+ genericmultilinenotesdlg.cpp \ -+ globals.cpp \ -+ importers_globals.cpp \ -+ incremental_select_helper.cpp \ -+ infowindow.cpp \ -+ loggers.cpp \ -+ logmanager.cpp \ -+ macrosmanager.cpp \ -+ manager.cpp \ -+ menuitemsmanager.cpp \ -+ multiselectdlg.cpp \ -+ newfromtemplatedlg.cpp \ -+ personalitymanager.cpp \ -+ pipedprocess.cpp \ -+ pluginmanager.cpp \ -+ pluginsconfigurationdlg.cpp \ -+ printing_types.cpp \ -+ projectbuildtarget.cpp \ -+ projectfile.cpp \ -+ projectfileoptionsdlg.cpp \ -+ projectlayoutloader.cpp \ -+ projectloader.cpp \ -+ projectloader_hooks.cpp \ -+ projectmanager.cpp \ -+ projectsfilemasksdlg.cpp \ -+ projecttemplateloader.cpp \ -+ scriptingmanager.cpp \ -+ scriptsecuritywarningdlg.cpp \ -+ scrollingdialog.cpp \ -+ sdk_events.cpp \ -+ searchresultslog.cpp \ -+ selecttargetdlg.cpp \ -+ templatemanager.cpp \ -+ tinywxuni.cpp \ -+ toolsmanager.cpp \ -+ uservarmanager.cpp \ -+ workspaceloader.cpp \ -+ xtra_res.cpp \ -+ mozilla_chardet/src/CharDistribution.cpp \ -+ mozilla_chardet/src/JpCntx.cpp \ -+ mozilla_chardet/src/LangBulgarianModel.cpp \ -+ mozilla_chardet/src/LangCyrillicModel.cpp \ -+ mozilla_chardet/src/LangGreekModel.cpp \ -+ mozilla_chardet/src/LangHebrewModel.cpp \ -+ mozilla_chardet/src/LangHungarianModel.cpp \ -+ mozilla_chardet/src/LangThaiModel.cpp \ -+ mozilla_chardet/src/nsBig5Prober.cpp \ -+ mozilla_chardet/src/nsCharSetProber.cpp \ -+ mozilla_chardet/src/nsEscCharsetProber.cpp \ -+ mozilla_chardet/src/nsEscSM.cpp \ -+ mozilla_chardet/src/nsEUCJPProber.cpp \ -+ mozilla_chardet/src/nsEUCKRProber.cpp \ -+ mozilla_chardet/src/nsEUCTWProber.cpp \ -+ mozilla_chardet/src/nsGB2312Prober.cpp \ -+ mozilla_chardet/src/nsHebrewProber.cpp \ -+ mozilla_chardet/src/nsLatin1Prober.cpp \ -+ mozilla_chardet/src/nsMBCSGroupProber.cpp \ -+ mozilla_chardet/src/nsMBCSSM.cpp \ -+ mozilla_chardet/src/nsSBCharSetProber.cpp \ -+ mozilla_chardet/src/nsSBCSGroupProber.cpp \ -+ mozilla_chardet/src/nsSJISProber.cpp \ -+ mozilla_chardet/src/nsUniversalDetector.cpp \ -+ mozilla_chardet/src/nsUTF8Prober.cpp -+ -+EXTRA_DIST = mozilla_chardet/src/Big5Freq.tab \ -+ mozilla_chardet/src/EUCKRFreq.tab \ -+ mozilla_chardet/src/EUCTWFreq.tab \ -+ mozilla_chardet/src/GB2312Freq.tab \ -+ mozilla_chardet/src/JISFreq.tab -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+install-libLTLIBRARIES: $(lib_LTLIBRARIES) -+ @$(NORMAL_INSTALL) -+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ -+ list2=; for p in $$list; do \ -+ if test -f $$p; then \ -+ list2="$$list2 $$p"; \ -+ else :; fi; \ -+ done; \ -+ test -z "$$list2" || { \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ -+ } -+ -+uninstall-libLTLIBRARIES: -+ @$(NORMAL_UNINSTALL) -+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ -+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ -+ done -+ -+clean-libLTLIBRARIES: -+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) -+ @list='$(lib_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+mozilla_chardet/src/$(am__dirstamp): -+ @$(MKDIR_P) mozilla_chardet/src -+ @: > mozilla_chardet/src/$(am__dirstamp) -+mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) mozilla_chardet/src/$(DEPDIR) -+ @: > mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/CharDistribution.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/JpCntx.lo: mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangBulgarianModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangCyrillicModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangGreekModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangHebrewModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangHungarianModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/LangThaiModel.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsBig5Prober.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsCharSetProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsEscCharsetProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsEscSM.lo: mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsEUCJPProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsEUCKRProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsEUCTWProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsGB2312Prober.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsHebrewProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsLatin1Prober.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsMBCSGroupProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsMBCSSM.lo: mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsSBCharSetProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsSBCSGroupProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsSJISProber.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsUniversalDetector.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+mozilla_chardet/src/nsUTF8Prober.lo: \ -+ mozilla_chardet/src/$(am__dirstamp) \ -+ mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+ -+libcodeblocks.la: $(libcodeblocks_la_OBJECTS) $(libcodeblocks_la_DEPENDENCIES) $(EXTRA_libcodeblocks_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(libcodeblocks_la_LINK) -rpath $(libdir) $(libcodeblocks_la_OBJECTS) $(libcodeblocks_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f mozilla_chardet/src/*.$(OBJEXT) -+ -rm -f mozilla_chardet/src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/annoyingdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autodetectcompilers.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blockallocated.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbauibook.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbcolourmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbdebugger_interfaces.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditorprintout.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbexception.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbplugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbproject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbstatusbar.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbstyledtextctrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbthreadpool.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbtreectrl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbworkspace.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileoptionsbase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilercommandgenerator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerfactory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileroptions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiletargetbase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configmanager-revision.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configurationpanel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuretoolsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confirmreplacedlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggermanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarrayfiledlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarrayorderdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarraystringdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editor_hooks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorbase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorcolourset.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorlexerloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editormanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editpairdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editpathdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edittooldlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encodingdetector.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/externaldepsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filefilters.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filegroupsandmasks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findreplacedlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericmultilinenotesdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importers_globals.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_select_helper.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infowindow.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loggers.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macrosmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuitemsmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiselectdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newfromtemplatedlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/personalitymanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipedprocess.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginsconfigurationdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printing_types.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectbuildtarget.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectfile.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectfileoptionsdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectlayoutloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectloader_hooks.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectsfilemasksdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projecttemplateloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptsecuritywarningdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrollingdialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdk_events.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searchresultslog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selecttargetdlg.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templatemanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinywxuni.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toolsmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uservarmanager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workspaceloader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtra_res.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/CharDistribution.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/JpCntx.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangBulgarianModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangCyrillicModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangGreekModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangHebrewModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangHungarianModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangThaiModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsBig5Prober.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsCharSetProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCJPProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCKRProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCTWProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEscCharsetProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEscSM.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsGB2312Prober.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsHebrewProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsLatin1Prober.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsMBCSGroupProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsMBCSSM.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSBCSGroupProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSBCharSetProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSJISProber.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsUTF8Prober.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsUniversalDetector.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf mozilla_chardet/src/.libs mozilla_chardet/src/_libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(LTLIBRARIES) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(libdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f mozilla_chardet/src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ -+ mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) mozilla_chardet/src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: install-libLTLIBRARIES -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) mozilla_chardet/src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-libLTLIBRARIES -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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-libLTLIBRARIES install-man install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/resources/Makefile.in -@@ -0,0 +1,817 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_noinst_DATA) $(pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = lexers -+dist_noinst_DATA = $(srcdir)/*.xrc \ -+ $(srcdir)/images/*.png \ -+ $(srcdir)/images/16x16/*.png \ -+ $(srcdir)/images/12x12/*.png -+ -+pkgdata_DATA = manager_resources.zip -+CLEANFILES = $(pkgdata_DATA) -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-pkgdataDATA: $(pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-pkgdataDATA install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ -+ uninstall-am uninstall-pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+manager_resources.zip: $(dist_noinst_DATA) -+ PWD=`pwd` cd $(srcdir) && zip -qu $(PWD)/manager_resources.zip *.xrc images/*.png images/16x16/*.png images/12x12/*.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/resources/lexers/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/resources/lexers -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/lexers -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/lexer_* -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/resources/lexers/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/resources/lexers/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/scripting/Makefile.in -@@ -0,0 +1,752 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@HAVE_SQUIRREL_FALSE@am__append_1 = squirrel sqstdlib -+subdir = src/sdk/scripting -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = sqplus bindings squirrel sqstdlib -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = sqplus bindings $(am__append_1) -+DIS_SUBDIRS = squirrel sqstdlib sqplus bindings -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/scripting/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/scripting/bindings/Makefile.in -@@ -0,0 +1,746 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/scripting/bindings -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libsqbindings_la_LIBADD = -+am_libsqbindings_la_OBJECTS = scriptbindings.lo sc_consts.lo \ -+ sc_dialog.lo sc_globals.lo sc_io.lo sc_plugin.lo \ -+ sc_progress.lo sc_util_dialogs.lo sc_wxtypes.lo -+libsqbindings_la_OBJECTS = $(am_libsqbindings_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libsqbindings_la_SOURCES) -+DIST_SOURCES = $(libsqbindings_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ -I$(top_srcdir)/src/include/scripting/bindings \ -+ -I$(top_srcdir)/src/include/scripting/sqplus -+ -+noinst_LTLIBRARIES = libsqbindings.la -+libsqbindings_la_SOURCES = scriptbindings.cpp \ -+ sc_consts.cpp \ -+ sc_dialog.cpp \ -+ sc_globals.cpp \ -+ sc_io.cpp \ -+ sc_plugin.cpp \ -+ sc_progress.cpp \ -+ sc_util_dialogs.cpp \ -+ sc_wxtypes.cpp -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/bindings/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/scripting/bindings/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libsqbindings.la: $(libsqbindings_la_OBJECTS) $(libsqbindings_la_DEPENDENCIES) $(EXTRA_libsqbindings_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libsqbindings_la_OBJECTS) $(libsqbindings_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_consts.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_dialog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_globals.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_io.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_plugin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_progress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_util_dialogs.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_wxtypes.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptbindings.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/scripting/sqplus/Makefile.in -@@ -0,0 +1,736 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/scripting/sqplus -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libsqplus_la_LIBADD = -+am_libsqplus_la_OBJECTS = SqPlus.lo SquirrelVM.lo \ -+ SquirrelBindingsUtils.lo SquirrelObject.lo -+libsqplus_la_OBJECTS = $(am_libsqplus_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libsqplus_la_SOURCES) -+DIST_SOURCES = $(libsqplus_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/include/scripting/sqplus -+ -+noinst_LTLIBRARIES = libsqplus.la -+libsqplus_la_SOURCES = SqPlus.cpp \ -+ SquirrelVM.cpp \ -+ SquirrelBindingsUtils.cpp \ -+ SquirrelObject.cpp -+ -+EXTRA_DIST = sqplus71.vcproj \ -+ sqplus.cbp \ -+ sqplus.vcproj \ -+ SquirrelBindingsUtilsWin32.cpp -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/sqplus/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/scripting/sqplus/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libsqplus.la: $(libsqplus_la_OBJECTS) $(libsqplus_la_DEPENDENCIES) $(EXTRA_libsqplus_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libsqplus_la_OBJECTS) $(libsqplus_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqPlus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelBindingsUtils.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelObject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelVM.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/scripting/sqstdlib/Makefile.in -@@ -0,0 +1,743 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/scripting/sqstdlib -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libsqstdlib_la_LIBADD = -+am_libsqstdlib_la_OBJECTS = sqstdsystem.lo sqstdmath.lo sqstdstream.lo \ -+ sqstdaux.lo sqstdrex.lo sqstdstring.lo sqstdio.lo sqstdblob.lo -+libsqstdlib_la_OBJECTS = $(am_libsqstdlib_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libsqstdlib_la_SOURCES) -+DIST_SOURCES = $(libsqstdlib_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = -I$(top_srcdir)/src/include/scripting/include \ -+ -I$(top_srcdir)/src/include/scripting/sqstdlib -+ -+noinst_LTLIBRARIES = libsqstdlib.la -+libsqstdlib_la_SOURCES = sqstdsystem.cpp \ -+ sqstdmath.cpp \ -+ sqstdstream.cpp \ -+ sqstdaux.cpp \ -+ sqstdrex.cpp \ -+ sqstdstring.cpp \ -+ sqstdio.cpp \ -+ sqstdblob.cpp -+ -+EXTRA_DIST = sqstdlib71.vcproj \ -+ sqstdlib.cbp \ -+ sqstdlib.vcproj -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/sqstdlib/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/scripting/sqstdlib/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libsqstdlib.la: $(libsqstdlib_la_OBJECTS) $(libsqstdlib_la_DEPENDENCIES) $(EXTRA_libsqstdlib_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libsqstdlib_la_OBJECTS) $(libsqstdlib_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdaux.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdblob.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdio.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdmath.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdrex.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdstream.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdstring.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdsystem.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/scripting/squirrel/Makefile.in -@@ -0,0 +1,753 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/scripting/squirrel -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libsquirrel_la_LIBADD = -+am_libsquirrel_la_OBJECTS = sqfuncstate.lo sqcompiler.lo sqmem.lo \ -+ sqlexer.lo sqstate.lo sqvm.lo sqtable.lo sqbaselib.lo \ -+ sqclass.lo sqobject.lo sqapi.lo sqdebug.lo -+libsquirrel_la_OBJECTS = $(am_libsquirrel_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libsquirrel_la_SOURCES) -+DIST_SOURCES = $(libsquirrel_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = -I$(top_srcdir)/src/include/scripting/include \ -+ -I$(top_srcdir)/src/include/scripting/squirrel -+ -+noinst_LTLIBRARIES = libsquirrel.la -+libsquirrel_la_SOURCES = sqfuncstate.cpp \ -+ sqcompiler.cpp \ -+ sqmem.cpp \ -+ sqlexer.cpp \ -+ sqstate.cpp \ -+ sqvm.cpp \ -+ sqtable.cpp \ -+ sqbaselib.cpp \ -+ sqclass.cpp \ -+ sqobject.cpp \ -+ sqapi.cpp \ -+ sqdebug.cpp -+ -+EXTRA_DIST = squirrel71.vcproj \ -+ squirrel.cbp \ -+ squirrellib.cbp \ -+ squirrel.vcproj -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/squirrel/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/scripting/squirrel/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+ -+libsquirrel.la: $(libsquirrel_la_OBJECTS) $(libsquirrel_la_DEPENDENCIES) $(EXTRA_libsquirrel_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libsquirrel_la_OBJECTS) $(libsquirrel_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqapi.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqbaselib.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqclass.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqcompiler.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqdebug.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqfuncstate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlexer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqmem.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqobject.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstate.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqtable.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqvm.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-strip installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/wxpropgrid/Makefile.in -@@ -0,0 +1,832 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/wxpropgrid -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxpropgrid_la_LIBADD = -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxpropgrid_la_OBJECTS = ./src/advprops.lo ./src/editors.lo \ -+ ./src/extras.lo ./src/manager.lo ./src/odcombo.lo \ -+ ./src/propgrid.lo ./src/props.lo ./src/xh_propgrid.lo -+libwxpropgrid_la_OBJECTS = $(am_libwxpropgrid_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxpropgrid_la_SOURCES) -+DIST_SOURCES = $(libwxpropgrid_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ -I$(top_srcdir)/src/sdk/wxpropgrid/include \ -+ -DEXPORT_LIB \ -+ -DwxPG_SUPPORT_TOOLTIPS -+ -+noinst_LTLIBRARIES = libwxpropgrid.la -+libwxpropgrid_la_SOURCES = ./src/advprops.cpp \ -+ ./src/editors.cpp \ -+ ./src/extras.cpp \ -+ ./src/manager.cpp \ -+ ./src/odcombo.cpp \ -+ ./src/propgrid.cpp \ -+ ./src/props.cpp \ -+ ./src/xh_propgrid.cpp -+ -+EXTRA_DIST = ./readme.txt \ -+ ./changes.txt -+ -+sdkdir = $(includedir)/codeblocks/wxpropgrid/include/wx/propgrid/ -+sdk_HEADERS = ./include/wx/propgrid/advprops.h \ -+ ./include/wx/propgrid/editors.h \ -+ ./include/wx/propgrid/extras.h \ -+ ./include/wx/propgrid/manager.h \ -+ ./include/wx/propgrid/odcombo.h \ -+ ./include/wx/propgrid/pg_dox_mainpage.h \ -+ ./include/wx/propgrid/propdev.h \ -+ ./include/wx/propgrid/propgrid.h \ -+ ./include/wx/propgrid/props.h \ -+ ./include/wx/propgrid/xh_propgrid.h -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/wxpropgrid/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/wxpropgrid/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) ./src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) ./src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+./src/advprops.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/editors.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/extras.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/manager.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/odcombo.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/propgrid.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/props.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+./src/xh_propgrid.lo: src/$(am__dirstamp) \ -+ src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxpropgrid.la: $(libwxpropgrid_la_OBJECTS) $(libwxpropgrid_la_DEPENDENCIES) $(EXTRA_libwxpropgrid_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libwxpropgrid_la_OBJECTS) $(libwxpropgrid_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f ./src/*.$(OBJEXT) -+ -rm -f ./src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/advprops.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/editors.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/extras.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/manager.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/odcombo.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/propgrid.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/props.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xh_propgrid.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf ./src/.libs ./src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/sdk/wxscintilla/Makefile.in -@@ -0,0 +1,1645 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/sdk/wxscintilla -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) $(sdk_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+LTLIBRARIES = $(noinst_LTLIBRARIES) -+libwxscintilla_la_LIBADD = -+am__dirstamp = $(am__leading_dot)dirstamp -+am_libwxscintilla_la_OBJECTS = src/PlatWX.lo src/ScintillaWX.lo \ -+ src/wxscintilla.lo src/scintilla/lexers/LexA68k.lo \ -+ src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexASY.lo \ -+ src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAVE.lo \ -+ src/scintilla/lexers/LexAVS.lo \ -+ src/scintilla/lexers/LexAbaqus.lo \ -+ src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAsm.lo \ -+ src/scintilla/lexers/LexAsn1.lo \ -+ src/scintilla/lexers/LexBaan.lo \ -+ src/scintilla/lexers/LexBash.lo \ -+ src/scintilla/lexers/LexBasic.lo \ -+ src/scintilla/lexers/LexBibTeX.lo \ -+ src/scintilla/lexers/LexBullant.lo \ -+ src/scintilla/lexers/LexCLW.lo \ -+ src/scintilla/lexers/LexCOBOL.lo \ -+ src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCSS.lo \ -+ src/scintilla/lexers/LexCaml.lo \ -+ src/scintilla/lexers/LexCmake.lo \ -+ src/scintilla/lexers/LexCoffeeScript.lo \ -+ src/scintilla/lexers/LexConf.lo \ -+ src/scintilla/lexers/LexCrontab.lo \ -+ src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexD.lo \ -+ src/scintilla/lexers/LexDMAP.lo \ -+ src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexECL.lo \ -+ src/scintilla/lexers/LexEScript.lo \ -+ src/scintilla/lexers/LexEiffel.lo \ -+ src/scintilla/lexers/LexErlang.lo \ -+ src/scintilla/lexers/LexFlagship.lo \ -+ src/scintilla/lexers/LexForth.lo \ -+ src/scintilla/lexers/LexFortran.lo \ -+ src/scintilla/lexers/LexGAP.lo \ -+ src/scintilla/lexers/LexGui4Cli.lo \ -+ src/scintilla/lexers/LexHTML.lo \ -+ src/scintilla/lexers/LexHaskell.lo \ -+ src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexInno.lo \ -+ src/scintilla/lexers/LexKix.lo \ -+ src/scintilla/lexers/LexKVIrc.lo \ -+ src/scintilla/lexers/LexLaTeX.lo \ -+ src/scintilla/lexers/LexLisp.lo \ -+ src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLua.lo \ -+ src/scintilla/lexers/LexMMIXAL.lo \ -+ src/scintilla/lexers/LexMPT.lo \ -+ src/scintilla/lexers/LexMSSQL.lo \ -+ src/scintilla/lexers/LexMagik.lo \ -+ src/scintilla/lexers/LexMarkdown.lo \ -+ src/scintilla/lexers/LexMatlab.lo \ -+ src/scintilla/lexers/LexMetapost.lo \ -+ src/scintilla/lexers/LexModula.lo \ -+ src/scintilla/lexers/LexMySQL.lo \ -+ src/scintilla/lexers/LexNimrod.lo \ -+ src/scintilla/lexers/LexNsis.lo \ -+ src/scintilla/lexers/LexOScript.lo \ -+ src/scintilla/lexers/LexOpal.lo \ -+ src/scintilla/lexers/LexOthers.lo \ -+ src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPLM.lo \ -+ src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPOV.lo \ -+ src/scintilla/lexers/LexPS.lo \ -+ src/scintilla/lexers/LexPascal.lo \ -+ src/scintilla/lexers/LexPerl.lo \ -+ src/scintilla/lexers/LexPowerPro.lo \ -+ src/scintilla/lexers/LexPowerShell.lo \ -+ src/scintilla/lexers/LexProgress.lo \ -+ src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexR.lo \ -+ src/scintilla/lexers/LexRebol.lo \ -+ src/scintilla/lexers/LexRegistry.lo \ -+ src/scintilla/lexers/LexRuby.lo \ -+ src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexSML.lo \ -+ src/scintilla/lexers/LexSQL.lo \ -+ src/scintilla/lexers/LexScriptol.lo \ -+ src/scintilla/lexers/LexSmalltalk.lo \ -+ src/scintilla/lexers/LexSorcus.lo \ -+ src/scintilla/lexers/LexSpecman.lo \ -+ src/scintilla/lexers/LexSpice.lo \ -+ src/scintilla/lexers/LexSTTXT.lo \ -+ src/scintilla/lexers/LexTACL.lo \ -+ src/scintilla/lexers/LexTADS3.lo \ -+ src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTCL.lo \ -+ src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTeX.lo \ -+ src/scintilla/lexers/LexTxt2tags.lo \ -+ src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVHDL.lo \ -+ src/scintilla/lexers/LexVerilog.lo \ -+ src/scintilla/lexers/LexVisualProlog.lo \ -+ src/scintilla/lexers/LexYAML.lo \ -+ src/scintilla/lexlib/Accessor.lo \ -+ src/scintilla/lexlib/CharacterCategory.lo \ -+ src/scintilla/lexlib/CharacterSet.lo \ -+ src/scintilla/lexlib/LexerBase.lo \ -+ src/scintilla/lexlib/LexerModule.lo \ -+ src/scintilla/lexlib/LexerNoExceptions.lo \ -+ src/scintilla/lexlib/LexerSimple.lo \ -+ src/scintilla/lexlib/PropSetSimple.lo \ -+ src/scintilla/lexlib/StyleContext.lo \ -+ src/scintilla/lexlib/WordList.lo \ -+ src/scintilla/src/AutoComplete.lo src/scintilla/src/CallTip.lo \ -+ src/scintilla/src/CaseConvert.lo \ -+ src/scintilla/src/CaseFolder.lo src/scintilla/src/Catalogue.lo \ -+ src/scintilla/src/CellBuffer.lo \ -+ src/scintilla/src/CharClassify.lo \ -+ src/scintilla/src/ContractionState.lo \ -+ src/scintilla/src/Decoration.lo src/scintilla/src/Document.lo \ -+ src/scintilla/src/EditModel.lo src/scintilla/src/Editor.lo \ -+ src/scintilla/src/EditView.lo \ -+ src/scintilla/src/ExternalLexer.lo \ -+ src/scintilla/src/Indicator.lo src/scintilla/src/KeyMap.lo \ -+ src/scintilla/src/LineMarker.lo \ -+ src/scintilla/src/MarginView.lo src/scintilla/src/PerLine.lo \ -+ src/scintilla/src/PositionCache.lo \ -+ src/scintilla/src/RESearch.lo src/scintilla/src/RunStyles.lo \ -+ src/scintilla/src/ScintillaBase.lo \ -+ src/scintilla/src/Selection.lo src/scintilla/src/Style.lo \ -+ src/scintilla/src/UniConversion.lo \ -+ src/scintilla/src/ViewStyle.lo src/scintilla/src/XPM.lo -+libwxscintilla_la_OBJECTS = $(am_libwxscintilla_la_OBJECTS) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(libwxscintilla_la_SOURCES) -+DIST_SOURCES = $(libwxscintilla_la_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(sdkdir)" -+HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(SCINTILLA_GTK_CFLAGS) \ -+ -I$(srcdir)/include \ -+ -I$(srcdir)/src/scintilla/include \ -+ -I$(srcdir)/src/scintilla/lexlib \ -+ -I$(srcdir)/src/scintilla/src \ -+ -DSCI_LEXER \ -+ -DLINK_LEXERS \ -+ -DGTK \ -+ -D__WX__ -+ -+noinst_LTLIBRARIES = libwxscintilla.la -+libwxscintilla_la_SOURCES = src/PlatWX.cpp \ -+ src/ScintillaWX.cpp \ -+ src/wxscintilla.cpp \ -+ src/scintilla/lexers/LexA68k.cxx \ -+ src/scintilla/lexers/LexAPDL.cxx \ -+ src/scintilla/lexers/LexASY.cxx \ -+ src/scintilla/lexers/LexAU3.cxx \ -+ src/scintilla/lexers/LexAVE.cxx \ -+ src/scintilla/lexers/LexAVS.cxx \ -+ src/scintilla/lexers/LexAbaqus.cxx \ -+ src/scintilla/lexers/LexAda.cxx \ -+ src/scintilla/lexers/LexAsm.cxx \ -+ src/scintilla/lexers/LexAsn1.cxx \ -+ src/scintilla/lexers/LexBaan.cxx \ -+ src/scintilla/lexers/LexBash.cxx \ -+ src/scintilla/lexers/LexBasic.cxx \ -+ src/scintilla/lexers/LexBibTeX.cxx \ -+ src/scintilla/lexers/LexBullant.cxx \ -+ src/scintilla/lexers/LexCLW.cxx \ -+ src/scintilla/lexers/LexCOBOL.cxx \ -+ src/scintilla/lexers/LexCPP.cxx \ -+ src/scintilla/lexers/LexCSS.cxx \ -+ src/scintilla/lexers/LexCaml.cxx \ -+ src/scintilla/lexers/LexCmake.cxx \ -+ src/scintilla/lexers/LexCoffeeScript.cxx \ -+ src/scintilla/lexers/LexConf.cxx \ -+ src/scintilla/lexers/LexCrontab.cxx \ -+ src/scintilla/lexers/LexCsound.cxx \ -+ src/scintilla/lexers/LexD.cxx \ -+ src/scintilla/lexers/LexDMAP.cxx \ -+ src/scintilla/lexers/LexDMIS.cxx \ -+ src/scintilla/lexers/LexECL.cxx \ -+ src/scintilla/lexers/LexEScript.cxx \ -+ src/scintilla/lexers/LexEiffel.cxx \ -+ src/scintilla/lexers/LexErlang.cxx \ -+ src/scintilla/lexers/LexFlagship.cxx \ -+ src/scintilla/lexers/LexForth.cxx \ -+ src/scintilla/lexers/LexFortran.cxx \ -+ src/scintilla/lexers/LexGAP.cxx \ -+ src/scintilla/lexers/LexGui4Cli.cxx \ -+ src/scintilla/lexers/LexHTML.cxx \ -+ src/scintilla/lexers/LexHaskell.cxx \ -+ src/scintilla/lexers/LexHex.cxx \ -+ src/scintilla/lexers/LexInno.cxx \ -+ src/scintilla/lexers/LexKix.cxx \ -+ src/scintilla/lexers/LexKVIrc.cxx \ -+ src/scintilla/lexers/LexLaTeX.cxx \ -+ src/scintilla/lexers/LexLisp.cxx \ -+ src/scintilla/lexers/LexLout.cxx \ -+ src/scintilla/lexers/LexLua.cxx \ -+ src/scintilla/lexers/LexMMIXAL.cxx \ -+ src/scintilla/lexers/LexMPT.cxx \ -+ src/scintilla/lexers/LexMSSQL.cxx \ -+ src/scintilla/lexers/LexMagik.cxx \ -+ src/scintilla/lexers/LexMarkdown.cxx \ -+ src/scintilla/lexers/LexMatlab.cxx \ -+ src/scintilla/lexers/LexMetapost.cxx \ -+ src/scintilla/lexers/LexModula.cxx \ -+ src/scintilla/lexers/LexMySQL.cxx \ -+ src/scintilla/lexers/LexNimrod.cxx \ -+ src/scintilla/lexers/LexNsis.cxx \ -+ src/scintilla/lexers/LexOScript.cxx \ -+ src/scintilla/lexers/LexOpal.cxx \ -+ src/scintilla/lexers/LexOthers.cxx \ -+ src/scintilla/lexers/LexPB.cxx \ -+ src/scintilla/lexers/LexPLM.cxx \ -+ src/scintilla/lexers/LexPO.cxx \ -+ src/scintilla/lexers/LexPOV.cxx \ -+ src/scintilla/lexers/LexPS.cxx \ -+ src/scintilla/lexers/LexPascal.cxx \ -+ src/scintilla/lexers/LexPerl.cxx \ -+ src/scintilla/lexers/LexPowerPro.cxx \ -+ src/scintilla/lexers/LexPowerShell.cxx \ -+ src/scintilla/lexers/LexProgress.cxx \ -+ src/scintilla/lexers/LexPython.cxx \ -+ src/scintilla/lexers/LexR.cxx \ -+ src/scintilla/lexers/LexRebol.cxx \ -+ src/scintilla/lexers/LexRegistry.cxx \ -+ src/scintilla/lexers/LexRuby.cxx \ -+ src/scintilla/lexers/LexRust.cxx \ -+ src/scintilla/lexers/LexSML.cxx \ -+ src/scintilla/lexers/LexSQL.cxx \ -+ src/scintilla/lexers/LexScriptol.cxx \ -+ src/scintilla/lexers/LexSmalltalk.cxx \ -+ src/scintilla/lexers/LexSorcus.cxx \ -+ src/scintilla/lexers/LexSpecman.cxx \ -+ src/scintilla/lexers/LexSpice.cxx \ -+ src/scintilla/lexers/LexSTTXT.cxx \ -+ src/scintilla/lexers/LexTACL.cxx \ -+ src/scintilla/lexers/LexTADS3.cxx \ -+ src/scintilla/lexers/LexTAL.cxx \ -+ src/scintilla/lexers/LexTCL.cxx \ -+ src/scintilla/lexers/LexTCMD.cxx \ -+ src/scintilla/lexers/LexTeX.cxx \ -+ src/scintilla/lexers/LexTxt2tags.cxx \ -+ src/scintilla/lexers/LexVB.cxx \ -+ src/scintilla/lexers/LexVHDL.cxx \ -+ src/scintilla/lexers/LexVerilog.cxx \ -+ src/scintilla/lexers/LexVisualProlog.cxx \ -+ src/scintilla/lexers/LexYAML.cxx \ -+ src/scintilla/lexlib/Accessor.cxx \ -+ src/scintilla/lexlib/CharacterCategory.cxx \ -+ src/scintilla/lexlib/CharacterSet.cxx \ -+ src/scintilla/lexlib/LexerBase.cxx \ -+ src/scintilla/lexlib/LexerModule.cxx \ -+ src/scintilla/lexlib/LexerNoExceptions.cxx \ -+ src/scintilla/lexlib/LexerSimple.cxx \ -+ src/scintilla/lexlib/PropSetSimple.cxx \ -+ src/scintilla/lexlib/StyleContext.cxx \ -+ src/scintilla/lexlib/WordList.cxx \ -+ src/scintilla/src/AutoComplete.cxx \ -+ src/scintilla/src/CallTip.cxx \ -+ src/scintilla/src/CaseConvert.cxx \ -+ src/scintilla/src/CaseFolder.cxx \ -+ src/scintilla/src/Catalogue.cxx \ -+ src/scintilla/src/CellBuffer.cxx \ -+ src/scintilla/src/CharClassify.cxx \ -+ src/scintilla/src/ContractionState.cxx \ -+ src/scintilla/src/Decoration.cxx \ -+ src/scintilla/src/Document.cxx \ -+ src/scintilla/src/EditModel.cxx \ -+ src/scintilla/src/Editor.cxx \ -+ src/scintilla/src/EditView.cxx \ -+ src/scintilla/src/ExternalLexer.cxx \ -+ src/scintilla/src/Indicator.cxx \ -+ src/scintilla/src/KeyMap.cxx \ -+ src/scintilla/src/LineMarker.cxx \ -+ src/scintilla/src/MarginView.cxx \ -+ src/scintilla/src/PerLine.cxx \ -+ src/scintilla/src/PositionCache.cxx \ -+ src/scintilla/src/RESearch.cxx \ -+ src/scintilla/src/RunStyles.cxx \ -+ src/scintilla/src/ScintillaBase.cxx \ -+ src/scintilla/src/Selection.cxx \ -+ src/scintilla/src/Style.cxx \ -+ src/scintilla/src/UniConversion.cxx \ -+ src/scintilla/src/ViewStyle.cxx \ -+ src/scintilla/src/XPM.cxx -+ -+noinst_HEADERS = src/PlatWX.h \ -+ src/ScintillaWX.h \ -+ src/scintilla/include/ILexer.h \ -+ src/scintilla/include/Platform.h \ -+ src/scintilla/include/SciLexer.h \ -+ src/scintilla/include/Scintilla.h \ -+ src/scintilla/include/ScintillaWidget.h \ -+ src/scintilla/lexlib/Accessor.h \ -+ src/scintilla/lexlib/CharacterCategory.h \ -+ src/scintilla/lexlib/CharacterSet.h \ -+ src/scintilla/lexlib/LexAccessor.h \ -+ src/scintilla/lexlib/LexerBase.h \ -+ src/scintilla/lexlib/LexerModule.h \ -+ src/scintilla/lexlib/LexerNoExceptions.h \ -+ src/scintilla/lexlib/LexerSimple.h \ -+ src/scintilla/lexlib/OptionSet.h \ -+ src/scintilla/lexlib/PropSetSimple.h \ -+ src/scintilla/lexlib/SparseState.h \ -+ src/scintilla/lexlib/StringCopy.h \ -+ src/scintilla/lexlib/StyleContext.h \ -+ src/scintilla/lexlib/SubStyles.h \ -+ src/scintilla/lexlib/WordList.h \ -+ src/scintilla/src/AutoComplete.h \ -+ src/scintilla/src/CallTip.h \ -+ src/scintilla/src/CaseConvert.h \ -+ src/scintilla/src/CaseFolder.h \ -+ src/scintilla/src/Catalogue.h \ -+ src/scintilla/src/CellBuffer.h \ -+ src/scintilla/src/CharClassify.h \ -+ src/scintilla/src/ContractionState.h \ -+ src/scintilla/src/Decoration.h \ -+ src/scintilla/src/Document.h \ -+ src/scintilla/src/EditModel.h \ -+ src/scintilla/src/Editor.h \ -+ src/scintilla/src/EditView.h \ -+ src/scintilla/src/ExternalLexer.h \ -+ src/scintilla/src/FontQuality.h \ -+ src/scintilla/src/Indicator.h \ -+ src/scintilla/src/KeyMap.h \ -+ src/scintilla/src/LineMarker.h \ -+ src/scintilla/src/MarginView.h \ -+ src/scintilla/src/Partitioning.h \ -+ src/scintilla/src/PerLine.h \ -+ src/scintilla/src/PositionCache.h \ -+ src/scintilla/src/RESearch.h \ -+ src/scintilla/src/RunStyles.h \ -+ src/scintilla/src/ScintillaBase.h \ -+ src/scintilla/src/Selection.h \ -+ src/scintilla/src/SplitVector.h \ -+ src/scintilla/src/Style.h \ -+ src/scintilla/src/UniConversion.h \ -+ src/scintilla/src/UnicodeFromUTF8.h \ -+ src/scintilla/src/ViewStyle.h \ -+ src/scintilla/src/XPM.h -+ -+sdkdir = $(includedir)/codeblocks/wxscintilla/include/wx -+sdk_HEADERS = include/wx/wxscintilla.h -+EXTRA_DIST = $(srcdir)/Readme \ -+ $(srcdir)/build/*.txt \ -+ $(srcdir)/build/Makefile \ -+ $(srcdir)/build/wxscintilla.* \ -+ $(srcdir)/src/scintilla/*.txt \ -+ $(srcdir)/src/scintilla/README \ -+ $(srcdir)/src/scintilla/include/*.iface \ -+ $(srcdir)/src/scintilla/src/*.properties \ -+ $(srcdir)/src/scintilla/cppcheck.suppress -+ -+ -+# add upper-case copy -+CLEANFILES = README -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .cxx .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/wxscintilla/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/sdk/wxscintilla/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+clean-noinstLTLIBRARIES: -+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) -+ @list='$(noinst_LTLIBRARIES)'; \ -+ locs=`for p in $$list; do echo $$p; done | \ -+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ -+ sort -u`; \ -+ test -z "$$locs" || { \ -+ echo rm -f $${locs}; \ -+ rm -f $${locs}; \ -+ } -+src/$(am__dirstamp): -+ @$(MKDIR_P) src -+ @: > src/$(am__dirstamp) -+src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/$(DEPDIR) -+ @: > src/$(DEPDIR)/$(am__dirstamp) -+src/PlatWX.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/ScintillaWX.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/wxscintilla.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/lexers -+ @: > src/scintilla/lexers/$(am__dirstamp) -+src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/lexers/$(DEPDIR) -+ @: > src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexA68k.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAPDL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexASY.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAU3.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAVE.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAVS.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAbaqus.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAda.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAsm.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexAsn1.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexBaan.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexBash.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexBasic.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexBibTeX.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexBullant.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCLW.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCOBOL.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCPP.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCSS.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCaml.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCmake.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCoffeeScript.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexConf.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCrontab.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexCsound.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexD.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexDMAP.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexDMIS.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexECL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexEScript.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexEiffel.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexErlang.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexFlagship.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexForth.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexFortran.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexGAP.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexGui4Cli.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexHTML.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexHaskell.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexHex.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexInno.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexKix.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexKVIrc.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexLaTeX.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexLisp.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexLout.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexLua.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMMIXAL.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMPT.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMSSQL.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMagik.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMarkdown.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMatlab.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMetapost.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexModula.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexMySQL.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexNimrod.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexNsis.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexOScript.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexOpal.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexOthers.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPB.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPLM.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPO.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPOV.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPS.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPascal.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPerl.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPowerPro.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPowerShell.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexProgress.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexPython.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexR.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexRebol.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexRegistry.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexRuby.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexRust.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSML.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSQL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexScriptol.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSmalltalk.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSorcus.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSpecman.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSpice.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexSTTXT.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTACL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTADS3.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTAL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTCL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTCMD.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTeX.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexTxt2tags.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexVB.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexVHDL.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexVerilog.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexVisualProlog.lo: \ -+ src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexers/LexYAML.lo: src/scintilla/lexers/$(am__dirstamp) \ -+ src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/lexlib -+ @: > src/scintilla/lexlib/$(am__dirstamp) -+src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/lexlib/$(DEPDIR) -+ @: > src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/Accessor.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/CharacterCategory.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/CharacterSet.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/LexerBase.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/LexerModule.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/LexerNoExceptions.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/LexerSimple.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/PropSetSimple.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/StyleContext.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/lexlib/WordList.lo: \ -+ src/scintilla/lexlib/$(am__dirstamp) \ -+ src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/src -+ @: > src/scintilla/src/$(am__dirstamp) -+src/scintilla/src/$(DEPDIR)/$(am__dirstamp): -+ @$(MKDIR_P) src/scintilla/src/$(DEPDIR) -+ @: > src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/AutoComplete.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/CallTip.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/CaseConvert.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/CaseFolder.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Catalogue.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/CellBuffer.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/CharClassify.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/ContractionState.lo: \ -+ src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Decoration.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Document.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/EditModel.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Editor.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/EditView.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/ExternalLexer.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Indicator.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/KeyMap.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/LineMarker.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/MarginView.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/PerLine.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/PositionCache.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/RESearch.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/RunStyles.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/ScintillaBase.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Selection.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/Style.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/UniConversion.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/ViewStyle.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+src/scintilla/src/XPM.lo: src/scintilla/src/$(am__dirstamp) \ -+ src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+ -+libwxscintilla.la: $(libwxscintilla_la_OBJECTS) $(libwxscintilla_la_DEPENDENCIES) $(EXTRA_libwxscintilla_la_DEPENDENCIES) -+ $(AM_V_CXXLD)$(CXXLINK) $(libwxscintilla_la_OBJECTS) $(libwxscintilla_la_LIBADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -rm -f src/*.$(OBJEXT) -+ -rm -f src/*.lo -+ -rm -f src/scintilla/lexers/*.$(OBJEXT) -+ -rm -f src/scintilla/lexers/*.lo -+ -rm -f src/scintilla/lexlib/*.$(OBJEXT) -+ -rm -f src/scintilla/lexlib/*.lo -+ -rm -f src/scintilla/src/*.$(OBJEXT) -+ -rm -f src/scintilla/src/*.lo -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/PlatWX.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ScintillaWX.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/wxscintilla.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexA68k.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAPDL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexASY.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAU3.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAVE.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAVS.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAbaqus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAda.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAsm.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAsn1.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBaan.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBash.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBasic.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBibTeX.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBullant.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCLW.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCOBOL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCPP.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCSS.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCaml.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCmake.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCoffeeScript.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexConf.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCrontab.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCsound.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexD.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexDMAP.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexDMIS.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexECL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexEScript.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexEiffel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexErlang.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexFlagship.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexForth.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexFortran.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexGAP.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexGui4Cli.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHTML.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHaskell.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHex.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexInno.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexKVIrc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexKix.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLaTeX.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLisp.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLout.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLua.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMMIXAL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMPT.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMSSQL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMagik.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMarkdown.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMatlab.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMetapost.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexModula.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMySQL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexNimrod.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexNsis.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOScript.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOpal.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOthers.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPB.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPLM.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPO.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPOV.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPS.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPascal.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPerl.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPowerPro.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPowerShell.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexProgress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPython.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexR.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRebol.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRegistry.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRuby.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRust.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSML.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSQL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSTTXT.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexScriptol.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSmalltalk.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSorcus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSpecman.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSpice.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTACL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTADS3.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTAL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTCL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTCMD.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTeX.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTxt2tags.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVB.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVHDL.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVerilog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVisualProlog.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexYAML.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/Accessor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/CharacterCategory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/CharacterSet.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerModule.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerNoExceptions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerSimple.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/PropSetSimple.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/StyleContext.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/WordList.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/AutoComplete.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CallTip.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CaseConvert.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CaseFolder.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Catalogue.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CellBuffer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CharClassify.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ContractionState.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Decoration.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Document.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/EditModel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/EditView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Editor.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ExternalLexer.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Indicator.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/KeyMap.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/LineMarker.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/MarginView.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/PerLine.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/PositionCache.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/RESearch.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/RunStyles.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ScintillaBase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Selection.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Style.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/UniConversion.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ViewStyle.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/XPM.Plo@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+.cxx.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cxx.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cxx.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -rm -rf src/.libs src/_libs -+ -rm -rf src/scintilla/lexers/.libs src/scintilla/lexers/_libs -+ -rm -rf src/scintilla/lexlib/.libs src/scintilla/lexlib/_libs -+ -rm -rf src/scintilla/src/.libs src/scintilla/src/_libs -+install-sdkHEADERS: $(sdk_HEADERS) -+ @$(NORMAL_INSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ -+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ -+ done -+ -+uninstall-sdkHEADERS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(sdkdir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -rm -f src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/$(am__dirstamp) -+ -rm -f src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/scintilla/lexers/$(am__dirstamp) -+ -rm -f src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/scintilla/lexlib/$(am__dirstamp) -+ -rm -f src/scintilla/src/$(DEPDIR)/$(am__dirstamp) -+ -rm -f src/scintilla/src/$(am__dirstamp) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ -+ mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf src/$(DEPDIR) src/scintilla/lexers/$(DEPDIR) src/scintilla/lexlib/$(DEPDIR) src/scintilla/src/$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-sdkHEADERS -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf src/$(DEPDIR) src/scintilla/lexers/$(DEPDIR) src/scintilla/lexlib/$(DEPDIR) src/scintilla/src/$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-sdkHEADERS -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ -+ ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install 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 install-pdf install-pdf-am \ -+ install-ps install-ps-am install-sdkHEADERS install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-sdkHEADERS -+ -+.PRECIOUS: Makefile -+ -+README: $(srcdir)/Readme -+ cp -p $< $@ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/Makefile.in -@@ -0,0 +1,1128 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+@CODEBLOCKS_LINUX_TRUE@am__append_1 = -DENABLE_BINRELOC -DAPP_PREFIX="\"@prefix@\"" $(WX_GTK_CFLAGS) $(GTK_NOTEBOOK_FLAGS) -+bin_PROGRAMS = codeblocks$(EXEEXT) -+subdir = src/src -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -+PROGRAMS = $(bin_PROGRAMS) -+am_codeblocks_OBJECTS = app.$(OBJEXT) appglobals.$(OBJEXT) \ -+ backtracedlg.$(OBJEXT) breakpointsdlg.$(OBJEXT) \ -+ compilersettingsdlg.$(OBJEXT) cpuregistersdlg.$(OBJEXT) \ -+ crashhandler.$(OBJEXT) debugger_interface_creator.$(OBJEXT) \ -+ debuggermenu.$(OBJEXT) debuggersettingscommonpanel.$(OBJEXT) \ -+ debuggersettingsdlg.$(OBJEXT) debuggersettingspanel.$(OBJEXT) \ -+ disassemblydlg.$(OBJEXT) dlgabout.$(OBJEXT) \ -+ dlgaboutplugin.$(OBJEXT) editkeywordsdlg.$(OBJEXT) \ -+ editorconfigurationdlg.$(OBJEXT) \ -+ environmentsettingsdlg.$(OBJEXT) examinememorydlg.$(OBJEXT) \ -+ find_replace.$(OBJEXT) goto_file.$(OBJEXT) infopane.$(OBJEXT) \ -+ main.$(OBJEXT) notebookstyles.$(OBJEXT) prefix.$(OBJEXT) \ -+ printdlg.$(OBJEXT) projectmanagerui.$(OBJEXT) \ -+ projectdepsdlg.$(OBJEXT) projectoptionsdlg.$(OBJEXT) \ -+ recentitemslist.$(OBJEXT) scriptconsole.$(OBJEXT) \ -+ scriptingsettingsdlg.$(OBJEXT) splashscreen.$(OBJEXT) \ -+ startherepage.$(OBJEXT) switcherdlg.$(OBJEXT) \ -+ threadsdlg.$(OBJEXT) virtualbuildtargetsdlg.$(OBJEXT) \ -+ watchesdlg.$(OBJEXT) -+codeblocks_OBJECTS = $(am_codeblocks_OBJECTS) -+am__DEPENDENCIES_1 = -+codeblocks_DEPENDENCIES = ../sdk/libcodeblocks.la \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(codeblocks_SOURCES) -+DIST_SOURCES = $(codeblocks_SOURCES) -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+man1dir = $(mandir)/man1 -+NROFF = nroff -+MANS = $(man_MANS) -+HEADERS = $(noinst_HEADERS) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = resources -+AM_CPPFLAGS = $(WX_CXXFLAGS) $(CB_SQUIRREL_CFLAGS) \ -+ -I$(top_srcdir)/src/sdk/wxscintilla/include \ -+ $(WXPROPGRID_INCLUDE) -I$(top_srcdir)/src/include \ -+ -I$(top_srcdir)/src/include/scripting/sqplus \ -+ -I$(top_srcdir)/src/include/mozilla_chardet \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ -+ -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ -+ $(am__append_1) -+@GTK_NOTEBOOK_TRUE@GTK_NOTEBOOK_FLAGS = -DUSE_GTK_NOTEBOOK -+ -+# wxAUI uses GTK+ libraries on wxGTK -+# codeblocks_LDFLAGS = $(WX_GTK_LIBS) -+codeblocks_LDADD = ../sdk/libcodeblocks.la \ -+ $(WX_LIBS) \ -+ $(WX_GTK_LIBS) -+ -+codeblocks_SOURCES = app.cpp \ -+ appglobals.cpp \ -+ backtracedlg.cpp \ -+ breakpointsdlg.cpp \ -+ compilersettingsdlg.cpp \ -+ cpuregistersdlg.cpp \ -+ crashhandler.cpp \ -+ debugger_interface_creator.cpp \ -+ debuggermenu.cpp \ -+ debuggersettingscommonpanel.cpp \ -+ debuggersettingsdlg.cpp \ -+ debuggersettingspanel.cpp \ -+ disassemblydlg.cpp \ -+ dlgabout.cpp \ -+ dlgaboutplugin.cpp \ -+ editkeywordsdlg.cpp \ -+ editorconfigurationdlg.cpp \ -+ environmentsettingsdlg.cpp \ -+ examinememorydlg.cpp \ -+ find_replace.cpp \ -+ goto_file.cpp \ -+ infopane.cpp \ -+ main.cpp \ -+ notebookstyles.cpp \ -+ prefix.cpp \ -+ printdlg.cpp \ -+ projectmanagerui.cpp \ -+ projectdepsdlg.cpp \ -+ projectoptionsdlg.cpp \ -+ recentitemslist.cpp \ -+ scriptconsole.cpp \ -+ scriptingsettingsdlg.cpp \ -+ splashscreen.cpp \ -+ startherepage.cpp \ -+ switcherdlg.cpp \ -+ threadsdlg.cpp \ -+ virtualbuildtargetsdlg.cpp \ -+ watchesdlg.cpp -+ -+noinst_HEADERS = app.h \ -+ appglobals.h \ -+ backtracedlg.h \ -+ batchbuild.h \ -+ breakpointsdlg.h \ -+ compilersettingsdlg.h \ -+ cpuregistersdlg.h \ -+ crashhandler.h \ -+ debugger_interface_creator.h \ -+ debuggermenu.h \ -+ debuggersettingscommonpanel.h \ -+ debuggersettingsdlg.h \ -+ debuggersettingspanel.h \ -+ disassemblydlg.h \ -+ dlgabout.h \ -+ dlgaboutplugin.h \ -+ editkeywordsdlg.h \ -+ editorconfigurationdlg.h \ -+ environmentsettingsdlg.h \ -+ examinememorydlg.h \ -+ find_replace.h \ -+ goto_file.h \ -+ infopane.h \ -+ main.h \ -+ notebookstyles.h \ -+ prefix.h \ -+ printdlg.h \ -+ projectmanagerui.h \ -+ projectdepsdlg.h \ -+ projectoptionsdlg.h \ -+ recentitemslist.h \ -+ scriptconsole.h \ -+ scriptingsettingsdlg.h \ -+ splashscreen.h \ -+ startherepage.h \ -+ switcherdlg.h \ -+ threadsdlg.h \ -+ virtualbuildtargetsdlg.h \ -+ watchesdlg.h -+ -+man_MANS = codeblocks.1 -+EXTRA_DIST = associations.cpp \ -+ associations.h \ -+ ipc.h \ -+ ipc.cpp \ -+ $(man_MANS) -+ -+all: all-recursive -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+install-binPROGRAMS: $(bin_PROGRAMS) -+ @$(NORMAL_INSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do echo "$$p $$p"; done | \ -+ sed 's/$(EXEEXT)$$//' | \ -+ while read p p1; do if test -f $$p \ -+ || test -f $$p1 \ -+ ; then echo "$$p"; echo "$$p"; else :; fi; \ -+ done | \ -+ sed -e 'p;s,.*/,,;n;h' \ -+ -e 's|.*|.|' \ -+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -+ sed 'N;N;N;s,\n, ,g' | \ -+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -+ if ($$2 == $$4) files[d] = files[d] " " $$1; \ -+ else { print "f", $$3 "/" $$4, $$1; } } \ -+ END { for (d in files) print "f", d, files[d] }' | \ -+ while read type dir files; do \ -+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ -+ } \ -+ ; done -+ -+uninstall-binPROGRAMS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ files=`for p in $$list; do echo "$$p"; done | \ -+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -+ -e 's/$$/$(EXEEXT)/' \ -+ `; \ -+ test -n "$$list" || exit 0; \ -+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ -+ cd "$(DESTDIR)$(bindir)" && rm -f $$files -+ -+clean-binPROGRAMS: -+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+codeblocks$(EXEEXT): $(codeblocks_OBJECTS) $(codeblocks_DEPENDENCIES) $(EXTRA_codeblocks_DEPENDENCIES) -+ @rm -f codeblocks$(EXEEXT) -+ $(AM_V_CXXLD)$(CXXLINK) $(codeblocks_OBJECTS) $(codeblocks_LDADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appglobals.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtracedlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/breakpointsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilersettingsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuregistersdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crashhandler.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger_interface_creator.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggermenu.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingscommonpanel.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingspanel.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemblydlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgabout.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgaboutplugin.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editkeywordsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorconfigurationdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environmentsettingsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/examinememorydlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_replace.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/goto_file.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infopane.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notebookstyles.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectdepsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmanagerui.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectoptionsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recentitemslist.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptconsole.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingsettingsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splashscreen.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startherepage.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switcherdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualbuildtargetsdlg.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watchesdlg.Po@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-man1: $(man_MANS) -+ @$(NORMAL_INSTALL) -+ @list1=''; \ -+ list2='$(man_MANS)'; \ -+ test -n "$(man1dir)" \ -+ && test -n "`echo $$list1$$list2`" \ -+ || exit 0; \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ -+ { for i in $$list1; do echo "$$i"; done; \ -+ if test -n "$$list2"; then \ -+ for i in $$list2; do echo "$$i"; done \ -+ | sed -n '/\.1[a-z]*$$/p'; \ -+ fi; \ -+ } | while read p; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; echo "$$p"; \ -+ done | \ -+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -+ sed 'N;N;s,\n, ,g' | { \ -+ list=; while read file base inst; do \ -+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ -+ fi; \ -+ done; \ -+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ -+ while read files; do \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ -+ done; } -+ -+uninstall-man1: -+ @$(NORMAL_UNINSTALL) -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ files=`{ for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-man -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: install-binPROGRAMS -+ @$(NORMAL_INSTALL) -+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: install-man1 -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-binPROGRAMS uninstall-man -+ -+uninstall-man: uninstall-man1 -+ -+.MAKE: $(am__recursive_targets) install-am install-exec-am \ -+ install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-binPROGRAMS clean-generic clean-libtool \ -+ cscopelist-am ctags ctags-am distclean distclean-compile \ -+ distclean-generic distclean-libtool distclean-tags distdir dvi \ -+ dvi-am html html-am info info-am install install-am \ -+ install-binPROGRAMS install-data install-data-am install-dvi \ -+ install-dvi-am install-exec install-exec-am install-exec-hook \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-man1 install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip installcheck installcheck-am \ -+ installdirs installdirs-am maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ -+ uninstall-man uninstall-man1 -+ -+.PRECIOUS: Makefile -+ -+ -+# wxMac resource fork/unbundled app -+install-exec-hook: -+ $(POSTLINK_COMMAND) $(DESTDIR)$(bindir)/codeblocks$(EXEEXT) \ -+ $(srcdir)/resources/icons/app.r -+ $(MACSETFILE) -a C $(DESTDIR)$(bindir)/codeblocks$(EXEEXT) -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/resources/Makefile.in -@@ -0,0 +1,821 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/src/resources -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \ -+ $(dist_pkgdata_DATA) $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_noinst_DATA) $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = icons images -+dist_noinst_DATA = $(srcdir)/*.xrc \ -+ $(srcdir)/*.rc \ -+ $(srcdir)/start_here/*.png \ -+ $(srcdir)/start_here/*.htm* -+ -+dist_pkgdata_DATA = resources.zip start_here.zip -+CLEANFILES = $(dist_pkgdata_DATA) -+EXTRA_DIST = $(srcdir)/*.manifest -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/resources/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+resources.zip: $(srcdir)/*.xrc $(srcdir)/images/*.png $(srcdir)/images/16x16/*.png -+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/resources.zip *.xrc images/*.png images/16x16/*.png > /dev/null -+ -+start_here.zip: $(srcdir)/start_here/*.htm* $(srcdir)/start_here/*.png -+ PWD=`pwd` cd $(srcdir)/start_here && zip $(PWD)/start_here.zip *.htm* *.png > /dev/null -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/resources/icons/Makefile.in -@@ -0,0 +1,630 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/src/resources/icons -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/icons -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.xpm -+EXTRA_DIST = $(srcdir)/*.ico \ -+ $(srcdir)/*.icns \ -+ $(srcdir)/app.r -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/icons/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/resources/icons/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/resources/images/16x16/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/src/resources/images/16x16 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/16x16 -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/16x16/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/resources/images/16x16/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/resources/images/Makefile.in -@@ -0,0 +1,807 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/src/resources/images -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+pkgdatadir = $(datadir)/@PACKAGE@/images -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = 16x16 settings -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/resources/images/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile $(DATA) -+installdirs: installdirs-recursive -+installdirs-am: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs installdirs-am \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/src/resources/images/settings/Makefile.in -@@ -0,0 +1,626 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/src/resources/images/settings -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/images/settings -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = $(srcdir)/*.png -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/settings/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/src/resources/images/settings/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/templates/Makefile.in -@@ -0,0 +1,752 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/templates -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+@CODEBLOCKS_NT_FALSE@TEMPLATES = unix -+@CODEBLOCKS_NT_TRUE@TEMPLATES = win32 -+SUBDIRS = common $(TEMPLATES) -+DIST_SUBDIRS = common unix win32 -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/templates/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/templates/common/Makefile.in -@@ -0,0 +1,677 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/templates/common -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = console.cbp \ -+ console-main-c.cpp \ -+ console-main-cpp.cpp \ -+ console.png \ -+ console.template \ -+ dll.png \ -+ glfw-main.cpp \ -+ glfw.png \ -+ glfw.template \ -+ glut.png \ -+ glut-main.cpp \ -+ irrlicht.png \ -+ irr_main.cpp \ -+ ogrelogo.png \ -+ ogre-main.cpp \ -+ qt.cbp \ -+ qtlogo32.png \ -+ qt-main.cpp \ -+ qt.template \ -+ sdccapp.cbp \ -+ sdccapp-main.c \ -+ sdccapp.png \ -+ sdccapp.template \ -+ sdlapp.template \ -+ sdl-cb.bmp \ -+ sdl-main.cpp \ -+ sdl.png \ -+ sdl2-main.cpp \ -+ sdl2.png \ -+ sdl2app.cbp \ -+ sdl2app.template \ -+ sfml.cbp \ -+ sfml.png \ -+ sfml.template \ -+ sfml-cb.bmp \ -+ sfml-main.cpp \ -+ sharedlib.cbp \ -+ sharedlib-sample.c \ -+ sharedlib.template \ -+ staticlib.cbp \ -+ staticlib-sample.c \ -+ staticlib.template \ -+ wx-app-ash.cpp \ -+ wx-app-ash.h \ -+ wx-main-ash.cpp \ -+ wx-main-ash.h \ -+ wx-main-s.cpp \ -+ wx-main-sh.cpp \ -+ wx-main-sh.h \ -+ wx_pch.h\ -+ wxwidgets.png -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/common/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/templates/common/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/templates/unix/Makefile.in -@@ -0,0 +1,634 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/templates/unix -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = glfw-static.cbp \ -+ irrlicht.template \ -+ irr_linux.cbp \ -+ ogre.template \ -+ ogre_linux.cbp \ -+ sdlapp.cbp \ -+ wxwidgets.cbp \ -+ wxwidgets.template -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/unix/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/templates/unix/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/templates/win32/Makefile.in -@@ -0,0 +1,665 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/templates/win32 -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+am__installdirs = "$(DESTDIR)$(pkgdatadir)" -+DATA = $(dist_pkgdata_DATA) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkgdatadir = $(datadir)/@PACKAGE@/templates -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+dist_pkgdata_DATA = dll.cbp \ -+ dll-main.cpp \ -+ dll.template \ -+ directx.png \ -+ directx.template \ -+ directx_gcc.cbp \ -+ directx_main.cpp \ -+ directx_vctk.cbp \ -+ fltk.cbp \ -+ fltk.png \ -+ fltk.template \ -+ fltk-main.cpp \ -+ glfw-static.cbp \ -+ glut.cbp \ -+ glut.template \ -+ gui.png \ -+ irr_gcc.cbp \ -+ irrlicht.template \ -+ irr_vctk.cbp \ -+ ogre.template \ -+ ogre_gcc.cbp \ -+ ogre_vctk.cbp \ -+ opengl.cbp \ -+ opengl-main.cpp \ -+ opengl.png \ -+ opengl.template \ -+ sdlapp.cbp \ -+ SmartWin.cbp \ -+ SmartWin.png \ -+ SmartWin.template \ -+ SmartWin-main.cpp \ -+ win32.cbp \ -+ win32gui.template \ -+ win32-main.cpp \ -+ wxwidgets.cbp \ -+ wxwidgets_static.cbp \ -+ wxwidgets_u.cbp \ -+ wxwidgets_static_u.cbp \ -+ wxwidgets.template -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/win32/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/templates/win32/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-dist_pkgdataDATA: $(dist_pkgdata_DATA) -+ @$(NORMAL_INSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ -+ done -+ -+uninstall-dist_pkgdataDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -+ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(DATA) -+installdirs: -+ for dir in "$(DESTDIR)$(pkgdatadir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-dist_pkgdataDATA -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-dist_pkgdataDATA -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install install-am install-data install-data-am \ -+ install-dist_pkgdataDATA install-dvi install-dvi-am \ -+ install-exec install-exec-am install-html install-html-am \ -+ install-info install-info-am install-man install-pdf \ -+ install-pdf-am install-ps install-ps-am install-strip \ -+ installcheck installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-generic \ -+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ -+ uninstall-am uninstall-dist_pkgdataDATA -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/tools/CBLauncher/Makefile.in -@@ -0,0 +1,576 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/tools/CBLauncher -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = $(srcdir)/doc/* \ -+ $(srcdir)/icons/* \ -+ $(srcdir)/*.cbp \ -+ icon.rc \ -+ mainpage.h \ -+ launcher.cpp -+ -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/CBLauncher/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/tools/CBLauncher/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/tools/ConsoleRunner/Makefile.in -@@ -0,0 +1,840 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+bin_PROGRAMS = cb_console_runner$(EXEEXT) -+subdir = src/tools/ConsoleRunner -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -+PROGRAMS = $(bin_PROGRAMS) -+am_cb_console_runner_OBJECTS = main.$(OBJEXT) -+cb_console_runner_OBJECTS = $(am_cb_console_runner_OBJECTS) -+cb_console_runner_LDADD = $(LDADD) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(cb_console_runner_SOURCES) -+DIST_SOURCES = $(cb_console_runner_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+man1dir = $(mandir)/man1 -+NROFF = nroff -+MANS = $(man_MANS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+cb_console_runner_SOURCES = main.cpp -+man_MANS = cb_console_runner.1 -+EXTRA_DIST = $(man_MANS) -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/ConsoleRunner/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/tools/ConsoleRunner/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+install-binPROGRAMS: $(bin_PROGRAMS) -+ @$(NORMAL_INSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do echo "$$p $$p"; done | \ -+ sed 's/$(EXEEXT)$$//' | \ -+ while read p p1; do if test -f $$p \ -+ || test -f $$p1 \ -+ ; then echo "$$p"; echo "$$p"; else :; fi; \ -+ done | \ -+ sed -e 'p;s,.*/,,;n;h' \ -+ -e 's|.*|.|' \ -+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -+ sed 'N;N;N;s,\n, ,g' | \ -+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -+ if ($$2 == $$4) files[d] = files[d] " " $$1; \ -+ else { print "f", $$3 "/" $$4, $$1; } } \ -+ END { for (d in files) print "f", d, files[d] }' | \ -+ while read type dir files; do \ -+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ -+ } \ -+ ; done -+ -+uninstall-binPROGRAMS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ files=`for p in $$list; do echo "$$p"; done | \ -+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -+ -e 's/$$/$(EXEEXT)/' \ -+ `; \ -+ test -n "$$list" || exit 0; \ -+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ -+ cd "$(DESTDIR)$(bindir)" && rm -f $$files -+ -+clean-binPROGRAMS: -+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+cb_console_runner$(EXEEXT): $(cb_console_runner_OBJECTS) $(cb_console_runner_DEPENDENCIES) $(EXTRA_cb_console_runner_DEPENDENCIES) -+ @rm -f cb_console_runner$(EXEEXT) -+ $(AM_V_CXXLD)$(CXXLINK) $(cb_console_runner_OBJECTS) $(cb_console_runner_LDADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-man1: $(man_MANS) -+ @$(NORMAL_INSTALL) -+ @list1=''; \ -+ list2='$(man_MANS)'; \ -+ test -n "$(man1dir)" \ -+ && test -n "`echo $$list1$$list2`" \ -+ || exit 0; \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ -+ { for i in $$list1; do echo "$$i"; done; \ -+ if test -n "$$list2"; then \ -+ for i in $$list2; do echo "$$i"; done \ -+ | sed -n '/\.1[a-z]*$$/p'; \ -+ fi; \ -+ } | while read p; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; echo "$$p"; \ -+ done | \ -+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -+ sed 'N;N;s,\n, ,g' | { \ -+ list=; while read file base inst; do \ -+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ -+ fi; \ -+ done; \ -+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ -+ while read files; do \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ -+ done; } -+ -+uninstall-man1: -+ @$(NORMAL_UNINSTALL) -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ files=`{ for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(PROGRAMS) $(MANS) -+installdirs: -+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-man -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: install-binPROGRAMS -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: install-man1 -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-binPROGRAMS uninstall-man -+ -+uninstall-man: uninstall-man1 -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ -+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install install-am install-binPROGRAMS \ -+ 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 install-man1 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-binPROGRAMS uninstall-man uninstall-man1 -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/tools/Makefile.in -@@ -0,0 +1,751 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/tools -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ -+ ctags-recursive dvi-recursive html-recursive info-recursive \ -+ install-data-recursive install-dvi-recursive \ -+ install-exec-recursive install-html-recursive \ -+ install-info-recursive install-pdf-recursive \ -+ install-ps-recursive install-recursive installcheck-recursive \ -+ installdirs-recursive pdf-recursive ps-recursive \ -+ tags-recursive uninstall-recursive -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ -+ distclean-recursive maintainer-clean-recursive -+am__recursive_targets = \ -+ $(RECURSIVE_TARGETS) \ -+ $(RECURSIVE_CLEAN_TARGETS) \ -+ $(am__extra_recursive_targets) -+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -+ distdir -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+DIST_SUBDIRS = $(SUBDIRS) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+am__relativize = \ -+ dir0=`pwd`; \ -+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ -+ sed_rest='s,^[^/]*/*,,'; \ -+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ -+ sed_butlast='s,/*[^/]*$$,,'; \ -+ while test -n "$$dir1"; do \ -+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ -+ if test "$$first" != "."; then \ -+ if test "$$first" = ".."; then \ -+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ -+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ -+ else \ -+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ -+ if test "$$first2" = "$$first"; then \ -+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ -+ else \ -+ dir2="../$$dir2"; \ -+ fi; \ -+ dir0="$$dir0"/"$$first"; \ -+ fi; \ -+ fi; \ -+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ -+ done; \ -+ reldir="$$dir2" -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+SUBDIRS = cb_share_config ConsoleRunner CBLauncher -+EXTRA_DIST = Addr2LineUI -+all: all-recursive -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/tools/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+ -+# This directory's subdirectories are mostly independent; you can cd -+# into them and run 'make' without going through this Makefile. -+# To change the values of 'make' variables: instead of editing Makefiles, -+# (1) if the variable is set in 'config.status', edit 'config.status' -+# (which will cause the Makefiles to be regenerated when you run 'make'); -+# (2) otherwise, pass the desired values on the 'make' command line. -+$(am__recursive_targets): -+ @fail=; \ -+ if $(am__make_keepgoing); then \ -+ failcom='fail=yes'; \ -+ else \ -+ failcom='exit 1'; \ -+ fi; \ -+ dot_seen=no; \ -+ target=`echo $@ | sed s/-recursive//`; \ -+ case "$@" in \ -+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ -+ *) list='$(SUBDIRS)' ;; \ -+ esac; \ -+ for subdir in $$list; do \ -+ echo "Making $$target in $$subdir"; \ -+ if test "$$subdir" = "."; then \ -+ dot_seen=yes; \ -+ local_target="$$target-am"; \ -+ else \ -+ local_target="$$target"; \ -+ fi; \ -+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ || eval $$failcom; \ -+ done; \ -+ if test "$$dot_seen" = "no"; then \ -+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ -+ fi; test -z "$$fail" -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-recursive -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ -+ include_option=--etags-include; \ -+ empty_fix=.; \ -+ else \ -+ include_option=--include; \ -+ empty_fix=; \ -+ fi; \ -+ list='$(SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ test ! -f $$subdir/TAGS || \ -+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ -+ fi; \ -+ done; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-recursive -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-recursive -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -+ if test "$$subdir" = .; then :; else \ -+ $(am__make_dryrun) \ -+ || test -d "$(distdir)/$$subdir" \ -+ || $(MKDIR_P) "$(distdir)/$$subdir" \ -+ || exit 1; \ -+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ -+ $(am__relativize); \ -+ new_distdir=$$reldir; \ -+ dir1=$$subdir; dir2="$(top_distdir)"; \ -+ $(am__relativize); \ -+ new_top_distdir=$$reldir; \ -+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ -+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ -+ ($(am__cd) $$subdir && \ -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$$new_top_distdir" \ -+ distdir="$$new_distdir" \ -+ am__remove_distdir=: \ -+ am__skip_length_check=: \ -+ am__skip_mode_fix=: \ -+ distdir) \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-recursive -+all-am: Makefile -+installdirs: installdirs-recursive -+installdirs-am: -+install: install-recursive -+install-exec: install-exec-recursive -+install-data: install-data-recursive -+uninstall: uninstall-recursive -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-recursive -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-recursive -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-recursive -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic distclean-tags -+ -+dvi: dvi-recursive -+ -+dvi-am: -+ -+html: html-recursive -+ -+html-am: -+ -+info: info-recursive -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-recursive -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-recursive -+ -+install-html-am: -+ -+install-info: install-info-recursive -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-recursive -+ -+install-pdf-am: -+ -+install-ps: install-ps-recursive -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-recursive -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-recursive -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-recursive -+ -+pdf-am: -+ -+ps: ps-recursive -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: $(am__recursive_targets) install-am install-strip -+ -+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ -+ check-am clean clean-generic clean-libtool cscopelist-am ctags \ -+ ctags-am distclean distclean-generic distclean-libtool \ -+ distclean-tags distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ installdirs-am maintainer-clean maintainer-clean-generic \ -+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ -+ ps ps-am tags tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/tools/cb_share_config/Makefile.in -@@ -0,0 +1,867 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+ -+ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+bin_PROGRAMS = cb_share_config$(EXEEXT) -+subdir = src/tools/cb_share_config -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ -+ $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+CONFIG_CLEAN_VPATH_FILES = -+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -+PROGRAMS = $(bin_PROGRAMS) -+am_cb_share_config_OBJECTS = app.$(OBJEXT) mainframe.$(OBJEXT) -+cb_share_config_OBJECTS = $(am_cb_share_config_OBJECTS) -+am__DEPENDENCIES_1 = -+cb_share_config_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+AM_V_lt = $(am__v_lt_@AM_V@) -+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -+am__v_lt_0 = --silent -+am__v_lt_1 = -+cb_share_config_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) $(cb_share_config_LDFLAGS) \ -+ $(LDFLAGS) -o $@ -+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 = -+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include -+depcomp = $(SHELL) $(top_srcdir)/depcomp -+am__depfiles_maybe = depfiles -+am__mv = mv -f -+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ -+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -+ $(AM_CXXFLAGS) $(CXXFLAGS) -+AM_V_CXX = $(am__v_CXX_@AM_V@) -+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) -+am__v_CXX_0 = @echo " CXX " $@; -+am__v_CXX_1 = -+CXXLD = $(CXX) -+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ -+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) -+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) -+am__v_CXXLD_0 = @echo " CXXLD " $@; -+am__v_CXXLD_1 = -+SOURCES = $(cb_share_config_SOURCES) -+DIST_SOURCES = $(cb_share_config_SOURCES) -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+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; -+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; }; \ -+ } -+man1dir = $(mandir)/man1 -+NROFF = nroff -+MANS = $(man_MANS) -+HEADERS = $(noinst_HEADERS) -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+# Read a list of newline-separated strings from the standard input, -+# and print each of them once, without duplicates. Input order is -+# *not* preserved. -+am__uniquify_input = $(AWK) '\ -+ BEGIN { nonempty = 0; } \ -+ { items[$$0] = 1; nonempty = 1; } \ -+ END { if (nonempty) { for (i in items) print i; }; } \ -+' -+# Make sure the list of sources is unique. This is necessary because, -+# e.g., the same source file might be shared among _SOURCES variables -+# for different programs/libraries. -+am__define_uniq_tagged_files = \ -+ list='$(am__tagged_files)'; \ -+ unique=`for i in $$list; do \ -+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ -+ done | $(am__uniquify_input)` -+ETAGS = etags -+CTAGS = ctags -+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+AM_CPPFLAGS = $(WX_CXXFLAGS) \ -+ $(CB_GLIB2_CFLAGS) \ -+ -I$(top_srcdir)/src/include -+ -+cb_share_config_LDFLAGS = -+cb_share_config_LDADD = $(WX_LIBS) \ -+ $(CB_GLIB2_LIBS) \ -+ $(CB_TINYXML_LIBS) -+ -+cb_share_config_SOURCES = app.cpp \ -+ mainframe.cpp -+ -+noinst_HEADERS = app.h \ -+ mainframe.h -+ -+man_MANS = cb_share_config.1 -+EXTRA_DIST = $(srcdir)/*.cbp \ -+ $(srcdir)/wxsmith/*.wxs \ -+ $(man_MANS) -+ -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .cpp .lo .o .obj -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/cb_share_config/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/tools/cb_share_config/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+install-binPROGRAMS: $(bin_PROGRAMS) -+ @$(NORMAL_INSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do echo "$$p $$p"; done | \ -+ sed 's/$(EXEEXT)$$//' | \ -+ while read p p1; do if test -f $$p \ -+ || test -f $$p1 \ -+ ; then echo "$$p"; echo "$$p"; else :; fi; \ -+ done | \ -+ sed -e 'p;s,.*/,,;n;h' \ -+ -e 's|.*|.|' \ -+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -+ sed 'N;N;N;s,\n, ,g' | \ -+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -+ if ($$2 == $$4) files[d] = files[d] " " $$1; \ -+ else { print "f", $$3 "/" $$4, $$1; } } \ -+ END { for (d in files) print "f", d, files[d] }' | \ -+ while read type dir files; do \ -+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ -+ } \ -+ ; done -+ -+uninstall-binPROGRAMS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ files=`for p in $$list; do echo "$$p"; done | \ -+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -+ -e 's/$$/$(EXEEXT)/' \ -+ `; \ -+ test -n "$$list" || exit 0; \ -+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ -+ cd "$(DESTDIR)$(bindir)" && rm -f $$files -+ -+clean-binPROGRAMS: -+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+cb_share_config$(EXEEXT): $(cb_share_config_OBJECTS) $(cb_share_config_DEPENDENCIES) $(EXTRA_cb_share_config_DEPENDENCIES) -+ @rm -f cb_share_config$(EXEEXT) -+ $(AM_V_CXXLD)$(cb_share_config_LINK) $(cb_share_config_OBJECTS) $(cb_share_config_LDADD) $(LIBS) -+ -+mostlyclean-compile: -+ -rm -f *.$(OBJEXT) -+ -+distclean-compile: -+ -rm -f *.tab.c -+ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainframe.Po@am__quote@ -+ -+.cpp.o: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< -+ -+.cpp.obj: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ -+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -+ -+.cpp.lo: -+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ -+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ -+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+install-man1: $(man_MANS) -+ @$(NORMAL_INSTALL) -+ @list1=''; \ -+ list2='$(man_MANS)'; \ -+ test -n "$(man1dir)" \ -+ && test -n "`echo $$list1$$list2`" \ -+ || exit 0; \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ -+ { for i in $$list1; do echo "$$i"; done; \ -+ if test -n "$$list2"; then \ -+ for i in $$list2; do echo "$$i"; done \ -+ | sed -n '/\.1[a-z]*$$/p'; \ -+ fi; \ -+ } | while read p; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; echo "$$p"; \ -+ done | \ -+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -+ sed 'N;N;s,\n, ,g' | { \ -+ list=; while read file base inst; do \ -+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ -+ fi; \ -+ done; \ -+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ -+ while read files; do \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ -+ done; } -+ -+uninstall-man1: -+ @$(NORMAL_UNINSTALL) -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ files=`{ for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) -+ -+ID: $(am__tagged_files) -+ $(am__define_uniq_tagged_files); mkid -fID $$unique -+tags: tags-am -+TAGS: tags -+ -+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ set x; \ -+ here=`pwd`; \ -+ $(am__define_uniq_tagged_files); \ -+ shift; \ -+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ test -n "$$unique" || unique=$$empty_fix; \ -+ if test $$# -gt 0; then \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ "$$@" $$unique; \ -+ else \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$unique; \ -+ fi; \ -+ fi -+ctags: ctags-am -+ -+CTAGS: ctags -+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) -+ $(am__define_uniq_tagged_files); \ -+ test -z "$(CTAGS_ARGS)$$unique" \ -+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -+ $$unique -+ -+GTAGS: -+ here=`$(am__cd) $(top_builddir) && pwd` \ -+ && $(am__cd) $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) "$$here" -+cscopelist: cscopelist-am -+ -+cscopelist-am: $(am__tagged_files) -+ list='$(am__tagged_files)'; \ -+ case "$(srcdir)" in \ -+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ -+ *) sdir=$(subdir)/$(srcdir) ;; \ -+ esac; \ -+ for i in $$list; do \ -+ if test -f "$$i"; then \ -+ echo "$(subdir)/$$i"; \ -+ else \ -+ echo "$$sdir/$$i"; \ -+ fi; \ -+ done >> $(top_builddir)/cscope.files -+ -+distclean-tags: -+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) -+installdirs: -+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+distclean-am: clean-am distclean-compile distclean-generic \ -+ distclean-tags -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: install-man -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: install-binPROGRAMS -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: install-man1 -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -rf ./$(DEPDIR) -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ -+ mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: uninstall-binPROGRAMS uninstall-man -+ -+uninstall-man: uninstall-man1 -+ -+.MAKE: install-am install-strip -+ -+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ -+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ -+ ctags ctags-am distclean distclean-compile distclean-generic \ -+ distclean-libtool distclean-tags distdir dvi dvi-am html \ -+ html-am info info-am install install-am install-binPROGRAMS \ -+ 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 install-man1 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+ uninstall-binPROGRAMS uninstall-man uninstall-man1 -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: ---- /dev/null -+++ codeblocks-16.01svn11246/src/wxsmith/Makefile.in -@@ -0,0 +1,570 @@ -+# Makefile.in generated by automake 1.15 from Makefile.am. -+# @configure_input@ -+ -+# Copyright (C) 1994-2014 Free Software Foundation, Inc. -+ -+# 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@ -+VPATH = @srcdir@ -+am__is_gnu_make = { \ -+ if test -z '$(MAKELEVEL)'; then \ -+ false; \ -+ elif test -n '$(MAKE_HOST)'; then \ -+ true; \ -+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ -+ true; \ -+ else \ -+ false; \ -+ fi; \ -+} -+am__make_running_with_option = \ -+ case $${target_option-} in \ -+ ?) ;; \ -+ *) echo "am__make_running_with_option: internal error: invalid" \ -+ "target option '$${target_option-}' specified" >&2; \ -+ exit 1;; \ -+ esac; \ -+ has_opt=no; \ -+ sane_makeflags=$$MAKEFLAGS; \ -+ if $(am__is_gnu_make); then \ -+ sane_makeflags=$$MFLAGS; \ -+ else \ -+ case $$MAKEFLAGS in \ -+ *\\[\ \ ]*) \ -+ bs=\\; \ -+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ -+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ -+ esac; \ -+ fi; \ -+ skip_next=no; \ -+ strip_trailopt () \ -+ { \ -+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ -+ }; \ -+ for flg in $$sane_makeflags; do \ -+ test $$skip_next = yes && { skip_next=no; continue; }; \ -+ case $$flg in \ -+ *=*|--*) continue;; \ -+ -*I) strip_trailopt 'I'; skip_next=yes;; \ -+ -*I?*) strip_trailopt 'I';; \ -+ -*O) strip_trailopt 'O'; skip_next=yes;; \ -+ -*O?*) strip_trailopt 'O';; \ -+ -*l) strip_trailopt 'l'; skip_next=yes;; \ -+ -*l?*) strip_trailopt 'l';; \ -+ -[dEDm]) skip_next=yes;; \ -+ -[JT]) skip_next=yes;; \ -+ esac; \ -+ case $$flg in \ -+ *$$target_option*) has_opt=yes; break;; \ -+ esac; \ -+ done; \ -+ test $$has_opt = yes -+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@PACKAGE@ -+pkglibexecdir = $(libexecdir)/@PACKAGE@ -+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -+install_sh_DATA = $(install_sh) -c -m 644 -+install_sh_PROGRAM = $(install_sh) -c -+install_sh_SCRIPT = $(install_sh) -c -+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@ -+target_triplet = @target@ -+subdir = src/wxsmith -+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -+am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ -+ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ -+ $(top_srcdir)/m4/ax_boost_base.m4 \ -+ $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac -+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -+ $(ACLOCAL_M4) -+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -+mkinstalldirs = $(install_sh) -d -+CONFIG_HEADER = $(top_builddir)/src/include/config.h -+CONFIG_CLEAN_FILES = -+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 = -+SOURCES = -+DIST_SOURCES = -+am__can_run_installinfo = \ -+ case $$AM_UPDATE_INFO_DIR in \ -+ n|no|NO) false;; \ -+ *) (install-info --version) >/dev/null 2>&1;; \ -+ esac -+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -+am__DIST_COMMON = $(srcdir)/Makefile.in -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+ACLOCAL = @ACLOCAL@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+AR = @AR@ -+AUTOCONF = @AUTOCONF@ -+AUTOHEADER = @AUTOHEADER@ -+AUTOMAKE = @AUTOMAKE@ -+AWK = @AWK@ -+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ -+BOOST_LDFLAGS = @BOOST_LDFLAGS@ -+BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ -+BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ -+BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ -+BUILD_BYOGAMES = @BUILD_BYOGAMES@ -+BUILD_CBKODERS = @BUILD_CBKODERS@ -+BUILD_CCCC = @BUILD_CCCC@ -+BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ -+BUILD_CODESTAT = @BUILD_CODESTAT@ -+BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ -+BUILD_CPPCHECK = @BUILD_CPPCHECK@ -+BUILD_CSCOPE = @BUILD_CSCOPE@ -+BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ -+BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ -+BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ -+BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ -+BUILD_ENVVARS = @BUILD_ENVVARS@ -+BUILD_EXPORTER = @BUILD_EXPORTER@ -+BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ -+BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ -+BUILD_HELP = @BUILD_HELP@ -+BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ -+BUILD_INCSEARCH = @BUILD_INCSEARCH@ -+BUILD_KEYBINDER = @BUILD_KEYBINDER@ -+BUILD_LIBFINDER = @BUILD_LIBFINDER@ -+BUILD_MOUSESAP = @BUILD_MOUSESAP@ -+BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ -+BUILD_PROFILER = @BUILD_PROFILER@ -+BUILD_REGEX = @BUILD_REGEX@ -+BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ -+BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ -+BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ -+BUILD_SYMTAB = @BUILD_SYMTAB@ -+BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ -+BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ -+BUILD_VALGRIND = @BUILD_VALGRIND@ -+BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ -+BUILD_WXSMITH = @BUILD_WXSMITH@ -+BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ -+BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ -+CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ -+CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ -+CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ -+CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ -+CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ -+CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ -+CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ -+CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ -+CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ -+CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ -+CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ -+CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ -+CC = @CC@ -+CCDEPMODE = @CCDEPMODE@ -+CFLAGS = @CFLAGS@ -+CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ -+CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ -+CPP = @CPP@ -+CPPFLAGS = @CPPFLAGS@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ -+CXXDEPMODE = @CXXDEPMODE@ -+CXXFLAGS = @CXXFLAGS@ -+CYGPATH_W = @CYGPATH_W@ -+DATE = @DATE@ -+DEFS = @DEFS@ -+DEPDIR = @DEPDIR@ -+DLLTOOL = @DLLTOOL@ -+DSYMUTIL = @DSYMUTIL@ -+DUMPBIN = @DUMPBIN@ -+ECHO_C = @ECHO_C@ -+ECHO_N = @ECHO_N@ -+ECHO_T = @ECHO_T@ -+EGREP = @EGREP@ -+EXEEXT = @EXEEXT@ -+FGREP = @FGREP@ -+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ -+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ -+GAMIN_CFLAGS = @GAMIN_CFLAGS@ -+GAMIN_LIBS = @GAMIN_LIBS@ -+GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ -+GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ -+GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ -+GCC_VERSION = @GCC_VERSION@ -+GLIB2_CFLAGS = @GLIB2_CFLAGS@ -+GLIB2_LIBS = @GLIB2_LIBS@ -+GREP = @GREP@ -+GTK_CFLAGS = @GTK_CFLAGS@ -+GTK_LIBS = @GTK_LIBS@ -+HAVE_CXX11 = @HAVE_CXX11@ -+HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ -+HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ -+HUNSPELL_LIBS = @HUNSPELL_LIBS@ -+INSTALL = @INSTALL@ -+INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -+LD = @LD@ -+LDFLAGS = @LDFLAGS@ -+LIBOBJS = @LIBOBJS@ -+LIBS = @LIBS@ -+LIBTOOL = @LIBTOOL@ -+LIPO = @LIPO@ -+LN_S = @LN_S@ -+LTLIBOBJS = @LTLIBOBJS@ -+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -+MACSETFILE = @MACSETFILE@ -+MAKEINFO = @MAKEINFO@ -+MANIFEST_TOOL = @MANIFEST_TOOL@ -+MKDIR_P = @MKDIR_P@ -+MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -+NM = @NM@ -+NMEDIT = @NMEDIT@ -+OBJDUMP = @OBJDUMP@ -+OBJEXT = @OBJEXT@ -+OTOOL = @OTOOL@ -+OTOOL64 = @OTOOL64@ -+PACKAGE = @PACKAGE@ -+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -+PACKAGE_NAME = @PACKAGE_NAME@ -+PACKAGE_STRING = @PACKAGE_STRING@ -+PACKAGE_TARNAME = @PACKAGE_TARNAME@ -+PACKAGE_URL = @PACKAGE_URL@ -+PACKAGE_VERSION = @PACKAGE_VERSION@ -+PATH_SEPARATOR = @PATH_SEPARATOR@ -+PKG_CONFIG = @PKG_CONFIG@ -+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -+PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ -+PLATFORM_LIBS = @PLATFORM_LIBS@ -+PLUGIN_FLAGS = @PLUGIN_FLAGS@ -+POSTLINK_COMMAND = @POSTLINK_COMMAND@ -+RANLIB = @RANLIB@ -+RC = @RC@ -+REVISION = @REVISION@ -+REZ = @REZ@ -+SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ -+SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ -+SED = @SED@ -+SETFILE = @SETFILE@ -+SET_MAKE = @SET_MAKE@ -+SHARED_FLAGS = @SHARED_FLAGS@ -+SHELL = @SHELL@ -+SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ -+SQUIRREL_LIBS = @SQUIRREL_LIBS@ -+STRIP = @STRIP@ -+TINYXML_CFLAGS = @TINYXML_CFLAGS@ -+TINYXML_LIBS = @TINYXML_LIBS@ -+VERSION = @VERSION@ -+WXPROPGRID_DIR = @WXPROPGRID_DIR@ -+WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ -+WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ -+WXPROPGRID_LIB = @WXPROPGRID_LIB@ -+WX_CFLAGS = @WX_CFLAGS@ -+WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ -+WX_CONFIG_PATH = @WX_CONFIG_PATH@ -+WX_CPPFLAGS = @WX_CPPFLAGS@ -+WX_CXXFLAGS = @WX_CXXFLAGS@ -+WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ -+WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ -+WX_GTK_LIBS = @WX_GTK_LIBS@ -+WX_LIBS = @WX_LIBS@ -+WX_LIBS_STATIC = @WX_LIBS_STATIC@ -+WX_RESCOMP = @WX_RESCOMP@ -+WX_VERSION = @WX_VERSION@ -+WX_VERSION_MAJOR = @WX_VERSION_MAJOR@ -+WX_VERSION_MICRO = @WX_VERSION_MICRO@ -+WX_VERSION_MINOR = @WX_VERSION_MINOR@ -+WX_X11_CFLAGS = @WX_X11_CFLAGS@ -+WX_X11_LIBS = @WX_X11_LIBS@ -+XMKMF = @XMKMF@ -+X_CFLAGS = @X_CFLAGS@ -+X_EXTRA_LIBS = @X_EXTRA_LIBS@ -+X_LIBS = @X_LIBS@ -+X_PRE_LIBS = @X_PRE_LIBS@ -+abs_builddir = @abs_builddir@ -+abs_srcdir = @abs_srcdir@ -+abs_top_builddir = @abs_top_builddir@ -+abs_top_srcdir = @abs_top_srcdir@ -+ac_ct_AR = @ac_ct_AR@ -+ac_ct_CC = @ac_ct_CC@ -+ac_ct_CXX = @ac_ct_CXX@ -+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -+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@ -+builddir = @builddir@ -+codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ -+datadir = @datadir@ -+datarootdir = @datarootdir@ -+docdir = @docdir@ -+dvidir = @dvidir@ -+exec_prefix = @exec_prefix@ -+host = @host@ -+host_alias = @host_alias@ -+host_cpu = @host_cpu@ -+host_os = @host_os@ -+host_vendor = @host_vendor@ -+htmldir = @htmldir@ -+includedir = @includedir@ -+infodir = @infodir@ -+install_sh = @install_sh@ -+libdir = @libdir@ -+libexecdir = @libexecdir@ -+localedir = @localedir@ -+localstatedir = @localstatedir@ -+mandir = @mandir@ -+mkdir_p = @mkdir_p@ -+oldincludedir = @oldincludedir@ -+pdfdir = @pdfdir@ -+prefix = @prefix@ -+program_transform_name = @program_transform_name@ -+psdir = @psdir@ -+runstatedir = @runstatedir@ -+sbindir = @sbindir@ -+sharedstatedir = @sharedstatedir@ -+srcdir = @srcdir@ -+sysconfdir = @sysconfdir@ -+target = @target@ -+target_alias = @target_alias@ -+target_cpu = @target_cpu@ -+target_os = @target_os@ -+target_vendor = @target_vendor@ -+top_build_prefix = @top_build_prefix@ -+top_builddir = @top_builddir@ -+top_srcdir = @top_srcdir@ -+zlib_CFLAGS = @zlib_CFLAGS@ -+zlib_LIBS = @zlib_LIBS@ -+EXTRA_DIST = $(srcdir)/*.wxs -+all: all-am -+ -+.SUFFIXES: -+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -+ @for dep in $?; do \ -+ case '$(am__configure_deps)' in \ -+ *$$dep*) \ -+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -+ && { if test -f $@; then exit 0; else break; fi; }; \ -+ exit 1;; \ -+ esac; \ -+ done; \ -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/wxsmith/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --foreign src/wxsmith/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; -+ -+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+ -+$(top_srcdir)/configure: $(am__configure_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(ACLOCAL_M4): $(am__aclocal_m4_deps) -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -+$(am__aclocal_m4_deps): -+ -+mostlyclean-libtool: -+ -rm -f *.lo -+ -+clean-libtool: -+ -rm -rf .libs _libs -+tags TAGS: -+ -+ctags CTAGS: -+ -+cscope cscopelist: -+ -+ -+distdir: $(DISTFILES) -+ @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 \ -+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ -+ if test -d $$d/$$file; then \ -+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -+ if test -d "$(distdir)/$$file"; then \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ fi; \ -+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ else \ -+ test -f "$(distdir)/$$file" \ -+ || cp -p $$d/$$file "$(distdir)/$$file" \ -+ || exit 1; \ -+ fi; \ -+ done -+check-am: all-am -+check: check-am -+all-am: Makefile -+installdirs: -+install: install-am -+install-exec: install-exec-am -+install-data: install-data-am -+uninstall: uninstall-am -+ -+install-am: all-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ -+installcheck: installcheck-am -+install-strip: -+ 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 -+mostlyclean-generic: -+ -+clean-generic: -+ -+distclean-generic: -+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-generic clean-libtool mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: -+ -+html: html-am -+ -+html-am: -+ -+info: info-am -+ -+info-am: -+ -+install-data-am: -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: -+ -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: -+ -+install-info: install-info-am -+ -+install-info-am: -+ -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: -+ -+install-ps: install-ps-am -+ -+install-ps-am: -+ -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-generic -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-generic mostlyclean-libtool -+ -+pdf: pdf-am -+ -+pdf-am: -+ -+ps: ps-am -+ -+ps-am: -+ -+uninstall-am: -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-generic clean-libtool \ -+ cscopelist-am ctags-am distclean distclean-generic \ -+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ -+ install 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 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-generic mostlyclean \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags-am uninstall uninstall-am -+ -+.PRECIOUS: Makefile -+ -+ -+# 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: diff -Nru codeblocks-16.01svn11246/debian/patches/series codeblocks-17.12/debian/patches/series --- codeblocks-16.01svn11246/debian/patches/series 2017-12-10 09:31:59.000000000 +0000 +++ codeblocks-17.12/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -bootstrap.diff diff -Nru codeblocks-16.01svn11246/depcomp codeblocks-17.12/depcomp --- codeblocks-16.01svn11246/depcomp 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/depcomp 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2013-05-30.07; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program 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 General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru codeblocks-16.01svn11246/.gitignore codeblocks-17.12/.gitignore --- codeblocks-16.01svn11246/.gitignore 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -.objs* -/src/devel* -/src/output* -debug -release -*.gch -*.layout -*.depend -*.patch -lib -autorevision.h -*.a -*.exe -autorevision -cb_console_runner -cb_console_runner29 -*.bmarks -Makefile.in -/build* -/configure -/aclocal.m4 -/.last_revision -/autom4te.cache -/install-sh -/ltmain.sh -/missing -/revision.m4 -/depcomp -*build_log.html -/src/include/config.h.in -*cscope_file_list -/config.guess -/config.sub -*.cbTemp diff -Nru codeblocks-16.01svn11246/install-sh codeblocks-17.12/install-sh --- codeblocks-16.01svn11246/install-sh 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/install-sh 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-11-20.07; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru codeblocks-16.01svn11246/.last_revision codeblocks-17.12/.last_revision --- codeblocks-16.01svn11246/.last_revision 2017-12-10 09:14:08.000000000 +0000 +++ codeblocks-17.12/.last_revision 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -OLD_REV=11246 diff -Nru codeblocks-16.01svn11246/ltmain.sh codeblocks-17.12/ltmain.sh --- codeblocks-16.01svn11246/ltmain.sh 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/ltmain.sh 2017-12-28 11:01:46.000000000 +0000 @@ -0,0 +1,9655 @@ + +# libtool (GNU libtool) 2.4.2 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --no-warn don't display warning messages +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4.2 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . + +PROGRAM=libtool +PACKAGE=libtool +VERSION=2.4.2 +TIMESTAMP="" +package_revision=1.3337 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} # func_dirname may be replaced by extended shell implementation + + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} # func_basename may be replaced by extended shell implementation + + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} # func_dirname_and_basename may be replaced by extended shell implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname may be replaced by extended shell implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $opt_debug + + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ + p + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $opt_debug + + func_error "missing argument for $1." + exit_cmd=exit +} + + +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + my_sed_short_opt='1s/^\(..\).*$/\1/;q' + my_sed_short_rest='1s/^..\(.*\)$/\1/;q' + + func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` + func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` +} # func_split_short_opt may be replaced by extended shell implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' + my_sed_long_arg='1s/^--[^=]*=//' + + func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` + func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` +} # func_split_long_opt may be replaced by extended shell implementation + +exit_cmd=: + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +nonopt= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "${1}=\$${1}\${2}" +} # func_append may be replaced by extended shell implementation + +# func_append_quoted var value +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +func_append_quoted () +{ + func_quote_for_eval "${2}" + eval "${1}=\$${1}\\ \$func_quote_for_eval_result" +} # func_append_quoted may be replaced by extended shell implementation + + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "${@}"` +} # func_arith may be replaced by extended shell implementation + + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` +} # func_len may be replaced by extended shell implementation + + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} # func_lo2o may be replaced by extended shell implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} # func_xform may be replaced by extended shell implementation + + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_warning=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do + opt="$1" + shift + case $opt in + --debug|-x) opt_debug='set -x' + func_echo "enabling shell trace mode" + $opt_debug + ;; + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" + shift + ;; + --preserve-dup-deps) + opt_preserve_dup_deps=: + ;; + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) + opt_silent=false +func_append preserve_args " $opt" + ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; + --no-verbose) + opt_verbose=false +func_append preserve_args " $opt" + ;; + --silent|--quiet) + opt_silent=: +func_append preserve_args " $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +func_append preserve_args " $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +func_append preserve_args " $opt $optarg" +func_enable_tag "$optarg" + shift + ;; + + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + + # Separate optargs to long options: + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; + esac + done + + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || func_append preserve_args " --debug" + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } + + + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} + + + + +## ----------- ## +## Main. ## +## ----------- ## + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_mode_compile arg... +func_mode_compile () +{ + $opt_debug + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + pie_flag= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + test -n "$libobj" && \ + func_fatal_error "you cannot specify \`-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + func_append pie_flag " $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + func_append later " $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + func_append_quoted lastarg "$arg" + done + IFS="$save_ifs" + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + func_append base_compile " $lastarg" + continue + ;; + + *) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with \`-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj="$func_basename_result" + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from \`$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + func_append removelist " $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + func_append removelist " $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + func_append command " -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + func_append command " -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + func_append command "$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$opt_mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + func_append dir "/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || func_append admincmds " + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + func_append files " $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + func_append install_shared_prog " $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + func_append staticlibs " $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) func_append current_libdirs " $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) func_append future_libdirs " $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + func_append dir "$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) func_append symtab_cflags " $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + func_append dlfiles " $arg" + else + func_append dlprefiles " $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) func_append deplibs " $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# func_append moreargs " $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) func_append rpath " $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) func_append xrpath " $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + func_append weak_libs " $arg" + prev= + continue + ;; + xcclinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) func_append dllsearchpath ":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + func_append deplibs " System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + func_append deplibs " $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + func_append objs " $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + func_append deplibs " $arg" + func_append old_deplibs " $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + func_append dlfiles " $func_resolve_sysroot_result" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + func_append dlprefiles " $func_resolve_sysroot_result" + prev= + else + func_append deplibs " $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps ; then + case "$libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append libs " $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; + esac + func_append pre_post_deps " $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) func_append deplibs " $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append compiler_flags " $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + func_append newdlprefiles " $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append newdlfiles " $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + func_append dlprefiles " $lib $dependency_libs" + else + func_append newdlfiles " $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + func_append newlib_search_path " $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) func_append temp_rpath "$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + func_append notinst_deplibs " $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + func_append notinst_deplibs " $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$opt_mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$absdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && + test "$hardcode_minus_L" != yes && + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$opt_mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) func_append xrpath " $temp_xrpath";; + esac;; + *) func_append temp_deplibs " $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + func_append newlib_search_path " $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; + esac + fi + func_append tmp_libs " $func_resolve_sysroot_result" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) func_append lib_search_path " $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) func_append tmp_libs " $deplib" ;; + esac + ;; + *) func_append tmp_libs " $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + func_append tmp_libs " $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + func_append objs "$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + func_append libobjs " $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + func_append verstring ":${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + func_append libobjs " $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$opt_mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + func_append removelist " $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + func_append oldlibs " $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) func_append dlfiles " $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) func_append dlprefiles " $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + func_append deplibs " System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + func_append deplibs " -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + func_append newdeplibs " $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test "X$deplibs_check_method" = "Xnone"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + deplibs="$new_libs" + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$opt_mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append dep_rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + func_append linknames " $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + func_append delfiles " $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd1 in $cmds; do + IFS="$save_ifs" + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + func_append tmp_deplibs " $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + func_append linker_flags " $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + func_append delfiles " $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + func_append compile_command " ${wl}-bind_at_load" + func_append finalize_command " ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) func_append dllsearchpath ":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) func_append finalize_perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + func_append rpath "$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + func_append oldobjs " $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $addlibs + func_append oldobjs " $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append oldobjs " $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" + ;; + *) func_append oldobjs " $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" + ;; + *) func_append newdlfiles " $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlfiles " $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlprefiles " $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) func_append RM " $arg"; rmforce=yes ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + odir="$objdir" + else + odir="$dir/$objdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$opt_mode" = uninstall && odir="$dir" + + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then + case " $rmdirs " in + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + func_append rmfiles " $odir/$n" + done + test -n "$old_library" && func_append rmfiles " $odir/$old_library" + + case "$opt_mode" in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; + esac + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + func_append rmfiles " $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + func_append rmfiles " $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$opt_mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + func_append rmfiles " $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + func_append rmfiles " $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + func_append rmfiles " $odir/$name $odir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + func_append rmfiles " $odir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$opt_mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + diff -Nru codeblocks-16.01svn11246/m4/libtool.m4 codeblocks-17.12/m4/libtool.m4 --- codeblocks-16.01svn11246/m4/libtool.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/m4/libtool.m4 2017-12-28 11:01:46.000000000 +0000 @@ -0,0 +1,7986 @@ +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file 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. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +]) + +# serial 57 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +m4_defun([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from `configure', and `config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# `config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain="$ac_aux_dir/ltmain.sh" +])# _LT_PROG_LTMAIN + + +## ------------------------------------- ## +## Accumulate code for creating libtool. ## +## ------------------------------------- ## + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the `libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + +## ------------------------ ## +## FIXME: Eliminate VARNAME ## +## ------------------------ ## + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to `config.status' so that its +# declaration there will have the same value as in `configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags="_LT_TAGS"dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into `config.status', and then the shell code to quote escape them in +# for loops in `config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +\`$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test $[#] != 0 +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try \`$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try \`$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +_LT_COPYING +_LT_LIBTOOL_TAGS + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + _LT_PROG_REPLACE_SHELLFNS + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS="$save_LDFLAGS" + ]) + + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[[012]]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + m4_if([$1], [CXX], +[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[ --with-sysroot[=DIR] Search for dependent libraries within DIR + (or the compiler's sysroot if not specified).], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([${with_sysroot}]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and in which our libraries should be installed.])]) + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" +])# _LT_ENABLE_LOCK + + +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +: ${AR_FLAGS=cru} +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test x"[$]$2" = xyes; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links="nottested" +if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", + [Define to the sub-directory in which libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || + test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[[4-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[23]].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], + [Run-time system search path for libraries]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program which can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program which can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi]) +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +AC_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + esac + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS="$save_LDFLAGS"]) + if test "$lt_cv_irix_exported_symbol" = yes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting ${shlibpath_var} if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report which library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC="$lt_save_CC" +])# _LT_LANG_C_CONFIG + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + LT_PATH_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + gnu*) + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_TAGVAR(GCC, $1)="$GXX" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)="${prev}${p}" + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)="$p" + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)="$p" + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_F77" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$G77" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" +fi # test "$_lt_disable_F77" != yes + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_FC" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test "$_lt_disable_FC" != yes + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ + +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +AC_MSG_RESULT([$xsi_shell]) +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) + +AC_MSG_CHECKING([whether the shell understands "+="]) +lt_shell_append=no +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +AC_MSG_RESULT([$lt_shell_append]) +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) +# ------------------------------------------------------ +# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and +# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. +m4_defun([_LT_PROG_FUNCTION_REPLACE], +[dnl { +sed -e '/^$1 ()$/,/^} # $1 /c\ +$1 ()\ +{\ +m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) +} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: +]) + + +# _LT_PROG_REPLACE_SHELLFNS +# ------------------------- +# Replace existing portable implementations of several shell functions with +# equivalent extended shell implementations where those features are available.. +m4_defun([_LT_PROG_REPLACE_SHELLFNS], +[if test x"$xsi_shell" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl + func_split_long_opt_name=${1%%=*} + func_split_long_opt_arg=${1#*=}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) + + _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) + + _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) + + _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) +fi + +if test x"$lt_shell_append" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) + + _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl + func_quote_for_eval "${2}" +dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ + eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) +fi +]) + +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine which file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS diff -Nru codeblocks-16.01svn11246/m4/lt~obsolete.m4 codeblocks-17.12/m4/lt~obsolete.m4 --- codeblocks-16.01svn11246/m4/lt~obsolete.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/m4/lt~obsolete.m4 2017-12-28 11:01:47.000000000 +0000 @@ -0,0 +1,98 @@ +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file 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. + +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) diff -Nru codeblocks-16.01svn11246/m4/ltoptions.m4 codeblocks-17.12/m4/ltoptions.m4 --- codeblocks-16.01svn11246/m4/ltoptions.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/m4/ltoptions.m4 2017-12-28 11:01:46.000000000 +0000 @@ -0,0 +1,384 @@ +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file 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. + +# serial 7 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option `$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + ]) +])# _LT_SET_OPTIONS + + +## --------------------------------- ## +## Macros to handle LT_INIT options. ## +## --------------------------------- ## + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the `shared' and +# `disable-shared' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the `static' and +# `disable-static' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the `fast-install' +# and `disable-fast-install' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# LT_INIT options. +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [pic_mode=default]) + +test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + +## ----------------- ## +## LTDL_INIT Options ## +## ----------------- ## + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) diff -Nru codeblocks-16.01svn11246/m4/ltsugar.m4 codeblocks-17.12/m4/ltsugar.m4 --- codeblocks-16.01svn11246/m4/ltsugar.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/m4/ltsugar.m4 2017-12-28 11:01:47.000000000 +0000 @@ -0,0 +1,123 @@ +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file 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. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59 which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) diff -Nru codeblocks-16.01svn11246/m4/ltversion.m4 codeblocks-17.12/m4/ltversion.m4 --- codeblocks-16.01svn11246/m4/ltversion.m4 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/m4/ltversion.m4 2017-12-28 11:01:47.000000000 +0000 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file 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. + +# @configure_input@ + +# serial 3337 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.2' +macro_revision='1.3337' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) diff -Nru codeblocks-16.01svn11246/Makefile.in codeblocks-17.12/Makefile.in --- codeblocks-16.01svn11246/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/Makefile.in 2017-12-28 11:01:53.000000000 +0000 @@ -0,0 +1,1089 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = . +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/configure $(am__configure_deps) \ + $(srcdir)/bundle.sh.in $(srcdir)/codeblocks.plist.in \ + $(srcdir)/codeblocks.pc.in $(srcdir)/codeblocks.spec.fedora.in \ + $(srcdir)/codeblocks.spec.in $(dist_appdata_DATA) \ + $(am__dist_osxbundle_DATA_DIST) \ + $(am__dist_osxbundle_icons_DATA_DIST) AUTHORS COPYING \ + ChangeLog NEWS README TODO compile config.guess config.sub \ + depcomp install-sh missing ltmain.sh +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = bundle.sh codeblocks.plist codeblocks.pc \ + codeblocks.spec.fedora codeblocks.spec +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(appdatadir)" \ + "$(DESTDIR)$(osxbundledir)" "$(DESTDIR)$(osxbundle_iconsdir)" \ + "$(DESTDIR)$(pkgconfigdir)" +am__dist_osxbundle_DATA_DIST = bundle.sh codeblocks.plist +am__dist_osxbundle_icons_DATA_DIST = \ + $(top_srcdir)/src/src/resources/icons/*.icns +DATA = $(dist_appdata_DATA) $(dist_osxbundle_DATA) \ + $(dist_osxbundle_icons_DATA) $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.bz2 +DIST_TARGETS = dist-bzip2 +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ $(ADDITIONAL_MAKE_DIST_OPTIONS) +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 +@KEEP_DLLS_FALSE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" --exclude="*.dll" +@KEEP_DLLS_TRUE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = codeblocks.pc + +# Add some files needed only when making a bundle +@DARWIN_TRUE@osxbundledir = $(pkgdatadir)/osx_bundle +@DARWIN_TRUE@dist_osxbundle_DATA = bundle.sh \ +@DARWIN_TRUE@ codeblocks.plist + +@DARWIN_TRUE@osxbundle_iconsdir = $(osxbundledir)/icons +@DARWIN_TRUE@dist_osxbundle_icons_DATA = $(top_srcdir)/src/src/resources/icons/*.icns +EXTRA_DIST = bootstrap \ + codeblocks.spec \ + codeblocks.spec.fedora \ + codeblocks.plist \ + BUGS \ + BUILD \ + COMPILERS \ + $(srcdir)/update* \ + ChangeLog.xsl \ + codeblocks.appdata.xml \ + codeblocks-contrib.metainfo.xml \ + debian + +appdatadir = $(datarootdir)/appdata +dist_appdata_DATA = $(top_srcdir)/codeblocks.appdata.xml +all: all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): +bundle.sh: $(top_builddir)/config.status $(srcdir)/bundle.sh.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +codeblocks.plist: $(top_builddir)/config.status $(srcdir)/codeblocks.plist.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +codeblocks.pc: $(top_builddir)/config.status $(srcdir)/codeblocks.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +codeblocks.spec.fedora: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.fedora.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +codeblocks.spec: $(top_builddir)/config.status $(srcdir)/codeblocks.spec.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool config.lt +install-dist_appdataDATA: $(dist_appdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ + done + +uninstall-dist_appdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) +install-dist_osxbundleDATA: $(dist_osxbundle_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_osxbundle_DATA)'; test -n "$(osxbundledir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(osxbundledir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(osxbundledir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(osxbundledir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(osxbundledir)" || exit $$?; \ + done + +uninstall-dist_osxbundleDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_osxbundle_DATA)'; test -n "$(osxbundledir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(osxbundledir)'; $(am__uninstall_files_from_dir) +install-dist_osxbundle_iconsDATA: $(dist_osxbundle_icons_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_osxbundle_icons_DATA)'; test -n "$(osxbundle_iconsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(osxbundle_iconsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(osxbundle_iconsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(osxbundle_iconsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(osxbundle_iconsdir)" || exit $$?; \ + done + +uninstall-dist_osxbundle_iconsDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_osxbundle_icons_DATA)'; test -n "$(osxbundle_iconsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(osxbundle_iconsdir)'; $(am__uninstall_files_from_dir) +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) all-local +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(osxbundledir)" "$(DESTDIR)$(osxbundle_iconsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-local mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_appdataDATA install-dist_osxbundleDATA \ + install-dist_osxbundle_iconsDATA install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_appdataDATA uninstall-dist_osxbundleDATA \ + uninstall-dist_osxbundle_iconsDATA uninstall-pkgconfigDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ + dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ + dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-generic distclean-libtool distclean-tags \ + distcleancheck distdir distuninstallcheck dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_appdataDATA \ + install-dist_osxbundleDATA install-dist_osxbundle_iconsDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-pkgconfigDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-dist_appdataDATA \ + uninstall-dist_osxbundleDATA \ + uninstall-dist_osxbundle_iconsDATA uninstall-pkgconfigDATA + + +clean-zipfiles: + find . -name "*.zip" | xargs rm -f + +clean-bin: + find . -name "*.la" | xargs rm -f + rm -f src/src/codeblocks + +all-local: +@HAVE_WX29_TRUE@ cp $(top_srcdir)/debian/codeblocks-headers.install.wx30 $(top_srcdir)/debian/codeblocks-headers.install +@HAVE_WX29_FALSE@ cp $(top_srcdir)/debian/codeblocks-headers.install.wx28 $(top_srcdir)/debian/codeblocks-headers.install + +clean-local: + rm -f $(top_srcdir)/debian/codeblocks-headers.install + +# 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: diff -Nru codeblocks-16.01svn11246/missing codeblocks-17.12/missing --- codeblocks-16.01svn11246/missing 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/missing 2017-10-31 23:53:45.000000000 +0000 @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2012-06-26.16; # UTC + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program 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 General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'automa4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru codeblocks-16.01svn11246/README codeblocks-17.12/README --- codeblocks-16.01svn11246/README 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/README 2017-12-28 11:01:34.000000000 +0000 @@ -1,4 +1,4 @@ -This is the Code::Blocks IDE version 16.01-HEAD +This is the Code::Blocks IDE version 17.12 For license info, see the file "COPYING" For compilers info, see the file "COMPILERS" For support/feedback visit http://www.codeblocks.org diff -Nru codeblocks-16.01svn11246/README.release codeblocks-17.12/README.release --- codeblocks-16.01svn11246/README.release 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/README.release 2017-12-28 11:01:34.000000000 +0000 @@ -1,14 +1,14 @@ Preparations for a release: 1.) Make a release branch in SVN, e.g. - http://svn.code.sf.net/p/codeblocks/code/branches/release-16.xx + http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx 2.) Adopt the RELEASE #define in: [C::B]\src\src\appglobals.h ...and remove the comment. 3.) Feel free to adopt or add a new logo in e.g.: - [C::B]\src\src\resources\images\splash_1601.png + [C::B]\src\src\resources\images\splash_17xx.png 4.) With repect to changes in the logo, adopt: [C::B]\src\src\splashscreen.cpp @@ -20,12 +20,15 @@ 5.) Make relevant changes in specific files, set new version number in: [C::B]\codeblocks.plist.in [C::B]\codeblocks.spec.in <- careful here: don't change the changelog + [C::B]\codeblocks.spec.fedora.in <- careful here: don't change the changelog [C::B]\README [C::B]\update_revision.sh [C::B]\debian\get-orig-source [C::B]\debian\get-orig-source-from-svn - [C::B]\src\src\build_tools\Info.plist + [C::B]\src\build_tools\Info.plist [C::B]\src\src\resources\resources.rc + [C::B]src\plugins\contrib\wxSmith\wxs.doxy + [C::B]src\sdk.doxy 6.) Create nightlies based on that branch and fix bugs in that branch (No new features!) @@ -36,4 +39,4 @@ alike. (But including logos etc. if not yet done.) 6.) After release, rename the branch to the date C::B was actually released: - branches/release-16.xx -> branches/release-16.01 + branches/release-17.xx -> branches/release-17.12 diff -Nru codeblocks-16.01svn11246/revision.m4 codeblocks-17.12/revision.m4 --- codeblocks-16.01svn11246/revision.m4 2017-12-10 09:14:08.000000000 +0000 +++ codeblocks-17.12/revision.m4 2017-12-28 11:01:46.000000000 +0000 @@ -1,3 +1,3 @@ -m4_define([SVN_REV], 11246) -m4_define([SVN_REVISION], 16.01svn11246) -m4_define([SVN_DATE], 2017-12-07 19:34:57) +m4_define([SVN_REV], 11256) +m4_define([SVN_REVISION], 17.12svn11256) +m4_define([SVN_DATE], 2017-12-28 10:44:41) diff -Nru codeblocks-16.01svn11246/src/base/Makefile.in codeblocks-17.12/src/base/Makefile.in --- codeblocks-16.01svn11246/src/base/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/base/Makefile.in 2017-12-28 11:01:53.000000000 +0000 @@ -0,0 +1,733 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/base +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@HAVE_TINYXML_FALSE@SUBDIRS = tinyxml +DIST_SUBDIRS = tinyxml +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/base/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/base/tinyxml/Makefile.in codeblocks-17.12/src/base/tinyxml/Makefile.in --- codeblocks-16.01svn11246/src/base/tinyxml/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/base/tinyxml/Makefile.in 2017-12-28 11:01:53.000000000 +0000 @@ -0,0 +1,712 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/base/tinyxml +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libtinyxml_la_LIBADD = +am_libtinyxml_la_OBJECTS = tinyxml.lo tinyxmlerror.lo tinyxmlparser.lo +libtinyxml_la_OBJECTS = $(am_libtinyxml_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtinyxml_la_SOURCES) +DIST_SOURCES = $(libtinyxml_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/include/tinyxml + +noinst_LTLIBRARIES = libtinyxml.la +libtinyxml_la_SOURCES = tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp +EXTRA_DIST = tinystr.cpp +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/tinyxml/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/base/tinyxml/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtinyxml.la: $(libtinyxml_la_OBJECTS) $(libtinyxml_la_DEPENDENCIES) $(EXTRA_libtinyxml_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libtinyxml_la_OBJECTS) $(libtinyxml_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxml.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlerror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinyxmlparser.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/build_tools/autorevision/autorevision.cpp codeblocks-17.12/src/build_tools/autorevision/autorevision.cpp --- codeblocks-16.01svn11246/src/build_tools/autorevision/autorevision.cpp 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/src/build_tools/autorevision/autorevision.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10922 $ * $Id: autorevision.cpp 10922 2016-11-17 11:48:57Z thomas-denk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/build_tools/autorevision/autorevision.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/build_tools/autorevision/autorevision.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/build_tools/autorevision/Makefile.in codeblocks-17.12/src/build_tools/autorevision/Makefile.in --- codeblocks-16.01svn11246/src/build_tools/autorevision/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/build_tools/autorevision/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,709 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +noinst_PROGRAMS = auto_revision$(EXEEXT) +subdir = src/build_tools/autorevision +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) +am_auto_revision_OBJECTS = autorevision.$(OBJEXT) +auto_revision_OBJECTS = $(am_auto_revision_OBJECTS) +am__DEPENDENCIES_1 = +auto_revision_DEPENDENCIES = $(am__DEPENDENCIES_1) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(auto_revision_SOURCES) +DIST_SOURCES = $(auto_revision_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +auto_revision_SOURCES = autorevision.cpp +AM_CPPFLAGS = -I$(top_srcdir)/src/include +auto_revision_LDADD = $(CB_TINYXML_LIBS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/autorevision/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/build_tools/autorevision/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +auto_revision$(EXEEXT): $(auto_revision_OBJECTS) $(auto_revision_DEPENDENCIES) $(EXTRA_auto_revision_DEPENDENCIES) + @rm -f auto_revision$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(auto_revision_OBJECTS) $(auto_revision_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autorevision.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) all-local +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +all-local: auto_revision + ./auto_revision +int +wx +t $(top_srcdir) $(top_builddir)/src/include/autorevision.h + +# 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: diff -Nru codeblocks-16.01svn11246/src/build_tools/Info.plist codeblocks-17.12/src/build_tools/Info.plist --- codeblocks-16.01svn11246/src/build_tools/Info.plist 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/src/build_tools/Info.plist 2017-12-28 11:01:33.000000000 +0000 @@ -15,15 +15,15 @@ CFBundlePackageType APPL CFBundleVersion - CodeBlocks version 16.01 + CodeBlocks version 17.12 CFBundleShortVersionString - CodeBlocks version 16.01 + CodeBlocks version 17.12 LSRequiresCarbon CFBundleGetInfoString - CodeBlocks version 16.01, (c) 2004-2017 Code::Blocks + CodeBlocks version 17.12, (c) 2004-2017 Code::Blocks CFBundleLongVersionString - CodeBlocks version 16.01 SVN revision 10701, (c) 2004-2017 Code::Blocks + CodeBlocks version 17.12 SVN revision 11249, (c) 2004-2017 Code::Blocks NSHumanReadableCopyright Copyright 2004-2017, The Code::Blocks Team CFBundleIdentifier diff -Nru codeblocks-16.01svn11246/src/build_tools/Makefile.in codeblocks-17.12/src/build_tools/Makefile.in --- codeblocks-16.01svn11246/src/build_tools/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/build_tools/Makefile.in 2017-12-28 11:01:53.000000000 +0000 @@ -0,0 +1,733 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/build_tools +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = autorevision +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/build_tools/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/build_tools/scrooge/scrooge.cpp codeblocks-17.12/src/build_tools/scrooge/scrooge.cpp --- codeblocks-16.01svn11246/src/build_tools/scrooge/scrooge.cpp 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/src/build_tools/scrooge/scrooge.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: scrooge.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/build_tools/scrooge/scrooge.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/build_tools/scrooge/scrooge.cpp $ */ #include Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/exchndl/win32/lib/libexchndl.a and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/exchndl/win32/lib/libexchndl.a differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/exchndl/win32/lib/libmgwhelp.a and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/exchndl/win32/lib/libmgwhelp.a differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/exchndl/win64/lib/libexchndl.a and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/exchndl/win64/lib/libexchndl.a differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/exchndl/win64/lib/libmgwhelp.a and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/exchndl/win64/lib/libmgwhelp.a differ diff -Nru codeblocks-16.01svn11246/src/include/cbplugin.h codeblocks-17.12/src/include/cbplugin.h --- codeblocks-16.01svn11246/src/include/cbplugin.h 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/include/cbplugin.h 2017-12-28 11:01:33.000000000 +0000 @@ -37,7 +37,7 @@ // this is the plugins SDK version number // it will change when the SDK interface breaks #define PLUGIN_SDK_VERSION_MAJOR 1 -#define PLUGIN_SDK_VERSION_MINOR 32 +#define PLUGIN_SDK_VERSION_MINOR 33 #define PLUGIN_SDK_VERSION_RELEASE 0 // class decls diff -Nru codeblocks-16.01svn11246/src/include/config.h.in codeblocks-17.12/src/include/config.h.in --- codeblocks-16.01svn11246/src/include/config.h.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/config.h.in 2017-12-28 11:01:52.000000000 +0000 @@ -0,0 +1,207 @@ +/* src/include/config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if the `closedir' function returns void instead of `int'. */ +#undef CLOSEDIR_VOID + +/* Define to 1 if you have the `atexit' function. */ +#undef HAVE_ATEXIT + +/* define if the Boost library is available */ +#undef HAVE_BOOST + +/* define if the Boost::System library is available */ +#undef HAVE_BOOST_SYSTEM + +/* define if the compiler supports basic C++11 syntax */ +#undef HAVE_CXX11 + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ +#undef HAVE_DOPRNT + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `isascii' function. */ +#undef HAVE_ISASCII + +/* Define to 1 if you have the `dl' library (-ldl). */ +#undef HAVE_LIBDL + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ +#undef HAVE_MALLOC + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_MALLOC_H + +/* Define to 1 if you have the `memchr' function. */ +#undef HAVE_MEMCHR + +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* snprintf */ +#undef HAVE_SNPRINTF + +/* Define to 1 if `stat' has the bug that it succeeds when given the + zero-length file name argument. */ +#undef HAVE_STAT_EMPTY_STRING_BUG + +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR + +/* Define to 1 if you have the `strcspn' function. */ +#undef HAVE_STRCSPN + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strrchr' function. */ +#undef HAVE_STRRCHR + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MALLOC_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `vprintf' function. */ +#undef HAVE_VPRINTF + +/* vsnprintf */ +#undef HAVE_VSNPRINTF + +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + +/* Define to 1 if `lstat' dereferences a symlink specified with a trailing + slash. */ +#undef LSTAT_FOLLOWS_SLASHED_SYMLINK + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define to 1 if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to rpl_malloc if the replacement function should be used. */ +#undef malloc + +/* Define to `unsigned int' if does not define. */ +#undef size_t + +/* Define to empty if the keyword `volatile' does not work. Warning: valid + code using `volatile' can become incorrect without. Disable with care. */ +#undef volatile diff -Nru codeblocks-16.01svn11246/src/include/Makefile.in codeblocks-17.12/src/include/Makefile.in --- codeblocks-16.01svn11246/src/include/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,997 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@HAVE_TINYXML_FALSE@am__append_1 = tinyxml +subdir = src/include +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(srcdir)/config.h.in $(srcdir)/autorevision.h.in \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = autorevision.h +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = scripting $(am__append_1) +DIST_SUBDIRS = scripting tinyxml +@PRECOMPILE_HEADERS_FALSE@BUILT_SOURCES = +@PRECOMPILE_HEADERS_TRUE@BUILT_SOURCES = sdk.h.gch \ +@PRECOMPILE_HEADERS_TRUE@ sdk_precomp.h.gch + +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_builddir)/src/include \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + + +# Because we are not generating any programs/libraries with this makefile, +# $(CXXCOMPILE) is empty. +# Create the basic one here: +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + +sdkdir = $(includedir)/codeblocks +ALLHEADERS = annoyingdialog.h \ + autodetectcompilers.h \ + backgroundthread.h \ + base64.h \ + blockallocated.h \ + cbauibook.h \ + cbcolourmanager.h \ + cbdebugger_interfaces.h \ + cbeditor.h \ + cbeditorprintout.h \ + cbexception.h \ + cbfunctor.h \ + cbplugin.h \ + cbproject.h \ + cbstatusbar.h \ + cbstyledtextctrl.h \ + cbthreadedtask.h \ + cbthreadpool.h \ + cbtool.h \ + cbtreectrl.h \ + cbworkspace.h \ + ccmanager.h \ + compileoptionsbase.h \ + compiler.h \ + compilercommandgenerator.h \ + compilerfactory.h \ + compileroptions.h \ + compiletargetbase.h \ + configmanager.h \ + configurationpanel.h \ + configuretoolsdlg.h \ + confirmreplacedlg.h \ + crc32.h \ + debuggermanager.h \ + editarrayfiledlg.h \ + editarrayorderdlg.h \ + editarraystringdlg.h \ + editorbase.h \ + editorcolourset.h \ + editorlexerloader.h \ + editormanager.h \ + editor_hooks.h \ + editpairdlg.h \ + editpathdlg.h \ + edittooldlg.h \ + encodingdetector.h \ + externaldepsdlg.h \ + filefilters.h \ + filegroupsandmasks.h \ + filemanager.h \ + findreplacedlg.h \ + findreplacebase.h \ + genericmultilinenotesdlg.h \ + globals.h \ + ibaseloader.h \ + ibaseworkspaceloader.h \ + id.h \ + importers_globals.h \ + incremental_select_helper.h \ + infowindow.h \ + licenses.h \ + logger.h \ + loggers.h \ + logmanager.h \ + macrosmanager.h \ + manager.h \ + menuitemsmanager.h \ + misctreeitemdata.h \ + multiselectdlg.h \ + newfromtemplatedlg.h \ + personalitymanager.h \ + pipedprocess.h \ + pluginmanager.h \ + pluginsconfigurationdlg.h \ + prep.h \ + printing_types.h \ + projectbuildtarget.h \ + projectfile.h \ + projectfileoptionsdlg.h \ + projectlayoutloader.h \ + projectloader.h \ + projectloader_hooks.h \ + projectmanager.h \ + projectsfilemasksdlg.h \ + projecttemplateloader.h \ + safedelete.h \ + scriptingmanager.h \ + scriptsecuritywarningdlg.h \ + scrollingdialog.h \ + sdk.h \ + sdk_common.h \ + sdk_precomp.h \ + sdk_events.h \ + searchresultslog.h \ + selecttargetdlg.h \ + settings.h \ + templatemanager.h \ + tinywxuni.h \ + toolsmanager.h \ + uservarmanager.h \ + workspaceloader.h \ + xtra_res.h \ + mozilla_chardet/CharDistribution.h \ + mozilla_chardet/JpCntx.h \ + mozilla_chardet/nsBig5Prober.h \ + mozilla_chardet/nsCharSetProber.h \ + mozilla_chardet/nsCodingStateMachine.h \ + mozilla_chardet/nsEscCharsetProber.h \ + mozilla_chardet/nsEUCJPProber.h \ + mozilla_chardet/nsEUCKRProber.h \ + mozilla_chardet/nsEUCTWProber.h \ + mozilla_chardet/nsGB2312Prober.h \ + mozilla_chardet/nsHebrewProber.h \ + mozilla_chardet/nsLatin1Prober.h \ + mozilla_chardet/nsMBCSGroupProber.h \ + mozilla_chardet/nsPkgInt.h \ + mozilla_chardet/nsSBCharSetProber.h \ + mozilla_chardet/nsSBCSGroupProber.h \ + mozilla_chardet/nsSJISProber.h \ + mozilla_chardet/nsUniversalDetector.h \ + mozilla_chardet/nsUTF8Prober.h \ + mozilla_chardet/mfbt/mozilla/Alignment.h \ + mozilla_chardet/mfbt/mozilla/Assertions.h \ + mozilla_chardet/mfbt/mozilla/Attributes.h \ + mozilla_chardet/mfbt/mozilla/Compiler.h \ + mozilla_chardet/mfbt/mozilla/Likely.h \ + mozilla_chardet/mfbt/mozilla/NullPtr.h \ + mozilla_chardet/mfbt/mozilla/TypedEnum.h \ + mozilla_chardet/mfbt/mozilla/Types.h \ + mozilla_chardet/mfbt/mozilla/Util.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg_darwin.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg_linux.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg_openbsd.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg_win95.h \ + mozilla_chardet/nsprpub/pr/include/prcpucfg_winnt.h \ + mozilla_chardet/nsprpub/pr/include/prmem.h \ + mozilla_chardet/nsprpub/pr/include/prtypes.h \ + mozilla_chardet/xpcom/base/ErrorList.h \ + mozilla_chardet/xpcom/base/nscore.h \ + mozilla_chardet/xpcom/base/nsError.h \ + mozilla_chardet/xpcom/glue/nsDebug.h \ + mozilla_chardet/xpcom/glue/nsMemory.h + +sdk_HEADERS = $(ALLHEADERS) +EXTRA_DIST = autorevision.h +all: $(BUILT_SOURCES) config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status src/include/config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +autorevision.h: $(top_builddir)/config.status $(srcdir)/autorevision.h.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-recursive +all-am: Makefile $(HEADERS) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-local mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: $(am__recursive_targets) all check install install-am \ + install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool clean-local \ + cscopelist-am ctags ctags-am distclean distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-sdkHEADERS + + +sdk.h.gch: sdk_precomp.h.gch $(ALLHEADERS) + -rm -f sdk.h.gch + $(CXXCOMPILE) -o sdk.h.gch -xc++-header $(srcdir)/sdk.h + +sdk_precomp.h.gch: $(ALLHEADERS) + -rm -f sdk_precomp.h.gch + $(CXXCOMPILE) -o sdk_precomp.h.gch -xc++-header $(srcdir)/sdk_precomp.h + +clean-local: + -rm -f sdk.h.gch + -rm -f sdk_precomp.h.gch + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/bindings/Makefile.in codeblocks-17.12/src/include/scripting/bindings/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/bindings/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/bindings/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,675 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/scripting/bindings +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(noinst_HEADERS) $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/scripting/bindings +noinst_HEADERS = scriptbindings.h +sdk_HEADERS = sc_base_types.h sc_plugin.h +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/bindings/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/bindings/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/include/Makefile.in codeblocks-17.12/src/include/scripting/include/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/include/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/include/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,683 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/scripting/include +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/scripting/include +sdk_HEADERS = sqdbgserver.h \ + sqstdaux.h \ + sqstdio.h \ + sqstdstring.h \ + squirrel.h \ + sqrdbg.h \ + sqstdblob.h \ + sqstdmath.h \ + sqstdsystem.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/include/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/include/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/Makefile.in codeblocks-17.12/src/include/scripting/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,734 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@HAVE_SQUIRREL_FALSE@am__append_1 = squirrel sqstdlib include +subdir = src/include/scripting +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = sqplus bindings $(am__append_1) +DIST_SUBDIRS = squirrel sqstdlib sqplus bindings include +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/sqplus/Makefile.in codeblocks-17.12/src/include/scripting/sqplus/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/sqplus/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/sqplus/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,682 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/scripting/sqplus +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/scripting/sqplus +sdk_HEADERS = SqPlusConst.h \ + SquirrelBindingsUtils.h \ + SquirrelVM.h \ + sqplus.h \ + SquirrelObject.h + +EXTRA_DIST = SquirrelBindingsUtilsWin32.h \ + sqplusWin32.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/sqplus/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/sqplus/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/sqstdlib/Makefile.in codeblocks-17.12/src/include/scripting/sqstdlib/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/sqstdlib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/sqstdlib/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,623 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/scripting/sqstdlib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +noinst_HEADERS = sqstdstream.h \ + sqstdblobimpl.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/sqstdlib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/sqstdlib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/scripting/squirrel/Makefile.in codeblocks-17.12/src/include/scripting/squirrel/Makefile.in --- codeblocks-16.01svn11246/src/include/scripting/squirrel/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/scripting/squirrel/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,638 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/scripting/squirrel +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +noinst_HEADERS = sqtable.h \ + sqopcodes.h \ + squtils.h \ + sqclass.h \ + sqstring.h \ + sqobject.h \ + sqpcheader.h \ + sqarray.h \ + sqfuncstate.h \ + squserdata.h \ + sqcompiler.h \ + sqclosure.h \ + sqfuncproto.h \ + sqlexer.h \ + sqmem.h \ + sqstate.h \ + sqvm.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/scripting/squirrel/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/scripting/squirrel/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/include/tinyxml/Makefile.in codeblocks-17.12/src/include/tinyxml/Makefile.in --- codeblocks-16.01svn11246/src/include/tinyxml/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/include/tinyxml/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,674 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/include/tinyxml +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/tinyxml +sdk_HEADERS = tinystr.h tinyxml.h +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/tinyxml/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/include/tinyxml/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/Makefile.in codeblocks-17.12/src/Makefile.in --- codeblocks-16.01svn11246/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/Makefile.in 2017-12-28 11:01:53.000000000 +0000 @@ -0,0 +1,797 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = include base build_tools mime sdk src plugins tools templates scripts wxsmith +dist_pkgdata_DATA = tips.txt +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/*.workspace \ + mac_pack \ + $(srcdir)/update* \ + $(srcdir)/batch* \ + sdk.doxy + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/mime/Makefile.in codeblocks-17.12/src/mime/Makefile.in --- codeblocks-16.01svn11246/src/mime/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/mime/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,720 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/mime +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimeicondir)" \ + "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(xdgmimedir)" +DATA = $(desktop_DATA) $(mimeicon_DATA) $(pixmap_DATA) $(xdgmime_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +desktopdir = $(datadir)/applications +desktop_DATA = $(srcdir)/codeblocks.desktop +xdgmimedir = $(datadir)/mime/packages +xdgmime_DATA = codeblocks.xml +mimeicondir = $(datadir)/icons/hicolor/48x48/mimetypes +mimeicon_DATA = $(srcdir)/application-x-codeblocks.png \ + $(srcdir)/application-x-codeblocks-workspace.png + +pixmapdir = $(datadir)/pixmaps +pixmap_DATA = $(srcdir)/codeblocks.png +EXTRA_DIST = \ + $(desktop_DATA) \ + $(xdgmime_DATA) \ + $(mimeicon_DATA) \ + $(pixmap_DATA) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mime/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/mime/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-desktopDATA: $(desktop_DATA) + @$(NORMAL_INSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ + done + +uninstall-desktopDATA: + @$(NORMAL_UNINSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) +install-mimeiconDATA: $(mimeicon_DATA) + @$(NORMAL_INSTALL) + @list='$(mimeicon_DATA)'; test -n "$(mimeicondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(mimeicondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(mimeicondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mimeicondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(mimeicondir)" || exit $$?; \ + done + +uninstall-mimeiconDATA: + @$(NORMAL_UNINSTALL) + @list='$(mimeicon_DATA)'; test -n "$(mimeicondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(mimeicondir)'; $(am__uninstall_files_from_dir) +install-pixmapDATA: $(pixmap_DATA) + @$(NORMAL_INSTALL) + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pixmapdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \ + done + +uninstall-pixmapDATA: + @$(NORMAL_UNINSTALL) + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir) +install-xdgmimeDATA: $(xdgmime_DATA) + @$(NORMAL_INSTALL) + @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(xdgmimedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(xdgmimedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdgmimedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(xdgmimedir)" || exit $$?; \ + done + +uninstall-xdgmimeDATA: + @$(NORMAL_UNINSTALL) + @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(xdgmimedir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimeicondir)" "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(xdgmimedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-desktopDATA install-mimeiconDATA \ + install-pixmapDATA install-xdgmimeDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-desktopDATA uninstall-mimeiconDATA \ + uninstall-pixmapDATA uninstall-xdgmimeDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +.MAKE: install-am install-data-am install-strip uninstall-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-data-hook install-desktopDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-mimeiconDATA install-pdf install-pdf-am \ + install-pixmapDATA install-ps install-ps-am install-strip \ + install-xdgmimeDATA installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-desktopDATA \ + uninstall-hook uninstall-mimeiconDATA uninstall-pixmapDATA \ + uninstall-xdgmimeDATA + + +install-data-hook: install-xdgmimeDATA + if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \ + if which update-mime-database>/dev/null 2>&1; then \ + update-mime-database $(DESTDIR)$(datadir)/mime; \ + fi; \ + if which update-desktop-database>/dev/null 2>&1; then \ + update-desktop-database; \ + fi; \ + if which gtk-update-icon-cache>/dev/null 2>&1; then \ + gtk-update-icon-cache --force $(DESTDIR)$(datadir)/icons/hicolor; \ + fi \ + fi + +uninstall-hook: + if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \ + if which update-mime-database>/dev/null 2>&1; then \ + update-mime-database $(DESTDIR)$(datadir)/mime; \ + fi; \ + if which update-desktop-database>/dev/null 2>&1; then \ + update-desktop-database; \ + fi; \ + if which gtk-update-icon-cache>/dev/null 2>&1; then \ + gtk-update-icon-cache --force $(DESTDIR)$(datadir)/icons/hicolor; \ + fi \ + fi + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/abbreviations/abbreviationsconfigpanel.cpp codeblocks-17.12/src/plugins/abbreviations/abbreviationsconfigpanel.cpp --- codeblocks-16.01svn11246/src/plugins/abbreviations/abbreviationsconfigpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/abbreviations/abbreviationsconfigpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11153 $ * $Id: abbreviationsconfigpanel.cpp 11153 2017-08-15 21:52:36Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/abbreviations/abbreviationsconfigpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/abbreviations/abbreviationsconfigpanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/abbreviations/abbreviations.cpp codeblocks-17.12/src/plugins/abbreviations/abbreviations.cpp --- codeblocks-16.01svn11246/src/plugins/abbreviations/abbreviations.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/abbreviations/abbreviations.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10794 $ * $Id: abbreviations.cpp 10794 2016-02-26 06:19:20Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/abbreviations/abbreviations.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/abbreviations/abbreviations.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/abbreviations/Makefile.in codeblocks-17.12/src/plugins/abbreviations/Makefile.in --- codeblocks-16.01svn11246/src/plugins/abbreviations/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/abbreviations/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,902 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/abbreviations +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libabbreviations_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libabbreviations_la_OBJECTS = abbreviations.lo \ + abbreviationsconfigpanel.lo +libabbreviations_la_OBJECTS = $(am_libabbreviations_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libabbreviations_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libabbreviations_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libabbreviations_la_SOURCES) +DIST_SOURCES = $(libabbreviations_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libabbreviations.la +libabbreviations_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libabbreviations_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libabbreviations_la_SOURCES = abbreviations.cpp \ + abbreviationsconfigpanel.cpp + +noinst_HEADERS = abbreviations.h \ + abbreviationsconfigpanel.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/abbreviations/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/abbreviations/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libabbreviations.la: $(libabbreviations_la_OBJECTS) $(libabbreviations_la_DEPENDENCIES) $(EXTRA_libabbreviations_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libabbreviations_la_LINK) -rpath $(pluginlibdir) $(libabbreviations_la_OBJECTS) $(libabbreviations_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abbreviations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abbreviationsconfigpanel.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/abbreviations/resources/Makefile.in codeblocks-17.12/src/plugins/abbreviations/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/abbreviations/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/abbreviations/resources/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/abbreviations/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = abbreviations.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = manifest.xml $(srcdir)/*.xrc +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/abbreviations/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/abbreviations/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +abbreviations.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/abbreviations.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/asstreamiterator.cpp codeblocks-17.12/src/plugins/astyle/asstreamiterator.cpp --- codeblocks-16.01svn11246/src/plugins/astyle/asstreamiterator.cpp 2017-11-26 01:48:38.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/asstreamiterator.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9995 $ * $Id: asstreamiterator.cpp 9995 2014-10-16 09:01:46Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/astyle/asstreamiterator.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/astyle/asstreamiterator.cpp $ */ #include "asstreamiterator.h" diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/astyleconfigdlg.cpp codeblocks-17.12/src/plugins/astyle/astyleconfigdlg.cpp --- codeblocks-16.01svn11246/src/plugins/astyle/astyleconfigdlg.cpp 2017-11-26 01:48:38.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/astyleconfigdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10955 $ * $Id: astyleconfigdlg.cpp 10955 2016-12-29 08:55:24Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/astyle/astyleconfigdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/astyle/astyleconfigdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/astyleplugin.cpp codeblocks-17.12/src/plugins/astyle/astyleplugin.cpp --- codeblocks-16.01svn11246/src/plugins/astyle/astyleplugin.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/astyleplugin.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11193 $ * $Id: astyleplugin.cpp 11193 2017-10-08 21:31:56Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/astyle/astyleplugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/astyle/astyleplugin.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/dlgformattersettings.cpp codeblocks-17.12/src/plugins/astyle/dlgformattersettings.cpp --- codeblocks-16.01svn11246/src/plugins/astyle/dlgformattersettings.cpp 2017-11-26 01:48:38.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/dlgformattersettings.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10950 $ * $Id: dlgformattersettings.cpp 10950 2016-12-29 06:16:39Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/astyle/dlgformattersettings.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/astyle/dlgformattersettings.cpp $ */ #include "dlgformattersettings.h" diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/formattersettings.cpp codeblocks-17.12/src/plugins/astyle/formattersettings.cpp --- codeblocks-16.01svn11246/src/plugins/astyle/formattersettings.cpp 2017-11-26 01:48:38.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/formattersettings.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10950 $ * $Id: formattersettings.cpp 10950 2016-12-29 06:16:39Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/astyle/formattersettings.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/astyle/formattersettings.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/Makefile.in codeblocks-17.12/src/plugins/astyle/Makefile.in --- codeblocks-16.01svn11246/src/plugins/astyle/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,957 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@HAVE_ASTYLE_TRUE@am__append_1 = -lastyle +@HAVE_ASTYLE_TRUE@am__append_2 = astyle/ASBeautifier.cpp \ +@HAVE_ASTYLE_TRUE@ astyle/ASEnhancer.cpp \ +@HAVE_ASTYLE_TRUE@ astyle/ASFormatter.cpp \ +@HAVE_ASTYLE_TRUE@ astyle/ASResource.cpp \ +@HAVE_ASTYLE_TRUE@ astyle/astyle.h + +@HAVE_ASTYLE_FALSE@am__append_3 = -I$(top_srcdir)/src/plugins/astyle/astyle +@HAVE_ASTYLE_FALSE@am__append_4 = astyle/ASBeautifier.cpp \ +@HAVE_ASTYLE_FALSE@ astyle/ASEnhancer.cpp \ +@HAVE_ASTYLE_FALSE@ astyle/ASFormatter.cpp \ +@HAVE_ASTYLE_FALSE@ astyle/ASResource.cpp + +@HAVE_ASTYLE_FALSE@am__append_5 = astyle/astyle.h +subdir = src/plugins/astyle +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(am__noinst_HEADERS_DIST) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libAstyle_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am__libAstyle_la_SOURCES_DIST = asstreamiterator.cpp \ + astyleconfigdlg.cpp astyleplugin.cpp dlgformattersettings.cpp \ + formattersettings.cpp astyle/ASBeautifier.cpp \ + astyle/ASEnhancer.cpp astyle/ASFormatter.cpp \ + astyle/ASResource.cpp +am__dirstamp = $(am__leading_dot)dirstamp +@HAVE_ASTYLE_FALSE@am__objects_1 = astyle/ASBeautifier.lo \ +@HAVE_ASTYLE_FALSE@ astyle/ASEnhancer.lo astyle/ASFormatter.lo \ +@HAVE_ASTYLE_FALSE@ astyle/ASResource.lo +am_libAstyle_la_OBJECTS = asstreamiterator.lo astyleconfigdlg.lo \ + astyleplugin.lo dlgformattersettings.lo formattersettings.lo \ + $(am__objects_1) +libAstyle_la_OBJECTS = $(am_libAstyle_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libAstyle_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libAstyle_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libAstyle_la_SOURCES) +DIST_SOURCES = $(am__libAstyle_la_SOURCES_DIST) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__noinst_HEADERS_DIST = asstreamiterator.h astyleconfigdlg.h \ + astyleplugin.h astylepredefinedstyles.h dlgformattersettings.h \ + formattersettings.h astyle/astyle.h +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include $(am__append_3) +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libAstyle.la +libAstyle_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libAstyle_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) \ + $(am__append_1) +libAstyle_la_SOURCES = asstreamiterator.cpp astyleconfigdlg.cpp \ + astyleplugin.cpp dlgformattersettings.cpp \ + formattersettings.cpp $(am__append_4) +noinst_HEADERS = asstreamiterator.h astyleconfigdlg.h astyleplugin.h \ + astylepredefinedstyles.h dlgformattersettings.h \ + formattersettings.h $(am__append_5) +EXTRA_DIST = astyle/ASLocalizer.cpp astyle/ASLocalizer.h \ + astyle/astyle.html astyle/astyle_main.cpp astyle/astyle_main.h \ + astyle/index.html astyle/install.html astyle/links.html \ + astyle/news.html astyle/newsArchives.html astyle/notes.html \ + astyle/notesArchives.html astyle/scripts.html \ + astyle/styles.css astyle/subversion.html astyle/vsinstall.html \ + $(am__append_2) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/astyle/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/astyle/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +astyle/$(am__dirstamp): + @$(MKDIR_P) astyle + @: > astyle/$(am__dirstamp) +astyle/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) astyle/$(DEPDIR) + @: > astyle/$(DEPDIR)/$(am__dirstamp) +astyle/ASBeautifier.lo: astyle/$(am__dirstamp) \ + astyle/$(DEPDIR)/$(am__dirstamp) +astyle/ASEnhancer.lo: astyle/$(am__dirstamp) \ + astyle/$(DEPDIR)/$(am__dirstamp) +astyle/ASFormatter.lo: astyle/$(am__dirstamp) \ + astyle/$(DEPDIR)/$(am__dirstamp) +astyle/ASResource.lo: astyle/$(am__dirstamp) \ + astyle/$(DEPDIR)/$(am__dirstamp) + +libAstyle.la: $(libAstyle_la_OBJECTS) $(libAstyle_la_DEPENDENCIES) $(EXTRA_libAstyle_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libAstyle_la_LINK) -rpath $(pluginlibdir) $(libAstyle_la_OBJECTS) $(libAstyle_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f astyle/*.$(OBJEXT) + -rm -f astyle/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asstreamiterator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astyleconfigdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astyleplugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgformattersettings.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formattersettings.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASBeautifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASEnhancer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASFormatter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@astyle/$(DEPDIR)/ASResource.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf astyle/.libs astyle/_libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f astyle/$(DEPDIR)/$(am__dirstamp) + -rm -f astyle/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) astyle/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) astyle/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/astyle/resources/Makefile.in codeblocks-17.12/src/plugins/astyle/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/astyle/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/astyle/resources/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/astyle/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = configuration.xrc manifest.xml +pkgdata_DATA = Astyle.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/astyle/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/astyle/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +Astyle.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/Astyle.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/autosave/autosave.cpp codeblocks-17.12/src/plugins/autosave/autosave.cpp --- codeblocks-16.01svn11246/src/plugins/autosave/autosave.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/autosave/autosave.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8680 $ * $Id: autosave.cpp 8680 2012-12-16 14:58:35Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/autosave/autosave.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/autosave/autosave.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/autosave/Makefile.in codeblocks-17.12/src/plugins/autosave/Makefile.in --- codeblocks-16.01svn11246/src/plugins/autosave/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/autosave/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,808 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/autosave +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libautosave_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libautosave_la_OBJECTS = autosave.lo +libautosave_la_OBJECTS = $(am_libautosave_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libautosave_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libautosave_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libautosave_la_SOURCES) +DIST_SOURCES = $(libautosave_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libautosave.la +libautosave_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libautosave_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libautosave_la_SOURCES = autosave.cpp +noinst_HEADERS = autosave.h +EXTRA_DIST = autosave.xrc manifest.xml +pkgdata_DATA = autosave.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/autosave/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/autosave/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libautosave.la: $(libautosave_la_OBJECTS) $(libautosave_la_DEPENDENCIES) $(EXTRA_libautosave_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libautosave_la_LINK) -rpath $(pluginlibdir) $(libautosave_la_OBJECTS) $(libautosave_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autosave.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +autosave.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/autosave.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/classwizard/classwizard.cpp codeblocks-17.12/src/plugins/classwizard/classwizard.cpp --- codeblocks-16.01svn11246/src/plugins/classwizard/classwizard.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/classwizard/classwizard.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9543 $ * $Id: classwizard.cpp 9543 2014-01-07 08:12:54Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/classwizard/classwizard.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/classwizard/classwizard.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/classwizard/classwizarddlg.cpp codeblocks-17.12/src/plugins/classwizard/classwizarddlg.cpp --- codeblocks-16.01svn11246/src/plugins/classwizard/classwizarddlg.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/classwizard/classwizarddlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: classwizarddlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/classwizard/classwizarddlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/classwizard/classwizarddlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/classwizard/Makefile.in codeblocks-17.12/src/plugins/classwizard/Makefile.in --- codeblocks-16.01svn11246/src/plugins/classwizard/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/classwizard/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,894 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/classwizard +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libclasswizard_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libclasswizard_la_OBJECTS = classwizard.lo classwizarddlg.lo +libclasswizard_la_OBJECTS = $(am_libclasswizard_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libclasswizard_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libclasswizard_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libclasswizard_la_SOURCES) +DIST_SOURCES = $(libclasswizard_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libclasswizard.la +libclasswizard_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libclasswizard_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libclasswizard_la_SOURCES = classwizard.cpp classwizarddlg.cpp +noinst_HEADERS = classwizard.h classwizarddlg.h +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/classwizard/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/classwizard/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libclasswizard.la: $(libclasswizard_la_OBJECTS) $(libclasswizard_la_DEPENDENCIES) $(EXTRA_libclasswizard_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libclasswizard_la_LINK) -rpath $(pluginlibdir) $(libclasswizard_la_OBJECTS) $(libclasswizard_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classwizard.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classwizarddlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/classwizard/resources/Makefile.in codeblocks-17.12/src/plugins/classwizard/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/classwizard/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/classwizard/resources/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/classwizard/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = manifest.xml new_class.xrc +pkgdata_DATA = classwizard.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/classwizard/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/classwizard/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +classwizard.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/classwizard.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/ccoptionsdlg.cpp codeblocks-17.12/src/plugins/codecompletion/ccoptionsdlg.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/ccoptionsdlg.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/ccoptionsdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11194 $ * $Id: ccoptionsdlg.cpp 11194 2017-10-10 05:23:33Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/ccoptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/ccoptionsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/ccoptionsprjdlg.cpp codeblocks-17.12/src/plugins/codecompletion/ccoptionsprjdlg.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/ccoptionsprjdlg.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/ccoptionsprjdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8541 $ * $Id: ccoptionsprjdlg.cpp 8541 2012-11-10 18:37:28Z thomasdenk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/ccoptionsprjdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/ccoptionsprjdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/cctest/cctest_app.cpp codeblocks-17.12/src/plugins/codecompletion/cctest/cctest_app.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/cctest/cctest_app.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/cctest/cctest_app.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -3,7 +3,7 @@ * http://www.gnu.org/licenses/gpl-3.0.html * $Revision: 10336 $ * $Id: cctest_app.cpp 10336 2015-06-19 01:49:41Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/cctest/cctest_app.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/cctest/cctest_app.cpp $ */ /** diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/cctest/cctest_frame.cpp codeblocks-17.12/src/plugins/codecompletion/cctest/cctest_frame.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/cctest/cctest_frame.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/cctest/cctest_frame.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -3,7 +3,7 @@ * http://www.gnu.org/licenses/gpl-3.0.html * $Revision: 10770 $ * $Id: cctest_frame.cpp 10770 2016-02-06 14:27:56Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/cctest/cctest_frame.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/cctest/cctest_frame.cpp $ */ #ifdef __BORLANDC__ diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/cctreectrl.cpp codeblocks-17.12/src/plugins/codecompletion/cctreectrl.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/cctreectrl.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/cctreectrl.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9043 $ * $Id: cctreectrl.cpp 9043 2013-05-04 04:39:36Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/cctreectrl.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/cctreectrl.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/classbrowserbuilderthread.cpp codeblocks-17.12/src/plugins/codecompletion/classbrowserbuilderthread.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/classbrowserbuilderthread.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/classbrowserbuilderthread.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10340 $ * $Id: classbrowserbuilderthread.cpp 10340 2015-06-19 06:25:09Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/classbrowserbuilderthread.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/classbrowserbuilderthread.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/classbrowser.cpp codeblocks-17.12/src/plugins/codecompletion/classbrowser.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/classbrowser.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/classbrowser.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10664 $ * $Id: classbrowser.cpp 10664 2016-01-17 13:58:33Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/classbrowser.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/classbrowser.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/codecompletion.cpp codeblocks-17.12/src/plugins/codecompletion/codecompletion.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/codecompletion.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/codecompletion.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11194 $ * $Id: codecompletion.cpp 11194 2017-10-10 05:23:33Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/codecompletion.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/codecompletion.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/coderefactoring.cpp codeblocks-17.12/src/plugins/codecompletion/coderefactoring.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/coderefactoring.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/coderefactoring.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10665 $ * $Id: coderefactoring.cpp 10665 2016-01-17 13:58:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/coderefactoring.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/coderefactoring.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/doxygen_parser.cpp codeblocks-17.12/src/plugins/codecompletion/doxygen_parser.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/doxygen_parser.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/doxygen_parser.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10145 $ * $Id: doxygen_parser.cpp 10145 2015-03-10 02:54:16Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/doxygen_parser.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/doxygen_parser.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/insertclassmethoddlg.cpp codeblocks-17.12/src/plugins/codecompletion/insertclassmethoddlg.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/insertclassmethoddlg.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/insertclassmethoddlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: insertclassmethoddlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/insertclassmethoddlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/insertclassmethoddlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/Makefile.in codeblocks-17.12/src/plugins/codecompletion/Makefile.in --- codeblocks-16.01svn11246/src/plugins/codecompletion/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,1029 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/codecompletion +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcodecompletion_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libcodecompletion_la_OBJECTS = ccoptionsdlg.lo ccoptionsprjdlg.lo \ + cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo \ + codecompletion.lo coderefactoring.lo doxygen_parser.lo \ + gotofunctiondlg.lo insertclassmethoddlg.lo nativeparser.lo \ + nativeparser_base.lo selectincludefile.lo \ + systemheadersthread.lo parser/ccdebuginfo.lo \ + parser/cclogger.lo parser/parser.lo parser/parser_base.lo \ + parser/parserthread.lo parser/parserthreadedtask.lo \ + parser/profiletimer.lo parser/token.lo parser/tokenizer.lo \ + parser/tokentree.lo parser/searchtree.lo parser/expression.lo +libcodecompletion_la_OBJECTS = $(am_libcodecompletion_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcodecompletion_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodecompletion_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcodecompletion_la_SOURCES) +DIST_SOURCES = $(libcodecompletion_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcodecompletion.la +libcodecompletion_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcodecompletion_la_LIBADD = ../../sdk/libcodeblocks.la\ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libcodecompletion_la_SOURCES = ccoptionsdlg.cpp \ + ccoptionsprjdlg.cpp \ + cctreectrl.cpp \ + classbrowser.cpp \ + classbrowserbuilderthread.cpp \ + codecompletion.cpp \ + coderefactoring.cpp \ + doxygen_parser.cpp \ + gotofunctiondlg.cpp \ + insertclassmethoddlg.cpp \ + nativeparser.cpp \ + nativeparser_base.cpp \ + selectincludefile.cpp \ + systemheadersthread.cpp \ + parser/ccdebuginfo.cpp \ + parser/cclogger.cpp \ + parser/parser.cpp \ + parser/parser_base.cpp \ + parser/parserthread.cpp \ + parser/parserthreadedtask.cpp \ + parser/profiletimer.cpp \ + parser/token.cpp \ + parser/tokenizer.cpp \ + parser/tokentree.cpp \ + parser/searchtree.cpp \ + parser/expression.cpp + +noinst_HEADERS = ccoptionsdlg.h \ + ccoptionsprjdlg.h \ + cctreectrl.h \ + classbrowser.h \ + classbrowserbuilderthread.h \ + codecompletion.h \ + coderefactoring.h \ + doxygen_parser.h \ + gotofunctiondlg.h \ + insertclassmethoddlg.h \ + nativeparser.h \ + nativeparser_base.h \ + selectincludefile.h \ + systemheadersthread.h \ + parser/ccdebuginfo.h \ + parser/cclogger.h \ + parser/parser.h \ + parser/parser_base.h \ + parser/parserthread.h \ + parser/parserthreadedtask.h \ + parser/profiletimer.h \ + parser/token.h \ + parser/tokenizer.h \ + parser/tokentree.h \ + parser/searchtree.h \ + parser/expression.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + cctest \ + testing \ + wxsmith + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/codecompletion/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/codecompletion/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +parser/$(am__dirstamp): + @$(MKDIR_P) parser + @: > parser/$(am__dirstamp) +parser/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) parser/$(DEPDIR) + @: > parser/$(DEPDIR)/$(am__dirstamp) +parser/ccdebuginfo.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/cclogger.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/parser.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/parser_base.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/parserthread.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/parserthreadedtask.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/profiletimer.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/token.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/tokenizer.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/tokentree.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/searchtree.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) +parser/expression.lo: parser/$(am__dirstamp) \ + parser/$(DEPDIR)/$(am__dirstamp) + +libcodecompletion.la: $(libcodecompletion_la_OBJECTS) $(libcodecompletion_la_DEPENDENCIES) $(EXTRA_libcodecompletion_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcodecompletion_la_LINK) -rpath $(pluginlibdir) $(libcodecompletion_la_OBJECTS) $(libcodecompletion_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f parser/*.$(OBJEXT) + -rm -f parser/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccoptionsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccoptionsprjdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cctreectrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classbrowser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classbrowserbuilderthread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codecompletion.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coderefactoring.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doxygen_parser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gotofunctiondlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertclassmethoddlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nativeparser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nativeparser_base.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selectincludefile.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systemheadersthread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/ccdebuginfo.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/cclogger.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/expression.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parser_base.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parserthread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/parserthreadedtask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/profiletimer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/searchtree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/token.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/tokenizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/tokentree.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf parser/.libs parser/_libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f parser/$(DEPDIR)/$(am__dirstamp) + -rm -f parser/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) parser/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) parser/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/nativeparser_base.cpp codeblocks-17.12/src/plugins/codecompletion/nativeparser_base.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/nativeparser_base.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/nativeparser_base.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10770 $ * $Id: nativeparser_base.cpp 10770 2016-02-06 14:27:56Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/nativeparser_base.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/nativeparser_base.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/nativeparser.cpp codeblocks-17.12/src/plugins/codecompletion/nativeparser.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/nativeparser.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/nativeparser.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11070 $ * $Id: nativeparser.cpp 11070 2017-05-28 15:26:46Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/nativeparser.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/nativeparser.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/ccdebuginfo.cpp codeblocks-17.12/src/plugins/codecompletion/parser/ccdebuginfo.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/ccdebuginfo.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/ccdebuginfo.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10664 $ * $Id: ccdebuginfo.cpp 10664 2016-01-17 13:58:33Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/ccdebuginfo.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/ccdebuginfo.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/cclogger.cpp codeblocks-17.12/src/plugins/codecompletion/parser/cclogger.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/cclogger.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/cclogger.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10999 $ * $Id: cclogger.cpp 10999 2017-02-06 19:12:25Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/cclogger.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/cclogger.cpp $ */ #include "cclogger.h" diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/expression.cpp codeblocks-17.12/src/plugins/codecompletion/parser/expression.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/expression.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/expression.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10138 $ * $Id: expression.cpp 10138 2015-03-10 02:50:53Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/expression.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/expression.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parser.cpp codeblocks-17.12/src/plugins/codecompletion/parser/parser.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parser.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/parser.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10854 $ * $Id: parser.cpp 10854 2016-05-18 22:20:45Z d_anselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/parser.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/parser.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parserthread.cpp codeblocks-17.12/src/plugins/codecompletion/parser/parserthread.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parserthread.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/parserthread.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10900 $ * $Id: parserthread.cpp 10900 2016-09-09 21:18:40Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/parserthread.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/parserthread.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parserthreadedtask.cpp codeblocks-17.12/src/plugins/codecompletion/parser/parserthreadedtask.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/parserthreadedtask.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/parserthreadedtask.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10194 $ * $Id: parserthreadedtask.cpp 10194 2015-04-07 19:24:07Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/parserthreadedtask.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/parserthreadedtask.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/profiletimer.cpp codeblocks-17.12/src/plugins/codecompletion/parser/profiletimer.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/profiletimer.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/profiletimer.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7749 $ * $Id: profiletimer.cpp 7749 2012-02-01 09:42:05Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/profiletimer.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/profiletimer.cpp $ */ #include "profiletimer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/searchtree.cpp codeblocks-17.12/src/plugins/codecompletion/parser/searchtree.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/searchtree.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/searchtree.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10635 $ * $Id: searchtree.cpp 10635 2015-12-29 16:30:36Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/searchtree.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/searchtree.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/token.cpp codeblocks-17.12/src/plugins/codecompletion/parser/token.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/token.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/token.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10205 $ * $Id: token.cpp 10205 2015-04-11 05:53:28Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/token.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/token.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/tokenizer.cpp codeblocks-17.12/src/plugins/codecompletion/parser/tokenizer.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/tokenizer.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/tokenizer.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10901 $ * $Id: tokenizer.cpp 10901 2016-09-09 22:05:13Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/tokenizer.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/tokenizer.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/parser/tokentree.cpp codeblocks-17.12/src/plugins/codecompletion/parser/tokentree.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/parser/tokentree.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/parser/tokentree.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10503 $ * $Id: tokentree.cpp 10503 2015-09-26 13:33:16Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/parser/tokentree.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/parser/tokentree.cpp $ */ #include "tokentree.h" diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/resources/Makefile.in codeblocks-17.12/src/plugins/codecompletion/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/codecompletion/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/resources/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,674 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/codecompletion/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = codecompletion.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = classbrowser.xrc \ + codecompletion_toolbar.xrc \ + insert_class_method.xrc \ + manifest.xml \ + project_settings.xrc \ + selectincludefile.xrc \ + settings.xrc \ + images/class_folder.png \ + images/class.png \ + images/class_private.png \ + images/class_protected.png \ + images/class_public.png \ + images/ctor_private.png \ + images/ctor_protected.png \ + images/ctor_public.png \ + images/dtor_private.png \ + images/dtor_protected.png \ + images/dtor_public.png \ + images/enumerator.png \ + images/enum.png \ + images/enum_private.png \ + images/enum_protected.png \ + images/enum_public.png \ + images/enums_folder.png \ + images/folder_blue_open.png \ + images/folder_blue.png \ + images/folder_green_open.png \ + images/folder_green.png \ + images/folder_open.png \ + images/folder.png \ + images/funcs_folder.png \ + images/macro_def.png \ + images/macro_def_folder.png \ + images/macro_use.png \ + images/macro_use_folder.png \ + images/macro_use_private.png \ + images/macro_use_protected.png \ + images/macro_use_public.png \ + images/method_private.png \ + images/method_protected.png \ + images/method_public.png \ + images/namespace.png \ + images/others_folder.png \ + images/symbols_folder.png \ + images/typedef.png \ + images/typedef_private.png \ + images/typedef_protected.png \ + images/typedef_public.png \ + images/typedefs_folder.png \ + images/var_private.png \ + images/var_protected.png \ + images/var_public.png \ + images/vars_folder.png + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/codecompletion/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/codecompletion/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-exec-local + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-local uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-pkgdataDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-local uninstall-pkgdataDATA + + +codecompletion.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/codecompletion.zip manifest.xml *.xrc > /dev/null + +install-exec-local: + mkdir -p $(DESTDIR)$(pkgdatadir)/images/codecompletion + $(INSTALL_DATA) $(srcdir)/images/*.png $(DESTDIR)$(pkgdatadir)/images/codecompletion/ + +uninstall-local: + rm -f $(DESTDIR)$(pkgdatadir)/images/codecompletion/*.png + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/selectincludefile.cpp codeblocks-17.12/src/plugins/codecompletion/selectincludefile.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/selectincludefile.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/selectincludefile.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8543 $ * $Id: selectincludefile.cpp 8543 2012-11-10 22:36:18Z thomasdenk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/selectincludefile.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/selectincludefile.cpp $ */ #include "prep.h" diff -Nru codeblocks-16.01svn11246/src/plugins/codecompletion/systemheadersthread.cpp codeblocks-17.12/src/plugins/codecompletion/systemheadersthread.cpp --- codeblocks-16.01svn11246/src/plugins/codecompletion/systemheadersthread.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/codecompletion/systemheadersthread.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10845 $ * $Id: systemheadersthread.cpp 10845 2016-05-05 14:29:16Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/codecompletion/systemheadersthread.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/codecompletion/systemheadersthread.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp codeblocks-17.12/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: advancedcompileroptionsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/advancedcompileroptionsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerCYGWIN.cpp codeblocks-17.12/src/plugins/compilergcc/compilerCYGWIN.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerCYGWIN.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerCYGWIN.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerCYGWIN.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerCYGWIN.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerCYGWIN.cpp $ */ #include "compilerCYGWIN.h" diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compiler_defs.cpp codeblocks-17.12/src/plugins/compilergcc/compiler_defs.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compiler_defs.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compiler_defs.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: compiler_defs.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compiler_defs.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compiler_defs.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilererrors.cpp codeblocks-17.12/src/plugins/compilergcc/compilererrors.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilererrors.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilererrors.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7588 $ * $Id: compilererrors.cpp 7588 2011-11-13 16:10:58Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilererrors.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilererrors.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilergcc.cpp codeblocks-17.12/src/plugins/compilergcc/compilergcc.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilergcc.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilergcc.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11213 $ * $Id: compilergcc.cpp 11213 2017-10-21 19:19:04Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilergcc.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilergcc.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerGDC.cpp codeblocks-17.12/src/plugins/compilergcc/compilerGDC.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerGDC.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerGDC.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerGDC.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerGDC.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerGDC.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerGNUARM.cpp codeblocks-17.12/src/plugins/compilergcc/compilerGNUARM.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerGNUARM.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerGNUARM.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8757 $ * $Id: compilerGNUARM.cpp 8757 2013-01-05 08:47:13Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerGNUARM.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerGNUARM.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerIAR.cpp codeblocks-17.12/src/plugins/compilergcc/compilerIAR.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerIAR.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerIAR.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9263 $ * $Id: compilerIAR.cpp 9263 2013-08-17 09:20:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerIAR.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerIAR.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerICC.cpp codeblocks-17.12/src/plugins/compilergcc/compilerICC.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerICC.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerICC.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10530 $ * $Id: compilerICC.cpp 10530 2015-10-18 07:02:33Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerICC.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerICC.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerKeilC51.cpp codeblocks-17.12/src/plugins/compilergcc/compilerKeilC51.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerKeilC51.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerKeilC51.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9263 $ * $Id: compilerKeilC51.cpp 9263 2013-08-17 09:20:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerKeilC51.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerKeilC51.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerLCC.cpp codeblocks-17.12/src/plugins/compilergcc/compilerLCC.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerLCC.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerLCC.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerLCC.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerLCC.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerLCC.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilermessages.cpp codeblocks-17.12/src/plugins/compilergcc/compilermessages.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilermessages.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilermessages.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11115 $ * $Id: compilermessages.cpp 11115 2017-07-22 15:52:09Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilermessages.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilermessages.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMINGW.cpp codeblocks-17.12/src/plugins/compilergcc/compilerMINGW.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMINGW.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerMINGW.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10770 $ * $Id: compilerMINGW.cpp 10770 2016-02-06 14:27:56Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerMINGW.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerMINGW.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMINGWgenerator.cpp codeblocks-17.12/src/plugins/compilergcc/compilerMINGWgenerator.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMINGWgenerator.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerMINGWgenerator.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11069 $ * $Id: compilerMINGWgenerator.cpp 11069 2017-05-28 15:26:44Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerMINGWgenerator.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerMINGWgenerator.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC10.cpp codeblocks-17.12/src/plugins/compilergcc/compilerMSVC10.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC10.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerMSVC10.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerMSVC10.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerMSVC10.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerMSVC10.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC8.cpp codeblocks-17.12/src/plugins/compilergcc/compilerMSVC8.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC8.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerMSVC8.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerMSVC8.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerMSVC8.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerMSVC8.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC.cpp codeblocks-17.12/src/plugins/compilergcc/compilerMSVC.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerMSVC.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerMSVC.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerMSVC.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerMSVC.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerMSVC.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compileroptionsdlg.cpp codeblocks-17.12/src/plugins/compilergcc/compileroptionsdlg.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compileroptionsdlg.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compileroptionsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11175 $ * $Id: compileroptionsdlg.cpp 11175 2017-09-17 23:04:58Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compileroptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compileroptionsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerOW.cpp codeblocks-17.12/src/plugins/compilergcc/compilerOW.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerOW.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerOW.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9011 $ * $Id: compilerOW.cpp 9011 2013-04-29 19:32:22Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerOW.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerOW.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/compilerOWgenerator.cpp codeblocks-17.12/src/plugins/compilergcc/compilerOWgenerator.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/compilerOWgenerator.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/compilerOWgenerator.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8649 $ * $Id: compilerOWgenerator.cpp 8649 2012-12-12 19:18:18Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/compilerOWgenerator.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/compilerOWgenerator.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/Makefile.in codeblocks-17.12/src/plugins/compilergcc/depslib/Makefile.in --- codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/depslib/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,733 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/compilergcc/depslib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = src +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/src/Makefile.in codeblocks-17.12/src/plugins/compilergcc/depslib/src/Makefile.in --- codeblocks-16.01svn11246/src/plugins/compilergcc/depslib/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/depslib/src/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,753 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/compilergcc/depslib/src +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libdepslib_la_LIBADD = +am_libdepslib_la_OBJECTS = alloc.lo cache.lo depslib.lo filent.lo \ + fileunix.lo hash.lo headers.lo lists.lo newstr.lo pathsplit.lo \ + pathunix.lo regexp.lo search.lo timestamp.lo +libdepslib_la_OBJECTS = $(am_libdepslib_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libdepslib_la_SOURCES) +DIST_SOURCES = $(libdepslib_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CFLAGS = -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing +noinst_LTLIBRARIES = libdepslib.la +libdepslib_la_SOURCES = alloc.c \ + cache.c \ + depslib.c \ + filent.c \ + fileunix.c \ + hash.c \ + headers.c \ + lists.c \ + newstr.c \ + pathsplit.c \ + pathunix.c \ + regexp.c \ + search.c \ + timestamp.c + +noinst_HEADERS = alloc.h \ + cache.h \ + depslib.h \ + filesys.h \ + hash.h \ + headers.h \ + jam.h \ + lists.h \ + newstr.h \ + pathsplit.h \ + pathsys.h \ + regexp.h \ + search.h \ + timestamp.h + +EXTRA_INST = main.c +EXTRA_DIST = main.c +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/src/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libdepslib.la: $(libdepslib_la_OBJECTS) $(libdepslib_la_DEPENDENCIES) $(EXTRA_libdepslib_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libdepslib_la_OBJECTS) $(libdepslib_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depslib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileunix.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lists.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newstr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathsplit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathunix.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timestamp.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/directcommands.cpp codeblocks-17.12/src/plugins/compilergcc/directcommands.cpp --- codeblocks-16.01svn11246/src/plugins/compilergcc/directcommands.cpp 2017-11-26 01:48:37.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/directcommands.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10521 $ * $Id: directcommands.cpp 10521 2015-10-04 01:23:05Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/compilergcc/directcommands.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/compilergcc/directcommands.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/Makefile.in codeblocks-17.12/src/plugins/compilergcc/Makefile.in --- codeblocks-16.01svn11246/src/plugins/compilergcc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,983 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/compilergcc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcompiler_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + depslib/src/libdepslib.la $(am__DEPENDENCIES_1) +am_libcompiler_la_OBJECTS = advancedcompileroptionsdlg.lo \ + compiler_defs.lo compilerCYGWIN.lo compilererrors.lo \ + compilerflagdlg.lo compilergcc.lo compilerGDC.lo \ + compilerICC.lo compilerIAR.lo compilerKeilC51.lo \ + compilerLCC.lo compilermessages.lo compilerMINGW.lo \ + compilerMINGWgenerator.lo compilerMSVC.lo compilerMSVC8.lo \ + compilerMSVC10.lo compileroptionsdlg.lo compilerOW.lo \ + compilerOWgenerator.lo compilerG95.lo compilerGNUARM.lo \ + compilerGNUFortran.lo compilerXML.lo directcommands.lo +libcompiler_la_OBJECTS = $(am_libcompiler_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcompiler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcompiler_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcompiler_la_SOURCES) +DIST_SOURCES = $(libcompiler_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = depslib resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxpropgrid/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/plugins/compilergcc/depslib/src + +AM_CXXFLAGS = -DDEPSLIB_UNIX +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcompiler.la +libcompiler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcompiler_la_LIBADD = ../../sdk/libcodeblocks.la \ + depslib/src/libdepslib.la \ + $(WX_LIBS) + +libcompiler_la_SOURCES = advancedcompileroptionsdlg.cpp \ + compiler_defs.cpp \ + compilerCYGWIN.cpp \ + compilererrors.cpp \ + compilerflagdlg.cpp \ + compilergcc.cpp \ + compilerGDC.cpp \ + compilerICC.cpp \ + compilerIAR.cpp \ + compilerKeilC51.cpp \ + compilerLCC.cpp \ + compilermessages.cpp \ + compilerMINGW.cpp \ + compilerMINGWgenerator.cpp \ + compilerMSVC.cpp \ + compilerMSVC8.cpp \ + compilerMSVC10.cpp \ + compileroptionsdlg.cpp \ + compilerOW.cpp \ + compilerOWgenerator.cpp \ + compilerG95.cpp \ + compilerGNUARM.cpp \ + compilerGNUFortran.cpp \ + compilerXML.cpp \ + directcommands.cpp + +noinst_HEADERS = advancedcompileroptionsdlg.h \ + compiler_defs.h \ + compilerCYGWIN.h \ + compilererrors.h \ + compilerflagdlg.h \ + compilergcc.h \ + compilerG95.h \ + compilerGDC.h \ + compilerICC.h \ + compilerIAR.h \ + compilerKeilC51.h \ + compilerLCC.h \ + compilermessages.h \ + compilerMINGW.h \ + compilerMINGWgenerator.h \ + compilerMSVC.h \ + compilerMSVC8.h \ + compilerMSVC10.h \ + compileroptionsdlg.h \ + compilerOW.h \ + compilerOWgenerator.h \ + compilerGNUARM.h \ + compilerGNUFortran.h \ + compilerXML.h \ + directcommands.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/compilergcc/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcompiler.la: $(libcompiler_la_OBJECTS) $(libcompiler_la_DEPENDENCIES) $(EXTRA_libcompiler_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcompiler_la_LINK) -rpath $(pluginlibdir) $(libcompiler_la_OBJECTS) $(libcompiler_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/advancedcompileroptionsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerCYGWIN.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerG95.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGDC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGNUARM.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerGNUFortran.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerIAR.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerICC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerKeilC51.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerLCC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMINGW.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMINGWgenerator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC10.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerMSVC8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerOW.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerOWgenerator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerXML.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiler_defs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilererrors.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerflagdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilergcc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilermessages.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileroptionsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directcommands.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/compilergcc/resources/Makefile.in codeblocks-17.12/src/plugins/compilergcc/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/compilergcc/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/compilergcc/resources/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,659 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/compilergcc/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_compilers_xml_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(compilers_xmldir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_compilers_xml_DATA) $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = compiler.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = advanced_compiler_options.xrc \ + compiler_flag.xrc \ + compiler_menu.xrc \ + compiler_options.xrc \ + compiler_toolbar_16x16.xrc \ + compiler_toolbar.xrc \ + manifest.xml \ + images/compile.png \ + images/compilerun.png \ + images/rebuild.png \ + images/run.png \ + images/select_target.png \ + images/stop.png \ + images/16x16/compile.png \ + images/16x16/compilerun.png \ + images/16x16/rebuild.png \ + images/16x16/run.png \ + images/16x16/stop.png \ + images/16x16/select_target.png + +compilers_xmldir = $(datadir)/@PACKAGE@/compilers +dist_compilers_xml_DATA = $(srcdir)/compilers/*.xml +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/compilergcc/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_compilers_xmlDATA: $(dist_compilers_xml_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_compilers_xml_DATA)'; test -n "$(compilers_xmldir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(compilers_xmldir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(compilers_xmldir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(compilers_xmldir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(compilers_xmldir)" || exit $$?; \ + done + +uninstall-dist_compilers_xmlDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_compilers_xml_DATA)'; test -n "$(compilers_xmldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(compilers_xmldir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(compilers_xmldir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_compilers_xmlDATA install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_compilers_xmlDATA uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_compilers_xmlDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pkgdataDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am \ + uninstall-dist_compilers_xmlDATA uninstall-pkgdataDATA + + +compiler.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/compiler.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/appdata/Makefile.in codeblocks-17.12/src/plugins/contrib/appdata/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/appdata/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/appdata/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,610 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/appdata +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_appdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(appdatadir)" +DATA = $(dist_appdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +appdatadir = $(datarootdir)/appdata +dist_appdata_DATA = $(top_srcdir)/codeblocks-contrib.metainfo.xml +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/appdata/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/appdata/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_appdataDATA: $(dist_appdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ + done + +uninstall-dist_appdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(appdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_appdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_appdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_appdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_appdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/AutoVersioning/Makefile.in codeblocks-17.12/src/plugins/contrib/AutoVersioning/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/AutoVersioning/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/AutoVersioning/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,831 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/AutoVersioning +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libAutoVersioning_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libAutoVersioning_la_OBJECTS = AutoVersioning.lo avChangesDlg.lo \ + avHeader.lo avSvnRevision.lo avVersionEditorDlg.lo +libAutoVersioning_la_OBJECTS = $(am_libAutoVersioning_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libAutoVersioning_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libAutoVersioning_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libAutoVersioning_la_SOURCES) +DIST_SOURCES = $(libAutoVersioning_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libAutoVersioning.la +libAutoVersioning_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libAutoVersioning_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libAutoVersioning_la_SOURCES = AutoVersioning.cpp \ + avChangesDlg.cpp \ + avHeader.cpp \ + avSvnRevision.cpp \ + avVersionEditorDlg.cpp + +noinst_HEADERS = AutoVersioning.h \ + avChangesDlg.h \ + avConfig.h \ + avHeader.h \ + avSvnRevision.h \ + avVersionEditorDlg.h + +EXTRA_DIST = wxsmith/avChangesDlg.wxs \ + wxsmith/avVersionEditorDlg.wxs \ + $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = AutoVersioning.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/AutoVersioning/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libAutoVersioning.la: $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_DEPENDENCIES) $(EXTRA_libAutoVersioning_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libAutoVersioning_la_LINK) -rpath $(pluginlibdir) $(libAutoVersioning_la_OBJECTS) $(libAutoVersioning_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AutoVersioning.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avChangesDlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avHeader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avSvnRevision.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avVersionEditorDlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +AutoVersioning.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/AutoVersioning.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTracker.cpp codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTracker.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTracker.cpp 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTracker.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -// RCS-ID: $Id: BrowseTracker.cpp 11246 2017-12-07 19:34:57Z pecanh $ +// RCS-ID: $Id: BrowseTracker.cpp 11045 2017-04-05 19:19:55Z mortenmacfly $ // Notes: // @@ -231,10 +231,6 @@ void BrowseTracker::OnAttach() // ---------------------------------------------------------------------------- { - // Do not re-enable if previously disabled, must restart CB first. //2017/12/7 - if (m_bAppShutdown) - return; - m_pJumpTracker = new JumpTracker(); m_pJumpTracker->OnAttach(); m_pJumpTracker->m_IsAttached = true; @@ -402,8 +398,6 @@ m_pJumpTracker = 0; } - CodeBlocksEvent evt; //2017/11/23 - AppShuttingDown(evt); //2017/12/7 } // ---------------------------------------------------------------------------- void BrowseTracker::BuildMenu(wxMenuBar* menuBar) @@ -1697,34 +1691,24 @@ } }//OnIdle // ---------------------------------------------------------------------------- -void BrowseTracker::OnStartShutdown(CodeBlocksEvent& event) //2017/12/7 -// ---------------------------------------------------------------------------- -{ - m_bAppShutdown = true; -} -// ---------------------------------------------------------------------------- -void BrowseTracker::AppShuttingDown(CodeBlocksEvent& event) +void BrowseTracker::OnStartShutdown(CodeBlocksEvent& event) // ---------------------------------------------------------------------------- { #if defined(LOGGING) //wxMessageBox(_T("BrowseTracker: CB initiated OnStartShutdown")); - //- dont log during shutdown - //-LOGIT( _T("BT BrowseTracker: CB initiated OnStartShutdown")); 2017/12/7 + LOGIT( _T("BT BrowseTracker: CB initiated OnStartShutdown")); #endif - //Don't write to log when shutting down, causes crash 2017/11/23 - //-Manager::Get()->GetLogManager()->Log(_T("BrowseTracker OnStartShutdown() initiated.")); + Manager::Get()->GetLogManager()->Log(_T("BrowseTracker OnStartShutdown() initiated.")); event.Skip(); m_bAppShutdown = true; - // Crashes occur when logging during shutdown - //-#if defined(LOGGING) - //-InfoWindow::Display(_T("Browstracker"),_T("Browstracker OnStartShutdown"), 7000); - //-#endif + #if defined(LOGGING) + InfoWindow::Display(_T("Browstracker"),_T("Browstracker OnStartShutdown"), 7000); + #endif if ( m_InitDone ) { - // Don't log during shutdown, causes crashes //2017/12/7 - //-Manager::Get()->GetLogManager()->Log(_T("BrowseTracker Released")); + Manager::Get()->GetLogManager()->Log(_T("BrowseTracker Released")); //*SDK Gotcha* A cbEVT_PROJECT_CLOSE is issued, but only // after the plugin OnRelease() is called. So we diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTracker.h codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTracker.h --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTracker.h 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTracker.h 2017-10-31 23:32:42.000000000 +0000 @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -// RCS-ID: $Id: BrowseTracker.h 11246 2017-12-07 19:34:57Z pecanh $ +// RCS-ID: $Id: BrowseTracker.h 10361 2015-07-26 08:13:26Z jenslody $ #ifndef BROWSETRACKER_H_INCLUDED @@ -220,7 +220,6 @@ void OnStartShutdown(CodeBlocksEvent& event); //-void OnPageChanged(wxAuiNotebookEvent& event); - void AppShuttingDown(CodeBlocksEvent& event); //2017/12/7 void OnMenuBrowseMarkPrevious(wxCommandEvent& event); void OnMenuBrowseMarkNext(wxCommandEvent& event); diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -27,7 +27,7 @@ * * $Revision: 10874 $ * $Id: BrowseTrackerLayout.cpp 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/BrowseTracker/BrowseTrackerLayout.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/JumpTracker.cpp codeblocks-17.12/src/plugins/contrib/BrowseTracker/JumpTracker.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/JumpTracker.cpp 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/JumpTracker.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -139,7 +139,7 @@ } // ---------------------------------------------------------------------------- -void JumpTracker::OnRelease(bool appShutDown) +void JumpTracker::OnRelease(bool /*appShutDown*/) // ---------------------------------------------------------------------------- { // do de-initialization for your plugin @@ -148,16 +148,11 @@ // NOTE: after this function, the inherited member variable // m_IsAttached will be FALSE... - wxWindow* appWin = Manager::Get()->GetAppWindow(); - - //If appShutdown leave the event handler, else crashes on linux - if (not appShutDown) - appWin->RemoveEventHandler(this); //2017/11/23 stop uninstall crash 2017/12/6 crashes linux - // Free JumpData memory wxCommandEvent evt; OnMenuJumpClear(evt); + wxWindow* appWin = Manager::Get()->GetAppWindow(); appWin->Disconnect(idMenuJumpBack, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(JumpTracker::OnMenuJumpBack), 0, this); appWin->Disconnect(idMenuJumpNext, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(JumpTracker::OnMenuJumpNext), 0, this); appWin->Disconnect(idMenuJumpClear, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(JumpTracker::OnMenuJumpClear), 0, this); @@ -168,8 +163,6 @@ appWin->Disconnect(idToolJumpPrev, wxEVT_UPDATE_UI, wxUpdateUIEventHandler(JumpTracker::OnUpdateUI), 0, this); appWin->Disconnect(idToolJumpNext, wxEVT_UPDATE_UI, wxUpdateUIEventHandler(JumpTracker::OnUpdateUI), 0, this); - Manager::Get()-> Manager::Get()->RemoveAllEventSinksFor(this); //2017/11/23 - } // ---------------------------------------------------------------------------- void JumpTracker::BuildMenu(wxMenuBar* menuBar) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Makefile.in codeblocks-17.12/src/plugins/contrib/BrowseTracker/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,851 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/BrowseTracker +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libBrowseTracker_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libBrowseTracker_la_OBJECTS = BrowseTracker.lo BrowseSelector.lo \ + Version.lo BrowseMarks.lo BrowseTrackerConfPanel.lo \ + BrowseTrackerLayout.lo ConfigPanel.lo ProjectData.lo \ + JumpTracker.lo JumpData.lo +libBrowseTracker_la_OBJECTS = $(am_libBrowseTracker_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libBrowseTracker_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libBrowseTracker_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libBrowseTracker_la_SOURCES) +DIST_SOURCES = $(libBrowseTracker_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libBrowseTracker.la +libBrowseTracker_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libBrowseTracker_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libBrowseTracker_la_SOURCES = BrowseTracker.cpp \ + BrowseSelector.cpp \ + Version.cpp \ + BrowseMarks.cpp \ + BrowseTrackerConfPanel.cpp \ + BrowseTrackerLayout.cpp \ + ConfigPanel.cpp \ + ProjectData.cpp \ + JumpTracker.cpp \ + JumpData.cpp + +noinst_HEADERS = BrowseTracker.h \ + BrowseSelector.h \ + Version.h \ + wx_pch.h \ + BrowseMarks.h \ + BrowseXpms.h \ + BrowseTrackerDefs.h \ + BrowseTrackerConfPanel.h \ + BrowseTrackerLayout.h \ + ConfigPanel.h \ + ProjectData.h \ + JumpTracker.h \ + JumpData.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + BrowseTrackerToolbar.xrc \ + manifest.xml \ + $(srcdir)/images/*.png \ + $(srcdir)/images/16x16/*.png + +pkgdata_DATA = BrowseTracker.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/BrowseTracker/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/BrowseTracker/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libBrowseTracker.la: $(libBrowseTracker_la_OBJECTS) $(libBrowseTracker_la_DEPENDENCIES) $(EXTRA_libBrowseTracker_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libBrowseTracker_la_LINK) -rpath $(pluginlibdir) $(libBrowseTracker_la_OBJECTS) $(libBrowseTracker_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseMarks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseSelector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTracker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTrackerConfPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BrowseTrackerLayout.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JumpData.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JumpTracker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectData.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Version.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +BrowseTracker.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/BrowseTracker.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Version.cpp codeblocks-17.12/src/plugins/contrib/BrowseTracker/Version.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Version.cpp 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/Version.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -// RCS-ID: $Id: Version.cpp 11246 2017-12-07 19:34:57Z pecanh $ +// RCS-ID: $Id: Version.cpp 10361 2015-07-26 08:13:26Z jenslody $ #ifdef WX_PRECOMP #include "wx_pch.h" @@ -254,10 +254,6 @@ // 100) Fix incorrect scintilla margin marker usage // Better resolution of Jump line recording // Add modifed user contrib tool bar (by sbezgodov) -// Commit 1.2.101 2017/12/7 -// Unregister hooks/sinks to prevent crashes when uninstalled -// Fix JumpTracker "OnRelease() RemoveEventHandler(this);" which -// crashes linux. // // ---------------------------------------------------------------------------- // //FIXME: Bugs diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Version.h codeblocks-17.12/src/plugins/contrib/BrowseTracker/Version.h --- codeblocks-16.01svn11246/src/plugins/contrib/BrowseTracker/Version.h 2017-12-10 09:12:51.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/BrowseTracker/Version.h 2017-10-31 23:32:42.000000000 +0000 @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ // ---------------------------------------------------------------------------- -// RCS-ID: $Id: Version.h 11246 2017-12-07 19:34:57Z pecanh $ +// RCS-ID: $Id: Version.h 10361 2015-07-26 08:13:26Z jenslody $ #ifndef VERSION_H #define VERSION_H @@ -58,7 +58,7 @@ #include //-----Release-Feature-Fix------------------ -#define VERSION wxT("1.2.101 2017/12/7") +#define VERSION wxT("1.2.100 2014/10/9") //------------------------------------------ // Release - Current development identifier // Feature - User interface level diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/byogames/Makefile.in codeblocks-17.12/src/plugins/contrib/byogames/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/byogames/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/byogames/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,832 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/byogames +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libbyogames_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libbyogames_la_OBJECTS = byocbtris.lo byogame.lo byogameselect.lo \ + byogames.lo byogamebase.lo byoconf.lo byosnake.lo +libbyogames_la_OBJECTS = $(am_libbyogames_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libbyogames_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libbyogames_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libbyogames_la_SOURCES) +DIST_SOURCES = $(libbyogames_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libbyogames.la +libbyogames_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libbyogames_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libbyogames_la_SOURCES = byocbtris.cpp \ + byogame.cpp \ + byogameselect.cpp \ + byogames.cpp \ + byogamebase.cpp \ + byoconf.cpp \ + byosnake.cpp + +noinst_HEADERS = byogameselect.h \ + byocbtris.h \ + byogame.h \ + byogames.h \ + byogamebase.h \ + byoconf.h \ + byosnake.h + +EXTRA_DIST = $(srcdir)/wxsmith/*.wxs \ + $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = byogames.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/byogames/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/byogames/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libbyogames.la: $(libbyogames_la_OBJECTS) $(libbyogames_la_DEPENDENCIES) $(EXTRA_libbyogames_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libbyogames_la_LINK) -rpath $(pluginlibdir) $(libbyogames_la_OBJECTS) $(libbyogames_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byocbtris.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byoconf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogame.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogamebase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogames.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byogameselect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byosnake.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +byogames.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/byogames.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/cb_koders.cpp codeblocks-17.12/src/plugins/contrib/cb_koders/cb_koders.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/cb_koders.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/cb_koders/cb_koders.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10245 $ * $Id: cb_koders.cpp 10245 2015-05-02 14:45:07Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/cb_koders/cb_koders.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/cb_koders/cb_koders.cpp $ */ #include "sdk.h" // Code::Blocks SDK diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/kodersdialog.cpp codeblocks-17.12/src/plugins/contrib/cb_koders/kodersdialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/kodersdialog.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/cb_koders/kodersdialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10245 $ * $Id: kodersdialog.cpp 10245 2015-05-02 14:45:07Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/cb_koders/kodersdialog.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/cb_koders/kodersdialog.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/Makefile.in codeblocks-17.12/src/plugins/contrib/cb_koders/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/cb_koders/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/cb_koders/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,816 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/cb_koders +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcb_koders_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libcb_koders_la_OBJECTS = kodersdialog.lo cb_koders.lo +libcb_koders_la_OBJECTS = $(am_libcb_koders_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcb_koders_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcb_koders_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcb_koders_la_SOURCES) +DIST_SOURCES = $(libcb_koders_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcb_koders.la +libcb_koders_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcb_koders_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libcb_koders_la_SOURCES = kodersdialog.cpp \ + cb_koders.cpp + +noinst_HEADERS = kodersdialog.h \ + cb_koders.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + wxsmith/KodersDialog.wxs \ + manifest.xml + +pkgdata_DATA = cb_koders.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/cb_koders/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/cb_koders/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcb_koders.la: $(libcb_koders_la_OBJECTS) $(libcb_koders_la_DEPENDENCIES) $(EXTRA_libcb_koders_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcb_koders_la_LINK) -rpath $(pluginlibdir) $(libcb_koders_la_OBJECTS) $(libcb_koders_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb_koders.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kodersdialog.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +cb_koders.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/cb_koders.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Cccc/Makefile.in codeblocks-17.12/src/plugins/contrib/Cccc/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Cccc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Cccc/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,893 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/Cccc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libCccc_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libCccc_la_OBJECTS = Cccc.lo +libCccc_la_OBJECTS = $(am_libCccc_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libCccc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libCccc_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libCccc_la_SOURCES) +DIST_SOURCES = $(libCccc_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libCccc.la +libCccc_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libCccc_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libCccc_la_SOURCES = Cccc.cpp +noinst_HEADERS = Cccc.h +EXTRA_DIST = $(srcdir)/*.cbp +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libCccc.la: $(libCccc_la_OBJECTS) $(libCccc_la_DEPENDENCIES) $(EXTRA_libCccc_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libCccc_la_LINK) -rpath $(pluginlibdir) $(libCccc_la_OBJECTS) $(libCccc_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cccc.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Cccc/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/Cccc/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Cccc/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Cccc/resources/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/Cccc/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = manifest.xml +pkgdata_DATA = Cccc.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Cccc/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +Cccc.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/Cccc.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/scbeditor.cpp codeblocks-17.12/src/plugins/contrib/codesnippets/editor/scbeditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/scbeditor.cpp 2017-11-26 01:48:28.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/editor/scbeditor.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10771 $ * $Id: scbeditor.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/codesnippets/editor/scbeditor.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/codesnippets/editor/scbeditor.cpp $ */ // Stop following warning: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditorbase.cpp codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditorbase.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditorbase.cpp 2017-11-26 01:48:28.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditorbase.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10771 $ * $Id: seditorbase.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/codesnippets/editor/seditorbase.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/codesnippets/editor/seditorbase.cpp $ */ // Get rid of some precompile warnings when using sdk diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp 2017-11-26 01:48:28.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8202 $ * $Id: seditorcolourset.cpp 8202 2012-08-07 07:18:10Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/codesnippets/editor/seditorcolourset.cpp $ */ // Stop following warning: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditormanager.cpp codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditormanager.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/seditormanager.cpp 2017-11-26 01:48:28.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/editor/seditormanager.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10034 $ * $Id: seditormanager.cpp 10034 2014-11-16 14:42:45Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/codesnippets/editor/seditormanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/codesnippets/editor/seditormanager.cpp $ */ //warning: ...trunk/src/include/sdk_precomp.h.gch: not used because `EXPORT_LIB' not defined| diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp codeblocks-17.12/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp 2017-11-26 01:48:28.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: sprintdlg.cpp 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/codesnippets/editor/sprintdlg.cpp $ */ #if defined(CB_PRECOMP) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/Makefile.in codeblocks-17.12/src/plugins/contrib/codesnippets/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,1009 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/codesnippets +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(man1dir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcodesnippets_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libcodesnippets_la_OBJECTS = codesnippets.lo \ + codesnippetstreectrl.lo codesnippetswindow.lo \ + GenericMessageBox.lo settingsdlg.lo settingsdlgform.lo \ + snippetitemdata.lo snippetproperty.lo snippetpropertyform.lo \ + snippetsconfig.lo snippetsimages.lo version.lo +libcodesnippets_la_OBJECTS = $(am_libcodesnippets_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcodesnippets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodesnippets_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcodesnippets_la_SOURCES) +DIST_SOURCES = $(libcodesnippets_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(WX_GTK_CFLAGS) \ + $(WX_X11_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/plugins/contrib/codesnippets \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcodesnippets.la +libcodesnippets_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcodesnippets_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(WX_GTK_LIBS) \ + $(WX_X11_LIBS) \ + $(CB_TINYXML_LIBS) + +libcodesnippets_la_SOURCES = codesnippets.cpp \ + codesnippetstreectrl.cpp \ + codesnippetswindow.cpp \ + GenericMessageBox.cpp \ + settingsdlg.cpp \ + settingsdlgform.cpp \ + snippetitemdata.cpp \ + snippetproperty.cpp \ + snippetpropertyform.cpp \ + snippetsconfig.cpp \ + snippetsimages.cpp \ + version.cpp + +noinst_HEADERS = codesnippets.h \ + codesnippetstreectrl.h \ + codesnippetswindow.h \ + menuidentifiers.h \ + GenericMessageBox.h \ + settingsdlg.h \ + settingsdlgform.h \ + snippetitemdata.h \ + snippetproperty.h \ + snippetpropertyform.h \ + snippetsconfig.h \ + snippetsimages.h \ + FileImport.h \ + version.h \ + wx_pch.h + +man_MANS = codesnippets.1 +EXTRA_DIST = $(srcdir)/*.cbp \ + generic.rc \ + generic.Manifest \ + $(srcdir)/update* \ + readme.html \ + license.txt \ + manifest.xml \ + $(man_MANS) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcodesnippets.la: $(libcodesnippets_la_OBJECTS) $(libcodesnippets_la_DEPENDENCIES) $(EXTRA_libcodesnippets_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcodesnippets_la_LINK) -rpath $(pluginlibdir) $(libcodesnippets_la_OBJECTS) $(libcodesnippets_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GenericMessageBox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippets.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetstreectrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetswindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlgform.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetitemdata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetpropertyform.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsconfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsimages.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-man install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-man uninstall-pluginlibLTLIBRARIES + +uninstall-man: uninstall-man1 + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-man1 install-pdf \ + install-pdf-am install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-man \ + uninstall-man1 uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/codesnippets/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/codesnippets/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codesnippets/resources/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,652 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/codesnippets/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_image_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(imagedir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_image_DATA) $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(WX_GTK_CFLAGS) \ + $(WX_X11_CFLAGS) + +pluginlibdir = $(pkglibdir)/plugins +pkgdata_DATA = codesnippets.zip +CLEANFILES = $(pkgdata_DATA) +imagedir = $(pkgdatadir)/images/codesnippets +dist_image_DATA = allsnippets.png \ + category.png \ + snippet.png \ + findf.png \ + findfdisabled.png \ + options.png \ + optionsdisabled.png \ + stop.png \ + stopdisabled.png + +EXTRA_DIST = manifest.xml +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/codesnippets/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_imageDATA: $(dist_image_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(imagedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(imagedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(imagedir)" || exit $$?; \ + done + +uninstall-dist_imageDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(imagedir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_imageDATA install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_imageDATA uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_imageDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pkgdataDATA install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_imageDATA uninstall-pkgdataDATA + + +codesnippets.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/codesnippets.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codestat/Makefile.in codeblocks-17.12/src/plugins/contrib/codestat/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/codestat/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codestat/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,907 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/codestat +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcodestat_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libcodestat_la_OBJECTS = codestatconfig.lo codestat.lo \ + codestatexec.lo +libcodestat_la_OBJECTS = $(am_libcodestat_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcodestat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodestat_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcodestat_la_SOURCES) +DIST_SOURCES = $(libcodestat_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcodestat.la +libcodestat_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcodestat_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libcodestat_la_SOURCES = codestatconfig.cpp \ + codestat.cpp \ + codestatexec.cpp + +noinst_HEADERS = codestatconfig.h \ + codestatexec.h \ + codestat.h \ + language_def.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + InstallationInstructions.txt \ + BuildInstructions.txt + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codestat/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/codestat/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcodestat.la: $(libcodestat_la_OBJECTS) $(libcodestat_la_DEPENDENCIES) $(EXTRA_libcodestat_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcodestat_la_LINK) -rpath $(pluginlibdir) $(libcodestat_la_OBJECTS) $(libcodestat_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestat.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestatconfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codestatexec.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/codestat/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/codestat/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/codestat/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/codestat/resources/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/codestat/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = config_dialog.xrc main_dialog.xrc manifest.xml +pkgdata_DATA = codestat.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/codestat/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/codestat/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +codestat.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/codestat.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/copystrings/copystrings.cpp codeblocks-17.12/src/plugins/contrib/copystrings/copystrings.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/copystrings/copystrings.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/copystrings/copystrings.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8525 $ * $Id: copystrings.cpp 8525 2012-11-07 23:02:50Z killerbot $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/copystrings/copystrings.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/copystrings/copystrings.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/copystrings/Makefile.in codeblocks-17.12/src/plugins/contrib/copystrings/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/copystrings/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/copystrings/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,810 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/copystrings +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcopystrings_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libcopystrings_la_OBJECTS = copystrings.lo +libcopystrings_la_OBJECTS = $(am_libcopystrings_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcopystrings_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcopystrings_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcopystrings_la_SOURCES) +DIST_SOURCES = $(libcopystrings_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libcopystrings.la +libcopystrings_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libcopystrings_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libcopystrings_la_SOURCES = copystrings.cpp +noinst_HEADERS = copystrings.h +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = copystrings.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/copystrings/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/copystrings/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcopystrings.la: $(libcopystrings_la_OBJECTS) $(libcopystrings_la_DEPENDENCIES) $(EXTRA_libcopystrings_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcopystrings_la_LINK) -rpath $(pluginlibdir) $(libcopystrings_la_OBJECTS) $(libcopystrings_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copystrings.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +copystrings.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/copystrings.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/Makefile.in codeblocks-17.12/src/plugins/contrib/CppCheck/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/CppCheck/Makefile.in 2017-12-28 11:01:55.000000000 +0000 @@ -0,0 +1,908 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/CppCheck +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libCppCheck_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libCppCheck_la_OBJECTS = CppCheck.lo CppCheckListLog.lo \ + ConfigPanel.lo +libCppCheck_la_OBJECTS = $(am_libCppCheck_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libCppCheck_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libCppCheck_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libCppCheck_la_SOURCES) +DIST_SOURCES = $(libCppCheck_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libCppCheck.la +libCppCheck_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libCppCheck_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libCppCheck_la_SOURCES = CppCheck.cpp \ + CppCheckListLog.cpp \ + ConfigPanel.cpp + +noinst_HEADERS = CppCheck.h \ + CppCheckListLog.h \ + ConfigPanel.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + wxsmith + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libCppCheck.la: $(libCppCheck_la_OBJECTS) $(libCppCheck_la_DEPENDENCIES) $(EXTRA_libCppCheck_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libCppCheck_la_LINK) -rpath $(pluginlibdir) $(libCppCheck_la_OBJECTS) $(libCppCheck_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppCheck.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppCheckListLog.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/CppCheck/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/CppCheck/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/CppCheck/resources/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/CppCheck/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = manifest.xml +pkgdata_DATA = CppCheck.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/CppCheck/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +CppCheck.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/CppCheck.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Cscope/Makefile.in codeblocks-17.12/src/plugins/contrib/Cscope/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Cscope/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Cscope/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,834 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/Cscope +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libCscope_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libCscope_la_OBJECTS = CscopeConfig.lo CscopeEntryData.lo \ + CscopeParserThread.lo CscopePlugin.lo CscopeProcess.lo \ + CscopeStatusMessage.lo CscopeTab.lo CscopeView.lo +libCscope_la_OBJECTS = $(am_libCscope_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libCscope_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libCscope_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libCscope_la_SOURCES) +DIST_SOURCES = $(libCscope_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libCscope.la +libCscope_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libCscope_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libCscope_la_SOURCES = CscopeConfig.cpp \ + CscopeEntryData.cpp \ + CscopeParserThread.cpp \ + CscopePlugin.cpp \ + CscopeProcess.cpp \ + CscopeStatusMessage.cpp \ + CscopeTab.cpp \ + CscopeView.cpp + +noinst_HEADERS = CscopeConfig.h \ + CscopeEntryData.h \ + CscopeParserThread.h \ + CscopePlugin.h \ + CscopeProcess.h \ + CscopeStatusMessage.h \ + CscopeTab.h \ + CscopeView.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = Cscope.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Cscope/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Cscope/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libCscope.la: $(libCscope_la_OBJECTS) $(libCscope_la_DEPENDENCIES) $(EXTRA_libCscope_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libCscope_la_LINK) -rpath $(pluginlibdir) $(libCscope_la_OBJECTS) $(libCscope_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeConfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeEntryData.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeParserThread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopePlugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeProcess.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeStatusMessage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeTab.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CscopeView.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +Cscope.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/Cscope.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/bzip2/Makefile.in codeblocks-17.12/src/plugins/contrib/devpak_plugin/bzip2/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/bzip2/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/bzip2/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,570 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/devpak_plugin/bzip2 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = blocksort.c \ + bzlib.c \ + compress.c \ + crctable.c \ + decompress.c \ + huffman.c \ + randtable.c \ + bzlib.h \ + bzlib_private.h \ + Makefile.original \ + Makefile-libbz2_so \ + makefile.msc \ + CHANGES \ + LICENSE \ + README \ + README.CodeBlocks \ + README.COMPILATION.PROBLEMS + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/bzip2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/bzip2/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/cbiniparser.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/cbiniparser.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/cbiniparser.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/cbiniparser.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: cbiniparser.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/cbiniparser.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/cbiniparser.cpp $ */ #include "cbiniparser.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/cbnetwork.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/cbnetwork.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/cbnetwork.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/cbnetwork.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: cbnetwork.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/cbnetwork.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/cbnetwork.cpp $ */ #include "cbnetwork.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/conf.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/conf.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/conf.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/conf.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: conf.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/conf.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/conf.cpp $ */ #include "conf.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/crc32.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/crc32.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/crc32.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/crc32.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: crc32.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/crc32.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/crc32.cpp $ */ /* diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: devpakinstaller.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/devpakinstaller.cpp $ */ #include "devpakinstaller.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/devpakupdater.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/devpakupdater.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/devpakupdater.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/devpakupdater.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11066 $ * $Id: devpakupdater.cpp 11066 2017-05-27 20:29:39Z d_anselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/devpakupdater.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/devpakupdater.cpp $ */ #include "devpakupdater.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/Makefile.in codeblocks-17.12/src/plugins/contrib/devpak_plugin/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,753 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/devpak_plugin +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = bzip2 +EXTRA_DIST = cbiniparser.cpp \ + cbnetwork.cpp \ + conf.cpp \ + crc32.cpp \ + devpakinstaller.cpp \ + devpakupdater.cpp \ + mytar.cpp \ + updatedlg.cpp \ + cbiniparser.h \ + cbnetwork.h \ + conf.h \ + crc32.h \ + devpakinstaller.h \ + devpakupdater.h \ + mytar.h \ + updatedlg.h \ + $(srcdir)/*.cbp \ + manifest.xml \ + update.xrc + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/devpak_plugin/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/mytar.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/mytar.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/mytar.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/mytar.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: mytar.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/mytar.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/mytar.cpp $ */ #include "mytar.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/updatedlg.cpp codeblocks-17.12/src/plugins/contrib/devpak_plugin/updatedlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/devpak_plugin/updatedlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/devpak_plugin/updatedlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: updatedlg.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/devpak_plugin/updatedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/devpak_plugin/updatedlg.cpp $ */ #include "updatedlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/16x16/Makefile.in codeblocks-17.12/src/plugins/contrib/DoxyBlocks/images/16x16/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/16x16/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/DoxyBlocks/images/16x16/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/DoxyBlocks/images/16x16 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/DoxyBlocks/16x16 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/16x16/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/16x16/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/Makefile.in codeblocks-17.12/src/plugins/contrib/DoxyBlocks/images/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/images/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/DoxyBlocks/images/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,790 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/DoxyBlocks/images +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +pkgdatadir = $(datadir)/@PACKAGE@/images/DoxyBlocks +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = 16x16 +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/images/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/Makefile.in codeblocks-17.12/src/plugins/contrib/DoxyBlocks/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/DoxyBlocks/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/DoxyBlocks/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,981 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/DoxyBlocks +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(dist_confimages_DATA) \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libDoxyBlocks_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libDoxyBlocks_la_OBJECTS = AutoDoc.lo Config.lo ConfigPanel.lo \ + DoxyBlocks.lo ExtractDocs.lo DoxyBlocksLogger.lo +libDoxyBlocks_la_OBJECTS = $(am_libDoxyBlocks_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libDoxyBlocks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libDoxyBlocks_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libDoxyBlocks_la_SOURCES) +DIST_SOURCES = $(libDoxyBlocks_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(dist_confimages_DATA) $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = images +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libDoxyBlocks.la +libDoxyBlocks_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libDoxyBlocks_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libDoxyBlocks_la_SOURCES = AutoDoc.cpp \ + Config.cpp \ + ConfigPanel.cpp \ + DoxyBlocks.cpp \ + ExtractDocs.cpp \ + DoxyBlocksLogger.cpp + +noinst_HEADERS = Config.h \ + ConfigPanel.h \ + DoxyBlocks.h \ + Expressions.h \ + DoxyBlocksLogger.h \ + version.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + wxsmith/ConfigPanel.wxs \ + manifest.xml \ + ChangeLog.txt \ + DoxyBlocks.rc \ + $(srcdir)/update* \ + $(srcdir)/images/*.png \ + $(srcdir)/images/16x16/*.png + +pkgdata_DATA = DoxyBlocks.zip +CLEANFILES = $(pkgdata_DATA) +confimagesdir = $(datadir)/@PACKAGE@/images/settings +dist_confimages_DATA = $(srcdir)/*.png +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/DoxyBlocks/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libDoxyBlocks.la: $(libDoxyBlocks_la_OBJECTS) $(libDoxyBlocks_la_DEPENDENCIES) $(EXTRA_libDoxyBlocks_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libDoxyBlocks_la_LINK) -rpath $(pluginlibdir) $(libDoxyBlocks_la_OBJECTS) $(libDoxyBlocks_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AutoDoc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DoxyBlocks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DoxyBlocksLogger.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExtractDocs.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_confimagesDATA: $(dist_confimages_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ + done + +uninstall-dist_confimagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_confimagesDATA install-pkgdataDATA \ + install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_confimagesDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgdataDATA \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-dist_confimagesDATA \ + uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + + +DoxyBlocks.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/DoxyBlocks.zip manifest.xml images/*.png images/16x16/*.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/dragscroll/Makefile.in codeblocks-17.12/src/plugins/contrib/dragscroll/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/dragscroll/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/dragscroll/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,820 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/dragscroll +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libdragscroll_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libdragscroll_la_OBJECTS = dragscroll.lo dragscrollcfg.lo \ + dragscrollevent.lo +libdragscroll_la_OBJECTS = $(am_libdragscroll_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libdragscroll_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libdragscroll_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libdragscroll_la_SOURCES) +DIST_SOURCES = $(libdragscroll_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/src \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libdragscroll.la +libdragscroll_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libdragscroll_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libdragscroll_la_SOURCES = dragscroll.cpp \ + dragscrollcfg.cpp \ + dragscrollevent.cpp + +noinst_HEADERS = dragscroll.h \ + dragscrollcfg.h \ + dragscrollevent.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = dragscroll.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/dragscroll/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/dragscroll/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libdragscroll.la: $(libdragscroll_la_OBJECTS) $(libdragscroll_la_DEPENDENCIES) $(EXTRA_libdragscroll_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libdragscroll_la_LINK) -rpath $(pluginlibdir) $(libdragscroll_la_OBJECTS) $(libdragscroll_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscroll.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscrollcfg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dragscrollevent.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +dragscroll.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/dragscroll.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/EditorConfig/Makefile.in codeblocks-17.12/src/plugins/contrib/EditorConfig/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/EditorConfig/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/EditorConfig/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,823 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/EditorConfig +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libEditorConfig_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libEditorConfig_la_OBJECTS = EditorConfigUI.lo \ + EditorConfigCommon.lo EditorConfig.lo +libEditorConfig_la_OBJECTS = $(am_libEditorConfig_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libEditorConfig_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libEditorConfig_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libEditorConfig_la_SOURCES) +DIST_SOURCES = $(libEditorConfig_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libEditorConfig.la +libEditorConfig_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libEditorConfig_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libEditorConfig_la_SOURCES = EditorConfigUI.cpp \ + EditorConfigCommon.cpp \ + EditorConfig.cpp + +noinst_HEADERS = EditorConfig.h \ + EditorConfigCommon.h \ + EditorConfigUI.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + wxsmith/EditorConfigUI.wxs \ + manifest.xml + +pkgdata_DATA = EditorConfig.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/EditorConfig/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/EditorConfig/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libEditorConfig.la: $(libEditorConfig_la_OBJECTS) $(libEditorConfig_la_DEPENDENCIES) $(EXTRA_libEditorConfig_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libEditorConfig_la_LINK) -rpath $(pluginlibdir) $(libEditorConfig_la_OBJECTS) $(libEditorConfig_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfigCommon.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorConfigUI.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +EditorConfig.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/EditorConfig.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/EditorTweaks/Makefile.in codeblocks-17.12/src/plugins/contrib/EditorTweaks/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/EditorTweaks/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/EditorTweaks/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,817 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/EditorTweaks +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libEditorTweaks_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libEditorTweaks_la_OBJECTS = EditorTweaks.lo EditorTweaksConfDlg.lo +libEditorTweaks_la_OBJECTS = $(am_libEditorTweaks_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libEditorTweaks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libEditorTweaks_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libEditorTweaks_la_SOURCES) +DIST_SOURCES = $(libEditorTweaks_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libEditorTweaks.la +libEditorTweaks_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libEditorTweaks_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libEditorTweaks_la_SOURCES = EditorTweaks.cpp \ + EditorTweaksConfDlg.cpp + +noinst_HEADERS = EditorTweaks.h \ + EditorTweaksConfDlg.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + EditorTweaksConfDlg.xrc \ + manifest.xml \ + $(srcdir)/wxsmith/*.wxs + +pkgdata_DATA = EditorTweaks.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/EditorTweaks/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/EditorTweaks/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libEditorTweaks.la: $(libEditorTweaks_la_OBJECTS) $(libEditorTweaks_la_DEPENDENCIES) $(EXTRA_libEditorTweaks_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libEditorTweaks_la_LINK) -rpath $(pluginlibdir) $(libEditorTweaks_la_OBJECTS) $(libEditorTweaks_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorTweaks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EditorTweaksConfDlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +EditorTweaks.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/EditorTweaks.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_cfgdlg.cpp codeblocks-17.12/src/plugins/contrib/envvars/envvars_cfgdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_cfgdlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/envvars/envvars_cfgdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10665 $ * $Id: envvars_cfgdlg.cpp 10665 2016-01-17 13:58:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/envvars/envvars_cfgdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/envvars/envvars_cfgdlg.cpp $ */ // ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_common.cpp codeblocks-17.12/src/plugins/contrib/envvars/envvars_common.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_common.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/envvars/envvars_common.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10771 $ * $Id: envvars_common.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/envvars/envvars_common.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/envvars/envvars_common.cpp $ */ // ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars.cpp codeblocks-17.12/src/plugins/contrib/envvars/envvars.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/envvars/envvars.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: envvars.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/envvars/envvars.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/envvars/envvars.cpp $ */ // ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp codeblocks-17.12/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7787 $ * $Id: envvars_prjoptdlg.cpp 7787 2012-02-10 11:48:47Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/envvars/envvars_prjoptdlg.cpp $ */ // ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/envvars/Makefile.in codeblocks-17.12/src/plugins/contrib/envvars/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/envvars/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/envvars/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,830 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/envvars +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libenvvars_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libenvvars_la_OBJECTS = envvars.lo envvars_cfgdlg.lo \ + envvars_common.lo envvars_prjoptdlg.lo +libenvvars_la_OBJECTS = $(am_libenvvars_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libenvvars_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libenvvars_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libenvvars_la_SOURCES) +DIST_SOURCES = $(libenvvars_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pkgdata_DATA = envvars.zip +pluginlib_LTLIBRARIES = libenvvars.la +libenvvars_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libenvvars_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libenvvars_la_SOURCES = envvars.cpp \ + envvars_cfgdlg.cpp \ + envvars_common.cpp \ + envvars_prjoptdlg.cpp + +noinst_HEADERS = envvars.h \ + envvars_cfgdlg.h \ + envvars_common.h \ + envvars_prjoptdlg.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + envvars.xrc \ + project_settings.xrc \ + manifest.xml + +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/envvars/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/envvars/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libenvvars.la: $(libenvvars_la_OBJECTS) $(libenvvars_la_DEPENDENCIES) $(EXTRA_libenvvars_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libenvvars_la_LINK) -rpath $(pluginlibdir) $(libenvvars_la_OBJECTS) $(libenvvars_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_cfgdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_common.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envvars_prjoptdlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +envvars.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FileManager/Makefile.in codeblocks-17.12/src/plugins/contrib/FileManager/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/FileManager/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FileManager/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,842 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/FileManager +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libFileManager_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libFileManager_la_OBJECTS = FileManager.lo FileExplorer.lo \ + FileExplorerSettings.lo FileExplorerUpdater.lo \ + CommitBrowser.lo directorymonitor.lo se_globals.lo +libFileManager_la_OBJECTS = $(am_libFileManager_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libFileManager_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libFileManager_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libFileManager_la_SOURCES) +DIST_SOURCES = $(libFileManager_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_GAMIN_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ + -D__FAM__ + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libFileManager.la +libFileManager_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libFileManager_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(CB_GAMIN_LIBS) +libFileManager_la_SOURCES = FileManager.cpp \ + FileExplorer.cpp \ + FileExplorerSettings.cpp \ + FileExplorerUpdater.cpp \ + CommitBrowser.cpp \ + directorymonitor.cpp \ + se_globals.cpp + +noinst_HEADERS = FileManager.h \ + FileExplorer.h \ + FileExplorerSettings.h \ + FileExplorerUpdater.h \ + CommitBrowser.h \ + directorymonitor.h \ + se_globals.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/Resources/fileexplorersettings.xrc \ + $(srcdir)/Resources/CommitBrowser.xrc \ + $(srcdir)/manifest.xml + +pkgdata_DATA = FileManager.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/FileManager/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/FileManager/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libFileManager.la: $(libFileManager_la_OBJECTS) $(libFileManager_la_DEPENDENCIES) $(EXTRA_libFileManager_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libFileManager_la_LINK) -rpath $(pluginlibdir) $(libFileManager_la_OBJECTS) $(libFileManager_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommitBrowser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorerSettings.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileExplorerUpdater.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileManager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directorymonitor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se_globals.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +FileManager.zip: manifest.xml Resources/fileexplorersettings.xrc Resources/CommitBrowser.xrc + PWD=`pwd` cd $(srcdir) && zip -j9 $(PWD)/FileManager.zip manifest.xml Resources/fileexplorersettings.xrc Resources/CommitBrowser.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/entries codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/entries --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/entries 2017-11-26 01:48:52.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/entries 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/format codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/format --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/format 2017-11-26 01:48:52.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/format 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/00/00a388e0b33a9072e7a74f3d8635c294920a863d.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/00/00a388e0b33a9072e7a74f3d8635c294920a863d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/00/00a388e0b33a9072e7a74f3d8635c294920a863d.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/00/00a388e0b33a9072e7a74f3d8635c294920a863d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,128 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////// -// Name: CMyWxFortranIndent.h -// Purpose: declaration of CMyWxFortranIndent class -// Author: YWX (wxFortranIndent@163.com) -// Created: 2012-4-23 -// Copyright: (c) YWX -// Licence: GNU General Public License, version 3 -/////////////////////////////////////////////////////////////////////////////// - -#ifndef INDENTESTIMATOR_H -#define INDENTESTIMATOR_H - -#include -#include -#include -#include -#include - -class FormatIndentCodeTree -{ -public: - enum CodeTreeKind - { - ctcProgramBlock, - ctcEndProgramBlockSubFun, - ctcModule, - ctcEndModule, - ctcInterface, - ctcEndInterface, - ctcSubroutine, - ctcFunction, - ctcTypeDefine, - ctcEndTypeDefine, - ctcDoForall, - ctcEndDoForall, - ctcSeclectCase, - ctcSeclectType, - ctcEndSeclectCase, - ctcIfThen, - ctcEndIf, - ctcWhere, - ctcEndWhere, - ctcAssociate, - ctcEndAssociate, - ctcCritical, - ctcEndCritical, - ctcSubmodule, - ctcEndSubmodule, - ctcEnum, - ctcEndEnum, - ctcEnd, - ctcModuleProcedure, - ctcEndProcedure, - - ctcNone - }; - -public: - FormatIndentCodeTree(); - ~FormatIndentCodeTree(); - void Initialize(int firstLineIndent); - void GetCodeTreeIndent(CodeTreeKind iKind, int& myIndent); - CodeTreeKind GetParentKind(); - -private: - typedef struct { - CodeTreeKind kind; - int indent; - } treeNode; - - std::vector m_Tree; - int m_RootIndent; -}; - -/// declaration -WX_DECLARE_STRING_HASH_MAP( wxRegEx *, FormatIndentRegEx ); - -class IndentEstimator -{ -public: - - /** Constructor. */ - IndentEstimator( ) - { - CreateFormatIndentRegEx(); - } - - /** Destructor. */ - ~IndentEstimator( ) - { - DelFormatIndentRegEx(); - } - - void CreateFormatIndentRegEx(); - void DelFormatIndentRegEx(); - void Initialize(int firstLineIndent); - - bool BuffersDiffer( const wxString &a, const wxString &b ); - bool GetIsHasLineContinuation( const wxString & srcLine ); - bool GetIsHasPreprocessor( const wxString & srcLine ); - void DelLineContinuation( wxString & srcLine ); - void DelComment( wxString & srcLine ); - void GetFortranIndentLine( const wxString& src, int& indentNum, int& indentNumNext); - void CutStringAndComment(wxString& src); - void ReadConfig(); - -protected: - void CalcFortranIndentLine( const wxString & srcLine, int & deltaIndentCur, int & deltaIndentNext, FormatIndentCodeTree::CodeTreeKind & iKind ); - void PrepareLine(const wxString & srcIn, wxArrayString & srcLines); - - FormatIndentRegEx m_RegEx; - FormatIndentCodeTree m_CodeTree; - - bool m_IndentProgFunSub; - bool m_IndentModule; - bool m_IndentContainsModule; - bool m_IndentContainsModuleAfter; - bool m_IndentContainsProcedure; - bool m_IndentContainsProcedureAfter; - bool m_IndentContainsTypedef; - bool m_IndentContainsTypedefAfter; - bool m_IndentSelectCaseAfter; - bool m_IndentSelectTypeAfter; -}; - - -#endif // INDENTESTIMATOR_H - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/01/0193387266ae136f164ea0e3edef1ccf4281bdf5.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/01/0193387266ae136f164ea0e3edef1ccf4281bdf5.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/01/0198c4570390167e4833777dfac9eab3c5b0d0ea.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/01/0198c4570390167e4833777dfac9eab3c5b0d0ea.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/01/0198c4570390167e4833777dfac9eab3c5b0d0ea.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/01/0198c4570390167e4833777dfac9eab3c5b0d0ea.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef WORKSPACEBROWSERF_H -#define WORKSPACEBROWSERF_H - -#include // SDK -#include -#include -#include -#include "workspacebrowserbuilder.h" - -class NativeParserF; -class wxComboBox; -class wxTreeCtrl; -class wxTextCtrl; -class cbProject; - -class WorkspaceBrowserF : public wxPanel -{ - public: - // class constructor - WorkspaceBrowserF(wxWindow* parent, NativeParserF* np, ParserF* par); - // class destructor - ~WorkspaceBrowserF(); - BrowserDisplayFilter GetBrowserDisplayFilter() { return m_BrowserOptions.displayFilter; } - void UpdateSash(); - void UpdateView(); - wxImageList* GetImageList(); - int GetTokenKindImageIdx(TokenF* token); - void MarkSymbol(wxString filename, int line); - void RereadOptions(); - void DeleteAllItems(); - void OnMenuEditPaste(wxCommandEvent& event); - wxString GetActiveFilename() { return m_ActiveFilename; }; - void SetActiveProject(cbProject* prj); - - private: - friend class myTextCtrl; - void OnTreeItemDoubleClick(wxTreeEvent& event); - void OnTreeItemRightClick(wxTreeEvent& event); - void OnJumpTo(wxCommandEvent& event); - void OnRefreshTree(wxCommandEvent& event); - void OnForceReparse(wxCommandEvent& event); - void OnViewScope(wxCommandEvent& event); - void JumpToToken(TokenF* token); - void OnChangeSort(wxCommandEvent& event); - void OnChangeMode(wxCommandEvent& event); - - void OnMakeVisible(wxCommandEvent& event); - void OnSearch(wxCommandEvent& event); - size_t FindMatchTokens(wxString search, TokensArrayF& result); - - void ShowMenu(wxTreeCtrl* tree, wxTreeItemId id, const wxPoint& pt); - - void BuildTree(); - - void OnTreeItemSelected(wxTreeEvent& event); - void OnTreeItemExpanding(wxTreeEvent& event); - void OnTreeItemCollapsing(wxTreeEvent& event); - - NativeParserF* m_NativeParser; - wxTreeCtrl* m_TreeTop; - wxTreeCtrl* m_TreeBottom; - wxComboBox* m_Search; - wxTreeCtrl* m_TreeForPopupMenu; - ParserF* m_pParser; - wxTreeItemId m_RootNode; - - // filtering - wxString m_ActiveFilename; - cbProject* m_pActiveProject; - - WorkspaceBrowserBuilder* m_pBrowserBuilder; - - BrowserOptions m_BrowserOptions; - - DECLARE_EVENT_TABLE() -}; - -#endif // WORKSPACEBROWSERF_H - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/03/039b54b450764b6a5be8d96ab684ebecd80554f4.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/03/039b54b450764b6a5be8d96ab684ebecd80554f4.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/05/056ab4062666e2f36ceec496eac817726818ad22.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/05/056ab4062666e2f36ceec496eac817726818ad22.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/05/056ab4062666e2f36ceec496eac817726818ad22.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/05/056ab4062666e2f36ceec496eac817726818ad22.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,679 +0,0 @@ - -#include "indentestimator.h" -#include -#include - -FormatIndentCodeTree::FormatIndentCodeTree() -{ - Initialize(0); -} - -FormatIndentCodeTree::~FormatIndentCodeTree() -{ - -} - -void FormatIndentCodeTree::Initialize(int firstLineIndent) -{ - m_Tree.clear(); - m_RootIndent = firstLineIndent; -} - -void FormatIndentCodeTree::GetCodeTreeIndent(CodeTreeKind iKind, int& myIndent) -{ - if (iKind == ctcNone) - return; - else if (iKind == ctcAssociate || iKind == ctcCritical || iKind == ctcDoForall || iKind == ctcEnum || - iKind == ctcFunction || iKind == ctcIfThen || iKind == ctcInterface || iKind == ctcProgramBlock || - iKind == ctcModule || iKind == ctcSeclectCase || iKind == ctcSeclectType || - iKind == ctcSubmodule || iKind == ctcSubroutine || iKind == ctcTypeDefine || - iKind == ctcWhere) - { - treeNode tn; - tn.indent = myIndent; - tn.kind = iKind; - m_Tree.push_back(tn); - return; - } - - CodeTreeKind startKind1 = ctcNone; - CodeTreeKind startKind2 = ctcNone; - CodeTreeKind startKind3 = ctcNone; - CodeTreeKind startKind4 = ctcNone; - CodeTreeKind startKind5 = ctcNone; - if (iKind == ctcEndAssociate) - startKind1 = ctcAssociate; - else if (iKind == ctcEndCritical) - startKind1 = ctcCritical; - else if (iKind == ctcEndDoForall) - startKind1 = ctcDoForall; - else if (iKind == ctcEndEnum) - startKind1 = ctcEnum; - else if (iKind == ctcEndInterface) - startKind1 = ctcInterface; - else if (iKind == ctcEndProgramBlockSubFun) - { - startKind1 = ctcProgramBlock; - startKind2 = ctcSubroutine; - startKind3 = ctcFunction; - } - else if (iKind == ctcEndModule) - startKind1 = ctcModule; - else if (iKind == ctcEndSeclectCase) - { - startKind1 = ctcSeclectCase; - startKind2 = ctcSeclectType; - } - else if (iKind == ctcEndSubmodule) - startKind1 = ctcSubmodule; - else if (iKind == ctcEndTypeDefine) - startKind1 = ctcTypeDefine; - else if (iKind == ctcEndWhere) - startKind1 = ctcWhere; - else if (iKind == ctcEndIf) - startKind1 = ctcIfThen; - else if (iKind == ctcEnd) - { - startKind1 = ctcProgramBlock; - startKind2 = ctcSubroutine; - startKind3 = ctcFunction; - startKind4 = ctcModule; - startKind5 = ctcSubmodule; - } - - for (int i=int(m_Tree.size())-1; i >= 0; i--) - { - if ((m_Tree[i].kind == startKind1) || - (m_Tree[i].kind == startKind2) || - (m_Tree[i].kind == startKind3) || - (m_Tree[i].kind == startKind4) || - (m_Tree[i].kind == startKind5)) - { - myIndent = m_Tree[i].indent; - m_Tree.resize(i); - break; - } - } -} - -FormatIndentCodeTree::CodeTreeKind FormatIndentCodeTree::GetParentKind() -{ - CodeTreeKind pK = ctcNone; - if (m_Tree.size() > 0) - pK = m_Tree[m_Tree.size()-1].kind; - - return pK; -} - - - - -//*************************************************************** -//* -//*************************************************************** - -void IndentEstimator::DelFormatIndentRegEx() -{ - if( m_RegEx.empty() ) - { - return ; - } - FormatIndentRegEx::iterator it = m_RegEx.begin(); - // iterate over all the Hash Map - while( it != m_RegEx.end() ) - { - wxRegEx * pIt = it->second; - delete pIt; - ++it; - } - m_RegEx.clear(); -} - - -void IndentEstimator::CreateFormatIndentRegEx() -{ - int options = wxRE_DEFAULT | wxRE_ADVANCED | wxRE_ICASE ; - - DelFormatIndentRegEx(); - - m_RegEx[wxT("regexMultiLines")] = new wxRegEx( wxT("(&)((\r\n)|(\r)|(\n))?$"), options ); - m_RegEx[wxT("regexEndProgram")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)((program)|((block)(\\s*)(data))|(subroutine)|(function))((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexProgram")] = new wxRegEx( wxT("^(\\s*)((program)|((block)(\\s*)(data)))((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndModule")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(module)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexModule")] = new wxRegEx( wxT("^(\\s*)(module)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexInterface")] = new wxRegEx( wxT("^(\\s*)((abstract)(\\s+))?(interface)((\\s+)(([a-zA-Z0-9_]+)|((assignment)(\\s*)\\((\\s*)(a+)(\\s*)\\))|((operator)(\\s*)\\((.+)\\))|((write|read)(\\s*)\\((.+)\\))))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndInterface")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(interface)((\\s+)(([a-zA-Z0-9_]+)|((assignment)(\\s*)\\((\\s*)(a+)(\\s*)\\))|((operator)(\\s*)\\((.+)\\))|((write|read)(\\s*)\\((.+)\\))))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexContains")] = new wxRegEx( wxT("^(\\s*)(contains)((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexSubroutine")] = new wxRegEx( wxT("^(\\s*)(((pure)|(impure))(\\s+))?(((recursive)|(elemental))(\\s+))?((module)(\\s+))?(subroutine)(\\s+)([a-zA-Z0-9_]+)((\\s*)(\\()(\\s*)(([a-zA-Z0-9_]+)((\\s*)(,)(\\s*)([a-zA-Z0-9_]+))*)?(\\s*)(\\))(\\s*))?"), options ); - m_RegEx[wxT("regexFunction")] = new wxRegEx( wxT("^(((.*)(\\s+))|(\\s*)){1}(function)(\\s+)([a-zA-Z0-9_]+)(\\s*)\\((\\s*)(([a-zA-Z0-9_]+)((\\s*)(,)(\\s*)([a-zA-Z0-9_]+))*)?(\\s*)\\)"), options ); - m_RegEx[wxT("regexType")] = new wxRegEx( wxT("^(\\s*)((type)(\\s*)(\\()(\\s*)([a-zA-Z0-9_]+)(\\s*)(\\)))(\\s*)"), options ); - m_RegEx[wxT("regexTypeDefine")] = new wxRegEx( wxT("^(\\s*)((type)\\M((\\s*),(\\s*)((public)|(private)|(protected)))?((\\s*),(\\s*)((abstract)|((extends)(\\s*)\\((\\s*)([a-zA-Z0-9_]+)(\\s*)\\))))?((\\s*),(\\s*)((bind)(\\s*)\\((\\s*)([a-z0-9_]+)(\\s*)\\)))?((\\s*)(::)?(\\s*)([a-zA-Z0-9_]+)))(\\s*)"), options ); - m_RegEx[wxT("regexEndType")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(type)((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - m_RegEx[wxT("regexEndDo")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)((do)|(forall))((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - m_RegEx[wxT("regexDo")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?(do)((\\s+)([a-zA-Z0-9_])(.+))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexForall")] = new wxRegEx( wxT("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?((forall)|((do)(\\s+)(while)))(\\s*)(\\([^\\)]+\\))(\\s*)$"), options ); - m_RegEx[wxT("regexEndSelect")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(select)((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - m_RegEx[wxT("regexSelectCase")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((select)(\\s*)(case))(\\s*)(\\()(.+)(\\))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexSelectType")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((select)(\\s*)(type))(\\s*)(\\()(.+)(\\))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexCase")] = new wxRegEx( wxT("^(\\s*)((((case)|(((type)|(class))(\\s+)(is)))(\\s*)(\\()(.+)(\\))((\\s+)([a-zA-Z0-9_]+))?)|(((case)|(class))(\\s+)(default)((\\s+)([a-zA-Z0-9_]+))?))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexIfThen")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((if)(\\s*)(\\()(.+)(\\))(\\s*)(then))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexElse")] = new wxRegEx( wxT("^(\\s*)(else)(\\s*)(((\\s+)([a-zA-Z0-9_]+))|((if)(\\s*)(\\()(.+)(\\))(\\s*)(then)((\\s+)([a-zA-Z0-9_]+))?))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndIf")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(if)((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - m_RegEx[wxT("regexWhere")] = new wxRegEx( wxT("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(where)(\\s*)(\\([^\\)]+\\))(\\s*)$"), options ); - m_RegEx[wxT("regexElseWhere")] = new wxRegEx( wxT("^(\\s*)(else)(\\s*)(where)(((\\s+)([a-zA-Z0-9_]+))|((\\s*)\\((.+)\\)((\\s+)([a-zA-Z0-9_]+))?))?((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndWhere")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(where)((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - m_RegEx[wxT("regexEndOnly")] = new wxRegEx( wxT("^(\\s*)(end)((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexAssociate")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?(associate)(\\s*)\\((.+)\\)((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndAssociate")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(associate)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexCritical")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((block)|(critical))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndCritical")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)((block)|(critical))((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexSubmodule")] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((submodule)(\\s*)\\((.+)\\)(\\s*)([a-zA-Z0-9_]+))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndSubmodule")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(submodule)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexModuleProcedure")] = new wxRegEx( wxT("^(\\s*)(module(\\s*)procedure)(\\s*)([a-zA-Z0-9_]+)((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndProcedure")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(procedure)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexEnum")] = new wxRegEx( wxT("^(\\s*)(enum)((\\s*),(\\s*)((bind)(\\s*)\\((\\s*)([a-zA-Z0-9_]+)(\\s*)\\)))((\\s*)!(.*))?(\\s*)$"), options ); - m_RegEx[wxT("regexEndEnum")] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(enum)((\\s*)!(.*))?(\\s*)$"), options ); - - m_RegEx[wxT("regexComment")] = new wxRegEx( wxT("(!(.*))((\r\n)|(\r)|(\n))?$"), options | wxRE_NEWLINE ); - - m_RegEx[wxT("regexBlankLine")] = new wxRegEx( wxT("([ \t]+)((\r\n)|(\r)|(\n))"), options | wxRE_NEWLINE ); - - m_RegEx[wxT("regexPreprocessorC")] = new wxRegEx( wxT("^#(define|undef|ifdef|ifndef|if|elif|else|endif|include|error|warning|line)"), options ); - -} - - -void IndentEstimator::Initialize(int firstLineIndent) -{ - m_CodeTree.Initialize(firstLineIndent); -} - - -void IndentEstimator::GetFortranIndentLine(const wxString& src1, int& indentNum, int& indentNumNext) -{ - indentNumNext = indentNum; - wxArrayString srcLines; - PrepareLine(src1, srcLines); // for case if several statements on one line - for (size_t i=0; iGetLogManager()->Log( src1 ); - - iKind = FormatIndentCodeTree::ctcNone; - - deltaIndentCur = 0; - deltaIndentNext = 0; - - wxString src = srcLine; - src.Trim(true); // trim from right - - // Program, Interface, Bblock Data, Subroutine, Function - if ( m_RegEx[wxT("regexEndProgram")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndProgramBlockSubFun; - if (m_IndentProgFunSub) - deltaIndentCur = -1; - else - deltaIndentCur = 0; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEndInterface")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndInterface; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexInterface")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcInterface; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexSubroutine")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcSubroutine; - deltaIndentCur = 0; - if (m_IndentProgFunSub) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexFunction")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcFunction; - deltaIndentCur = 0; - if (m_IndentProgFunSub) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexProgram")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcProgramBlock; - deltaIndentCur = 0; - if (m_IndentProgFunSub) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - return ; - } - else if ( m_RegEx[wxT("regexEndModule")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndModule; - if (m_IndentModule) - deltaIndentCur = -1; - else - deltaIndentCur = 0; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexModule")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcModule; - deltaIndentCur = 0; - if (m_IndentModule) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexContains")]->Matches( src ) ) - { - FormatIndentCodeTree::CodeTreeKind pk = m_CodeTree.GetParentKind(); - - if (pk == FormatIndentCodeTree::ctcModule || - pk == FormatIndentCodeTree::ctcSubmodule) - { - if (m_IndentContainsModule) - deltaIndentCur = -1; - if (m_IndentContainsModuleAfter) - deltaIndentNext = 1; - } - else if (pk == FormatIndentCodeTree::ctcSubroutine || - pk == FormatIndentCodeTree::ctcFunction || - pk == FormatIndentCodeTree::ctcProgramBlock) - { - if (m_IndentContainsProcedure) - deltaIndentCur = -1; - if (m_IndentContainsProcedureAfter) - deltaIndentNext = 1; - } - else if (pk == FormatIndentCodeTree::ctcTypeDefine) - { - if (m_IndentContainsTypedef) - deltaIndentCur = -1; - if (m_IndentContainsTypedefAfter) - deltaIndentNext = 1; - } - else // could it be? - { - deltaIndentCur = -1; - deltaIndentNext = 1; - } - } - else if ( m_RegEx[wxT("regexEndDo")]->Matches( src ) ) - { - // do while # end do - // forall() # end forall - // Indent do loops only if they are all guaranteed to be of do/end do type - iKind = FormatIndentCodeTree::ctcEndDoForall; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexDo")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcDoForall; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexForall")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcDoForall; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndSelect")]->Matches( src ) ) - { - // select case # case | case dafault # end select - iKind = FormatIndentCodeTree::ctcEndSeclectCase; - deltaIndentCur = -2; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexSelectCase")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcSeclectCase; - deltaIndentCur = 0; - if (m_IndentSelectCaseAfter) - deltaIndentNext = 2; - else - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexSelectType")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcSeclectType; - deltaIndentCur = 0; - if (m_IndentSelectTypeAfter) - deltaIndentNext = 2; - else - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexCase")]->Matches( src ) ) - { - deltaIndentCur = -1; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexIfThen")]->Matches( src ) ) - { - // if ## if then # else # end if - iKind = FormatIndentCodeTree::ctcIfThen; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexElse")]->Matches( src ) ) - { - deltaIndentCur = -1; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndIf")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndIf; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexWhere")]->Matches( src ) ) - { - // where elsewhere - iKind = FormatIndentCodeTree::ctcWhere; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexElseWhere")]->Matches( src ) ) - { - deltaIndentCur = -1; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndWhere")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndWhere; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEndType")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndTypeDefine; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( ( false == m_RegEx[wxT("regexType")]->Matches( src ) ) && - ( m_RegEx[wxT("regexTypeDefine")]->Matches( src ) ) ) - { - iKind = FormatIndentCodeTree::ctcTypeDefine; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndAssociate")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndAssociate; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexAssociate")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcAssociate; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndCritical")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndCritical; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexCritical")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcCritical; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexSubmodule")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcSubmodule; - deltaIndentCur = 0; - if (m_IndentModule) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEndSubmodule")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndSubmodule; - if (m_IndentModule) - deltaIndentCur = -1; - else - deltaIndentCur = 0; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEndEnum")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndEnum; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEnum")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEnum; - deltaIndentCur = 0; - deltaIndentNext = 1; - } - else if ( m_RegEx[wxT("regexEndOnly")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEnd; - deltaIndentCur = -1; - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexModuleProcedure")]->Matches( src ) && - m_CodeTree.GetParentKind() == FormatIndentCodeTree::ctcSubmodule ) - { - iKind = FormatIndentCodeTree::ctcModuleProcedure; - deltaIndentCur = 0; - if (m_IndentProgFunSub) - deltaIndentNext = 1; - else - deltaIndentNext = 0; - } - else if ( m_RegEx[wxT("regexEndProcedure")]->Matches( src ) ) - { - iKind = FormatIndentCodeTree::ctcEndProcedure; - if (m_IndentProgFunSub) - deltaIndentCur = -1; - else - deltaIndentCur = 0; - deltaIndentNext = 0; - } - - - -} - -// Special code to compare strings which doesn't care -// about spaces leading up to the EOL. -bool IndentEstimator::BuffersDiffer( const wxString &a, const wxString &b ) -{ - wxString acopy = a; - acopy.Replace(_T("\r\n"), _T("\n")); - acopy.Replace(_T("\r"), _T("\n")); - wxStringTokenizer aTokenizer(acopy, _T("\n"), wxTOKEN_RET_EMPTY_ALL); - std::vector aLines; - while (aTokenizer.HasMoreTokens()) - aLines.push_back(aTokenizer.GetNextToken()); - - wxString bcopy = b; - bcopy.Replace(_T("\r\n"), _T("\n")); - bcopy.Replace(_T("\r"), _T("\n")); - wxStringTokenizer bTokenizer(bcopy, _T("\n"), wxTOKEN_RET_EMPTY_ALL); - std::vector bLines; - while (bTokenizer.HasMoreTokens()) - bLines.push_back(bTokenizer.GetNextToken()); - - size_t aSize = aLines.size(); - if(aSize != bLines.size()) - return true; - - for (size_t i=0; iMatches( srcLine ); -} - - -void IndentEstimator::DelLineContinuation( wxString & srcLine ) -{ - wxASSERT( m_RegEx[wxT("regexMultiLines")] ); - m_RegEx[wxT("regexMultiLines")]->ReplaceAll( &srcLine, wxT("") ); -} - - -void IndentEstimator::DelComment( wxString & srcLine ) -{ - wxASSERT( m_RegEx[wxT("regexComment")] ); - m_RegEx[wxT("regexComment")]->ReplaceAll( &srcLine, wxT("") ); -} - -bool IndentEstimator::GetIsHasPreprocessor(const wxString & srcLine) -{ - bool bRet = false; - wxASSERT( m_RegEx[wxT("regexPreprocessorC")] ); - bRet = m_RegEx[wxT("regexPreprocessorC")]->Matches( srcLine ); - - return bRet; -} - -void IndentEstimator::PrepareLine(const wxString& srcIn, wxArrayString& srcLines) -{ - wxString src = srcIn; - CutStringAndComment(src); - - wxStringTokenizer tokenizer(src, _T(";"), wxTOKEN_STRTOK); - while (tokenizer.HasMoreTokens()) - { - wxString token = tokenizer.GetNextToken(); - srcLines.Add(token); - } - -} - -void IndentEstimator::CutStringAndComment(wxString& src) -{ - src.Trim(false); - - while(true) - { - int i1 = src.Find('\''); - int j1 = src.Find('"'); - char curChar; - if (i1 != wxNOT_FOUND && j1 != wxNOT_FOUND) - curChar = i1GetConfigManager(_T("fortran_project")); - - m_IndentProgFunSub = cfg->ReadBool(_T("/indent_prog_fun_sub_after"), true); - m_IndentModule = cfg->ReadBool(_T("/indent_module_after"), true); - m_IndentContainsModule = cfg->ReadBool(_T("/indent_contains_module"), true); - m_IndentContainsModuleAfter = cfg->ReadBool(_T("/indent_contains_module_after"), true); - m_IndentContainsProcedure = cfg->ReadBool(_T("/indent_contains_procedure"), true); - m_IndentContainsProcedureAfter = cfg->ReadBool(_T("/indent_contains_procedure_after"), true); - m_IndentContainsTypedef = cfg->ReadBool(_T("/indent_contains_typedef"), true); - m_IndentContainsTypedefAfter = cfg->ReadBool(_T("/indent_contains_typedef_after"), true); - m_IndentSelectCaseAfter = cfg->ReadBool(_T("/indent_selectcase_after"), true); - m_IndentSelectTypeAfter = cfg->ReadBool(_T("/indent_selecttype_after"), true); -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/08/08d5da8f5edb4131cf39b620f062c1c9e3b78835.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/08/08d5da8f5edb4131cf39b620f062c1c9e3b78835.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/08/08d5da8f5edb4131cf39b620f062c1c9e3b78835.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/08/08d5da8f5edb4131cf39b620f062c1c9e3b78835.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ - -#ifndef FORTRANFILEEXT_H -#define FORTRANFILEEXT_H - -#include "tokenizerf.h" -#include "includedb.h" -#include - - -class FortranFileExt -{ - public: - FortranFileExt(); - ~FortranFileExt(); - bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm); - void RereadOptions(); - private: - void RereadFileExtensions(); - void RereadFileExtensionsLang(EditorColourSet* colSet, wxString langName, StringSet& extSet); - bool m_ExtDone; - StringSet m_FortranExtFree; - StringSet m_FortranExtFixed; -}; - -#endif // FORTRANFILEEXT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/09/097df97b93c5a66eadffb50a06d107b4deded061.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/09/097df97b93c5a66eadffb50a06d107b4deded061.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/09/097df97b93c5a66eadffb50a06d107b4deded061.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/09/097df97b93c5a66eadffb50a06d107b4deded061.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#! /bin/sh -# - -mkdir -p ../../../devel30/share/codeblocks/images/fortranproject> /dev/null 2> /dev/null -mkdir -p ../../../output30/share/codeblocks/images/fortranproject > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../devel30/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../output30/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -exit 0 - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0a/0aab9c05fd6a0a01f3f0b3c93e802afbf572ed0e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0a/0aab9c05fd6a0a01f3f0b3c93e802afbf572ed0e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0a/0aab9c05fd6a0a01f3f0b3c93e802afbf572ed0e.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0a/0aab9c05fd6a0a01f3f0b3c93e802afbf572ed0e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,260 +0,0 @@ -#include "formatindentdlg.h" -#include -#include "cbeditor.h" -#include -#include - - - -//(*InternalHeaders(FormatIndentDlg) -#include -#include -#include -//*) - -//(*IdInit(FormatIndentDlg) -const long FormatIndentDlg::ID_STATICTEXT1 = wxNewId(); -const long FormatIndentDlg::ID_STATICTEXT3 = wxNewId(); -const long FormatIndentDlg::ID_RADIOBUTTON1 = wxNewId(); -const long FormatIndentDlg::ID_RADIOBUTTON2 = wxNewId(); -const long FormatIndentDlg::ID_RADIOBUTTON3 = wxNewId(); -const long FormatIndentDlg::ID_PANEL1 = wxNewId(); -const long FormatIndentDlg::ID_STATICTEXT2 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX2 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX3 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX4 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX5 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX6 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX1 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX7 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX8 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX9 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX10 = wxNewId(); -const long FormatIndentDlg::ID_PANEL3 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX11 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX12 = wxNewId(); -const long FormatIndentDlg::ID_CHECKBOX13 = wxNewId(); -const long FormatIndentDlg::ID_STATICTEXT4 = wxNewId(); -const long FormatIndentDlg::ID_SPINCTRL1 = wxNewId(); -const long FormatIndentDlg::ID_PANEL2 = wxNewId(); -const long FormatIndentDlg::ID_NOTEBOOK1 = wxNewId(); -//*) - -BEGIN_EVENT_TABLE(FormatIndentDlg,wxDialog) - //(*EventTable(FormatIndentDlg) - //*) - EVT_BUTTON (wxID_OK, FormatIndentDlg::OnOK) -END_EVENT_TABLE() - -FormatIndentDlg::FormatIndentDlg(wxWindow* parent) -{ - //(*Initialize(FormatIndentDlg) - wxBoxSizer* BoxSizer4; - wxBoxSizer* BoxSizer6; - wxBoxSizer* BoxSizer5; - wxBoxSizer* BoxSizer7; - wxBoxSizer* BoxSizer8; - wxBoxSizer* BoxSizer2; - wxBoxSizer* BoxSizer1; - wxBoxSizer* BoxSizer9; - wxStaticBoxSizer* StaticBoxSizer1; - wxBoxSizer* BoxSizer3; - wxStdDialogButtonSizer* StdDialogButtonSizer1; - - Create(parent, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE, _T("wxID_ANY")); - BoxSizer1 = new wxBoxSizer(wxVERTICAL); - Notebook1 = new wxNotebook(this, ID_NOTEBOOK1, wxDefaultPosition, wxDefaultSize, 0, _T("ID_NOTEBOOK1")); - Panel1 = new wxPanel(Notebook1, ID_PANEL1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL1")); - BoxSizer4 = new wxBoxSizer(wxVERTICAL); - BoxSizer3 = new wxBoxSizer(wxVERTICAL); - StaticText1 = new wxStaticText(Panel1, ID_STATICTEXT1, _("Format indent for Fortran code."), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT1")); - BoxSizer3->Add(StaticText1, 0, wxALL|wxALIGN_LEFT, 5); - StaticText3 = new wxStaticText(Panel1, ID_STATICTEXT3, _("Format indent for:"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT3")); - BoxSizer3->Add(StaticText3, 0, wxALL|wxALIGN_LEFT, 5); - BoxSizer4->Add(BoxSizer3, 0, wxTOP|wxLEFT|wxRIGHT|wxEXPAND, 5); - BoxSizer2 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer2->Add(-1,-1,0, wxLEFT|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 9); - rb_ActiveProject = new wxRadioButton(Panel1, ID_RADIOBUTTON1, _("Active project"), wxDefaultPosition, wxDefaultSize, wxRB_GROUP, wxDefaultValidator, _T("ID_RADIOBUTTON1")); - BoxSizer2->Add(rb_ActiveProject, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - rb_CurrentFile = new wxRadioButton(Panel1, ID_RADIOBUTTON2, _("Current file"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_RADIOBUTTON2")); - BoxSizer2->Add(rb_CurrentFile, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - rb_Selection = new wxRadioButton(Panel1, ID_RADIOBUTTON3, _("Selection"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_RADIOBUTTON3")); - BoxSizer2->Add(rb_Selection, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer4->Add(BoxSizer2, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - Panel1->SetSizer(BoxSizer4); - BoxSizer4->Fit(Panel1); - BoxSizer4->SetSizeHints(Panel1); - Panel3 = new wxPanel(Notebook1, ID_PANEL3, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL3")); - BoxSizer6 = new wxBoxSizer(wxVERTICAL); - BoxSizer7 = new wxBoxSizer(wxHORIZONTAL); - StaticText2 = new wxStaticText(Panel3, ID_STATICTEXT2, _("Options for statements:"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT2")); - BoxSizer7->Add(StaticText2, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer6->Add(BoxSizer7, 0, wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - BoxSizer8 = new wxBoxSizer(wxVERTICAL); - cb_PROGafter = new wxCheckBox(Panel3, ID_CHECKBOX2, _("Indent after PROGRAM, FUNCTION, SUBROUTINE"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX2")); - cb_PROGafter->SetValue(false); - BoxSizer8->Add(cb_PROGafter, 1, wxALL|wxALIGN_LEFT, 2); - cb_MODafter = new wxCheckBox(Panel3, ID_CHECKBOX3, _("Indent after MODULE, SUBMODULE"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX3")); - cb_MODafter->SetValue(false); - BoxSizer8->Add(cb_MODafter, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTMod = new wxCheckBox(Panel3, ID_CHECKBOX4, _("Unindent CONTAINS at module level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX4")); - cb_CONTMod->SetValue(false); - BoxSizer8->Add(cb_CONTMod, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTModAfter = new wxCheckBox(Panel3, ID_CHECKBOX5, _("Indent after CONTAINS at module level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX5")); - cb_CONTModAfter->SetValue(false); - BoxSizer8->Add(cb_CONTModAfter, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTProc = new wxCheckBox(Panel3, ID_CHECKBOX6, _("Unindent CONTAINS at procedure level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX6")); - cb_CONTProc->SetValue(false); - BoxSizer8->Add(cb_CONTProc, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTProcAfter = new wxCheckBox(Panel3, ID_CHECKBOX1, _("Indent after CONTAINS at procedure level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX1")); - cb_CONTProcAfter->SetValue(false); - BoxSizer8->Add(cb_CONTProcAfter, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTType = new wxCheckBox(Panel3, ID_CHECKBOX7, _("Unindent CONTAINS at type definition level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX7")); - cb_CONTType->SetValue(false); - BoxSizer8->Add(cb_CONTType, 1, wxALL|wxALIGN_LEFT, 2); - cb_CONTTypeAfter = new wxCheckBox(Panel3, ID_CHECKBOX8, _("Indent after CONTAINS at type definition level"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX8")); - cb_CONTTypeAfter->SetValue(false); - BoxSizer8->Add(cb_CONTTypeAfter, 1, wxALL|wxALIGN_LEFT, 2); - cb_SELECTCASEafter = new wxCheckBox(Panel3, ID_CHECKBOX9, _("Indent after SELECT CASE"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX9")); - cb_SELECTCASEafter->SetValue(false); - BoxSizer8->Add(cb_SELECTCASEafter, 1, wxALL|wxALIGN_LEFT, 2); - cb_SELECTTYPEafter = new wxCheckBox(Panel3, ID_CHECKBOX10, _("Indent after SELECT TYPE"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX10")); - cb_SELECTTYPEafter->SetValue(false); - BoxSizer8->Add(cb_SELECTTYPEafter, 1, wxALL|wxALIGN_LEFT, 2); - BoxSizer6->Add(BoxSizer8, 1, wxALL|wxEXPAND, 5); - Panel3->SetSizer(BoxSizer6); - BoxSizer6->Fit(Panel3); - BoxSizer6->SetSizeHints(Panel3); - Panel2 = new wxPanel(Notebook1, ID_PANEL2, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL2")); - BoxSizer5 = new wxBoxSizer(wxVERTICAL); - cb_TrimLines = new wxCheckBox(Panel2, ID_CHECKBOX11, _("Trim lines from right"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX11")); - cb_TrimLines->SetValue(false); - BoxSizer5->Add(cb_TrimLines, 0, wxALL|wxALIGN_LEFT, 5); - StaticBoxSizer1 = new wxStaticBoxSizer(wxVERTICAL, Panel2, _("Tab options")); - cb_TabAsEditor = new wxCheckBox(Panel2, ID_CHECKBOX12, _("Same as C::B editor"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX12")); - cb_TabAsEditor->SetValue(false); - StaticBoxSizer1->Add(cb_TabAsEditor, 0, wxALL|wxALIGN_LEFT, 2); - cb_UseTabs = new wxCheckBox(Panel2, ID_CHECKBOX13, _("Use tabs instead of spaces"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX13")); - cb_UseTabs->SetValue(false); - StaticBoxSizer1->Add(cb_UseTabs, 0, wxALL|wxALIGN_LEFT, 2); - BoxSizer9 = new wxBoxSizer(wxHORIZONTAL); - stxt_TabSpaces = new wxStaticText(Panel2, ID_STATICTEXT4, _("Indent size in spaces:"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT4")); - BoxSizer9->Add(stxt_TabSpaces, 0, wxRIGHT|wxALIGN_CENTER_VERTICAL, 4); - spc_Spaces = new wxSpinCtrl(Panel2, ID_SPINCTRL1, _T("0"), wxDefaultPosition, wxDefaultSize, 0, 1, 16, 0, _T("ID_SPINCTRL1")); - spc_Spaces->SetValue(_T("0")); - BoxSizer9->Add(spc_Spaces, 1, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 2); - StaticBoxSizer1->Add(BoxSizer9, 0, wxALL|wxALIGN_LEFT, 2); - BoxSizer5->Add(StaticBoxSizer1, 0, wxALL|wxALIGN_LEFT, 5); - Panel2->SetSizer(BoxSizer5); - BoxSizer5->Fit(Panel2); - BoxSizer5->SetSizeHints(Panel2); - Notebook1->AddPage(Panel1, _("Scope"), false); - Notebook1->AddPage(Panel3, _("Statements"), false); - Notebook1->AddPage(Panel2, _("Others"), false); - BoxSizer1->Add(Notebook1, 1, wxALL|wxEXPAND, 5); - StdDialogButtonSizer1 = new wxStdDialogButtonSizer(); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_OK, wxEmptyString)); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_CANCEL, wxEmptyString)); - StdDialogButtonSizer1->Realize(); - BoxSizer1->Add(StdDialogButtonSizer1, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); - SetSizer(BoxSizer1); - BoxSizer1->Fit(this); - BoxSizer1->SetSizeHints(this); - - Connect(ID_CHECKBOX12,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&FormatIndentDlg::OnCbTabAsEditorClick); - //*) - - rb_Selection->Disable(); - if (!Manager::Get()->GetEditorManager()) - return; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - { - rb_ActiveProject->SetValue(true); - rb_CurrentFile->Disable(); - return; - } - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - if (!control->GetSelectedText().IsEmpty()) - { - rb_Selection->Enable(); - rb_Selection->SetValue(true); - } - else - rb_CurrentFile->SetValue(true); - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - cb_PROGafter->SetValue(cfg->ReadBool(_T("/indent_prog_fun_sub_after"), true)); - cb_MODafter->SetValue(cfg->ReadBool(_T("/indent_module_after"), true)); - cb_CONTMod->SetValue(cfg->ReadBool(_T("/indent_contains_module"), true)); - cb_CONTModAfter->SetValue(cfg->ReadBool(_T("/indent_contains_module_after"), true)); - cb_CONTProc->SetValue(cfg->ReadBool(_T("/indent_contains_procedure"), true)); - cb_CONTProcAfter->SetValue(cfg->ReadBool(_T("/indent_contains_procedure_after"), true)); - cb_CONTType->SetValue(cfg->ReadBool(_T("/indent_contains_typedef"), true)); - cb_CONTTypeAfter->SetValue(cfg->ReadBool(_T("/indent_contains_typedef_after"), true)); - cb_SELECTCASEafter->SetValue(cfg->ReadBool(_T("/indent_selectcase_after"), true)); - cb_SELECTTYPEafter->SetValue(cfg->ReadBool(_T("/indent_selecttype_after"), true)); - - cb_TrimLines->SetValue(cfg->ReadBool(_T("/indent_trim_right"), true)); - bool sae = cfg->ReadBool(_T("/indent_same_as_editor"), true); - cb_TabAsEditor->SetValue(sae); - cb_UseTabs->SetValue(cfg->ReadBool(_T("/indent_use_tabs"), false)); - spc_Spaces->SetValue(cfg->ReadInt(_T("/indent_tab_width"), 4)); - - cb_UseTabs->Enable(!sae); - spc_Spaces->Enable(!sae); - stxt_TabSpaces->Enable(!sae); -} - -FormatIndentDlg::~FormatIndentDlg() -{ - //(*Destroy(FormatIndentDlg) - //*) -} - -void FormatIndentDlg::OnOK(wxCommandEvent& event) -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - cfg->Write(_T("/indent_prog_fun_sub_after"), (bool)cb_PROGafter->GetValue()); - cfg->Write(_T("/indent_module_after"), (bool)cb_MODafter->GetValue()); - cfg->Write(_T("/indent_contains_module"), (bool)cb_CONTMod->GetValue()); - cfg->Write(_T("/indent_contains_module_after"), (bool)cb_CONTModAfter->GetValue()); - cfg->Write(_T("/indent_contains_procedure"), (bool)cb_CONTProc->GetValue()); - cfg->Write(_T("/indent_contains_procedure_after"), (bool)cb_CONTProcAfter->GetValue()); - cfg->Write(_T("/indent_contains_typedef"), (bool)cb_CONTType->GetValue()); - cfg->Write(_T("/indent_contains_typedef_after"), (bool)cb_CONTTypeAfter->GetValue()); - cfg->Write(_T("/indent_selectcase_after"), (bool)cb_SELECTCASEafter->GetValue()); - cfg->Write(_T("/indent_selecttype_after"), (bool)cb_SELECTTYPEafter->GetValue()); - - cfg->Write(_T("/indent_trim_right"), (bool)cb_TrimLines->GetValue()); - cfg->Write(_T("/indent_same_as_editor"), (bool)cb_TabAsEditor->GetValue()); - cfg->Write(_T("/indent_use_tabs"), (bool)cb_UseTabs->GetValue()); - cfg->Write(_T("/indent_tab_width"), (int)spc_Spaces->GetValue()); - - EndModal(wxID_OK); -} - -FormatIndentDlg::FormatIndentScope FormatIndentDlg::GetFormatScope() -{ - FormatIndentScope sc; - if (rb_ActiveProject->GetValue()) - sc = fisProject; - else if (rb_CurrentFile->GetValue()) - sc = fisCurrentFile; - else - sc = fisSelection; - return sc; -} - - -void FormatIndentDlg::OnCbTabAsEditorClick(wxCommandEvent& event) -{ - bool sae = cb_TabAsEditor->GetValue(); - cb_UseTabs->Enable(!sae); - spc_Spaces->Enable(!sae); - stxt_TabSpaces->Enable(!sae); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0c/0c02ee5f18cc482703cf50ce1128c76415e198e7.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0c/0c02ee5f18cc482703cf50ce1128c76415e198e7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0c/0c02ee5f18cc482703cf50ce1128c76415e198e7.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0c/0c02ee5f18cc482703cf50ce1128c76415e198e7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -#ifndef CALLEDBYDICT_H -#define CALLEDBYDICT_H - -#include "tokenf.h" -#include -#include -#include - -class CalledByDict -{ - public: - CalledByDict(); - virtual ~CalledByDict(); - - void Build(TokensArrayF* allTokens); - std::list* GetCallingTokens(const wxString& name); - - protected: - - private: - void FindChildrenNames(TokensArrayF* tokens, int tokenMask, std::set &definedNames); - void FillCalledByDict(TokensArrayF* tokens, std::set &definedNames); - - std::map*> m_NamesDict; -}; - -#endif // CALLEDBYDICT_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dce890309d9c7583e6a12b72d55c29345272470.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dce890309d9c7583e6a12b72d55c29345272470.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dce890309d9c7583e6a12b72d55c29345272470.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dce890309d9c7583e6a12b72d55c29345272470.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -#ifndef USETOKENF_H -#define USETOKENF_H - -#include "tokenf.h" -#include -#include -#include - -enum ModuleNature -{ - mnIntrinsic = 1, - mnNonIntrinsic -}; - -class UseTokenF : public TokenF -{ - public: - UseTokenF(); - UseTokenF(const wxString& name, const wxString& filename, unsigned int line); - virtual ~UseTokenF(); - void SetOnly(bool hasOnly); - void SetModuleNature(ModuleNature modNature); - void AddToNamesList(wxString& localName); - void AddToRenameList(wxString& localName, wxString& externalName); - - ModuleNature GetModuleNature() {return m_ModuleNature;}; - bool HasOnly() {return m_HasOnly;}; - std::set* GetNamesList() {return &m_NamesList;}; - std::list* GetRenameList() {return &m_RenameList;}; - //protected: - private: - ModuleNature m_ModuleNature; - bool m_HasOnly; - std::set m_NamesList; - std::list m_RenameList; -}; - -#endif // USETOKENF_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dd7fdfd5f187bb44155c493ca790907de77af93.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dd7fdfd5f187bb44155c493ca790907de77af93.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dd7fdfd5f187bb44155c493ca790907de77af93.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0d/0dd7fdfd5f187bb44155c493ca790907de77af93.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0e/0e37f9b4f0b1e7366b9b9600382786d06ff6daa9.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0e/0e37f9b4f0b1e7366b9b9600382786d06ff6daa9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0e/0e37f9b4f0b1e7366b9b9600382786d06ff6daa9.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0e/0e37f9b4f0b1e7366b9b9600382786d06ff6daa9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -@echo off -md ..\..\..\devel30 > nul 2>&1 -md ..\..\..\output30 > nul 2>&1 -md ..\..\..\devel30\share > nul 2>&1 -md ..\..\..\output30\share > nul 2>&1 -md ..\..\..\devel30\share\CodeBlocks > nul 2>&1 -md ..\..\..\output30\share\CodeBlocks > nul 2>&1 -md ..\..\..\devel30\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\output30\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\devel30\share\CodeBlocks\images\fortranproject > nul 2>&1 -md ..\..\..\output30\share\CodeBlocks\images\fortranproject > nul 2>&1 - -copy images\fortranproject\*.* ..\..\..\devel30\share\CodeBlocks\images\fortranproject\ > nul 2>&1 -copy images\fortranproject\*.* ..\..\..\output30\share\CodeBlocks\images\fortranproject\ > nul 2>&1 - -exit 0 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0f/0f8d6397f7c602768a31c60b337c072f1fc3c3cc.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0f/0f8d6397f7c602768a31c60b337c072f1fc3c3cc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/0f/0f8d6397f7c602768a31c60b337c072f1fc3c3cc.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/0f/0f8d6397f7c602768a31c60b337c072f1fc3c3cc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,119 +0,0 @@ -#include "includedb.h" - -IncludeDB::IncludeDB() -{ - //ctor -} - -IncludeDB::~IncludeDB() -{ - //dtor - Clear(); -} - -//void IncludeDB::SetInclude(const wxString& parentFilename, const wxArrayString& include) -//{ -// for (size_t i=0; iinsert(parentFilename); -// foundIncl = true; -// break; -// } -// } -// if (!foundIncl) -// { -// (*it).second->erase(parentFilename); -// if ((*it).second->size() == 0) -// { -// delete (*it).second; -// m_IncludeFiles.erase(it++); -// } -// else -// ++it; -// } -// else -// ++it; -// } -//} - -void IncludeDB::SetInclude(const wxString& parentFilename, const wxArrayString& include) -{ - for (size_t i=0; iinsert(parentFilename); - m_IncludeFiles[include[i]] = parSet; - } - else - (*it).second->insert(parentFilename); - } -} - -void IncludeDB::RemoveFile(const wxString& name) -{ - StringStringSetPMap::iterator it = m_IncludeFiles.begin(); - while (it != m_IncludeFiles.end()) - { - (*it).second->erase(name); - if ((*it).second->size() == 0) - { - delete (*it).second; - m_IncludeFiles.erase(it++); - } - else - ++it; - } -} - -bool IncludeDB::IsIncludeFile(const wxString& name) -{ - if (m_IncludeFiles.count(name) == 1) - return true; - return false; -} - -void IncludeDB::Clear() -{ - StringStringSetPMap::iterator it = m_IncludeFiles.begin(); - while (it != m_IncludeFiles.end()) - { - delete (*it).second; - m_IncludeFiles.erase(it++); - } -} - -bool IncludeDB::IsEmpty() -{ - return m_IncludeFiles.empty(); -} - -wxString IncludeDB::GetOneParentFile(const wxString& name) -{ - if (m_IncludeFiles.count(name) == 0) - return wxEmptyString; - - StringSet* parSet = m_IncludeFiles[name]; - if (parSet->size() > 0) - return *(parSet->begin()); - - return wxEmptyString; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/11/119abafc8ad5574b1a288349fd99188027b392d7.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/11/119abafc8ad5574b1a288349fd99188027b392d7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/11/119abafc8ad5574b1a288349fd99188027b392d7.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/11/119abafc8ad5574b1a288349fd99188027b392d7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,514 +0,0 @@ - - - - Bind To - 0 - - - wxVERTICAL - - - - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - 30,0 - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - Write how the names called from C code will be constructed. Variables "$procname$", "$modulename$" and "$modname$" will be changed procedure, module and truncated module names corespondingly. - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxEXPAND - 5 - - - - - - wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - - - wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - wxVERTICAL - - - - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL - 5 - - - - - - wxALIGN_CENTER_VERTICAL - 5 - 30,0 - - - - - - wxLEFT|wxRIGHT|wxALIGN_CENTER_VERTICAL - 5 - - - - myprocedures.f90 - - wxLEFT|wxRIGHT|wxEXPAND - 5 - - - - wxEXPAND - 5 - - - - wxTOP|wxBOTTOM|wxALIGN_LEFT - 5 - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - Text - - wxALIGN_CENTER_VERTICAL - 5 - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxALL|wxEXPAND - - - - - - - - 314,298 - - wxVERTICAL - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - 500,300 - - - wxTOP|wxBOTTOM|wxEXPAND - 5 - - - - - - - - Add a new type - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - Copy selected type to a new one - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - Edit selected type - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - Remove selected type - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxALIGN_CENTER_VERTICAL - 5 - - - - - - Restore default binding types - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxALL|wxEXPAND - 5 - - - wxTOP|wxBOTTOM|wxEXPAND - 5 - - - - - - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - 30,0 - - - - 2 - 2 - 2 - 1 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - Text - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - Text - - wxALL|wxALIGN_CENTER_VERTICAL - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - 30,0 - - - - 2 - 2 - 2 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - Text - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - Text - - wxALL|wxALIGN_CENTER_VERTICAL - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - wxALL|wxALIGN_CENTER_VERTICAL - - - wxALL|wxALIGN_LEFT - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - wxVERTICAL - - - - - - - wxTOP|wxBOTTOM|wxRIGHT|wxALIGN_CENTER_VERTICAL - 5 - - - - Text - - wxALIGN_CENTER_VERTICAL - 5 - - - - wxALL|wxEXPAND - 5 - - - - - - wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - - wxEXPAND - 5 - - - - - - - - wxALL|wxEXPAND - 5 - - - - wxEXPAND - 5 - - - - - - - - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/11/11e3ec3ce7cf2773839f83c892c818e297d0631e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/11/11e3ec3ce7cf2773839f83c892c818e297d0631e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/11/11e3ec3ce7cf2773839f83c892c818e297d0631e.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/11/11e3ec3ce7cf2773839f83c892c818e297d0631e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,145 +0,0 @@ - - - - Change Case - 1 - - - wxVERTICAL - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL - 20 - - - - wxTOP|wxLEFT|wxRIGHT - 5 - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL - 20 - - - wxLEFT|wxRIGHT - 5 - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL - 20 - - - wxBOTTOM|wxLEFT|wxRIGHT - 5 - - - - - - - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/12/12a1b5133a65fb9291e0fd21eec031d4f97ffd2a.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/12/12a1b5133a65fb9291e0fd21eec031d4f97ffd2a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/12/12a1b5133a65fb9291e0fd21eec031d4f97ffd2a.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/12/12a1b5133a65fb9291e0fd21eec031d4f97ffd2a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ - - - - - Jump back - Jump back - images/16x16/fprojectjumpback.png - - - Last jump - Last jump - images/16x16/fprojectjumphome.png - - - Jump forward - Jump forward - images/16x16/fprojectjumpforward.png - - - - - - Jump back - Jump back - images/fprojectjumpback.png - - - Last jump - Last jump - images/fprojectjumphome.png - - - Jump forward - Jump forward - images/fprojectjumpforward.png - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/14/14918eb5c192752d61359db4fe894f411a8937d9.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/14/14918eb5c192752d61359db4fe894f411a8937d9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/14/14918eb5c192752d61359db4fe894f411a8937d9.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/14/14918eb5c192752d61359db4fe894f411a8937d9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -#ifndef MODULETOKENF_H -#define MODULETOKENF_H - -#include "tokenf.h" -#include - - -class ModuleTokenF : public TokenF -{ - public: - ModuleTokenF(); - virtual ~ModuleTokenF(); - void SetDefaultPublic(bool defPublic); - bool GetDefaultPublic() {return m_DefaultPublic;}; - void AddToPrivateList(wxString& privateTName); - void AddToPublicList(wxString& publicTName); - bool HasNameInPrivateList(wxString& str); - bool HasNameInPublicList(wxString& str); - - private: - bool m_DefaultPublic; - wxSortedArrayString m_PrivateTList; - wxSortedArrayString m_PublicTList; -}; - -#endif // MODULETOKENF_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/18/187994049470ff05647769a7581605ede510ca5b.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/18/187994049470ff05647769a7581605ede510ca5b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/18/187994049470ff05647769a7581605ede510ca5b.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/18/187994049470ff05647769a7581605ede510ca5b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -#ifndef Tab2Space_H -#define Tab2Space_H - -#include // Code::Blocks SDK -#include "scrollingdialog.h" -class cbEditor; - -//(*Headers(Tab2Space) -#include -#include -#include -#include -#include -//*) - -enum Tab2SpaceIn -{ - t2siProject = 0, - t2siFile, - t2siSelection, -}; - -class Tab2Space: public wxScrollingDialog -{ - public: - - Tab2Space(wxWindow* parent); - virtual ~Tab2Space(); - - //(*Declarations(Tab2Space) - wxRadioButton* rb_ChCActiveProject; - wxRadioButton* rb_ChCCurrentFile; - wxRadioButton* rb_ChCSelection; - wxStaticText* StaticText1; - wxStaticText* StaticText2; - wxSpinCtrl* sc_TabSize; - //*) - - protected: - - //(*Identifiers(Tab2Space) - //*) - - private: - - //(*Handlers(Tab2Space) - //*) - void OnOK(wxCommandEvent& event); - void MakeTab2Space(Tab2SpaceIn chin, int tabSize); - void FileTab2Space(wxString filename, Tab2SpaceIn chin, int tabSize); - bool EditorTab2Space(cbEditor* ed, Tab2SpaceIn chin, int tabSize); - - DECLARE_EVENT_TABLE() -}; - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/1f/1f5e2d1af1a24e220eba5641e41fa9858bff1eb5.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/1f/1f5e2d1af1a24e220eba5641e41fa9858bff1eb5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/1f/1f5e2d1af1a24e220eba5641e41fa9858bff1eb5.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/1f/1f5e2d1af1a24e220eba5641e41fa9858bff1eb5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,1022 +0,0 @@ -/* - * This file licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - */ - -#include -#include "nativeparserf.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "workspacebrowserf.h" -#include "workspacebrowserbuilder.h" -#include "parserf.h" -#include "makefilegen.h" -#include "bufferparserthread.h" -#include -#include -#include // for wxSafeShowMessage() -#include -#include -#include -#include "cbstyledtextctrl.h" - -#include -#include - -#include - -static wxCriticalSection s_CurrentBufferCritSect; - - -int idWSPThreadEvent = wxNewId(); -int idBPThreadEvent = wxNewId(); -int idWorkspaceReparseTimer = wxNewId(); -BEGIN_EVENT_TABLE(NativeParserF, wxEvtHandler) - EVT_COMMAND(idWSPThreadEvent, wxEVT_COMMAND_ENTER, NativeParserF::OnUpdateWorkspaceBrowser) - EVT_COMMAND(idBPThreadEvent, wxEVT_COMMAND_ENTER, NativeParserF::OnUpdateCurrentFileTokens) - EVT_TIMER(idWorkspaceReparseTimer, NativeParserF::OnReparseWorkspaceTimer) -END_EVENT_TABLE() - -NativeParserF::NativeParserF(FortranProject* forproj) - : m_pWorkspaceBrowser(0), - m_WorkspaceBrowserIsFloating(false), - m_pFortranProject(forproj), - m_WorkspaceReparseTimer(this, idWorkspaceReparseTimer), - m_ThreadPool(this, wxNewId(), 1, 2 * 1024 * 1024) -{ -} - -NativeParserF::~NativeParserF() -{ - RemoveWorkspaceBrowser(); - ClearParser(); -} - -void NativeParserF::CreateWorkspaceBrowser() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - m_WorkspaceBrowserIsFloating = cfg->ReadBool(_T("/as_floating_window"), false); - - if (cfg->ReadBool(_T("/use_symbols_browser"), true)) - { - if (!m_pWorkspaceBrowser) - { - if (!m_WorkspaceBrowserIsFloating) - { - // make this a tab in projectmanager notebook - cbAuiNotebook* bk = Manager::Get()->GetProjectManager()->GetUI().GetNotebook(); - m_pWorkspaceBrowser = new WorkspaceBrowserF(bk, this, &m_Parser); - Manager::Get()->GetProjectManager()->GetUI().GetNotebook()->AddPage(m_pWorkspaceBrowser, _("FSymbols")); - } - else - { - // make this a free floating/docking window - m_pWorkspaceBrowser = new WorkspaceBrowserF(Manager::Get()->GetAppWindow(), this, &m_Parser); - CodeBlocksDockEvent evt(cbEVT_ADD_DOCK_WINDOW); - - evt.name = _T("FSymbolsBrowser"); - evt.title = _("FSymbols browser"); - evt.pWindow = m_pWorkspaceBrowser; - evt.dockSide = CodeBlocksDockEvent::dsRight; - evt.desiredSize.Set(200, 250); - evt.floatingSize.Set(200, 250); - evt.minimumSize.Set(150, 150); - evt.shown = true; - evt.hideable = true; - Manager::Get()->ProcessEvent(evt); - } - m_pWorkspaceBrowser->UpdateSash(); - } - } -} - -WorkspaceBrowserF* NativeParserF::GetWorkspaceBrowser() -{ - return m_pWorkspaceBrowser; -} - -void NativeParserF::RemoveWorkspaceBrowser() -{ - if (m_pWorkspaceBrowser) - { - if (!m_WorkspaceBrowserIsFloating) - { - int idx = Manager::Get()->GetProjectManager()->GetUI().GetNotebook()->GetPageIndex(m_pWorkspaceBrowser); - if (idx != -1) - Manager::Get()->GetProjectManager()->GetUI().GetNotebook()->RemovePage(idx); - } - else - { - CodeBlocksDockEvent evt(cbEVT_REMOVE_DOCK_WINDOW); - evt.pWindow = m_pWorkspaceBrowser; - Manager::Get()->ProcessEvent(evt); - } - m_pWorkspaceBrowser->Destroy(); - } - m_pWorkspaceBrowser = 0L; -} - -void NativeParserF::UpdateWorkspaceBrowser() -{ - if (m_pWorkspaceBrowser && !Manager::IsAppShuttingDown()) - { - wxCriticalSectionLocker locker(s_CritSect); - - m_pWorkspaceBrowser->UpdateView(); - } - MarkCurrentSymbol(); -} - -void NativeParserF::AddParser(cbProject* project) -{ - if (!project) - return; - - ParseProject(project); -} - -void NativeParserF::ClearParser() -{ - m_Parser.Clear(); -} - -void NativeParserF::RemoveFromParser(cbProject* project) -{ - if (Manager::Get()->GetProjectManager()->GetProjects()->GetCount() == 0) - { - m_Parser.Clear(); - UpdateWorkspaceBrowser(); - - return; - } - if (!project) - return; - - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - m_Parser.RemoveFile(pf->file.GetFullPath()); - } - RemoveProjectFilesDependency(project); -} - -bool NativeParserF::IsFileFortran(const wxString& filename) -{ - FortranSourceForm fsForm; - return IsFileFortran(filename, fsForm); -} - -bool NativeParserF::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) -{ - return m_Parser.IsFileFortran(filename, fsForm); -} - -void NativeParserF::AddFileToParser(const wxString& filename) -{ - FortranSourceForm fsForm; - if (IsFileFortran(filename, fsForm)) - { - m_Parser.Reparse(filename, fsForm); - } -} - -void NativeParserF::RemoveFileFromParser(const wxString& filename) -{ - m_Parser.RemoveFile(filename); -} - -void NativeParserF::ParseProject(cbProject* project) -{ - wxArrayString files; - FortranSourceForm fsForm; - ArrayOfFortranSourceForm fileForms; - - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - - if (IsFileFortran(pf->relativeFilename, fsForm)) - { - files.Add(pf->file.GetFullPath()); - fileForms.push_back(fsForm); - } - } - if (!files.IsEmpty()) - { - m_Parser.BatchParse(files, fileForms); - } -} - -void NativeParserF::ReparseFile(const wxString& filename) -{ - FortranSourceForm fsForm; - if (IsFileFortran(filename, fsForm)) - m_Parser.Reparse(filename, fsForm); -} - -void NativeParserF::ReparseProject(cbProject* project) -{ - wxStopWatch sw; - - if (project && !Manager::IsAppShuttingDown()) - { - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - ReparseFile(pf->file.GetFullPath()); - } - } - - Manager::Get()->GetLogManager()->DebugLog(F(_T("NativeParserF::ReparseProject: Reparse poject took %d ms."), sw.Time())); -} - -void NativeParserF::ForceReparseWorkspace() -{ - if (Manager::IsAppShuttingDown()) - return; - - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (project && m_pWorkspaceBrowser) - m_pWorkspaceBrowser->SetActiveProject(project); - m_WorkspaceReparseTimer.Start(500, wxTIMER_ONE_SHOT); -} - -void NativeParserF::OnReparseWorkspaceTimer(wxTimerEvent& /*event*/) -{ - if (Manager::IsAppShuttingDown()) - return; - - if (s_WorkspaceParserMutex.TryLock() == wxMUTEX_NO_ERROR) - { - MakeWSFileList(); - s_WorkspaceParserMutex.Unlock(); - - WorkspaceParserThread* thread = new WorkspaceParserThread(this, idWSPThreadEvent); - m_ThreadPool.AddTask(thread, true); - } -} - -void NativeParserF::MakeWSFileList() -{ - FortranSourceForm fsForm; - m_WSFiles.clear(); - m_WSFileForms.clear(); - - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for (size_t i = 0; i < projects->GetCount(); ++i) - { - cbProject* proj = projects->Item(i); - - for (FilesList::iterator it = proj->GetFilesList().begin(); it != proj->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - - if (IsFileFortran(pf->relativeFilename, fsForm)) - { - m_WSFiles.Add(pf->file.GetFullPath()); - m_WSFileForms.push_back(fsForm); - } - } - } -} - -wxArrayString* NativeParserF::GetWSFiles() -{ - return &m_WSFiles; -} - -ArrayOfFortranSourceForm* NativeParserF::GetWSFileForms() -{ - return &m_WSFileForms; -} - -void NativeParserF::OnUpdateWorkspaceBrowser(wxCommandEvent& /*event*/) -{ - m_Parser.ConnectToNewTokens(); - UpdateWorkspaceBrowser(); -} - -void NativeParserF::OnProjectActivated(cbProject* prj) -{ - if (!m_pWorkspaceBrowser) - return; - - m_pWorkspaceBrowser->SetActiveProject(prj); - UpdateWorkspaceBrowser(); -} - -void NativeParserF::OnEditorActivated(EditorBase* editor) -{ - if (!m_pWorkspaceBrowser) - return; - cbEditor* ed = editor && editor->IsBuiltinEditor() ? static_cast(editor) : 0; - if (ed) - { - wxString filename = ed->GetFilename(); - if (m_pWorkspaceBrowser->GetBrowserDisplayFilter() == bdfFile && !m_pWorkspaceBrowser->GetActiveFilename().IsSameAs(filename)) - { - UpdateWorkspaceBrowser(); - } - } -} - -void NativeParserF::OnEditorClose(EditorBase* editor) -{ - cbEditor* ed = editor && editor->IsBuiltinEditor() ? static_cast(editor) : 0; - if (ed) - { - m_Parser.RemoveBuffer(ed->GetFilename()); - } -} - -void NativeParserF::UpdateWorkspaceFilesDependency() -{ - ClearWSDependency(); - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - - for (size_t i = 0; i < projects->GetCount(); ++i) - { - cbProject* proj = projects->Item(i); - if (!proj->IsMakefileCustom()) - UpdateProjectFilesDependency(proj); - } -} - -void NativeParserF::UpdateProjectFilesDependency(cbProject* project) -{ - project->SaveAllFiles(); - - std::vector pfs; - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - if (IsFileFortran(pf->relativeFilename)) - { - pfs.push_back(pf); - } - } - - wxString fn = project->GetFilename(); - WSDependencyMap::iterator pos; - pos = m_WSDependency.find(fn); - if (pos == m_WSDependency.end()) - { - pos = m_WSDependency.insert(std::make_pair(fn,new ProjectDependencies(project))).first; - } - if (pfs.size() > 0) - { - pos->second->MakeProjectFilesDependencies(pfs, m_Parser); - pos->second->EnsureUpToDateObjs(); - - for (size_t i=0; ifile.GetFullPath(); - unsigned short int wt = pos->second->GetFileWeight(fn2); - pfs[i]->weight = wt; - } - if (pos->second->HasInfiniteDependences()) - { - Manager::Get()->GetLogManager()->Log( _T("Warning. FortranProject plugin:\n 'It seems you have a circular dependency in Fortran files. Check your USE or INCLUDE statements.'") ); - cbMessageBox(_("It seems you have a circular dependency in Fortran files. Check your USE or INCLUDE statements."), _("Warning")); - } - } -} - -void NativeParserF::ClearWSDependency() -{ - WSDependencyMap::iterator pos=m_WSDependency.begin(); - while(pos != m_WSDependency.end()) - { - ProjectDependencies* pd = pos->second; - pd->Clear(); - delete pd; - pos++; - } - m_WSDependency.clear(); -} - -void NativeParserF::RemoveProjectFilesDependency(cbProject* project) -{ - if (m_WSDependency.count(project->GetFilename())) - { - ProjectDependencies* pd = m_WSDependency[project->GetFilename()]; - pd->Clear(); - delete pd; - } -} - -ParserF* NativeParserF::GetParser() -{ - return &m_Parser; -} - -wxImageList* NativeParserF::GetImageList() -{ - if (m_pWorkspaceBrowser) - return m_pWorkspaceBrowser->GetImageList(); - return 0; -} - -int NativeParserF::GetTokenKindImageIdx(TokenF* token) -{ - if (m_pWorkspaceBrowser) - return m_pWorkspaceBrowser->GetTokenKindImageIdx(token); - return 0; -} - -// count commas in lineText (nesting parentheses) -int NativeParserF::CountCommas(const wxString& lineText, int start, bool nesting) -{ - int commas = 0; - int nest = 0; - bool inA = false; - bool inDA = false; - while (true) - { - wxChar c = lineText.GetChar(start); - start++; - if (c == '\0') - break; - else if (nesting && (c == '(' || c == '[') && !inA && !inDA) - ++nest; - else if (nesting && (c == ')' || c == ']') && !inA && !inDA) - { - --nest; - if (nest < 0) - break; - } - else if (c == '\'' && !inA && !inDA) - inA = true; - else if (c == '\'' && inA) - inA = false; - else if (c == '"' && !inA && !inDA) - inDA = true; - else if (c == '"' && inDA) - inDA = false; - else if (c == ',' && nest == 0 && !inA && !inDA) - ++commas; - } - return commas; -} - -wxString NativeParserF::GetLastName(const wxString& line) -{ - wxString name; - wxString tmp = line; - tmp.Trim(); - if (tmp.IsEmpty()) - return name; - int cur = tmp.Len() - 1; - - while (cur >= 0) - { - wxChar cch = tmp.GetChar(cur); - if (!isalnum(cch) && (cch != '_')) - { - cur++; - break; - } - else - cur--; - } - if (cur < 0) - cur = 0; - name = tmp.Mid(cur); - - return name; -} - -void NativeParserF::CollectInformationForCallTip(int& commasAll, int& commasUntilPos, wxString& lastName, bool& isempty, - bool& isAfterPercent, int& argsPos, TokensArrayFlat* result) -{ - wxString lineText; // string before '(' - CountCommasInEditor(commasAll, commasUntilPos, lastName, isempty, lineText, argsPos); - if (lastName.IsEmpty()) - return; - - lineText.Trim(); - wxString lineTextMinus = lineText.Mid(0,lineText.Len()-lastName.Len()); - wxString beforLast = GetLastName(lineTextMinus); - if (beforLast.IsSameAs(_T("subroutine"),false) || beforLast.IsSameAs(_T("function"),false)) - { - lastName = _T(""); - return; // we don't want calltips during procedure declaration - } - - isAfterPercent = false; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if(!ed) - return; - - m_Parser.ChangeLineIfRequired(ed, lineText); - - lineText.Trim(); - TokensArrayFlatClass tokensTemp; - TokensArrayFlat* resultTemp = tokensTemp.GetTokens(); - if (!m_Parser.FindMatchTypeComponents(ed, lineText, *resultTemp, false, false, isAfterPercent, true)) - return; - if (resultTemp->GetCount() > 0) - { - TokenFlat* token = resultTemp->Item(0); // we take only first added item - result->Add( new TokenFlat(token) ); - if (token->m_TokenKind == tkProcedure) - { - wxString tokName; - if (!token->m_PartLast.IsEmpty()) - tokName = token->m_PartLast; - else - tokName = token->m_Name; - - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - int kindMask = tkFunction | tkSubroutine; - int noInChildren = tkInterface | tkFunction | tkSubroutine; - bool found = m_Parser.FindMatchTokenInSameModule(token, tokName, *resultTmp, kindMask, noInChildren); - if (!found) - m_Parser.FindMatchTokensDeclared(tokName, *resultTmp, kindMask, false, noInChildren); - if (resultTmp->GetCount() > 0) - result->Add( new TokenFlat(resultTmp->Item(0)) ); - } - else if (token->m_TokenKind == tkInterface) - { - m_Parser.FindGenericTypeBoudComponents(token, *result); - for (size_t i=1; iGetCount(); i++) - { - if (resultTemp->Item(i)->m_TokenKind == tkInterface) - { - result->Add( new TokenFlat(resultTemp->Item(i))); - m_Parser.FindGenericTypeBoudComponents(resultTemp->Item(i), *result); - } - } - } - } - -} - - -void NativeParserF::CountCommasInEditor(int& commasAll, int& commasUntilPos, wxString& lastName, bool& isempty, wxString& lineText, int &pos) -{ - commasAll = 0; - commasUntilPos = 0; - lastName = wxEmptyString; - int end = 0; - isempty = false; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if(!ed) - return; - - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - int line = control->GetCurrentLine(); - lineText = control->GetLine(line); - pos = control->PositionFromLine(line); - end = control->GetCurrentPos() - pos; - - lineText = lineText.BeforeFirst('!'); - if (int(lineText.Len()) < end) - return; // we are in comments - //joun lines before if we are in continuation line - FortranSourceForm fsForm; - IsFileFortran(ed->GetShortName(), fsForm); - - if (fsForm == fsfFree) - { - int line2 = line - 1; - while (line2 > 0) - { - wxString lineTextPast = control->GetLine(line2).BeforeFirst('!'); - lineTextPast = lineTextPast.Trim(); - if (!lineTextPast.IsEmpty()) - { - int idx = lineTextPast.Find('&', true); - if (idx == wxNOT_FOUND) - { - break; - } - else - { - lineText = lineTextPast.Mid(0,idx) + lineText; - end += idx; - pos = control->PositionFromLine(line2); - } - } - line2--; - } - } - else //fsfFixed - { - if (lineText.Len() >= 6) - { - wxChar contS = lineText.GetChar(5); - if (contS != ' ' && contS != '0') - { - lineText = lineText.Mid(6); - pos += 6; - end -= 6; - int line2 = line - 1; - while (line2 > 0) - { - wxString lineTextPast = control->GetLine(line2).BeforeFirst('!'); - lineTextPast = lineTextPast.Trim(); - if (!lineTextPast.IsEmpty()) - { - lineText = lineTextPast + lineText; - end += lineTextPast.Len(); - pos = control->PositionFromLine(line2); - if (lineTextPast.Len() >= 6) - { - wxChar contS2 = lineTextPast.GetChar(5); - if (contS2 == ' ' || contS2 == '0') - break; - else - { - lineText = lineText.Mid(6); - pos += 6; - end -= 6; - } - } - else - break; - } - line2--; - } - } - } - else - { - return; - } - } - - wxString lineTextUntilPos = lineText.Mid(0,end); - int nest = 0; - - while (end > 0) - { - --end; - if (lineText.GetChar(end) == ')') - --nest; - else if (lineText.GetChar(end) == '(') - { - ++nest; - if (nest > 0) - { - // count commas (nesting parentheses again) to see how far we 're in arguments - commasAll = CountCommas(lineText, end + 1); - wxString restLine = lineText.Mid(end+1).BeforeFirst(')'); - if (restLine.Trim().IsEmpty()) - isempty = true; //no characters except of spacies - commasUntilPos = CountCommas(lineTextUntilPos, end + 1); - break; - } - } - } - if (!end) - return; - - lineText.Remove(end); - pos += lineText.Len(); - lastName = GetLastName(lineText); -} - -void NativeParserF::GetCallTips(const wxString& name, bool onlyUseAssoc, bool onlyPublicNames, wxArrayString& callTips, TokensArrayFlat* result) -{ - int tokKind; - if (Manager::Get()->GetConfigManager(_T("fortran_project"))->ReadBool(_T("/call_tip_arrays"), true)) - tokKind = tkFunction | tkSubroutine | tkInterface | tkType | tkVariable; - else - tokKind = tkFunction | tkSubroutine | tkInterface | tkType; - - int resCountOld = result->GetCount(); - if (onlyUseAssoc) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - m_Parser.FindUseAssociatedTokens(onlyPublicNames, ed, name, false, *result, tokKind, false); - int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; - m_Parser.FindMatchTokensDeclared(name, *result, tokKind, false, noChildrenOf, false, true); // take global procedures only - - if (tokKind & tkVariable) - { - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - m_Parser.FindMatchDeclarationsInCurrentScope(name, ed, *resultTmp, false); - for (size_t i=0; iGetCount(); i++) - { - if (resultTmp->Item(i)->m_TokenKind == tkVariable) - result->Add(new TokenFlat(resultTmp->Item(i))); - } - } - } - else - { - int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; - m_Parser.FindMatchTokensDeclared(name, *result, tokKind, false, noChildrenOf, onlyPublicNames); - } - - int tokkindFS = tkFunction | tkSubroutine; - int resCount = result->GetCount(); - for (int i=resCountOld; iItem(i)->m_ParentTokenKind == tkSubmodule && (result->Item(i)->m_TokenKind & tokkindFS)) - { - for (int j=i+1; jItem(j)->m_ParentTokenKind == tkInterfaceExplicit && - result->Item(j)->m_TokenKind == result->Item(i)->m_TokenKind && - result->Item(j)->m_Name.IsSameAs(result->Item(i)->m_Name) ) - { - result->RemoveAt(i); - resCount--; - i--; - break; - } - } - } - } - - resCount = result->GetCount(); - for (int i=resCountOld; iItem(i)->m_TokenKind == tkInterface) - { - m_Parser.FindChildrenOfInterface(result->Item(i), *result); - result->RemoveAt(i); - resCount--; - i--; - } - } - - resCount = result->GetCount(); - for (int i=resCountOld; iItem(i)->m_TokenKind == tkVariable) - { - wxString callTipArr; - GetCallTipsForVariable(result->Item(i), callTipArr); - if (!callTipArr.IsEmpty()) - callTips.Add(callTipArr); - } - else if (result->Item(i)->m_TokenKind == tkType) - { - if (resCountOld+1 != int(result->GetCount())) - { - // remove 'type' if it is not unique - result->RemoveAt(i); - resCount--; - i--; - } - else - { - // Default structure-constructor - wxString callTipType; - GetCallTipsForType(result->Item(i), callTipType); - if (!callTipType.IsEmpty()) - callTips.Add(callTipType); - else - { - result->RemoveAt(i); - resCount--; - i--; - } - } - } - else - callTips.Add(result->Item(i)->m_Args); - } -} - -void NativeParserF::GetCallTipsForGenericTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips, wxArrayInt& idxFuncSub) -{ - if (result->GetCount() >= 3 && result->Item(0)->m_TokenKind == tkInterface) - { - int tokKind = tkFunction | tkSubroutine; - for (size_t i=1; iGetCount()-1; i+=2) - { - if (result->Item(i)->m_TokenKind == tkInterface) - i++; - if (i+1 >= result->GetCount()) - return; - if (result->Item(i)->m_TokenKind != tkProcedure || !(result->Item(i+1)->m_TokenKind & tokKind)) - return; - - TokensArrayFlatClass tokensTmpCl; - TokensArrayFlat* tokensTmp = tokensTmpCl.GetTokens(); - tokensTmp->Add(new TokenFlat(result->Item(i))); - tokensTmp->Add(new TokenFlat(result->Item(i+1))); - GetCallTipsForTypeBoundProc(tokensTmp, callTips); - idxFuncSub.Add(i+1); - } - } -} - -void NativeParserF::GetCallTipsForTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips) -{ - if (result->GetCount() != 2) - return; - if (!(result->Item(0)->m_TokenKind == tkProcedure)) - return; - - int tokKind = tkFunction | tkSubroutine; - if (!(result->Item(1)->m_TokenKind & tokKind)) - return; - - TokenFlat tbProcTok(result->Item(0)); - m_Parser.ChangeArgumentsTypeBoundProc(tbProcTok, result->Item(1)); - callTips.Add(tbProcTok.m_Args); -} - -void NativeParserF::GetCallTipsForVariable(TokenFlat* token, wxString& callTip) -{ - callTip = wxEmptyString; - if (!(token->m_TokenKind == tkVariable)) - return; - - int dstart = token->m_TypeDefinition.Find(_T("dimension")); - if (dstart != wxNOT_FOUND) - { - wxString dim = token->m_TypeDefinition.Mid(dstart+9); - if (dim.size() > 0 && dim[0] == '(') - { - int last = dim.Find(')'); - if (last != wxNOT_FOUND) - callTip = dim.Mid(0,last+1); - } - } - else if (token->m_Args.StartsWith(_T("("))) - { - int last = token->m_Args.Find(')'); - if (last != wxNOT_FOUND) - callTip = token->m_Args.Mid(0,last+1); - } -} - -void NativeParserF::GetCallTipsForType(TokenFlat* token, wxString& callTip) -{ - callTip = wxEmptyString; - if (!(token->m_TokenKind == tkType)) - return; - - if (token->m_IsAbstract || !token->m_ExtendsType.IsEmpty()) // no default constructor for Abstract or Extended type - return; - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - m_Parser.GetTypeComponentsInFile(token->m_Filename, token->m_LineStart, token->m_Name, resultTmp); - - wxString names; - for (size_t i=0; iGetCount(); i++) - { - if (resultTmp->Item(i)->m_TokenKind != tkVariable) - continue; - - names << resultTmp->Item(i)->m_DisplayName << _T(", "); - } - - if (!names.IsEmpty()) - { - callTip << _T("(") << names.Mid(0,names.Length()-2) << _T(")"); - } -} - -// set start and end to the calltip highlight region, based on commasWas (calculated in GetCallTips()) -void NativeParserF::GetCallTipHighlight(const wxString& calltip, int commasWas, int& start, int& end) -{ - m_Parser.GetCallTipHighlight(calltip, commasWas, start, end); -} - -void NativeParserF::MarkCurrentSymbol() -{ - if (!m_pWorkspaceBrowser || Manager::IsAppShuttingDown()) - { - return; - } - wxString activeFilename; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - activeFilename = ed->GetFilename(); - if (activeFilename.IsEmpty()) - return; - cbStyledTextCtrl* control = ed->GetControl(); - int currentLine = control->GetCurrentLine() + 1; - - wxCriticalSectionLocker locker(s_CritSect); - m_pWorkspaceBrowser->MarkSymbol(UnixFilename(activeFilename), currentLine); -} - -void NativeParserF::RereadOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - // disabled? - if (cfg->ReadBool(_("/use_symbols_browser"), true)) - { - if (!m_pWorkspaceBrowser) - { - CreateWorkspaceBrowser(); - } - // change class-browser docking settings - else if (m_WorkspaceBrowserIsFloating != cfg->ReadBool(_T("/as_floating_window"), false)) - { - RemoveWorkspaceBrowser(); - CreateWorkspaceBrowser(); - } - else - { - m_pWorkspaceBrowser->RereadOptions(); - } - UpdateWorkspaceBrowser(); - } - else if (m_pWorkspaceBrowser) - { - RemoveWorkspaceBrowser(); - } - else - { - //m_pWorkspaceBrowser->RereadOptions(); - } - - m_Parser.RereadOptions(); -} - -JumpTracker* NativeParserF::GetJumpTracker() -{ - return &m_JumpTracker; -} - -FortranProject* NativeParserF::GetFortranProject() -{ - return m_pFortranProject; -} - -void NativeParserF::GenMakefile() -{ - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (!project) - { - Manager::Get()->GetLogManager()->Log(_T("No active project was found. Makefile was not generated.")); - cbMessageBox(_("No active project was found.\nMakefile was not generated."), _("Error"), wxICON_ERROR); - return; - } - - UpdateProjectFilesDependency(project); - - wxString fn = project->GetFilename(); - WSDependencyMap::iterator pos; - pos = m_WSDependency.find(fn); - if (pos == m_WSDependency.end()) - return; - - if (pos->second->GetSizeFiles() > 0) - MakefileGen::GenerateMakefile(project, pos->second, this); - else - { - Manager::Get()->GetLogManager()->Log(_T("Active project doesn't have Fortran files.")); - cbMessageBox(_("Active project doesn't have Fortran files.\nMakefile was not generated."), _("Information"), wxICON_INFORMATION); - } -} - -void NativeParserF::GetCurrentBuffer(wxString& buffer, wxString& filename) -{ - wxCriticalSectionLocker locker(s_CurrentBufferCritSect); - buffer = m_CurrentEditorBuffer; - filename = m_CurrentEditorFilename; -} - -void NativeParserF::ReparseCurrentEditor() -{ - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if(!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - - { - wxCriticalSectionLocker locker(s_CurrentBufferCritSect); - m_CurrentEditorBuffer = control->GetText(); - m_CurrentEditorFilename = ed->GetFilename(); - } - - if (BufferParserThread::s_BPTInstances <= 1) - { - BufferParserThread* thread = new BufferParserThread(this, idBPThreadEvent); - m_ThreadPool.AddTask(thread, true); - } -} - -void NativeParserF::OnUpdateCurrentFileTokens(wxCommandEvent& /*event*/) -{ - m_Parser.ConnectToNewCurrentTokens(); -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/1f/1fc0be6a0dd88044a827cfb36b4b13796bd4b82e.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/1f/1fc0be6a0dd88044a827cfb36b4b13796bd4b82e.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/20/2011cab03a4bf369b034229c0fb52410271f657c.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/20/2011cab03a4bf369b034229c0fb52410271f657c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/20/2011cab03a4bf369b034229c0fb52410271f657c.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/20/2011cab03a4bf369b034229c0fb52410271f657c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/20/20da28179cec00de45ea0a155ff5595553479503.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/20/20da28179cec00de45ea0a155ff5595553479503.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/20/20da28179cec00de45ea0a155ff5595553479503.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/20/20da28179cec00de45ea0a155ff5595553479503.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,4201 +0,0 @@ -#include "bindto.h" - -//(*InternalHeaders(Bindto) -#include -#include -//*) - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -//(*IdInit(Bindto) -const long Bindto::ID_BTOACTIVEPROJECT = wxNewId(); -const long Bindto::ID_BTOCURRENTFILE = wxNewId(); -const long Bindto::ID_TEXTCTRL1 = wxNewId(); -const long Bindto::ID_STATICTEXT5 = wxNewId(); -const long Bindto::ID_CHECKBOX9 = wxNewId(); -const long Bindto::ID_CHECKBOX3 = wxNewId(); -const long Bindto::ID_TEXTCTRL6 = wxNewId(); -const long Bindto::ID_STATICTEXT1 = wxNewId(); -const long Bindto::ID_TEXTCTRL7 = wxNewId(); -const long Bindto::ID_BUTTON1 = wxNewId(); -const long Bindto::ID_PANEL2 = wxNewId(); -const long Bindto::ID_LV_TYPES = wxNewId(); -const long Bindto::ID_BUTTON_ADD = wxNewId(); -const long Bindto::ID_BUTTON_COPY = wxNewId(); -const long Bindto::ID_BUTTON_EDIT = wxNewId(); -const long Bindto::ID_BUTTON_REMOVE = wxNewId(); -const long Bindto::ID_BUTTON_DEFAULTS = wxNewId(); -const long Bindto::ID_PANEL1 = wxNewId(); -const long Bindto::ID_CHECKBOX4 = wxNewId(); -const long Bindto::ID_TEXTCTRL4 = wxNewId(); -const long Bindto::ID_CHECKBOX5 = wxNewId(); -const long Bindto::ID_TEXTCTRL5 = wxNewId(); -const long Bindto::ID_PANEL3 = wxNewId(); -const long Bindto::ID_CHECKBOX1 = wxNewId(); -const long Bindto::ID_TEXTCTRL2 = wxNewId(); -const long Bindto::ID_CHECKBOX2 = wxNewId(); -const long Bindto::ID_TEXTCTRL3 = wxNewId(); -const long Bindto::ID_PANEL4 = wxNewId(); -const long Bindto::ID_CHECKBOX6 = wxNewId(); -const long Bindto::ID_TEXTCTRL8 = wxNewId(); -const long Bindto::ID_CHECKBOX7 = wxNewId(); -const long Bindto::ID_CHECKBOX8 = wxNewId(); -const long Bindto::ID_PANEL6 = wxNewId(); -const long Bindto::ID_PANEL5 = wxNewId(); -const long Bindto::ID_NOTEBOOK1 = wxNewId(); -//*) - -BEGIN_EVENT_TABLE(Bindto,wxDialog) - //(*EventTable(Bindto) - //*) - EVT_BUTTON (wxID_OK, Bindto::OnOK) -END_EVENT_TABLE() - -wxString DIM_VAR_KEY = _T("<<@%%@>>"); -wxString DIM_VAR_KEY2 = _T("&&@%%@&&"); -wxString PROCNAME_KEY = _T("$procname$"); -wxString MODULENAME_KEY = _T("$modulename$"); -wxString MODNAME_KEY = _T("$modname$"); -wxString CIMPORT_FN_KEY = _T("%%%##@@@@cimport file name%%%@@@"); -wxString USEMODTDEF_KEY = _T("$#$#%^@@place for use of modules with type definitions$#@%"); - -Bindto::Bindto(wxWindow* parent, ParserF* pParser) -{ - //(*Initialize(Bindto) - wxBoxSizer* BoxSizer10; - wxBoxSizer* BoxSizer11; - wxBoxSizer* BoxSizer12; - wxBoxSizer* BoxSizer13; - wxBoxSizer* BoxSizer14; - wxBoxSizer* BoxSizer15; - wxBoxSizer* BoxSizer16; - wxBoxSizer* BoxSizer17; - wxBoxSizer* BoxSizer18; - wxBoxSizer* BoxSizer19; - wxBoxSizer* BoxSizer1; - wxBoxSizer* BoxSizer20; - wxBoxSizer* BoxSizer2; - wxBoxSizer* BoxSizer3; - wxBoxSizer* BoxSizer4; - wxBoxSizer* BoxSizer5; - wxBoxSizer* BoxSizer6; - wxBoxSizer* BoxSizer7; - wxBoxSizer* BoxSizer8; - wxBoxSizer* BoxSizer9; - wxFlexGridSizer* FlexGridSizer1; - wxFlexGridSizer* FlexGridSizer2; - wxNotebook* nb_settings; - wxPanel* Panel3; - wxStaticText* StaticText10; - wxStaticText* StaticText12; - wxStaticText* StaticText13; - wxStaticText* StaticText14; - wxStaticText* StaticText15; - wxStaticText* StaticText1; - wxStaticText* StaticText2; - wxStaticText* StaticText3; - wxStaticText* StaticText4; - wxStaticText* StaticText5; - wxStaticText* StaticText9; - wxStdDialogButtonSizer* StdDialogButtonSizer1; - - Create(parent, wxID_ANY, _("Bind To"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER, _T("wxID_ANY")); - BoxSizer1 = new wxBoxSizer(wxVERTICAL); - BoxSizer6 = new wxBoxSizer(wxHORIZONTAL); - nb_settings = new wxNotebook(this, ID_NOTEBOOK1, wxDefaultPosition, wxDefaultSize, 0, _T("ID_NOTEBOOK1")); - Panel2 = new wxPanel(nb_settings, ID_PANEL2, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL2")); - BoxSizer7 = new wxBoxSizer(wxVERTICAL); - StaticText1 = new wxStaticText(Panel2, wxID_ANY, _("This tool generates a wrapping for Fortran code to be called from the C language."), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer7->Add(StaticText1, 0, wxALL|wxALIGN_LEFT, 5); - StaticText2 = new wxStaticText(Panel2, wxID_ANY, _("Generate wrapping for:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer7->Add(StaticText2, 0, wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - BoxSizer3 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer3->Add(30,0,0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - rb_ActiveProject = new wxRadioButton(Panel2, ID_BTOACTIVEPROJECT, _("Active project"), wxDefaultPosition, wxDefaultSize, wxRB_GROUP, wxDefaultValidator, _T("ID_BTOACTIVEPROJECT")); - BoxSizer3->Add(rb_ActiveProject, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - rb_CurrentFile = new wxRadioButton(Panel2, ID_BTOCURRENTFILE, _("Current file"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BTOCURRENTFILE")); - BoxSizer3->Add(rb_CurrentFile, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer7->Add(BoxSizer3, 0, wxALL|wxALIGN_LEFT, 5); - BoxSizer8 = new wxBoxSizer(wxHORIZONTAL); - StaticText5 = new wxStaticText(Panel2, wxID_ANY, _("BIND(C, name=#):"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer8->Add(StaticText5, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - tc_bindCName = new wxTextCtrl(Panel2, ID_TEXTCTRL1, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL1")); - tc_bindCName->SetToolTip(_("Write how the names called from C code will be constructed.\nVariables \"$procname$\", \"$modulename$\" and \"$modname$\" will be changed procedure, module and truncated module names corespondingly.")); - BoxSizer8->Add(tc_bindCName, 1, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer7->Add(BoxSizer8, 0, wxEXPAND, 5); - StaticText16 = new wxStaticText(Panel2, ID_STATICTEXT5, _("Note: $procname$ is changed to the original name of procedure;\n $modulename$ is changed to the name of module;\n $modname$ is changed to the truncated name of module."), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT5")); - BoxSizer7->Add(StaticText16, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - cb_incompleteWrapperProc = new wxCheckBox(Panel2, ID_CHECKBOX9, _("Don\'t write incomplete (with errors) wrapper procedures"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX9")); - cb_incompleteWrapperProc->SetValue(false); - BoxSizer7->Add(cb_incompleteWrapperProc, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - BoxSizer15 = new wxBoxSizer(wxVERTICAL); - cb_globalToOne = new wxCheckBox(Panel2, ID_CHECKBOX3, _("Add wrapper code for global procedures into one file"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX3")); - cb_globalToOne->SetValue(false); - BoxSizer15->Add(cb_globalToOne, 1, wxLEFT|wxALIGN_CENTER_HORIZONTAL, 5); - BoxSizer16 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer16->Add(30,0,0, wxALIGN_CENTER_VERTICAL, 5); - st_globalFilename = new wxStaticText(Panel2, wxID_ANY, _("File name:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer16->Add(st_globalFilename, 0, wxLEFT|wxRIGHT|wxALIGN_CENTER_VERTICAL, 5); - tc_globalFilename = new wxTextCtrl(Panel2, ID_TEXTCTRL6, _("myprocedures.f90"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL6")); - BoxSizer16->Add(tc_globalFilename, 1, wxLEFT|wxRIGHT|wxEXPAND, 5); - BoxSizer15->Add(BoxSizer16, 1, wxEXPAND, 5); - BoxSizer7->Add(BoxSizer15, 0, wxTOP|wxBOTTOM|wxALIGN_LEFT, 5); - BoxSizer17 = new wxBoxSizer(wxHORIZONTAL); - StaticText7 = new wxStaticText(Panel2, ID_STATICTEXT1, _("Output dir:"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT1")); - BoxSizer17->Add(StaticText7, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - tc_OutputDir = new wxTextCtrl(Panel2, ID_TEXTCTRL7, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL7")); - BoxSizer17->Add(tc_OutputDir, 1, wxALIGN_CENTER_VERTICAL, 5); - bt_OutputDir = new wxButton(Panel2, ID_BUTTON1, _("..."), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT, wxDefaultValidator, _T("ID_BUTTON1")); - BoxSizer17->Add(bt_OutputDir, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer7->Add(BoxSizer17, 0, wxALL|wxEXPAND, 0); - Panel2->SetSizer(BoxSizer7); - BoxSizer7->Fit(Panel2); - BoxSizer7->SetSizeHints(Panel2); - Panel1 = new wxPanel(nb_settings, ID_PANEL1, wxPoint(314,298), wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL1")); - BoxSizer2 = new wxBoxSizer(wxVERTICAL); - BoxSizer4 = new wxBoxSizer(wxVERTICAL); - StaticText3 = new wxStaticText(Panel1, wxID_ANY, _("Binding types"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer4->Add(StaticText3, 0, wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - lv_Types = new wxListView(Panel1, ID_LV_TYPES, wxDefaultPosition, wxSize(500,300), wxLC_REPORT|wxLC_SINGLE_SEL|wxLC_VRULES|wxSUNKEN_BORDER, wxDefaultValidator, _T("ID_LV_TYPES")); - BoxSizer4->Add(lv_Types, 1, wxTOP|wxBOTTOM|wxEXPAND, 5); - BoxSizer5 = new wxBoxSizer(wxHORIZONTAL); - bt_Add = new wxButton(Panel1, ID_BUTTON_ADD, _("Add"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON_ADD")); - bt_Add->SetToolTip(_("Add a new type")); - BoxSizer5->Add(bt_Add, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - bt_copy = new wxButton(Panel1, ID_BUTTON_COPY, _("Copy"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON_COPY")); - bt_copy->SetToolTip(_("Copy selected type to a new one")); - BoxSizer5->Add(bt_copy, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - bt_Edit = new wxButton(Panel1, ID_BUTTON_EDIT, _("Edit"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON_EDIT")); - bt_Edit->SetToolTip(_("Edit selected type")); - BoxSizer5->Add(bt_Edit, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - bt_Remove = new wxButton(Panel1, ID_BUTTON_REMOVE, _("Remove"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON_REMOVE")); - bt_Remove->SetToolTip(_("Remove selected type")); - BoxSizer5->Add(bt_Remove, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer5->Add(-1,-1,1, wxALIGN_CENTER_VERTICAL, 5); - bt_Defaults = new wxButton(Panel1, ID_BUTTON_DEFAULTS, _("Defaults"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON_DEFAULTS")); - bt_Defaults->SetToolTip(_("Restore default binding types")); - BoxSizer5->Add(bt_Defaults, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer4->Add(BoxSizer5, 0, wxALL|wxEXPAND, 5); - BoxSizer2->Add(BoxSizer4, 1, wxTOP|wxBOTTOM|wxEXPAND, 5); - Panel1->SetSizer(BoxSizer2); - BoxSizer2->Fit(Panel1); - BoxSizer2->SetSizeHints(Panel1); - Panel3 = new wxPanel(nb_settings, ID_PANEL3, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL3")); - BoxSizer10 = new wxBoxSizer(wxVERTICAL); - StaticText4 = new wxStaticText(Panel3, wxID_ANY, _("Recognize procedure, which name starts/ends with # as a constructor:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer10->Add(StaticText4, 0, wxALL|wxALIGN_LEFT, 5); - BoxSizer11 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer12 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer12->Add(30,0,0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - FlexGridSizer2 = new wxFlexGridSizer(2, 2, 2, 1); - cb_ctorStart = new wxCheckBox(Panel3, ID_CHECKBOX4, _("Constructor starts with:"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX4")); - cb_ctorStart->SetValue(false); - FlexGridSizer2->Add(cb_ctorStart, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - tc_ctorStart = new wxTextCtrl(Panel3, ID_TEXTCTRL4, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL4")); - FlexGridSizer2->Add(tc_ctorStart, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - cb_ctorEnd = new wxCheckBox(Panel3, ID_CHECKBOX5, _("Constructor ends with:"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX5")); - cb_ctorEnd->SetValue(false); - FlexGridSizer2->Add(cb_ctorEnd, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - tc_ctorEnd = new wxTextCtrl(Panel3, ID_TEXTCTRL5, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL5")); - FlexGridSizer2->Add(tc_ctorEnd, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer12->Add(FlexGridSizer2, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer11->Add(BoxSizer12, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer10->Add(BoxSizer11, 0, wxALL|wxALIGN_LEFT, 0); - Panel3->SetSizer(BoxSizer10); - BoxSizer10->Fit(Panel3); - BoxSizer10->SetSizeHints(Panel3); - Panel4 = new wxPanel(nb_settings, ID_PANEL4, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL4")); - BoxSizer9 = new wxBoxSizer(wxVERTICAL); - StaticText9 = new wxStaticText(Panel4, wxID_ANY, _("Recognize subroutine, which name starts/ends with # as a destructor:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer9->Add(StaticText9, 0, wxALL|wxALIGN_LEFT, 5); - BoxSizer13 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer14 = new wxBoxSizer(wxHORIZONTAL); - BoxSizer14->Add(30,0,0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - FlexGridSizer1 = new wxFlexGridSizer(2, 2, 2, 0); - cb_dtorStart = new wxCheckBox(Panel4, ID_CHECKBOX1, _("Destructor starts with:"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX1")); - cb_dtorStart->SetValue(false); - FlexGridSizer1->Add(cb_dtorStart, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - tc_dtorStart = new wxTextCtrl(Panel4, ID_TEXTCTRL2, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL2")); - FlexGridSizer1->Add(tc_dtorStart, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - cb_dtorEnd = new wxCheckBox(Panel4, ID_CHECKBOX2, _("Destructor ends with:"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX2")); - cb_dtorEnd->SetValue(false); - FlexGridSizer1->Add(cb_dtorEnd, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - tc_dtorEnd = new wxTextCtrl(Panel4, ID_TEXTCTRL3, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL3")); - FlexGridSizer1->Add(tc_dtorEnd, 1, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer14->Add(FlexGridSizer1, 0, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer13->Add(BoxSizer14, 0, wxALL|wxALIGN_CENTER_VERTICAL, 0); - BoxSizer9->Add(BoxSizer13, 0, wxALL|wxALIGN_LEFT, 0); - StaticText10 = new wxStaticText(Panel4, wxID_ANY, _("Note: a default destructor is created for the derived type if"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer9->Add(StaticText10, 0, wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - StaticText12 = new wxStaticText(Panel4, wxID_ANY, _(" another destructor is not found."), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer9->Add(StaticText12, 0, wxALL|wxALIGN_LEFT, 0); - Panel4->SetSizer(BoxSizer9); - BoxSizer9->Fit(Panel4); - BoxSizer9->SetSizeHints(Panel4); - Panel5 = new wxPanel(nb_settings, ID_PANEL5, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL5")); - BoxSizer18 = new wxBoxSizer(wxVERTICAL); - StaticText13 = new wxStaticText(Panel5, wxID_ANY, _("This tool can generate Cython code which wraps Fortran. Generated *.pyx file\n can later be compiled into an extention module for the Python language."), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer18->Add(StaticText13, 0, wxALL|wxALIGN_LEFT, 5); - cb_genCython = new wxCheckBox(Panel5, ID_CHECKBOX6, _("Generate Cython files"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX6")); - cb_genCython->SetValue(false); - BoxSizer18->Add(cb_genCython, 0, wxALL|wxALIGN_LEFT, 5); - pn_pyOpts = new wxPanel(Panel5, ID_PANEL6, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL6")); - BoxSizer20 = new wxBoxSizer(wxVERTICAL); - BoxSizer19 = new wxBoxSizer(wxHORIZONTAL); - StaticText14 = new wxStaticText(pn_pyOpts, wxID_ANY, _("Python function names:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer19->Add(StaticText14, 0, wxTOP|wxBOTTOM|wxRIGHT|wxALIGN_CENTER_VERTICAL, 5); - tc_pyFunName = new wxTextCtrl(pn_pyOpts, ID_TEXTCTRL8, _("Text"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL8")); - BoxSizer19->Add(tc_pyFunName, 1, wxALIGN_CENTER_VERTICAL, 5); - BoxSizer20->Add(BoxSizer19, 0, wxALL|wxEXPAND, 5); - StaticText15 = new wxStaticText(pn_pyOpts, wxID_ANY, _("Note: $procname$ is changed to the original name of procedure;\n $modulename$ is changed to the name of module;\n $modname$ is changed to the truncated name of module."), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - BoxSizer20->Add(StaticText15, 0, wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT, 5); - cb_pyGenClass = new wxCheckBox(pn_pyOpts, ID_CHECKBOX7, _("Generate Python class from Fortran module"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX7")); - cb_pyGenClass->SetValue(false); - BoxSizer20->Add(cb_pyGenClass, 0, wxALL|wxALIGN_LEFT, 5); - cb_pyFirstSelf = new wxCheckBox(pn_pyOpts, ID_CHECKBOX8, _("Use first argument of the derived type as \'self\' in Python"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_CHECKBOX8")); - cb_pyFirstSelf->SetValue(false); - BoxSizer20->Add(cb_pyFirstSelf, 0, wxALL|wxALIGN_LEFT, 5); - pn_pyOpts->SetSizer(BoxSizer20); - BoxSizer20->Fit(pn_pyOpts); - BoxSizer20->SetSizeHints(pn_pyOpts); - BoxSizer18->Add(pn_pyOpts, 1, wxEXPAND, 5); - Panel5->SetSizer(BoxSizer18); - BoxSizer18->Fit(Panel5); - BoxSizer18->SetSizeHints(Panel5); - nb_settings->AddPage(Panel2, _("General"), false); - nb_settings->AddPage(Panel1, _("Types"), false); - nb_settings->AddPage(Panel3, _("Constructor"), false); - nb_settings->AddPage(Panel4, _("Destructor"), false); - nb_settings->AddPage(Panel5, _("Python"), false); - BoxSizer6->Add(nb_settings, 1, wxALL|wxEXPAND, 5); - BoxSizer1->Add(BoxSizer6, 1, wxEXPAND, 5); - StdDialogButtonSizer1 = new wxStdDialogButtonSizer(); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_OK, wxEmptyString)); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_CANCEL, wxEmptyString)); - StdDialogButtonSizer1->Realize(); - BoxSizer1->Add(StdDialogButtonSizer1, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5); - SetSizer(BoxSizer1); - BoxSizer1->Fit(this); - BoxSizer1->SetSizeHints(this); - - Connect(ID_BTOACTIVEPROJECT,wxEVT_COMMAND_RADIOBUTTON_SELECTED,(wxObjectEventFunction)&Bindto::Onrb_ActiveProjectSelect); - Connect(ID_BTOCURRENTFILE,wxEVT_COMMAND_RADIOBUTTON_SELECTED,(wxObjectEventFunction)&Bindto::Onrb_ActiveProjectSelect); - Connect(ID_CHECKBOX3,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::Oncb_globalToOneClick); - Connect(ID_BUTTON1,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::Onbt_OutputDirClick); - Connect(ID_BUTTON_ADD,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::OnAdd); - Connect(ID_BUTTON_COPY,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::OnCopy); - Connect(ID_BUTTON_EDIT,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::OnEdit); - Connect(ID_BUTTON_REMOVE,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::OnRemove); - Connect(ID_BUTTON_DEFAULTS,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&Bindto::OnDefaults); - Connect(ID_CHECKBOX4,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::OnClick_cbCtorStart); - Connect(ID_CHECKBOX5,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::OnClick_cbCtorEnd); - Connect(ID_CHECKBOX1,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::OnClick_cbDtorStart); - Connect(ID_CHECKBOX2,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::OnClick_cbDtorEnd); - Connect(ID_CHECKBOX6,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&Bindto::Oncb_genCythonClick); - //*) - - lv_Types->InsertColumn(0,_T("Fortran")); - lv_Types->InsertColumn(1,_T("Fortran Bind(C)")); - lv_Types->InsertColumn(2,_T("C")); - - rb_CurrentFile->SetValue(true); - m_pParser = pParser; - - m_TabSize = -1; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (ed) - { - cbStyledTextCtrl* control = ed->GetControl(); - if (control) - m_TabSize = control->GetTabWidth(); - } - if (m_TabSize == -1) - m_TabSize = 4; - - LoadInitialValues(); - FillTypeList(); - for (int i=0; i< lv_Types->GetColumnCount(); i++) - { - lv_Types->SetColumnWidth(i,wxLIST_AUTOSIZE); - if (lv_Types->GetColumnWidth(i) > 200) - lv_Types->SetColumnWidth(i,200); - } - - tc_bindCName->SetValue(m_BindCName); - if (m_CtorStartsWith.IsEmpty()) - { - cb_ctorStart->SetValue(false); - tc_ctorStart->SetValue(_T("ctor_")); - tc_ctorStart->Enable(false); - } - else - { - cb_ctorStart->SetValue(true); - tc_ctorStart->SetValue(m_CtorStartsWith); - tc_ctorStart->Enable(true); - } - - cb_incompleteWrapperProc->SetValue(!m_WriteIncompleteWrapper); - cb_globalToOne->SetValue(m_OneGProcFile); - tc_globalFilename->SetValue(m_OneGProcFileName); - bool enab = false; - if (rb_ActiveProject->GetValue()) - enab = true; - cb_globalToOne->Enable(enab); - if (enab && cb_globalToOne->GetValue()) - { - tc_globalFilename->Enable(true); - st_globalFilename->Enable(true); - } - else - { - tc_globalFilename->Enable(false); - st_globalFilename->Enable(false); - } - - GetInitialOutputDir(m_InitialOutputDirFile, m_InitialOutputDirProj); - if (rb_CurrentFile->GetValue()) - tc_OutputDir->SetValue(m_InitialOutputDirFile); - else - tc_OutputDir->SetValue(m_InitialOutputDirProj); - - if (m_CtorEndsWith.IsEmpty()) - { - cb_ctorEnd->SetValue(false); - tc_ctorEnd->SetValue(_T("_ctor")); - tc_ctorEnd->Enable(false); - } - else - { - cb_ctorEnd->SetValue(true); - tc_ctorEnd->SetValue(m_CtorEndsWith); - tc_ctorEnd->Enable(true); - } - - if (m_DtorStartsWith.IsEmpty()) - { - cb_dtorStart->SetValue(false); - tc_dtorStart->SetValue(_T("dtor_")); - tc_dtorStart->Enable(false); - } - else - { - cb_dtorStart->SetValue(true); - tc_dtorStart->SetValue(m_DtorStartsWith); - tc_dtorStart->Enable(true); - } - - if (m_DtorEndsWith.IsEmpty()) - { - cb_dtorEnd->SetValue(false); - tc_dtorEnd->SetValue(_T("_dtor")); - tc_dtorEnd->Enable(false); - } - else - { - cb_dtorEnd->SetValue(true); - tc_dtorEnd->SetValue(m_DtorEndsWith); - tc_dtorEnd->Enable(true); - } - - cb_genCython->SetValue(m_PyGenCython); - pn_pyOpts->Enable(m_PyGenCython); - tc_pyFunName->SetValue(m_PyFuncName); - cb_pyGenClass->SetValue(m_PyCreateClass); - cb_pyFirstSelf->SetValue(m_PyFirstArgAsSelf); - - FillC2NumpyTypesMap(); -} - -Bindto::~Bindto() -{ - //(*Destroy(Bindto) - //*) -} -void Bindto::FillTypeList() -{ - if (!lv_Types) - return; - - lv_Types->DeleteAllItems(); - int idx = 0; - for ( TypeMap::iterator it=m_TypeMap.begin(); it != m_TypeMap.end(); ++it) - { - lv_Types->InsertItem(idx, it->first); - lv_Types->SetItem(idx, 1, it->second[0]); - lv_Types->SetItem(idx, 2, it->second[1]); - idx++; - } -} - -void Bindto::FillC2NumpyTypesMap() -{ - m_C2NumpyTypes[_T("int")] = _T("intc"); - m_C2NumpyTypes[_T("float")] = _T("float32"); - m_C2NumpyTypes[_T("double")] = _T("float64"); - m_C2NumpyTypes[_T("float complex")] = _T("complex64"); - m_C2NumpyTypes[_T("double complex")] = _T("complex128"); -} - -void Bindto::LoadInitialValues() -{ - m_IsTypeMapDefault = false; - LoadBindToConfig(); - - if (m_TypeMap.size() == 0) - FillTypeMapDefault(); -} - -void Bindto::FillTypeMapDefault() -{ - wxArrayString fTypes; - wxArrayString bTypes; - wxArrayString cTypes; - fTypes.Add(_T("integer")); - bTypes.Add(_T("integer(c_int)")); - cTypes.Add(_T("int")); - - fTypes.Add(_T("integer(8)")); - bTypes.Add(_T("integer(c_int64_t)")); - cTypes.Add(_T("int64_t")); - - fTypes.Add(_T("integer(4)")); - bTypes.Add(_T("integer(c_int32_t)")); - cTypes.Add(_T("int32_t")); - - fTypes.Add(_T("integer(2)")); - bTypes.Add(_T("integer(c_int16_t)")); - cTypes.Add(_T("int16_t")); - - fTypes.Add(_T("integer(1)")); - bTypes.Add(_T("integer(c_int8_t)")); - cTypes.Add(_T("int8_t")); - - fTypes.Add(_T("integer(c_int)")); - bTypes.Add(_T("integer(c_int)")); - cTypes.Add(_T("int")); - - fTypes.Add(_T("real")); - bTypes.Add(_T("real(c_float)")); - cTypes.Add(_T("float")); - - fTypes.Add(_T("real(4)")); - bTypes.Add(_T("real(c_float)")); - cTypes.Add(_T("float")); - - fTypes.Add(_T("real(8)")); - bTypes.Add(_T("real(c_double)")); - cTypes.Add(_T("double")); - - fTypes.Add(_T("doubleprecision")); - bTypes.Add(_T("real(c_double)")); - cTypes.Add(_T("double")); - - fTypes.Add(_T("real(c_float)")); - bTypes.Add(_T("real(c_float)")); - cTypes.Add(_T("float")); - - fTypes.Add(_T("real(c_double)")); - bTypes.Add(_T("real(c_double)")); - cTypes.Add(_T("double")); - - fTypes.Add(_T("complex")); - bTypes.Add(_T("complex(c_float_complex)")); - cTypes.Add(_T("float complex")); - - fTypes.Add(_T("complex*8")); - bTypes.Add(_T("complex(c_float_complex)")); - cTypes.Add(_T("float complex")); - - fTypes.Add(_T("complex*16")); - bTypes.Add(_T("complex(c_double_complex)")); - cTypes.Add(_T("double complex")); - - fTypes.Add(_T("complex*32")); - bTypes.Add(_T("complex(c_long_double_complex)")); - cTypes.Add(_T("long double complex")); - - fTypes.Add(_T("complex(4)")); - bTypes.Add(_T("complex(c_float_complex)")); - cTypes.Add(_T("float complex")); - - //requires - fTypes.Add(_T("complex(8)")); - bTypes.Add(_T("complex(c_double_complex)")); - cTypes.Add(_T("double complex")); - - //requires - fTypes.Add(_T("complex(16)")); - bTypes.Add(_T("complex(c_long_double_complex)")); - cTypes.Add(_T("long double complex")); - - fTypes.Add(_T("character")); - bTypes.Add(_T("character(kind=c_char)")); - cTypes.Add(_T("char")); - - fTypes.Add(_T("character(kind=c_char)")); - bTypes.Add(_T("character(kind=c_char)")); - cTypes.Add(_T("char")); - - m_TypeMap.clear(); - for (size_t i=0; iGetConfigManager(_T("fortran_project")); - if (!cfg) - return; - - wxArrayString list = cfg->EnumerateSubPaths(_T("/bind_to")); - for (unsigned int i = 0; i < list.GetCount(); ++i) - { - if (!list[i].StartsWith(_T("type"))) - continue; - wxString fT = cfg->Read(_T("/bind_to/") + list[i] + _T("/f_type"), wxEmptyString); - wxString bT = cfg->Read(_T("/bind_to/") + list[i] + _T("/b_type"), wxEmptyString); - wxString cT = cfg->Read(_T("/bind_to/") + list[i] + _T("/c_type"), wxEmptyString); - - if (fT.IsEmpty()) - continue; - - wxArrayString bct; - bct.Add(bT); - bct.Add(cT); - m_TypeMap[fT] = bct; - } - - m_WriteIncompleteWrapper = cfg->ReadBool(_T("/bind_to/write_incomplete_wrapper"), true); - m_OneGProcFile = cfg->ReadBool(_T("/bind_to/one_gproc_file"), true); - m_OneGProcFileName = cfg->Read(_T("/bind_to/one_gproc_filename"), _T("procedures_bc.f90")); - m_BindCName = cfg->Read(_T("/bind_to/bind_c_name"), PROCNAME_KEY); - m_CtorStartsWith = cfg->Read(_T("/bind_to/ctor_start"), wxEmptyString); - m_CtorEndsWith = cfg->Read(_T("/bind_to/ctor_end"), wxEmptyString); - m_DtorStartsWith = cfg->Read(_T("/bind_to/dtor_start"), wxEmptyString); - m_DtorEndsWith = cfg->Read(_T("/bind_to/dtor_end"), wxEmptyString); - m_LogToInt = cfg->ReadBool(_T("/bind_to/log_to_int"), true); - - m_PyGenCython = cfg->ReadBool(_T("/bind_to/python_generate"), false); - m_PyCreateClass = cfg->ReadBool(_T("/bind_to/python_class"), false); - m_PyFirstArgAsSelf = cfg->ReadBool(_T("/bind_to/python_firstself"), true); - m_PyFuncName = cfg->Read(_T("/bind_to/python_function_name"), PROCNAME_KEY); -} - -void Bindto::SaveBindToConfig() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - if (!cfg) - return; - cfg->DeleteSubPath(_T("/bind_to")); - - if (!m_IsTypeMapDefault) // no need to save default types - { - TypeMap::iterator it; - int count = 0; - for (it = m_TypeMap.begin(); it != m_TypeMap.end(); ++it) - { - wxString fT = it->first; - wxString bT = it->second[0]; - wxString cT = it->second[1]; - - ++count; - wxString key; - key.Printf(_T("/bind_to/type%d/f_type"), count); - cfg->Write(key, fT); - key.Printf(_T("/bind_to/type%d/b_type"), count); - cfg->Write(key, bT); - key.Printf(_T("/bind_to/type%d/c_type"), count); - cfg->Write(key, cT); - } - } - - cfg->Write(_T("/bind_to/write_incomplete_wrapper"), m_WriteIncompleteWrapper); - cfg->Write(_T("/bind_to/one_gproc_file"), m_OneGProcFile); - cfg->Write(_T("/bind_to/one_gproc_filename"), m_OneGProcFileName); - cfg->Write(_T("/bind_to/bind_c_name"), m_BindCName); - cfg->Write(_T("/bind_to/ctor_start"), m_CtorStartsWith); - cfg->Write(_T("/bind_to/ctor_end"), m_CtorEndsWith); - cfg->Write(_T("/bind_to/dtor_start"), m_DtorStartsWith); - cfg->Write(_T("/bind_to/dtor_end"), m_DtorEndsWith); - cfg->Write(_T("/bind_to/log_to_int"), m_LogToInt); - - cfg->Write(_T("/bind_to/python_generate"), m_PyGenCython); - cfg->Write(_T("/bind_to/python_class"), m_PyCreateClass); - cfg->Write(_T("/bind_to/python_firstself"), m_PyFirstArgAsSelf); - cfg->Write(_T("/bind_to/python_function_name"), m_PyFuncName); -} - -void Bindto::OnOK(wxCommandEvent& event) -{ - BindToIn btin; - if (rb_ActiveProject->GetValue()) - btin = bindToProject; - else - btin = bindToFile; - - m_BindCName = tc_bindCName->GetValue(); - m_BindCName.Replace(_T(" "), _T("")); - if (m_BindCName.IsEmpty()) - m_BindCName = PROCNAME_KEY; - - m_WriteIncompleteWrapper = !cb_incompleteWrapperProc->GetValue(); - m_OneGProcFile = cb_globalToOne->GetValue(); - m_OneGProcFileName = tc_globalFilename->GetValue(); - if (m_OneGProcFileName.Trim().Trim(false).IsEmpty()) - { - m_OneGProcFileName = _T("procedures_bc.f90"); - } - if (btin == bindToProject && m_OneGProcFile) - m_UseOneGlobalFile = true; - else - m_UseOneGlobalFile = false; - - m_OutputDir = tc_OutputDir->GetValue().Trim(true).Trim(false); - if(!MakeOutputDir()) - { - wxString msg = _("Output directory cannot be created.\nCorrect \"Output dir\" text field."); - wxMessageBox(msg, _("Error"), wxICON_ERROR, this); - return; - } - - if (cb_ctorStart->GetValue()) - m_CtorStartsWith = tc_ctorStart->GetValue(); - else - m_CtorStartsWith = wxEmptyString; - m_CtorStartsWith.Replace(_T(" "), _T("")); - - if (cb_ctorEnd->GetValue()) - m_CtorEndsWith = tc_ctorEnd->GetValue(); - else - m_CtorEndsWith = wxEmptyString; - m_CtorEndsWith.Replace(_T(" "), _T("")); - - if (cb_dtorStart->GetValue()) - m_DtorStartsWith = tc_dtorStart->GetValue(); - else - m_DtorStartsWith = wxEmptyString; - m_DtorStartsWith.Replace(_T(" "), _T("")); - - if (cb_dtorEnd->GetValue()) - m_DtorEndsWith = tc_dtorEnd->GetValue(); - else - m_DtorEndsWith = wxEmptyString; - m_DtorEndsWith.Replace(_T(" "), _T("")); - - m_PyGenCython = cb_genCython->GetValue(); - m_PyFuncName = tc_pyFunName->GetValue(); - m_PyFuncName.Replace(_T(" "),_T("")); - if (m_PyGenCython && !ValidatePyFuncName()) - return; - m_PyCreateClass = cb_pyGenClass->GetValue(); - m_PyFirstArgAsSelf = cb_pyFirstSelf->GetValue(); - - m_FileWasCreated = false; - - SaveBindToConfig(); - MakeBindTo(btin); - - if (m_CreatedMsg.size() > 0) - { - size_t nmsg = std::min(m_CreatedMsg.size(),size_t(5)); - wxString msg; - for (size_t i=0; i< nmsg; i++) - { - msg << m_CreatedMsg.Item(i) << _T("\n"); - } - wxMessageBox( msg, _("Bindto Info"), wxICON_INFORMATION, this); - } - if (btin == bindToProject && m_FileWasCreated) - { - wxString msg = _("Generated files were written to ") + m_OutputDir + _(" directory."); - wxMessageBox( msg, _("Bindto"), wxICON_INFORMATION, this); - } - - EndModal(wxID_OK); -} - -void Bindto::MakeBindTo(BindToIn btin) -{ - if (!Manager::Get()->GetEditorManager() || !m_pParser) - return; - - m_TypeDefinedInMap.clear(); - m_TypeDefinedInGlobMap.clear(); - m_ProjectBinDir = _T(""); - m_IsTargetStaticLib = false; - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (project) - { - ProjectBuildTarget* bTarget = project->GetBuildTarget(project->GetActiveBuildTarget()); - if (bTarget) - { - wxFileName efn(project->GetBasePath()); - wxFileName ofn(bTarget->GetOutputFilename()); - wxArrayString dirs = ofn.GetDirs(); - for (size_t i=0; iGetTargetType() == ttStaticLib) - m_IsTargetStaticLib = true; - wxFileName lfn = wxFileName(bTarget->GetOutputFilename()); - m_TargetLibraryName = lfn.GetName(); - m_TargetCompilerName = bTarget->GetCompilerID(); - } - } - - if (btin == bindToProject) - { - if (!project) - return; - - m_GlobProceduresFile = _T(""); - m_GlobProceduresFileH = _T(""); - m_GlobProceduresCInclude.clear(); - m_GlobLogFunMap.clear(); - m_GlobWriteStrCtoF = false; - m_GlobWriteStrFtoC = false; - m_GlobWriteStrLen = false; - - m_TxtCythonFirstGlob = _T(""); - m_TxtCythonGlob = _T(""); - - wxArrayString nonFFiles; - wxArrayString projFiles; - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - projFiles.Add((*it)->file.GetFullPath()); - } - projFiles.Sort(); - for (size_t i=0; i helpProcMap; - wxString helpModHead; - GetHelperModule(true, false, helpProcMap, helpModHead); - wxString strGlobMod; - m_Indent = 0; - strGlobMod << _T("module ") << fname.GetName() << _T("\n"); - m_Indent++; - strGlobMod << GetIS() << _T("use, intrinsic :: iso_c_binding\n"); - if (helpProcMap.size() > 0) - strGlobMod << GetIS() << _T("use :: bindc_helper_bc\n"); - - if (m_TypeDefinedInGlobMap.size() > 0) - { - wxString useStr; - for(auto const& mval : m_TypeDefinedInGlobMap) - { - useStr << GetIS(1) << _T("use :: ") << mval.second[0] << _T("\n"); - } - strGlobMod << useStr; - } - - strGlobMod << GetIS() << _T("implicit none\n"); - strGlobMod << _T("contains\n\n"); - - wxString strGlobModEnd = _T("end module\n"); - - wxFile f(fname.GetFullPath(), wxFile::write); - cbWrite(f, strGlobMod + - SplitLines(m_GlobProceduresFile,Fortran) + strGlobModEnd + GetEOLStr(), wxFONTENCODING_UTF8); - m_FileWasCreated = true; - - if (!m_GlobProcWarnMessages.IsEmpty()) - AddToLogFile(m_GlobProcWarnMessages); - - wxFileName hfname(fname); - hfname.SetExt(_T("h")); - if (!m_GlobProceduresFileH.IsEmpty()) - { - wxString hstr1; - wxString hstr2; - GetHeaderStartEnd(hfname.GetName(), hstr1, hstr2); - - StrSet::iterator it; - for (it=m_GlobProceduresCInclude.begin(); it != m_GlobProceduresCInclude.end(); ++it) - { - hstr1 << *it << _T("\n"); - } - - wxFile hf(hfname.GetFullPath(), wxFile::write); - cbWrite(hf, hstr1 + _T("\n") + SplitLines(m_GlobProceduresFileH,C) + hstr2 + GetEOLStr(), wxFONTENCODING_UTF8); - } - - // Write Cython file for global procedures - if (m_PyGenCython) - { - wxString txtCythonHead; - txtCythonHead << _T("#!python\n#cython: boundscheck=False, wraparound=False\n"); - txtCythonHead << _T("import numpy as np\ncimport numpy as np\n"); - if (!m_PyIncludeGlob.empty()) - { - StrSet::iterator it; - for (it=m_PyIncludeGlob.begin(); it != m_PyIncludeGlob.end(); ++it) - txtCythonHead << *it << _T("\n"); - } - txtCythonHead << _T("\n"); - - wxFileName pxdfname(fname); - pxdfname.SetExt(_T("pxd")); - wxString pxdfn = pxdfname.GetName(); - pxdfn.Append(_T("_f")); - pxdfname.SetName(pxdfn); - - txtCythonHead << _T("cimport ") << pxdfn << _T("\n"); - m_TxtCythonGlob.Replace(CIMPORT_FN_KEY,pxdfn + _T(".")); - - wxFileName pyxfname(fname); - pyxfname.SetExt(_T("pyx")); - wxFile pyxf(pyxfname.GetFullPath(), wxFile::write); - cbWrite(pyxf, txtCythonHead + SplitLines(m_TxtCythonGlob,Python) + - GetEOLStr(), wxFONTENCODING_UTF8); - - m_PyxFileArr.Add(pyxfname.GetFullPath()); - - wxString pxdTxt; - pxdTxt << _T("cdef extern from \"") << hfname.GetFullName() << _T("\":\n"); - wxFile pxdf(pxdfname.GetFullPath(), wxFile::write); - cbWrite(pxdf, pxdTxt + m_TxtCythonFirstGlob + - GetEOLStr(), wxFONTENCODING_UTF8); - - } - - if (!m_GlobProcWarnMessages.IsEmpty()) - m_CreatedMsg.Add(_("\nThere were problems met during the generation of wrapping. A message was added to 'bindto.log' file ")); - } - - if (m_PyGenCython && !m_PyxFileArr.IsEmpty()) - { - - - wxFileName sn(m_PyxFileArr.Item(0)); - wxFileName profn(project->GetFilename()); - sn.SetName(_T("setup_") + profn.GetName()); - sn.SetExt(_T("py")); - WriteSetupPy(m_PyxFileArr, sn.GetFullPath(), m_ProjectBinDir); - } - - if (nonFFiles.size() > 0) - { - wxString mstr; - if (nonFFiles.size() == 1) - { - mstr = _("File \"") + nonFFiles[0] + _("\" was not recognized as a Fortran file."); - mstr << _(" The BindTo was not applied for it."); - } - else - { - mstr = _("Files"); - size_t i=0; - size_t imax=5; - while (i < nonFFiles.size() && i < imax) - { - mstr << _("\n\"") << nonFFiles[i] << _T("\""); - i++; - } - if (nonFFiles.size() > imax) - mstr << _T("...\n"); - else - mstr << _T("\n"); - mstr << wxString::Format(_T("(%d "), int(nonFFiles.size())) << _("files) "); - mstr << _("were not recognized as the Fortran files."); - mstr << _(" The BindTo was not applied for them."); - } - wxMessageBox(mstr, _("Info"), wxICON_INFORMATION, this); - } - } - else - { - // Bind current file - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - m_GlobLogFunMap.clear(); - FileBindTo(ed->GetFilename()); - } - - WriteHelperModFile(); -} - -void Bindto::FileBindTo(const wxString& filename) -{ - FortranSourceForm fsForm; - if (!g_FortranFileExt.IsFileFortran(filename, fsForm)) - { - wxMessageBox( _("The file \n") + filename + - _("\n is not recognized as a Fortran Source File."), _("Info"), - wxICON_INFORMATION, this); - return; - } - TokenF* fileToken = m_pParser->FindFile(filename); - - if (!fileToken) - return; - - m_CInclude.clear(); - m_CStructs = _T(""); - m_WarnMessage = _T(""); - wxString txtBindGM; - wxString txtBindModFile; - wxString txtHeadersGM; - wxString txtHeadersMod; - bool inModuleGM = false; - m_WriteStrCtoF = false; - m_WriteStrFtoC = false; - m_WriteStrLen = false; - m_LogTypeSet.clear(); - m_Indent = 0; - m_PyIndent = 0; - wxFileName fn(fileToken->m_Filename); - wxString globModName = fn.GetName() + _T("_proc_bc"); - m_CurFile = fn.GetFullName(); - m_InFortranModule = false; - - wxString txtCythonFirst; - wxString txtCythonFirstGP; - wxString txtCythonGP; - wxString txtCythonModFile; - m_PyInclude.clear(); - - TokensArrayF* fchen = &fileToken->m_Children; - for (size_t i=0; iGetCount(); i++) - { - if (fchen->Item(i)->m_TokenKind == tkSubroutine || - fchen->Item(i)->m_TokenKind == tkFunction) - { - if (!inModuleGM && !m_UseOneGlobalFile) - { - txtBindGM << _T("module ") << globModName << _T("\n"); - m_Indent++; - txtBindGM << GetIS() << _T("use, intrinsic :: iso_c_binding\n"); - txtBindGM << USEMODTDEF_KEY; - txtBindGM << _T("$#$#%^@@place for helper module$#@%"); - txtBindGM << GetIS() << _T("implicit none\n"); - txtBindGM << _T("contains\n\n"); - inModuleGM = true; - txtHeadersGM << _T("// Global procedures\n"); - m_TypeDefinedInMap.clear(); - } - m_Indent = 1; - BindProcedure(txtBindGM, txtHeadersGM, txtCythonFirstGP, txtCythonGP, fchen->Item(i), globModName, true); - } - else if (fchen->Item(i)->m_TokenKind == tkModule) - { - wxString txtBindModHeader; - wxString txtBindMod; - wxString txtCythonModHeader; - wxString txtCythonMod; - m_InFortranModule = true; - wxString modName = fchen->Item(i)->m_Name; - m_CurModule = modName; - txtBindModHeader << _T("module ") << modName << _T("_bc\n"); - m_Indent = 1; - txtBindModHeader << GetIS() << _T("use :: ") << modName << _T("\n"); - txtBindModHeader << GetIS() << _T("use, intrinsic :: iso_c_binding\n"); - txtBindModHeader << USEMODTDEF_KEY; - txtBindModHeader << _T("$#$#%^@@place for helper module$#@%"); - txtBindModHeader << GetIS() << _T("implicit none\n"); - txtBindModHeader << _T("contains\n\n"); - - wxString txtHeadersMod_1; - wxString txtHeadersMod_2; - txtHeadersMod_1 << _T("\n// Module '") << modName << _T("' procedures\n"); - m_DefinedTypes.clear(); - m_DefinedTypesBindC.clear(); - m_NoArgConstructors.clear(); - m_Deallocators.clear(); - m_ModuleChildNames.clear(); - m_HasPyClassConstructor = false; - m_TypeDefinedInMap.clear(); - - if (m_PyCreateClass) - { - txtCythonModHeader << _T("\ncdef class ") << modName << _T(":\n"); - txtCythonModHeader << _T("%%%##@@@@Place For Cdefs%%%@@@"); - txtCythonModHeader << _T("@@%##@@@@Place For __init__dealloc__%%%@%%"); - m_PyIndent = 1; - } - - TokensArrayF* mchil = &fchen->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if ((mchil->Item(j)->m_TokenKind == tkSubroutine || - mchil->Item(j)->m_TokenKind == tkFunction) && - mchil->Item(j)->m_TokenAccess == taPublic) - { - m_ModuleChildNames.insert(mchil->Item(j)->m_Name); - } - } - - for (size_t j=0; jGetCount(); j++) - { - if ((mchil->Item(j)->m_TokenKind == tkSubroutine || - mchil->Item(j)->m_TokenKind == tkFunction) && - mchil->Item(j)->m_TokenAccess == taPublic) - { - BindProcedure(txtBindMod, txtHeadersMod_2, txtCythonFirst, txtCythonMod, mchil->Item(j), modName, false); - } - else if (mchil->Item(j)->m_TokenKind == tkInterfaceExplicit && - mchil->Item(j)->m_TokenAccess == taPublic) - { - TokensArrayF* intchs = &mchil->Item(j)->m_Children; - for (size_t k=0; kGetCount(); k++) - { - if ((intchs->Item(k)->m_TokenKind == tkSubroutine || - intchs->Item(k)->m_TokenKind == tkFunction) && - intchs->Item(k)->m_TokenAccess == taPublic) - { - BindProcedure(txtBindMod, txtHeadersMod_2, txtCythonFirst, txtCythonMod, intchs->Item(k), modName, false); - m_ModuleChildNames.insert(intchs->Item(k)->m_Name); - } - } - } - else if (mchil->Item(j)->m_TokenKind == tkInterface && - mchil->Item(j)->m_TokenAccess == taPublic && - !mchil->Item(j)->m_Name.IsEmpty()) - { - TokensArrayF* intchs = &mchil->Item(j)->m_Children; - for (size_t k=0; kGetCount(); k++) - { - wxString iname = intchs->Item(k)->m_Name; - for (size_t l=0; lGetCount(); l++) - { - if ((mchil->Item(l)->m_TokenKind == tkSubroutine || - mchil->Item(l)->m_TokenKind == tkFunction) && - mchil->Item(l)->m_TokenAccess == taPrivate && // items with taPublic are called separately - mchil->Item(l)->m_Name.IsSameAs(iname)) - { - BindProcedure(txtBindMod, txtHeadersMod_2, txtCythonFirst, txtCythonMod, mchil->Item(l), modName, false, mchil->Item(j)->m_DisplayName); - m_ModuleChildNames.insert(mchil->Item(l)->m_Name); - } - } - } - } - else if (mchil->Item(j)->m_TokenKind == tkType && - mchil->Item(j)->m_TokenAccess == taPublic) - { - wxString tdef = mchil->Item(j)->m_TypeDefinition.Lower(); - tdef.Replace(_T(" "),_T("")); - if (tdef.Find(_T("bind(c)")) == wxNOT_FOUND) - m_DefinedTypes.insert(mchil->Item(j)->m_Name); - else - { - // type with bind(c) - m_DefinedTypesBindC.insert(mchil->Item(j)->m_Name); - - wxArrayString ct; - wxString ftype = _T("type(") + mchil->Item(j)->m_Name + _T(")"); - ct.Add(ftype); - ct.Add(mchil->Item(j)->m_Name); - m_TypeMap[ftype] = ct; - - AddToCStruct(mchil->Item(j)); - } - } - } - wxString txtCythonCtorDtor; - AddConstructors(txtBindMod, txtHeadersMod_2, txtCythonCtorDtor, txtCythonFirst, modName); - AddDestructors(txtBindMod, txtHeadersMod_2, txtCythonCtorDtor, txtCythonFirst, modName); - m_CurModule = wxEmptyString; - m_InFortranModule = false; - m_PyIndent = 0; - if (m_DefinedTypes.size() == 0) - txtCythonModHeader.Replace(_T("%%%##@@@@Place For Cdefs%%%@@@"),_T("")); - else - { - wxString txtCythonCdefs; - for (StrSet::iterator it=m_DefinedTypes.begin(); it!=m_DefinedTypes.end(); ++it) - { - txtCythonCdefs << GetIS(1) << _T("cdef void* _") << *it << _T("_cp\n"); - } - txtCythonModHeader.Replace(_T("%%%##@@@@Place For Cdefs%%%@@@"),txtCythonCdefs); - } - - txtCythonModHeader.Replace(_T("@@%##@@@@Place For __init__dealloc__%%%@%%"), txtCythonCtorDtor); - - if (!txtBindMod.IsEmpty()) - { - txtBindModFile << txtBindModHeader; - txtBindModFile << txtBindMod; - txtBindModFile << _T("end module\n\n"); - } - if (!txtCythonMod.IsEmpty() || !txtCythonCtorDtor.IsEmpty() || (m_DefinedTypes.size() > 0)) - { - txtCythonModFile << txtCythonModHeader; - txtCythonModFile << txtCythonMod; - } - if (!txtHeadersMod_2.IsEmpty()) - txtHeadersMod << txtHeadersMod_1 << txtHeadersMod_2; - - if (m_TypeDefinedInMap.size() > 0) - { - wxString useStr; - for(auto const& mval : m_TypeDefinedInMap) - { - useStr << GetIS(1) << _T("use :: ") << mval.second[0] << _T("\n"); - } - txtBindModFile.Replace(USEMODTDEF_KEY,useStr); - } - else - txtBindModFile.Replace(USEMODTDEF_KEY,_T("")); - } - } - if (inModuleGM && !m_UseOneGlobalFile) - txtBindGM << _T("end module\n\n"); - - std::map helpModMap; - wxString helpModHead; - GetHelperModule(false, false, helpModMap, helpModHead); - if (helpModMap.size() > 0 && !txtBindGM.empty()) - txtBindGM.Replace(_T("$#$#%^@@place for helper module$#@%"),GetIS(1) + _T("use :: bindc_helper_bc\n")); - else if (!txtBindGM.empty()) - txtBindGM.Replace(_T("$#$#%^@@place for helper module$#@%"),_T("")); - - if (helpModMap.size() > 0 && !txtBindModFile.empty()) - txtBindModFile.Replace(_T("$#$#%^@@place for helper module$#@%"),GetIS(1) + _T("use :: bindc_helper_bc\n")); - else if (!txtBindModFile.empty()) - txtBindModFile.Replace(_T("$#$#%^@@place for helper module$#@%"),_T("")); - - if (inModuleGM && !m_UseOneGlobalFile) - { - if (m_TypeDefinedInMap.size() > 0) - { - wxString useStr; - for(auto const& mval : m_TypeDefinedInMap) - { - useStr << GetIS(1) << _T("use :: ") << mval.second[0] << _T("\n"); - } - txtBindGM.Replace(USEMODTDEF_KEY,useStr); - } - else - txtBindGM.Replace(USEMODTDEF_KEY,_T("")); - } - - wxString bfname = CreateBindFilename(filename, false); - if (bfname.IsEmpty()) - return; - wxString hname = CreateBindFilename(filename, true); - if (hname.IsEmpty()) - return; - - wxString pyname; - if (m_PyGenCython) - { - pyname = CreateCythonFilename(filename); - if (pyname.IsEmpty()) - return; - } - - if (m_UseOneGlobalFile) - { - if (!txtBindGM.IsEmpty()) - { - m_GlobProceduresFile << _T("\n") << txtBindGM; - m_GlobProcWarnMessages << m_WarnMessage; - } - - if (!txtHeadersGM.IsEmpty()) - m_GlobProceduresFileH << _T("\n") << txtHeadersGM; - - if (!txtBindModFile.IsEmpty()) - { - wxFile f(bfname, wxFile::write); - cbWrite(f, SplitLines(txtBindModFile,Fortran) + GetEOLStr(), wxFONTENCODING_UTF8); - m_FileWasCreated = true; - AddToLogFile(m_WarnMessage); - } - - if (!m_CInclude.empty()) - { - StrSet::iterator it; - for (it=m_CInclude.begin(); it != m_CInclude.end(); ++it) - { - m_GlobProceduresCInclude.insert(*it); - } - } - - if (!m_GlobWriteStrCtoF) - m_GlobWriteStrCtoF = m_WriteStrCtoF; - if (!m_GlobWriteStrFtoC) - m_GlobWriteStrFtoC = m_WriteStrFtoC; - if (!m_GlobWriteStrLen) - m_GlobWriteStrLen = m_WriteStrLen; - - if (!txtHeadersMod.IsEmpty()) - { - wxFileName hfname(hname); - wxString hstr1; - wxString hstr2; - GetHeaderStartEnd(hfname.GetName(), hstr1, hstr2); - - if (!m_CInclude.empty()) - { - StrSet::iterator it; - for (it=m_CInclude.begin(); it != m_CInclude.end(); ++it) - hstr1 << *it << _T("\n"); - } - - wxFile hf(hname, wxFile::write); - cbWrite(hf, hstr1 + m_CStructs + _T("\n") + SplitLines(txtHeadersMod,C) + - hstr2 + GetEOLStr(), wxFONTENCODING_UTF8); - } - - if (m_PyGenCython) - { - wxString txtCythonHead; - txtCythonHead << _T("#!python\n#cython: boundscheck=False, wraparound=False\n"); - txtCythonHead << _T("import numpy as np\ncimport numpy as np\n"); - if (!m_PyInclude.empty()) - { - StrSet::iterator it; - for (it=m_PyInclude.begin(); it != m_PyInclude.end(); ++it) - { - txtCythonHead << *it << _T("\n"); - m_PyIncludeGlob.insert(*it); - } - } - txtCythonHead << _T("\n"); - - wxFileName pxdfname(pyname); - pxdfname.SetExt(_T("pxd")); - wxString pxdfn = pxdfname.GetName(); - pxdfn.Append(_T("_f")); - pxdfname.SetName(pxdfn); - - txtCythonHead << _T("cimport ") << pxdfn << _T("\n"); - txtCythonModFile.Replace(CIMPORT_FN_KEY,pxdfn + _T(".")); - - if (!txtCythonModFile.IsEmpty()) - { - wxFile pyxf(pyname, wxFile::write); - cbWrite(pyxf, txtCythonHead + SplitLines(txtCythonModFile,Python) + - GetEOLStr(), wxFONTENCODING_UTF8); - m_PyxFileArr.Add(pyname); - - wxString pxdTxt; - wxFileName hfname(hname); - pxdTxt << _T("cdef extern from \"") << hfname.GetFullName() << _T("\":\n"); - wxFile pxdf(pxdfname.GetFullPath(), wxFile::write); - cbWrite(pxdf, pxdTxt + txtCythonFirst + - GetEOLStr(), wxFONTENCODING_UTF8); - } - - m_TxtCythonFirstGlob << txtCythonFirstGP; - m_TxtCythonGlob << txtCythonGP; - } - - if (!m_WarnMessage.IsEmpty()) - { - wxFileName bfn(bfname); - wxString msg; - msg << _("\nThere were problems met during the generation of wrapping."); - msg << _("\nA message was added to 'bindto.log' file."); - m_CreatedMsg.Add(msg); - } - } - else // if(!m_UseOneGlobalFile) - { - wxFile f(bfname, wxFile::write); - cbWrite(f, SplitLines(txtBindGM,Fortran) + - SplitLines(txtBindModFile,Fortran) + GetEOLStr(), wxFONTENCODING_UTF8); - m_FileWasCreated = true; - AddToLogFile(m_WarnMessage); - - wxFileName hfname(hname); - wxString hstr1; - wxString hstr2; - GetHeaderStartEnd(hfname.GetName(), hstr1, hstr2); - - if (!m_CInclude.empty()) - { - StrSet::iterator it; - for (it=m_CInclude.begin(); it != m_CInclude.end(); ++it) - hstr1 << *it << _T("\n"); - } - - wxFile hf(hname, wxFile::write); - cbWrite(hf, hstr1 + m_CStructs + _T("\n") + SplitLines(txtHeadersGM,C) + SplitLines(txtHeadersMod,C) + - hstr2 + GetEOLStr(), wxFONTENCODING_UTF8); - - wxString txtCythonHead; - txtCythonHead << _T("#!python\n#cython: boundscheck=False, wraparound=False\n"); - txtCythonHead << _T("import numpy as np\ncimport numpy as np\n"); - if (!m_PyInclude.empty()) - { - StrSet::iterator it; - for (it=m_PyInclude.begin(); it != m_PyInclude.end(); ++it) - txtCythonHead << *it << _T("\n"); - } - txtCythonHead << _T("\n"); - - wxFileName pxdfname(pyname); - pxdfname.SetExt(_T("pxd")); - wxString pxdfn = pxdfname.GetName(); - pxdfn.Append(_T("_f")); - pxdfname.SetName(pxdfn); - - txtCythonHead << _T("cimport ") << pxdfn << _T("\n"); - txtCythonGP.Replace(CIMPORT_FN_KEY,pxdfn + _T(".")); - txtCythonModFile.Replace(CIMPORT_FN_KEY,pxdfn + _T(".")); - - wxString pyFiles; - if (m_PyGenCython) - { - wxFile pyxf(pyname, wxFile::write); - cbWrite(pyxf, txtCythonHead + SplitLines(txtCythonGP,Python) + - SplitLines(txtCythonModFile,Python) + GetEOLStr(), wxFONTENCODING_UTF8); - wxFileName pyfn(pyname); - pyFiles << _T(", ") << pyfn.GetFullName(); - - //write setup*.py - wxArrayString pyxFArr; - pyxFArr.Add(pyname); - pyfn.SetExt(_T("py")); - wxString name = pyfn.GetName(); - pyfn.SetName(_T("setup_"+name)); - WriteSetupPy(pyxFArr, pyfn.GetFullPath(), m_ProjectBinDir); - - wxString pxdTxt; - pxdTxt << _T("cdef extern from \"") << hfname.GetFullName() << _T("\":\n"); - wxFile pxdf(pxdfname.GetFullPath(), wxFile::write); - cbWrite(pxdf, pxdTxt + txtCythonFirstGP + txtCythonFirst + - GetEOLStr(), wxFONTENCODING_UTF8); - } - - wxFileName bfn(bfname); - m_CreatedMsg.Add(_("Files ") + bfn.GetFullName() + _T(", ") + hfname.GetFullName() + pyFiles + _(" were created in ") - + hfname.GetPath() + _(" folder.")); - if (!m_WarnMessage.IsEmpty()) - { - m_CreatedMsg.Add(_("\nThere were problems met during the generation of wrapping.\nA message was added to 'bindto.log' file.")); - } - } - m_CurFile = wxEmptyString; -} - -/** \brief Get Indent Spaces - * - * \return wxString Returns required number of spaces - * - */ -wxString Bindto::GetIS(int nint) -{ - wxString spaces; - if (nint >= 0) - return spaces.Append(' ',m_TabSize*nint); - return spaces.Append(' ',m_TabSize*m_Indent); -} - -wxString Bindto::CreateBindFilename(const wxString& filename, bool header) -{ - wxFileName fname(filename); - fname.SetPath(m_OutputDir); - if (header) - fname.SetExt(_T("h")); - else - { - wxString ext = fname.GetExt(); - if (ext != _T("f90") && ext != _T("f95") && ext != _T("f03") && ext != _T("f08")) - fname.SetExt(_T("f90")); - } - wxString name = fname.GetName() << _T("_bc"); - fname.SetName(name); - - return CheckOverwriteFilename(fname); -} - -wxString Bindto::CheckOverwriteFilename(wxFileName &fname) -{ - while (fname.FileExists()) - { - wxString query_overwrite; - query_overwrite << _("Warning:\n") - << _("This tool is about OVERWRITE the following existing file:\n") - << fname.GetFullPath() - << _("\n\nAre you sure that you want to OVERWRITE the file?\n\n") - << _("(If you answer 'No' the existing file will be kept.)"); - int answ = wxMessageBox(query_overwrite, _("Confirmation"), - wxICON_QUESTION | wxYES_NO | wxCANCEL | wxNO_DEFAULT, this); - if (answ == wxNO) - { - bool n_changed = false; - wxString name = fname.GetName(); - wxRegEx reEnd(_T("_([0-9]*$)")); - if (reEnd.Matches(name)) - { - // increase file number - wxString sn = reEnd.GetMatch(name, 1); - long fn; - if (sn.ToLong(&fn)) - { - fn++; - wxString snn; - snn << fn; - name = name.Mid(0,name.size()-sn.size()) + snn; - n_changed = true; - } - } - - if (!n_changed) - { - name << _T("_1"); - } - fname.SetName(name); - } - else if (answ == wxYES) - break; - else - return wxEmptyString; - } - return fname.GetFullPath(); -} - - -void Bindto::BindProcedure(wxString& txtBind, wxString& txtHeaders, wxString& txtPyFirst, wxString& txtPySecond, - TokenF* token, const wxString& moduleName, bool isGlobal, wxString callName) -{ - m_CurProcedure = token->m_Name; - wxString txtBindProc; - wxString txtBindFirst; - wxString txtBindSecond; - wxString txtHeadersThis; - wxString funResVar; - wxString addFunVariable; - wxArrayString funInterface; - wxString cFunResVar; - wxString funTypeDec; - wxArrayString additionalDeclar; - wxArrayString additionalCalls; - wxArrayString additionalCalls2; - std::map changedNamesMap; - wxString procName = token->m_Name + _T("_bc"); - wxString cName = GetCName(token->m_Name, moduleName); - bool bindKindSubroutine = true; - if (token->m_TokenKind == tkSubroutine) - txtBindFirst << GetIS() << _T("subroutine "); - else if (token->m_TokenKind == tkFunction) - { - txtBindFirst << GetIS() << _T("function "); - bindKindSubroutine = false; - } - else - // what else can token be? - return; - - wxString txtCythonFirst; - wxString txtCythonSecond; - wxString txtCythonSecond2; - wxString txtCythonSecond3; - wxArrayString additionalDeclarPy; - wxArrayString additionalCallPy2; - StrSet argHideSetPy; - wxArrayString pyLines; - bool nowIsPyConstructor = false; - bool noArgPyConstructor = false; - bool nowIsPyDestructor = false; - wxString constrTypeName; - wxString constrProcName; - wxString txtCythonConstr1; - wxString txtCythonConstr2; - - txtBindFirst << procName; - m_Indent++; - bool wasChlen = false; - wxArrayString argArr; - wxStringTokenizer tkz(token->m_Args.Lower(), _T("(),[] \t\r\n"), wxTOKEN_STRTOK ); - while ( tkz.HasMoreTokens() ) - argArr.Add(tkz.GetNextToken()); - - txtBindFirst << _T("("); - for (size_t i=0; im_TokenKind == tkFunction) - { - funInterface.Add(_T("interface")); - funInterface.Add(_T("function ") + token->m_Name + token->m_Args.Lower()); - - wxString funT = GetFunctionDeclaration(token); - m_pTokenCurrent = token; - int itmp; - TypeBind tys = GetBindType(funT, itmp); - if (!tys.wasFound && !m_WriteIncompleteWrapper) - { - m_WarnMessage << _("\nERROR: Function '") << token->m_Name << _("' was not wrapped!\n"); - return; - } - else if (!tys.wasFound) - m_WarnMessage << _("\nERROR: Wrapper of '") << token->m_Name << _("' function contains errors.\n"); - funTypeDec = tys.fType; - if (tys.cDim.IsEmpty()) - { - funResVar = procName; - txtBindSecond << GetIS() << tys.bType << _T(" :: ") << funResVar << _T("\n"); - txtHeadersThis << tys.cType << _T(" ") << cName << _T("("); - } - else - { - // If function returns an array, change it to subroutine (void function) with the last array argument. - bindKindSubroutine = true; - txtBindFirst.Replace(_T("function"), _T("subroutine"), false); - funResVar = token->m_Name + _T("_res"); - txtBindSecond << GetIS() << tys.bType << _T(", intent(out) :: ") << funResVar << _T("\n"); - addFunVariable << _T(", ") + funResVar; - txtHeadersThis << _T("void ") << cName << _T("("); - cFunResVar = tys.cType + _T(" ") + funResVar + tys.cDim; - } - funInterface.Add(funTypeDec + _T(" :: ") + token->m_DisplayName); - if (funTypeDec.StartsWith(_T("character"))) - { - additionalDeclar.Add(funTypeDec + _T(" :: ") + funResVar + _T("_f")); - additionalCalls2.Add(_T("call string_copy_f_c(") + funResVar + _T("_f,") + funResVar + _T(")")); - m_WriteStrFtoC = true; - } - else if (!tys.fType.StartsWith(_T("type(c_ptr)")) && tys.bType.StartsWith(_T("type(c_ptr)"))) - { - wxString fName = funResVar + _T("_fp"); - additionalDeclar.Add(funTypeDec + _T(", pointer :: ") + fName); - additionalCalls.Add(_T("allocate(") + fName + _T(")")); - additionalCalls2.Add(funResVar + _T(" = c_loc(") + fName + _T(")")); - funResVar = fName; - } - else if (tys.fType.StartsWith(_T("logical")) && tys.info.IsSameAs(_T("add_log2int"))) - { - wxArrayString logFunNames = GetLogFunNames(tys.fTypeOnly); - additionalDeclar.Add(funTypeDec + _T(" :: ") + funResVar + _T("_f")); - additionalCalls2.Add(funResVar + _T(" = ") + logFunNames[0] + _T("(") + funResVar + _T("_f)")); - changedNamesMap[funResVar] = funResVar + _T("_f"); - } - - wxString pyVarName = token->m_Name + _T("_res"); - TypePyx tyaPy = GetBindTypePy(tys,_T("@@@")); - if (tyaPy.fDrvTypeName.IsEmpty()) - { - wxString pyLin1 = _T("cdef ") + tyaPy.declarPyxFirst + _T(" ") + pyVarName + _T(" = ") + CIMPORT_FN_KEY + cName + _T("("); - pyLines.Add(pyLin1); - } - else if (m_InFortranModule && m_PyCreateClass && !m_HasPyClassConstructor && IsConstructor(token) && m_DefinedTypes.count(tyaPy.fDrvTypeName) == 1) - { - nowIsPyConstructor = true; - m_HasPyClassConstructor = true; - constrTypeName = tyaPy.fDrvTypeName; - if (argArr.GetCount() == 0) - { - noArgPyConstructor = true; - m_NoArgConstructors.insert(funTypeDec); - } - wxString pyLin1 = _T("self._") + tyaPy.fDrvTypeName + _T("_cp = ") + CIMPORT_FN_KEY + cName + _T("("); - pyLines.Add(pyLin1); - pyVarName = _T(""); - } - else - { - wxString pyClassName; - wxArrayString address; - m_pParser->GetAddress(token, address); - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - m_pParser->FindUseAssociatedTokens(true, address, tyaPy.fDrvTypeName, false, *resultTmp, tkType, false); - if (resultTmp->size() > 0 && resultTmp->Item(0)->m_ParentTokenKind == tkModule) - { - pyClassName = resultTmp->Item(0)->m_ParentName; - } - wxString pyLin1 = _T("cdef ") + pyClassName + _T(" ") + pyVarName + _T(" = ") + pyClassName + _T("()\n"); - pyLines.Add(pyLin1); - pyLin1 = pyVarName + _T(".") + tyaPy.fDrvTypeName + _T("_cp_del_py()\n"); - pyLines.Add(pyLin1); - pyLin1 = pyVarName + _T("._") + tyaPy.fDrvTypeName + _T("_cp") + _T(" = ") + CIMPORT_FN_KEY + cName + _T("("); - pyLines.Add(pyLin1); - - if (IsConstructor(token) && m_DefinedTypes.count(tyaPy.fDrvTypeName) == 1 && argArr.GetCount() == 0) - m_NoArgConstructors.insert(funTypeDec); - } - txtCythonSecond3 = pyVarName; - } - else if (token->m_TokenKind == tkSubroutine) - { - txtHeadersThis << _T("void ") << cName << _T("("); - - wxString pyLin1 = CIMPORT_FN_KEY + cName + _T("("); - pyLines.Add(pyLin1); - } - - wxString pyName_Key = _T("@@@ pyName_Key @@@"); - wxString pyName = GetPyName(token->m_Name, moduleName); - if (nowIsPyConstructor) - { - if (noArgPyConstructor) - { - txtCythonSecond << _T("\n") << GetIS(m_PyIndent) << _T("def __cinit__(self, "); - } - else - { - txtCythonConstr1 << _T("\n") << GetIS(m_PyIndent) << _T("def __cinit__(self, "); - txtCythonSecond << _T("\n") << GetIS(m_PyIndent) << _T("cdef ") << pyName << _T("(self, "); - constrProcName = pyName; - } - } - else - { - txtCythonSecond << _T("\n") << GetIS(m_PyIndent) << _T("def ") << pyName_Key << _T("("); - if (m_InFortranModule && m_PyCreateClass) - { - txtCythonSecond << _T("self, "); - } - } - m_PyIndent++; - for (size_t i=0; iFindTokenBetweenChildren(token, argArr.Item(i)); - if (!argToken) - { - // Should implicit declaration be assumed? - txtHeadersThis << argArr.Item(i) << _T(", "); - continue; - } - - if (argToken->m_TokenKind == tkVariable) - { - m_pTokenCurrent = argToken; - int nDimVarAdd; - TypeBind tys = GetBindType(argToken, nDimVarAdd); - if (!tys.wasFound && !m_WriteIncompleteWrapper) - { - m_WarnMessage << _("\nERROR: Procedure '") << token->m_Name << _("' was not wrapped!\n"); - return; - } - else if (!tys.wasFound) - m_WarnMessage << _("\nERROR: Wrapper of '") << token->m_Name << _("' procedure contains errors.\n"); - else if (!tys.errMsg.IsEmpty()) - { - if (!m_WriteIncompleteWrapper) - { - m_WarnMessage << _("\nERROR: Procedure '") << token->m_Name << _("' was not wrapped!\n"); - m_WarnMessage << _T(" ") << tys.errMsg << _("\n"); - return; - } - else - { - m_WarnMessage << _("\nERROR: Wrapper of '") << token->m_Name << _("' procedure contains errors.\n"); - m_WarnMessage << _T(" ") << tys.errMsg << _("\n"); - } - } - - if (!tys.fType.StartsWith(_T("type(c_ptr)")) && tys.bType.StartsWith(_T("type(c_ptr)"))) - { - wxString fDec = tys.fType; - if (fDec.StartsWith(_T("class("))) - fDec.Replace(_T("class("), _T("type("), false); - fDec.Replace(_T(", intent(in)"),_T("")); - fDec.Replace(_T(", intent(out)"),_T("")); - fDec.Replace(_T(", intent(inout)"),_T("")); - wxString bvName = argToken->m_Name + _T("_fp"); - - if (IsConstructor(token) && token->m_TokenKind == tkSubroutine && i == 0 && m_DefinedTypes.count(tys.fDrvTypeName) == 1) - { - additionalCalls.Add(_T("allocate(") + bvName + _T(")")); - additionalCalls.Add(argToken->m_Name + _T(" = c_loc(") + bvName + _T(")")); - if (argArr.GetCount() == 1) - m_NoArgConstructors.insert(fDec); - - if (m_InFortranModule && m_PyCreateClass && !m_HasPyClassConstructor) - { - nowIsPyConstructor = true; - m_HasPyClassConstructor = true; - constrTypeName = tys.fDrvTypeName; - if (argArr.GetCount() == 1) - { - noArgPyConstructor = true; - } - else - { - txtCythonConstr1 << _T("\n") << GetIS(m_PyIndent-1) << _T("def __cinit__(self, "); - txtCythonSecond.Replace(_T("def ")+pyName_Key, _T("cdef ")+pyName, false); - constrProcName = pyName; - } - } - } - else - { - wxString fDecHid; - int nAD; - TypeBind tys_tmp; - HideAssumedShape(fDec, fDecHid, nAD); - if (nAD > 0) - { - size_t nVNini = dimVarNamesFP.size(); - AddDimVariablesFromDoc(dimVarNamesFP, nAD, argToken->m_Name, varNamesOfDimFP, tys_tmp); - if (nAD > 0) - AddDimVariables(argArr, dimVarNamesFP, nAD, _T("mdt"), argToken->m_Name, varNamesOfDimFP, tys_tmp); - - wxString varShape = _T(", ["); - for (size_t ivn = nVNini; ivnm_Name + _T(", ") + bvName + varShape + _T(")")); - } - else - additionalCalls.Add(_T("call c_f_pointer(") + argToken->m_Name + _T(", ") + bvName + _T(")")); - - wxString ftname; - if (fDec.size() > 6) - ftname = fDec.Mid(5,fDec.size()-6).Trim(true).Trim(false); - - if (IsDestructor(token) && token->m_TokenKind == tkSubroutine && i == 0 && argArr.GetCount() == 1 && - m_DefinedTypes.count(ftname) == 1) - { - additionalCalls2.Add(_T("deallocate(") + bvName + _T(")")); - if (m_Deallocators.count(ftname) == 0) - m_Deallocators[ftname] = cName; - nowIsPyDestructor = true; - } - } - - additionalDeclar.Add(fDec + _T(", pointer :: ") + bvName); - changedNamesMap[argToken->m_Name] = bvName; - } - else - { - if (nDimVarAdd > 0) - AddDimVariablesFromDoc(dimVarNames, nDimVarAdd, argToken->m_Name, varNamesOfDim, tys); - if (nDimVarAdd > 0) - AddDimVariables(argArr, dimVarNames, nDimVarAdd, _T("m"), argToken->m_Name, varNamesOfDim, tys); - } - - if (tys.fType.StartsWith(_T("character")) && tys.fType.Find(_T("len=1)")) == wxNOT_FOUND) - { - //character(len=:), allocatable :: fname_f - - wxString fDec = tys.fType; - fDec.Replace(_T(", intent(in)"),_T("")); - fDec.Replace(_T(", intent(out)"),_T("")); - fDec.Replace(_T(", intent(inout)"),_T("")); - if (fDec.Find(_T("len=*")) != wxNOT_FOUND) - { - wxString str = fDec + _T(", allocatable :: ") + argToken->m_Name + _T("_f"); - str.Replace(_T("len=*"), _T("len=:")); - additionalDeclar.Add(str); - if (!wasChlen) - { - additionalDeclar.Add(_T("integer :: chlen_bc")); - wasChlen = true; - } - additionalCalls.Add(_T("chlen_bc = string_len(") + argToken->m_Name + _T(")")); - additionalCalls.Add(_T("allocate(character(len=chlen_bc)::") + argToken->m_Name + _T("_f)")); - m_WriteStrLen = true; - } - else - additionalDeclar.Add(fDec + _T(" :: ") + argToken->m_Name + _T("_f") + argToken->m_Args.Lower()); - if (tys.fType.Find(_T("intent(out)")) == wxNOT_FOUND) - { - additionalCalls.Add(_T("call string_copy_c_f(") + argToken->m_Name + _T(", ") + argToken->m_Name + _T("_f)")); - m_WriteStrCtoF = true; - } - if (tys.fType.Find(_T("intent(in)")) == wxNOT_FOUND) - { - additionalCalls2.Add(_T("call string_copy_f_c(") + argToken->m_Name + _T("_f, ") + argToken->m_Name + _T(")")); - m_WriteStrFtoC = true; - } - changedNamesMap[argToken->m_Name] = argToken->m_Name + _T("_f"); - } - else if (tys.fType.StartsWith(_T("logical")) && tys.info.IsSameAs(_T("add_log2int"))) - { - wxString fDec = tys.fTypeOnly; - wxString bvName = argToken->m_Name + _T("_f"); - wxString dims; - if (!tys.bDim.IsEmpty()) - dims = _T(", dimension") + tys.bDim; - - additionalDeclar.Add(fDec + dims + _T(" :: ") + bvName); - wxArrayString logFunNames = GetLogFunNames(tys.fTypeOnly); - if (tys.fType.Find(_T("intent(out)")) == wxNOT_FOUND) - additionalCalls.Add(bvName + _T(" = ") + logFunNames[1] + _T("(") + argToken->m_Name + _T(")")); - if (tys.fType.Find(_T("intent(in)")) == wxNOT_FOUND) - additionalCalls2.Add(argToken->m_Name + _T(" = ") + logFunNames[0] + _T("(") + bvName + _T(")")); - changedNamesMap[argToken->m_Name] = bvName; - } - txtBindSecond << GetIS() << tys.bType << _T(" :: ") << argToken->m_Name; - wxString cVarName = argToken->m_Name; - if (cVarName.IsSameAs(_T("this"))) - cVarName << _T("_cp"); - txtHeadersThis << tys.cType << _T(" ") << cVarName << tys.cDim << _T(", "); - funInterface.Add(tys.fType + _T(" :: ") + argToken->m_Name); - - TypePyx tyaPy = GetBindTypePy(tys, argToken->m_Name); - - if (tyaPy.fDrvTypeName.IsEmpty()) - { - if (tys.fType.StartsWith(_T("logical")) && tys.info.IsSameAs(_T("add_log2int"))) - { - wxString intname = _T("int_") + argToken->m_Name; - if (tyaPy.hide) - { - additionalDeclarPy.Add(_T("cdef ") + tyaPy.declarPyxFirst + intname + tyaPy.initStr); - argHideSetPy.insert(argToken->m_Name); - wxString declOut = tyaPy.declarPyxFirst; - - if (declOut.StartsWith(_T("np.ndarray"))) - { - declOut.Replace(_T("int"), _T("np.uint8_t")); - declOut.Replace(_T("]"), _T(",cast=True]")); - wxString strDecl = _T("cdef ") + declOut + _T(" ") + argToken->m_Name + _T(" = np.empty(["); - for (int nd=0; ndm_Name + _T("[...] = ") + intname); - } - else - { - declOut.Replace(_T("int"), _T("bint")); - additionalCallPy2.Add(_T("cdef ") + declOut + _T(" ") + argToken->m_Name + _T(" = ") + intname); - } - } - else - { - wxString declInp = tyaPy.declarPyxFirst; - if (declInp.StartsWith(_T("np.ndarray"))) - { - declInp.Replace(_T("int"), _T("np.uint8_t")); - declInp.Replace(_T("]"), _T(",cast=True]")); - txtCythonSecond << declInp << _T(" ") << argToken->m_Name << _T(", "); - wxString strDecl = _T("cdef ") + tyaPy.declarPyxFirst + intname + _T(" = "); - strDecl << _T("np.empty(["); - for (int nd=0; ndm_Name + _T(".shape[%d],"), nd); - } - strDecl << _T("], dtype=np.intc)"); - additionalDeclarPy.Add(strDecl); - strDecl = intname + _T("[...] = ") + argToken->m_Name; - additionalDeclarPy.Add(strDecl); - if (tyaPy.copy) - { - additionalCallPy2.Add(argToken->m_Name + _T("_copy = ") + argToken->m_Name + _T(".copy()")); - additionalCallPy2.Add(argToken->m_Name + _T("_copy[...] = ") + intname); - } - else - additionalCallPy2.Add(argToken->m_Name + _T("[...] = ") + intname); - } - else - { - declInp.Replace(_T("int"), _T("bint")); - txtCythonSecond << declInp << _T(" ") << argToken->m_Name << _T(", "); - additionalDeclarPy.Add(_T("cdef ") + tyaPy.declarPyxFirst + _T(" ") + intname + _T(" = ") + argToken->m_Name); - if (tyaPy.intent.IsSameAs(_T("out")) || tyaPy.intent.IsSameAs(_T("inout"))) - additionalCallPy2.Add(argToken->m_Name + _T(" = ") + intname); - } - } - txtCythonSecond2 << _T("&") << intname << tyaPy.callCSecond << _T(", "); - } - else if (tyaPy.declarPyxFirst.IsSameAs(_T("char*"))) - { - if (tyaPy.hide) - { - if (tyaPy.initStr.IsEmpty()) - additionalDeclarPy.Add(_T("cdef ") + tyaPy.declarPyxFirst + _T(" ") + argToken->m_Name); - else - additionalDeclarPy.Add(argToken->m_Name + tyaPy.initStr); - argHideSetPy.insert(argToken->m_Name); - } - else - txtCythonSecond << tyaPy.declarPyxFirst << _T(" ") << argToken->m_Name << _T(", "); - txtCythonSecond2 << argToken->m_Name << _T(", "); - } - else - { - wxString copystr; - if (tyaPy.hide) - { - wxString dStr = _T("cdef ") + tyaPy.declarPyxFirst + _T(" ") + argToken->m_Name + tyaPy.initStr; - if (tyaPy.declarPyxFirst.StartsWith(_T("np.ndarray"))) - additionalDeclarPy.Add(dStr); - else - additionalDeclarPy.Insert(dStr,0); - - argHideSetPy.insert(argToken->m_Name); - } - else - { - if (tyaPy.copy && tyaPy.declarPyxFirst.StartsWith(_T("np.ndarray"))) - { - additionalDeclarPy.Add(_T("cdef ") + tyaPy.declarPyxFirst << _T(" ") + - argToken->m_Name + _T("_copy = ") + argToken->m_Name + _T(".copy()")); - copystr = _T("_copy"); - } - txtCythonSecond << tyaPy.declarPyxFirst << _T(" ") << argToken->m_Name << _T(", "); - } - txtCythonSecond2 << _T("&") << argToken->m_Name << copystr << tyaPy.callCSecond << _T(", "); - - if (tyaPy.addIntArg.size() > 0) - AddPyArgs(argArr, morePyIntArgs, tyaPy.addIntArg); - } - } - else - { - if (i == 0 && m_PyFirstArgAsSelf && m_InFortranModule && m_PyCreateClass && - (m_DefinedTypes.count(tyaPy.fDrvTypeName) == 1)) - { - txtCythonSecond2 << _T("&self._") << tyaPy.fDrvTypeName << _T("_cp") << _T(", "); - usedSelfPy = true; - } - else - { - wxString pyClassName; - wxArrayString address; - m_pParser->GetAddress(token, address); - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - m_pParser->FindUseAssociatedTokens(true, address, tyaPy.fDrvTypeName, false, *resultTmp, tkType, false); - if (resultTmp->size() > 0 && resultTmp->Item(0)->m_ParentTokenKind == tkModule) - { - pyClassName = resultTmp->Item(0)->m_ParentName; - } - txtCythonSecond << pyClassName << _T(" ") << argToken->m_Name << _T(", "); - txtCythonSecond2 << _T("&") << argToken->m_Name << _T("._") << tyaPy.fDrvTypeName << _T("_cp") << _T(", "); - } - } - - if ((tyaPy.intent.IsSameAs(_T("out")) || tyaPy.intent.IsSameAs(_T("inout"))) && !usedSelfPy) - { - if (!txtCythonSecond3.IsEmpty()) - txtCythonSecond3 << _T(", "); - if (tyaPy.copy && tyaPy.declarPyxFirst.StartsWith(_T("np.ndarray"))) - txtCythonSecond3 << argToken->m_Name << _T("_copy"); - else - txtCythonSecond3 << argToken->m_Name; - } - - if (nowIsPyConstructor && !noArgPyConstructor) - { - if (token->m_TokenKind == tkFunction || (i > 0 && token->m_TokenKind == tkSubroutine)) - txtCythonConstr1 << argToken->m_Name << _T("=None") << _T(", "); - if ((i == 0 && token->m_TokenKind == tkFunction) || - (i == 1 && token->m_TokenKind == tkSubroutine)) - { - txtCythonConstr2 << GetIS(m_PyIndent) << _T("if ") << argToken->m_Name << _T(" is not None:\n"); - txtCythonConstr2 << GetIS(m_PyIndent+1) << _T("self.") << constrProcName << _T("("); - txtCythonConstr2 << argToken->m_Name << _T(", "); - } - else if ((token->m_TokenKind == tkFunction) || - (token->m_TokenKind == tkSubroutine && i > 1)) - { - txtCythonConstr2 << argToken->m_Name << _T(", "); - } - } - - } - else - { - // it may be a procedure. What then to do? - } - txtBindSecond << _T("\n"); - - } - // Deal with assumed-shape arrays - wxArrayString addVarNames; - wxArrayString addVarNamesC; - wxArrayString addVarNamesPy; - wxArrayString addArgNamesPy; - wxArrayString additionalDeclarPy_tmp; - wxArrayString addVarNamesPy_tmp; - StrSet argHideSetPy_tmp; - wxArrayString addArgNamesPy_tmp; - PrepareAssumedShapeVariables(argArr, dimVarNames, additionalDeclar, addVarNames, addVarNamesC, varNamesOfDim, - argHideSetPy, additionalDeclarPy, addVarNamesPy, addArgNamesPy); - PrepareAssumedShapeVariables(argArr, dimVarNamesFP, additionalDeclar, addVarNames, addVarNamesC, varNamesOfDimFP, - argHideSetPy_tmp, additionalDeclarPy_tmp, addVarNamesPy_tmp, addArgNamesPy_tmp); - for (size_t i=0; im_TokenKind == tkFunction && bindKindSubroutine) - txtHeadersThis << cFunResVar << _T(", "); - - if (isGlobal && token->m_TokenKind == tkFunction) - { - if (bindKindSubroutine) - { - funInterface.Add(_T("end function")); - funInterface.Add(_T("end interface")); - - txtBindSecond << _T("\n"); - for (size_t i=0; im_DisplayName << _T("\n"); - } - - for (size_t i=0; im_DisplayName; - if (token->m_TokenKind == tkSubroutine) - { - txtBindSecond << GetIS() << _T("call ") << callName << _T("("); - } - else if (token->m_TokenKind == tkFunction) - { - if (funTypeDec.StartsWith(_T("character"))) - txtBindSecond << GetIS() << funResVar << _T("_f = ") << callName << _T("("); - else if (changedNamesMap.count(funResVar) == 0) - txtBindSecond << GetIS() << funResVar << _T(" = ") << callName << _T("("); - else - txtBindSecond << GetIS() << changedNamesMap[funResVar] << _T(" = ") << callName << _T("("); - } - - for (size_t i=0; im_TypeDefinition.Lower(), nDimVarAdd); - if (token->m_Args.StartsWith(_T("("))) - { - wxString vDim = GetToken(token->m_Args.Lower(),0); - wxString vDimHid; - int nAssumedDim; - HideAssumedShape(vDim, vDimHid, nAssumedDim); - retSt.bDim = vDimHid; - if (retSt.fType.Find(_T("dimension(")) == wxNOT_FOUND) - { - int itn = retSt.fType.Find(_T(", intent(")); - int itn2 = retSt.bType.Find(_T(", intent(")); - if (itn == wxNOT_FOUND || itn2 == wxNOT_FOUND) - { - retSt.fType << _T(", dimension") << vDim; - if (retSt.fType.StartsWith(_T("type(c_ptr)")) || !retSt.bType.StartsWith(_T("type(c_ptr)"))) - retSt.bType << _T(", dimension") << vDimHid; - } - else - { - retSt.fType.insert(itn,_T(", dimension")+vDim); - if (retSt.fType.StartsWith(_T("type(c_ptr)")) || !retSt.bType.StartsWith(_T("type(c_ptr)"))) - retSt.bType.insert(itn2,_T(", dimension")+vDimHid); - } - nDimVarAdd = nAssumedDim; - } - else - { - int idxDim = retSt.fType.Find(_T("dimension(")); - wxString vdimOld; - if (idxDim != wxNOT_FOUND) - vdimOld = GetToken(retSt.fType,idxDim+9); - int idxDim2 = retSt.bType.Find(_T("dimension(")); - wxString vdimOld2; - if (idxDim2 != wxNOT_FOUND) - vdimOld2 = GetToken(retSt.bType,idxDim2+9); - retSt.fType.Replace(vdimOld,vDim); - if (!vdimOld2.IsEmpty()) - retSt.bType.Replace(vdimOld2,vDimHid); - nDimVarAdd = nAssumedDim; - } - retSt.cDim = GetCDims(vDim); - - if (retSt.errMsg.IsEmpty() && retSt.fType.StartsWith(_T("character(")) && - retSt.fType.Find(_T("len=1)")) == wxNOT_FOUND) - { - retSt.errMsg = _("Error: Call of array of characters from C, when character length/=1, is not supported."); - } - } - - if (retSt.cDim.IsEmpty()) - retSt.cType << _T("*"); // variable as C pointer - - return retSt; -} - - -Bindto::TypeBind Bindto::GetBindType(const wxString& declar, int& nDimVarAdd) -{ - wxString declarLw = declar.Lower(); - declarLw.Replace(_T(" "),_T("")); - - nDimVarAdd = 0; - wxString ftype; - wxString fCharLen; - wxArrayString fTypeKind = GetTypeAndKind(declarLw); - - if (declarLw.StartsWith(_T("character"))) - { - // deal with character type - wxString klstr = fTypeKind.Item(1); - int iLen = klstr.Find(_T("len=")); - int iKin = klstr.Find(_T("kind=")); - if (iLen != wxNOT_FOUND) - { - int lnd = klstr.Mid(iLen+4).Find(_T(",")); - if (lnd == wxNOT_FOUND) - { - lnd = klstr.Mid(iLen+4).Find(_T(")")); - if (lnd == wxNOT_FOUND) - lnd = klstr.size(); - } - fCharLen = klstr.Mid(iLen+4,lnd); - } - else if (iKin == wxNOT_FOUND) - { - if (klstr.IsEmpty()) - fCharLen = _T("1"); - else - fCharLen = klstr; - } - else // (iKin != wxNOT_FOUND) - { - fCharLen = _T("1"); - } - - wxString fCharKind; - if (iKin != wxNOT_FOUND) - { - int lnd = klstr.Mid(iKin+5).Find(_T(",")); - if (lnd == wxNOT_FOUND) - { - lnd = klstr.Mid(iKin+5).Find(_T(")")); - if (lnd == wxNOT_FOUND) - lnd = klstr.size(); - } - fCharKind = klstr.Mid(iKin+5,lnd); - } - if (fCharKind.IsEmpty()) - ftype = _T("character"); - else - ftype = _T("character(kind=") + fCharKind + _T(")"); - } - else - { - ftype = fTypeKind.Item(0); - fTypeKind.Item(1).Replace(_T("kind="),_T("")); - if (!fTypeKind.Item(1).IsEmpty()) - ftype << _T("(") << fTypeKind.Item(1) << _T(")"); - } - - TypeBind retSt; - bool wasNotFound = false; - if (m_TypeMap.count(ftype) == 0) - { - wasNotFound = true; - if (ftype.StartsWith(_T("type(")) || ftype.StartsWith(_T("class("))) - { - int st = ftype.Find('('); - int en = ftype.Find(')'); - if (st != wxNOT_FOUND && en != wxNOT_FOUND) - { - wxString tname = ftype.Mid(st+1,en-st-1); - wxArrayString address; - m_pParser->GetAddress(m_pTokenCurrent->m_pParent, address); - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - m_pParser->FindUseAssociatedTokens(true, address, tname, false, *resultTmp, tkType, false); - if (resultTmp->size() > 0) - { - TokenF* typeTok = m_pParser->FindToken(resultTmp->Item(0)); - if (typeTok) - { - retSt.fDrvTypeName = typeTok->m_Name; - wxString tdef = typeTok->m_TypeDefinition.Lower(); - tdef.Replace(_T(" "),_T("")); - - if (tdef.Find(_T("bind(c)")) != wxNOT_FOUND) - { - // type with bind(c) - wxArrayString ct; - ct.Add(ftype); - wxString c_type; - if (en>st) - c_type = ftype.Mid(st+1,en-st-1); - else - c_type = ftype; // something gone wrong - ct.Add(c_type); - m_TypeMap[ftype] = ct; - wasNotFound = false; - - AddToCStruct(typeTok); - } - else - { - // type without bind(c) - wxArrayString ct; - ct.Add(_T("type(c_ptr)")); - ct.Add(_T("void*")); - m_TypeMap[ftype] = ct; - wasNotFound = false; - } - - if (typeTok->m_pParent->m_TokenKind == tkModule) - { - wxArrayString tdin; - tdin.Add(typeTok->m_pParent->m_DisplayName); - m_TypeDefinedInMap[typeTok->m_Name] = tdin; - m_TypeDefinedInGlobMap[typeTok->m_Name] = tdin; - } - } - } - } - } - } - - if (wasNotFound && m_LogToInt && fTypeKind.Item(0).IsSameAs(_T("logical"))) - { - retSt.fType = ftype; - retSt.fTypeOnly = ftype; - retSt.bType = _T("integer(c_int)"); - retSt.cType = _T("int"); - retSt.info = _T("add_log2int"); - } - else if (wasNotFound) - { - if (m_NotFoundTypes.count(ftype) == 0) - { - m_WarnMessage << _("ERROR: Fortran type '") << ftype << _("' was not found between bind types.\n"); - m_WarnMessage << _("File: ") << m_CurFile; - if (!m_CurModule.IsEmpty()) - m_WarnMessage << _("; Module: ") << m_CurModule; - m_WarnMessage << _("; Procedure: ") << m_CurProcedure << _T("\n"); - m_NotFoundTypes.insert(ftype); - } - TypeBind emptSt; - emptSt.fType = ftype; - emptSt.wasFound = false; - return emptSt; - } - else - { - wxArrayString retArr = m_TypeMap[ftype]; //size==2 - retSt.bType = retArr[0]; - retSt.cType = retArr[1]; - retSt.fType = ftype; - retSt.cDim = wxEmptyString; - } - - if (retSt.cType.StartsWith(_T("int8_t")) || - retSt.cType.StartsWith(_T("int16_t")) || - retSt.cType.StartsWith(_T("int32_t")) || - retSt.cType.StartsWith(_T("int64_t"))) - { - m_CInclude.insert(_T("#include ")); - m_PyInclude.insert(_T("from libc.stdint cimport *")); - } - else if (retSt.cType.StartsWith(_T("float complex")) || - retSt.cType.StartsWith(_T("double complex")) || - retSt.cType.StartsWith(_T("long double complex"))) - { - m_CInclude.insert(_T("#include ")); - } - - int iPos = declarLw.Find(_T("dimension(")); - if (iPos != wxNOT_FOUND && retSt.fType.StartsWith(_T("character")) && !fCharLen.IsSameAs(_T("1"))) - { - retSt.errMsg = _("Error: Call of array of characters from C, when character length/=1, is not supported."); - } - else if (iPos != wxNOT_FOUND) - { - wxString vdim = GetToken(declarLw,iPos+9); - retSt.fType << _T(", dimension") << vdim; - int nAssumedDim; - wxString vdimHid; - HideAssumedShape(vdim, vdimHid, nAssumedDim); - if (!retSt.fType.StartsWith(_T("type(c_ptr)")) && retSt.bType.StartsWith(_T("type(c_ptr)"))) - ; - else - { - retSt.bType << _T(", dimension") << vdimHid; - retSt.bDim = vdimHid; - retSt.cDim << GetCDims(vdim); - nDimVarAdd += nAssumedDim; - } - } - - if (retSt.fType.StartsWith(_T("character("))) - { - int pos = retSt.fType.Find(')',true); - if (pos != wxNOT_FOUND) - retSt.fType = retSt.fType.Mid(0,pos) + _T(",len=")+fCharLen+_T(")"); - } - else if (retSt.fType.StartsWith(_T("character"))) - { - retSt.fType.Replace(_T("character"), _T("character(len=")+fCharLen+_T(")")); - } - - if (retSt.fType.StartsWith(_T("character"))) - { - bool lenIsOne = false; - long numCharLen; - wxString cDim; - if (fCharLen.ToLong(&numCharLen)) - { - if (numCharLen == 1) - { - lenIsOne = true; - cDim = _T(""); - } - else - { - fCharLen = wxString::Format(_T("%d"),numCharLen+1); - cDim = GetCDims(_T("(")+fCharLen+_T(")")); - } - } - else if (!fCharLen.IsSameAs(_T("*"))) - { - fCharLen << _T("+1"); - cDim = _T(""); - } - else - cDim = _T(""); - - if (!lenIsOne) - retSt.bType << _T(", dimension") << _T("(") << fCharLen << _T(")"); - retSt.cDim << cDim; - } - - iPos = declarLw.Find(_T("intent(")); - if (iPos != wxNOT_FOUND) - { - wxString vinout = GetToken(declarLw,iPos+6); - retSt.fType << _T(", intent") << vinout; - retSt.bType << _T(", intent") << vinout; - } - retSt.wasFound = true; - - if (declarLw.Find(_T(",allocatable")) != wxNOT_FOUND) - { - retSt.errMsg = _("Error: Allocatable variables can not be called from C."); - retSt.bType << _T(", allocatable"); - } - - return retSt; -} - -wxArrayString Bindto::GetTypeAndKind(wxString decl) -{ - wxArrayString fTK; - fTK.Add(_T(""),2); - decl.Replace(_T(" "), _T("")); - wxStringTokenizer tokenizer(decl, _T("(*,"), wxTOKEN_STRTOK); - if (tokenizer.CountTokens() == 0) - return fTK; - else if (tokenizer.CountTokens() == 1) - fTK.Item(0) = tokenizer.GetNextToken(); - else - { - fTK.Item(0) = tokenizer.GetNextToken(); - wxChar delim = tokenizer.GetLastDelimiter(); - if (delim == '(') - { - size_t pos = tokenizer.GetPosition() - 1; - wxString ks = GetToken(decl,pos); - fTK.Item(1) = ks.Mid(1,ks.size()-2); - } - else if (delim == '*') - { - wxString kind = tokenizer.GetNextToken(); - if (fTK.Item(0).IsSameAs(_T("complex"))) - fTK.Item(0) << _T("*") << kind; - else - fTK.Item(1) = kind; - } - } - return fTK; -} - -wxString Bindto::GetFunctionDeclaration(TokenF* token) -{ - wxString funType; - if (!token->m_PartFirst.IsEmpty()) - { - wxString strLw = token->m_PartFirst.Lower().Trim(true).Trim(false); - strLw.Replace(_T(" "),_T("")); - wxArrayString ftarr; - ftarr.Add(_T("integer(")); - ftarr.Add(_T("real(")); - ftarr.Add(_T("doubleprecision(")); - ftarr.Add(_T("complex(")); - ftarr.Add(_T("logical(")); - ftarr.Add(_T("type(")); - ftarr.Add(_T("class(")); - for (size_t i=0; im_ResultVariable.IsEmpty()) - resVName = token->m_ResultVariable; - else - continue; - } - else - resVName = token->m_Name; - - TokenF* argToken = m_pParser->FindTokenBetweenChildren(token, resVName); - if (argToken) - { - if (argToken->m_TokenKind == tkVariable) - { - m_pTokenCurrent = argToken; - int itmp; - TypeBind tys = GetBindType(argToken, itmp); - funType = tys.fType; - if (!argToken->m_Args.IsEmpty()) - { - funType << _T(", dimension") << argToken->m_Args.Lower(); - } - break; - } - } - else - { - // assume implicit declaration - } - } - return funType; -} - - -wxString Bindto::GetToken(const wxString& txt, int iPos) -{ - wxChar openChar; - wxChar closeChar; - if (txt.GetChar(iPos) == '(') - { - openChar = '('; - closeChar = ')'; - } - else if (txt.GetChar(iPos) == '[') - { - openChar = '['; - closeChar = ']'; - } - else - return wxEmptyString; - - wxString retTxt; - int level = 1; - for (size_t i=iPos+1; i=0; i--) - { - wxString ds = dimArr.Item(i); - long dl; - if (!ds.ToLong(&dl)) - return _T(""); - else - cdims << _T("[") << ds << _T("]"); - } - return cdims; -} - - -void Bindto::OnAdd(wxCommandEvent& event) -{ - BindtoNewType addNewType(this); - ShowNewTypeDlg(addNewType); -} - -void Bindto::ShowNewTypeDlg(BindtoNewType& addNewType) -{ - while (true) - { - if (addNewType.ShowModal() == wxID_OK) - { - wxString ft = addNewType.GetFortranType(); - wxString bt = addNewType.GetBindCType().Trim(true).Trim(false); - wxString ct = addNewType.GetCType().Trim(true).Trim(false); - PrepateTypes(ft,bt,ct); - - if (m_TypeMap.count(ft) == 0) - { - wxArrayString bcta; - bcta.Add(bt); - bcta.Add(ct); - m_TypeMap[ft] = bcta; - m_IsTypeMapDefault = false; - FillTypeList(); - break; - } - else - { - wxString mstr = _T("Binding for \"") + ft + _T("\" already defined!"); - wxMessageBox(mstr, _("Error"), wxICON_ERROR, this); - } - } - else - break; - } -} - -void Bindto::PrepateTypes(wxString& ft, wxString& bt, wxString& ct) -{ - bt.Trim(true).Trim(false); - ct.Trim(true).Trim(false); - ft.Replace(_T(" "),_T("")); - if (ft.StartsWith(_T("character("))) - { - int idx = ft.Find(_T("kind=")); - if (idx != wxNOT_FOUND) - { - wxString kn = ft.Mid(idx+5); - int idx1 = kn.Find(','); - int idx2 = kn.Find(')'); - if (idx1 != wxNOT_FOUND && idx2 != wxNOT_FOUND) - { - if (idx1 > idx2) - kn.Truncate(idx2); - else - kn.Truncate(idx1); - } - else if (idx1 != wxNOT_FOUND) - kn.Truncate(idx1); - else if (idx2 != wxNOT_FOUND) - kn.Truncate(idx2); - ft = _T("character(kind=") + kn + _T(")"); - } - else - ft = _T("character"); - } - else if (ft.StartsWith(_T("character"))) - ft = _T("character"); - else if (ft.StartsWith(_T("integer(")) || - ft.StartsWith(_T("real(")) || - ft.StartsWith(_T("complex("))) - { - ft.Replace(_T("kind="),_T("")); - } - else if (ft.StartsWith(_T("integer*")) || - ft.StartsWith(_T("real*"))) - { - ft.Replace(_T("*"),_T("("),false); - ft.Append(_T(")")); - } -} - -void Bindto::OnEdit(wxCommandEvent& event) -{ - long sel = lv_Types->GetFirstSelected(); - if (sel == -1) - return; - wxString ft_old = lv_Types->GetItemText(sel); - wxArrayString bcArr = m_TypeMap[ft_old]; - wxString bt_old = bcArr[0]; - wxString ct_old = bcArr[1]; - - BindtoNewType editNewType(this); - editNewType.SetEditType(ft_old,bt_old,ct_old); - while (true) - { - if (editNewType.ShowModal() == wxID_OK) - { - wxString ft = editNewType.GetFortranType(); - wxString bt = editNewType.GetBindCType().Trim(true).Trim(false); - wxString ct = editNewType.GetCType().Trim(true).Trim(false); - PrepateTypes(ft,bt,ct); - if (ft.IsSameAs(ft_old) && bt.IsSameAs(bt_old) && ct.IsSameAs(ct_old)) - break; - else - { - // type was changed - m_TypeMap.erase(ft_old); - wxArrayString bcta; - bcta.Add(bt); - bcta.Add(ct); - m_TypeMap[ft] = bcta; - m_IsTypeMapDefault = false; - FillTypeList(); - break; - } - } - else - break; - } -} - -void Bindto::OnRemove(wxCommandEvent& event) -{ - long sel = lv_Types->GetFirstSelected(); - if (sel == -1) - return; - m_TypeMap.erase(lv_Types->GetItemText(sel)); - m_IsTypeMapDefault = false; - FillTypeList(); -} - -void Bindto::OnDefaults(wxCommandEvent& event) -{ - FillTypeMapDefault(); - FillTypeList(); -} - -wxString Bindto::SplitLines(const wxString& txt, Language lang) -{ - size_t llen; - wxString csym; - wxString comment; - if (lang == Fortran) - { - llen = 132 - 2; - csym = _T(" &"); - comment = _T("!"); - } - else if (lang == C) - { - llen = 100; - csym = _T(""); - comment = _T("//"); - } - else if (lang == Python) - { - llen = 100; - csym = _T(" \\"); - comment = _T("#"); - } - else - return _T("Programming error. This should not happen."); - - wxArrayString txtArrShort; - wxArrayString txtArr; - wxStringTokenizer tkz(txt, _T("\n"), wxTOKEN_RET_EMPTY_ALL); - while ( tkz.HasMoreTokens() ) - txtArr.Add(tkz.GetNextToken()); - - for (size_t i=0; i llen/3) - nSpace = llen/3; - while (true) - { - bool isShortStr = true; - if (codeStr.length() > llen) - { - isShortStr = false; - wxString leftStr = codeStr.Mid(0,llen); - wxString rightStr = codeStr.Mid(llen); - int idx1 = leftStr.Find(',', true); - int idx2 = leftStr.Find(' ', true); - int idx3 = leftStr.Find('=', true); - int idx = std::max(idx1,idx2); - idx = std::max(idx,idx3); - if (idx == wxNOT_FOUND) - isShortStr = true; - else - { - txtArrShort.Add(leftStr.Mid(0,idx+1) + csym); - wxString spaces; - codeStr = spaces.Append(' ',nSpace+4) + leftStr.Mid(idx+1) + rightStr; - } - } - - if (isShortStr) - { - wxString shortStr = codeStr; - - if (shortStr.find_first_not_of(_T(" \n")) != wxString::npos && !comStr.IsEmpty()) - shortStr.Append(_T(" ") + comment + comStr); - else if (!comStr.IsEmpty()) - shortStr.Append(comment + comStr); - txtArrShort.Add(shortStr); - break; - } - } - } - wxString txtAll; - for (size_t i=0; i &procMap, wxString& modHead) -{ - if (!getAll && !useGlobal && !m_WriteStrCtoF && !m_WriteStrFtoC && !m_WriteStrLen && m_LogTypeSet.empty()) - return; - - if (!getAll && useGlobal && !m_GlobWriteStrCtoF && !m_GlobWriteStrFtoC && !m_GlobWriteStrLen && m_GlobLogFunMap.empty()) - return; - - wxString tab; - tab << GetIS(1); - modHead << _T("module bindc_helper_bc\n"); - modHead << tab << _T("use, intrinsic :: iso_c_binding\n"); - modHead << tab << _T("implicit none\n"); - modHead << _T("contains\n"); - if (getAll || (!useGlobal && m_WriteStrLen) || (useGlobal && m_GlobWriteStrLen)) - { - wxString help; - help << _T("\n"); - wxArrayString strLen; - GetFunStrLen(strLen); - for (size_t i=0;isecond; - wxArrayString funLtoI; - wxArrayString funItoL; - GetFunLogical(it->first, fnams[0], fnams[1], funLtoI, funItoL); - wxString help; - help << _T("\n"); - for (size_t i=0;i 0) - { - int nd = iShape + 1; - for (int j=0; jGetLogManager()->DebugLog(_T("FortranProject: ndims.size() != dimVarNames.size()")); - return; // programming error; - } - - varNameOld = _T(""); - for (size_t i=0; i 0) - break; - } - addArgNamesPy.Add(_T("int ") + var); - } - else - { - int iShapeWrite = ndims[i] - iShape - 1; - wxString sShape = wxString::Format(_T("%d"),iShapeWrite); - additionalDeclarPy.Insert(_T("cdef int ") + var + _T(" = ") + varNamesOfDim.Item(i) + _T(".shape[") + sShape + _T("]"), 0); - } - addVarNamesPy.Add(_T("&") + var); - } - } -} - -void Bindto::AddDimVariables(const wxArrayString& argArr, wxArrayString& dimVarNames, int nDimVarAdd, wxString varFirstPart, - const wxString& argName, wxArrayString& varNamesOfDim, TypeBind& tys) -{ - wxString n1 = varFirstPart + _T("%i"); - wxString vname; - int i=0; - for (int nd=0; nd 3) - modName = modName.Mid(0,3); - cName = cName.Mid(0,idx) + modName + cName.Mid(idx+keyMod.Len()); - } - return cName; -} - -void Bindto::AddDestructors(wxString& txtBind, wxString& txtHeadersMod, wxString& txtCythonDtor, wxString& txtCythonFirst, const wxString& moduleName) -{ - if (m_DefinedTypes.size() == 0) - return; - - wxString txtDest; - wxString txtDestH; - for ( StrSet::iterator it=m_DefinedTypes.begin(); it != m_DefinedTypes.end(); ++it) - { - wxString type = *it; - if (m_Deallocators.count(type) == 1) - continue; - wxString destName = type + _T("_dtor"); - wxString cDestName = GetCName(destName, moduleName); - txtDest << GetIS() << _T("subroutine ") << destName << _T("_bc") << _T("(this_cp) bind(c,name='") << cDestName << _T("')\n"); - m_Indent++; - txtDest << GetIS() << _T("type(c_ptr), intent(in) :: this_cp\n"); - txtDest << GetIS() << _T("type(") << type << _T("), pointer :: this_fp\n\n"); - txtDest << GetIS() << _T("call c_f_pointer(this_cp, this_fp)\n"); - txtDest << GetIS() << _T("deallocate(this_fp)\n"); - m_Indent--; - txtDest << GetIS() << _T("end subroutine\n\n"); - - txtDestH << _T("void ") << cDestName << _T("(void** this_cp);\n"); - } - txtBind << txtDest; - txtHeadersMod << txtDestH; - - wxString txtDestPy; - wxString txtDestPyH; - wxString txtDelPy; - for ( StrSet::iterator it=m_DefinedTypes.begin(); it != m_DefinedTypes.end(); ++it) - { - wxString type = *it; - if (m_Deallocators.count(type) == 1) - { - wxString procName = m_Deallocators[type]; - txtDestPy << GetIS(2) << CIMPORT_FN_KEY << procName << _T("(&self._") << type << _T("_cp)\n"); - txtDelPy << _T("\n") << GetIS(1) << _T("cdef ")<< type << _T("_cp") << _T("_del_py(self):\n"); - txtDelPy << GetIS(2) << CIMPORT_FN_KEY << procName << _T("(&self._") << type << _T("_cp)\n"); - } - else - { - wxString destName = type + _T("_dtor"); - wxString cDestName = GetCName(destName, moduleName); - txtDestPy << GetIS(2) << CIMPORT_FN_KEY << cDestName << _T("(&self._") << type << _T("_cp)\n"); - txtDestPyH << GetIS(1) << _T("void ") << cDestName << _T("(void** this_cp)\n"); - txtDelPy << _T("\n") << GetIS(1) << _T("cdef ")<< type << _T("_cp") << _T("_del_py(self):\n"); - txtDelPy << GetIS(2) << CIMPORT_FN_KEY << cDestName << _T("(&self._") << type << _T("_cp)\n"); - } - } - if (!txtDestPy.IsEmpty()) - { - txtCythonDtor << _T("\n") << GetIS(1) << _T("def __dealloc__(self):\n"); - txtCythonDtor << txtDestPy; - } - txtCythonFirst << txtDestPyH; - txtCythonDtor << txtDelPy; - -} - -void Bindto::AddConstructors(wxString& txtBind, wxString& txtHeadersMod, wxString& txtCythonCtor, wxString& txtCythonFirst, const wxString& moduleName) -{ - - if (m_DefinedTypes.size() == 0) - return; - - StrSet noArgAllocatedTypes; - for ( StrSet::iterator it=m_NoArgConstructors.begin(); it != m_NoArgConstructors.end(); ++it) - { - wxString type = *it; - int idx = type.Find(_T("(")); - if (idx != wxNOT_FOUND) - { - type = GetToken(type, idx); - } - if (type.size() <= 2) - continue; - - type = type.Mid(1,type.size()-2).Trim(true).Trim(false); - noArgAllocatedTypes.insert(type); - } - - wxString txtCon; - wxString txtConH; - wxString txtConPy; - wxString txtConPyH; - for ( StrSet::iterator it=m_DefinedTypes.begin(); it != m_DefinedTypes.end(); ++it) - { - wxString type = *it; - if (noArgAllocatedTypes.count(type) == 1) - continue; - - wxString conName = GetConstructorName(type); - wxString cConName = GetCName(conName, moduleName); - wxString fConName = conName + _T("_bc"); - txtCon << GetIS() << _T("function ") << fConName << _T("() bind(c,name='") << cConName << _T("')\n"); - m_Indent++; - txtCon << GetIS() << _T("type(c_ptr) :: ") << fConName << _T("\n"); - txtCon << GetIS() << _T("type(") << type << _T("), pointer :: this_fp\n\n"); - txtCon << GetIS() << _T("allocate(this_fp)\n"); - txtCon << GetIS() << fConName << _T(" = c_loc(this_fp)\n"); - m_Indent--; - txtCon << GetIS() << _T("end function\n\n"); - - wxString cHeader = _T("void* ") + cConName + _T("()"); - txtConH << cHeader << _T(";\n"); - m_NoArgConstructors.insert(_T("type(")+type+_T(")")); - - txtConPy << GetIS(2) << _T("self._") << type << _T("_cp = ") << CIMPORT_FN_KEY << cConName << _T("()\n"); - txtConPyH << GetIS(1) << cHeader << _T("\n"); - } - txtBind << txtCon; - txtHeadersMod << txtConH; - if (!txtConPy.IsEmpty()) - { - if (!m_HasPyClassConstructor) - { - txtCythonCtor << _T("\n") << GetIS(1) << _T("def __cinit__(self):\n"); - txtCythonCtor << txtConPy; - } - txtCythonFirst << txtConPyH; - } -} - -wxString Bindto::GetConstructorName(const wxString& type) -{ - wxString conName = type + _T("_ctor"); - if (m_ModuleChildNames.count(conName) == 1) - { - for (int i=2; i<100; i++) - { - conName = wxString::Format(type + _T("%d_ctor"), i); - if (m_ModuleChildNames.count(conName) == 0) - break; - } - } - return conName; -} - -bool Bindto::IsConstructor(TokenF* token) -{ - if ((token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction) && - ((!m_CtorStartsWith.IsEmpty() && token->m_Name.StartsWith(m_CtorStartsWith)) || - (!m_CtorEndsWith.IsEmpty() && token->m_Name.EndsWith(m_CtorEndsWith))) ) - return true; - return false; -} - -bool Bindto::IsDestructor(TokenF* token) -{ - if ((!m_DtorStartsWith.IsEmpty() && token->m_Name.StartsWith(m_DtorStartsWith)) || - (!m_DtorEndsWith.IsEmpty() && token->m_Name.EndsWith(m_DtorEndsWith)) ) - return true; - return false; -} - -void Bindto::OnClick_cbCtorStart(wxCommandEvent& event) -{ - if (cb_ctorStart->IsChecked()) - tc_ctorStart->Enable(true); - else - { - if (tc_ctorStart->GetValue().Trim().IsEmpty()) - tc_ctorStart->SetValue(_T("ctor_")); - tc_ctorStart->Enable(false); - } -} - -void Bindto::OnClick_cbCtorEnd(wxCommandEvent& event) -{ - if (cb_ctorEnd->IsChecked()) - tc_ctorEnd->Enable(true); - else - { - if (tc_ctorEnd->GetValue().Trim().IsEmpty()) - tc_ctorEnd->SetValue(_T("_ctor")); - tc_ctorEnd->Enable(false); - } -} - -void Bindto::OnClick_cbDtorStart(wxCommandEvent& event) -{ - if (cb_dtorStart->IsChecked()) - tc_dtorStart->Enable(true); - else - { - if (tc_dtorStart->GetValue().Trim().IsEmpty()) - tc_dtorStart->SetValue(_T("dtor_")); - tc_dtorStart->Enable(false); - } -} - -void Bindto::OnClick_cbDtorEnd(wxCommandEvent& event) -{ - if (cb_dtorEnd->IsChecked()) - tc_dtorEnd->Enable(true); - else - { - if (tc_dtorEnd->GetValue().Trim().IsEmpty()) - tc_dtorEnd->SetValue(_T("_dtor")); - tc_dtorEnd->Enable(false); - } -} - -void Bindto::Onrb_ActiveProjectSelect(wxCommandEvent& event) -{ - bool enab = false; - if (rb_ActiveProject->GetValue()) - enab = true; - - cb_globalToOne->Enable(enab); - if (enab && cb_globalToOne->GetValue()) - { - tc_globalFilename->Enable(true); - st_globalFilename->Enable(true); - } - else - { - tc_globalFilename->Enable(false); - st_globalFilename->Enable(false); - } - - wxString initstr; - if (rb_ActiveProject->GetValue()) - initstr = m_InitialOutputDirFile; - else - initstr = m_InitialOutputDirProj; - wxString dir = tc_OutputDir->GetValue(); - if (dir.IsSameAs(initstr)) - { - if (rb_ActiveProject->GetValue()) - tc_OutputDir->SetValue(m_InitialOutputDirProj); - else - tc_OutputDir->SetValue(m_InitialOutputDirFile); - } -} - -wxString Bindto::GetPyName(const wxString& procName, const wxString& moduleName) -{ - if (m_PyFuncName.IsEmpty()) - return procName + _T("_f"); - return GetProcName(procName, moduleName, m_PyFuncName); -} - -Bindto::TypePyx Bindto::GetBindTypePy(const TypeBind& tya, const wxString& varName) -{ - TypePyx tyaPy; - tyaPy.hide = false; - tyaPy.copy = false; - tyaPy.ndim = 0; - wxString fTName; - wxString decPyx = tya.cType; - - if (decPyx.EndsWith(_T("*"))) - decPyx = decPyx.Mid(0,decPyx.size()-1); - if (decPyx.IsSameAs(_T("void*")) || decPyx.IsSameAs(_T("void"))) - { - if (tya.fType.StartsWith(_T("type("))) - fTName = GetToken(tya.fType,4); - else if (tya.fType.StartsWith(_T("class("))) - fTName = GetToken(tya.fType,5); - if (fTName.StartsWith(_T("(")) && fTName.EndsWith(_T(")"))) - fTName = fTName.Mid(1,fTName.size()-2); - decPyx = _T(""); - } - - int idx = tya.bType.Find(_T("intent(")); - if (idx != wxNOT_FOUND) - { - idx = tya.bType.Find(_T("intent(out)")); - if (idx != wxNOT_FOUND) - { - tyaPy.intent = _T("out"); - tyaPy.hide = true; - } - idx = tya.bType.Find(_T("intent(inout)")); - if (idx != wxNOT_FOUND) - tyaPy.intent = _T("inout"); - idx = tya.bType.Find(_T("intent(in)")); - if (idx != wxNOT_FOUND) - tyaPy.intent = _T("in"); - } - - wxArrayString dirDimArr; - if (m_BTDirMap.count(varName) == 1) - { - const BintoDirective& btd = m_BTDirMap[varName]; - if (btd.intent.count(_T("hide")) == 1) - tyaPy.hide = true; - if (btd.intent.count(_T("copy")) == 1) - tyaPy.copy = true; - if (tyaPy.intent.IsEmpty()) - { - if (btd.intent.count(_T("in")) == 1 && btd.intent.count(_T("out")) == 1) - tyaPy.intent = _T("inout"); - else if (btd.intent.count(_T("out")) == 1) - { - tyaPy.intent = _T("out"); - tyaPy.hide = true; - } - else if (btd.intent.count(_T("in")) == 1) - tyaPy.intent = _T("in"); - } - if (tyaPy.hide) - tyaPy.initStr = btd.initStr; - dirDimArr = btd.dim; - } - - idx = tya.bType.Find(_T("dimension(")); - size_t ndim = 0; - if (idx != wxNOT_FOUND && !tya.bType.StartsWith(_T("character"))) - { - wxString dims = GetToken(tya.bType,idx+9); - if (tyaPy.hide && dims.Find(_T("*")) == wxNOT_FOUND) - { - wxArrayString dimsArr; - wxStringTokenizer tkz(dims, _T("(), "),wxTOKEN_STRTOK); - while ( tkz.HasMoreTokens() ) - { - wxString d1str = tkz.GetNextToken(); - if (d1str.IsSameAs(DIM_VAR_KEY)) - d1str << wxString::Format(_T("%d"),int(dimsArr.size())); - else if (d1str.StartsWith(DIM_VAR_KEY2)) - d1str = DIM_VAR_KEY + wxString::Format(_T("%d"),int(dimsArr.size())); - dimsArr.Insert(d1str,0); - } - - ndim = dimsArr.size(); - dims = _T("["); - for (size_t i=0; i 0 && - GetDimArr(dims).size() == dirDimArr.size()) - { - wxString dimsPy = _T("["); - ndim = dirDimArr.size(); - for (size_t i=0; i 0 && (isalpha(name.GetChar(0)) || name.GetChar(0) == '_')) - { - bool isWord = true; - for (size_t j=1; j 0) - { - tyaPy.callCSecond = _T("["); - for (size_t i=0; iGetEditorManager()->GetBuiltinActiveEditor(); - if (ed) - { - wxString fname = UnixFilename(ed->GetFilename()); - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for (size_t i = 0; i < projects->GetCount(); ++i) - { - cbProject* pr = projects->Item(i); - if (pr->GetFileByFilename(fname, false, true)) - { - // file belongs to this project - wxFileName dirname(pr->GetBasePath(),_T("")); - dirname.AppendDir(_T("bind")); - initialOutputDirFile = dirname.GetPath(); - } - } - } - cbProject* pr = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (pr) - { - wxFileName dirname(pr->GetBasePath(),_T("")); - dirname.AppendDir(_T("bind")); - initialOutputDirProj = dirname.GetPath(); - } -} - -bool Bindto::MakeOutputDir() -{ - wxFileName dirname = wxFileName::DirName(m_OutputDir); - if (!dirname.DirExists() && !dirname.Mkdir()) - return false; - return true; -} - -bool Bindto::ValidatePyFuncName() -{ - wxString msg; - if (m_PyFuncName.IsEmpty()) - msg = _("\"Python function names\" text field cannot be empty."); - - if (!msg.IsEmpty()) - { - wxMessageBox( msg, _("Error"), wxICON_ERROR, this); - return false; - } - return true; -} - -wxArrayString Bindto::GetLogFunNames(const wxString& fType) -{ - wxArrayString funNames; - if (m_GlobLogFunMap.count(fType) == 0) - { - wxString addStr; - if (fType.IsSameAs(_T("logical"))) - addStr = _T(""); - else if (fType.size() > 8) - { - wxString allStr = fType.Mid(8); - allStr.Replace(_T("("),_T("")); - allStr.Replace(_T(")"),_T("")); - allStr.Replace(_T("*"),_T("")); - allStr.Replace(_T("."),_T("")); - allStr.Replace(_T("_"),_T("")); - for(size_t i=0; isecond[0].IsSameAs(fnam)) - { - alreadyHave = true; - break; - } - } - if (!alreadyHave) - break; - } - } - m_LogTypeSet.insert(fType); - funNames.Add( _T("log") + addStr + _T("_to_int")); - funNames.Add( _T("int_to_log") + addStr); - m_GlobLogFunMap[fType] = funNames; - } - else - { - m_LogTypeSet.insert(fType); - return m_GlobLogFunMap[fType]; - } - return funNames; -} - -void Bindto::Onbt_OutputDirClick(wxCommandEvent& event) -{ - wxDirDialog dlg(this, _T("Choose output directory"), tc_OutputDir->GetValue(), wxDD_DEFAULT_STYLE | wxDD_NEW_DIR_BUTTON); - if (dlg.ShowModal() == wxID_OK) - { - wxString path = dlg.GetPath(); - tc_OutputDir->SetValue(path); - } -} - -void Bindto::Oncb_genCythonClick(wxCommandEvent& event) -{ - bool enpy = cb_genCython->GetValue(); - pn_pyOpts->Enable(enpy); -} - -void Bindto::OnCopy(wxCommandEvent& event) -{ - long sel = lv_Types->GetFirstSelected(); - if (sel == -1) - return; - wxString ft_old = lv_Types->GetItemText(sel); - wxArrayString bcArr = m_TypeMap[ft_old]; - wxString bt_old = bcArr[0]; - wxString ct_old = bcArr[1]; - - BindtoNewType newTypeDlg(this); - newTypeDlg.SetEditType(ft_old,bt_old,ct_old); - ShowNewTypeDlg(newTypeDlg); -} - -void Bindto::ParseBindtoDirectives(const TokenF* parentToken) -{ - m_BTDirMap.clear(); - - for (size_t i=0; i < parentToken->m_Children.GetCount(); i++) - { - if (parentToken->m_Children.Item(i)->m_TokenKind == tkBindTo) - { - wxArrayString intentArr; - wxArrayString dimArr; - wxArrayString varNameArr; - wxArrayString initStrArr; - wxString bstr = parentToken->m_Children.Item(i)->m_Args; - bstr.Replace(_T("\t"),_T(" ")); - int idx = bstr.Find(_T("::")); - if (idx == wxNOT_FOUND) - continue; // syntax error - - wxString bstr1 = bstr.Mid(0,idx); - bstr1.Replace(_T(" "),_T("")); - wxString bstr2 = bstr.Mid(idx+2); - bstr2.Replace(_T(" "),_T("")); - idx = bstr1.Find(_T("intent(")); - if (idx != wxNOT_FOUND) - { - wxString strint = GetToken(bstr1, idx+6); - wxStringTokenizer tkz(strint, _T("(),"), wxTOKEN_STRTOK ); - while ( tkz.HasMoreTokens() ) - intentArr.Add(tkz.GetNextToken()); - } - idx = bstr1.Find(_T("dimension(")); - if (idx != wxNOT_FOUND) - { - wxString strdim = GetToken(bstr1, idx+9); - wxStringTokenizer tkz(strdim, _T("(),"), wxTOKEN_STRTOK ); - while ( tkz.HasMoreTokens() ) - dimArr.Add(tkz.GetNextToken()); - } - - wxString bstr2_tmp = bstr2; - wxArrayString tok1arr; - wxArrayString key1arr; - wxString keyA = _T("%%@@%%"); - for (int j=0; j<2; j++) - { - wxString sstart; - if (j == 0) - sstart = _T("("); - else - sstart = _T("["); - - for (int k=0; true; k++) - { - idx = bstr2_tmp.Find(sstart); - if (idx == wxNOT_FOUND) - break; - wxString s1 = GetToken(bstr2_tmp, idx); - if (s1.IsEmpty()) - break; - tok1arr.Add(s1); - wxString key1 = keyA; - key1 << j << k; - key1arr.Add(key1); - bstr2_tmp.Replace(s1,key1,false); - } - } - - wxArrayString vars; - wxStringTokenizer tkz(bstr2_tmp, _T(","), wxTOKEN_STRTOK ); - while ( tkz.HasMoreTokens() ) - { - wxString var1 = tkz.GetNextToken(); - idx = var1.Find(_T("=")); - if (idx == wxNOT_FOUND) - { - varNameArr.Add(var1); - initStrArr.Add(_T("")); - } - else - { - varNameArr.Add(var1.Mid(0,idx)); - wxString initStr = _T(" = ") + var1.Mid(idx+1); - for (int k=tok1arr.size()-1; k>=0; k--) - initStr.Replace(key1arr.Item(k),tok1arr.Item(k),false); - initStrArr.Add(initStr); - } - } - - for (size_t k=0; k=0; k--) - var1.Replace(key1arr.Item(k),tok1arr.Item(k),false); - dimArr.Add(var1); - } - return dimArr; -} - -void Bindto::AddPyArgs(const wxArrayString& argArr, wxArrayString& morePyIntArgs, const wxArrayString& addIntArg) -{ - for (size_t i=0; i 1) - { - // Create one pyx file which includes other - wxFileName cpyxf(pyxFArr.Item(0)); - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (project) - { - wxFileName profn(project->GetFilename()); - cpyxf.SetName(profn.GetName()); - } - else - cpyxf.SetName(_T("project")); - - wxString compyx; - for (size_t i=0; iGetValue(); - tc_globalFilename->Enable(enab); - st_globalFilename->Enable(enab); -} - -void Bindto::AddToCStruct(TokenF* typeTok) -{ - m_CStructs << _T("\ntypedef struct {\n"); - TokensArrayF* pChildren = &typeTok->m_Children; - for (size_t i=0; iGetCount(); i++) - { - if (pChildren->Item(i)->m_TokenKind == tkVariable) - { - int itmp; - TypeBind bindT = GetBindType(pChildren->Item(i), itmp); - m_CStructs << GetIS(1); - wxString cT = bindT.cType; - if (cT.EndsWith(_T("*"))) - cT = cT.Mid(0,cT.Length()-1); - m_CStructs << cT << _T(" ") << pChildren->Item(i)->m_Name << bindT.cDim; - m_CStructs << _T(";\n"); - } - } - m_CStructs << _T("} ") << typeTok->m_Name << _T(";\n"); -} - -void Bindto::GetHeaderStartEnd(const wxString& hfname, wxString& hStart, wxString& hEnd) -{ - hStart << _T("#ifdef __cplusplus\n"); - hStart << _T("extern \"C\" {\n"); - hStart << _T("#endif\n"); - hStart << _T("#ifndef ") << hfname.Upper() << _T("_H") << _T("\n"); - hStart << _T("#define ") << hfname.Upper() << _T("_H") << _T("\n\n"); - - hEnd << _T("\n#endif\n"); - hEnd << _T("#ifdef __cplusplus\n"); - hEnd << _T("}\n"); - hEnd << _T("#endif\n"); -} - -void Bindto::WriteHelperModFile() -{ - std::map procMap; - wxString modHead; - GetHelperModule(true, true, procMap, modHead); - - wxString hfstr; - wxFileName fname(_T("bindto_helper.f90")); - fname.SetPath(m_OutputDir); - if (fname.FileExists()) - { - wxFile f(fname.GetFullPath(), wxFile::read); - cbRead(f, hfstr); - - int iem = hfstr.Find(_T("end module")); - if (iem != wxNOT_FOUND) - hfstr = hfstr.Mid(0,iem); - } - else - hfstr = modHead; - - std::map::const_iterator it; - wxString key; - - for (it = procMap.begin(); it != procMap.end(); ++it) - { - if (hfstr.Find(it->first) == wxNOT_FOUND) - hfstr.Append(it->second); - } - - hfstr.Append(_T("end module\n")); - - wxFile f(fname.GetFullPath(), wxFile::write); - cbWrite(f, hfstr + GetEOLStr(), wxFONTENCODING_UTF8); -} - -void Bindto::AddToLogFile(const wxString& msg) -{ - if (msg.IsEmpty()) - return; - - wxString logstr; - wxFileName fname; - fname.SetPath(m_OutputDir); - fname.SetFullName(_T("bindto.log")); - if (fname.FileExists()) - { - wxFile logf(fname.GetFullPath(), wxFile::read); - cbRead(logf, logstr); - } - logstr.append(_T("\n****************************************************************\n")); - logstr.append(msg); - wxFile logf(fname.GetFullPath(), wxFile::write); - cbWrite(logf, logstr); -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/23/23e056e9b70f2580f1e353c1e372ec44c1274a66.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/23/23e056e9b70f2580f1e353c1e372ec44c1274a66.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/28/280ac145b5b6fc503f9a591ffb7b1bc25952be88.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/28/280ac145b5b6fc503f9a591ffb7b1bc25952be88.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/28/280ac145b5b6fc503f9a591ffb7b1bc25952be88.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/28/280ac145b5b6fc503f9a591ffb7b1bc25952be88.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,4263 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include -#include -#include -#include -#include -#include -#include "parserf.h" -#include -#include "parserthreadf.h" -#include "cbstyledtextctrl.h" -#include -#include -#include -#include "ccsmartfilter.h" -#include - -#include "workspaceparserthread.h" - -FortranFileExt g_FortranFileExt; - -static wxCriticalSection s_CurrentBTokensCritSect; - -ParserF::ParserF(bool withIntrinsicModules) -{ - m_pTokens = new TokensArrayF(); - m_pIntrinsicModuleTokens = NULL; - m_pIncludeDB = new IncludeDB(); - m_Done = false; - - m_RecursiveDeep = 0; - m_UseRenameArrays = false; - m_RenameDeep = 0; - m_IncludeDeep = 0; - m_SubmodDeep = 0; - - m_pTokensNew = NULL; - m_pIncludeDBNew = NULL; - m_pBufferTokens = new TokensArrayF(); - m_pCurrentBufferTokensNew = NULL; - - if (withIntrinsicModules) - { - m_pIntrinsicModuleTokens = new TokensArrayF(); - ParseIntrinsicModules(); - } -} - -ParserF::~ParserF() -{ - //dtor - Clear(); - delete m_pTokens; - if (m_pIntrinsicModuleTokens) - delete m_pIntrinsicModuleTokens; - delete m_pIncludeDB; - - if (m_pTokensNew) - delete m_pTokensNew; - if (m_pIncludeDBNew) - delete m_pIncludeDBNew; - if (m_pBufferTokens) - delete m_pBufferTokens; - if (m_pCurrentBufferTokensNew) - delete m_pCurrentBufferTokensNew; -} - -bool ParserF::Parse(const wxString& filename, FortranSourceForm fsForm) -{ - wxCriticalSectionLocker locker(s_CritSect); - wxString fn = UnixFilename(filename); - ParserThreadF* thread = new ParserThreadF(fn, m_pTokens, fsForm, false, m_pIncludeDB); - bool res = thread->Parse(); - delete thread; - - return res; -} - -bool ParserF::Reparse(const wxString& filename, FortranSourceForm fsForm) -{ - m_Done = false; - RemoveFile(filename); - bool res = Parse(filename, fsForm); - m_Done = true; - return res; -} - -bool ParserF::BatchParse(const wxArrayString& filenames, ArrayOfFortranSourceForm& fileForms) -{ - m_Done = false; - bool res = true; - if (filenames.size() != fileForms.size()) - return false; - for (size_t i=0; isize()) - { - if (m_pTokens->Item(i)->m_Filename.IsSameAs(file)) - { - m_pTokens->Item(i)->Clear(); - delete m_pTokens->Item(i); - m_pTokens->RemoveAt(i); - } - else - ++i; - } - wxFileName fn(filename); - m_pIncludeDB->RemoveFile(fn.GetFullName()); - m_Done = true; - return true; -} - -void ParserF::RemoveBuffer(const wxString& filename) -{ - wxString file = UnixFilename(filename); - - if (m_pBufferTokens && - (m_pBufferTokens->size() > 0)) - { - size_t i = 0; - while (i < m_pBufferTokens->size()) - { - if (m_pBufferTokens->Item(i)->m_Filename.IsSameAs(file)) - { - m_pBufferTokens->Item(i)->Clear(); - delete m_pBufferTokens->Item(i); - m_pBufferTokens->RemoveAt(i); - break; - } - else - ++i; - } - } -} - -bool ParserF::FindTypeBoundProcedures(const TokenFlat& interToken, const wxArrayString& searchArr, TokensArrayFlat& resTokenArr) -{ - wxCriticalSectionLocker locker(s_CritSect); - bool foundType = false; - - TokensArrayF* fileChildren = FindFileTokens(interToken.m_Filename); - - // find module - TokenF* module; - for (size_t j=0; jGetCount(); j++) - { - if (fileChildren->Item(j)->m_TokenKind == tkModule) - { - module = fileChildren->Item(j); - for (size_t k=0; k < module->m_Children.GetCount(); k++) - { - if (interToken.m_ParentName.IsSameAs(module->m_Children.Item(k)->m_Name) && - interToken.m_ParentTokenKind == module->m_Children.Item(k)->m_TokenKind) - { - // type was found - TokenF* typeTok = module->m_Children.Item(k); - for (size_t m=0; m < typeTok->m_Children.GetCount(); m++) - { - for (size_t l=0; l < searchArr.GetCount(); l++) - { - if (typeTok->m_Children.Item(m)->m_TokenKind == tkProcedure && - typeTok->m_Children.Item(m)->m_Name.IsSameAs(searchArr.Item(l)) ) - { - resTokenArr.Add(new TokenFlat(typeTok->m_Children.Item(m))); - } - } - } - foundType = true; - break; - } - } - if (foundType) - break; - } - } - return foundType; -} - -bool ParserF::FindMatchTokenInSameModule(const TokenFlat& procedureToken, const wxString& search, TokensArrayFlat& result, int tokenKindMask, int noChildrenOf) -{ - wxCriticalSectionLocker locker(s_CritSect); - - // find module - TokensArrayF* fileChildren = FindFileTokens(procedureToken.m_Filename); - TokenF* module; - bool foundModule = false; - for (size_t j=0; jGetCount(); j++) - { - if (fileChildren->Item(j)->m_TokenKind == tkModule) - { - module = fileChildren->Item(j); - for (size_t k=0; k < module->m_Children.GetCount(); k++) - { - if (procedureToken.m_ParentName.IsSameAs(module->m_Children.Item(k)->m_Name) && - procedureToken.m_ParentTokenKind == module->m_Children.Item(k)->m_TokenKind) - { - foundModule = true; - break; - } - } - } - if (foundModule) - break; - } - if (foundModule) - { - // find match token - wxString searchLw = search; - size_t rCount = result.GetCount(); - FindMatchChildrenDeclared(module->m_Children, searchLw, result, tokenKindMask, false, noChildrenOf); - if (rCount < result.GetCount()) - { - return true; - } - } - return false; -} - -size_t ParserF::FindMatchTokensDeclared(const wxString& search, TokensArrayFlat& result, int tokenKindMask, bool partialMatch, int noChildrenOf, - bool onlyPublicNames, bool noIncludeFiles) -{ - wxString searchLw = search.Lower(); - - wxCriticalSectionLocker locker(s_CritSect); - - for (size_t i=0; iGetCount(); i++) - { - if (noIncludeFiles) - { - wxFileName fn(m_pTokens->Item(i)->m_Filename); - if (m_pIncludeDB->IsIncludeFile(fn.GetFullName())) - continue; - } - TokensArrayF* fileChildren = FindFileTokens(m_pTokens->Item(i)->m_Filename); - if (fileChildren && fileChildren->GetCount() > 0) - { - FindMatchChildrenDeclared(*fileChildren, searchLw, result, tokenKindMask, partialMatch, noChildrenOf, onlyPublicNames); - } - } - - if (m_pIntrinsicModuleTokens) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pIntrinsicModuleTokens->Item(i)->m_Children.GetCount() > 0) - { - FindMatchChildrenDeclared(m_pIntrinsicModuleTokens->Item(i)->m_Children, searchLw, result, tokenKindMask, - partialMatch, noChildrenOf, onlyPublicNames); - } - } - } - return result.GetCount(); -} - -void ParserF::FindMatchChildrenDeclared(TokensArrayF& children, wxString search, TokensArrayFlat& result, int tokenKindMask, - bool partialMatch, int noChildrenOf, bool onlyPublicNames) -{ - for (size_t i=0; im_TokenKind & tokenKindMask) && children.Item(i)->m_Name.StartsWith(search)) || - (!partialMatch && (children.Item(i)->m_TokenKind & tokenKindMask) && children.Item(i)->m_Name.IsSameAs(search))) - { - if (!onlyPublicNames || (children.Item(i)->m_TokenAccess != taPrivate) ) - { - result.Add(new TokenFlat(children.Item(i))); - } - } - else if (children.Item(i)->m_TokenKind == tkInclude && !(tkInclude & noChildrenOf)) - { - if (m_IncludeDeep > 5) - continue; - TokensArrayF includedTokens; - AddIncludeFileChildren(children.Item(i), includedTokens); - if (includedTokens.GetCount() > 0) - { - m_IncludeDeep++; - FindMatchChildrenDeclared(includedTokens, search, result, tokenKindMask, partialMatch, noChildrenOf, onlyPublicNames); - m_IncludeDeep--; - } - } - - if (children.Item(i)->m_Children.GetCount() > 0 && !(children.Item(i)->m_TokenKind & noChildrenOf)) - { - FindMatchChildrenDeclared(children.Item(i)->m_Children, search, result, tokenKindMask, partialMatch, noChildrenOf, onlyPublicNames); - } - } -} - -void ParserF::FindMatchVariablesInModules(const wxString& search, TokensArrayFlat& result, bool partialMatch) -{ - wxString searchLw = search.Lower(); - - wxCriticalSectionLocker locker(s_CritSect); - - for (size_t i=0; iGetCount(); i++) - { - TokensArrayF* children = FindFileTokens(m_pTokens->Item(i)->m_Filename); - if (!children) - continue; - for (size_t j=0; jGetCount(); j++) - { - if ( children->Item(j)->m_TokenKind == tkModule ) - { - TokensArrayF* modChildren = &children->Item(j)->m_Children; - for (size_t k=0; kGetCount(); k++) - { - if ( (modChildren->Item(k)->m_TokenKind == tkVariable) - && ( ( partialMatch && modChildren->Item(k)->m_Name.StartsWith(searchLw) ) || - ( !partialMatch && modChildren->Item(k)->m_Name.IsSameAs(searchLw) ) ) ) - { - result.Add(new TokenFlat(modChildren->Item(k))); - } - } - } - } - } -} - -bool ParserF::FindMatchTypeComponents(TokenFlat& parentTok, const wxString& lineStr, TokensArrayFlat& result) -{ - bool isAfterPercent; - wxArrayString parts; - if (!CutLineIntoParts(lineStr, isAfterPercent, parts)) - return false; - if (parts.Count() == 0) - return true; - - wxString name = parts.Item(0); - - TokensArrayFlatClass childrenTmp; - TokensArrayFlat* childTFTmp = childrenTmp.GetTokens(); - GetChildren(&parentTok, tkVariable, *childTFTmp); - size_t i=0; - while(true) - { - if(i >= childTFTmp->Count()) - break; - - if(!childTFTmp->Item(i)->m_Name.IsSameAs(name)) - { - delete childTFTmp->Item(i); - childTFTmp->RemoveAt(i); - } - else - i++; - } - - wxString myFilename = parentTok.m_Filename; - unsigned int myScopeLine = 0; - if (childTFTmp->Count() > 0) - myScopeLine = childTFTmp->Item(0)->m_LineStart; - else // (childTFTmp->Count() == 0) - FindUseAssociatedTokens(true, &parentTok, name, false, *childTFTmp, tkVariable, false); - - if (childTFTmp->Count() == 0) - return false; //Type was not found. - - bool found = FindMatchTypeComponents2(childTFTmp, myScopeLine, myFilename, parts, result, false, true, true); - return found; -} - -bool ParserF::FindMatchTypeComponents(cbEditor* ed, const wxString& lineCur, TokensArrayFlat& result, bool partialMatch, - bool onlyPublicNames, bool& isAfterPercent, bool getAsProcedure) -{ - wxArrayString parts; - if (!CutLineIntoParts(lineCur, isAfterPercent, parts)) - return false; - if (parts.Count() == 0) - return true; - - wxString name = parts.Item(0); - - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - int tmpEndPos = -1; - int nLineCurScope = -1; - FindMatchDeclarationsInCurrentScope(name, ed, *resultTmp, false, tmpEndPos, &nLineCurScope); - - if (nLineCurScope == -1) - return false; // something wrong with finding current scope - - wxString myFilename = UnixFilename(ed->GetFilename()); - unsigned int myScopeLine = 0; - if (resultTmp->Count() > 0) - myScopeLine = resultTmp->Item(0)->m_LineStart; - else // (resultTmp->Count() == 0) - FindUseAssociatedTokens(onlyPublicNames, ed, name, false, *resultTmp, tkVariable, false); - - if (resultTmp->Count() == 0) - return false; //Type was not found. - - bool found = FindMatchTypeComponents2(resultTmp, myScopeLine, myFilename, parts, result, partialMatch, onlyPublicNames, getAsProcedure); - return found; -} - -bool ParserF::FindMatchTypeComponents2(TokensArrayFlat* foundVariables, unsigned int myScopeLine, wxString& myFilename, wxArrayString& parts, - TokensArrayFlat& result, bool partialMatch, bool onlyPublicNames, bool getAsProcedure) -{ - wxArrayString address; - wxString nameType; - bool nameType_found = false; - for (size_t i=0; iCount(); i++) - { - TokenFlat* tok = foundVariables->Item(i); - if ( tok->m_TokenKind == tkVariable ) - { - wxString tDefLow = tok->m_TypeDefinition.Lower(); - if ( tDefLow.StartsWith(_T("type")) || tDefLow.StartsWith(_T("class")) ) - { - nameType = tDefLow; - int idx_a = nameType.Find(_T(")")); - int idx_b = nameType.Find(_T("(")); - if (idx_a != wxNOT_FOUND && idx_b != wxNOT_FOUND && idx_a > idx_b+1) - { - nameType = nameType.Mid(idx_b+1,idx_a-idx_b-1); - idx_a = nameType.Find(_T("(")); - if (idx_a != wxNOT_FOUND) // parametrized type - nameType = nameType.Mid(0,idx_a).Trim(); - FindAddress(tok, address); - nameType_found = true; - break; - } - } - } - } - if (!nameType_found) - return false; // something is wrong - - int nTypes = parts.Count() - 1; - wxString searchName = parts.Item(parts.Count()-1); - wxString nameTypeCom = nameType; - TokenF* typeToken = NULL; - bool isHostAssociated = false; - for (int i=1; i<=nTypes; i++) - { - TokensArrayFlatClass typesTmp; - TokensArrayFlat* resultTypesTmp = typesTmp.GetTokens(); - FindUseAssociatedTokens(onlyPublicNames, address, nameType, false, *resultTypesTmp, tkType, false); - - if (resultTypesTmp->Count() == 0) - return false; // type was not found - - { - wxCriticalSectionLocker locker(s_CritSect); - typeToken = GetTypeInFile(resultTypesTmp->Item(0)->m_Filename, resultTypesTmp->Item(0)->m_LineStart, - resultTypesTmp->Item(0)->m_Name); - if (i == nTypes) - { - isHostAssociated = resultTypesTmp->Item(0)->m_HostAssociated; - break; - } - - if (!GetTypeOfComponent(&typeToken, parts.Item(i), nameTypeCom)) - return false; // something is wrong - address.Clear(); - GetAddressOfToken(typeToken, address); - address.Add(parts.Item(i)); - } - nameType = nameTypeCom; - } - - if (!typeToken) - return false; - - for (int icyc=0; icyc < 30; icyc++) // if icyc >= 30, definitely something is wrong - { - bool inSameModule = false; - if ( typeToken->m_Filename.IsSameAs(myFilename) && - (myScopeLine > typeToken->m_pParent->m_LineStart) && (myScopeLine <= typeToken->m_pParent->m_LineEnd) ) - inSameModule = true; - - for (size_t i=0; im_Children.GetCount(); i++) - { - TokenF* tokenCh = typeToken->m_Children.Item(i); - if ( (partialMatch && (tokenCh->m_Name.StartsWith(searchName))) || - (!partialMatch && (tokenCh->m_Name.IsSameAs(searchName))) ) - { - TokenFlat* tokTmp=0; - if (tokenCh->m_TokenKind == tkVariable) - { - tokTmp = new TokenFlat(tokenCh); - } - else if (tokenCh->m_TokenKind == tkProcedure) - { - tokTmp = new TokenFlat(tokenCh); - if (!getAsProcedure) - { - wxString tokName; - if (!tokenCh->m_PartLast.IsEmpty()) - tokName = tokenCh->m_PartLast; - else - tokName = tokenCh->m_Name; - - // what is kind of procedure ? - TokensArrayFlatClass tokensProc; - TokensArrayFlat* resultProc = tokensProc.GetTokens(); - int kindMask = tkFunction | tkSubroutine; - - int noInChildren = tkInterface | tkFunction | tkSubroutine; - bool found = FindMatchTokenInSameModule(tokenCh, tokName, *resultProc, kindMask, noInChildren); - if (!found) - FindMatchTokensDeclared(tokName, *resultProc, kindMask, false, noInChildren); - if (resultProc->GetCount() > 0) - { - tokTmp->m_TokenKind = resultProc->Item(0)->m_TokenKind; - ChangeArgumentsTypeBoundProc(*tokTmp, *(resultProc->Item(0))); - tokTmp->m_PartLast.Empty(); - } - } - } - else if (tokenCh->m_TokenKind == tkInterface) - { - tokTmp = new TokenFlat(tokenCh); - } - - if (tokTmp) - { - if ( !onlyPublicNames || - tokenCh->m_TokenAccess != taPrivate || - isHostAssociated || - inSameModule ) - { - result.Add(tokTmp); - } - } - } - } - if ( (partialMatch && !typeToken->m_ExtendsType.IsEmpty() && typeToken->m_ExtendsType.Lower().StartsWith(searchName)) || - (!partialMatch && !typeToken->m_ExtendsType.IsEmpty() && typeToken->m_ExtendsType.Lower().IsSameAs(searchName)) ) - { - TokenF* newToken = new TokenF; - newToken->m_Name = typeToken->m_ExtendsType.Lower(); - newToken->m_DisplayName = typeToken->m_ExtendsType; - newToken->m_TokenKind = tkType; - newToken->m_pParent = typeToken; - result.Add(new TokenFlat(newToken)); - } - if (!typeToken->m_ExtendsType.IsEmpty()) - { - typeToken = GetType(typeToken->m_ExtendsType.Lower()); - if(!typeToken) - break; // type was not found - } - else - { - break; - } - } - - return true; -} - - -bool ParserF::CutLineIntoParts(const wxString& lineCur, bool& isAfterPercent, wxArrayString& parts) -{ - wxString line = lineCur.Lower(); - isAfterPercent = false; - line = line.AfterLast(';'); - int idx = line.Find(_T("%")); - if (idx == wxNOT_FOUND) - return true; - if (line.EndsWith(_T(" "))) - { - wxString tmpString = line.Trim(); - if (!tmpString.EndsWith(_T("%"))) - return true; - } - else if (line.EndsWith(_T(")")) || line.EndsWith(_T("(")) || line.EndsWith(_T(",")) - || line.EndsWith(_T("[")) || line.EndsWith(_T("]"))) - return true; - int idx_a = line.Find('(', true); - int idx_b = line.Find(')', true); - if ((idx_a != wxNOT_FOUND && idx_b == wxNOT_FOUND) || (idx_a > idx_b)) - line = line.Mid(idx_a+1); - - idx_a = line.Find('[', true); - idx_b = line.Find(']', true); - if ((idx_a != wxNOT_FOUND && idx_b == wxNOT_FOUND) || (idx_a > idx_b)) - line = line.Mid(idx_a+1); - - CutBlocks('(', line); - CutBlocks('[', line); - - idx_a = line.Find(',', true); - if (idx_a != wxNOT_FOUND) - line = line.Mid(idx_a+1); - idx = line.Find('=',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('>',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('<',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('.',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('/',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('*',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('-',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('+',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find(':',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('(',true); - if (idx != wxNOT_FOUND) - line = line.Mid(idx+1); - idx = line.Find('%'); - if (idx == wxNOT_FOUND) - return true; - - isAfterPercent = true; - - wxStringTokenizer tkz(line, _T("%"), wxTOKEN_RET_EMPTY_ALL); - while ( tkz.HasMoreTokens() ) - { - wxString str = tkz.GetNextToken(); - wxStringTokenizer tkz2(str, _T(" \t\r\n"), wxTOKEN_STRTOK); - if (tkz2.CountTokens() > 1) - { - // something is wrong. Try further - while ( tkz2.HasMoreTokens() ) - { - str = tkz2.GetNextToken(); - } - parts.Empty(); - } - parts.Add(str.Trim(false).Trim()); - } - if (parts.Count() == 1) - return false; // something wrong - for (size_t i=0; im_TokenKind == tkAssociateConstruct) || - (tokFl->m_TokenKind == tkSelectTypeChild) || - (tokFl->m_TokenKind == tkSelectTypeDefault)) - { - wxString args = tokFl->m_Args; - std::map assocMap; - ParserThreadF::SplitAssociateConstruct(args, assocMap); - - std::map::iterator it; - for ( it=assocMap.begin(); it != assocMap.end(); ++it ) - { - if ((partialMatch && (*it).first.Lower().StartsWith(searchLw)) || - (!partialMatch && (*it).first.Lower().IsSameAs(searchLw))) - { - TokenFlat* newToken = new TokenFlat(); - newToken->m_Name = (*it).first.Lower(); - - newToken->m_TokenKind = tkVariable; - newToken->m_pParent = NULL; - newToken->m_Filename = ed->GetFilename(); - newToken->m_LineStart = lineStart; - newToken->m_DisplayName = (*it).first; - newToken->m_Args << _T(" => ") << (*it).second; - if (tokFl->m_TokenKind == tkAssociateConstruct) - newToken->m_TypeDefinition = _T("AssociateConstruct"); - else if (tokFl->m_TokenKind == tkSelectTypeDefault) - newToken->m_TypeDefinition = _T("SelectTypeConstruct"); - else // tkSelectTypeChild - newToken->m_TypeDefinition = tokFl->m_TypeDefinition; - newToken->m_DefinitionLength = 1; - - result.Add(newToken); - } - } - if (nLineStart) - *nLineStart = lineStart; - delete tokFl; - return; - } - delete tokFl; - } - - if (nLineStart) - *nLineStart = lineStart; - - if (lineStart == -1) - return; - - { - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - - int curPos = control->GetCurrentPos(); - unsigned int curLine = control->LineFromPosition(curPos) + 1; - int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkBlockConstruct | - tkAssociateConstruct | tkSubmodule | tkSelectTypeChild | tkSelectTypeDefault | - tkType | tkProcedure; - - wxCriticalSectionLocker locker(s_CritSect); - TokensArrayF* fileChildren = FindFileTokens(ed->GetFilename()); - if (!fileChildren) - return; - - TokenF* pToken = NULL; - if (!FindLineScope(curLine, lineStart, tokenKindMask, *fileChildren, pToken)) - return; - if(!pToken) - return; - int filterMask = tkVariable; - TokensArrayF* pChildren = &pToken->m_Children; - //Add results - for (size_t i=0; iGetCount(); i++) - { - if ((partialMatch && pChildren->Item(i)->m_Name.StartsWith(searchLw)) || - (!partialMatch && pChildren->Item(i)->m_Name.IsSameAs(searchLw))) - { - if (pChildren->Item(i)->m_TokenKind & filterMask) - { - result.Add(new TokenFlat(pChildren->Item(i))); - } - } - } - if (pToken->m_TokenKind == tkType && pToken->m_pParent && (pToken->m_pParent->m_TokenKind & tokenKindMask)) - { - pChildren = &pToken->m_pParent->m_Children; - for (size_t i=0; iGetCount(); i++) - { - if ((partialMatch && pChildren->Item(i)->m_Name.StartsWith(searchLw)) || - (!partialMatch && pChildren->Item(i)->m_Name.IsSameAs(searchLw))) - { - if (pChildren->Item(i)->m_TokenKind & filterMask) - { - result.Add(new TokenFlat(pChildren->Item(i))); - } - } - } - } - if (pToken->m_TokenKind == tkFunction && pToken->m_ResultVariable.IsEmpty()) - { - // Take function name as variable if 'result(var_name)' was not given - if ((partialMatch && pToken->m_Name.StartsWith(searchLw)) || - (!partialMatch && pToken->m_Name.IsSameAs(searchLw))) - { - // Check if name was not added already as a local variable - bool alreadyHave = false; - for (size_t i=0; im_Name.IsSameAs(pToken->m_Name)) - { - alreadyHave = true; - break; - } - } - if (!alreadyHave) - result.Add(new TokenFlat(pToken)); - } - } - } - return; -} - -bool ParserF::FindLineScope(unsigned int line, int& lineStart, int tokenKindMask, TokensArrayF& children, TokenF* &pToken) -{ - bool found = false; - for (size_t i=0; im_LineStart <= line) && (children.Item(i)->m_LineEnd >= line) && (children.Item(i)->m_TokenKind & tokenKindMask)) - { - lineStart = children.Item(i)->m_LineStart; - pToken = children.Item(i); - FindLineScope(line, lineStart, tokenKindMask, children.Item(i)->m_Children, pToken); - found = true; - break; - } - else if (children.Item(i)->m_LineStart > line) - { - found = true; - break; - } - } - return found; -} - -void ParserF::FindLineScopeLN(cbEditor* ed, int& lineStart, TokenFlat* &token, int endPos) -{ - lineStart = -1; - - wxString filename = ed->GetFilename(); - FortranSourceForm fsForm; - if (!IsFileFortran(filename, fsForm)) - return; - - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - - int curPos; - if (endPos == -1) - curPos = control->GetCurrentPos(); - else - curPos = endPos; - - unsigned int curLine = control->LineFromPosition(curPos) + 1; - int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkBlockConstruct | - tkAssociateConstruct | tkSubmodule | tkSelectTypeChild | tkSelectTypeDefault | - tkInterfaceExplicit | tkInterface | tkProcedure; // | tkType; - - //Parse to find a scope - unsigned int parseStartLine; - if (curLine <= 100) - parseStartLine = 1; - else - parseStartLine = curLine - 100; - - wxString strRange; - int linesUntil; - if (parseStartLine == 1) - { - strRange = control->GetTextRange(0,curPos); - linesUntil = 0; - } - else - { - linesUntil = parseStartLine - 2; - strRange = control->GetTextRange(control->GetLineEndPosition(linesUntil),curPos); - } - curLine -= linesUntil; - - TokenF* pToken = NULL; - int chUntil = 0; - TokensArrayClass tTemp; - TokensArrayF* pRes = tTemp.GetTokens(); - ParserThreadF parsTh = ParserThreadF(strRange, pRes, fsForm, true); - bool res = parsTh.Parse(); - if (res) - { - FindLineScope(curLine, lineStart, tokenKindMask, *pRes, pToken); - - if (pToken && pToken->m_Name.IsEmpty() && (pToken->m_TokenKind != tkBlockConstruct) && - (pToken->m_TokenKind != tkAssociateConstruct) && - (pToken->m_TokenKind != tkSelectTypeChild) && (pToken->m_TokenKind != tkSelectTypeDefault)) - { - if (pToken->m_pParent && (pToken->m_pParent->m_TokenKind & tokenKindMask)) - { - pToken = pToken->m_pParent; - lineStart = pToken->m_LineStart; - } - else - { - lineStart = -1; - } - } - - if (pToken) - pToken->m_Filename = UnixFilename(filename); - } - - if (lineStart == -1) - { - //Find scope between file tokens - wxCriticalSectionLocker locker(s_CritSect); - TokensArrayF* children = FindFileTokens(filename); - if (!children) - return; - - for (size_t i=0; iGetCount(); i++) - { - if ((children->Item(i)->m_LineStart <= parseStartLine) && (children->Item(i)->m_TokenKind & tokenKindMask)) - { - lineStart = children->Item(i)->m_LineStart; - pToken = children->Item(i); - if (FindLineScope(parseStartLine, lineStart, tokenKindMask, children->Item(i)->m_Children, pToken)) - { - break; - } - } - else if (children->Item(i)->m_LineStart > parseStartLine) - { - break; - } - } - } - else - { - lineStart += linesUntil; - chUntil = linesUntil; - } - - if (lineStart == -1) - return; - - if (pToken) - { - token = new TokenFlat(pToken); - token->m_LineStart += chUntil; - } -} - -TokensArrayF* ParserF::FindFileTokens(const wxString& filename) -{ - wxString fn = UnixFilename(filename); - TokensArrayF* children=NULL; - if (m_pBufferTokens) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pBufferTokens->Item(i)->m_Filename.IsSameAs(fn)) - { - children = &m_pBufferTokens->Item(i)->m_Children; - break; - } - } - } - if (!children) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile && (m_pTokens->Item(i)->m_Filename.IsSameAs(fn))) - { - children = &m_pTokens->Item(i)->m_Children; - break; - } - } - } - if (!children && m_pIntrinsicModuleTokens) - { - for (size_t i=0; iGetCount(); i++) - { - if ((m_pIntrinsicModuleTokens->Item(i)->m_TokenKind == tkFile) && (m_pIntrinsicModuleTokens->Item(i)->m_Filename.IsSameAs(fn))) - { - children = &m_pIntrinsicModuleTokens->Item(i)->m_Children; - break; - } - } - } - return children; -} - -TokenF* ParserF::FindFile(const wxString& filename) -{ - wxString fn = UnixFilename(filename); - TokenF* fileToken=0; - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile && (m_pTokens->Item(i)->m_Filename.IsSameAs(fn))) - { - fileToken = m_pTokens->Item(i); - break; - } - } - return fileToken; -} - -void ParserF::FindFile(const wxString& filename, TokensArrayFlat& result) -{ - wxCriticalSectionLocker locker(s_CritSect); - - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile && - m_pTokens->Item(i)->m_Name.IsSameAs(filename)) - { - result.Add(new TokenFlat(m_pTokens->Item(i))); - } - } -} - -TokenF* ParserF::FindFileTokenWithName(const wxString& filename) -{ - wxString fn = UnixFilename(filename); - TokenF* fileToken=0; - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile) - { - wxFileName tfn(m_pTokens->Item(i)->m_Filename); - if (tfn.GetFullName().IsSameAs(filename)) - { - fileToken = m_pTokens->Item(i); - break; - } - } - } - return fileToken; -} - -TokenF* ParserF::FindModuleSubmoduleToken(const wxString& moduleName) -{ - wxString moduleNameLw = moduleName.Lower(); - TokenF* module = 0; - if (m_pBufferTokens) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pBufferTokens->Item(i)->m_TokenKind == tkFile) - { - TokensArrayF* children = &m_pBufferTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if ((children->Item(j)->m_TokenKind == tkModule || children->Item(j)->m_TokenKind == tkSubmodule) && - children->Item(j)->m_Name.IsSameAs(moduleNameLw)) - { - module = children->Item(j); - break; - } - } - if (module) - break; - } - } - } - - if (!module) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile) - { - TokensArrayF* children = &m_pTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if ((children->Item(j)->m_TokenKind == tkModule || children->Item(j)->m_TokenKind == tkSubmodule) && - children->Item(j)->m_Name.IsSameAs(moduleNameLw)) - { - module = children->Item(j); - break; - } - } - if (module) - break; - } - } - } - - if (!module && m_pIntrinsicModuleTokens) - { - for (size_t i=0; iGetCount(); i++) - { - if (m_pIntrinsicModuleTokens->Item(i)->m_TokenKind == tkFile) - { - TokensArrayF* children = &m_pIntrinsicModuleTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if (children->Item(j)->m_TokenKind == tkModule && children->Item(j)->m_Name.IsSameAs(moduleNameLw)) - { - module = children->Item(j); - break; - } - } - if (module) - break; - } - } - } - return module; -} - - -size_t ParserF::FindMatchTokens(wxString filename, wxString search, TokensArrayF& result) -{ - filename = UnixFilename(filename); - search = search.Lower(); - - TokensArrayF* filechildren = FindFileTokens(filename); - if (filechildren) - FindMatchChildren(*filechildren, search, result); - else - Manager::Get()->GetLogManager()->DebugLog(_T("Can not find file # tokens:")+filename); - - return result.GetCount(); -} - -void ParserF::FindMatchChildren(TokensArrayF &children, wxString search, TokensArrayF& result, bool exact) -{ - for (size_t i=0; im_Name.IsSameAs(search)) - result.Add(children.Item(i)); - } - else - { - if (!(children.Item(i)->m_Name.Find(search) == wxNOT_FOUND)) - result.Add(children.Item(i)); - } - if (children.Item(i)->m_Children.GetCount() > 0) - FindMatchChildren(children.Item(i)->m_Children, search, result, exact); - } -} - -void ParserF::Clear() -{ - m_Done = false; - wxCriticalSectionLocker locker(s_CritSect); - - if (m_pTokens) - ClearTokens(m_pTokens); - - if (m_pIntrinsicModuleTokens) - ClearTokens(m_pIntrinsicModuleTokens); - - m_VisitedModules.Clear(); - ClearPassedTokensArray2D(m_PassedTokensVisited); - ClearArrOfSizeT2D(m_ChildrenIdxVisited); - ClearBoolArray3D(m_CanBeSeenVisited); - - if (m_pIncludeDB) - m_pIncludeDB->Clear(); - - if (m_pTokensNew) - ClearTokens(m_pTokensNew); - if (m_pIncludeDBNew) - m_pIncludeDBNew->Clear(); - - if (m_pBufferTokens) - ClearTokens(m_pBufferTokens); - - if (m_pCurrentBufferTokensNew) - ClearTokens(m_pCurrentBufferTokensNew); - - m_Done = true; -} - -void ParserF::ObtainUsedDeclaredModules(const wxString& fileName, StringSet* fileUseModules, StringSet* fileDeclaredModules, - StringSet* fileExtendsSModules, StringSet* fileDeclaredSubmodules, StringSet* fileIncludes) -{ - wxCriticalSectionLocker locker(s_CritSect); - - int idx = GetFileIndex(fileName); - if (idx == -1) - return; - TokenF* tok = m_pTokens->Item(idx); - - ObtainUDModulesToken(tok, fileUseModules, fileDeclaredModules, fileExtendsSModules, fileDeclaredSubmodules, fileIncludes); -} - -void ParserF::ObtainUDModulesToken(TokenF* token, StringSet* fileUseModules, StringSet* fileDeclaredModules, - StringSet* fileExtendsSModules, StringSet* fileDeclaredSubmodules, StringSet* fileIncludes) -{ - for (size_t i=0; i < token->m_Children.GetCount(); i++) - { - if (token->m_Children.Item(i)->m_TokenKind == tkUse) - { - fileUseModules->insert(token->m_Children.Item(i)->m_Name); - } - else if (token->m_Children.Item(i)->m_TokenKind == tkModule) - { - fileDeclaredModules->insert(token->m_Children.Item(i)->m_Name); - } - else if (token->m_Children.Item(i)->m_TokenKind == tkSubmodule) - { - wxString smodName = token->m_Children.Item(i)->m_Name; - SubmoduleTokenF* submod = static_cast(token->m_Children.Item(i)); - wxString parentModName = submod->m_AncestorModuleName; - smodName << _T("(") << parentModName << _T(")"); - fileDeclaredSubmodules->insert(smodName); - - wxString extName; - if (!submod->m_ParentSubmoduleName.IsEmpty()) - extName = submod->m_ParentSubmoduleName + _T("(") + parentModName + _T(")"); - else - extName = parentModName; - fileExtendsSModules->insert(extName); - } - else if (token->m_Children.Item(i)->m_TokenKind == tkInclude) - { - fileIncludes->insert(token->m_Children.Item(i)->m_Name); - } - - if (token->m_Children.Item(i)->m_Children.GetCount() > 0) - ObtainUDModulesToken(token->m_Children.Item(i), fileUseModules, fileDeclaredModules, - fileExtendsSModules, fileDeclaredSubmodules, fileIncludes); - } -} - -size_t ParserF::GetFileIndex(const wxString& filename) -{ - wxString fn = UnixFilename(filename); - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_Filename.IsSameAs(fn)) - { - return i; - } - } - return -1; -} - -bool ParserF::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) -{ - return g_FortranFileExt.IsFileFortran(filename, fsForm); -} - -void ParserF::RereadOptions() -{ - g_FortranFileExt.RereadOptions(); -} - -void ParserF::FindMatchTokensForToolTip(const wxString& nameUnder, int posEndOfWord, cbEditor* ed, - bool onlyUseAssoc, bool onlyPublicNames, TokensArrayFlat& result, bool& isAfterPercent) -{ - isAfterPercent = false; - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - int lineStartPos = control->GetLineEndPosition(control->LineFromPosition(posEndOfWord) - 1) + 1; - wxString curLine = control->GetTextRange(lineStartPos,posEndOfWord); - - TokensArrayFlatClass tokensTemp; - TokensArrayFlat* resultTemp = tokensTemp.GetTokens(); - if (!FindMatchTypeComponents(ed, curLine, *resultTemp, false, onlyPublicNames, isAfterPercent, true)) - return; - if (resultTemp->GetCount() > 0) - { - TokenFlat* token = resultTemp->Item(0); // we take only first added item - result.Add( new TokenFlat(token) ); - if (token->m_TokenKind == tkProcedure) - { - wxString tokName; - if (!token->m_PartLast.IsEmpty()) - tokName = token->m_PartLast; - else - tokName = token->m_Name; - - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - int kindMask = tkFunction | tkSubroutine; - int noInChildren = tkInterface | tkFunction | tkSubroutine; - bool found = FindMatchTokenInSameModule(token, tokName, *resultTmp, kindMask, noInChildren); - if (!found) - FindMatchTokensDeclared(tokName, *resultTmp, kindMask, false, noInChildren); - if (resultTmp->GetCount() > 0) - result.Add( new TokenFlat(resultTmp->Item(0)) ); - } - else if (token->m_TokenKind == tkInterface) - { - FindGenericTypeBoudComponents(token, result); - for (size_t i=1; iGetCount(); i++) - { - if (resultTemp->Item(i)->m_TokenKind == tkInterface) - { - result.Add( new TokenFlat(resultTemp->Item(i))); - FindGenericTypeBoudComponents(resultTemp->Item(i), result); - } - } - } - } - - if (!isAfterPercent) - { - int tokKind = tkModule | tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | tkBlockData | tkType; - if (onlyUseAssoc) - { - int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; - tokKind = tokKind | tkVariable; - FindUseAssociatedTokens(onlyPublicNames, ed, nameUnder, false, result, tokKind, false); - FindMatchTokensDeclared(nameUnder, result, tokKind, false, noChildrenOf, false, true); // take global procedures only - } - else - { - int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; - FindMatchTokensDeclared(nameUnder, result, tokKind, false, noChildrenOf, onlyPublicNames); - FindMatchVariablesInModules(nameUnder, result, false); - } - FindMatchDeclarationsInCurrentScope(nameUnder, ed, result, false, posEndOfWord); - } -} - -void ParserF::FindGenericTypeBoudComponents(TokenFlat* token, TokensArrayFlat& result) -{ - if (token->m_TokenKind != tkInterface) - return; - - if (token->m_PartLast.IsEmpty()) - return; - - wxArrayString specNames; - wxStringTokenizer tkz(token->m_PartLast, _T(" \t\r\n"), wxTOKEN_STRTOK); - while ( tkz.HasMoreTokens() ) - { - specNames.Add(tkz.GetNextToken().Lower()); - } - TokensArrayFlatClass procTokenArrTmp; - TokensArrayFlat* procTokenArr = procTokenArrTmp.GetTokens(); - if (!FindTypeBoundProcedures(token, specNames, *procTokenArr)) - return; - int kindMask = tkFunction | tkSubroutine; - int noInChildren = tkInterface | tkFunction | tkSubroutine; - for (size_t i=0; iCount(); i++) - { - wxString tokName; - if (!procTokenArr->Item(i)->m_PartLast.IsEmpty()) - tokName = procTokenArr->Item(i)->m_PartLast; - else - tokName = procTokenArr->Item(i)->m_Name; - - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - bool found = FindMatchTokenInSameModule(procTokenArr->Item(i), tokName, *resultTmp, kindMask, noInChildren); - if (!found) - FindMatchTokensDeclared(tokName, *resultTmp, kindMask, false, noInChildren); - if (resultTmp->GetCount() > 0) - { - result.Add( new TokenFlat(procTokenArr->Item(i)) ); - result.Add( new TokenFlat(resultTmp->Item(0)) ); - } - } -} - - -void ParserF::FindMatchOperatorTokensForJump(wxString& nameOperator, TokensArrayFlat& result) -{ - wxString nameFind; - if (nameOperator.IsSameAs(_T("="))) - nameFind = _T("%%assignment"); - else - nameFind = _T("%%operator"); - - int noChildrenOf = tkFunction | tkSubroutine | tkProgram; - int tokKind = tkInterface; - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* tokensTmpFl = tokensTmp.GetTokens(); - FindMatchTokensDeclared(nameFind, *tokensTmpFl, tokKind, true, noChildrenOf); - - wxString regExStr = _T("^") + nameFind + _T(" \\([\\s\\t]*\\") + nameOperator + _T("[\\s\\t]*\\).*"); - int opt = wxRE_ADVANCED | wxRE_ICASE | wxRE_NOSUB; - wxRegEx opRegEx; - if(!opRegEx.Compile(regExStr, opt)) - return; - - for (size_t i=0; isize(); i++) - { - if (opRegEx.Matches(tokensTmpFl->Item(i)->m_Name)) - { - TokenFlat* newTok = new TokenFlat(tokensTmpFl->Item(i)); - newTok->m_DisplayName = newTok->m_DisplayName.Mid(2); - newTok->m_Name = newTok->m_Name.Mid(2); - result.Add(newTok); - } - } -} - - -void ParserF::FindMatchTokensForJump(cbEditor* ed, bool onlyUseAssoc, bool onlyPublicNames, TokensArrayFlat& result) -{ - bool isAfterPercent = false; - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - int pos = control->GetCurrentPos(); - int posEndOfWord = control->WordEndPosition(pos, true); - int posStartOfWord = control->WordStartPosition(pos, true); - wxString nameUnder = control->GetTextRange(posStartOfWord, posEndOfWord); - if (nameUnder.IsEmpty()) - return; - int lineStartPos = control->GetLineEndPosition(control->LineFromPosition(posEndOfWord) - 1) + 1; - wxString curLine = control->GetTextRange(lineStartPos,posEndOfWord); - - ChangeLineIfRequired(ed, curLine); - - if (!FindMatchTypeComponents(ed, curLine, result, false, onlyPublicNames, isAfterPercent, true)) - return; - - if (isAfterPercent) - return; - - int tokKind = tkModule | tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | - tkBlockData | tkType | tkVariable | tkProcedure; - if (onlyUseAssoc) - { - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - TokensArrayFlatClass tokensTmpU; - TokensArrayFlat* resultTmpU = tokensTmpU.GetTokens(); - FindUseAssociatedTokens(onlyPublicNames, ed, nameUnder, false, *resultTmp, tokKind, false, resultTmpU); - FindImplementedProcInMySubmodules(ed, nameUnder, *resultTmp); - for (size_t i=0; iGetCount(); i++) - { - AddUniqueResult(result, resultTmpU->Item(i)); - } - for (size_t i=0; iGetCount(); i++) - { - result.Add(new TokenFlat(resultTmp->Item(i))); - } - int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; - FindMatchTokensDeclared(nameUnder, result, tokKind, false, noChildrenOf, false, true); // take global procedures only - } - else - { - int noChildrenOf = tkFunction | tkSubroutine | tkProgram; - FindMatchTokensDeclared(nameUnder, result, tokKind, false, noChildrenOf); - FindMatchVariablesInModules(nameUnder, result, false); - } - FindMatchDeclarationsInCurrentScope(nameUnder, ed, result, false, posEndOfWord); - - if (result.GetCount() == 0 && IsIncludeFile(ed->GetFilename())) - { - FindMatchTokensAtInclude(ed, nameUnder, onlyPublicNames, false, result); - } -} - - -bool ParserF::FindMatchTokensForCodeCompletion(bool useSmartCC, bool onlyUseAssoc, bool onlyPublicNames, const wxString& nameUnderCursor, cbEditor* ed, - TokensArrayFlat& result, bool& isAfterPercent, int& tokKind) -{ - wxString curLine; - wxArrayString firstWords; - if (!FindWordsBefore(ed, 100, curLine, firstWords)) //get words on the line - return false; - - ChangeLineIfRequired(ed, curLine); - - isAfterPercent = false; - if (!FindMatchTypeComponents(ed, curLine, result, true, onlyPublicNames, isAfterPercent, false)) - return true; - - if (isAfterPercent) - return true; - - bool allowVariables; - kindOfCCList kindCC = kccOther; - if (!useSmartCC) - { - tokKind = tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | tkBlockData | tkType; - allowVariables = true; - } - else - { - CCSmartFilter::GetTokenKind(firstWords, tokKind, allowVariables, kindCC); - } - - if (kindCC == kccUseAssocTokens) - { - // if we are after "use" statement - wxString nameUnderCursorLw = nameUnderCursor.Lower(); - FindTokensForUse(nameUnderCursorLw, firstWords, result, onlyPublicNames); // we are on line with: use mod_name subr_name... - tokKind = 0; // no keywords - } - else if (kindCC == kccAccessList) - { - // if we are after "private" or "public" or "protected" statement - FindUseAssociatedTokens(onlyPublicNames, ed, nameUnderCursor, true, result, tokKind, true); - FindMatchDeclarationsInCurrentScope(nameUnderCursor, ed, result, true); - tokKind = 0; // no keywords - } - else if (onlyUseAssoc) - { - bool classVar = false; - if (allowVariables) - { - tokKind = tokKind | tkVariable; - } - else if (firstWords.GetCount() > 0 && firstWords.Item(0).Lower().IsSameAs(_T("call"))) - { - tokKind = tokKind | tkVariable; - classVar = true; - } - - bool wasTkOtherRemoved = false; - if (tokKind & tkOther) - { - tokKind = tokKind ^ tkOther; - wasTkOtherRemoved = true; - } - FindUseAssociatedTokens(onlyPublicNames, ed, nameUnderCursor, true, result, tokKind, true); - - int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; - FindMatchTokensDeclared(nameUnderCursor, result, tokKind, true, noChildrenOf, false, true); // take global procedures only - - if (allowVariables || classVar) - { - FindMatchDeclarationsInCurrentScope(nameUnderCursor, ed, result, true); - } - - if (classVar) - { - int i = 0; - while (true) - { - if (i >= int(result.GetCount())) - break; - TokenF* tok = result.Item(i); - if ( tok->m_TokenKind == tkVariable ) - { - wxString tDefLow = tok->m_TypeDefinition.Lower(); - if ( !tDefLow.StartsWith(_T("type")) && !tDefLow.StartsWith(_T("class")) ) - { - result.Item(i)->Clear(); - delete result.Item(i); - result.RemoveAt(i); - i--; - } - } - i++; - } - } - - if (wasTkOtherRemoved) - tokKind = tokKind | tkOther; - } - else - { - int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; - FindMatchTokensDeclared(nameUnderCursor, result, tokKind, true, noChildrenOf, onlyPublicNames); - - if (allowVariables) - { - FindMatchVariablesInModules(nameUnderCursor, result, true); - FindMatchDeclarationsInCurrentScope(nameUnderCursor, ed, result, true); - } - - if (tokKind & tkSubroutine) - { - if (firstWords.GetCount() > 0 && firstWords.Item(0).Lower().IsSameAs(_T("call"))) - { - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resTmp = tokensTmp.GetTokens(); - - FindMatchVariablesInModules(nameUnderCursor, *resTmp, true); - FindMatchDeclarationsInCurrentScope(nameUnderCursor, ed, *resTmp, true); - - for (size_t i=0; iCount(); i++) - { - TokenF* tok = resTmp->Item(i); - if ( tok->m_TokenKind == tkVariable ) - { - wxString tDefLow = tok->m_TypeDefinition.Lower(); - if ( tDefLow.StartsWith(_T("type")) || tDefLow.StartsWith(_T("class")) ) - { - result.Add(new TokenFlat(tok)); - } - } - } - } - } - } - - if (result.Count() == 0 && IsIncludeFile(ed->GetFilename())) - { - FindMatchTokensAtInclude(ed, nameUnderCursor, onlyPublicNames, true, result); - } - - if (tokKind & tkSubmodule) - { - for (size_t i=0; im_TokenKind == tkSubmodule) - { - wxString name = tok->m_DisplayName.BeforeFirst('('); - tok->m_DisplayName = name.Trim(); - } - } - } - return true; -} - -bool ParserF::FindWordsBefore(cbEditor* ed, int numberOfWords, wxString &curLine, wxArrayString &firstWords) -{ - /* Finds word before current word (first word). - */ - if (!ed) - return false; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return false; - int pos = control->GetCurrentPos(); - int lineCur = control->LineFromPosition(pos); - int lineStartPos = control->PositionFromLine(lineCur); - curLine = control->GetTextRange(lineStartPos,pos); -// if (curLine.Find('!') != wxNOT_FOUND) -// return false; // we are in comments - wxString line = curLine; - - for (int i=lineCur-1; i>=0; i--) - { - wxString tmpLine = control->GetLine(i).BeforeFirst('!').Trim(); - if (tmpLine.EndsWith(_T("&"))) - { - // current line is continuation line - tmpLine = tmpLine.BeforeLast('&').Trim(); - if (!tmpLine.IsEmpty()) - { - line.Prepend(_T(" ")); - line.Prepend(tmpLine); - } - } - else if (!tmpLine.IsEmpty()) - { - break; - } - } - - // end of current word - bool found = false; - int idx; - for (int i=line.Len()-1; i>=0; i--) - { - if (!isalnum(line.GetChar(i)) && (line.GetChar(i) != '_')) - { - found = true; - idx = i; - break; - } - } - if (!found) - { - firstWords.Add(wxEmptyString); - return true; - } - - for (int nword=0; nword=0; i--) - { - if (!isspace(line.GetChar(i))) - { - idx_end = i; - break; - } - } - if (idx_end == -1) - { - if (firstWords.Count() == 0) - firstWords.Add(wxEmptyString); - break; - } - else if (!isalnum(line.GetChar(idx_end)) && (line.GetChar(idx_end) != '_')) - { - firstWords.Add(line.GetChar(idx_end)); - idx = idx_end - 1; - } - else - { - // start of first word - int idx_start = 0; - for (int i=idx_end-1; i>=0; i--) - { - if (!isalnum(line.GetChar(i)) && (line.GetChar(i) != '_')) - { - idx_start = i + 1; - break; - } - } - firstWords.Add(line.Mid(idx_start, idx_end-idx_start+1).Lower()); - idx = idx_start - 1; - } - } - return true; -} - -bool ParserF::CutBlocks(const wxChar& ch, wxString& line) -{ - // cut blocks () [] {} <> - wxChar match; - switch (ch) - { - case '(': match = ')'; break; - case '[': match = ']'; break; - case '{': match = '}'; break; - case '<': match = '>'; break; - default : return false; - } - - std::vector startAll; - startAll.reserve(10); - int count = 0; // counter for nested blocks (xxx()) - int i = 0; - int end; - while (i < (int)line.length()) - { - while (i < (int)line.length()) - { - if (line.GetChar(i) == '"' || line.GetChar(i) == '\'') - { - // this is the case that match is inside a string! - char cha = line.GetChar(i); - i++; - while (i < (int)line.length()) - { - if (line.GetChar(i) == cha) - break; - else - i++; - } - i++; - } - else - break; - } - if (line.GetChar(i) == ch) - { - startAll.push_back(i); - count++; - } - else if (line.GetChar(i) == match) - { - if (count > 0) - { - end = i; - wxString line_new = line.Mid(0,startAll[count-1]); - if (end+1 < (int)line.length()) - line_new.Append(line.Mid(end+1)); - line = line_new; - i = startAll[count-1] - 1; - startAll.pop_back(); - count--; - } - } - i++; - } - return true; -} - -bool ParserF::GetTypeOfComponent(const wxString& nameType, const wxString& nameComponent, wxString& nameTypeComponent) -{ - for (size_t i=0; iGetCount(); i++) - { - TokenF* pfToken = m_pTokens->Item(i); - for (size_t j=0; jm_Children.GetCount(); j++) - { - TokenF* pToken = pfToken->m_Children.Item(j); - if (pToken->m_TokenKind == tkModule) - { - for (size_t k=0; km_Children.GetCount(); k++) - { - if (pToken->m_Children.Item(k)->m_TokenKind == tkType) - { - TokenF* pT = pToken->m_Children.Item(k); - if (pT->m_Name.IsSameAs(nameType)) - { - if (GetTypeOfComponent(&pT, nameComponent, nameTypeComponent)) - return true; - } - } - } - } - } - } - return false; -} - -bool ParserF::GetTypeOfComponent(TokenF** ppT, const wxString& nameComponent, wxString& nameTypeComponent) -{ - TokenF* pT = *ppT; - if (GetTypeOfChild(pT, nameComponent, nameTypeComponent)) - return true; - - //Maybe nameComponent is parent type? - if (!pT->m_ExtendsType.IsEmpty() && pT->m_ExtendsType.Lower().IsSameAs(nameComponent)) - { - nameTypeComponent = pT->m_ExtendsType.Lower(); - return true; - } - else if (!pT->m_ExtendsType.IsEmpty()) - { - for (size_t l=0; l<30; l++) - { - TokenF* typeToken = GetType(pT->m_ExtendsType.Lower()); - if(!typeToken) - break; // type was not found - if (GetTypeOfChild(typeToken, nameComponent, nameTypeComponent)) - { - *ppT = typeToken; - return true; - } - else if (!typeToken->m_ExtendsType.IsEmpty() && typeToken->m_ExtendsType.Lower().IsSameAs(nameComponent)) - { - nameTypeComponent = typeToken->m_ExtendsType.Lower(); - return true; - } - else if(!typeToken->m_ExtendsType.IsEmpty()) - { - pT = typeToken; - } - else - { - break; - } - } - } - return false; -} - - -bool ParserF::GetTypeOfChild(TokenF* pT, const wxString& nameComponent, wxString& nameTypeComponent) -{ - for (size_t l=0; lm_Children.GetCount(); l++) - { - if ((pT->m_Children.Item(l)->m_Name.IsSameAs(nameComponent)) && (pT->m_Children.Item(l)->m_TokenKind == tkVariable)) - { - wxString tdef = pT->m_Children.Item(l)->m_TypeDefinition.Lower(); - if (tdef.StartsWith(_T("type")) || tdef.StartsWith(_T("class"))) - { - int idx_a = tdef.Find(_T(")")); - int idx_b = tdef.Find(_T("(")); - if (idx_a != wxNOT_FOUND && idx_b != wxNOT_FOUND && idx_a > idx_b) - { - nameTypeComponent = tdef.Mid(idx_b+1,idx_a-idx_b-1); - return true; - } - } - else - { - nameTypeComponent = tdef; - return true; - } - } - } - return false; -} - -TokenF* ParserF::GetType(const wxString& nameType) -{ - for (size_t i=0; iGetCount(); i++) - { - TokenF* pfToken = m_pTokens->Item(i); - for (size_t j=0; jm_Children.GetCount(); j++) - { - TokenF* pToken = pfToken->m_Children.Item(j); - if (pToken->m_TokenKind == tkModule) - { - for (size_t k=0; km_Children.GetCount(); k++) - { - if (pToken->m_Children.Item(k)->m_TokenKind == tkType) - { - TokenF* pT = pToken->m_Children.Item(k); - if (pT->m_Name.IsSameAs(nameType)) - { - return pT; - } - } - } - } - } - } - return NULL; -} - -TokenF* ParserF::GetTypeInFile(const wxString& fileName, const unsigned int line, const wxString& nameType) -{ - TokensArrayF tokens; - FindMatchTokens(fileName, nameType, tokens); - for (size_t i=0; im_TokenKind == tkType && tokens.Item(i)->m_LineStart == line - && tokens.Item(i)->m_Name.IsSameAs(nameType)) - { - return tokens.Item(i); - } - } - return NULL; -} - -void ParserF::GetTypeComponentsInFile(const wxString& fileName, const unsigned int line, const wxString& nameType, TokensArrayFlat* result) -{ - wxCriticalSectionLocker locker(s_CritSect); - - TokenF* typeToken = GetTypeInFile(fileName, line, nameType); - if (!typeToken) - return; - - for (size_t i=0; im_Children.GetCount(); i++) - { - TokenF* tokenCh = typeToken->m_Children.Item(i); - result->Add(new TokenFlat(tokenCh)); - } -} - -bool ParserF::FindTokenDeclaration(TokenFlat& token, const wxString& argName, wxString& argDecl, wxString& argDescription) -{ - TokenF * pTok = FindToken(token); - if (!pTok) - return false; - TokensArrayF* pChildren = &pTok->m_Children; - - bool found = false; - wxString argNameLw = argName.Lower(); - for (size_t i=0; iGetCount(); i++) - { - if (pChildren->Item(i)->m_Name.IsSameAs(argNameLw)) - { - if (pChildren->Item(i)->m_TokenKind == tkProcedure) - { - argDecl << _T("procedure(") << pChildren->Item(i)->m_PartLast << _T(") :: ") - << pChildren->Item(i)->m_DisplayName; - } - else - { - argDecl << pChildren->Item(i)->m_TypeDefinition << _T(" :: ") - << pChildren->Item(i)->m_DisplayName << pChildren->Item(i)->m_Args; - argDescription << HtmlDoc::GetDocShort(pChildren->Item(i)->m_DocString); - } - found = true; - break; - } - } - return found; -} - -bool ParserF::FindTokenRange(TokenFlat& token, wxString& txtRange) -{ - wxString buff; - std::vector lineStarts; - return FindTokenRange(token, txtRange, buff, lineStarts); -} - -bool ParserF::FindTokenRange(TokenFlat& token, wxString& txtRange, wxString& buff, std::vector &lineStarts, bool withDefinition, bool readFile) -{ - if (!wxFileExists(token.m_Filename)) - return false; - - if (readFile) - { - lineStarts.clear(); - buff.Empty(); - - if (!Manager::Get()->GetEditorManager()) - return false; - - cbEditor* ed = Manager::Get()->GetEditorManager()->IsBuiltinOpen(token.m_Filename); - if (ed) // File is opened - { - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return false; - buff = control->GetText(); - } - else - { - wxFile file(token.m_Filename); - if (!ReadFileToString(file,buff)) - return false; - } - lineStarts.push_back(0); - } - else - { - //use buff content - } - - //get range of token - size_t pos_start=0; - size_t pos_end=0; - size_t line = 1; - unsigned int lStart = token.m_LineStart; - if (!withDefinition) - lStart += token.m_DefinitionLength; - - - bool startFound = false; - bool endFound = false; - for (size_t i=0; i pos_end) - { - pos_end = buff.Length(); - } - txtRange = buff.Mid(pos_start, pos_end - pos_start); - return true; -} - -bool ParserF::FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg) -{ - wxString argsNew = wxEmptyString; - bool readFile = true; - return FindInfoLog(token, logComAbove, logComBelow, logDeclar, logComVariab, msg, argsNew, readFile); -} - -bool ParserF::FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, - bool readFile) -{ - wxString argsNew = wxEmptyString; - return FindInfoLog(token, logComAbove, logComBelow, logDeclar, logComVariab, msg, argsNew, readFile); -} - -bool ParserF::FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, - wxString& argsNew) -{ - bool readFile = true; - return FindInfoLog(token, logComAbove, logComBelow, logDeclar, logComVariab, msg, argsNew, readFile); -} - - -bool ParserF::FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, - const wxString& argsNew, bool readFile) -{ - wxString txtRange; - if (!FindTokenRange(token, txtRange, m_Buff, m_LineStarts, false, readFile)) - return false; - - FortranSourceForm fsForm; - if (!IsFileFortran(token.m_Filename, fsForm)) - return false; - - //Parse - TokensArrayClass tokensTmp; - TokensArrayF* parsResult = tokensTmp.GetTokens(); - ParserThreadF thread = ParserThreadF(txtRange, parsResult, fsForm, true); - - if (logComAbove) - { - // insert comments above - wxArrayString comAbove; - bool startDoxy = false; - bool allowSimple = true; - int endFor = std::max(int(token.m_LineStart)-100, 0); - for (int i=token.m_LineStart-1; i>endFor; i--) - { - wxString str1 = m_Buff.Mid(m_LineStarts[i-1], m_LineStarts[i]-m_LineStarts[i-1]).Trim(false); - if ( str1.IsEmpty() && startDoxy ) - { - break; - } - else if ( str1.StartsWith(_T("!>")) || str1.StartsWith(_T("!<")) || str1.StartsWith(_T("!!")) ) - { - comAbove.Add(str1); - startDoxy = true; - } - else if ( allowSimple && str1.StartsWith(_T("!")) ) - { - comAbove.Add(str1); - } - else if ( str1.IsEmpty() ) - { - allowSimple = false; - } - else - { - break; - } - } - - for (int i=comAbove.GetCount()-1; i>=0; i--) - { - msg << comAbove.Item(i); - } - } - - if (token.m_TokenKind != tkType) - thread.ParseDeclarations(); - - if (token.m_TokenKind == tkSubroutine) - { - msg << _T("subroutine ") << token.m_DisplayName; - if (argsNew.IsEmpty()) - msg << token.m_Args << _T("\n"); - else - msg << argsNew << _T("\n"); - } - else if (token.m_TokenKind == tkFunction) - { - if (!token.m_PartFirst.IsEmpty()) - { - msg << token.m_PartFirst << _T(" "); - } - msg << _T("function ") << token.m_DisplayName; - if (argsNew.IsEmpty()) - msg << token.m_Args; - else - msg << argsNew; - if (!token.m_PartLast.IsEmpty()) - { - msg << _T(" ") << token.m_PartLast; - } - msg << _T("\n"); - } - else if (token.m_TokenKind == tkType) - { - for (size_t i=token.m_LineStart-1; i idxOrder; - - if (logDeclar && token.m_TokenKind != tkType) - { - wxArrayString argArr; - wxStringTokenizer tkz(token.m_Args, _T("(),[] \t\r\n"), wxTOKEN_STRTOK ); - while ( tkz.HasMoreTokens() ) - { - argArr.Add(tkz.GetNextToken()); - } - - if (token.m_TokenKind == tkFunction) - { - wxString arg1; - if (!token.m_ResultVariable.IsEmpty()) - { - arg1 = token.m_ResultVariable.Lower(); - } - else - { - arg1 = token.m_Name.Lower(); - } - for (size_t i=0; iGetCount(); i++) - { - if (parsResult->Item(i)->m_Name.IsSameAs(arg1)) - { - msg << _T(" ") << parsResult->Item(i)->m_TypeDefinition << _T(" :: ") - << parsResult->Item(i)->m_DisplayName << parsResult->Item(i)->m_Args << _T("\n"); - break; - } - } - } - - for (size_t j=0; jGetCount(); i++) - { - if (parsResult->Item(i)->m_Name.IsSameAs(arg1)) - { - if (parsResult->Item(i)->m_TokenKind == tkProcedure) - { - msg1 << _T(" ") << parsResult->Item(i)->m_TypeDefinition - << _T(" :: ") << parsResult->Item(i)->m_DisplayName; - } - else - { - msg1 << _T(" ") << parsResult->Item(i)->m_TypeDefinition << _T(" :: ") - << parsResult->Item(i)->m_DisplayName << parsResult->Item(i)->m_Args; - } - idxOrder.push_back(i); - argMsgArr.Add(msg1); - int ln = msg1.Len(); - if (ln > maxLenArg) - maxLenArg = ln; - break; - } - } - } - } - - if (token.m_TokenKind != tkType) - { - if (maxLenArg >= 60) - maxLenArg = 60; - - for (size_t j=0; jItem(idxOrder[j])->m_TokenKind != tkProcedure) - { - wxString spaces; - int nspaces = maxLenArg - argMsgArr.Item(j).Len() + 1; - if (nspaces < 1) - nspaces = 1; - spaces.Append(' ',nspaces); - msg << spaces << parsResult->Item(idxOrder[j])->m_PartLast << _T("\n"); - } - else - { - msg << _T("\n"); - } - } - } - - if (token.m_ParentTokenKind == tkModule) - { - msg << _("!Module: ") << token.m_ParentDisplayName << _(". File: "); - } - else - { - msg << _("!File: "); - } - msg << token.m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << token.m_LineStart; - return true; -} - -bool ParserF::FindTooltipForTypeBoundProc(wxString& msg, TokenFlat* token1, TokenFlat* token2) -{ - if (!token1 || token1->m_TokenKind != tkProcedure) - return false; - wxString txtRange; - wxString buff; - std::vector lineStarts; - if (!FindTokenRange(*token1, txtRange, buff, lineStarts, true)) - return false; - int ic = txtRange.Find(_T("::")); - if (ic == wxNOT_FOUND) - { - msg << _T("procedure ") << token1->m_DisplayName; - if (!token1->m_Args.IsEmpty()) - { - msg << _T("(") << token1->m_Args << _T(")"); - } - } - else - { - msg << txtRange.Mid(0,ic+2).Trim(false) << _T(" ") << token1->m_DisplayName; - } - if (!token1->m_PartLast.IsEmpty()) - { - msg << _T(" => ") << token1->m_PartLast; - } - msg << _T("\n"); - - if (token2) - { - if (token2->m_TokenKind == tkSubroutine || token2->m_TokenKind == tkFunction) - { - wxString pass_arg = token1->m_Args; - int start = 0; - int end = 0; - if (token1->m_Pass && !pass_arg.IsEmpty()) - { - GetPossitionOfDummyArgument(token2->m_Args, pass_arg, start, end); - } - else if (token1->m_Pass) - { - GetCallTipHighlight(token2->m_Args, 0, start, end); - } - wxString argNew; - if (end > start) - { - argNew << token2->m_Args.Mid(0,start) << _T("["); - wxString secPart = token2->m_Args.Mid(start); - int icom = secPart.Find(_T(",")); - if (icom != wxNOT_FOUND) - { - argNew << secPart.Mid(0,icom+1) << _T("]") << secPart.Mid(icom+1); - } - else - { - argNew << token2->m_Args.Mid(start,end-start) << _T("]") << token2->m_Args.Mid(end); - } - } - else - { - argNew = token2->m_Args; - } - if (token2->m_TokenKind == tkSubroutine) - { - msg << _T("subroutine ") << token2->m_DisplayName << argNew << _T("\n"); - } - else if (token2->m_TokenKind == tkFunction) - { - if (!token2->m_PartFirst.IsEmpty()) - { - msg << token2->m_PartFirst << _T(" "); - } - msg << _T("function ") << token2->m_DisplayName << argNew << _T("\n"); - } - } - } - if (!token1->m_Filename.IsEmpty()) - { - msg << token1->m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << token1->m_LineStart; - } - return true; -} - -bool ParserF::FindInfoLogForTypeBoundProc(TokensArrayFlat& tokenPair, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, - wxString* buff, std::vector* lineStarts) -{ - if (tokenPair.GetCount() == 0) - { - return false; - } - - TokenFlat* token1 = tokenPair.Item(0); - if (token1->m_TokenKind != tkProcedure) - return false; - wxString txtRange; - if (!buff) - { - buff= new wxString(); - lineStarts = new std::vector; - if (!FindTokenRange(*token1, txtRange, *buff, *lineStarts, true)) - return false; - delete buff; - delete lineStarts; - } - else - { - if (!FindTokenRange(*token1, txtRange, *buff, *lineStarts, true, false)) - return false; - } - int ic = txtRange.Find(_T("::")); - if (ic == wxNOT_FOUND) - { - msg << _T("procedure ") << token1->m_DisplayName; - if (token1->m_IsAbstract) - msg << _T("(") << token1->m_PartLast << _T(")"); - } - else - { - msg << txtRange.Mid(0,ic+2).Trim(false) << _T(" ") << token1->m_DisplayName; - } - - if (!token1->m_PartLast.IsEmpty() && !token1->m_IsAbstract) - { - msg << _T(" => ") << token1->m_PartLast; - } - msg << _T("\n!File: ") << token1->m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << token1->m_LineStart << _T("\n"); - - if (tokenPair.GetCount() > 1) - { - TokenFlat* token = tokenPair.Item(1); - if (token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction) - { - wxString pass_arg = token1->m_Args; - int start = 0; - int end = 0; - if (token1->m_Pass && !pass_arg.IsEmpty()) - { - GetPossitionOfDummyArgument(token->m_Args, pass_arg, start, end); - } - else if (token1->m_Pass) - { - GetCallTipHighlight(token->m_Args, 0, start, end); - } - if (end > start) - { - wxString argNew; - argNew << token->m_Args.Mid(0,start) << _T("["); - wxString secPart = token->m_Args.Mid(start); - int icom = secPart.Find(_T(",")); - if (icom != wxNOT_FOUND) - { - argNew << secPart.Mid(0,icom+1) << _T("]") << secPart.Mid(icom+1); - } - else - { - argNew << token->m_Args.Mid(start,end-start) << _T("]") << token->m_Args.Mid(end); - } - FindInfoLog(*token, logComAbove, logComBelow, logDeclar, logComVariab, msg, argNew); - } - else - { - FindInfoLog(*token, logComAbove, logComBelow, logDeclar, logComVariab, msg); - } - } - } - return true; -} - -bool ParserF::FindInfoLogForGenericTBProc(TokensArrayFlat& tokens, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg) -{ - if (tokens.GetCount() == 0 || tokens.Item(0)->m_TokenKind != tkInterface) - { - return false; - } - - wxString buff; - std::vector lineStarts; - size_t iInt = 0; - wxString filName; - wxString msgProc; - - while ( iInt < tokens.GetCount() ) - { - TokenFlat* token = tokens.Item(iInt); - if (token->m_TokenKind != tkInterface) - break; - wxString tokRan; - if (iInt == 0 || !filName.IsSameAs(token->m_Filename)) - { - if (!FindTokenRange(*token, tokRan, buff, lineStarts, true)) - return false; - filName = token->m_Filename; - } - else - { - if (!FindTokenRange(*token, tokRan, buff, lineStarts, true, false)) - return false; - } - msg.Append(_T("\n")); - msg.Append( tokRan.Trim().Trim(false) ); - - if (token->m_ParentTokenKind == tkType) - { - msg << _("\n!Type: ") << token->m_ParentDisplayName << _(". File: "); - } - msg << token->m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << token->m_LineStart; - - size_t i = iInt + 1; - while ( i < tokens.GetCount()-1 ) - { - if ( tokens.Item(i)->m_TokenKind == tkInterface ) - break; - msgProc << _T("\n!---------------------\n"); - TokensArrayFlatClass tokensTmpCl; - TokensArrayFlat* tokensTmp = tokensTmpCl.GetTokens(); - tokensTmp->Add(new TokenFlat(tokens.Item(i))); - tokensTmp->Add(new TokenFlat(tokens.Item(i+1))); - FindInfoLogForTypeBoundProc(*tokensTmp, logComAbove, logComBelow, logDeclar, logComVariab, msgProc, &buff, &lineStarts); - i += 2; - } - iInt = i; - } - msg.Trim(false).Append(msgProc); - - return true; -} - -bool ParserF::GetTokenStr(TokenFlat& token, wxString& msg) -{ - wxString buff; - std::vector lineStarts; - if (!FindTokenRange(token, msg, buff, lineStarts, true)) - return false; - - if (token.m_ParentTokenKind == tkModule) - { - msg << _("\n!Module: ") << token.m_ParentDisplayName << _(". File: "); - } - else - { - msg << _("\n!File: "); - } - msg << token.m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << token.m_LineStart; - return true; -} - -void ParserF::FindChildrenOfInterface(TokenFlat* token, TokensArrayFlat& result) -{ - if (token->m_ParentTokenKind != tkModule) - return; - - TokensArrayF* pFileChildren = FindFileTokens(token->m_Filename); - - for (size_t j=0; j < pFileChildren->GetCount(); j++) - { - if (pFileChildren->Item(j)->m_TokenKind == tkModule && pFileChildren->Item(j)->m_Name.IsSameAs(token->m_ParentName)) - { - TokensArrayF* pModChildren = &pFileChildren->Item(j)->m_Children; - for (size_t k=0; k < pModChildren->GetCount(); k++) - { - if (pModChildren->Item(k)->m_Name.IsSameAs(token->m_Name) && pModChildren->Item(k)->m_TokenKind == tkInterface) - { - wxArrayString address; - address.Add(pFileChildren->Item(j)->m_Filename); - address.Add(pFileChildren->Item(j)->m_Name); - int tokenKindMask = tkSubroutine | tkFunction; - TokensArrayF* pIntChildren = &pModChildren->Item(k)->m_Children; - for (size_t l=0; l < pIntChildren->GetCount(); l++) - { - if (pIntChildren->Item(l)->m_TokenKind & tokenKindMask) - { - result.Add(new TokenFlat(pIntChildren->Item(l))); - } - else - { - wxString name = pIntChildren->Item(l)->m_Name; - FindUseAssociatedTokens(true, address, name, false, result, tokenKindMask | tkInterface, false); - } - } - break; - } - } - break; - } - } -} - -void ParserF::GetPossitionOfDummyArgument(const wxString& args, const wxString& arg, int& start, int& end) -{ - wxStringTokenizer tkz(args, _T(" ,\t\r\n()"), wxTOKEN_STRTOK); - while ( tkz.HasMoreTokens() ) - { - wxString token = tkz.GetNextToken(); - if (token.IsSameAs(arg)) - { - end = tkz.GetPosition() - 1; - start = end - token.Length(); - break; - } - } -} - -void ParserF::GetCallTipHighlight(const wxString& calltip, int commasWas, int& start, int& end) -{ - int pos = 1; // skip opening parenthesis - int nest = 0; - int commas = 0; - start = 1; - end = 0; - while (true) - { - wxChar c = calltip.GetChar(pos++); - if (c == '\0') - break; - else if (c == '(') - ++nest; - else if (c == ')') - --nest; - else if (c == ',' && nest <= 0) - { - ++commas; - if (commas == commasWas) - { - start = pos; - } - else if (commas == commasWas + 1) - { - end = pos; // already incremented - break; - } - } - } - if (end == 0) - end = calltip.Length() - 1; - if (commas < commasWas) - { - start = end; //no highlight - } -} - -void ParserF::FindUseAssociatedTokens(bool onlyPublicNames, TokenFlat* tok, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, - bool changeDisplayName, TokensArrayFlat* useWithRenameTok) -{ - wxArrayString address; // [file_name, module_name, function_name, etc.] - FindAddress(tok, address); - if (address.Count() < 2) - return; // file only - - FindUseAssociatedTokens(onlyPublicNames, address, search, partialMatch, result, tokenKindMask, changeDisplayName, useWithRenameTok); -} - -void ParserF::FindUseAssociatedTokens(bool onlyPublicNames, cbEditor* ed, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, - bool changeDisplayName, TokensArrayFlat* useWithRenameTok) -{ - wxArrayString address; // [file_name, module_name, function_name, etc.] - FindAddress(ed, address); - if (address.Count() < 2) - return; // file only - - FindUseAssociatedTokens(onlyPublicNames, address, search, partialMatch, result, tokenKindMask, changeDisplayName, useWithRenameTok); -} - -void ParserF::FindUseAssociatedTokens(bool onlyPublicNames, wxArrayString& address, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, - bool changeDisplayName, TokensArrayFlat* useWithRenameTok) -{ - wxString searchLw = search.Lower(); - wxCriticalSectionLocker locker(s_CritSect); - if (address.Count() == 0) - return; - TokensArrayF* children = FindFileTokens(address.Item(0)); - if (!children) - return; - - int callMask = tkCallFunction | tkCallSubroutine; - std::vector vpChildren; - TokensArrayF useTokens; - bool found = false; - TokenF* subModToken = NULL; - TokenF* procedureToken = NULL; - for (size_t j=1; jGetCount(); i++) - { - if (children->Item(i)->m_Name.IsSameAs(address.Item(j)) && !(children->Item(i)->m_TokenKind & callMask)) - { - vpChildren.push_back(&children->Item(i)->m_Children); - found = true; - if (children->Item(i)->m_TokenKind == tkSubmodule) - subModToken = children->Item(i); - else if (children->Item(i)->m_TokenKind == tkProcedure) - procedureToken = children->Item(i); - children = &children->Item(i)->m_Children; - break; - } - else if (isInterfaceExp && children->Item(i)->m_TokenKind == tkInterfaceExplicit - && children->Item(i)->m_Children.GetCount() > 0 - && j+1 < address.Count()) - { - TokensArrayF* childrenIntExp = &children->Item(i)->m_Children; - for (size_t k=0; kGetCount(); k++) - { - if (childrenIntExp->Item(k)->m_Name.IsSameAs(address.Item(j+1))) - { - vpChildren.push_back(&children->Item(i)->m_Children); - found = true; - children = childrenIntExp; - break; - } - } - } - } - if (!found) - break; - } - - bool found_full_adress = (vpChildren.size() == address.size()-1); - size_t sizeChildren = vpChildren.size(); - - if (subModToken) - { - m_SubmodDeep = 0; - size_t oldCountCh = vpChildren.size(); - GetSubmoduleHostTokens(subModToken, vpChildren); - - if (procedureToken) - { - found = false; - int prTMask = tkFunction | tkSubroutine; - for (size_t ichil=oldCountCh; ichilGetCount(); i++) - { - if ((pParChildren->Item(i)->m_TokenKind == tkInterfaceExplicit) || - (pParChildren->Item(i)->m_TokenKind == tkInterface)) - { - TokensArrayF* pIntCh = &pParChildren->Item(i)->m_Children; - for (size_t k=0; kGetCount(); k++) - { - if ((pIntCh->Item(k)->m_TokenKind & prTMask) && - pIntCh->Item(k)->m_Name.IsSameAs(procedureToken->m_Name) && - pIntCh->Item(k)->m_Children.GetCount()) - { - vpChildren.push_back(&pIntCh->Item(k)->m_Children); - found = true; - break; - } - } - if (found) - break; - } - } - if (found) - break; - } - } - } - - int numInclude = 0; - for (size_t ichil=0; ichilGetCount(); i++) - { - if (pParChildren->Item(i)->m_TokenKind == tkUse) - { - useTokens.Add(pParChildren->Item(i)); - } - else if (pParChildren->Item(i)->m_TokenKind == tkInclude) - { - TokensArrayF* includedTokens = new TokensArrayF(); - AddIncludeFileChildren(pParChildren->Item(i), *includedTokens); - vpChildren.push_back(includedTokens); - numInclude++; - } - else if ((ichil == sizeChildren-1) && found_full_adress && - pParChildren->Item(i)->m_TokenKind == tkVariable) - { - //don't take locally declared variables - } - else if (pParChildren->Item(i)->m_TokenKind & tokenKindMask) - { - if ((partialMatch && pParChildren->Item(i)->m_Name.StartsWith(searchLw)) || - (!partialMatch && pParChildren->Item(i)->m_Name.IsSameAs(searchLw))) - { - AddUniqueResult(result, pParChildren->Item(i), true); - } - } - - if (pParChildren->Item(i)->m_TokenKind == tkInterfaceExplicit || - pParChildren->Item(i)->m_TokenKind == tkInterface) - { - TokensArrayF* pEICh = &pParChildren->Item(i)->m_Children; - for (size_t ie=0; ieGetCount(); ie++) - { - if (pEICh->Item(ie)->m_TokenKind & tokenKindMask) - { - if ((partialMatch && pEICh->Item(ie)->m_Name.StartsWith(searchLw)) || - (!partialMatch && pEICh->Item(ie)->m_Name.IsSameAs(searchLw))) - { - AddUniqueResult(result, pEICh->Item(ie), true); - } - } - } - } - } - } - if (numInclude > 0) - { - size_t origSize = vpChildren.size() - numInclude; - for (size_t ichil=origSize; ichilsize(); j++) - { - if ((*canSee)[j]) - { - AddUniqueResult(result, pasTokens->Item(j)); - } - } - } - for (size_t ia=0; iaGetCount(); ia++) - { - AddUniqueResult(result, renamedTokens->Item(ia)); - } - ClearBoolArray2D(resCanBeSeen2D); - } - m_VisitedModules.Clear(); - ClearPassedTokensArray2D(m_PassedTokensVisited); - ClearArrOfSizeT2D(m_ChildrenIdxVisited); - ClearBoolArray3D(m_CanBeSeenVisited); -} - -void ParserF::GetAddress(TokenF* token, wxArrayString& address) -{ - if (token->m_TokenKind == tkFile) - address.Insert(token->m_Filename, 0); - else - { - address.Insert(token->m_Name,0); - GetAddress(token->m_pParent, address); - } -} - -void ParserF::FindAddress(cbEditor* ed, wxArrayString& address) -{ - // Address is: fileName, module_name, sub_name and etc. - int lineStart; - TokenFlat* tokFl=NULL; - FindLineScopeLN(ed, lineStart, tokFl, -1); - if (!tokFl) - { - address.Add(UnixFilename(ed->GetFilename())); - return; - } - - FindAddress(tokFl, address); - if (tokFl) - delete tokFl; -} - -void ParserF::FindAddress(TokenFlat* tokFl, wxArrayString& address) -{ - if (!tokFl) - return; - // Address is: fileName, module_name, sub_name and etc. - address.Add(tokFl->m_Filename); - if (tokFl->m_TokenKind == tkModule || tokFl->m_TokenKind == tkSubmodule) - { - address.Add(tokFl->m_Name); - } - else if (!tokFl->m_ParentName.IsEmpty() && tokFl->m_ParentTokenKind == tkFile) - { - address.Add(tokFl->m_Name); - } - else if (!tokFl->m_ParentName.IsEmpty() && (tokFl->m_ParentTokenKind == tkModule || tokFl->m_ParentTokenKind == tkSubmodule)) - { - address.Add(tokFl->m_ParentName); - address.Add(tokFl->m_Name); - } - else if (!tokFl->m_ParentName.IsEmpty()) - { - wxArrayString guess; - TokensArrayF* fileChildren = FindFileTokens(tokFl->m_Filename); - if (fileChildren) - { - TokenF* token = FindToken(*tokFl, fileChildren); - guess.Clear(); - while (token) - { - if (token->m_TokenKind != tkFile) - guess.Add(token->m_Name); - token = token->m_pParent; - } - } - - if (guess.Count() > 0) - { - for (int i=guess.GetCount()-1; i>=0; i--) - { - address.Add(guess.Item(size_t(i))); - } - } - } - else // no parent name - { - bool found = false; - wxArrayString guess; - int lineDifStart = 0; - bool foundGuess = false; - int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkSubmodule | - tkInterfaceExplicit | tkProcedure; - TokensArrayF* fileChildren = FindFileTokens(tokFl->m_Filename); - if (fileChildren) - { - for (size_t i=0; iGetCount(); i++) - { - if (fileChildren->Item(i)->m_TokenKind == tokFl->m_TokenKind && fileChildren->Item(i)->m_Name.IsSameAs(tokFl->m_Name)) - { - if (fileChildren->Item(i)->m_LineStart == tokFl->m_LineStart) - { - guess.Clear(); - guess.Add(tokFl->m_Name); - found = true; - break; - } - else - { - int lds = abs(fileChildren->Item(i)->m_LineStart - tokFl->m_LineStart); - if ((foundGuess && lineDifStart > lds) || !foundGuess) - { - guess.Clear(); - guess.Add(tokFl->m_Name); - lineDifStart = lds; - foundGuess = true; - } - } - } - else if (fileChildren->Item(i)->m_TokenKind & tokenKindMask) - { - TokensArrayF* childL1 = &(fileChildren->Item(i)->m_Children); - for (size_t j=0; jGetCount(); j++) - { - bool isInterfaceExp = childL1->Item(j)->m_TokenKind == tkInterfaceExplicit; - if (childL1->Item(j)->m_TokenKind == tokFl->m_TokenKind && childL1->Item(j)->m_Name.IsSameAs(tokFl->m_Name)) - { - if (childL1->Item(j)->m_LineStart == tokFl->m_LineStart) - { - guess.Clear(); - guess.Add(fileChildren->Item(i)->m_Name); - guess.Add(tokFl->m_Name); - found = true; - break; - } - else - { - int lds = abs(childL1->Item(j)->m_LineStart - tokFl->m_LineStart); - if ((foundGuess && lineDifStart > lds) || !foundGuess) - { - guess.Clear(); - guess.Add(fileChildren->Item(i)->m_Name); - guess.Add(tokFl->m_Name); - lineDifStart = lds; - foundGuess = true; - } - } - } - else if (childL1->Item(j)->m_TokenKind & tokenKindMask) - { - TokensArrayF* childL2 = &(childL1->Item(j)->m_Children); - for (size_t k=0; kCount(); k++) - { - if (childL2->Item(k)->m_TokenKind == tokFl->m_TokenKind && childL2->Item(k)->m_Name.IsSameAs(tokFl->m_Name)) - { - if (childL2->Item(k)->m_LineStart == tokFl->m_LineStart) - { - guess.Clear(); - guess.Add(fileChildren->Item(i)->m_Name); - if (isInterfaceExp && childL1->Item(j)->m_Name.IsEmpty()) - guess.Add(_T("%%tkInterfaceExplicit")); - else - guess.Add(childL1->Item(j)->m_Name); - guess.Add(tokFl->m_Name); - found = true; - break; - } - else - { - int lds = abs(childL2->Item(k)->m_LineStart - tokFl->m_LineStart); - if ((foundGuess && lineDifStart > lds) || !foundGuess) - { - guess.Clear(); - guess.Add(fileChildren->Item(i)->m_Name); - guess.Add(childL1->Item(j)->m_Name); - guess.Add(tokFl->m_Name); - lineDifStart = lds; - foundGuess = true; - } - } - } - } - if (found) - break; - } - } - if (found) - break; - } - } - } - for (size_t i=0; i= 0) - { - modName = firstWords.Item(idx).Lower(); - } - else if (!hasColon2) - { - modName = firstWords.Item(woCount-2).Lower(); - } - else - { - return; - } - - int tokenKindMask = tkSubroutine | tkFunction | tkInterface | tkOther | tkVariable | tkType; - int noChildrenOf = tokenKindMask; - TokensArrayFlat* useWithRenameTok = NULL; - m_RecursiveDeep = 0; - m_UseRenameArrays = false; - m_RenameDeep = 0; - m_IncludeDeep = 0; - - ArrOfSizeT* resChildrenIdx = NULL; - BoolArray2D* resCanBeSeen2D = NULL; - FindMatchTokensInModuleAndUse2(modName, search, resChildrenIdx, resCanBeSeen2D, tokenKindMask, noChildrenOf, true, - onlyPublicNames, true, useWithRenameTok); - - if (resChildrenIdx && resCanBeSeen2D) - { - for (size_t ia=0; iaGetCount(); ia++) - { - TokensArrayFlat* pasTokens = m_PassedTokensVisited[resChildrenIdx->Item(ia)]; - BoolArray1D* canSee = (*resCanBeSeen2D)[ia]; - for (size_t j=0; jsize(); j++) - { - if ((*canSee)[j]) - { - AddUniqueResult(result, pasTokens->Item(j)); - } - } - } - } - - m_VisitedModules.Clear(); - ClearPassedTokensArray2D(m_PassedTokensVisited); - ClearArrOfSizeT2D(m_ChildrenIdxVisited); - ClearBoolArray3D(m_CanBeSeenVisited); -} - - -void ParserF::AddUniqueResult(TokensArrayFlat& result, const TokenF* token, bool isHostAssociated) -{ - bool have = false; - for (size_t i=0; im_LineStart == token->m_LineStart && - result.Item(i)->m_DisplayName.IsSameAs(token->m_DisplayName) && - result.Item(i)->m_Filename.IsSameAs(token->m_Filename)) - { - have = true; - break; - } - } - if (!have) - { - result.Add(new TokenFlat(token)); - result.Item(result.size()-1)->m_HostAssociated = isHostAssociated; - } -} - -void ParserF::AddUniqueResult(TokensArrayFlat& result, const TokenFlat* token) -{ - bool have = false; - for (size_t i=0; im_LineStart == token->m_LineStart && - result.Item(i)->m_DisplayName.IsSameAs(token->m_DisplayName) && - result.Item(i)->m_Filename.IsSameAs(token->m_Filename)) - { - have = true; - break; - } - } - if (!have) - result.Add(new TokenFlat(token)); -} - - -void ParserF::FindUseAssociatedTokens2(TokenF* useToken, const wxString &searchLw, ArrOfSizeT &resChildrenIdx, BoolArray2D &resCanBeSeen2D, int tokenKindMask, bool partialMatch, - bool changeDisplayName, bool onlyPublicNames, TokensArrayFlat &renamedTokens, TokensArrayFlat* useWithRenameTok) -{ - if (m_RecursiveDeep > 20) - return; // deep limit was reached - - if (!useToken) - return; - if (useToken->m_TokenKind != tkUse) - return; - - int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkType; - UseTokenF* uTok = static_cast(useToken); -// if (uTok->GetModuleNature() == mnIntrinsic) -// return; - - m_RecursiveDeep++; - - ArrOfSizeT* childrenIdx = NULL; - BoolArray2D* canBeSeen2D = NULL; - int midx; - if (!m_UseRenameArrays) - midx = m_VisitedModules.Index(useToken->m_Name); - else - midx = m_VisitedModulesRen.Index(useToken->m_Name); - if (midx != wxNOT_FOUND) - { - if (!m_UseRenameArrays) - { - childrenIdx = m_ChildrenIdxVisited[midx]; - canBeSeen2D = m_CanBeSeenVisited[midx]; - } - else - { - childrenIdx = m_ChildrenIdxVisitedRen[midx]; - canBeSeen2D = m_CanBeSeenVisitedRen[midx]; - } - } - else - { - FindMatchTokensInModuleAndUse2(uTok->m_Name, searchLw, childrenIdx, canBeSeen2D, tokenKindMask, noChildrenOf, partialMatch, - onlyPublicNames, changeDisplayName, useWithRenameTok); - } - if (!childrenIdx || !canBeSeen2D) - { - m_RecursiveDeep--; - return; - } - - std::list *renameList = uTok->GetRenameList(); - std::set *namesList = uTok->GetNamesList(); - if (uTok->HasOnly()) - { - //with ONLY: keyword - if (!namesList->empty()) - { - // has names without rename - for (size_t i=0; iGetCount(); i++) - { - TokensArrayFlat* pT; - if (!m_UseRenameArrays) - pT = m_PassedTokensVisited[childrenIdx->Item(i)]; - else - pT = m_PassedTokensVisitedRen[childrenIdx->Item(i)]; - BoolArray1D* canSee = (*canBeSeen2D)[i]; - bool has = false; - BoolArray1D* canSeeTmp = NULL; - for (size_t j=0; jGetCount(); j++) - { - //if ((*canSee)[j] && namesList->count(pT->Item(j)->m_Name) > 0) - if ((*canSee)[j] && - ((pT->Item(j)->m_Rename.IsEmpty() && namesList->count(pT->Item(j)->m_Name) > 0) || - (!pT->Item(j)->m_Rename.IsEmpty() && namesList->count(pT->Item(j)->m_Rename.Lower()) > 0))) - { - if (!has) - { - canSeeTmp = new BoolArray1D(canSee->size(),false); - has = true; - } - (*canSeeTmp)[j] = true; - } - } - if (has) - { - resChildrenIdx.Add(childrenIdx->Item(i)); - resCanBeSeen2D.push_back(canSeeTmp); - } - } - } - - for(std::list::iterator pos=renameList->begin(); pos != renameList->end(); ++pos) - { - // through rename - // pos->Item(0) -local name - // pos->Item(1) -external name - wxString locNamLw = pos->Item(0).Lower(); - if ( (partialMatch && locNamLw.StartsWith(searchLw)) || - (!partialMatch && locNamLw.IsSameAs(searchLw)) ) - { - wxString impNamLw = pos->Item(1).Lower(); - - if ( (partialMatch && impNamLw.StartsWith(searchLw)) || - (!partialMatch && impNamLw.IsSameAs(searchLw)) ) - { - for (size_t i=0; iGetCount(); i++) - { - TokensArrayFlat* pT; - if (!m_UseRenameArrays) - pT = m_PassedTokensVisited[childrenIdx->Item(i)]; - else - pT = m_PassedTokensVisitedRen[childrenIdx->Item(i)]; - BoolArray1D* canSee = (*canBeSeen2D)[i]; - for (size_t j=0; jGetCount(); j++) - { - if ((*canSee)[j] && pT->Item(j)->m_Name.IsSameAs(impNamLw)) - { - TokenFlat* tf = new TokenFlat(pT->Item(j)); - if (changeDisplayName) - { - tf->Rename(pos->Item(0)); - } - tf->m_Rename << pos->Item(0); - renamedTokens.Add(tf); - - if (useWithRenameTok) - { - TokenFlat* tfu = new TokenFlat(useToken); - tfu->m_Rename = pos->Item(0) + _T(" => ") + pos->Item(1); - useWithRenameTok->Add(tfu); - } - } - } - } - } - else if (m_RenameDeep == 0) - { - ArrOfSizeT* renChIdx = NULL; - BoolArray2D* renCBS2D = NULL; - m_UseRenameArrays = true; - m_RenameDeep++; - FindMatchTokensInModuleAndUse2(uTok->m_Name, impNamLw, renChIdx, renCBS2D, tokenKindMask, noChildrenOf, false, - onlyPublicNames, changeDisplayName, useWithRenameTok); - m_UseRenameArrays = false; - m_RenameDeep--; - if (renChIdx && renCBS2D) - { - bool have = false; - for (size_t ia=0; iaGetCount(); ia++) - { - TokensArrayFlat* pasTokens = m_PassedTokensVisitedRen[renChIdx->Item(ia)]; - BoolArray1D* canSee = (*renCBS2D)[ia]; - for (size_t j=0; jsize(); j++) - { - if ((*canSee)[j]) - { - TokenFlat* tf = new TokenFlat(pasTokens->Item(j)); - if (changeDisplayName) - { - tf->Rename(pos->Item(0)); - } - tf->m_Rename << pos->Item(0); - renamedTokens.Add(tf); - if (!have) - have = true; - } - } - } - if (have && useWithRenameTok) - { - TokenFlat* tfu = new TokenFlat(useToken); - tfu->m_Rename = pos->Item(0) + _T(" => ") + pos->Item(1); - useWithRenameTok->Add(tfu); - } - } - if (m_RenameDeep == 0) - { - m_VisitedModulesRen.Clear(); - ClearPassedTokensArray2D(m_PassedTokensVisitedRen); - ClearArrOfSizeT2D(m_ChildrenIdxVisitedRen); - ClearBoolArray3D(m_CanBeSeenVisitedRen); - } - } - } - } - } - else if (!renameList->empty()) - { - //no ONLY keyword. Has rename list. - size_t oldCount = resChildrenIdx.GetCount(); - for (size_t i=0; iGetCount(); i++) - { - resChildrenIdx.Add(childrenIdx->Item(i)); - BoolArray1D* canSee = (*canBeSeen2D)[i]; - BoolArray1D* canSeeTmp = new BoolArray1D(*canSee); - resCanBeSeen2D.push_back(canSeeTmp); - } - - for (std::list::iterator pos=renameList->begin(); pos != renameList->end(); ++pos) - { - if (pos->Item(0).IsEmpty() || pos->Item(1).IsEmpty()) - continue; //some mistake - - wxString locNamLw = pos->Item(0).Lower(); - if ( (partialMatch && locNamLw.StartsWith(searchLw)) || - (!partialMatch && locNamLw.IsSameAs(searchLw)) ) - { - wxString impNamLw = pos->Item(1).Lower(); - - if ( (partialMatch && impNamLw.StartsWith(searchLw)) || - (!partialMatch && impNamLw.IsSameAs(searchLw)) ) - { - for (size_t i=oldCount; iGetCount(); j++) - { - if ((*canSeeTmp)[j] && pT->Item(j)->m_Name.IsSameAs(impNamLw)) - { - TokenFlat* tf = new TokenFlat(pT->Item(j)); - if (changeDisplayName) - { - tf->Rename(pos->Item(0)); - } - tf->m_Rename << pos->Item(0); - renamedTokens.Add(tf); - - if (useWithRenameTok) - { - TokenFlat* tfu = new TokenFlat(useToken); - tfu->m_Rename = pos->Item(0) + _T(" => ") + pos->Item(1); - useWithRenameTok->Add(tfu); - } - (*canSeeTmp)[j] = false; - } - } - } - } - else if (m_RenameDeep == 0) - { - ArrOfSizeT* renChIdx = NULL; - BoolArray2D* renCBS2D = NULL; - m_UseRenameArrays = true; - FindMatchTokensInModuleAndUse2(uTok->m_Name, impNamLw, renChIdx, renCBS2D, tokenKindMask, noChildrenOf, false, - onlyPublicNames, changeDisplayName, useWithRenameTok); - m_UseRenameArrays = false; - if (renChIdx && renCBS2D) - { - bool have = false; - for (size_t ia=0; iaGetCount(); ia++) - { - TokensArrayFlat* pasTokens = m_PassedTokensVisitedRen[renChIdx->Item(ia)]; - BoolArray1D* canSee = (*renCBS2D)[ia]; - for (size_t j=0; jsize(); j++) - { - if ((*canSee)[j]) - { - TokenFlat* tf = new TokenFlat(pasTokens->Item(j)); - if (changeDisplayName) - { - tf->Rename(pos->Item(0)); - } - tf->m_Rename << pos->Item(0); - renamedTokens.Add(tf); - if (!have) - have = true; - } - } - } - if (have && useWithRenameTok) - { - TokenFlat* tfu = new TokenFlat(useToken); - tfu->m_Rename = pos->Item(0) + _T(" => ") + pos->Item(1); - useWithRenameTok->Add(tfu); - } - } - if (m_RenameDeep == 0) - { - m_VisitedModulesRen.Clear(); - ClearPassedTokensArray2D(m_PassedTokensVisitedRen); - ClearArrOfSizeT2D(m_ChildrenIdxVisitedRen); - ClearBoolArray3D(m_CanBeSeenVisitedRen); - } - } - } - else - { - wxString impNamLw = pos->Item(1).Lower(); - if ( (partialMatch && impNamLw.StartsWith(searchLw)) || - (!partialMatch && impNamLw.IsSameAs(searchLw)) ) - { - for (size_t i=oldCount; iGetCount(); j++) - { - if ((*canSeeTmp)[j] && pT->Item(j)->m_Name.IsSameAs(impNamLw)) - { - (*canSeeTmp)[j] = false; - } - } - } - } - } - } - - } - else // no ONLY or rename list - { - for (size_t i=0; iGetCount(); i++) - { - resChildrenIdx.Add(childrenIdx->Item(i)); - BoolArray1D* canSee = (*canBeSeen2D)[i]; - BoolArray1D* canSeeTmp = new BoolArray1D(*canSee); - resCanBeSeen2D.push_back(canSeeTmp); - } - } - m_RecursiveDeep--; -} - - -void ParserF::FindMatchTokensInModuleAndUse2(const wxString& modName, const wxString& searchLw, ArrOfSizeT* &childrenIdx, BoolArray2D* &canBeSeen2D, int tokenKindMask, - int noChildrenOf, bool partialMatch, bool onlyPublicNames, bool changeDisplayName, TokensArrayFlat* useWithRenameTok) -{ - TokenF* modTok = FindModuleSubmoduleToken(modName); - if (!modTok || modTok->m_TokenKind != tkModule) - return; - ModuleTokenF* mToken = static_cast(modTok); - TokensArrayF* children = &modTok->m_Children; - if (!children) - return; - - TokensArrayF useTokens; - - std::vector vpChildren; - vpChildren.push_back(children); - int numInclude = 0; - for (size_t ichil=0; ichilGetCount(); i++) - { - if (pParChildren->Item(i)->m_TokenKind == tkUse) - { - useTokens.Add(pParChildren->Item(i)); - } - else if (pParChildren->Item(i)->m_TokenKind == tkInclude) - { - TokensArrayF* includedTokens = new TokensArrayF(); - AddIncludeFileChildren(pParChildren->Item(i), *includedTokens); - vpChildren.push_back(includedTokens); - numInclude++; - } - else if (pParChildren->Item(i)->m_TokenKind == tkSubroutine || pParChildren->Item(i)->m_TokenKind == tkFunction) - { - break; // 'use' statments must be located above procedures - } - } - } - if (numInclude > 0) - { - size_t origSize = vpChildren.size() - numInclude; - for (size_t ichil=origSize; ichilGetDefaultPublic(); - for (size_t j=0; jIndex(childrenIdxTmp.Item(j)); - - if (ind == wxNOT_FOUND) - { - bool hasPub = false; - for (size_t k=0; ksize(); k++) - { - if ((*canSeeTmp)[k]) - { - if (!changeDisplayName) - { - if (passTokTmp->Item(k)->m_Rename.IsEmpty()) - nameT = passTokTmp->Item(k)->m_Name; - else - nameT = passTokTmp->Item(k)->m_Rename.Lower(); - } - - if ( (changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(passTokTmp->Item(k)->m_Name)) || - (!defPub && mToken->HasNameInPublicList(passTokTmp->Item(k)->m_Name)))) || - (!changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(nameT)) || - (!defPub && mToken->HasNameInPublicList(nameT)))) ) - { - if (!hasPub) - hasPub = true; - } - else - { - (*canSeeTmp)[k] = false; - } - } - } - if (hasPub) - { - childrenIdx->Add(childrenIdxTmp.Item(j)); - canBeSeen2D->push_back(canSeeTmp); - } - } - else - { - BoolArray1D* canSee = (*canBeSeen2D)[ind]; - for (size_t k=0; ksize(); k++) - { - if (!(*canSee)[k] && (*canSeeTmp)[k]) - { - if (!changeDisplayName) - { - if (passTokTmp->Item(k)->m_Rename.IsEmpty()) - nameT = passTokTmp->Item(k)->m_Name; - else - nameT = passTokTmp->Item(k)->m_Rename.Lower(); - } - if ( (changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(passTokTmp->Item(k)->m_Name)) || - (!defPub && mToken->HasNameInPublicList(passTokTmp->Item(k)->m_Name)))) || - (!changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(nameT)) || - (!defPub && mToken->HasNameInPublicList(nameT)))) ) - { - (*canSee)[k] = true; - } - else - { - //canSee->Item(k) = false; - } - } - } - delete canSeeTmp; - } - } - - for (size_t j=0; jm_Rename.IsEmpty()) - nameT = renamedTokensTmp.Item(j)->m_Name; - else - nameT = renamedTokensTmp.Item(j)->m_Rename.Lower(); - } - - if ( (changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(renamedTokensTmp.Item(j)->m_Name)) || - (!defPub && mToken->HasNameInPublicList(renamedTokensTmp.Item(j)->m_Name)))) || - (!changeDisplayName && ((defPub && !mToken->HasNameInPrivateList(nameT)) || - (!defPub && mToken->HasNameInPublicList(nameT)))) ) - { - passedTokens->Add(renamedTokensTmp.Item(j)); - } - else - { - renamedTokensTmp.Item(j)->Clear(); - delete renamedTokensTmp.Item(j); - } - } - } - } - else // !onlyPublicNames - { - for (size_t i=0; iIndex(childrenIdxTmp.Item(j)); - if (ind == wxNOT_FOUND) - { - childrenIdx->Add(childrenIdxTmp.Item(j)); - canBeSeen2D->push_back(canSeeTmp); - } - else - { - BoolArray1D* canSee = (*canBeSeen2D)[ind]; - for (size_t k=0; ksize(); k++) - { - if (!(*canSee)[k] && (*canSeeTmp)[k]) - (*canSee)[k] = true; - } - delete canSeeTmp; - } - } - - for (size_t j=0; jAdd(renamedTokensTmp.Item(j)); - } - } - } - - canSeeLocal->resize(passedTokens->GetCount(),true); - canBeSeen2D->push_back(canSeeLocal); - if (!m_UseRenameArrays) - { - m_CanBeSeenVisited.push_back(canBeSeen2D); - m_VisitedModules.Add(modName); - m_PassedTokensVisited.push_back(passedTokens); - childrenIdx->Add(m_VisitedModules.GetCount()-1); - m_ChildrenIdxVisited.push_back(childrenIdx); - } - else - { - m_CanBeSeenVisitedRen.push_back(canBeSeen2D); - m_VisitedModulesRen.Add(modName); - m_PassedTokensVisitedRen.push_back(passedTokens); - childrenIdx->Add(m_VisitedModulesRen.GetCount()-1); - m_ChildrenIdxVisitedRen.push_back(childrenIdx); - } -} - - -void ParserF::ChangeAssociatedName(wxString& line, TokenFlat* token) -{ - if (!token) - return; - if ((token->m_TokenKind != tkAssociateConstruct) && (token->m_TokenKind != tkSelectTypeDefault)) - return; - - wxString args = token->m_Args.Lower(); - std::map assocMap; - ParserThreadF::SplitAssociateConstruct(args, assocMap); - - //change names in the line - wxString lineLw = line.Lower(); - line.Empty(); - const wxString delim = _T(" ()[]{}&;,*./+-><=%\t\r\n"); - size_t idx1 = 0; - wxString block; - bool wasDeli = false; - for(size_t i=0; i::iterator it = assocMap.find(block); - if (it != assocMap.end()) - line << it->second; - else - line << block; - } - else if (wasDeli && delim.Find(lineLw.GetChar(i)) == wxNOT_FOUND) - { - line << lineLw.Mid(idx1,i-idx1); - wasDeli = false; - idx1 = i; - } - } - line << lineLw.Mid(idx1); -} - - -void ParserF::AddIncludeFileChildren(const TokenF* include, TokensArrayF& tokens) -{ - if (include->m_TokenKind != tkInclude) - return; - - bool withExt = (include->m_Name.Find('.',true) != wxNOT_FOUND); - #ifdef __WXMSW__ - wxString iname = include->m_Name; - #else - wxString iname = include->m_DisplayName; - #endif - - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind != tkFile) - continue; - - #ifdef __WXMSW__ - wxString ffname = m_pTokens->Item(i)->m_Filename.AfterLast('\\'); - ffname.MakeLower(); - #else - wxString ffname = m_pTokens->Item(i)->m_Filename.AfterLast('/'); - #endif - - if ( (withExt && ffname.IsSameAs(iname)) || - (!withExt && ffname.BeforeFirst('.').IsSameAs(iname)) ) - { - tokens.Alloc(tokens.GetCount() + m_pTokens->Item(i)->m_Children.GetCount()); - for (size_t j=0; jItem(i)->m_Children.GetCount(); j++) - { - tokens.Add(m_pTokens->Item(i)->m_Children.Item(j)); - } - break; - } - } -} - -bool ParserF::IsIncludeFile(wxString fileName) -{ - bool isInclude = false; - wxFileName fn(fileName); - if (m_pIncludeDB->IsIncludeFile(fn.GetFullName())) - isInclude = true; - return isInclude; -} - -bool ParserF::HasIncludeFiles() -{ - return !m_pIncludeDB->IsEmpty(); -} - -void ParserF::GetSubmoduleHostTokens(TokenF* subModToken, std::vector &vpChildren) -{ - m_SubmodDeep++; - if (!subModToken || subModToken->m_TokenKind != tkSubmodule) - return; - if (m_SubmodDeep > 10) // the limit of recursive call. Should be more than enough. - return; - - SubmoduleTokenF* submod = static_cast(subModToken); - wxString parentName = submod->m_AncestorModuleName; - if (!submod->m_ParentSubmoduleName.IsEmpty()) - parentName << _T(":") << submod->m_ParentSubmoduleName; - - TokenF* modTok = FindModuleSubmoduleToken(parentName); - if (!modTok) - return; - - if (modTok->m_Children.Count() > 0) - vpChildren.push_back(&modTok->m_Children); - - if (modTok->m_TokenKind == tkSubmodule) - GetSubmoduleHostTokens(modTok, vpChildren); -} - -void ParserF::SetNewTokens(TokensArrayF* pTokens) -{ - if (m_pTokensNew) - { - ClearTokens(m_pTokensNew); - delete m_pTokensNew; - } - m_pTokensNew = pTokens; -} - -void ParserF::SetNewIncludeDB(IncludeDB* pIncludeDB) -{ - if (m_pIncludeDBNew) - delete m_pIncludeDBNew; - m_pIncludeDBNew = pIncludeDB; -} - -void ParserF::ClearTokens(TokensArrayF* pTokens) -{ - if (!pTokens) - return; - - for (size_t i=0; iGetCount(); i++) - { - pTokens->Item(i)->Clear(); - delete pTokens->Item(i); - } - pTokens->Clear(); -} - -void ParserF::ConnectToNewTokens() -{ - wxCriticalSectionLocker cslocker(s_CritSect); - wxMutexLocker mlocker(s_NewTokensMutex); - if (m_pBufferTokens) - { - ClearTokens(m_pBufferTokens); - } - if (m_pTokens) - { - ClearTokens(m_pTokens); - delete m_pTokens; - } - m_pTokens = m_pTokensNew; - m_pTokensNew = NULL; - if (m_pIncludeDB) - { - m_pIncludeDB->Clear(); - delete m_pIncludeDB; - } - m_pIncludeDB = m_pIncludeDBNew; - m_pIncludeDBNew = NULL; -} - -void ParserF::SetNewCurrentTokens(TokensArrayF* pTokens) -{ - // function called from secondary thread (bufferparserthread) - wxCriticalSectionLocker locker(s_CurrentBTokensCritSect); - if (m_pCurrentBufferTokensNew) - { - ClearTokens(m_pCurrentBufferTokensNew); - delete m_pCurrentBufferTokensNew; - } - m_pCurrentBufferTokensNew = pTokens; -} - -void ParserF::ConnectToNewCurrentTokens() -{ - wxCriticalSectionLocker locker(s_CurrentBTokensCritSect); - if (m_pBufferTokens && m_pCurrentBufferTokensNew && m_pCurrentBufferTokensNew->size() > 0) - { - for (size_t i=0; isize(); i++) - { - if (m_pBufferTokens->Item(i)->m_Filename.IsSameAs(m_pCurrentBufferTokensNew->Item(0)->m_Filename)) - { - m_pBufferTokens->Item(i)->Clear(); - delete m_pBufferTokens->Item(i); - m_pBufferTokens->RemoveAt(i); - break; - } - } - m_pBufferTokens->Add(m_pCurrentBufferTokensNew->Item(0)); - } - if (m_pCurrentBufferTokensNew) - delete m_pCurrentBufferTokensNew; - m_pCurrentBufferTokensNew = NULL; -} - -void ParserF::ParseIntrinsicModules() -{ - if (!m_pIntrinsicModuleTokens) - return; - int dispCase = 0; - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - if (cfg) - dispCase = cfg->ReadInt(_T("/keywords_case"), 0); - - wxString filename = ConfigManager::GetDataFolder() + _T("/images/fortranproject/fortran_intrinsic_modules.f90"); - if (!wxFileExists(filename)) - { - Manager::Get()->GetLogManager()->Log(_T("FortranProject plugin error: file ")+filename+_T(" was not found.")); - return; - } - wxString fn = UnixFilename(filename); - ParserThreadF* thread = new ParserThreadF(fn, m_pIntrinsicModuleTokens, fsfFree); - thread->Parse(); - delete thread; - - ChangeCaseChildren(m_pIntrinsicModuleTokens->Item(0)->m_Children, dispCase); -} - -void ParserF::ChangeCaseChildren(TokensArrayF &children, int dispCase) -{ - for (size_t i=0; im_DisplayName; - switch (dispCase) - { - case 0: - { - break; - } - case 1: - { - *dn = dn->MakeUpper(); - break; - } - case 2: - { - *dn = dn->Mid(0,1).MakeUpper() + dn->Mid(1).MakeLower(); - break; - } - default : - { - *dn = dn->MakeLower(); - break; - } - } - if (children.Item(i)->m_Children.GetCount() > 0) - { - ChangeCaseChildren(children.Item(i)->m_Children, dispCase); - } - } -} - - -TokenF* ParserF::FindToken(const TokenFlat &token, TokensArrayF* children) -{ - if (!children) - children = FindFileTokens(token.m_Filename); - if (!children) - return NULL; - - TokenF* pFoundToken = NULL; - - for (size_t i=0; iGetCount(); i++) - { - if (children->Item(i)->m_LineStart == token.m_LineStart && children->Item(i)->m_Name == token.m_Name) - { - pFoundToken = children->Item(i); - break; - } - else if ( children->Item(i)->m_LineStart <= token.m_LineStart && - children->Item(i)->m_LineEnd >= token.m_LineStart && - children->Item(i)->m_Children.GetCount() > 0) - { - pFoundToken = FindToken(token, &children->Item(i)->m_Children); - if (pFoundToken) - break; - } - else if (children->Item(i)->m_LineStart > token.m_LineStart) - break; - } - return pFoundToken; -} - -void ParserF::ChangeLineIfRequired(cbEditor* ed, wxString& curLine) -{ - int lineStart = -1; - TokenFlat* tokFl = NULL; - FindLineScopeLN(ed, lineStart, tokFl, -1); - if (tokFl) - { - if (tokFl->m_TokenKind == tkAssociateConstruct || tokFl->m_TokenKind == tkSelectTypeDefault) - { - ChangeAssociatedName(curLine, tokFl); - } - delete tokFl; - } -} - -void ParserF::GetAddressOfToken(TokenF* token, wxArrayString& address) -{ - if (token->m_TokenKind != tkFile && token->m_pParent) - GetAddressOfToken(token->m_pParent, address); - - if (token->m_TokenKind == tkFile) - address.Add(token->m_Filename); - else - address.Add(token->m_Name); -} - -TokenF* ParserF::FindTokenBetweenChildren(TokenF* pToken, const wxString& name) -{ - TokensArrayF* pChildren = &pToken->m_Children; - - wxString nameLw = name.Lower(); - for (size_t i=0; iGetCount(); i++) - { - if (pChildren->Item(i)->m_Name.IsSameAs(nameLw)) - return pChildren->Item(i); - } - return NULL; -} - -void ParserF::FindImplementedProcInMySubmodules(TokenFlat* tok, const wxString& search, TokensArrayFlat& result) -{ - wxArrayString address; // [file_name, module_name, function_name, etc.] - FindAddress(tok, address); - if (address.Count() < 3) - return; // not in an interface - - FindImplementedProcInMySubmodules(address, search, result); -} - -void ParserF::FindImplementedProcInMySubmodules(cbEditor* ed, const wxString& search, TokensArrayFlat& result) -{ - wxArrayString address; // [file_name, module_name, function_name, etc.] - FindAddress(ed, address); - if (address.Count() < 3) - return; // not in an interface - - FindImplementedProcInMySubmodules(address, search, result); -} - -void ParserF::FindImplementedProcInMySubmodules(wxArrayString& address, const wxString& search, TokensArrayFlat& result) -{ - wxString searchLw = search.Lower(); - wxCriticalSectionLocker locker(s_CritSect); - TokensArrayF* fileChildren = FindFileTokens(address.Item(0)); - if (!fileChildren) - return; - - std::vector vpChildren; - TokenF* subModToken = NULL; - TokensArrayF* subModTokenCh = NULL; - - for (size_t i=0; iGetCount(); i++) - { - if ((fileChildren->Item(i)->m_TokenKind == tkModule || fileChildren->Item(i)->m_TokenKind == tkSubmodule) && - fileChildren->Item(i)->m_Name.IsSameAs(address.Item(1))) - { - subModToken = fileChildren->Item(i); - subModTokenCh = &fileChildren->Item(i)->m_Children; - break; - } - } - if (!subModTokenCh) - return; - - bool inInterface = false; - bool isInterfaceExp = address.Item(2).IsSameAs(_T("%%tkInterfaceExplicit")); - for (size_t i=0; iGetCount(); i++) - { - if ((subModTokenCh->Item(i)->m_TokenKind == tkInterface || subModTokenCh->Item(i)->m_TokenKind == tkInterfaceExplicit) && - (subModTokenCh->Item(i)->m_Name.IsSameAs(address.Item(2)) || isInterfaceExp)) - { - inInterface = true; - break; - } - } - if (!inInterface) - return; - - wxString modName; - if (subModToken->m_TokenKind == tkModule) - modName = subModToken->m_Name; - else - { - SubmoduleTokenF* submod = static_cast(subModToken); - modName = submod->m_AncestorModuleName; - } - - TokensArrayF* submodTokens = new TokensArrayF(); - FindSubmodulesWhichExtends(modName, submodTokens); - int mask = tkFunction | tkSubroutine | tkProcedure; - - for (size_t j=0; jGetCount(); j++) - { - TokensArrayF* smCh = &submodTokens->Item(j)->m_Children; - for (size_t i=0; iGetCount(); i++) - { - if ((smCh->Item(i)->m_TokenKind & mask) && - smCh->Item(i)->m_Name.IsSameAs(searchLw)) - { - result.Add(new TokenFlat(smCh->Item(i))); - } - } - } -} - -void ParserF::FindSubmodulesWhichExtends(const wxString& moduleName, TokensArrayF* result) -{ - for (size_t i=0; iGetCount(); i++) - { - if (m_pTokens->Item(i)->m_TokenKind == tkFile) - { - TokensArrayF* children = &m_pTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if (children->Item(j)->m_TokenKind == tkSubmodule) - { - SubmoduleTokenF* submod = static_cast(children->Item(j)); - if (submod->m_AncestorModuleName.IsSameAs(moduleName)) - result->Add(children->Item(j)); - } - } - } - } -} - -void ParserF::ChangeArgumentsTypeBoundProc(TokenFlat& tbProcTok, const TokenFlat& procTok) -{ - if (tbProcTok.m_Pass) - { - wxString pass_arg = tbProcTok.m_Args; - wxString args = procTok.m_Args; - int start = 0; - int end = 0; - if (!pass_arg.IsEmpty()) - GetPossitionOfDummyArgument(args, pass_arg, start, end); - else - GetCallTipHighlight(args, 0, start, end); - if (end <= start) - { - tbProcTok.m_Args = args; // was not found? - return; - } - - wxString fpart = args.Mid(0,start); - int compos = fpart.Find(',',true); - if (compos != wxNOT_FOUND) - fpart = fpart.Mid(0,compos+1); - - wxString spart = args.Mid(start); - compos = spart.Find(','); - if (compos != wxNOT_FOUND) - spart = spart.Mid(compos+1).Trim(false); - else - spart = args.Mid(end).Trim(false); - - tbProcTok.m_Args = fpart.Append(spart); - } - else - { - tbProcTok.m_Args = procTok.m_Args; - } -} - -void ParserF::GetChildren(TokenFlat* token, int tokenKindMask, TokensArrayFlat& result) -{ - TokenF* pToken = NULL; - TokensArrayF* pChildren = FindFileTokens(token->m_Filename); - - for (size_t i=0; i<8; i++) - { - bool newChildren = false; - for (size_t j=0; j < pChildren->GetCount(); j++) - { - if (pChildren->Item(j)->m_LineStart == token->m_LineStart && pChildren->Item(j)->m_Name.IsSameAs(token->m_Name)) - { - pToken = pChildren->Item(j); - break; - } - else if (pChildren->Item(j)->m_LineStart <= token->m_LineStart && pChildren->Item(j)->m_LineEnd >= token->m_LineEnd) - { - pChildren = &pChildren->Item(j)->m_Children; - newChildren = true; - break; - } - else if (pChildren->Item(j)->m_LineStart > token->m_LineStart) - { - break; - } - } - if (!newChildren) - break; - } - - if (!pToken) - return; - - pChildren = &pToken->m_Children; - for (size_t i=0; iGetCount(); i++) - { - if (pChildren->Item(i)->m_TokenKind & tokenKindMask) - { - result.Add(new TokenFlat(pChildren->Item(i))); - } - } -} - -void ParserF::FindMatchTokensAtInclude(cbEditor* ed, const wxString& findName, bool onlyPublicNames, bool partialMach, TokensArrayFlat& result) -{ - wxFileName fname(ed->GetFilename()); - wxString parFName = m_pIncludeDB->GetOneParentFile(fname.GetFullName()); - - if (parFName.IsEmpty()) - return; - - TokenF* pFileToken = FindFileTokenWithName(parFName); - if (!pFileToken) - return; - - TokensArrayFlatClass includeTmp; - TokensArrayFlat* includeToks = includeTmp.GetTokens(); - int mask = tkInclude; - - FindMatchChildrenDeclared(pFileToken->m_Children, fname.GetFullName().Lower(), *includeToks, mask, false, mask, onlyPublicNames); - - if (includeToks->Count() == 0) - return; - - int tokKind = tkModule | tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | - tkBlockData | tkType | tkVariable | tkProcedure; - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* resultTmp = tokensTmp.GetTokens(); - TokensArrayFlatClass tokensTmpU; - TokensArrayFlat* resultTmpU = tokensTmpU.GetTokens(); - FindUseAssociatedTokens(onlyPublicNames, includeToks->Item(0), findName, partialMach, *resultTmp, tokKind, false, resultTmpU); - FindImplementedProcInMySubmodules(ed, findName, *resultTmp); - for (size_t i=0; iGetCount(); i++) - { - AddUniqueResult(result, resultTmpU->Item(i)); - } - for (size_t i=0; iGetCount(); i++) - { - result.Add(new TokenFlat(resultTmp->Item(i))); - } -} - -void ParserF::BuildCalledByDict(CalledByDict& cByDict) -{ - cByDict.Build(m_pTokens); -} - - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/2e/2e78612a2706e09c2e9a688d7e1865f6029899d1.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/2e/2e78612a2706e09c2e9a688d7e1865f6029899d1.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f21f7cb2795028d6a6d6491260f5a9bd8943754.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f21f7cb2795028d6a6d6491260f5a9bd8943754.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f5ecae191f1b12b6e352b3bce850cb9ee8873ce.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f5ecae191f1b12b6e352b3bce850cb9ee8873ce.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f5ecae191f1b12b6e352b3bce850cb9ee8873ce.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/2f/2f5ecae191f1b12b6e352b3bce850cb9ee8873ce.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,124 +0,0 @@ - - - - - - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/32/32e023c72e15c2956e9e3b859fb1aaf58ec1b84d.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/32/32e023c72e15c2956e9e3b859fb1aaf58ec1b84d.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/33/33d5bc82e34f6ef508faf6573a769655f5fb9c78.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/33/33d5bc82e34f6ef508faf6573a769655f5fb9c78.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/34/347e75c217ab6d0118db7ca97b64f4b262b4b7fe.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/34/347e75c217ab6d0118db7ca97b64f4b262b4b7fe.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/35/35768711acc8effe759ffb0f5ab3ea4ad6a909e3.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/35/35768711acc8effe759ffb0f5ab3ea4ad6a909e3.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/35/35fa7bd06a6f22d3fdf2b26a728425b02e5ca277.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/35/35fa7bd06a6f22d3fdf2b26a728425b02e5ca277.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/36/367f0947bb56afdc0e264a536e6114249e5a1b70.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/36/367f0947bb56afdc0e264a536e6114249e5a1b70.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/36/367f0947bb56afdc0e264a536e6114249e5a1b70.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/36/367f0947bb56afdc0e264a536e6114249e5a1b70.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ - -#include "moduletokenf.h" - -ModuleTokenF::ModuleTokenF(): - TokenF(), - m_DefaultPublic(true) -{ -} - -ModuleTokenF::~ModuleTokenF() -{ - //dtor -} - -void ModuleTokenF::SetDefaultPublic(bool defPublic) -{ - m_DefaultPublic = defPublic; -} - -void ModuleTokenF::AddToPrivateList(wxString& privateTName) -{ - if (m_PrivateTList.Index(privateTName) == wxNOT_FOUND) - m_PrivateTList.Add(privateTName); -} - -void ModuleTokenF::AddToPublicList(wxString& publicTName) -{ - if (m_PublicTList.Index(publicTName) == wxNOT_FOUND) - m_PublicTList.Add(publicTName); -} - -bool ModuleTokenF::HasNameInPrivateList(wxString& str) -{ - if (m_PrivateTList.Index(str) != wxNOT_FOUND) - return true; - else - return false; -} - -bool ModuleTokenF::HasNameInPublicList(wxString& str) -{ - if (m_PublicTList.Index(str) != wxNOT_FOUND) - return true; - else - return false; -} - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/36/36ea0fbcbbb29be10295fb2c4928f14024679769.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/36/36ea0fbcbbb29be10295fb2c4928f14024679769.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/36/36ea0fbcbbb29be10295fb2c4928f14024679769.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/36/36ea0fbcbbb29be10295fb2c4928f14024679769.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,181 +0,0 @@ -/*************************************************************** - * Name: fortranproject - * Purpose: Code::Blocks plugin - * Author: Darius Markauskas, darmar.lt@gmail.com (code based on Code-completion plugin) - * Created: 2009-07-11 - * Copyright: - * License: GPL - **************************************************************/ - -#ifndef FORTRANPROJECT_H_INCLUDED -#define FORTRANPROJECT_H_INCLUDED - -// For compilers that support precompilation, includes -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include // for "class cbToolPlugin" -#include "nativeparserf.h" -#include "keywordsparserf.h" -#include -#include -#include -#include "loggers.h" -#include "finfowindow.h" -#include "lineaddress.h" -#include "autoinsert.h" -#include "constrhighlighter.h" -#include "calltree.h" - -enum DocsShowOptions -{ - dsoAlways, - dsoOnly, - dsoNot -}; - - -class FortranProject : public cbCodeCompletionPlugin -{ - public: - - FortranProject(); - ~FortranProject(); - - virtual void OnAttach(); - virtual void OnRelease(bool appShutDown); - - void OnUpdateUI(wxUpdateUIEvent& event); - void OnUpdateUICallTree(wxUpdateUIEvent& event); - void BuildMenu(wxMenuBar* menuBar); - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0); - void OnViewWorkspaceBrowser(wxCommandEvent& event); - virtual bool BuildToolBar(wxToolBar* toolBar); - void ShowCallTipEvt(CodeBlocksEvent& event); - void MakeCompleteCode(); - - - void EditorEventHook(cbEditor* editor, wxScintillaEvent& event); - - virtual int GetConfigurationGroup() const { return cgEditor; } - void ShowInfoLog(TokensArrayFlat* result, bool isAfterPercent); - cbConfigurationPanel* GetConfigurationPanel(wxWindow* parent); - void RereadOptions(); - void CheckEnableToolbar(); - bool GotoToken(TokenFlat* pToken, cbEditor* cured); - void ShowCallTree(bool showCallTree); - - // override - virtual CCProviderStatus GetProviderStatusFor(cbEditor* ed); - virtual std::vector GetAutocompList(bool isAuto, cbEditor* ed, int& tknStart, int& tknEnd); - virtual void DoAutocomplete(const CCToken& token, cbEditor* ed); - virtual wxString GetDocumentation(const CCToken& token); - virtual std::vector GetCallTips(int pos, int style, cbEditor* ed, int& argsPos); - virtual std::vector GetTokenAt(int pos, cbEditor* ed, bool& allowCallTip); - virtual wxString OnDocumentationLink(wxHtmlLinkEvent& event, bool& dismissPopup); - - private: - - void OnAppDoneStartup(CodeBlocksEvent& event); - void OnWorkspaceChanged(CodeBlocksEvent& event); - void OnProjectActivated(CodeBlocksEvent& event); - void OnProjectClosed(CodeBlocksEvent& event); - void OnProjectSaved(CodeBlocksEvent& event); - void OnProjectFileAdded(CodeBlocksEvent& event); - void OnProjectFileRemoved(CodeBlocksEvent& event); - void OnCompilerStarted(CodeBlocksEvent& event); - void OnCleanProjectStarted(CodeBlocksEvent& event); - void OnCleanWorkspaceStarted(CodeBlocksEvent& event); - void OnGotoDeclaration(wxCommandEvent& event); - void OnEditorSave(CodeBlocksEvent& event); - void OnEditorActivated(CodeBlocksEvent& event); - void OnEditorDeactivated(CodeBlocksEvent& event); - void OnEditorClose(CodeBlocksEvent& event); - void OnReparseEditorTimer(wxTimerEvent& event); - void CodeCompletePreprocessor(int tknStart, int tknEnd, cbEditor* ed, std::vector& tokens); - void DoCodeComplete(int caretPos, cbEditor* ed, std::vector& tokens); - void CodeComplete(const int pos, cbEditor* ed, std::vector& tokens); - void OnValueTooltip(CodeBlocksEvent& event); - void WriteToLog(const wxString& text); - void CreateLogWindow(); - void RemoveLogWindow(bool appShutDown); - void OnJumpBack(wxCommandEvent& event); - void OnJumpHome(wxCommandEvent& event); - void OnJumpForward(wxCommandEvent& event); - void JumpToLine(const LineAddress& adr); - wxString GetIncludeFilename(cbStyledTextCtrl* control); - void OnMenuEditPaste(wxCommandEvent& event); - - void OnDebuggerStarted(CodeBlocksEvent& event); - void OnDebuggerFinished(CodeBlocksEvent& event); - bool m_IsDebugging; - - void OnGenerateMakefile(wxCommandEvent& event); - void OnChangeCase(wxCommandEvent& event); - void OnTab2Space(wxCommandEvent& event); - void OnBindTo(wxCommandEvent& event); - void OnFormatIndent(wxCommandEvent& event); - void OnShowCallTreeView(wxCommandEvent& event); - void OnShowCallTree(wxCommandEvent& event); - void OnShowCalledByTree(wxCommandEvent& event); - - bool m_InitDone; - - NativeParserF* m_pNativeParser; - CallTree* m_pCallTree; - - int m_EditorHookId; - int m_LastPosForCodeCompletion; - wxTimer m_TimerCodeCompletion; - cbEditor* m_pCodeCompletionLastEditor; - wxMenu* m_ViewMenu; - wxMenu* m_FortranToolsMenu; - - wxToolBar* m_pToolbar; - - bool m_ShowedCallTip; - - bool m_WasCallTipActive; - - bool m_IsAutoPopup; - int m_ActiveCalltipsNest; - int m_CurrentLine; - bool m_LexerKeywordsToInclude[9]; - bool m_UseSmartCC; - size_t m_MaxMatch; - - bool m_LogUseWindow; - bool m_LogComAbove; - bool m_LogComBelow; - bool m_LogDeclar; - bool m_LogComVariab; - bool m_LogOnlyUseAssoc; - bool m_LogOnlyPublicNames; - bool m_LogShowTypeVariables; - - DocsShowOptions m_DocsShowOption; - - bool m_AutoInsertEnabled; - AutoInsert m_AutoInsert; - - ConstrHighlighter m_ConstrHighlighter; - - FInfoWindow* m_pFortranLog; - - KeywordsParserF* m_pKeywordsParser; - wxString m_LastCallTipName; - bool m_WasCallTipInfoLog; - - std::map m_IdxCallTipPage; - wxTimer m_TimerReparseEditor; - - TokensArrayFlatClass m_TokensCCList; - - DECLARE_EVENT_TABLE() -}; - -#endif // FORTRANPROJECT_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/37/37f0b734140ccb1851fba599ea3de4c177b2fe12.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/37/37f0b734140ccb1851fba599ea3de4c177b2fe12.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/37/37f0b734140ccb1851fba599ea3de4c177b2fe12.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/37/37f0b734140ccb1851fba599ea3de4c177b2fe12.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef KEYWORDSPARSERF_H -#define KEYWORDSPARSERF_H - -#include -#include -#include -#include "tokenf.h" -#include "tokenizerf.h" -#include "parserf.h" -#include "cbeditor.h" -#include -#include - -typedef std::vector ArrayOfFortranSourceForm; -typedef std::set StringSet; - -enum CompilerDirective -{ - cdNone = 0, - cdOther, - cdOpenMP, - cdOpenACC, -}; - -class KeywordsParserF -{ - public: - KeywordsParserF(); - ~KeywordsParserF(); - bool HasTokenSuitableKind(const wxString& name, int tokKind); - void GetCallTips(const wxString& name, wxArrayString& callTips, TokensArrayFlat* result); - void FindTokens(const wxString& name, TokensArrayFlat& result); - ParserF* GetParser(){ return &m_Parser; }; - const wxArrayString* GetKeywords(CompilerDirective cdir); - - protected: - private: - void MakeOtherKeywordSet(); - bool m_IsDone; - - ParserF m_Parser; - - StringSet m_SubrSet; - StringSet m_FuncSet; - StringSet m_OtherKeywordSet; - - wxArrayString m_OpenMPKeywords; - wxArrayString m_OpenACCKeywords; -}; - -#endif // KEYWORDSPARSERF_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/38/3825939b2db60577262ae33d39eb61de9ab2a10f.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/38/3825939b2db60577262ae33d39eb61de9ab2a10f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/38/3825939b2db60577262ae33d39eb61de9ab2a10f.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/38/3825939b2db60577262ae33d39eb61de9ab2a10f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#ifndef FINFOWINDOW_H -#define FINFOWINDOW_H - -#include -#include - - -class FInfoWindow : public wxPanel -{ - public: - FInfoWindow(); - ~FInfoWindow(); - void RemoveFromNotebook(); - void WriteToInfoWindow(const wxString& text); - protected: - private: - void SetFoldingIndicator(); - void SetMarkerStyle(int marker, int markerType, wxColor fore, wxColor back); - - cbStyledTextCtrl* m_pView; -}; - -#endif // FINFOWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/38/38a6d389d4d48ca33020afdd17dc97eee9732ffe.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/38/38a6d389d4d48ca33020afdd17dc97eee9732ffe.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/38/38a6d389d4d48ca33020afdd17dc97eee9732ffe.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/38/38a6d389d4d48ca33020afdd17dc97eee9732ffe.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,166 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3a/3a54a6c58dd7254c613df2161f3eab857c8e2b32.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3a/3a54a6c58dd7254c613df2161f3eab857c8e2b32.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3a/3a54a6c58dd7254c613df2161f3eab857c8e2b32.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3a/3a54a6c58dd7254c613df2161f3eab857c8e2b32.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,113 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef WORKSPACEBROWSERBUILDER_H -#define WORKSPACEBROWSERBUILDER_H - -#include -#include -#include - -#include "tokenf.h" -#include "parserf.h" -#include "fpimagelist.h" - -enum SpecialFolder -{ - sfToken = 0x0001, // token node - sfRoot = 0x0002, // root node - sfGFuncs = 0x0004, // global funcs node - sfOthers = 0x0010, // preprocessor symbols node - sfFile = 0x0020, // file node -}; - -enum BrowserDisplayFilter -{ - bdfFile = 0, - bdfProject, - bdfWorkspace, -}; - -struct BrowserOptions -{ - BrowserDisplayFilter displayFilter; // default: bdfWorkspace - bool visibleBottomTree; - bool sortAlphabetically; - bool showLocalVariables; - bool showIncludeSeparately; -}; - -class TreeDataF : public wxTreeItemData -{ - public: - TreeDataF(SpecialFolder sf = sfToken, TokenF* token = 0) - : m_pToken(token), - m_SpecialFolder(sf) - { - } - TokenF* m_pToken; - SpecialFolder m_SpecialFolder; -}; - -class WorkspaceBrowserBuilder -{ - public: - WorkspaceBrowserBuilder(ParserF* parser, wxTreeCtrl* treeTop, wxTreeCtrl* treeBottom); - virtual ~WorkspaceBrowserBuilder(); - - void Init(const wxString& active_filename, - cbProject* active_project, - const BrowserOptions& options); - void ExpandTop(); - void ExpandTopNode(wxTreeItemId node); - void CollapsTopNode(wxTreeItemId node); - void SelectItem(TokenF* item); - bool SelectNode(wxTreeItemId node); - void DeleteTopRootChildren(); - void MakeExpandedNodesArray(wxArrayString &expandedBottomNodes); - void ExpandBottomNodes(wxArrayString &expandedBottomNodes); - wxImageList* GetImageList(); - int GetTokenKindImageIdx(TokenF* token); - void MarkSymbol(const wxString& filename, int line); - void MakeVisibleCurrent(); - void SetActiveProject(cbProject* prj); - - bool m_AtWork; - - protected: - void BuildTree(); - wxTreeItemId AddNodeIfNotThere(wxTreeCtrl* tree, wxTreeItemId parent, const wxString& name, int imgIndex = -1, TreeDataF* data = 0, bool sorted = true); - void AddTreeChildren(wxTreeCtrl* tree, wxTreeItemId parent, int tokenKindMask); - bool AddFileNodes(wxTreeCtrl* tree, wxTreeItemId parent, wxString file, int tokenKindMask); - bool AddChildrenNodes(wxTreeCtrl* tree, wxTreeItemId parent, TokenF* token, int tokenKindMask); - int AddInterfaceNode(wxTreeCtrl* tree, wxTreeItemId parent, TokenF* parToken); - int AddTypeChildren(wxTreeCtrl* tree, wxTreeItemId parent, TokensArrayF* pTokens); - wxTreeItemId FindItemByName(wxTreeCtrl* tree, wxString name, wxString name2=wxString()); - void CreateSpecialFolders(); - bool FileHasTokens(const wxString& fileName, int tokenKindMask); - bool HasGlobalFunctionsOthers(int tokenKindMask); - bool HasChildren(TokenF* tokenParent, int tokenKindMask); - void MarkItem(wxTreeCtrl* tree, wxTreeItemId& item, bool mark=true); - bool MarkBottomSymbol(const wxString& filename, int line); - void UnmarkBottomSymbol(); - void MarkChildSymbol(wxTreeCtrl* tree, wxTreeItemId& root, int line, bool mark=true); - bool MarkGlobalSymbol(wxTreeCtrl* tree, wxTreeItemId& root, const wxString& filename, int line); - bool IsLineInGlobals(const wxString& file, int line); - void AddIncludeFiles(wxTreeCtrl* tree, wxTreeItemId parent); - - ParserF* m_pParser; - wxTreeCtrl* m_pTreeTop; - wxTreeCtrl* m_pTreeBottom; - FPImageList m_Imlist; - - wxString m_ActiveFilename; - cbProject* m_pActiveProject; - BrowserOptions m_Options; - wxArrayString m_ExpandedNodes; - - private: -}; - -#endif // WORKSPACEBROWSERBUILDER_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3a/3af5cd0690085ee8df109c09145e5122c22e05d2.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3a/3af5cd0690085ee8df109c09145e5122c22e05d2.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3b/3b74cbd57a17996f7b1cbd0792b2a2d19deb6778.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3b/3b74cbd57a17996f7b1cbd0792b2a2d19deb6778.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3b/3b74cbd57a17996f7b1cbd0792b2a2d19deb6778.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3b/3b74cbd57a17996f7b1cbd0792b2a2d19deb6778.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -#ifndef BINDTONEWTYPE_H -#define BINDTONEWTYPE_H - -//(*Headers(BindtoNewType) -#include -#include -#include -#include -//*) - -class BindtoNewType: public wxDialog -{ - public: - - BindtoNewType(wxWindow* parent,wxWindowID id=wxID_ANY,const wxPoint& pos=wxDefaultPosition,const wxSize& size=wxDefaultSize); - virtual ~BindtoNewType(); - - //(*Declarations(BindtoNewType) - wxTextCtrl* tc_Fortran; - wxTextCtrl* tc_C; - wxTextCtrl* tc_BindC; - //*) - void SetEditType(const wxString& ft, const wxString& bt, const wxString& ct); - wxString GetFortranType(); - wxString GetBindCType(); - wxString GetCType(); - - protected: - - //(*Identifiers(BindtoNewType) - static const long ID_TEXTCTRL1; - static const long ID_TEXTCTRL2; - static const long ID_TEXTCTRL3; - //*) - - private: - - //(*Handlers(BindtoNewType) - //*) - void OnOK(wxCommandEvent& event); - - DECLARE_EVENT_TABLE() -}; - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3c/3cc084a946dadc10428c386e9e3bbc6d407695c0.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3c/3cc084a946dadc10428c386e9e3bbc6d407695c0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3c/3cc084a946dadc10428c386e9e3bbc6d407695c0.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3c/3cc084a946dadc10428c386e9e3bbc6d407695c0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ -#include "finfowindow.h" -#include -#include "cbeditor.h" -#include "editorcolourset.h" -#include - -FInfoWindow::FInfoWindow() - :wxPanel(Manager::Get()->GetAppWindow()) -{ - //ctor - m_pView = new cbStyledTextCtrl(this, wxID_ANY, wxDefaultPosition, wxSize(1,1)); - wxBoxSizer* sizer = new wxBoxSizer(wxVERTICAL); - sizer->Add(m_pView, 1, wxEXPAND, 0); - SetSizer(sizer); - sizer->Fit(this); - sizer->SetSizeHints(this); - - m_pView->SetReadOnly(true); - - // Colorize - cbEditor::ApplyStyles(m_pView); - EditorColourSet edColSet; - edColSet.Apply(edColSet.GetLanguageForFilename(_T("name.f90")), m_pView); - SetFoldingIndicator(); - - CodeBlocksLogEvent evtAdd(cbEVT_ADD_LOG_WINDOW, this, _("Fortran info")); - Manager::Get()->ProcessEvent(evtAdd); -} - -FInfoWindow::~FInfoWindow() -{ - //dtor -} - -void FInfoWindow::RemoveFromNotebook() -{ - if(Manager::Get()->GetLogManager()) - { - CodeBlocksLogEvent evt(cbEVT_REMOVE_LOG_WINDOW, this); - Manager::Get()->ProcessEvent(evt); - } -} - -void FInfoWindow::WriteToInfoWindow(const wxString& text) -{ - m_pView->Enable(false); - m_pView->SetReadOnly(false); - - m_pView->SetText(text); - - m_pView->SetReadOnly(true); - m_pView->Enable(true); -} - -void FInfoWindow::SetMarkerStyle(int marker, int markerType, wxColor fore, wxColor back) -{ - m_pView->MarkerDefine(marker, markerType); - m_pView->MarkerSetForeground(marker, fore); - m_pView->MarkerSetBackground(marker, back); -} - -void FInfoWindow::SetFoldingIndicator() -{ - //simple style - SetMarkerStyle(wxSCI_MARKNUM_FOLDEROPEN, wxSCI_MARK_MINUS, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDER, wxSCI_MARK_PLUS, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDERSUB, wxSCI_MARK_BACKGROUND, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDERTAIL, wxSCI_MARK_BACKGROUND, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDEREND, wxSCI_MARK_PLUS, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDEROPENMID, wxSCI_MARK_MINUS, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); - SetMarkerStyle(wxSCI_MARKNUM_FOLDERMIDTAIL, wxSCI_MARK_BACKGROUND, wxColor(0xff, 0xff, 0xff), wxColor(0x80, 0x80, 0x80)); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3d/3ddf874fe5b743d98e5ddb9fb652fce14ecf3f5f.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3d/3ddf874fe5b743d98e5ddb9fb652fce14ecf3f5f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3d/3ddf874fe5b743d98e5ddb9fb652fce14ecf3f5f.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3d/3ddf874fe5b743d98e5ddb9fb652fce14ecf3f5f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,174 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef PARSERF_H -#define PARSERF_H - -#include -#include -#include -#include "tokenf.h" -#include "tokenizerf.h" -#include "includedb.h" -#include "cbeditor.h" -#include -#include -#include "farrays.h" -#include "fortranfileext.h" -#include "calledbydict.h" - -typedef std::vector ArrayOfFortranSourceForm; - -extern FortranFileExt g_FortranFileExt; - -class ParserF -{ - public: - ParserF(bool withIntrinsicModules=true); - ~ParserF(); - bool Parse(const wxString& filename, FortranSourceForm fsForm); - bool Reparse(const wxString& filename, FortranSourceForm fsForm); - bool BatchParse(const wxArrayString& filenames, ArrayOfFortranSourceForm& fileForms); - bool RemoveFile(const wxString& filename); - void RemoveBuffer(const wxString& filename); - TokensArrayF* GetTokens(){return m_pTokens;}; - bool FindTypeBoundProcedures(const TokenFlat& interToken, const wxArrayString& searchArr, TokensArrayFlat& resTokenArr); - bool FindMatchTokenInSameModule(const TokenFlat& procedureToken, const wxString& search, TokensArrayFlat& result, int tokenKindMask, int noChildrenOf); - size_t FindMatchTokensDeclared(const wxString& search, TokensArrayFlat& result, int tokenKindMask, bool partialMatch=false, int noChildrenOf=0, - bool onlyPublicNames=false, bool noIncludeFiles=false); - size_t FindMatchTokens(wxString filename, wxString search, TokensArrayF& result); - void Clear(); - void ObtainUsedDeclaredModules(const wxString& fileName, StringSet* fileUseModules, StringSet* fileDeclaredModules, - StringSet* fileExtendsSModules, StringSet* fileDeclaredSubmodules, StringSet* fileIncludes); - bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm); - void FindMatchDeclarationsInCurrentScope(const wxString& search, cbEditor* ed, TokensArrayFlat& result, bool partialMatch, int endPos=-1, int* nLineStart=NULL); - void FindMatchVariablesInModules(const wxString& search, TokensArrayFlat& result, bool partialMatch); - bool FindMatchTypeComponents(TokenFlat& parentTok, const wxString& lineStr, TokensArrayFlat& result); - bool FindMatchTypeComponents(cbEditor* ed, const wxString& line, TokensArrayFlat& result, bool partialMatch, bool onlyPublicNames, - bool& isAfterPercent, bool getAsProcedure); - bool FindMatchTypeComponents2(TokensArrayFlat* foundVariables, unsigned int myScopeLine, wxString& myFilename, wxArrayString& parts, - TokensArrayFlat& result, bool partialMatch, bool onlyPublicNames, bool getAsProcedure); - bool CutLineIntoParts(const wxString& lineCur, bool& isAfterPercent, wxArrayString& parts); - void FindMatchTokensForToolTip(const wxString& nameUnder, int posEndOfWord, cbEditor* ed, bool onlyUseAssoc, bool onlyPublicNames, TokensArrayFlat& result, bool& isAfterPercent); - void FindGenericTypeBoudComponents(TokenFlat* token, TokensArrayFlat& result); - void FindMatchOperatorTokensForJump(wxString& nameOperator, TokensArrayFlat& result); - void FindMatchTokensForJump(cbEditor* ed, bool onlyUseAssoc, bool onlyPublicNames, TokensArrayFlat& result); - bool FindMatchTokensForCodeCompletion(bool useSmartCC, bool onlyUseAssoc, bool onlyPublicNames, const wxString& nameUnderCursor, cbEditor* ed, TokensArrayFlat& result, bool& isAfterPercent, int& tokKind); - bool FindWordsBefore(cbEditor* ed, int numberOfWords, wxString &curLine, wxArrayString &firstWords); - void RereadOptions(); - bool FindTokenDeclaration(TokenFlat& token, const wxString& argName, wxString& argDecl, wxString& argDescription); - bool FindTokenRange(TokenFlat& token, wxString& txtRange, wxString& buff, std::vector &lineStarts, bool withDefinition=false, bool readFile=true); - bool FindTokenRange(TokenFlat& token, wxString& txtRange); - bool FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg); - bool FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, bool readFile); - bool FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, wxString& argsNew); - bool FindInfoLog(TokenFlat& token, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, const wxString& argsNew, bool readFile); - bool FindTooltipForTypeBoundProc(wxString& msg, TokenFlat* token1, TokenFlat* token2); - bool FindInfoLogForTypeBoundProc(TokensArrayFlat& tokenPair, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg, - wxString* buff=NULL, std::vector* lineStarts=NULL); - bool FindInfoLogForGenericTBProc(TokensArrayFlat& tokens, bool logComAbove, bool logComBelow, bool logDeclar, bool logComVariab, wxString& msg); - bool GetTokenStr(TokenFlat& token, wxString& msg); - void FindChildrenOfInterface(TokenFlat* token, TokensArrayFlat& result); - void GetPossitionOfDummyArgument(const wxString& args, const wxString& arg, int& start, int& end); - void GetCallTipHighlight(const wxString& calltip, int commasWas, int& start, int& end); - void FindUseAssociatedTokens(bool onlyPublicNames, TokenFlat* tok, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, bool changeDisplayName, TokensArrayFlat* useWithRenameTok=NULL); - void FindUseAssociatedTokens(bool onlyPublicNames, cbEditor* ed, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, bool changeDisplayName, TokensArrayFlat* useWithRenameTok=NULL); - void FindUseAssociatedTokens(bool onlyPublicNames, wxArrayString& address, const wxString& search, bool partialMatch, TokensArrayFlat& result, int tokenKindMask, bool changeDisplayName, TokensArrayFlat* useWithRenameTok=NULL); - void GetTypeComponentsInFile(const wxString& fileName, const unsigned int line, const wxString& nameType, TokensArrayFlat* result); - bool IsIncludeFile(wxString fileName); - bool HasIncludeFiles(); - TokenF* FindFile(const wxString& filename); - void FindFile(const wxString& filename, TokensArrayFlat& result); - void SetNewTokens(TokensArrayF* pTokens); - void SetNewIncludeDB(IncludeDB* pIncludeDB); - void ConnectToNewTokens(); - void SetNewCurrentTokens(TokensArrayF* pTokens); - void ConnectToNewCurrentTokens(); - void ChangeLineIfRequired(cbEditor* ed, wxString& curLine); - TokenF* FindTokenBetweenChildren(TokenF* pToken, const wxString& name); - void GetAddress(TokenF* token, wxArrayString& address); - TokenF* FindToken(const TokenFlat &token, TokensArrayF* children=NULL); - void ChangeArgumentsTypeBoundProc(TokenFlat& tbProcTok, const TokenFlat& procTok); - void GetChildren(TokenFlat* token, int tokenKindMask, TokensArrayFlat& result); - void FindImplementedProcInMySubmodules(TokenFlat* tok, const wxString& search, TokensArrayFlat& result); - void BuildCalledByDict(CalledByDict& cByDict); - - protected: - private: - void FindMatchChildren(TokensArrayF &m_Children, wxString search, TokensArrayF& result, bool exact=false); - size_t GetFileIndex(const wxString& filename); - TokensArrayF* FindFileTokens(const wxString& filename); - TokenF* FindFileTokenWithName(const wxString& filename); - TokenF* FindModuleSubmoduleToken(const wxString& moduleName); - void ObtainUDModulesToken(TokenF* token, StringSet* fileUseModules, StringSet* fileDeclaredModules, - StringSet* fileExtendsSModules, StringSet* fileDeclaredSubmodules, StringSet* fileIncludes); - void FindMatchChildrenDeclared(TokensArrayF &m_Children, wxString search, TokensArrayFlat& result, int tokenKindMask, bool partialMatch=false, int noChildrenOf=0, bool onlyPublicNames=false); - bool FindLineScope(unsigned int line, int& lineStart, int tokenKindMask, TokensArrayF& children, TokenF* &pToken); - void FindLineScopeLN(cbEditor* ed, int& lineStart, TokenFlat* &token, int endPos); - bool CutBlocks(const wxChar& ch, wxString& line); - bool GetTypeOfComponent(const wxString& nameType, const wxString& nameComponent, wxString& nameTypeComponent); - bool GetTypeOfComponent(TokenF** pT, const wxString& nameComponent, wxString& nameTypeComponent); - bool GetTypeOfChild(TokenF* pT, const wxString& nameComponent, wxString& nameTypeComponent); - TokenF* GetType(const wxString& nameType); - TokenF* GetTypeInFile(const wxString& fileName, const unsigned int line, const wxString& nameType); - //void FindUseAssociatedTokens(TokenF* useToken, const wxString& searchLw, TokensArrayFlat& result, int tokenKindMask, bool partialMatch, bool changeDisplayName, bool onlyPublicNames, TokensArrayFlat* useWithRenameTok=NULL); - //void FindMatchTokensInModuleAndUse(const wxString &modName, const wxString& searchLw, TokensArrayFlat& result, int tokenKindMask, int noChildrenOf, bool partialMatch, bool onlyPublicNames, bool changeDisplayName, TokensArrayFlat* useWithRenameTok); - void FindUseAssociatedTokens2(TokenF* useToken, const wxString &searchLw, ArrOfSizeT &resChildrenIdx, BoolArray2D &resCanBeSeen2D, int tokenKindMask, bool partialMatch, bool changeDisplayName, - bool onlyPublicNames, TokensArrayFlat& renamedTokens, TokensArrayFlat* useWithRenameTok); - void FindMatchTokensInModuleAndUse2(const wxString& modName, const wxString& searchLw, ArrOfSizeT* &childrenIdx, BoolArray2D* &canBeSeen2D, int tokenKindMask, - int noChildrenOf, bool partialMatch, bool onlyPublicNames, bool changeDisplayName, TokensArrayFlat* useWithRenameTok); - void ChangeAssociatedName(wxString& line, TokenFlat* token); - void FindAddress(cbEditor* ed, wxArrayString& address); - void FindAddress(TokenFlat* tokFl, wxArrayString& address); - void FindTokensForUse(const wxString& search, wxArrayString& firstWords, TokensArrayFlat& result, bool onlyPublicNames); - void AddUniqueResult(TokensArrayFlat& result, const TokenF* token, bool isHostAssociated); - void AddUniqueResult(TokensArrayFlat& result, const TokenFlat* token); - void AddIncludeFileChildren(const TokenF* include, TokensArrayF& tokens); - void GetSubmoduleHostTokens(TokenF* subModToken, std::vector &vpChildren); - void ClearTokens(TokensArrayF* pTokens); - void ParseIntrinsicModules(); - void ChangeCaseChildren(TokensArrayF &children, int dispCase); - void GetAddressOfToken(TokenF* token, wxArrayString& address); - void FindImplementedProcInMySubmodules(cbEditor* ed, const wxString& search, TokensArrayFlat& result); - void FindImplementedProcInMySubmodules(wxArrayString& address, const wxString& search, TokensArrayFlat& result); - void FindSubmodulesWhichExtends(const wxString& moduleName, TokensArrayF* result); - void FindMatchTokensAtInclude(cbEditor* ed, const wxString& findName, bool onlyPublicNames, bool partialMach, TokensArrayFlat& result); - - TokensArrayF* m_pTokens; - TokensArrayF* m_pIntrinsicModuleTokens; - IncludeDB* m_pIncludeDB; - bool m_Done; - - wxString m_Buff; - std::vector m_LineStarts; - - int m_RecursiveDeep; - //size_t maxResultCount; - //bool reachedResultCountLimit; - - wxArrayString m_VisitedModules; - PassedTokensArray2D m_PassedTokensVisited; - ArrOfSizeT2D m_ChildrenIdxVisited; - BoolArray3D m_CanBeSeenVisited; - - bool m_UseRenameArrays; - int m_RenameDeep; - - int m_IncludeDeep; - int m_SubmodDeep; - - wxArrayString m_VisitedModulesRen; - PassedTokensArray2D m_PassedTokensVisitedRen; - ArrOfSizeT2D m_ChildrenIdxVisitedRen; - BoolArray3D m_CanBeSeenVisitedRen; - - TokensArrayF* m_pTokensNew; - IncludeDB* m_pIncludeDBNew; - TokensArrayF* m_pBufferTokens; - TokensArrayF* m_pCurrentBufferTokensNew; -}; - -#endif // PARSERF_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3e/3e17b5a7479b7f18587f0d97cb35b693416f2835.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3e/3e17b5a7479b7f18587f0d97cb35b693416f2835.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3e/3e17b5a7479b7f18587f0d97cb35b693416f2835.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3e/3e17b5a7479b7f18587f0d97cb35b693416f2835.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#ifndef SUBMODULETOKENF_H -#define SUBMODULETOKENF_H - -#include "tokenf.h" -#include - - -class SubmoduleTokenF : public TokenF -{ - public: - SubmoduleTokenF() {}; - virtual ~SubmoduleTokenF() {}; - - wxString m_AncestorModuleName; - wxString m_ParentSubmoduleName; -}; - -#endif // SUBMODULETOKENF_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3f/3f9a07d1cef9db3c27fe5183ba08ea9ae88b8ccb.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3f/3f9a07d1cef9db3c27fe5183ba08ea9ae88b8ccb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/3f/3f9a07d1cef9db3c27fe5183ba08ea9ae88b8ccb.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/3f/3f9a07d1cef9db3c27fe5183ba08ea9ae88b8ccb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,295 +0,0 @@ -#include "fpimagelist.h" -#include -#include -#include - -FPImageList::FPImageList() -{ - //ctor - - m_pImlist = new wxImageList(16, 16); - wxBitmap bmp; - wxString prefix2; - prefix2 = ConfigManager::GetDataFolder() + _T("/images/fortranproject/"); - - bmp = cbLoadBitmap(prefix2 + _T("ctor_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["use"] = 0; - bmp = cbLoadBitmap(prefix2 + _T("class_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["module"] = 1; - bmp = cbLoadBitmap(prefix2 + _T("method_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["subroutine"] = 2; - bmp = cbLoadBitmap(prefix2 + _T("method_protected.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["function"] = 3; - bmp = cbLoadBitmap(prefix2 + _T("method_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["program"] = 4; - bmp = cbLoadBitmap(prefix2 + _T("typedef.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["type"] = 5; - bmp = cbLoadBitmap(prefix2 + _T("interface.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface"] = 6; - bmp = cbLoadBitmap(prefix2 + _T("funcs_folder.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["function_folder"] = 7; - bmp = cbLoadBitmap(prefix2 + _T("others_folder.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["others_folder"] = 8; - bmp = cbLoadBitmap(prefix2 + _T("symbols_folder.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["symbols_folder"] = 9; - bmp = cbLoadBitmap(prefix2 + _T("preproc.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["preproc"] = 10; - bmp = cbLoadBitmap(prefix2 + _T("var_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["variable"] = 11; - bmp = cbLoadBitmap(prefix2 + _T("interface_function.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_function"] = 12; - bmp = cbLoadBitmap(prefix2 + _T("interface_subroutine.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_subroutine"] = 13; - bmp = cbLoadBitmap(prefix2 + _T("procedure.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["procedure"] = 14; - - bmp = cbLoadBitmap(prefix2 + _T("subroutine_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["subroutine_private"] = 15; - bmp = cbLoadBitmap(prefix2 + _T("function_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["function_private"] = 16; - bmp = cbLoadBitmap(prefix2 + _T("var_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["variable_private"] = 17; - bmp = cbLoadBitmap(prefix2 + _T("var_protected.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["variable_protected"] = 18; - bmp = cbLoadBitmap(prefix2 + _T("typedef_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["type_private"] = 19; - bmp = cbLoadBitmap(prefix2 + _T("interface_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_private"] = 20; - bmp = cbLoadBitmap(prefix2 + _T("access_list_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["access_list_private"] = 21; - bmp = cbLoadBitmap(prefix2 + _T("access_list_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["access_list_public"] = 22; - bmp = cbLoadBitmap(prefix2 + _T("access_list_protected.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["access_list_protected"] = 23; - bmp = cbLoadBitmap(prefix2 + _T("procedure_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["procedure_private"] = 24; - bmp = cbLoadBitmap(prefix2 + _T("interface_function_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_function_private"] = 25; - bmp = cbLoadBitmap(prefix2 + _T("interface_subroutine_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_subroutine_private"] = 26; - bmp = cbLoadBitmap(prefix2 + _T("class.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["submodule"] = 27; - bmp = cbLoadBitmap(prefix2 + _T("interface_subroutine_gen_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_sub_gen_private"] = 28; - bmp = cbLoadBitmap(prefix2 + _T("interface_subroutine_gen.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_sub_gen"] = 29; - bmp = cbLoadBitmap(prefix2 + _T("interface_function_gen_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_fun_gen_private"] = 30; - bmp = cbLoadBitmap(prefix2 + _T("interface_function_gen.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["interface_fun_gen"] = 31; - bmp = cbLoadBitmap(prefix2 + _T("typedef_abstract.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["type_abstract"] = 32; - bmp = cbLoadBitmap(prefix2 + _T("typedef_abstract_private.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["type_abstract_private"] = 33; - bmp = cbLoadBitmap(prefix2 + _T("dtor_public.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["procedure_final"] = 34; - bmp = cbLoadBitmap(prefix2 + _T("subroutine_call.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["subroutine_call"] = 35; - bmp = cbLoadBitmap(prefix2 + _T("function_call.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["function_call"] = 36; - bmp = cbLoadBitmap(prefix2 + _T("subroutine_calledby.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["subroutine_calledby"] = 37; - bmp = cbLoadBitmap(prefix2 + _T("function_calledby.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["function_calledby"] = 38; - - bmp = cbLoadBitmap(prefix2 + _T("unknown.png"), wxBITMAP_TYPE_PNG); - m_pImlist->Add(bmp); - m_ImgNr["unknown"] = 39; - - m_ImgNr["none"] = -1; -} - -FPImageList::~FPImageList() -{ - //dtor - delete m_pImlist; -} - -int FPImageList::GetImageIdx(const std::string& name) -{ - int idx; - if (m_ImgNr.count(name) == 0) - idx = m_ImgNr["none"]; - else - idx = m_ImgNr[name]; - return idx; -} - -int FPImageList::GetTokenKindImageIdx(TokenF* token) -{ - if (!token) - return m_ImgNr["none"]; - - switch (token->m_TokenKind) - { - case tkUse: return m_ImgNr["use"]; - - case tkModule: return m_ImgNr["module"]; - - case tkSubroutine: - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["subroutine_private"]; - else - return m_ImgNr["subroutine"]; - } - case tkFunction: - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["function_private"]; - else - return m_ImgNr["function"]; - } - case tkProgram: return m_ImgNr["program"]; - - case tkType: - { - if (token->m_TokenAccess == taPrivate) - { - if (token->m_IsAbstract) - return m_ImgNr["type_abstract_private"]; - else - return m_ImgNr["type_private"]; - } - else - { - if (token->m_IsAbstract) - return m_ImgNr["type_abstract"]; - else - return m_ImgNr["type"]; - } - } - case tkInterface: - { - if (token->m_TypeDefinition.IsSameAs(_T("subroutine"))) - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["interface_sub_gen_private"]; - else - return m_ImgNr["interface_sub_gen"]; - } - else if (token->m_TypeDefinition.IsSameAs(_T("function"))) - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["interface_fun_gen_private"]; - else - return m_ImgNr["interface_fun_gen"]; - } - else - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["interface_private"]; - else - return m_ImgNr["interface"]; - } - } - case tkInterfaceExplicit: - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["interface_private"]; - else - return m_ImgNr["interface"]; - } - - case tkCommonblock: return m_ImgNr["none"]; - - case tkPreprocessor: return m_ImgNr["preproc"]; - - case tkFile: return m_ImgNr["none"]; - - case tkVariable: - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["variable_private"]; - else if (token->m_TokenAccess == taProtected) - return m_ImgNr["variable_protected"]; - else - return m_ImgNr["variable"]; - } - - //case tkInterfaceFunction: return m_ImgNr["interface_function"]; - - //case tkInterfaceSubroutine: return m_ImgNr["interface_subroutine"]; - - case tkProcedure: - { - if (token->m_TypeDefinition.IsSameAs(_T("subroutine"))) - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["subroutine_private"]; - else - return m_ImgNr["subroutine"]; - } - else if (token->m_TypeDefinition.IsSameAs(_T("function"))) - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["function_private"]; - else - return m_ImgNr["function"]; - } - else - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["procedure_private"]; - else - return m_ImgNr["procedure"]; - } - } - - case tkAccessList: - { - if (token->m_TokenAccess == taPrivate) - return m_ImgNr["access_list_private"]; - else if (token->m_TokenAccess == taProtected) - return m_ImgNr["access_list_protected"]; - else - return m_ImgNr["access_list_public"]; - } - - case tkSubmodule: return m_ImgNr["submodule"]; - - case tkProcedureFinal: return m_ImgNr["procedure_final"]; - - default: return m_ImgNr["unknown"]; - } -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/47/47d835a99e1ef791fda0d21f7aea7dfe9cad51de.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/47/47d835a99e1ef791fda0d21f7aea7dfe9cad51de.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/47/47d835a99e1ef791fda0d21f7aea7dfe9cad51de.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/47/47d835a99e1ef791fda0d21f7aea7dfe9cad51de.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ -#ifndef CHANGECASE_H -#define CHANGECASE_H - -#include // Code::Blocks SDK -#include "scrollingdialog.h" - -class cbEditor; - -//(*Headers(ChangeCase) -#include -#include -#include -#include -//*) - -enum ChangeCaseIn -{ - chciProject = 0, - chciFile, - chciSelection, -}; - -enum ChangeCaseFor -{ - chcfKeywords = 0x0001, - chcfOther = 0x0002, -}; - -enum ChangeCaseTo -{ - chctAllCaps = 0, - chctFirstCap, - chctAllLower, -}; - -class ChangeCase: public wxScrollingDialog -{ - public: - - ChangeCase(wxWindow* parent); - virtual ~ChangeCase(); - - //(*Declarations(ChangeCase) - wxRadioButton* rb_ChCActiveProject; - wxRadioButton* rb_ChCFirstCap; - wxRadioButton* rb_ChCAllLower; - wxStaticText* StaticText1; - wxRadioButton* rb_ChCAllCaps; - wxStaticText* StaticText3; - wxRadioButton* rb_ChCSelection; - wxCheckBox* cb_ChCOtherItems; - wxCheckBox* cb_ChCKeywords; - wxRadioButton* rb_ChCCurrentFile; - wxStaticText* StaticText2; - //*) - - protected: - - //(*Identifiers(ChangeCase) - //*) - - private: - - //(*Handlers(ChangeCase) - //*) - void OnOK(wxCommandEvent& event); - void MakeChangeCase(ChangeCaseIn chin, int chfor, ChangeCaseTo chto); - void FileChangeCase(wxString filename, ChangeCaseIn chin, int chfor, ChangeCaseTo chto); - bool EditorChangeCase(cbEditor* ed, ChangeCaseIn chin, int chfor, ChangeCaseTo chto); - - DECLARE_EVENT_TABLE() -}; - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4a/4a57fb8b790a95be66adcf92a04999e3b353227d.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4a/4a57fb8b790a95be66adcf92a04999e3b353227d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4a/4a57fb8b790a95be66adcf92a04999e3b353227d.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4a/4a57fb8b790a95be66adcf92a04999e3b353227d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -#include "farrays.h" - -void ClearPassedTokensArray2D(PassedTokensArray2D &array) -{ - for(size_t j=0; jsize(); i++) - { - tf->Item(i)->Clear(); - delete tf->Item(i); - } - delete tf; - } - array.clear(); -} - -void ClearArrOfSizeT2D(ArrOfSizeT2D &array) -{ - for(size_t i=0; isize(); j++) - { - delete ba2d->at(j); - } - delete ba2d; - } - array.clear(); -} - -void ClearBoolArray2D(BoolArray2D &array) -{ - for(size_t j=0; j FConstruct::FCLReMap; -std::map > FConstruct::FCLWordMap; -std::map > FConstruct::WordFCLidMap; - -FConstruct::FConstruct() -{ - //ctor -} - -FConstruct::~FConstruct() -{ - //dtor -} - -void FConstruct::Clear() -{ - m_Parts.clear(); - m_Fct = ctUnknown; -} - -void FConstruct::AddPart(const wxString& word1, const wxString& word2, const wxString& word3) -{ - if (word1.IsEmpty()) - return; - std::vector part; - part.push_back(word1); - - if (word2.IsEmpty()) - { - m_Parts.push_back(part); - return; - } - else - part.push_back(word2); - - if (word3.IsEmpty()) - { - m_Parts.push_back(part); - return; - } - else - part.push_back(word3); - m_Parts.push_back(part); -} - -void FConstruct::GetWords(int i, wxString& word1, wxString& word2, wxString& word3, FCLid& flid) const -{ - flid = fclUnknown; - if (int(m_Parts.size()) <= i) - return; - size_t nw = m_Parts[i].size(); - - if (nw > 2) - { - word1 = m_Parts[i][0]; - word2 = m_Parts[i][1]; - word3 = m_Parts[i][2]; - } - else if (nw > 1) - { - word1 = m_Parts[i][0]; - word2 = m_Parts[i][1]; - word3 = wxEmptyString; - } - else - { - word1 = m_Parts[i][0]; - word2 = wxEmptyString; - word3 = wxEmptyString; - } - - if (word1.IsSameAs(_T("if")) && word2.IsSameAs(_T("then")) && word3.IsSameAs(wxEmptyString)) - flid = fclIf_if_then; - else if (word1.IsSameAs(_T("else")) && word2.IsSameAs(_T("if")) && word3.IsSameAs(_T("then"))) - flid = fclIf_else_if_then; - else if (word1.IsSameAs(_T("else")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclIf_else; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("if")) && word3.IsSameAs(wxEmptyString)) - flid = fclIf_end_if; - - else if (word1.IsSameAs(_T("do")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclDo_do; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("do")) && word3.IsSameAs(wxEmptyString)) - flid = fclDo_end_do; - - else if (word1.IsSameAs(_T("interface")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclInterf_interf; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("interface")) && word3.IsSameAs(wxEmptyString)) - flid = fclInterf_end_interf; - - else if (word1.IsSameAs(_T("function")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclFun_fun; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("function")) && word3.IsSameAs(wxEmptyString)) - flid = fclFun_end_fun; - - else if (word1.IsSameAs(_T("subroutine")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclSub_sub; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("subroutine")) && word3.IsSameAs(wxEmptyString)) - flid = fclSub_end_sub; - - else if (word1.IsSameAs(_T("program")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclProg_prog; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("program")) && word3.IsSameAs(wxEmptyString)) - flid = fclProg_end_prog; - - else if (word1.IsSameAs(_T("module")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclMod_module; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("module")) && word3.IsSameAs(wxEmptyString)) - flid = fclMod_end_module; - - else if (word1.IsSameAs(_T("submodule")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclSubmod_submod; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("submodule")) && word3.IsSameAs(wxEmptyString)) - flid = fclSubmod_end_submod; - - else if (word1.IsSameAs(_T("select")) && word2.IsSameAs(_T("case")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectCase_start; - else if (word1.IsSameAs(_T("case")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectCase_case; - else if (word1.IsSameAs(_T("case")) && word2.IsSameAs(_T("default")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectCase_case; - else if (word1.IsSameAs(_T("select")) && word2.IsSameAs(_T("type")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectType_start; - else if (word1.IsSameAs(_T("type")) && word2.IsSameAs(_T("is")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectType_type_is; - else if (word1.IsSameAs(_T("class")) && word2.IsSameAs(_T("is")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectType_class_is; - else if (word1.IsSameAs(_T("class")) && word2.IsSameAs(_T("default")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelectType_class_default; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("select")) && word3.IsSameAs(wxEmptyString)) - flid = fclSelect_end; - - else if (word1.IsSameAs(_T("type")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclType_type; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("type")) && word3.IsSameAs(wxEmptyString)) - flid = fclType_end_type; - - else if (word1.IsSameAs(_T("enum")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclEnum_enum; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("enum")) && word3.IsSameAs(wxEmptyString)) - flid = fclEnum_end_enum; - - else if (word1.IsSameAs(_T("critical")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclCritical_critical; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("critical")) && word3.IsSameAs(wxEmptyString)) - flid = fclCritical_end_critical; - - else if (word1.IsSameAs(_T("forall")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclForall_forall; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("forall")) && word3.IsSameAs(wxEmptyString)) - flid = fclForall_end_forall; - - else if (word1.IsSameAs(_T("associate")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclAssoc_associate; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("associate")) && word3.IsSameAs(wxEmptyString)) - flid = fclAssoc_end_associate; - - else if (word1.IsSameAs(_T("block")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclBlock_block; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("block")) && word3.IsSameAs(wxEmptyString)) - flid = fclBlock_end_block; - - else if (word1.IsSameAs(_T("block")) && word2.IsSameAs(_T("data")) && word3.IsSameAs(wxEmptyString)) - flid = fclBlockdata_blockdata; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("block")) && word3.IsSameAs(_T("data"))) - flid = fclBlockdata_end_blockdata; - - else if (word1.IsSameAs(_T("change")) && word2.IsSameAs(_T("team")) && word3.IsSameAs(wxEmptyString)) - flid = fclTeam_change_team; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("team")) && word3.IsSameAs(wxEmptyString)) - flid = fclTeam_end_team; - - else if (word1.IsSameAs(_T("where")) && word2.IsSameAs(wxEmptyString) && word3.IsSameAs(wxEmptyString)) - flid = fclWhere_where; - else if (word1.IsSameAs(_T("else")) && word2.IsSameAs(_T("where")) && word3.IsSameAs(wxEmptyString)) - flid = fclWhere_else_where; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("where")) && word3.IsSameAs(wxEmptyString)) - flid = fclWhere_end_where; - - else if (word1.IsSameAs(_T("module")) && word2.IsSameAs(_T("procedure")) && word3.IsSameAs(wxEmptyString)) - flid = fclProc_mod_proc; - else if (word1.IsSameAs(_T("end")) && word2.IsSameAs(_T("procedure")) && word3.IsSameAs(wxEmptyString)) - flid = fclProc_end_proc; -} - -void FConstruct::MakeFCLReMap() -{ - int options = wxRE_ADVANCED | wxRE_ICASE; - - FCLReMap[fclIf_if_then] = new wxRegEx( wxT("^(\\s*)(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?((if)(\\s*)(\\()(.+)(\\))(\\s*)(then))((\\s*)!(.*))?(\\s*)$"), options); - FCLReMap[fclIf_else_if_then] = new wxRegEx( wxT("^(\\s*)(else)(\\s*)((if)(\\s*)(\\()(.+)(\\))(\\s*)(then)((\\s+)([a-zA-Z0-9_]+))?)((\\s*)!(.*))?(\\s*)$"), options); - FCLReMap[fclIf_else] = new wxRegEx( wxT("^(\\s*)(else)(\\s*)((\\s+)([a-zA-Z0-9_]+))?((\\s*)!(.*))?(\\s*)$"), options ); - FCLReMap[fclIf_end_if] = new wxRegEx( wxT("^(\\s*)(end)(\\s*)(if)((\\s+)([a-zA-Z0-9_]+))?(\\s*)"), options ); - - FCLReMap[fclDo_do] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(do)(([\\s\\t]*$)|([\\s\\t]+[a-z_]+.*))"), options); - FCLReMap[fclDo_end_do] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(do)\\y"), options); - - FCLReMap[fclInterf_interf] = new wxRegEx(_T("^[\\s\\t]*(abstract[\\s\\t]+)?interface\\y"), options); - FCLReMap[fclInterf_end_interf] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(interface)\\y"), options); - - FCLReMap[fclFun_fun] = new wxRegEx(_T("^((.*[\\s\\t]+)|([\\s\\t]*))function(\\s+)([a-z0-9_]+)(\\s*)(\\(.*[\\)&]+)"), options); - FCLReMap[fclFun_end_fun] = new wxRegEx(_T("^[\\s\\t]*(end|((endfunction|(end(\\s+)function))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); - - FCLReMap[fclSub_sub] = new wxRegEx(_T("^[\\s\\t]*(module\\s+)?subroutine(\\s+)([a-z0-9_]+)(\\s*)(\\(.*[\\)&]+)?\\s*$"), options ); - FCLReMap[fclSub_end_sub] = new wxRegEx(_T("^[\\s\\t]*(end|((endsubroutine|(end(\\s+)subroutine))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); - - FCLReMap[fclProg_prog] = new wxRegEx(_T("^[\\s\\t]*program(\\s+)([a-z0-9_]+)([\\s\\t]*)$"), options ); - FCLReMap[fclProg_end_prog] = new wxRegEx(_T("^[\\s\\t]*(end|((endprogram|(end(\\s+)program))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); - - FCLReMap[fclMod_module] = new wxRegEx(_T("^[\\s\\t]*(module)(\\s+)((?!procedure[\\s:]+)[a-z0-9_]+)([\\s\\t]*)$"), options ); - FCLReMap[fclMod_end_module] = new wxRegEx(_T("^[\\s\\t]*(end|((endmodule|(end(\\s+)module))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); - - FCLReMap[fclSubmod_submod] = new wxRegEx(_T("^[\\s\\t]*(submodule)(\\s*)(\\(\\s*[a-z0-9_:]+\\s*\\))(\\s*)([a-z0-9_]+)([\\s\\t]*)$"), options); - FCLReMap[fclSubmod_end_submod] = new wxRegEx(_T("^[\\s\\t]*(end|((endsubmodule|(end(\\s+)submodule))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); - - FCLReMap[fclSelectCase_start] = new wxRegEx(_T("^[\\s\\t]*(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?select(\\s*)case(\\s*)(\\(.*[\\)&]+)"), options); - FCLReMap[fclSelectCase_case] = new wxRegEx(_T("^[\\s\\t]*((case(\\s+)default)|(case(\\s*)\\(.*\\)))([\\s\\t]*[a-z0-9_]+)?([\\s\\t]*)$"), options); - FCLReMap[fclSelect_end] = new wxRegEx(_T("^[\\s\\t]*(end(\\s*)select)((\\s)+[a-z0-9_]+)?(\\s*)$"), options); - - FCLReMap[fclSelectType_start] = new wxRegEx(_T("^[\\s\\t]*(([a-zA-Z0-9_]+)(\\s*)(:)(\\s*))?select(\\s*)type(\\s*)(\\(.*[\\)&]+)"), options); - FCLReMap[fclSelectType_type_is] = new wxRegEx(_T("^[\\s\\t]*type(\\s+)is(\\s*)(\\(.*[\\)&]+)"), options ); - FCLReMap[fclSelectType_class_is] = new wxRegEx(_T("^[\\s\\t]*class(\\s+)is(\\s*)(\\(.*[\\)&]+)"), options ); - FCLReMap[fclSelectType_class_default] = new wxRegEx(_T("^[\\s\\t]*class(\\s+)default((\\s)+[a-z0-9_]+)?(\\s*)$"), options); - - FCLReMap[fclType_type] = new wxRegEx(_T("^([\\s\\t]*)(type)(\\s*)((\\s*,\\s*(([a-z0-9_]+)|(extends\\([a-z0-9_]+\\))))*\\s*::)?(\\s*)([a-z0-9_]+)\\y"), options); - FCLReMap[fclType_end_type] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(type)\\y"), options); - - FCLReMap[fclEnum_enum] = new wxRegEx(_T("^[\\s\\t]*enum\\y"), options); - FCLReMap[fclEnum_end_enum] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(enum)\\y"), options); - - FCLReMap[fclCritical_critical] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(critical)\\y"), options); - FCLReMap[fclCritical_end_critical] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(critical)\\y"), options); - - FCLReMap[fclForall_forall] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(forall)(\\s*)(\\([^\\)]+\\))(\\s*)$"), options); - FCLReMap[fclForall_end_forall] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(forall)\\y"), options); - - FCLReMap[fclAssoc_associate] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(associate)(\\s*)(\\(.*\\))(\\s*)$"), options); - FCLReMap[fclAssoc_end_associate] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(associate)\\y"), options); - - FCLReMap[fclBlock_block] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)\\s*:\\s*)?(block)(\\s*)$"), options); - FCLReMap[fclBlock_end_block] = new wxRegEx(_T("^[\\s\\t]*([0-9]*)([\\s\\t]*)(end)(\\s*)(block)([\\s\\t]*)(([\\s\\t]+)([a-z0-9_]+)\\s*)?$"), options); - - FCLReMap[fclTeam_change_team] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(change\\s+team)\\(.*\\)(\\s*)$"), options); - FCLReMap[fclTeam_end_team] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(end\\s*team)\\y"), options); - - FCLReMap[fclBlockdata_blockdata] = new wxRegEx(_T("^([\\s\\t]*)(block\\s*data)(([\\s\\t]+)([a-z0-9_]+))?\\s*$"), options); - FCLReMap[fclBlockdata_end_blockdata] = new wxRegEx(_T("^([\\s\\t]*)(end|((end\\s*block\\s*data)(([\\s\\t]+)([a-z0-9_]+))?))\\s*$"), options); - - FCLReMap[fclWhere_where] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(where)(\\s*)(\\([^\\)]+\\))(\\s*)$"), options); - FCLReMap[fclWhere_else_where] = new wxRegEx(_T("^([\\s\\t]*)(else\\s*where)\\y"), options); - FCLReMap[fclWhere_end_where] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(where)\\y"), options); - - FCLReMap[fclProc_mod_proc] = new wxRegEx(_T("^[\\s\\t]*module(\\s+)procedure(\\s+)([a-z0-9_]+)(\\s*)$"), options ); - FCLReMap[fclProc_end_proc] = new wxRegEx(_T("^[\\s\\t]*(end|((endprocedure|(end(\\s+)procedure))((\\s)+[a-z0-9_]+)?))(\\s*)$"), options); -} - -void FConstruct::DelFCLReMap() -{ - for (std::map::iterator it=FCLReMap.begin(); it!=FCLReMap.end(); ++it) - delete it->second; - FCLReMap.clear(); -} - -void FConstruct::MakeFCLWordMap() -{ - std::vector words; - words.resize(3); - words[0] = _T("if"); - words[1] = _T("then"); - words[2] = wxEmptyString; - FCLWordMap[fclIf_if_then] = words; - - words[0] = _T("else"); - words[1] = _T("if"); - words[2] = _T("then"); - FCLWordMap[fclIf_else_if_then] = words; - - words[0] = _T("else"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclIf_else] = words; - - words[0] = _T("end"); - words[1] = _T("if"); - words[2] = wxEmptyString; - FCLWordMap[fclIf_end_if] = words; - - words[0] = _T("do"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclDo_do] = words; - - words[0] = _T("end"); - words[1] = _T("do"); - words[2] = wxEmptyString; - FCLWordMap[fclDo_end_do] = words; - - words[0] = _T("interface"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclInterf_interf] = words; - - words[0] = _T("end"); - words[1] = _T("interface"); - words[2] = wxEmptyString; - FCLWordMap[fclInterf_end_interf] = words; - - words[0] = _T("function"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclFun_fun] = words; - - words[0] = _T("end"); - words[1] = _T("function"); - words[2] = wxEmptyString; - FCLWordMap[fclFun_end_fun] = words; - - words[0] = _T("subroutine"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclSub_sub] = words; - - words[0] = _T("end"); - words[1] = _T("subroutine"); - words[2] = wxEmptyString; - FCLWordMap[fclSub_end_sub] = words; - - words[0] = _T("program"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclProg_prog] = words; - - words[0] = _T("end"); - words[1] = _T("program"); - words[2] = wxEmptyString; - FCLWordMap[fclProg_end_prog] = words; - - words[0] = _T("module"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclMod_module] = words; - - words[0] = _T("end"); - words[1] = _T("module"); - words[2] = wxEmptyString; - FCLWordMap[fclMod_end_module] = words; - - words[0] = _T("submodule"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclSubmod_submod] = words; - - words[0] = _T("end"); - words[1] = _T("submodule"); - words[2] = wxEmptyString; - FCLWordMap[fclSubmod_end_submod] = words; - - words[0] = _T("select"); - words[1] = _T("type"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectType_start] = words; - - words[0] = _T("type"); - words[1] = _T("is"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectType_type_is] = words; - - words[0] = _T("class"); - words[1] = _T("is"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectType_class_is] = words; - - words[0] = _T("class"); - words[1] = _T("default"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectType_class_default] = words; - - words[0] = _T("select"); - words[1] = _T("case"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectCase_start] = words; - - words[0] = _T("case"); - words[1] = _T("default"); - words[2] = wxEmptyString; - FCLWordMap[fclSelectCase_case] = words; - - words[0] = _T("end"); - words[1] = _T("select"); - words[2] = wxEmptyString; - FCLWordMap[fclSelect_end] = words; - - words[0] = _T("type"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclType_type] = words; - - words[0] = _T("end"); - words[1] = _T("type"); - words[2] = wxEmptyString; - FCLWordMap[fclType_end_type] = words; - - words[0] = _T("enum"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclEnum_enum] = words; - - words[0] = _T("end"); - words[1] = _T("enum"); - words[2] = wxEmptyString; - FCLWordMap[fclEnum_end_enum] = words; - - words[0] = _T("critical"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclCritical_critical] = words; - - words[0] = _T("end"); - words[1] = _T("critical"); - words[2] = wxEmptyString; - FCLWordMap[fclCritical_end_critical] = words; - - words[0] = _T("forall"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclForall_forall] = words; - - words[0] = _T("end"); - words[1] = _T("forall"); - words[2] = wxEmptyString; - FCLWordMap[fclForall_end_forall] = words; - - words[0] = _T("associate"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclAssoc_associate] = words; - - words[0] = _T("end"); - words[1] = _T("associate"); - words[2] = wxEmptyString; - FCLWordMap[fclAssoc_end_associate] = words; - - words[0] = _T("block"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclBlock_block] = words; - - words[0] = _T("end"); - words[1] = _T("block"); - words[2] = wxEmptyString; - FCLWordMap[fclBlock_end_block] = words; - - words[0] = _T("block"); - words[1] = _T("data"); - words[2] = wxEmptyString; - FCLWordMap[fclBlockdata_blockdata] = words; - - words[0] = _T("end"); - words[1] = _T("block"); - words[2] = _T("data"); - FCLWordMap[fclBlockdata_end_blockdata] = words; - - words[0] = _T("change"); - words[1] = _T("team"); - words[2] = wxEmptyString; - FCLWordMap[fclTeam_change_team] = words; - - words[0] = _T("end"); - words[1] = _T("team"); - words[2] = wxEmptyString; - FCLWordMap[fclTeam_end_team] = words; - - words[0] = _T("where"); - words[1] = wxEmptyString; - words[2] = wxEmptyString; - FCLWordMap[fclWhere_where] = words; - - words[0] = _T("else"); - words[1] = _T("where"); - words[2] = wxEmptyString; - FCLWordMap[fclWhere_else_where] = words; - - words[0] = _T("end"); - words[1] = _T("where"); - words[2] = wxEmptyString; - FCLWordMap[fclWhere_end_where] = words; - - words[0] = _T("module"); - words[1] = _T("procedure"); - words[2] = wxEmptyString; - FCLWordMap[fclProc_mod_proc] = words; - - words[0] = _T("end"); - words[1] = _T("procedure"); - words[2] = wxEmptyString; - FCLWordMap[fclProc_end_proc] = words; -} - -void FConstruct::GetWordsFromFCLid(FCLid flid, wxString& word1, wxString& word2, wxString& word3) -{ - if (FCLWordMap.count(flid) > 0) - { - std::vector words; - words = FCLWordMap[flid]; - word1 = words[0]; - word2 = words[1]; - word3 = words[2]; - } - else - { - word1 = wxEmptyString; - word2 = wxEmptyString; - word3 = wxEmptyString; - } -} - -void FConstruct::MakeWordFCLidMap() -{ - std::vector idv; - wxString kw = _T("if"); - idv.push_back(fclIf_if_then); - idv.push_back(fclIf_else_if_then); - idv.push_back(fclIf_end_if); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("then"); - idv.push_back(fclIf_if_then); - idv.push_back(fclIf_else_if_then); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("else"); - idv.push_back(fclIf_else_if_then); - idv.push_back(fclIf_else); - idv.push_back(fclWhere_else_where); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("elseif"); - idv.push_back(fclIf_else_if_then); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("end"); - idv.push_back(fclIf_end_if); - idv.push_back(fclDo_end_do); - idv.push_back(fclInterf_end_interf); - idv.push_back(fclSub_end_sub); - idv.push_back(fclFun_end_fun); - idv.push_back(fclProg_end_prog); - idv.push_back(fclMod_end_module); - idv.push_back(fclSubmod_end_submod); - idv.push_back(fclSelect_end); - idv.push_back(fclType_end_type); - idv.push_back(fclEnum_end_enum); - idv.push_back(fclCritical_end_critical); - idv.push_back(fclForall_end_forall); - idv.push_back(fclWhere_end_where); - idv.push_back(fclAssoc_end_associate); - idv.push_back(fclBlock_end_block); - idv.push_back(fclTeam_end_team); - idv.push_back(fclBlockdata_end_blockdata); - idv.push_back(fclProc_end_proc); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endif"); - idv.push_back(fclIf_end_if); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("do"); - idv.push_back(fclDo_do); - idv.push_back(fclDo_end_do); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("enddo"); - idv.push_back(fclDo_end_do); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("while"); - idv.push_back(fclDo_do); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("concurrent"); - idv.push_back(fclDo_do); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("abstract"); - idv.push_back(fclInterf_interf); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("interface"); - idv.push_back(fclInterf_interf); - idv.push_back(fclInterf_end_interf); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endinterface"); - idv.push_back(fclInterf_end_interf); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("function"); - idv.push_back(fclFun_fun); - idv.push_back(fclFun_end_fun); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endfunction"); - idv.push_back(fclFun_end_fun); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("subroutine"); - idv.push_back(fclSub_sub); - idv.push_back(fclSub_end_sub); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endsubroutine"); - idv.push_back(fclSub_end_sub); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("program"); - idv.push_back(fclProg_prog); - idv.push_back(fclProg_end_prog); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endprogram"); - idv.push_back(fclProg_end_prog); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("module"); - idv.push_back(fclMod_module); - idv.push_back(fclMod_end_module); - idv.push_back(fclProc_mod_proc); - idv.push_back(fclProc_end_proc); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endmodule"); - idv.push_back(fclMod_end_module); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("submodule"); - idv.push_back(fclSubmod_submod); - idv.push_back(fclSubmod_end_submod); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endsubmodule"); - idv.push_back(fclSubmod_end_submod); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("select"); - idv.push_back(fclSelectCase_start); - idv.push_back(fclSelect_end); - idv.push_back(fclSelectType_start); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("case"); - idv.push_back(fclSelectCase_start); - idv.push_back(fclSelectCase_case); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("selectcase"); - idv.push_back(fclSelectCase_start); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("selecttype"); - idv.push_back(fclSelectType_start); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endselect"); - idv.push_back(fclSelect_end); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("default"); - idv.push_back(fclSelectCase_case); - idv.push_back(fclSelectType_class_default); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("type"); - idv.push_back(fclSelectType_start); - idv.push_back(fclSelectType_type_is); - idv.push_back(fclType_type); - idv.push_back(fclType_end_type); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("class"); - idv.push_back(fclSelectType_class_is); - idv.push_back(fclSelectType_class_default); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("is"); - idv.push_back(fclSelectType_type_is); - idv.push_back(fclSelectType_class_is); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endtype"); - idv.push_back(fclType_end_type); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("enum"); - idv.push_back(fclEnum_enum); - idv.push_back(fclEnum_end_enum); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endenum"); - idv.push_back(fclEnum_end_enum); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("critical"); - idv.push_back(fclCritical_critical); - idv.push_back(fclCritical_end_critical); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endcritical"); - idv.push_back(fclCritical_end_critical); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("forall"); - idv.push_back(fclForall_forall); - idv.push_back(fclForall_end_forall); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endforall"); - idv.push_back(fclForall_end_forall); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("associate"); - idv.push_back(fclAssoc_associate); - idv.push_back(fclAssoc_end_associate); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endassociate"); - idv.push_back(fclAssoc_end_associate); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("block"); - idv.push_back(fclBlock_block); - idv.push_back(fclBlock_end_block); - idv.push_back(fclBlockdata_blockdata); - idv.push_back(fclBlockdata_end_blockdata); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endblock"); - idv.push_back(fclBlock_end_block); - idv.push_back(fclBlockdata_end_blockdata); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("data"); - idv.push_back(fclBlockdata_blockdata); - idv.push_back(fclBlockdata_end_blockdata); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("blockdata"); - idv.push_back(fclBlockdata_blockdata); - idv.push_back(fclBlockdata_end_blockdata); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endblockdata"); - idv.push_back(fclBlockdata_end_blockdata); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("change"); - idv.push_back(fclTeam_change_team); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("team"); - idv.push_back(fclTeam_change_team); - idv.push_back(fclTeam_end_team); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endteam"); - idv.push_back(fclTeam_end_team); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("where"); - idv.push_back(fclWhere_where); - idv.push_back(fclWhere_else_where); - idv.push_back(fclWhere_end_where); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("elsewhere"); - idv.push_back(fclWhere_else_where); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("endwhere"); - idv.push_back(fclWhere_end_where); - WordFCLidMap[kw] = idv; - - idv.clear(); - kw = _T("procedure"); - idv.push_back(fclProc_mod_proc); - idv.push_back(fclProc_end_proc); - WordFCLidMap[kw] = idv; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4e/4e8356b43693ea83d938324c3e69f9e48c245575.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4e/4e8356b43693ea83d938324c3e69f9e48c245575.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4e/4e8356b43693ea83d938324c3e69f9e48c245575.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4e/4e8356b43693ea83d938324c3e69f9e48c245575.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ - -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#ifndef MAKEFILEGEN_H -#define MAKEFILEGEN_H - -#include -#include "projectdependencies.h" - -class MakefileGen -{ - public: - static void GenerateMakefile(cbProject* project, ProjectDependencies* projDep, NativeParserF* pNativeParser); - - private: - static bool SelectMikefileName(wxFileName& mffn); -}; - -#endif // MAKEFILEGEN_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4e/4ec384f9f962f7532b178ed4e7662dfefa92c311.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4e/4ec384f9f962f7532b178ed4e7662dfefa92c311.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4e/4ec384f9f962f7532b178ed4e7662dfefa92c311.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4e/4ec384f9f962f7532b178ed4e7662dfefa92c311.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4f/4f9cc15950f73db88c22657579c12de4448fb5d4.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4f/4f9cc15950f73db88c22657579c12de4448fb5d4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4f/4f9cc15950f73db88c22657579c12de4448fb5d4.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4f/4f9cc15950f73db88c22657579c12de4448fb5d4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ -#include "bindtonewtype.h" -#include "globals.h" - -//(*InternalHeaders(BindtoNewType) -#include -#include -#include -//*) - -//(*IdInit(BindtoNewType) -const long BindtoNewType::ID_TEXTCTRL1 = wxNewId(); -const long BindtoNewType::ID_TEXTCTRL2 = wxNewId(); -const long BindtoNewType::ID_TEXTCTRL3 = wxNewId(); -//*) - -BEGIN_EVENT_TABLE(BindtoNewType,wxDialog) - //(*EventTable(BindtoNewType) - //*) - EVT_BUTTON (wxID_OK, BindtoNewType::OnOK) -END_EVENT_TABLE() - -BindtoNewType::BindtoNewType(wxWindow* parent,wxWindowID id,const wxPoint& pos,const wxSize& size) -{ - //(*Initialize(BindtoNewType) - wxStaticText* StaticText2; - wxStaticText* StaticText1; - wxStaticText* StaticText3; - wxBoxSizer* BoxSizer1; - wxFlexGridSizer* FlexGridSizer1; - wxStdDialogButtonSizer* StdDialogButtonSizer1; - - Create(parent, wxID_ANY, _("Add New Type"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER, _T("wxID_ANY")); - SetClientSize(wxSize(400,180)); - SetMinSize(wxSize(200,100)); - BoxSizer1 = new wxBoxSizer(wxVERTICAL); - FlexGridSizer1 = new wxFlexGridSizer(3, 2, 0, 0); - FlexGridSizer1->AddGrowableCol(1); - FlexGridSizer1->AddGrowableRow(2); - StaticText1 = new wxStaticText(this, wxID_ANY, _("Fortran type:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - FlexGridSizer1->Add(StaticText1, 0, wxTOP|wxBOTTOM|wxRIGHT|wxALIGN_CENTER_VERTICAL, 5); - tc_Fortran = new wxTextCtrl(this, ID_TEXTCTRL1, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL1")); - FlexGridSizer1->Add(tc_Fortran, 1, wxTOP|wxBOTTOM|wxEXPAND, 5); - StaticText2 = new wxStaticText(this, wxID_ANY, _("Fortran Bind(C):"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - FlexGridSizer1->Add(StaticText2, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - tc_BindC = new wxTextCtrl(this, ID_TEXTCTRL2, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL2")); - FlexGridSizer1->Add(tc_BindC, 1, wxTOP|wxBOTTOM|wxEXPAND, 5); - StaticText3 = new wxStaticText(this, wxID_ANY, _("C type:"), wxDefaultPosition, wxDefaultSize, 0, _T("wxID_ANY")); - FlexGridSizer1->Add(StaticText3, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5); - tc_C = new wxTextCtrl(this, ID_TEXTCTRL3, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_TEXTCTRL3")); - FlexGridSizer1->Add(tc_C, 1, wxTOP|wxBOTTOM|wxEXPAND, 5); - BoxSizer1->Add(FlexGridSizer1, 0, wxALL|wxEXPAND, 5); - BoxSizer1->Add(-1,-1,1, wxALL|wxALIGN_CENTER_HORIZONTAL, 5); - StdDialogButtonSizer1 = new wxStdDialogButtonSizer(); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_OK, wxEmptyString)); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_CANCEL, wxEmptyString)); - StdDialogButtonSizer1->Realize(); - BoxSizer1->Add(StdDialogButtonSizer1, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5); - SetSizer(BoxSizer1); - SetSizer(BoxSizer1); - Layout(); - //*) -} - -BindtoNewType::~BindtoNewType() -{ - //(*Destroy(BindtoNewType) - //*) -} - -void BindtoNewType::OnOK(wxCommandEvent& event) -{ - if (tc_Fortran->GetValue().Trim() == wxEmptyString || - tc_BindC->GetValue().Trim() == wxEmptyString || - tc_C->GetValue().Trim() == wxEmptyString) - { - wxString mstr = _T("All text fields should be filled!"); - cbMessageBox(mstr, _("Error"), wxICON_ERROR); - return; - } - EndModal(wxID_OK); -} - -void BindtoNewType::SetEditType(const wxString& ft, const wxString& bt, const wxString& ct) -{ - this->SetTitle(_("Edit Type")); - tc_Fortran->SetValue(ft); - tc_BindC->SetValue(bt); - tc_C->SetValue(ct); -} - -wxString BindtoNewType::GetFortranType() -{ - return tc_Fortran->GetValue().Lower(); -} - -wxString BindtoNewType::GetBindCType() -{ - return tc_BindC->GetValue().Lower(); -} - -wxString BindtoNewType::GetCType() -{ - return tc_C->GetValue(); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4f/4fdb2c4968c622ea1a000d16136cfda1e8255ad7.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4f/4fdb2c4968c622ea1a000d16136cfda1e8255ad7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/4f/4fdb2c4968c622ea1a000d16136cfda1e8255ad7.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/4f/4fdb2c4968c622ea1a000d16136cfda1e8255ad7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ - -#include "bufferparserthread.h" -#include "parserthreadf.h" -#include "nativeparserf.h" - -#include - - -int BufferParserThread::s_BPTInstances = 0; - -BufferParserThread::BufferParserThread(NativeParserF* parent, int idBPThreadEvent) : - m_pNativeParser(parent), - m_idBPThreadEvent(idBPThreadEvent) -{ - BufferParserThread::s_BPTInstances++; -} - -BufferParserThread::~BufferParserThread() -{ -} - -int BufferParserThread::Execute() -{ - wxString buffer; - wxString filename; - m_pNativeParser->GetCurrentBuffer(buffer, filename); - - ParseBuffer(buffer, filename); - - BufferParserThread::s_BPTInstances--; - return 0; -} - -void BufferParserThread::ParseBuffer(wxString& buffer, wxString& filename) -{ - FortranSourceForm fsForm; - if (!m_pNativeParser->GetParser()->IsFileFortran(filename, fsForm)) - return; - TokensArrayF* pTokens = new TokensArrayF(); - IncludeDB* pIncludeDB = new IncludeDB(); - - ParserThreadF thread(UnixFilename(filename), pTokens, fsForm, pIncludeDB, buffer); - thread.Parse(); - delete pIncludeDB; - - m_pNativeParser->GetParser()->SetNewCurrentTokens(pTokens); - - wxCommandEvent event( wxEVT_COMMAND_ENTER, m_idBPThreadEvent ); - m_pNativeParser->AddPendingEvent(event); -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/51/510ae39f2cdc02d8b0777f67c9420bae1795d20b.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/51/510ae39f2cdc02d8b0777f67c9420bae1795d20b.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/53/53b94d5c17da2690f981a3c01c88ecd3ab1aea4e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/53/53b94d5c17da2690f981a3c01c88ecd3ab1aea4e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/53/53b94d5c17da2690f981a3c01c88ecd3ab1aea4e.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/53/53b94d5c17da2690f981a3c01c88ecd3ab1aea4e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -@echo off -md ..\..\..\devel31_64 > nul 2>&1 -md ..\..\..\output31_64 > nul 2>&1 -md ..\..\..\devel31_64\share > nul 2>&1 -md ..\..\..\output31_64\share > nul 2>&1 -md ..\..\..\devel31_64\share\CodeBlocks > nul 2>&1 -md ..\..\..\output31_64\share\CodeBlocks > nul 2>&1 -md ..\..\..\devel31_64\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\output31_64\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\devel31_64\share\CodeBlocks\images\fortranproject > nul 2>&1 -md ..\..\..\output31_64\share\CodeBlocks\images\fortranproject > nul 2>&1 - -copy images\fortranproject\*.* ..\..\..\devel31_64\share\CodeBlocks\images\fortranproject\ > nul 2>&1 -copy images\fortranproject\*.* ..\..\..\output31_64\share\CodeBlocks\images\fortranproject\ > nul 2>&1 - -exit 0 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/56/56cd5bd46ecb43766d5cf828787611ea202a3149.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/56/56cd5bd46ecb43766d5cf828787611ea202a3149.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/56/56cd5bd46ecb43766d5cf828787611ea202a3149.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/56/56cd5bd46ecb43766d5cf828787611ea202a3149.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,168 +0,0 @@ - - - - - - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/57/574a45be3523348eea126858b43d298091476e53.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/57/574a45be3523348eea126858b43d298091476e53.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/57/57fc1f2799460f7b0bf7abb9e6f4ad71c07542d2.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/57/57fc1f2799460f7b0bf7abb9e6f4ad71c07542d2.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/57/57fc1f2799460f7b0bf7abb9e6f4ad71c07542d2.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/57/57fc1f2799460f7b0bf7abb9e6f4ad71c07542d2.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -#include "usetokenf.h" - -UseTokenF::UseTokenF(): - TokenF() -{ - m_HasOnly = false; -} - -UseTokenF::UseTokenF(const wxString& name, const wxString& filename, unsigned int line): - TokenF(name, filename, line) -{ - m_HasOnly = false; -} - -UseTokenF::~UseTokenF() -{ - //dtor -} - -void UseTokenF::SetOnly(bool hasOnly) -{ - m_HasOnly = hasOnly; -} - -void UseTokenF::SetModuleNature(ModuleNature modNature) -{ - m_ModuleNature = modNature; -} - -void UseTokenF::AddToNamesList(wxString& localName) -{ - m_NamesList.insert(localName.Lower()); -} - -void UseTokenF::AddToRenameList(wxString& localName, wxString& externalName) -{ - wxArrayString pair; - pair.Add(localName); - pair.Add(externalName.Lower()); - m_RenameList.push_back(pair); -} - - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b2aea0fb1d8cc7de8b2f10325004076c122de64.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b2aea0fb1d8cc7de8b2f10325004076c122de64.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b6660046ee296ecc668881c3d768934bc86151a.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b6660046ee296ecc668881c3d768934bc86151a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b6660046ee296ecc668881c3d768934bc86151a.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b6660046ee296ecc668881c3d768934bc86151a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,112 +0,0 @@ - - - - Tab2Space - 1 - - - wxVERTICAL - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - wxTOP|wxLEFT|wxRIGHT - 5 - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL - 20 - - - - wxTOP|wxLEFT|wxRIGHT - 5 - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - - - - 4 - 1 - 32 - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxLEFT|wxALIGN_CENTER_VERTICAL - 20 - - - wxLEFT|wxRIGHT - 5 - - - - - - - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b71bb8ac6469215a7b328be653180e7f3ee1d43.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b71bb8ac6469215a7b328be653180e7f3ee1d43.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b71bb8ac6469215a7b328be653180e7f3ee1d43.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5b/5b71bb8ac6469215a7b328be653180e7f3ee1d43.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,153 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5d/5d1de8e7f81b61b0bda53469b763edd4fff4e46f.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5d/5d1de8e7f81b61b0bda53469b763edd4fff4e46f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5d/5d1de8e7f81b61b0bda53469b763edd4fff4e46f.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5d/5d1de8e7f81b61b0bda53469b763edd4fff4e46f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,2048 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#include // Code::Blocks SDK -#include "fortranproject.h" -#include "fpoptionsdlg.h" -#include "jumptracker.h" -#include "changecase.h" -#include "tab2space.h" -#include "docblock.h" -#include "formatindent.h" -#include "bindto.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "editor_hooks.h" -#include "cbeditor.h" - -#include - - -// this auto-registers the plugin -namespace -{ - PluginRegistrant reg(_T("FortranProject")); -} - -// empty bitmap for use as Fortran keywords icon in code-completion list -/* XPM */ -static const char * fortran_keyword_xpm[] = { -"16 16 2 1", -" c None", -". c #04049B", -" ", -" ", -" ......... ", -" ......... ", -" .. ", -" .. ", -" ........ ", -" ........ ", -" .. ", -" .. ", -" .. ", -" .. ", -" .. ", -" ", -" ", -" "}; - - -int idGotoDeclaration = wxNewId(); -int idCodeCompleteTimer = wxNewId(); -int idMenuJump = wxNewId(); -int idMenuGotoDeclaration = wxNewId(); -int idMenuJumpBack = wxNewId(); -int idMenuJumpHome = wxNewId(); -int idMenuJumpForward = wxNewId(); -int idViewSymbolsBrowser = wxNewId(); -int idMenuGenerateMakefile = wxNewId(); -int idMenuChangeCase = wxNewId(); -int idMenuTab2Space = wxNewId(); -int idMenuFormatIndent = wxNewId(); -int idMenuBindTo = wxNewId(); -int idReparseEditorTimer = wxNewId(); -int idShowCallTree = wxNewId(); -int idShowCalledByTree = wxNewId(); -int idViewCallTree = wxNewId(); - -#ifndef __WXMSW__ -int idMenuEditPaste = XRCID("idEditPaste"); -#endif - -BEGIN_EVENT_TABLE(FortranProject, cbCodeCompletionPlugin) - EVT_UPDATE_UI(idViewSymbolsBrowser, FortranProject::OnUpdateUI) - EVT_UPDATE_UI(idViewCallTree, FortranProject::OnUpdateUICallTree) - EVT_MENU(idMenuGotoDeclaration, FortranProject::OnGotoDeclaration) - EVT_MENU(idMenuJumpBack, FortranProject::OnJumpBack) - EVT_MENU(idMenuJumpHome, FortranProject::OnJumpHome) - EVT_MENU(idMenuJumpForward, FortranProject::OnJumpForward) - EVT_MENU(idGotoDeclaration, FortranProject::OnGotoDeclaration) - EVT_MENU(idViewSymbolsBrowser, FortranProject::OnViewWorkspaceBrowser) - EVT_MENU(idViewCallTree, FortranProject::OnShowCallTreeView) - EVT_MENU(idMenuGenerateMakefile, FortranProject::OnGenerateMakefile) - EVT_MENU(idMenuChangeCase, FortranProject::OnChangeCase) - EVT_MENU(idMenuTab2Space, FortranProject::OnTab2Space) - EVT_MENU(idMenuFormatIndent, FortranProject::OnFormatIndent) - EVT_MENU(idMenuBindTo, FortranProject::OnBindTo) - EVT_MENU(idShowCallTree, FortranProject::OnShowCallTree) - EVT_MENU(idShowCalledByTree, FortranProject::OnShowCallTree) -#ifndef __WXMSW__ - EVT_MENU(idMenuEditPaste, FortranProject::OnMenuEditPaste) -#endif - EVT_TIMER(idReparseEditorTimer, FortranProject::OnReparseEditorTimer) - EVT_TOOL(XRCID("idFortProjBack"), FortranProject::OnJumpBack) - EVT_TOOL(XRCID("idFortProjHome"), FortranProject::OnJumpHome) - EVT_TOOL(XRCID("idFortProjForward"), FortranProject::OnJumpForward) -END_EVENT_TABLE() - -FortranProject::FortranProject() : - m_pNativeParser(0), - m_EditorHookId(0), - m_TimerCodeCompletion(this, idCodeCompleteTimer), - m_pCodeCompletionLastEditor(0), - m_pToolbar(0L), - m_ShowedCallTip(false), - m_WasCallTipActive(false), - m_IsAutoPopup(false), - m_ActiveCalltipsNest(0), - m_CurrentLine(0), - m_pFortranLog(0L), - m_TimerReparseEditor(this, idReparseEditorTimer) -{ - if(!Manager::LoadResource(_T("FortranProject.zip"))) - { - NotifyMissingFile(_T("FortranProject.zip")); - } -} - -FortranProject::~FortranProject() -{ -} - - -void FortranProject::OnAttach() -{ - m_ViewMenu = 0; - m_FortranToolsMenu = 0; - - m_pNativeParser = new NativeParserF(this); - m_pNativeParser->CreateWorkspaceBrowser(); - m_LastPosForCodeCompletion = -1; - - m_pKeywordsParser = new KeywordsParserF(); - - m_pCallTree = new CallTree(this); - - RereadOptions(); - - // hook to editors - EditorHooks::HookFunctorBase* myhook = new EditorHooks::HookFunctor(this, &FortranProject::EditorEventHook); - m_EditorHookId = EditorHooks::RegisterHook(myhook); - - // register event sinks - Manager* pm = Manager::Get(); - - pm->RegisterEventSink(cbEVT_EDITOR_SAVE, new cbEventFunctor(this, &FortranProject::OnEditorSave)); - pm->RegisterEventSink(cbEVT_EDITOR_ACTIVATED, new cbEventFunctor(this, &FortranProject::OnEditorActivated)); - pm->RegisterEventSink(cbEVT_EDITOR_DEACTIVATED, new cbEventFunctor(this, &FortranProject::OnEditorDeactivated)); - pm->RegisterEventSink(cbEVT_EDITOR_CLOSE, new cbEventFunctor(this, &FortranProject::OnEditorClose)); - - pm->RegisterEventSink(cbEVT_APP_STARTUP_DONE, new cbEventFunctor(this, &FortranProject::OnAppDoneStartup)); - pm->RegisterEventSink(cbEVT_WORKSPACE_CHANGED, new cbEventFunctor(this, &FortranProject::OnWorkspaceChanged)); - pm->RegisterEventSink(cbEVT_PROJECT_ACTIVATE, new cbEventFunctor(this, &FortranProject::OnProjectActivated)); - pm->RegisterEventSink(cbEVT_PROJECT_CLOSE, new cbEventFunctor(this, &FortranProject::OnProjectClosed)); - pm->RegisterEventSink(cbEVT_PROJECT_SAVE, new cbEventFunctor(this, &FortranProject::OnProjectSaved)); - pm->RegisterEventSink(cbEVT_PROJECT_FILE_ADDED, new cbEventFunctor(this, &FortranProject::OnProjectFileAdded)); - pm->RegisterEventSink(cbEVT_PROJECT_FILE_REMOVED, new cbEventFunctor(this, &FortranProject::OnProjectFileRemoved)); - pm->RegisterEventSink(cbEVT_COMPILER_STARTED, new cbEventFunctor(this, &FortranProject::OnCompilerStarted)); - pm->RegisterEventSink(cbEVT_CLEAN_PROJECT_STARTED, new cbEventFunctor(this, &FortranProject::OnCleanProjectStarted)); - pm->RegisterEventSink(cbEVT_CLEAN_WORKSPACE_STARTED, new cbEventFunctor(this, &FortranProject::OnCleanWorkspaceStarted)); - - pm->RegisterEventSink(cbEVT_DEBUGGER_STARTED, new cbEventFunctor(this, &FortranProject::OnDebuggerStarted)); - pm->RegisterEventSink(cbEVT_DEBUGGER_FINISHED, new cbEventFunctor(this, &FortranProject::OnDebuggerFinished)); - - pm->GetCCManager()->RegisterAutoLaunchChars(wxT("%"), this); - - m_IsDebugging = false; - m_InitDone = true; -} - -void FortranProject::OnRelease(bool appShutDown) -{ - // unregister hook - // 'true' will delete the functor too - EditorHooks::UnregisterHook(m_EditorHookId, true); - - // remove registered event sinks - Manager::Get()->RemoveAllEventSinksFor(this); - - if (m_pNativeParser) - { - delete m_pNativeParser; - } - if (m_pKeywordsParser) - { - delete m_pKeywordsParser; - } - if (m_pCallTree) - { - delete m_pCallTree; - } - - RemoveLogWindow(appShutDown); - - if (m_ViewMenu) - { - m_ViewMenu->Delete(idViewSymbolsBrowser); - m_ViewMenu->Delete(idViewCallTree); - } - - if (m_FortranToolsMenu) - { - m_FortranToolsMenu->Delete(idMenuJump); - m_FortranToolsMenu->Delete(idMenuGenerateMakefile); - m_FortranToolsMenu->Delete(idMenuChangeCase); - m_FortranToolsMenu->Delete(idMenuTab2Space); - m_FortranToolsMenu->Delete(idMenuFormatIndent); - m_FortranToolsMenu->Delete(idMenuBindTo); - } -} // end of OnRelease - - -void FortranProject::OnUpdateUI(wxUpdateUIEvent& event) -{ - if (m_ViewMenu) - { - bool isVis = IsWindowReallyShown((wxWindow*)m_pNativeParser->GetWorkspaceBrowser()); - m_ViewMenu->Check(idViewSymbolsBrowser, isVis); - } - - event.Skip(); -} - - -void FortranProject::OnUpdateUICallTree(wxUpdateUIEvent& event) -{ - if (m_ViewMenu) - { - bool isVis = IsWindowReallyShown((wxWindow*)m_pCallTree->GetCallTreeView()); - m_ViewMenu->Check(idViewCallTree, isVis); - } - - event.Skip(); -} - - -void FortranProject::OnAppDoneStartup(CodeBlocksEvent& event) -{ - if (IsAttached()) - { - m_InitDone = false; - // parse any projects opened through DDE or the command-line - m_pNativeParser->ForceReparseWorkspace(); - m_InitDone = true; - } - - if (m_pNativeParser->GetWorkspaceBrowser()) - { - m_pNativeParser->GetWorkspaceBrowser()->UpdateSash(); - } - event.Skip(); -} - -void FortranProject::OnWorkspaceChanged(CodeBlocksEvent& event) -{ - // EVT_WORKSPACE_CHANGED is a powerful event, it's sent after any project - // has finished loading or closing. It's the *LAST* event to be sent when - // the workspace has been changed, and it's not sent if the application is - // shutting down. So it's the ideal time to parse files and update your - // widgets. - if (IsAttached() && m_InitDone && !Manager::IsAppShuttingDown()) - { - m_InitDone = false; - // Parse the projects - m_pNativeParser->ForceReparseWorkspace(); - m_InitDone = true; - } - event.Skip(); -} - -void FortranProject::OnProjectActivated(CodeBlocksEvent& event) -{ - // The Class browser shouldn't be updated if we're in the middle of loading/closing - // a project/workspace, because the class browser would need to be updated again. - // So we need to update it with the EVT_WORKSPACE_CHANGED event, which gets - // triggered after everything's finished loading/closing. - - if (!ProjectManager::IsBusy() && IsAttached() && m_InitDone) - { - m_pNativeParser->OnProjectActivated(event.GetProject()); - } - event.Skip(); -} - -void FortranProject::OnProjectClosed(CodeBlocksEvent& event) -{ - // After this, the Class Browser needs to be updated. It will happen - // when we receive the next EVT_PROJECT_ACTIVATED event. -// if (IsAttached() && m_InitDone) -// { -// m_pNativeParser->RemoveFromParser(event.GetProject()); -// } - event.Skip(); -} - -void FortranProject::OnProjectSaved(CodeBlocksEvent& event) -{ - // Do we need it for Fortran? - event.Skip(); -} - -void FortranProject::OnProjectFileAdded(CodeBlocksEvent& event) -{ - if (IsAttached() && m_InitDone) - { - m_pNativeParser->AddFileToParser(event.GetString()); - m_pNativeParser->UpdateWorkspaceBrowser(); - } - event.Skip(); -} - -void FortranProject::OnProjectFileRemoved(CodeBlocksEvent& event) -{ - if (IsAttached() && m_InitDone) - { - m_pNativeParser->RemoveFileFromParser(event.GetString()); - m_pNativeParser->UpdateWorkspaceBrowser(); - } - event.Skip(); -} - -void FortranProject::OnEditorSave(CodeBlocksEvent& event) -{ - if (!ProjectManager::IsBusy() && IsAttached() && m_InitDone) - { - EditorBase* ed = event.GetEditor(); - if (ed) - { - m_pNativeParser->ReparseFile(ed->GetFilename()); - m_pNativeParser->UpdateWorkspaceBrowser(); - } - } - event.Skip(); -} - -void FortranProject::OnEditorActivated(CodeBlocksEvent& event) -{ - if (!ProjectManager::IsBusy() && IsAttached() && m_InitDone) - { - EditorBase* eb = event.GetEditor(); - m_pNativeParser->OnEditorActivated(eb); - - if (m_TimerReparseEditor.IsRunning()) - m_TimerReparseEditor.Stop(); - cbEditor* editor = (eb && eb->IsBuiltinEditor()) ? static_cast(eb) : 0; - if (editor && editor->GetModified()) - m_TimerReparseEditor.Start(1500, wxTIMER_ONE_SHOT); - - FortranSourceForm fsForm; - if (editor && m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) - { - cbStyledTextCtrl* control = editor->GetControl(); - m_ConstrHighlighter.ClearHighlighting(control, true); - m_ConstrHighlighter.DoWork(editor, fsForm); - } - } - - event.Skip(); -} - -void FortranProject::OnEditorDeactivated(CodeBlocksEvent& event) -{ - if (!ProjectManager::IsBusy() && IsAttached() && m_InitDone) - { - EditorBase* eb = event.GetEditor(); - cbEditor* editor = (eb && eb->IsBuiltinEditor()) ? static_cast(eb) : 0; - if (editor) - { - cbStyledTextCtrl* control = editor->GetControl(); - m_ConstrHighlighter.ClearHighlighting(control); - } - } - event.Skip(); -} - -void FortranProject::OnEditorClose(CodeBlocksEvent& event) -{ - if (!ProjectManager::IsBusy() && IsAttached() && m_InitDone) - { - EditorBase* eb = event.GetEditor(); - m_pNativeParser->OnEditorClose(eb); - } - - event.Skip(); -} - -void FortranProject::OnCompilerStarted(CodeBlocksEvent& event) -{ - event.Skip(); - m_pNativeParser->UpdateWorkspaceFilesDependency(); -} - -void FortranProject::OnCleanProjectStarted(CodeBlocksEvent& event) -{ - event.Skip(); - //Remove all *.mod files from obj folder - wxString targetName = event.GetBuildTargetName(); - cbProject* pr = event.GetProject(); - if (!pr) - return; - if (pr->IsMakefileCustom()) - return; - ProjectBuildTarget* bTarget = pr->GetBuildTarget(targetName); - if (bTarget) - { - ProjectDependencies::RemoveModFiles(pr, bTarget, m_pNativeParser); - } -} - -void FortranProject::OnCleanWorkspaceStarted(CodeBlocksEvent& event) -{ - event.Skip(); - //Remove all *.mod files from obj folder - ProjectDependencies::RemoveModFilesWS(m_pNativeParser); -} - -void FortranProject::BuildMenu(wxMenuBar* menuBar) -{ - if (!IsAttached()) - return; - - // add the fsymbolsbrowser window in the "View" menu - int idx = menuBar->FindMenu(_("&View")); - if (idx != wxNOT_FOUND) - { - m_ViewMenu = menuBar->GetMenu(idx); - wxMenuItemList& items = m_ViewMenu->GetMenuItems(); - bool inserted = false; - - // find the first separator and insert before it - for (size_t i = 0; i < items.GetCount(); ++i) - { - if (items[i]->IsSeparator()) - { - m_ViewMenu->InsertCheckItem(i, idViewSymbolsBrowser, _("Fortran symbols browser"), _("Toggle displaying the fortran symbols browser")); - m_ViewMenu->InsertCheckItem(i, idViewCallTree, _("Fortran Call/Called-By tree"), _("Toggle displaying the fortran Call/Called-By tree window")); - inserted = true; - break; - } - } - - // not found, just append - if (!inserted) - { - m_ViewMenu->AppendCheckItem(idViewSymbolsBrowser, _("Fortran symbols browser"), _("Toggle displaying the fortran symbols browser")); - m_ViewMenu->AppendCheckItem(idViewCallTree, _("Fortran call tree"), _("Toggle displaying the fortran Call/Called-By tree window")); - } - } - else - Manager::Get()->GetLogManager()->DebugLog(_T("FortranProject: Could not find View menu!")); - - - int pos = menuBar->FindMenu(_("Fortra&n")); - if (pos == wxNOT_FOUND) - { - pos = menuBar->FindMenu(_("&Tools")); - if (pos != wxNOT_FOUND) - { - m_FortranToolsMenu = new wxMenu(); - menuBar->Insert(pos, m_FortranToolsMenu, _("Fortra&n")); - } - else - Manager::Get()->GetLogManager()->DebugLog(_T("FortranProject: Could not find Tools menu!")); - } - else - { - m_FortranToolsMenu = menuBar->GetMenu(pos); - } - if (m_FortranToolsMenu) - { - wxMenu* submenuJump = new wxMenu(); - submenuJump->Append(idMenuGotoDeclaration, _("Jump to declaration")); - - wxString prefix = ConfigManager::GetDataFolder() + _T("/images/fortranproject/"); - wxBitmap bmp_back = cbLoadBitmap(prefix + _T("fprojectjumpback.png"), wxBITMAP_TYPE_PNG); - wxBitmap bmp_home = cbLoadBitmap(prefix + _T("fprojectjumphome.png"), wxBITMAP_TYPE_PNG); - wxBitmap bmp_forward = cbLoadBitmap(prefix + _T("fprojectjumpforward.png"), wxBITMAP_TYPE_PNG); - wxMenuItem* itemJumpBack = new wxMenuItem(submenuJump, idMenuJumpBack, _("Jump back")); - itemJumpBack->SetBitmap(bmp_back); - wxMenuItem* itemJumpHome = new wxMenuItem(submenuJump, idMenuJumpHome, _("Jump last")); - itemJumpHome->SetBitmap(bmp_home); - wxMenuItem* itemJumpForward = new wxMenuItem(submenuJump, idMenuJumpForward, _("Jump forward")); - itemJumpForward->SetBitmap(bmp_forward); - submenuJump->Append(itemJumpBack); - submenuJump->Append(itemJumpHome); - submenuJump->Append(itemJumpForward); - submenuJump->Enable(idMenuJumpBack, false); - submenuJump->Enable(idMenuJumpHome, false); - submenuJump->Enable(idMenuJumpForward, false); - - m_FortranToolsMenu->Insert(0, idMenuBindTo, _("Bind To...")); - m_FortranToolsMenu->Insert(0, idMenuFormatIndent, _("Format indent...")); - m_FortranToolsMenu->Insert(0, idMenuTab2Space, _("Tab2space...")); - m_FortranToolsMenu->Insert(0, idMenuChangeCase, _("Change case...")); - m_FortranToolsMenu->Insert(0, idMenuGenerateMakefile, _("Generate Makefile...")); - m_FortranToolsMenu->Insert(0, idMenuJump, _("Jump"), submenuJump); - } -} - - -// invariant : on return true : NameUnderCursor is NOT empty -bool EditorHasNameUnderCursor(wxString& NameUnderCursor, bool& isOperator) -{ - if(cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor()) - { - isOperator = false; - cbStyledTextCtrl* control = ed->GetControl(); - const int pos = control->GetCurrentPos(); - - int ws = control->WordStartPosition(pos, true); - int we = control->WordEndPosition(pos, true); - if (ws < we && ws > 0 && control->GetCharAt(ws-1) == '.' - && we < control->GetLength() && control->GetCharAt(we) == '.') - { - // maybe we have user defined operator .name. Take it as one word. - ws--; - we++; - isOperator = true; - } - const wxString txt = control->GetTextRange(ws, we); - if (!txt.IsEmpty()) - { - NameUnderCursor = txt; - return true; - } - // Check if we at operator - wxString operatorsTxt = _T("=*/+-<>"); - int opStart = pos; - for (int i=1; i<3 && pos-i>0; i++) - { - wxChar txt1 = control->GetCharAt(pos-i); - if (operatorsTxt.Contains(txt1)) - opStart = pos-i; - else - break; - } - int opEnd = pos; - for (int i=0; i<3 && pos+iGetLength(); i++) - { - wxChar txt1 = control->GetCharAt(pos+i); - if (operatorsTxt.Contains(txt1)) - opEnd = pos+i+1; - else - break; - } - wxString opStr = control->GetTextRange(opStart, opEnd); - if (!opStr.IsEmpty()) - { - NameUnderCursor = opStr; - isOperator = true; - return true; - } - - } - return false; -} // end of EditorHasNameUnderCursor - -void FortranProject::BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data) -{ - if (!menu || !IsAttached() || !m_InitDone) - return; - if (type == mtEditorManager) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed || !m_pNativeParser->IsFileFortran(ed->GetFilename())) - return; - - wxString NameUnderCursor; - bool isOperator; - if(EditorHasNameUnderCursor(NameUnderCursor, isOperator)) - { - wxString msg; - msg.Printf(_("Jump to '%s'"), NameUnderCursor.c_str()); - menu->Insert(0, idGotoDeclaration, msg); - - menu->Insert(1, wxID_SEPARATOR, wxEmptyString); - - if (!isOperator) - { - wxMenu* showsubmenu = new wxMenu(); - showsubmenu->Append(idShowCallTree, _T("Call tree")); - showsubmenu->Append(idShowCalledByTree, _T("Called-By tree")); - menu->Insert(1, wxID_ANY, _("Show"), showsubmenu); - } - } - } - -} - -void FortranProject::OnGotoDeclaration(wxCommandEvent& event) -{ - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - - wxString NameUnderCursor; - bool isOperator; - if(!EditorHasNameUnderCursor(NameUnderCursor, isOperator)) - return; - - // get the matching set - ParserF* pParser = m_pNativeParser->GetParser(); - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* result = tokensTmp.GetTokens(); - - wxString includeFilename = GetIncludeFilename(ed->GetControl()); - if (!includeFilename.IsEmpty()) - { - // was asked to jump to include file. - pParser->FindFile(includeFilename, *result); - } - else if (isOperator) - { - pParser->FindMatchOperatorTokensForJump(NameUnderCursor, *result); - } - else - { - pParser->FindMatchTokensForJump(ed, m_LogOnlyUseAssoc, false, *result); - // don't jump to intrinsic module - size_t ri = 0; - while (riGetCount()) - { - if (result->Item(ri)->m_Filename.EndsWith(UnixFilename(_T("/images/fortranproject/fortran_intrinsic_modules.f90")))) - { - result->Item(ri)->Clear(); - delete result->Item(ri); - result->RemoveAt(ri); - } - else - ri++; - } - } - - if (result->GetCount() > 1) - { - // Remove result with the current line - wxString curfname = UnixFilename(ed->GetFilename()); - unsigned int curlineIdx = control->LineFromPosition(control->GetCurrentPos()); - for (size_t ri=0; riGetCount(); ri++) - { - if (result->Item(ri)->m_Filename.IsSameAs(curfname) && - result->Item(ri)->m_LineStart == curlineIdx + 1) - { - result->Item(ri)->Clear(); - delete result->Item(ri); - result->RemoveAt(ri); - break; - } - } - } - - size_t count = std::min(result->GetCount(),m_MaxMatch); - - TokenFlat* pToken = 0; - // one match - if (count == 1) - { - pToken = result->Item(0); - } - // if more than one match, display a selection dialog - else if (count > 1) - { - wxArrayString selections; - std::vector idxItems; - for (size_t i=0; iItem(i)->m_Filename); - wxString inf; - if (result->Item(i)->m_TokenKind == tkUse && !result->Item(i)->m_Rename.IsEmpty()) - { - inf = _T("use :: ") + result->Item(i)->m_DisplayName + _T(", ") + result->Item(i)->m_Rename; - } - else - { - inf = result->Item(i)->m_DisplayName + _T(" :: ") + result->Item(i)->GetTokenKindString(); - } - inf += _T(" : ") + fn.GetFullName() + _T(" : "); - inf += wxString::Format(_T("%d"), int(result->Item(i)->m_LineStart)); - - if (selections.Index(inf) == wxNOT_FOUND) - { - selections.Add(inf); - idxItems.push_back(i); - } - } - if (selections.Count() > 1) - { - int sel = wxGetSingleChoiceIndex(_("Please make a selection:"), _("Multiple matches"), selections); - if (sel == -1) - return; - pToken = result->Item(idxItems[sel]); - } - else - { - pToken = result->Item(0); - } - } - - if (pToken) - { - if (!GotoToken(pToken, ed)) - cbMessageBox(wxString::Format(_("Declaration not found: %s"), NameUnderCursor.c_str()), _("Warning"), wxICON_WARNING); - } - else - { - cbMessageBox(wxString::Format(_("Not found: %s"), NameUnderCursor.c_str()), _("Warning"), wxICON_WARNING); - } - -} // end of OnGotoDeclaration - - -bool FortranProject::GotoToken(TokenFlat* pToken, cbEditor* cured) -{ - LineAddress jumpStart; - LineAddress jumpFinish; - if(cured) - { - cbStyledTextCtrl* control = cured->GetControl(); - int curLine = control->LineFromPosition(control->GetCurrentPos()); - jumpStart.Init(cured->GetFilename(), curLine, false); - } - - if (cbEditor* newed = Manager::Get()->GetEditorManager()->Open(pToken->m_Filename)) - { - newed->GotoLine(pToken->m_LineStart - 1); - - // Track jump history - cbStyledTextCtrl* control = newed->GetControl(); - int curLine = control->LineFromPosition(control->GetCurrentPos()); - jumpFinish.Init(newed->GetFilename(), curLine, true); - m_pNativeParser->GetJumpTracker()->TakeJump(jumpStart, jumpFinish); - CheckEnableToolbar(); - } - else - { - return false; - } - return true; -} // end of OnGotoToken - - -void FortranProject::CodeCompletePreprocessor(int tknStart, int tknEnd, cbEditor* ed, std::vector& tokens) -{ - if (!IsAttached() || !m_InitDone) - return; - - cbStyledTextCtrl* stc = ed->GetControl(); - const wxString text = stc->GetTextRange(tknStart, tknEnd); - - TokenF tp; - tp.m_TokenKind = tkPreprocessor; - int iidx = m_pNativeParser->GetTokenKindImageIdx(&tp); - - wxStringVec macros; - macros.push_back(wxT("define")); - macros.push_back(wxT("elif")); - macros.push_back(wxT("elifdef")); - macros.push_back(wxT("elifndef")); - macros.push_back(wxT("else")); - macros.push_back(wxT("endif")); - macros.push_back(wxT("error")); - macros.push_back(wxT("if")); - macros.push_back(wxT("ifdef")); - macros.push_back(wxT("ifndef")); - macros.push_back(wxT("include")); - macros.push_back(wxT("line")); - macros.push_back(wxT("pragma")); - macros.push_back(wxT("undef")); - const wxString idxStr = F(wxT("\n%d"), iidx); - for (size_t i = 0; i < macros.size(); ++i) - { - if (text.IsEmpty() || macros[i][0] == text[0]) // ignore tokens that start with a different letter - tokens.push_back(CCToken(wxNOT_FOUND, macros[i], iidx)); - } - stc->ClearRegisteredImages(); - wxImageList* ilist = m_pNativeParser->GetImageList(); - if (!ilist) - return; - stc->RegisterImage(iidx, ilist->GetBitmap(iidx)); -} - -void FortranProject::DoCodeComplete(int caretPos, cbEditor* ed, std::vector& tokens) -{ - if (!ed) - return; - - cbStyledTextCtrl* control = ed->GetControl(); - const int pos = control->GetCurrentPos(); - const int lineIndentPos = control->GetLineIndentPosition(control->GetCurrentLine()); - const wxChar lineFirstChar = control->GetCharAt(lineIndentPos); - - int lineCur = control->LineFromPosition(pos); - int lineStartPos = control->PositionFromLine(lineCur); - wxString curLine = control->GetTextRange(lineStartPos,pos).Trim(false); - - if (lineFirstChar == _T('!')) - { - wxString curLineLw = curLine.Lower(); - if (!curLineLw.StartsWith(_T("!$ ")) && !curLineLw.StartsWith(_T("!$\t")) && !curLineLw.StartsWith(_T("!$omp")) && !curLineLw.StartsWith(_T("!$acc"))) - return; - } - else - { - if (curLine.Find('!') != wxNOT_FOUND) // we are in comments - return; - } - - int style = control->GetStyleAt(control->GetCurrentPos()); - if (style != wxSCI_F_DEFAULT && style != wxSCI_F_WORD && style != wxSCI_F_WORD2 && style != wxSCI_F_WORD3 - && style != wxSCI_F_OPERATOR && style != wxSCI_F_IDENTIFIER && style != wxSCI_F_OPERATOR2 - && style != wxSCI_F_PREPROCESSOR ) - return; - - CodeComplete(caretPos, ed, tokens); -} - - -std::vector FortranProject::GetAutocompList(bool isAuto, cbEditor* ed, int& tknStart, int& tknEnd) -{ - std::vector tokens; - - if (!IsAttached() || !m_InitDone) - return tokens; - - if ( !ed - || !m_pNativeParser->IsFileFortran(ed->GetShortName()) - || !Manager::Get()->GetConfigManager(_T("fortran_project"))->ReadBool(_T("/use_code_completion"), true)) - return tokens; - - cbStyledTextCtrl* stc = ed->GetControl(); - const int style = stc->GetStyleAt(tknEnd); - const wxChar curChar = stc->GetCharAt(tknEnd - 1); - - if (isAuto && curChar != wxT('%')) - return tokens; - - const int lineIndentPos = stc->GetLineIndentPosition(stc->GetCurrentLine()); - const wxChar lineFirstChar = stc->GetCharAt(lineIndentPos); - - if (lineFirstChar == wxT('#')) - { - const int startPos = stc->WordStartPosition(lineIndentPos + 1, true); - const int endPos = stc->WordEndPosition(lineIndentPos + 1, true); - const wxString str = stc->GetTextRange(startPos, endPos); - - if (endPos >= tknEnd && tknEnd > lineIndentPos) - CodeCompletePreprocessor(tknStart, tknEnd, ed, tokens); - return tokens; - } - - if ( stc->IsString(style) - || stc->IsCharacter(style) ) - { - return tokens; - } - - DoCodeComplete(tknEnd, ed, tokens); - return tokens; -} - -void FortranProject::DoAutocomplete(const CCToken& token, cbEditor* ed) -{ - cbStyledTextCtrl* control = ed->GetControl(); - - wxString itemText = token.name; - control->AutoCompCancel(); - int pos = control->GetCurrentPos(); - int start = control->WordStartPosition(pos, true); - int endPos = control->WordEndPosition(pos, true); - const wxString& text = control->GetTextRange(start, endPos); - if (text.IsEmpty() || !text.IsSameAs(itemText)) - { - control->SetTargetStart(start); - control->SetTargetEnd(endPos); - control->ReplaceTarget(itemText); - } - control->GotoPos(start + itemText.size()); - - if (m_WasCallTipActive) - { - m_WasCallTipActive = false; - CodeBlocksEvent evt(cbEVT_SHOW_CALL_TIP); - Manager::Get()->ProcessEvent(evt); - } -} - - -void FortranProject::EditorEventHook(cbEditor* editor, wxScintillaEvent& event) -{ - if (!IsAttached() || !m_InitDone) - { - event.Skip(); - return; - } - - FortranSourceForm fsForm; - if (!m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) - { - event.Skip(); - return; - } - - cbStyledTextCtrl* control = editor->GetControl(); - - if ( (event.GetEventType() == wxEVT_SCI_CHARADDED) - && (!control->AutoCompActive()) ) // not already active autocompletion - { - wxChar ch = event.GetKey(); - // update calltip highlight while we type - if (!control->CallTipActive()) - m_ActiveCalltipsNest = 0; - - // start calltip - if (ch == _T('(')) - { - if (control->CallTipActive()) - ++m_ActiveCalltipsNest; - } - // end calltip - else if (ch == _T(')')) - { - control->CallTipCancel(); - if (m_ActiveCalltipsNest > 0) - { - --m_ActiveCalltipsNest; - CodeBlocksEvent evt(cbEVT_SHOW_CALL_TIP); - Manager::Get()->ProcessEvent(evt); - } - } - } - - if( control->GetCurrentLine() != m_CurrentLine ) - { - m_CurrentLine = control->GetCurrentLine(); - m_pNativeParser->MarkCurrentSymbol(); - } - - if (event.GetEventType() == wxEVT_SCI_MODIFIED && !m_TimerReparseEditor.IsRunning()) - m_TimerReparseEditor.Start(1500, wxTIMER_ONE_SHOT); - - if (m_AutoInsertEnabled && event.GetEventType() == wxEVT_SCI_CHARADDED) - { - wxChar ch = event.GetKey(); - if ((ch == _T('\n')) || ( (control->GetEOLMode() == wxSCI_EOL_CR) && (ch == _T('\r')) )) - m_AutoInsert.MakeAutoInsert(editor); - } - - m_ConstrHighlighter.DoWork(editor, fsForm); - - // allow others to handle this event - event.Skip(); -} - - -void FortranProject::OnViewWorkspaceBrowser(wxCommandEvent& event) -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - if (!cfg->ReadBool(_T("/use_symbols_browser"), true)) - { - cbMessageBox(_("The Fortran symbols browser is disabled in FortranProject options.\n" - "Please enable it there first..."), _("Information"), wxICON_INFORMATION); - return; - } - CodeBlocksDockEvent evt(event.IsChecked() ? cbEVT_SHOW_DOCK_WINDOW : cbEVT_HIDE_DOCK_WINDOW); - evt.pWindow = (wxWindow*)m_pNativeParser->GetWorkspaceBrowser(); - Manager::Get()->ProcessEvent(evt); -} - - -bool FortranProject::BuildToolBar(wxToolBar* toolBar) -{ - //The application is offering its toolbar for your plugin, - //to add any toolbar items you want... - //Append any items you need on the toolbar... - //NotImplemented(_T("FortranProject::BuildToolBar()")); - - //Build toolbar - if (!IsAttached() || !toolBar) - { - return false; - } - wxString is16x16 = Manager::isToolBar16x16(toolBar) ? _T("_16x16") : _T(""); - Manager::Get()->AddonToolBar(toolBar,_T("fortran_project_toolbar") + is16x16); - toolBar->Realize(); - m_pToolbar = toolBar; - m_pToolbar->EnableTool(XRCID("idFortProjBack"), false); - m_pToolbar->EnableTool(XRCID("idFortProjHome"), false); - m_pToolbar->EnableTool(XRCID("idFortProjForward"), false); - m_pToolbar->SetInitialSize(); - - return true; -} - - -static int SortCCList(const wxString& first, const wxString& second) -{ - const wxChar* a = first.c_str(); - const wxChar* b = second.c_str(); - while (*a && *b) - { - if (*a != *b) - { - if ((*a == _T('?')) && (*b != _T('?'))) - return -1; - else if ((*a != _T('?')) && (*b == _T('?'))) - return 1; - else if ((*a == _T('?')) && (*b == _T('?'))) - return 0; - - if ((*a == _T('_')) && (*b != _T('_'))) - return 1; - else if ((*a != _T('_')) && (*b == _T('_'))) - return -1; - - wxChar lowerA = wxTolower(*a); - wxChar lowerB = wxTolower(*b); - - if (lowerA != lowerB) - return lowerA - lowerB; - } - a++; - b++; - } - // Either *a or *b is null - return *a - *b; -} - - -void FortranProject::CodeComplete(const int pos, cbEditor* ed, std::vector& tokens) -{ - if (!IsAttached() || !m_InitDone) - return; - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - ParserF* pParser = m_pNativeParser->GetParser(); - m_TokensCCList.Clear(); - TokensArrayFlat* result = m_TokensCCList.GetTokens(); - - cbStyledTextCtrl* control = ed->GetControl(); - const int start = control->WordStartPosition(pos, true); - wxString NameUnderCursor = control->GetTextRange(start,pos); - wxString NameUnderCursorLw = NameUnderCursor.Lower(); - - CompilerDirective pdir = cdNone; - int lineCur = control->LineFromPosition(pos); - int lineStartPos = control->PositionFromLine(lineCur); - wxString curLine = control->GetTextRange(lineStartPos,pos).Trim(false).Lower(); - - if (curLine.StartsWith(_T("!$"))) - { - if (curLine.StartsWith(_T("!$omp"))) - pdir = cdOpenMP; - else if (curLine.StartsWith(_T("!$acc"))) - pdir = cdOpenACC; - else - pdir = cdOther; - } - - bool isAfterPercent; - int tokenKind; - - if (!pParser->FindMatchTokensForCodeCompletion(m_UseSmartCC, m_LogOnlyUseAssoc, m_LogOnlyPublicNames, - NameUnderCursor, ed, *result, isAfterPercent, tokenKind)) - return; - - if (result->size() <= m_MaxMatch) - { - wxImageList* ilist = m_pNativeParser->GetImageList(); - if (!ilist) - return; - control->ClearRegisteredImages(); - - tokens.reserve(result->size()); - wxArrayString items; items.Alloc(result->size()); - std::set already_registered; - std::set< wxString, std::less > unique_strings; // check against this before inserting a new string in the list - for (size_t i=0; iGetCount(); ++i) - { - TokenFlat* token = result->Item(i); - if (token->m_Name.StartsWith(_T("%%")) || token->m_Name.IsEmpty()) - continue; - - wxString tmpstr = token->m_Name; - if (m_LogShowTypeVariables && token->m_TokenKind == tkVariable) - tmpstr << _T(": ") << token->m_PartFirst; // add type of variable - - // check for unique_strings - if (unique_strings.find(tmpstr) != unique_strings.end()) - continue; - - unique_strings.insert(tmpstr); - int iidx = m_pNativeParser->GetTokenKindImageIdx(token); - if (already_registered.find(iidx) == already_registered.end()) - { - if (iidx != -1) - { - control->RegisterImage(iidx, ilist->GetBitmap(iidx)); - already_registered.insert(iidx); - } - } - wxString tmp; - if (iidx != -1) - { - if (m_LogShowTypeVariables && token->m_TokenKind == tkVariable) - tmp << token->m_DisplayName << _T(": ") << token->m_PartFirst; - else - tmp << token->m_DisplayName; - } - else - tmp << token->m_DisplayName; - - tokens.push_back(CCToken(i, tmp, token->m_DisplayName, 5, iidx)); - } - - EditorColourSet* theme = ed->GetColourSet(); - if (theme && !isAfterPercent && (pdir == cdNone || pdir == cdOther) ) - { - int iidx = ilist->GetImageCount(); - control->RegisterImage(iidx, wxBitmap(fortran_keyword_xpm)); - // theme keywords - HighlightLanguage lang = theme->GetLanguageForFilename(_T(".")+wxFileName(ed->GetFilename()).GetExt()); - - int kwcase = cfg->ReadInt(_T("/keywords_case"), 0); - for (int i = 0; i <= wxSCI_KEYWORDSET_MAX; ++i) - { - if (!m_LexerKeywordsToInclude[i]) - continue; - - int oldSize = result->size(); - wxString keywords = theme->GetKeywords(lang, i); - wxStringTokenizer tkz(keywords, _T(" \t\r\n"), wxTOKEN_STRTOK); - while (tkz.HasMoreTokens()) - { - wxString kw = tkz.GetNextToken(); - - if ( (m_UseSmartCC && kw.Lower().StartsWith(NameUnderCursorLw) && m_pKeywordsParser->HasTokenSuitableKind(kw,tokenKind)) - || (!m_UseSmartCC && kw.Lower().StartsWith(NameUnderCursorLw)) ) - { - // check for unique_strings - if (unique_strings.find(kw) != unique_strings.end()) - continue; - unique_strings.insert(kw); - - switch (kwcase) - { - case 0: - { - break; - } - case 1: - { - kw = kw.MakeUpper(); - break; - } - case 2: - { - kw = kw.Mid(0,1).MakeUpper() + kw.Mid(1).MakeLower(); - break; - } - default : - { - kw = kw.MakeLower(); - break; - } - } - m_pKeywordsParser->FindTokens(kw, *result); - int newSize = result->size(); - if (newSize > oldSize && (result->Item(newSize-1)->m_TokenKind & tokenKind)) - { - tokens.push_back(CCToken(newSize-1, kw, iidx)); - oldSize = newSize; - } - else - tokens.push_back(CCToken(wxNOT_FOUND, kw, iidx)); - } - } - } - } - else if (pdir == cdOpenMP || pdir == cdOpenACC) - { - int iidx = ilist->GetImageCount(); - control->RegisterImage(iidx, wxBitmap(fortran_keyword_xpm)); - - int kwcase = cfg->ReadInt(_T("/keywords_case"), 0); - const wxArrayString* kwOMP = m_pKeywordsParser->GetKeywords(pdir); - for (size_t i=0; isize(); i++) - { - wxString kw = kwOMP->Item(i); - - if (kw.Lower().StartsWith(NameUnderCursorLw)) - { - switch (kwcase) - { - case 0: - { - break; - } - case 1: - { - kw = kw.MakeUpper(); - break; - } - case 2: - { - kw = kw.Mid(0,1).MakeUpper() + kw.Mid(1).MakeLower(); - break; - } - default : - { - kw = kw.MakeLower(); - break; - } - } - tokens.push_back(CCToken(wxNOT_FOUND, kw, iidx)); - } - } - } - - if (items.GetCount() == 0) - { - return; - } - items.Sort(SortCCList); - - // Remove duplicate items - size_t i=0; - size_t count=items.Count() - 1; - while (i < count) - { - if (items.Item(i)==items.Item(i+1)) - { - items.RemoveAt(i); - count--; - } - else - i++; - } - - if (control->CallTipActive()) - { - m_WasCallTipActive = true; - } - - control->AutoCompSetIgnoreCase(true); - control->AutoCompSetCancelAtStart(true); - control->AutoCompSetFillUps(wxEmptyString); - control->AutoCompSetAutoHide(true); - control->AutoCompSetDropRestOfWord(m_IsAutoPopup ? false : true); - ed->GetControl()->AutoCompSetSeparator('\n'); - ed->GetControl()->AutoCompSetMaxWidth(80); - ed->GetControl()->AutoCompSetMaxHeight(16); - wxString final = GetStringFromArray(items, _T("\n")); - final.Trim(); - - control->AutoCompShow(pos - start, final); - - return; - } - else if (!control->CallTipActive()) - { - wxString msg = _("Too many results.\n" - "Please edit results' limit in code-completion options,\n" - "or type at least one more character to narrow the scope down."); - control->CallTipShow(control->GetCurrentPos(), msg); - return; - } - - return; -} - -FortranProject::CCProviderStatus FortranProject::GetProviderStatusFor(cbEditor* ed) -{ - if (ed && m_pNativeParser->IsFileFortran(ed->GetShortName())) - return ccpsActive; - return ccpsInactive; -} - -std::vector FortranProject::GetCallTips(int pos, int style, cbEditor* ed, int& argsPos) -{ - argsPos = wxSCI_INVALID_POSITION; - std::vector tips; - if (!IsAttached() || !m_InitDone || !ed) - return tips; - - int hlStart = wxSCI_INVALID_POSITION; - int hlEnd = wxSCI_INVALID_POSITION; - int commas; // how many commas has the user typed so far? - int commasPos; // how many commas until current position? - bool isempt; - wxArrayString callTips; - wxArrayInt idxFuncSub; - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* result = tokensTmp.GetTokens(); - TokenFlat* token = NULL; - bool isAfterPercent = false; - - wxString lastName; - m_pNativeParser->CollectInformationForCallTip(commas, commasPos, lastName, isempt, isAfterPercent, argsPos, result); - - if (isAfterPercent) - { - if (result->GetCount() > 0 && result->Item(0)->m_TokenKind == tkProcedure) - { - m_pNativeParser->GetCallTipsForTypeBoundProc(result, callTips); - idxFuncSub.Add(1); - } - else if (result->GetCount() > 0 && result->Item(0)->m_TokenKind == tkInterface) - m_pNativeParser->GetCallTipsForGenericTypeBoundProc(result, callTips, idxFuncSub); - else if (result->GetCount() > 0 && result->Item(0)->m_TokenKind == tkVariable && - Manager::Get()->GetConfigManager(_T("fortran_project"))->ReadBool(_T("/call_tip_arrays"), true)) - { - wxString callTip; - m_pNativeParser->GetCallTipsForVariable(result->Item(0), callTip); - if (!callTip.IsEmpty()) - callTips.Add(callTip); - } - } - else if (!lastName.IsEmpty()) - { - m_pNativeParser->GetCallTips(lastName, m_LogOnlyUseAssoc, m_LogOnlyPublicNames, callTips, result); - m_pKeywordsParser->GetCallTips(lastName, callTips, result); - } - - bool isUnique = true; - wxString definition; - for (unsigned int i = 0; i < callTips.GetCount(); ++i) - { - bool empOk = true; - - if (!callTips[i].IsEmpty() && // non-empty - empOk) - { - if (!definition.IsEmpty()) - { - isUnique = false; - break; - } - definition << callTips[i]; - token = result->Item(i); - - int nCommas = m_pNativeParser->CountCommas(callTips[i], 1, false); - int commasDif = commas - nCommas; - if (commasDif > 0) - { - for (int idif=0; idif< commasDif; idif++) - { - definition << _T(", *???*"); - } - definition << _T(" "); - } - } - } - - - if (!definition.IsEmpty() && isUnique && token && token->m_TokenKind == tkVariable) - { - m_pNativeParser->GetCallTipHighlight(definition, commasPos, hlStart, hlEnd); - } - else if (!definition.IsEmpty() && isUnique && - (!isAfterPercent || ( isAfterPercent && result->GetCount() >= 2 && (result->Item(0)->m_TokenKind == tkProcedure) ))) - { - m_pNativeParser->GetCallTipHighlight(definition, commasPos, hlStart, hlEnd); - if (isAfterPercent) - token = result->Item(1); - - if (token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction || token->m_TokenKind == tkType) - { - wxString argName = definition.Mid(hlStart,hlEnd-hlStart); - argName = argName.BeforeFirst(_T(',')); - argName = argName.BeforeFirst(_T(')')); - argName.Replace(_T("["),_T(" ")); - argName.Replace(_T("]"),_T(" ")); - argName.Trim().Trim(false); - - wxString argDecl; - wxString argDescription; - bool found = m_pNativeParser->GetParser()->FindTokenDeclaration(*token, argName, argDecl, argDescription); - if (!found) - found = m_pKeywordsParser->GetParser()->FindTokenDeclaration(*token, argName, argDecl, argDescription); - if (found) - { - definition << _T('\n') << argDecl; - if (!argDescription.IsEmpty()) - definition << _T('\n') << _T("! ") << argDescription; - } - } - } - else if(!isUnique) - { - if ( (isAfterPercent && (callTips.GetCount() != idxFuncSub.GetCount())) - || (!isAfterPercent && (callTips.GetCount() != result->GetCount())) ) - return tips; - - if (lastName.IsEmpty()) - return tips; - - for (size_t i=0; i < callTips.GetCount(); ++i) - { - definition = _T(""); - if (isAfterPercent) - definition << result->Item(idxFuncSub[i])->m_DisplayName << _T('\n'); - else - definition << result->Item(i)->m_DisplayName << _T('\n'); - int mStart = definition.length(); - - wxString ctdef = callTips.Item(i); - int nCommas = m_pNativeParser->CountCommas(ctdef, 1, false); - int commasDif = commas - nCommas; - if (commasDif > 0) - { - for (int j=0; jGetCallTipHighlight(ctdef, commasPos, hlStart, hlEnd); - if (isAfterPercent) - token = result->Item(idxFuncSub[i]); - else - token = result->Item(i); - if (token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction) - { - wxString argName = callTips.Item(i).Mid(hlStart,hlEnd-hlStart); - argName = argName.BeforeFirst(_T(',')); - argName = argName.BeforeFirst(_T(')')); - argName.Replace(_T("["),_T(" ")); - argName.Replace(_T("]"),_T(" ")); - argName.Trim().Trim(false); - - wxString argDecl; - wxString argDescription; - if (m_pNativeParser->GetParser()->FindTokenDeclaration(*token, argName, argDecl, argDescription)) - { - definition << _T('\n') << argDecl; - if (!argDescription.IsEmpty()) - definition << _T('\n') << _T("! ") << argDescription; - } - } - hlStart += mStart; - hlEnd += mStart; - if (!definition.IsEmpty()) - tips.push_back(CCCallTip(definition, hlStart, hlEnd)); - } - } - - if (isUnique && !definition.IsEmpty()) - tips.push_back(CCCallTip(definition, hlStart, hlEnd)); - - if (!tips.empty()) - { - if (m_LogUseWindow && (!m_WasCallTipInfoLog || !m_LastCallTipName.IsSameAs(lastName))) - ShowInfoLog(result, isAfterPercent); - - m_ShowedCallTip = true; - m_LastCallTipName = lastName; - m_WasCallTipInfoLog = true; - } - - return tips; -} - -std::vector FortranProject::GetTokenAt(int position, cbEditor* ed, bool& allowCallTip) -{ - std::vector tokens; - if (!IsAttached() || !m_InitDone) - return tokens; - - cbEditor* edLoc = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (ed != edLoc) - return tokens; - - if (!m_pNativeParser->IsFileFortran(ed->GetShortName())) - return tokens; - - allowCallTip = false; - - cbStyledTextCtrl* control = ed->GetControl(); - - if ((m_ShowedCallTip && control->CallTipActive()) || control->AutoCompActive()) - return tokens; - - const int style = control->GetStyleAt(position); - if (style != wxSCI_F_DEFAULT && style != wxSCI_F_OPERATOR && style != wxSCI_F_IDENTIFIER - && style != wxSCI_F_OPERATOR2 && style != wxSCI_F_WORD && style != wxSCI_F_WORD2 - && style != wxSCI_F_WORD3) - return tokens; - - int endOfWord = control->WordEndPosition(position, true); - int startOfWord = control->WordStartPosition(position, true); - wxString nameUnder = control->GetTextRange(startOfWord, endOfWord); - if (nameUnder.IsEmpty()) - return tokens; - - ParserF* pParser = m_pNativeParser->GetParser(); - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* result = tokensTmp.GetTokens(); - - bool isAfterPercent = false; - pParser->FindMatchTokensForToolTip(nameUnder, endOfWord, ed, m_LogOnlyUseAssoc, m_LogOnlyPublicNames, *result, isAfterPercent); - if (result->IsEmpty()) - m_pKeywordsParser->FindTokens(nameUnder, *result); - - if (result->size() > 32 || result->size() == 0) - return tokens; - - bool type_bound = false; - wxString msg; - for (size_t i=0; iGetCount(); ++i) - { - TokenFlat* token = result->Item(i); - if (!token->m_Rename.IsEmpty()) - { - msg << token->m_Rename << _T(" => ") << token->m_DisplayName << _T("\n"); - } - if (token->m_TokenKind == tkVariable) - { - msg << token->m_TypeDefinition << _T(" :: ") << token->m_DisplayName << token->m_Args << _T("\n"); - } - else if (token->m_TokenKind == tkType) - { - msg << _T("type: ") << token->m_DisplayName << _T("\n"); - } - else if (token->m_TokenKind == tkSubroutine) - { - msg << _T("subroutine ") << token->m_DisplayName << token->m_Args << _T("\n"); - } - else if (token->m_TokenKind == tkFunction) - { - if (!token->m_PartFirst.IsEmpty()) - { - msg << token->m_PartFirst << _T(" "); - } - msg << _T("function ") << token->m_DisplayName << token->m_Args << _T("\n"); - } - else if (token->m_TokenKind == tkProcedure) - { - TokenFlat* token2 = 0; - if (result->GetCount() > i+1) - { - i++; - token2 = result->Item(i); - } - pParser->FindTooltipForTypeBoundProc(msg, token, token2); - type_bound = true; - } - else if (isAfterPercent && token->m_TokenKind == tkInterface) - { - while (i < result->GetCount()) - { - token = result->Item(i); - if (token->m_TokenKind == tkInterface) - { - wxString specNames = token->m_PartLast; - specNames.Replace(_T(" "),_T(", ")); - msg << _T("generic :: ") << token->m_DisplayName << _T(" => ") << specNames << _T("\n"); - } - i++; - } - type_bound = true; - } - else - { - msg << token->GetTokenKindString() << _T(" ") << token->m_DisplayName << token->m_Args << _T("\n"); - } - wxString doc = HtmlDoc::GetDocForTooltip(token); - if (!doc.IsEmpty()) - msg << _T("! ") << doc << _T("\n"); - } - if (result->GetCount() == 1 && !type_bound) - { - if (!result->Item(0)->m_Filename.IsEmpty()) - { - if (result->Item(0)->m_ParentTokenKind == tkModule) - { - msg << result->Item(0)->m_ParentDisplayName << _T(", "); - } - msg << result->Item(0)->m_Filename.AfterLast(wxFILE_SEP_PATH) << _T(":") << result->Item(0)->m_LineStart; - } - else - msg.Trim(); - } - else - msg.Trim(); - - if (!m_IsDebugging) - { - tokens.push_back(CCToken(wxNOT_FOUND, msg)); - m_ShowedCallTip = false; - } - - if (result->GetCount() >= 1 && m_LogUseWindow) - { - ShowInfoLog(result, isAfterPercent); - m_WasCallTipInfoLog = false; - } - - return tokens; -} - -void FortranProject::ShowInfoLog(TokensArrayFlat* result, bool isAfterPercent) -{ - if (!m_LogUseWindow) - return; - if (result->GetCount() == 0) - return; - - wxString logMsg; - wxString fileNameOld; - - if (!isAfterPercent) - { - unsigned int countMax = 20GetCount() ? 20 : result->GetCount(); - for (unsigned int i=0; i < countMax; i++) - { - TokenFlat* token = result->Item(i); - wxString logMsg1; - bool readFile; - if (token->m_Filename.IsSameAs(fileNameOld)) - { - readFile = false; - } - else - { - readFile = true; - fileNameOld = token->m_Filename; - } - - if (!token->m_Rename.IsEmpty()) - { - logMsg << token->m_Rename << _T(" => ") << token->m_DisplayName << _T("\n"); - } - - if (token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction || token->m_TokenKind == tkType) - { - if (m_pNativeParser->GetParser()->FindInfoLog(*token,m_LogComAbove,m_LogComBelow,m_LogDeclar,m_LogComVariab,logMsg1,readFile)) - { - logMsg << logMsg1 << _T("\n\n"); - } - } - else if (token->m_TokenKind == tkInterface) - { - if (m_pNativeParser->GetParser()->GetTokenStr(*token, logMsg1)) - logMsg << logMsg1 << _T("\n\n"); - - fileNameOld.Empty(); - } - } - if (!logMsg.IsEmpty()) - { - if (countMax < result->GetCount()) - { - logMsg << wxString::Format(_T("!*********** %d more interfaces was not showed *************"),int(result->GetCount())-int(countMax)); - } - WriteToLog(logMsg); - } - } - else //isAfterPercent - { - if (result->Item(0)->m_TokenKind == tkProcedure) - m_pNativeParser->GetParser()->FindInfoLogForTypeBoundProc(*result,m_LogComAbove,m_LogComBelow,m_LogDeclar,m_LogComVariab,logMsg); - else if (result->Item(0)->m_TokenKind == tkInterface) - m_pNativeParser->GetParser()->FindInfoLogForGenericTBProc(*result,m_LogComAbove,m_LogComBelow,m_LogDeclar,m_LogComVariab,logMsg); - if (!logMsg.IsEmpty()) - { - WriteToLog(logMsg); - } - } -} - - -cbConfigurationPanel* FortranProject::GetConfigurationPanel(wxWindow* parent) -{ - FPOptionsDlg* dlg = new FPOptionsDlg(parent, m_pNativeParser, this); - return dlg; -} - -void FortranProject::RereadOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - m_LexerKeywordsToInclude[0] = cfg->ReadBool(_T("/lexer_keywords_set1"), true); - m_LexerKeywordsToInclude[1] = cfg->ReadBool(_T("/lexer_keywords_set2"), true); - m_LexerKeywordsToInclude[2] = cfg->ReadBool(_T("/lexer_keywords_set3"), false); - m_LexerKeywordsToInclude[3] = cfg->ReadBool(_T("/lexer_keywords_set4"), false); - m_LexerKeywordsToInclude[4] = cfg->ReadBool(_T("/lexer_keywords_set5"), false); - m_LexerKeywordsToInclude[5] = cfg->ReadBool(_T("/lexer_keywords_set6"), false); - m_LexerKeywordsToInclude[6] = cfg->ReadBool(_T("/lexer_keywords_set7"), false); - m_LexerKeywordsToInclude[7] = cfg->ReadBool(_T("/lexer_keywords_set8"), false); - m_LexerKeywordsToInclude[8] = cfg->ReadBool(_T("/lexer_keywords_set9"), false); - - m_MaxMatch = cfg->ReadInt(_T("/max_matches"), 1000); - if (m_MaxMatch < 1) - m_MaxMatch = 1; - - m_UseSmartCC = cfg->ReadBool(_T("/use_smart_code_completion"), true); - m_LogOnlyUseAssoc = cfg->ReadBool(_T("/only_use_associated"), true); - m_LogOnlyPublicNames = !cfg->ReadBool(_T("/show_hidden_entities"), false); - m_LogShowTypeVariables = cfg->ReadBool(_T("/show_type_variables"), true); - - m_LogUseWindow = cfg->ReadBool(_T("/use_log_window"), true); - m_LogComAbove = cfg->ReadBool(_T("/include_comments_above"), true); - m_LogComBelow = cfg->ReadBool(_T("/include_comments_below"), true); - m_LogDeclar = cfg->ReadBool(_T("/include_declarations_log"), true); - m_LogComVariab = cfg->ReadBool(_T("/include_log_comments_variable"), true); - - int docsOpt = cfg->ReadInt(_T("/show_docs_window"), 1); - if (docsOpt == 0) - m_DocsShowOption = dsoAlways; - else if (docsOpt == 1) - m_DocsShowOption = dsoOnly; - else - m_DocsShowOption = dsoNot; - - m_AutoInsertEnabled = cfg->ReadBool(_T("/auto_insert_enabled"), true); - m_AutoInsert.ReadAIOptions(); - - if (!m_pFortranLog && m_LogUseWindow) - { - CreateLogWindow(); - } - else if (m_pFortranLog && !m_LogUseWindow) - { - RemoveLogWindow(false); - } - - m_ConstrHighlighter.ReadOptions(); -} - -void FortranProject::WriteToLog(const wxString& text) -{ - if (m_pFortranLog) - { - m_pFortranLog->WriteToInfoWindow(text); - } -} - -void FortranProject::CreateLogWindow() -{ - m_pFortranLog = new FInfoWindow(); -} - -void FortranProject::RemoveLogWindow(bool appShutDown) -{ - if (appShutDown) - return; - - if (m_pFortranLog) - { - m_pFortranLog->RemoveFromNotebook(); - m_pFortranLog->Destroy(); - m_pFortranLog = 0L; - } -} - -void FortranProject::OnJumpBack(wxCommandEvent& event) -{ - JumpTracker* jTr = m_pNativeParser->GetJumpTracker(); - - if (!jTr->IsJumpBackEmpty()) - { - jTr->MakeJumpBack(); - CheckEnableToolbar(); - JumpToLine(jTr->GetHomeAddress()); - } -} - -void FortranProject::OnJumpHome(wxCommandEvent& event) -{ - JumpTracker* jTr = m_pNativeParser->GetJumpTracker(); - - if (!jTr->IsJumpHomeEmpty()) - JumpToLine(jTr->GetHomeAddress()); -} - -void FortranProject::OnJumpForward(wxCommandEvent& event) -{ - JumpTracker* jTr = m_pNativeParser->GetJumpTracker(); - if (!jTr->IsJumpForwardEmpty()) - { - jTr->MakeJumpForward(); - CheckEnableToolbar(); - JumpToLine(jTr->GetHomeAddress()); - } -} - -void FortranProject::CheckEnableToolbar() -{ - m_pToolbar->EnableTool(XRCID("idFortProjBack"), !m_pNativeParser->GetJumpTracker()->IsJumpBackEmpty()); - m_pToolbar->EnableTool(XRCID("idFortProjHome"), !m_pNativeParser->GetJumpTracker()->IsJumpHomeEmpty()); - m_pToolbar->EnableTool(XRCID("idFortProjForward"), !m_pNativeParser->GetJumpTracker()->IsJumpForwardEmpty()); - - wxMenuItem* pJumpBack = m_FortranToolsMenu->FindItem(idMenuJumpBack); - pJumpBack->Enable(!m_pNativeParser->GetJumpTracker()->IsJumpBackEmpty()); - wxMenuItem* pJumpHome = m_FortranToolsMenu->FindItem(idMenuJumpHome); - pJumpHome->Enable(!m_pNativeParser->GetJumpTracker()->IsJumpHomeEmpty()); - wxMenuItem* pJumpForward = m_FortranToolsMenu->FindItem(idMenuJumpForward); - pJumpForward->Enable(!m_pNativeParser->GetJumpTracker()->IsJumpForwardEmpty()); -} - -void FortranProject::JumpToLine(const LineAddress& adr) -{ - if (!IsAttached() || Manager::IsAppShuttingDown()) - return; - - EditorManager* edMan = Manager::Get()->GetEditorManager(); - if (cbEditor* ed = edMan->Open(adr.GetFilename())) - { - ed->GotoLine(adr.GetLineNumber()); - } -} - -void FortranProject::OnDebuggerStarted(CodeBlocksEvent& event) -{ - event.Skip(); - m_IsDebugging = true; -} - -void FortranProject::OnDebuggerFinished(CodeBlocksEvent& event) -{ - event.Skip(); - m_IsDebugging = false; -} - -void FortranProject::OnGenerateMakefile(wxCommandEvent& event) -{ - m_pNativeParser->GenMakefile(); -} - -void FortranProject::OnChangeCase(wxCommandEvent& event) -{ - ChangeCase changCaseDlg(Manager::Get()->GetAppWindow()); - changCaseDlg.ShowModal(); -} - -void FortranProject::OnTab2Space(wxCommandEvent& event) -{ - Tab2Space tab2SpaceDlg(Manager::Get()->GetAppWindow()); - tab2SpaceDlg.ShowModal(); -} - -void FortranProject::OnBindTo(wxCommandEvent& event) -{ - cbProject* pr = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (pr) - pr->SaveAllFiles(); - - Bindto bindto(Manager::Get()->GetAppWindow(), m_pNativeParser->GetParser()); - bindto.ShowModal(); -} - -void FortranProject::OnFormatIndent(wxCommandEvent& event) -{ - FormatIndent indent; - indent.Format(); -} - -void FortranProject::OnReparseEditorTimer(wxTimerEvent& event) -{ - m_pNativeParser->ReparseCurrentEditor(); -} - -wxString FortranProject::GetIncludeFilename(cbStyledTextCtrl* control) -{ - if (!control) - return wxEmptyString; - wxString strName; - int style = control->GetStyleAt(control->GetCurrentPos()); - if (style == wxSCI_F_STRING1 || style == wxSCI_F_STRING2 || style == wxSCI_F_PREPROCESSOR) - { - wxString curLine = control->GetCurLine().Lower(); - if (!curLine.Trim(false).StartsWith(_T("include")) && - !curLine.Trim(false).StartsWith(_T("#include"))) - return wxEmptyString; - - int pos = control->GetCurrentPos(); - int lineCur = control->LineFromPosition(pos); - int lineStartPos = control->PositionFromLine(lineCur); - wxString strBefore = control->GetTextRange(lineStartPos, pos).Lower().Trim(false); - int idx1 = strBefore.Find('"', true); - int idx2 = strBefore.Find('\'', true); - int idx3 = strBefore.Find('<', true); - if ((idx1 == wxNOT_FOUND && idx2 == wxNOT_FOUND && idx3 == wxNOT_FOUND) || - (idx1 != wxNOT_FOUND && idx2 != wxNOT_FOUND) || - (idx1 != wxNOT_FOUND && idx3 != wxNOT_FOUND) || - (idx2 != wxNOT_FOUND && idx3 != wxNOT_FOUND)) - return wxEmptyString; - int idx = (idx1 != wxNOT_FOUND) ? idx1 : idx2; - idx = (idx != wxNOT_FOUND) ? idx : idx3; - if (strBefore.Mid(0,idx).Trim().Trim(false) != _T("include") && - strBefore.Mid(0,idx).Trim().Trim(false) != _T("#include")) - return wxEmptyString; - - wxChar ch = curLine[idx]; - if (ch == '<') - ch = '>'; - wxString strLast = curLine.Mid(strBefore.size()); - int idxL = strLast.Find(ch); - if (idxL == wxNOT_FOUND) - return wxEmptyString; - int idxE = strBefore.size() + idxL; - strName = curLine.Mid(idx+1, idxE-(idx+1)).Trim().Trim(false); - } - return strName; -} - -void FortranProject::OnMenuEditPaste(wxCommandEvent& event) -{ - // Process clipboard data only if we have the focus - if (!IsAttached() || !m_InitDone) - { - event.Skip(); - return; - } - if (m_pNativeParser->GetWorkspaceBrowser()) - m_pNativeParser->GetWorkspaceBrowser()->OnMenuEditPaste(event); - else - event.Skip(); -} - -wxString FortranProject::GetDocumentation(const CCToken& tok) -{ - if (tok.id == wxNOT_FOUND || m_DocsShowOption == dsoNot) - return wxEmptyString; - - TokensArrayFlat* tokens = m_TokensCCList.GetTokens(); - if (tok.id >= int(tokens->GetCount())) - return wxEmptyString; - - wxString doc; - TokenFlat* token = tokens->Item(tok.id); - - bool hasDoc; - doc = HtmlDoc::GenerateHtmlDoc(token, tok.id, hasDoc); - if (m_DocsShowOption == dsoOnly && !hasDoc) - return wxEmptyString; - - return doc; -} - -wxString FortranProject::OnDocumentationLink(wxHtmlLinkEvent& event, bool& dismissPopup) -{ - bool isGoto = false; - long int tokenIdx; - wxString doc = HtmlDoc::OnDocumentationLink(event, dismissPopup, isGoto, tokenIdx); - - if (isGoto) - { - TokensArrayFlat* tokens = m_TokensCCList.GetTokens(); - if (tokenIdx >= long(tokens->GetCount())) - return wxEmptyString; - - TokenFlat* pToken = tokens->Item(tokenIdx); - if ( pToken->m_Filename.EndsWith(UnixFilename(_T("/fortranproject/fortran_intrinsic_modules.f90"))) - || pToken->m_Filename.EndsWith(UnixFilename(_T("/fortranproject/fortran_procedures.f90"))) ) - { - // don't go to fortran_intrinsic_modules.f90 - dismissPopup = false; - return doc; - } - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return doc; - if (!GotoToken(pToken, ed)) - dismissPopup = false; - } - return doc; -} - -void FortranProject::OnShowCallTreeView(wxCommandEvent& event) -{ - CodeBlocksDockEvent evt(event.IsChecked() ? cbEVT_SHOW_DOCK_WINDOW : cbEVT_HIDE_DOCK_WINDOW); - evt.pWindow = (wxWindow*)m_pCallTree->GetCallTreeView(); - Manager::Get()->ProcessEvent(evt); -} - -void FortranProject::OnShowCallTree(wxCommandEvent& event) -{ - bool showCallTree = false; - if (event.GetId() == idShowCallTree) - showCallTree = true; - - ShowCallTree(showCallTree); -} - -void FortranProject::ShowCallTree(bool showCallTree) -{ - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - - if (!m_pNativeParser->IsFileFortran(ed->GetFilename())) - return; - - // Make fortran keyword set - std::set< wxString> keywordSet; - EditorColourSet* theme = ed->GetColourSet(); - if (!theme) - return; - - HighlightLanguage lang = theme->GetLanguageForFilename(_T(".")+wxFileName(ed->GetFilename()).GetExt()); - for (int i = 0; i <= wxSCI_KEYWORDSET_MAX; ++i) - { - wxString keywords = theme->GetKeywords(lang, i); - wxStringTokenizer tkz(keywords, _T(" \t\r\n"), wxTOKEN_STRTOK); - while (tkz.HasMoreTokens()) - { - wxString kw = tkz.GetNextToken(); - if (keywordSet.find(kw) != keywordSet.end()) - continue; - keywordSet.insert(kw); - } - } - - wxString NameUnderCursor; - bool isOperator; - if(!EditorHasNameUnderCursor(NameUnderCursor, isOperator)) - return; - if (isOperator) - return; - - ParserF* pParser = m_pNativeParser->GetParser(); - m_pCallTree->BuildCallTree(ed, NameUnderCursor, pParser, keywordSet, showCallTree); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5d/5dcbfbf2c7b42b6ea1b153062ec2df1143635c85.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5d/5dcbfbf2c7b42b6ea1b153062ec2df1143635c85.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5d/5dcbfbf2c7b42b6ea1b153062ec2df1143635c85.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5d/5dcbfbf2c7b42b6ea1b153062ec2df1143635c85.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,261 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include "tokenf.h" -#include - -wxCriticalSection s_CritSect; - -TokenF::TokenF() - : m_LineStart(0), - m_LineEnd(0), - m_TokenAccess(taPublic), - m_Pass(true), - m_IsAbstract(false), - m_pParent(0L) -{ -} - -TokenF::TokenF(const wxString& name, const wxString& filename, unsigned int line) - : m_Name(name), - m_Filename(filename), - m_LineStart(line), - m_TokenAccess(taPublic), - m_Pass(true), - m_IsAbstract(false), - m_pParent(0L) -{ - //ctor -} - -TokenF::~TokenF() -{ - //dtor -} - -void TokenF::Clear() -{ - for(size_t i=0; iClear(); - delete m_Children.Item(i); - } - m_Children.Clear(); -} - -void TokenF::AddChild(TokenF* child) -{ - if (child) - m_Children.Add(child); -} - -wxString TokenF::GetTokenKindString() -{ - switch (m_TokenKind) - { - case tkUse: return _("use"); - case tkModule: return _("module"); - case tkSubroutine: return _("subroutine"); - case tkFunction: return _("function"); - case tkProgram: return _("program"); - case tkType: return _("type"); - case tkInclude: return _("include"); - case tkBlockData: return _("blockdata"); - case tkCommonblock: return _("commonblock"); - case tkPreprocessor: return _("preprocessor"); - case tkFile: return _("file"); - case tkVariable: return _("variable"); - case tkOther: return _("other"); - //case tkInterfaceFunction: return _("function"); - //case tkInterfaceSubroutine: return _("subroutine"); - case tkInterface: return _("interface"); - case tkInterfaceExplicit: return _("explicit interface"); - case tkProcedure: return _("procedure"); - case tkAccessList: return _("access list"); - case tkBlockConstruct: return _("block construct"); - case tkAssociateConstruct: return _("associate construct"); - case tkSubmodule: return _("submodule"); - case tkSelectTypeChild: return _("select type"); - case tkSelectTypeDefault: return _("select type"); - case tkProcedureFinal: return _("final procedure"); - case tkBindTo: return _("BindTo"); - case tkCallSubroutine: return _("subroutine call"); - case tkCallFunction: return _("function call"); - } - return _("other"); -} - -void TokenF::AddLineEnd(int end) -{ - m_LineEnd = end; -} - -//-------------------------------------------------------------------- - -TokensArrayClass::TokensArrayClass() -{ -} - -TokensArrayClass::~TokensArrayClass() -{ - for(size_t i=0; iClear(); - delete m_Tokens.Item(i); - } - m_Tokens.Clear(); -} - -//-------------------------------------------------------------------- -TokenFlat::TokenFlat(): - TokenF() -{ - //ctor - m_HostAssociated = false; -} - - - -TokenFlat::TokenFlat(const TokenF* tok) -{ - m_Name = tok->m_Name; - m_DisplayName = tok->m_DisplayName; - m_Args = tok->m_Args; - m_Filename = tok->m_Filename; - m_TypeDefinition = tok->m_TypeDefinition; - m_LineStart = tok->m_LineStart; - m_LineEnd = tok->m_LineEnd; - m_TokenKind = tok->m_TokenKind; - m_DefinitionLength = tok->m_DefinitionLength; - m_TokenAccess = tok->m_TokenAccess; - - if (tok->m_pParent) - { - m_ParentName = tok->m_pParent->m_Name; - m_ParentDisplayName = tok->m_pParent->m_DisplayName; - m_ParentTokenKind = tok->m_pParent->m_TokenKind; - } - - m_PartFirst = tok->m_PartFirst; - if (m_TokenKind == tkFunction) - { - m_ResultVariable = tok->m_ResultVariable; - } - else if (m_TokenKind == tkProcedure || m_TokenKind == tkType) - { - m_Pass = tok->m_Pass; - m_IsAbstract = tok->m_IsAbstract; - m_ExtendsType = tok->m_ExtendsType; - } - m_PartLast = tok->m_PartLast; - m_DocString = tok->m_DocString; - - m_HostAssociated = false; -} - -TokenFlat::TokenFlat(const TokenFlat* tok) -{ - m_Name = tok->m_Name; - m_DisplayName = tok->m_DisplayName; - m_Args = tok->m_Args; - m_Filename = tok->m_Filename; - m_TypeDefinition = tok->m_TypeDefinition; - m_LineStart = tok->m_LineStart; - m_LineEnd = tok->m_LineEnd; - m_TokenKind = tok->m_TokenKind; - m_DefinitionLength = tok->m_DefinitionLength; - m_TokenAccess = tok->m_TokenAccess; - - m_ParentName = tok->m_ParentName; - m_ParentDisplayName = tok->m_ParentDisplayName; - m_ParentTokenKind = tok->m_ParentTokenKind; - - m_PartFirst = tok->m_PartFirst; - if (m_TokenKind == tkFunction) - { - m_ResultVariable = tok->m_ResultVariable; - } - else if (m_TokenKind == tkProcedure || m_TokenKind == tkType) - { - m_PartLast = tok->m_PartLast; - m_Pass = tok->m_Pass; - m_IsAbstract = tok->m_IsAbstract; - m_ExtendsType = tok->m_ExtendsType; - } - m_PartLast = tok->m_PartLast; - m_DocString = tok->m_DocString; - m_Rename = tok->m_Rename; - m_HostAssociated = tok->m_HostAssociated; -} - -TokenFlat::~TokenFlat() -{ - //dtor -} - -void TokenFlat::Rename(const wxString& newName) -{ - m_Name = newName.Lower(); - m_DisplayName = newName; -} - -void TokenFlat::ChangeDisplayName(const wxString& newName) -{ - m_DisplayName = newName; -} - - -//-------------------------------------------------------------------- - -TokensArrayFlatClass::TokensArrayFlatClass() -{ -} - -TokensArrayFlatClass::~TokensArrayFlatClass() -{ - this->Clear(); -} - -void TokensArrayFlatClass::Clear() -{ - for(size_t i=0; iClear(); - delete m_Tokens.Item(i); - } - m_Tokens.Clear(); -} - -bool TokensArrayFlatClass::HasTokensWithName(const wxString& name, ArrOfSizeT& idx) -{ - bool found = false; - for(size_t i=0; im_Name.IsSameAs(name)) - { - if (!found) - found = true; - idx.Add(i); - } - } - return found; -} - -void TokensArrayFlatClass::DelTokensWithName(const wxString& name) -{ - size_t toksiz = m_Tokens.size(); - for(size_t i=0; im_Name.IsSameAs(name)) - { - m_Tokens.Item(i)->Clear(); - delete m_Tokens.Item(i); - m_Tokens.RemoveAt(i); - toksiz--; - i--; - } - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5e/5ef4a0e17f89d2021ad615c272cb4eb677095b18.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5e/5ef4a0e17f89d2021ad615c272cb4eb677095b18.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5e/5ef4a0e17f89d2021ad615c272cb4eb677095b18.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5e/5ef4a0e17f89d2021ad615c272cb4eb677095b18.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef FTOKINIZER_H -#define FTOKINIZER_H - -#include -#include -#include - - -//bool cbRead(wxFile& file,wxString& st); - -// Writes a wxString to a non-unicode file. File must be open. File is closed automatically. -//bool cbWrite(wxFile& file, const wxString& buff); - -bool ReadFileToString(wxFile& file,wxString& st); - -enum FortranSourceForm -{ - fsfFixed=0, - fsfFree, -}; - -class Tokenizerf -{ - public: - Tokenizerf(const wxString& filename = wxEmptyString, FortranSourceForm sourceForm = fsfFree); - ~Tokenizerf(); - - bool Init(const wxString& filename, FortranSourceForm sourceForm); - bool InitFromBuffer(const wxString& buffer, FortranSourceForm sourceForm); - wxString GetToken(); - wxString GetTokenSameLine(); - wxString GetTokenSameFortranLine(); - wxString PeekToken(); - wxString PeekTokenSameFortranLine(); - const wxString& GetFilename(){ return m_Filename; } - unsigned int GetLineNumber(){ return m_LineNumber; } - unsigned int GetPeekedLineNumber(){ return m_PeekedLineNumber; } - unsigned int GetCurrentIndex(){ return m_TokenIndex; } - unsigned int GetLineCount(){ return m_LineStartIdx.size(); } - bool IsOK(){ return m_IsOK; } - bool SkipToOneOfChars(const char* chars, bool toLineEnd = false); - wxArrayString GetTokensToEOL(wxArrayString* arrStrLines = 0); - wxArrayString PeekTokensToEOL(); - wxString GetCurrentLine(); - wxString GetLineFortran(); - wxString GetLine(unsigned int nl); - unsigned int GetLineStartIndex(unsigned int indexInLine); - unsigned int GetLineEndIndex(unsigned int indexInLine); - void SetDetailedParsing(bool detPars); - void SetFilename(const wxString& filename); - void UngetToken(); - bool SkipToEOL(); - protected: - void BaseInit(); - wxString DoGetToken(); - bool ReadFile(); - bool SkipWhiteSpace(); - bool SkipToChar(const wxChar& ch, bool toLineEnd = false); - bool SkipBlock(const wxChar& ch, int maxLines = 0); - bool SkipUnwanted(); // skips comments, assignments, preprocessor etc. - bool IsEOF(){ return m_TokenIndex >= m_BufferLen; } - bool MoveToNextChar(); - void AdjustLineNumber(); - wxChar CurrentChar(); - wxChar NextChar(); - wxChar PreviousChar(); - bool IsBindTo(); - private: - bool CharInString(const char ch, const char* chars); - wxString m_Filename; - wxString m_Buffer; - unsigned int m_BufferLen; - unsigned int m_TokenIndex; - unsigned int m_UndoTokenIndex; - unsigned int m_PeekedTokenIndex; - unsigned int m_LineNumber; - unsigned int m_LineNumberStart; - unsigned int m_UndoLineNumber; - unsigned int m_UndoLineNumberStart; - unsigned int m_PeekedLineNumber; - unsigned int m_PeekedLineNumberStart; - unsigned int m_Column; - unsigned int m_UndoColumn; - unsigned int m_PeekedColumn; - bool m_WasNextLine; - bool m_UndoWasNextLine; - bool m_PeekedWasNextLine; - bool m_WasPeeked; - bool m_IsOK; - FortranSourceForm m_SourceForm; - wxString m_PeekedToken; - bool m_DetailedParsing; - std::vector m_LineStartIdx; -}; - -#endif // FTOKINIZER_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5f/5f4f202a2369f5da32fa8c366d47dc747d315e53.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5f/5f4f202a2369f5da32fa8c366d47dc747d315e53.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5f/5fd13bad270d751a74d25cf44b3ae84d554b2605.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5f/5fd13bad270d751a74d25cf44b3ae84d554b2605.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/5f/5fd13bad270d751a74d25cf44b3ae84d554b2605.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/5f/5fd13bad270d751a74d25cf44b3ae84d554b2605.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -#ifndef FPIMAGELIST_H -#define FPIMAGELIST_H - -#include -#include -#include -#include "tokenf.h" - -typedef std::map StrIntMap; - -class FPImageList -{ - public: - FPImageList(); - virtual ~FPImageList(); - wxImageList* GetImageList(){return m_pImlist;}; - int GetImageIdx(const std::string& name); - int GetTokenKindImageIdx(TokenF* token); - - private: - wxImageList* m_pImlist; - StrIntMap m_ImgNr; -}; - -#endif // FPIMAGELIST_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/60/60b7f639b696b5f5af6c736f462582937c9e7d22.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/60/60b7f639b696b5f5af6c736f462582937c9e7d22.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/60/60b7f639b696b5f5af6c736f462582937c9e7d22.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/60/60b7f639b696b5f5af6c736f462582937c9e7d22.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -@echo off -md ..\..\..\devel30_64 > nul 2>&1 -md ..\..\..\output30_64 > nul 2>&1 -md ..\..\..\devel30_64\share > nul 2>&1 -md ..\..\..\output30_64\share > nul 2>&1 -md ..\..\..\devel30_64\share\CodeBlocks > nul 2>&1 -md ..\..\..\output30_64\share\CodeBlocks > nul 2>&1 -md ..\..\..\devel30_64\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\output30_64\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\devel30_64\share\CodeBlocks\images\fortranproject > nul 2>&1 -md ..\..\..\output30_64\share\CodeBlocks\images\fortranproject > nul 2>&1 - -copy images\fortranproject\*.* ..\..\..\devel30_64\share\CodeBlocks\images\fortranproject\ > nul 2>&1 -copy images\fortranproject\*.* ..\..\..\output30_64\share\CodeBlocks\images\fortranproject\ > nul 2>&1 - -exit 0 Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/61/61b642a4de639e1484c2bb943052c22b5498585f.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/61/61b642a4de639e1484c2bb943052c22b5498585f.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/62/626b58715d2bee9ccec26595bf54a81a9ad9ca04.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/62/626b58715d2bee9ccec26595bf54a81a9ad9ca04.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/63/636b6526d74a70ad3e4b859340b7fee29f34c9ce.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/63/636b6526d74a70ad3e4b859340b7fee29f34c9ce.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/63/636b6526d74a70ad3e4b859340b7fee29f34c9ce.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/63/636b6526d74a70ad3e4b859340b7fee29f34c9ce.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,1007 +0,0 @@ -#include "autoinsert.h" -#include "fortranfileext.h" -#include -#include - -extern FortranFileExt g_FortranFileExt; - -AutoInsert::AutoInsert() -{ - // ctor - m_NameMap[_T("if")] = _T("if (...) then"); - m_NameMap[_T("do")] = _T("do ..."); - m_NameMap[_T("subroutine")] = _T("subroutine"); - m_NameMap[_T("function")] = _T("function"); - m_NameMap[_T("interface")] = _T("interface"); - m_NameMap[_T("associate")] = _T("associate"); - m_NameMap[_T("block")] = _T("block"); - m_NameMap[_T("critical")] = _T("critical"); - m_NameMap[_T("module")] = _T("module"); - m_NameMap[_T("program")] = _T("program"); - m_NameMap[_T("select")] = _T("select ..."); - m_NameMap[_T("type")] = _T("type"); - m_NameMap[_T("where")] = _T("where (...)"); - m_NameMap[_T("enum")] = _T("enum"); - m_NameMap[_T("forall")] = _T("forall (...)"); - m_NameMap[_T("submodule")] = _T("submodule"); - - int opt = wxRE_ADVANCED | wxRE_ICASE | wxRE_NOSUB; - m_RegMap[_T("if")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*):(\\s*))?(if)(\\s*)(\\(.*\\))(\\s*)then\\y.*"), opt); - m_RegMap[_T("endif")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(if)\\y"), opt); - m_RegMap[_T("do")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(do)(\\y)"), opt); - m_RegMap[_T("enddo")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(do)\\y"), opt); - m_RegMap[_T("subroutine")] = new wxRegEx(_T("(.*)subroutine(\\s+)([a-z0-9_]+)(\\s*)(\\(.*[\\)&]+)"), opt); - m_RegMap[_T("endsubroutine")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(subroutine)\\y"), opt); - m_RegMap[_T("function")] = new wxRegEx(_T("(.*)function(\\s+)([a-z0-9_]+)(\\s*)(\\(.*[\\)&]+)"), opt); - m_RegMap[_T("endfunction")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(function)\\y"), opt); - m_RegMap[_T("interface")] = new wxRegEx(_T("^[\\s\\t]*(abstract(\\s*))?interface(\\y)"), opt); - m_RegMap[_T("endinterface")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(interface)\\y"), opt); - m_RegMap[_T("associate")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(associate)(\\s*)(\\(.*\\))"), opt); - m_RegMap[_T("endassociate")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(associate)\\y"), opt); - m_RegMap[_T("block")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(block)\\y"), opt); - m_RegMap[_T("endblock")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(block)\\y"), opt); - m_RegMap[_T("critical")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(critical)\\y"), opt); - m_RegMap[_T("endcritical")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(critical)\\y"), opt); - m_RegMap[_T("module")] = new wxRegEx(_T("^[\\s\\t]*(module)(\\s+)((?!procedure[\\s:]+)[a-z0-9_]+)\\y"), opt); - m_RegMap[_T("endmodule")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(module)\\y"), opt); - m_RegMap[_T("program")] = new wxRegEx(_T("^[\\s\\t]*program\\y"), opt); - m_RegMap[_T("endprogram")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(program)\\y"), opt); - m_RegMap[_T("select")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(select)(\\s*)(case|type)(\\s*)(\\(.*\\))"), opt); - m_RegMap[_T("endselect")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(select)\\y"), opt); - m_RegMap[_T("type")] = new wxRegEx(_T("^([\\s\\t]*)(type)(\\s*)((\\s*,\\s*([a-z0-9_]+))*\\s*::)?(\\s*)([a-z0-9_]+)\\y"), opt); - m_RegMap[_T("endtype")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(type)\\y"), opt); - m_RegMap[_T("where")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(where)(\\s*)(\\(.*\\))(\\s*)(!(.*))?$"), opt); - m_RegMap[_T("endwhere")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(where)\\y"), opt); - m_RegMap[_T("enum")] = new wxRegEx(_T("^[\\s\\t]*enum\\y"), opt); - m_RegMap[_T("endenum")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(enum)\\y"), opt); - m_RegMap[_T("forall")] = new wxRegEx(_T("^([\\s\\t]*)([0-9]*)([\\s\\t]*)(([a-z0-9_]+)(\\s*)(:)(\\s*))?(forall)(\\s*)(\\(.*\\))(\\s*)(!(.*))?$"), opt); - m_RegMap[_T("endforall")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(forall)\\y"), opt); - m_RegMap[_T("submodule")] = new wxRegEx(_T("^[\\s\\t]*(submodule)(\\s*)(\\([a-z0-9_]+\\))(\\s*)([a-z0-9_]+)"), opt); - m_RegMap[_T("endsubmodule")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(submodule)\\y"), opt); - - m_RegMap[_T("end")] = new wxRegEx(_T("^[\\s\\t]*[0-9]*[\\s\\t]*\\y(end)\\y(([\\s\\t]*)!(.*))?([\\s\\t]*)$"), opt); - m_RegMap[_T("endunit")] = new wxRegEx(_T("^[\\s\\t]*(end)(\\s*)(subroutine|function|program)\\y"), opt); - m_RegMap[_T("contains")] = new wxRegEx(_T("^[\\s\\t]*(contains)([\\s\\t]*)$"), opt); - - m_RulesWereChanged = false; - ReadAIOptions(); -} - -AutoInsert::~AutoInsert() -{ - // dtor - std::map::iterator it; - - for (it = m_RegMap.begin(); it != m_RegMap.end(); ++it) - delete(it->second); -} - -void AutoInsert::EditRule(const wxString& statementName, int aiType, bool doAddName, bool alignToStatement) -{ - wxString statm = FindKey(statementName); - if (!statm.IsEmpty() && m_NameMap.count(statm) > 0) - { - if (m_AITMap[statm] != GetAIT(aiType)) - { - m_AITMap[statm] = GetAIT(aiType); - m_RulesWereChanged = true; - } - if (m_DoAddNameMap[statm] != doAddName) - { - m_DoAddNameMap[statm] = doAddName; - m_RulesWereChanged = true; - } - if (m_AlignTSMap[statm] != alignToStatement) - { - m_AlignTSMap[statm] = alignToStatement; - m_RulesWereChanged = true; - } - } -} - -const std::map* AutoInsert::GetNameMap() -{ - return &m_NameMap; -} - -bool AutoInsert::GetItemValues(const wxString& statementName, int& aiType, bool& doAddName, bool& alignToStatement) -{ - wxString key = FindKey(statementName); - if (key.IsEmpty()) - return false; - - AutoInsertType ait = m_AITMap[key]; - aiType = GetAITInt(ait); - - doAddName = m_DoAddNameMap[key]; - alignToStatement = m_AlignTSMap[key]; - - return true; -} - -bool AutoInsert::GetItemChoices(const wxString& statementName, wxArrayString& aiTypeStrArr, - wxArrayString& alignStrArr, bool& addNameEnabled) -{ - aiTypeStrArr.Empty(); - alignStrArr.Empty(); - addNameEnabled = true; - wxString key = FindKey(statementName); - if (key.IsEmpty()) - return false; - - alignStrArr.Add(_T("to statement")); - alignStrArr.Add(_T("to name")); - - if (key == _T("if")) - { - aiTypeStrArr.Add(_T("end if")); - aiTypeStrArr.Add(_T("endif")); - aiTypeStrArr.Add(_T("EndIf")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("do")) - { - aiTypeStrArr.Add(_T("end do")); - aiTypeStrArr.Add(_T("enddo")); - aiTypeStrArr.Add(_T("EndDo")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("subroutine")) - { - aiTypeStrArr.Add(_T("end subroutine")); - aiTypeStrArr.Add(_T("endsubroutine")); - aiTypeStrArr.Add(_T("EndSubroutine")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("function")) - { - aiTypeStrArr.Add(_T("end function")); - aiTypeStrArr.Add(_T("endfunction")); - aiTypeStrArr.Add(_T("EndFunction")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("interface")) - { - aiTypeStrArr.Add(_T("end interface")); - aiTypeStrArr.Add(_T("endinterface")); - aiTypeStrArr.Add(_T("EndInterface")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("associate")) - { - aiTypeStrArr.Add(_T("end associate")); - aiTypeStrArr.Add(_T("endassociate")); - aiTypeStrArr.Add(_T("EndAssociate")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("block")) - { - aiTypeStrArr.Add(_T("end block")); - aiTypeStrArr.Add(_T("endblock")); - aiTypeStrArr.Add(_T("EndBlock")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("critical")) - { - aiTypeStrArr.Add(_T("end critical")); - aiTypeStrArr.Add(_T("endcritical")); - aiTypeStrArr.Add(_T("EndCritical")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("module")) - { - aiTypeStrArr.Add(_T("end module")); - aiTypeStrArr.Add(_T("endmodule")); - aiTypeStrArr.Add(_T("EndModule")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("program")) - { - aiTypeStrArr.Add(_T("end program")); - aiTypeStrArr.Add(_T("endprogram")); - aiTypeStrArr.Add(_T("EndProgram")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("select")) - { - aiTypeStrArr.Add(_T("end select")); - aiTypeStrArr.Add(_T("endselect")); - aiTypeStrArr.Add(_T("EndSelect")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("type")) - { - aiTypeStrArr.Add(_T("end type")); - aiTypeStrArr.Add(_T("endtype")); - aiTypeStrArr.Add(_T("EndType")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - else if(key == _T("where")) - { - aiTypeStrArr.Add(_T("end where")); - aiTypeStrArr.Add(_T("endwhere")); - aiTypeStrArr.Add(_T("EndWhere")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("enum")) - { - aiTypeStrArr.Add(_T("end enum")); - aiTypeStrArr.Add(_T("endenum")); - aiTypeStrArr.Add(_T("EndEnum")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - addNameEnabled = false; - } - else if(key == _T("forall")) - { - aiTypeStrArr.Add(_T("end forall")); - aiTypeStrArr.Add(_T("endforall")); - aiTypeStrArr.Add(_T("EndForall")); - aiTypeStrArr.Add(_T("--none--")); - } - else if(key == _T("submodule")) - { - aiTypeStrArr.Add(_T("end submodule")); - aiTypeStrArr.Add(_T("endsubmodule")); - aiTypeStrArr.Add(_T("EndSubmodule")); - aiTypeStrArr.Add(_T("--none--")); - - alignStrArr.Empty(); - } - return true; -} - -AutoInsert::AutoInsertType AutoInsert::GetAIT(int aiT) -{ - if (aiT == 0) - return aitSeparate; - else if (aiT == 1) - return aitTogether; - else if (aiT == 2) - return aitTogetherCap; - - return aitNone; -} - -int AutoInsert::GetAITInt(AutoInsert::AutoInsertType aiT) -{ - if (aiT == aitSeparate) - return 0; - else if (aiT == aitTogether) - return 1; - else if (aiT == aitTogetherCap) - return 2; - - return 3; -} - -wxString AutoInsert::FindKey(const wxString& statementName) -{ - std::map::const_iterator it; - wxString key; - - for (it = m_NameMap.begin(); it != m_NameMap.end(); ++it) - { - if (it->second == statementName) - { - key = it->first; - break; - } - } - return key; -} - -void AutoInsert::MakeAutoInsert(cbEditor* ed) -{ - // Function should be called after 'Enter' only. - // Is assumed that current line is empty (or spaces only). - cbStyledTextCtrl* stc = ed->GetControl(); - if (!stc) - return; - - FortranSourceForm fsForm; - if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) - return; - if (fsForm == fsfFixed) - return; - if(!IsAtLineEnd(stc)) - return; - wxString lineStr; - GetLine(stc, lineStr); - if (lineStr.IsEmpty()) - return; - - wxString firstName; - int firstNameIndent; - int keyStartPos; - int keyIndent; - if (!GetIndentAndPos(stc, lineStr, firstName, firstNameIndent, keyStartPos, keyIndent) - && !(lineStr.Length() >= 4 && lineStr.Mid(lineStr.Length()-4).Lower().IsSameAs(_T("then")))) - return; - - wxString statementLineStr = lineStr.Mid(keyStartPos); - wxString word = GetWord(statementLineStr,0); - wxString wordLw = word.Lower(); - if (wordLw.IsSameAs(_T("end"))) - return; - - std::map::const_iterator it; - wxString key; - - for (it = m_NameMap.begin(); it != m_NameMap.end(); ++it) - { - if (wordLw.IsSameAs(it->first)) - { - key = it->first; - break; - } - } - - wxString statementLineStrLw = statementLineStr.Lower(); - if (key.IsEmpty() || - key.IsSameAs(_T("type"))) // situation: "type(tname) function myfunc(..." - { - wxString funw = _T("function"); - int wstart = statementLineStrLw.Find(funw); - if (wstart != wxNOT_FOUND) - { - wxString funword = GetWord(statementLineStrLw,wstart); - if (funword.IsSameAs(funw)) - { - key = funw; - keyStartPos += wstart; - word = GetWord(statementLineStr,wstart); - } - } - } - - if ( key.IsSameAs(_T("module")) || // take care for "module subroutine Name()" - (key.IsEmpty() && (wordLw.IsSameAs(_T("pure")) || wordLw.IsSameAs(_T("elemental")))) ) - { - wxString reststr = statementLineStrLw.Mid(wordLw.Length()+1).Trim(false); - wxString secword = GetWord(reststr,0); - if (secword.IsSameAs(_T("procedure"))) - return; - else if (secword.IsSameAs(_T("subroutine")) || secword.IsSameAs(_T("function"))) - { - key = secword; - int wstart = statementLineStrLw.Find(secword); - keyStartPos += wstart; - word = GetWord(statementLineStr,wstart); - } - } - - if (key.IsEmpty() || key.IsSameAs(_T("if"))) - { - wxString thw = _T("then"); - if (statementLineStrLw.EndsWith(thw)) - { - wxString thword = GetWord(statementLineStrLw,statementLineStrLw.Length()-4); - if (thword.IsSameAs(thw)) - { - GetFortranLine(stc, lineStr); - if (!GetIndentAndPos(stc, lineStr, firstName, firstNameIndent, keyStartPos, keyIndent)) - return; - word = GetWord(lineStr, keyStartPos); - wordLw = word.Lower(); - if (wordLw.IsSameAs(_T("if"))) - key = _T("if"); - } - } - else - key = wxEmptyString; - } - - if (key.IsEmpty()) - return; - - wxString lineRest = lineStr.Mid(keyStartPos+key.Len()).Trim(false); - if (lineRest.IsEmpty() && !key.IsSameAs(_T("interface")) && !key.IsSameAs(_T("block")) && !key.IsSameAs(_T("critical")) - && !key.IsSameAs(_T("do")) && !key.IsSameAs(_T("program"))) - return; // unfinished statements or something else - - if (key.IsSameAs(_T("where")) || key.IsSameAs(_T("forall"))) - { - if (!lineRest.StartsWith(_T("("))) - return; // something is wrong with syntax - else - { - int cl = FindEndBracket(lineRest,0); - if (cl == wxNOT_FOUND) - return; // we don't consider case when "where ( bla bla" - else if (cl+1 < int(lineRest.Length())) - return; // there are some symbols after "where (bla bla)". It is not "where" construct - } - } - - if (key.IsSameAs(_T("type"))) - { - if (lineRest.StartsWith(_T("("))) - return; // here is declaration - if (GetWord(lineRest,0).Lower().IsSameAs(_T("is"))) - return; // "type is ..." statement - } - else if (key.IsEmpty() || m_AITMap[key] == aitNone) - return; - - if (!DoEndStatementIsRequired(stc, key)) - return; - - wxString addStr; - if (m_AITMap[key] == aitSeparate) - { - if (islower(word.GetChar(0))) - addStr << _T("end ") << key; - else if (islower(word.GetChar(1))) - addStr << _T("End ") << key.Mid(0,1).Upper() << key.Mid(1); - else - addStr << _T("END ") << key.Upper(); - } - else if (m_AITMap[key] == aitTogether) - { - if (islower(word.GetChar(0))) - addStr << _T("end") << key; - else if (islower(word.GetChar(1))) - addStr << _T("End") << key; - else - addStr << _T("END") << key.Upper(); - } - else if (m_AITMap[key] == aitTogetherCap) - { - if (islower(word.GetChar(0))) - addStr << _T("end") << key; - else if (islower(word.GetChar(1))) - addStr << _T("End") << key.Mid(0,1).Upper() << key.Mid(1); - else - addStr << _T("END") << key.Upper(); - } - - if (m_DoAddNameMap[key]) - { - if ( key.IsSameAs(_T("subroutine")) || key.IsSameAs(_T("function")) - || key.IsSameAs(_T("program")) || key.IsSameAs(_T("module")) - || key.IsSameAs(_T("submodule")) || key.IsSameAs(_T("interface"))) - { - wxString name = GetWord(lineRest,0); - if (name.Length() > 0 && (isalnum(name.GetChar(0)) || (name.GetChar(0) == '_'))) - addStr << _T(" ") << name; - } - else if (key.IsSameAs(_T("type"))) - { - if (lineRest.StartsWith(_T(","))) - { - int idx = lineRest.Find(_T("::")); - if (idx != wxNOT_FOUND) - lineRest = lineRest.Mid(idx).Trim(false); - else - return; // something is wrong - } - wxString name = GetWord(lineRest,0); - if (name.Length() > 0 && (isalnum(name.GetChar(0)) || (name.GetChar(0) == '_'))) - addStr << _T(" ") << name; - } - else if (!firstName.IsEmpty() && - ( key.IsSameAs(_T("do")) || key.IsSameAs(_T("if")) - || key.IsSameAs(_T("associate")) || key.IsSameAs(_T("block")) - || key.IsSameAs(_T("critical")) || key.IsSameAs(_T("select")) - || key.IsSameAs(_T("forall")) || key.IsSameAs(_T("where"))) - ) - { - addStr << _T(" ") << firstName; - } - } - - int nspace = 0; - if (!m_AlignTSMap[key] && !firstName.IsEmpty() && - ( key.IsSameAs(_T("do")) || key.IsSameAs(_T("if")) - || key.IsSameAs(_T("associate")) || key.IsSameAs(_T("block")) - || key.IsSameAs(_T("critical")) || key.IsSameAs(_T("select")) - || key.IsSameAs(_T("forall")) || key.IsSameAs(_T("where"))) - ) - { - nspace = firstNameIndent; - } - else - nspace = keyIndent; - - // Insert - wxString spacStr; - spacStr.Append(' ',nspace); - addStr.Prepend(_T("\n")+spacStr); - - stc->InsertText(stc->GetCurrentPos(),addStr); -} - -wxString AutoInsert::GetWord(const wxString& line, size_t posStart) -{ - bool found = false; - wxString wordBefore; - size_t idx = 0; - if (posStart > 0) - { - for (size_t i=posStart-1; i>=0; i--) - { - if (!isalnum(line.GetChar(i)) && (line.GetChar(i) != '_')) - { - found = true; - idx = i+1; - break; - } - } - if (found) - wordBefore = line.Mid(idx,posStart-idx); - else - wordBefore = line.Mid(0,posStart); - } - - found = false; - for (size_t i=posStart; iLineFromPosition(stc->GetCurrentPos()) + 1; - int lcount = stc->GetLineCount(); - lcount = std::min(lcount,line+10000); // limit search for very long files - wxString str; - - if (isSubprog) - { - while (line < lcount) - { - str = stc->GetLine(line); - - if ( (reFinish1 && reFinish1->Matches(str)) - || (reFinish2 && reFinish2->Matches(str))) - break; - else if (m_RegMap[_T("function")]->Matches(str) || m_RegMap[_T("subroutine")]->Matches(str) - || m_RegMap[_T("module")]->Matches(str) || m_RegMap[_T("submodule")]->Matches(str) - || m_RegMap[_T("program")]->Matches(str) || m_RegMap[_T("endinterface")]->Matches(str)) - break; - else if (reEndCur1->Matches(str) || (reEndCur2 && reEndCur2->Matches(str))) - { - return false; - } - else - { - str = str.BeforeFirst('!').Trim(); - if (!str.IsEmpty()) - return false; - } - line += 1; - } - return true; - } - else if (noLevels) - { - while (line < lcount) - { - str = stc->GetLine(line); - - if ( (reFinish1 && reFinish1->Matches(str)) - || (reFinish2 && reFinish2->Matches(str))) - break; - else if (m_RegMap[_T("function")]->Matches(str) || m_RegMap[_T("subroutine")]->Matches(str) - || m_RegMap[_T("module")]->Matches(str) || m_RegMap[_T("submodule")]->Matches(str) - || m_RegMap[_T("program")]->Matches(str)) - break; - else if ( m_RegMap[_T("type")]->Matches(str) || m_RegMap[_T("enum")]->Matches(str) - || m_RegMap[_T("interface")]->Matches(str)) - break; - else if (reEndCur1->Matches(str)) - return false; - else if ( m_RegMap[_T("if")]->Matches(str) || m_RegMap[_T("do")]->Matches(str) - || m_RegMap[_T("associate")]->Matches(str) || m_RegMap[_T("block")]->Matches(str) - || m_RegMap[_T("critical")]->Matches(str) || m_RegMap[_T("select")]->Matches(str) - || m_RegMap[_T("where")]->Matches(str) || m_RegMap[_T("forall")]->Matches(str)) - { - break; - } - line += 1; - } - return true; - } - else if (key.IsSameAs(_T("interface"))) - { - wxRegEx* reFin1 = m_RegMap[_T("contains")]; - wxRegEx* reFin2 = m_RegMap[_T("do")]; - wxRegEx* reFin3 = m_RegMap[_T("if")]; - wxRegEx* reFin4 = m_RegMap[_T("interface")]; - //wxRegEx* reFin5 = m_RegMap[_T("module")]; - wxRegEx* reFin6 = m_RegMap[_T("submodule")]; - wxRegEx* reFin7 = m_RegMap[_T("program")]; - wxRegEx* reFin8 = m_RegMap[_T("block")]; - wxRegEx* reFin9 = m_RegMap[_T("critical")]; - wxRegEx* reFin10 = m_RegMap[_T("associate")]; - wxRegEx* reFin11 = m_RegMap[_T("block")]; - wxRegEx* reFin12 = m_RegMap[_T("select")]; - wxRegEx* reFin13 = m_RegMap[_T("where")]; - wxRegEx* reFin14 = m_RegMap[_T("forall")]; - - while (line < lcount) - { - str = stc->GetLine(line); - - if (reFin1->Matches(str) || reFin2->Matches(str) || reFin3->Matches(str) || reFin4->Matches(str) - || reFin6->Matches(str) || reFin7->Matches(str) || reFin8->Matches(str) - || reFin9->Matches(str) || reFin10->Matches(str) || reFin11->Matches(str) || reFin12->Matches(str) - || reFin13->Matches(str) || reFin14->Matches(str) - ) - break; - else if (reEndCur1->Matches(str)) - return false; - - line += 1; - } - return true; - } - - //Determine level below - int level = 0; - while (line < lcount) - { - if (isIf) - { - GetLine(stc, str, line); - if (str.Len() >= 4) - { - wxString eth = str.Mid(str.Len()-4,4).Lower(); - if (eth.IsSameAs(_T("then"))) - GetFortranLine(stc,str,line); - } - } - else - str = stc->GetLine(line); - - if ( (reFinish1 && reFinish1->Matches(str)) - || (reFinish2 && reFinish2->Matches(str))) - break; - else if (reCur->Matches(str)) - level += 1; - else if (reEndCur1->Matches(str) || (reEndCur2 && reEndCur2->Matches(str))) - { - level -= 1; - } - line += 1; - } - - if (level == 0) - return true; - - //Determine level above - int level_down = level; - level = 0; - line = stc->LineFromPosition(stc->GetCurrentPos()) - 2; - int lfin = std::max(0,line-1000); // limit search for very long subprograms - while (line >= lfin) - { - if (isIf) - { - GetLine(stc, str, line); - if (str.Len() >= 4) - { - wxString eth = str.Mid(str.Len()-4,4).Lower(); - if (eth.IsSameAs(_T("then"))) - GetFortranLine(stc,str,line); - } - } - else - str = stc->GetLine(line); - - if ( (reFinish1 && reFinish1->Matches(str)) - || (reFinish2 && reFinish2->Matches(str))) - break; - else if ( (reFinBack1 && reFinBack1->Matches(str)) - || (reFinBack2 && reFinBack2->Matches(str)) - || (reFinBack3 && reFinBack3->Matches(str)) ) - break; - else if (reCur->Matches(str)) - level += 1; - else if (reEndCur1->Matches(str) || (reEndCur2 && reEndCur2->Matches(str))) - { - level -= 1; - } - line -= 1; - } - if ((level_down+level) != 0) - return false; - return true; -} - -bool AutoInsert::GetIndentAndPos(cbStyledTextCtrl* stc, const wxString& lineStr, wxString& firstName, int& firstNameIndent, int& keyStartPos, int& keyIndent) -{ - bool inLabel = false; - bool wasCh = false; - bool inName = false; - bool wasInName = false; - bool haveNameEnd = false; - int nsPos = -1; - int nfPos = 0; - int curIndent = 0; - firstName = wxEmptyString; - firstNameIndent = 0; - keyStartPos = 0; - keyIndent = 0; - size_t lineStrLen = lineStr.Length(); - - for (size_t i=0; iGetTabWidth(); - else if (isdigit(ch) || ch == ' ') - firstNameIndent += 1; - } - - if (ch == _T('\n')) - curIndent = 0; - else - curIndent += 1; - - if (!wasCh && isdigit(ch)) - { - inLabel = true; - } - else if (inLabel) - { - if (ch == ' ' || ch == '\t') - inLabel = false; - else if (!isdigit(ch)) - return false; // something is wrong - } - else if ((inName || wasInName) && (ch == ':')) - { - if (i+1GetEOLMode() == wxSCI_EOL_CR) && (ch == _T('\r')) ) ) - keyIndent = 0; - else if (ch == '\t') - keyIndent += stc->GetTabWidth(); - else if (ch == ' ') - keyIndent += 1; - else - { - keyStartPos = i; - break; - } - } - if (keyStartPos == 0) - return false; - } - else - { - if (nsPos == -1) - return false; - - keyIndent = firstNameIndent; - keyStartPos = nsPos; - } - return true; -} - -bool AutoInsert::IsAtLineEnd(cbStyledTextCtrl* stc) -{ - int pos = stc->GetCurrentPos(); - int line = stc->LineFromPosition(pos); - int posLE = stc->GetLineEndPosition(line); - wxString str = stc->GetTextRange(pos, posLE).Trim(); - return str.IsEmpty(); -} - -void AutoInsert::GetLine(cbStyledTextCtrl* stc, wxString& lineStr, int line) -{ - if (line == -1) - { - int pos = stc->GetCurrentPos(); - line = stc->LineFromPosition(pos) - 1; - } - int posLS = stc->PositionFromLine(line); - int posLE = stc->GetLineEndPosition(line); - for (int i=posLS; iGetStyleAt(i); - if (style == wxSCI_F_COMMENT) - { - posLE = i; // here begins comment - break; - } - } - lineStr = stc->GetTextRange(posLS, posLE).Trim(); -} - -void AutoInsert::GetFortranLine(cbStyledTextCtrl* stc, wxString& lineStr, int line) -{ - if (line == -1) - { - int pos = stc->GetCurrentPos(); - line = stc->LineFromPosition(pos) - 1; - } - GetLine(stc, lineStr, line); - - for (int i=line-1; i>0; i--) - { - wxString lineStrBefore; - GetLine(stc, lineStrBefore, i); - if (lineStrBefore.EndsWith(_T("&"))) - { - lineStr.Prepend(lineStrBefore.Mid(0, lineStrBefore.Length()-1).Append(_T(" \n"))); - } - else - break; - } -} - -void AutoInsert::ReadAIOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - std::map::const_iterator it; - - for (it = m_NameMap.begin(); it != m_NameMap.end(); ++it) - { - wxString key = it->first; - wxString strType = _T("/ainsert_type_") + key; - wxString strAlign = _T("/ainsert_align_") + key; - wxString strName = _T("/ainsert_name_") + key; - - int aiTInt = cfg->ReadInt(strType, 0); - m_AITMap[key] = GetAIT(aiTInt); - m_AlignTSMap[key] = cfg->ReadBool(strAlign, true); - m_DoAddNameMap[key] = cfg->ReadBool(strName, false); - } -} - -void AutoInsert::WriteAIOptions() -{ - if (!m_RulesWereChanged) - return; - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - std::map::const_iterator it; - - for (it = m_AITMap.begin(); it != m_AITMap.end(); ++it) - { - wxString key = it->first; - wxString strType = _T("/ainsert_type_") + key; - wxString strAlign = _T("/ainsert_align_") + key; - wxString strName = _T("/ainsert_name_") + key; - - int aiTInt = GetAITInt(m_AITMap[key]); - cfg->Write(strType, aiTInt); - cfg->Write(strAlign, m_AlignTSMap[key]); - cfg->Write(strName, m_DoAddNameMap[key]); - } -} - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/63/63d581664ed1a3ec22e2b71faa40767f9a84d8bf.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/63/63d581664ed1a3ec22e2b71faa40767f9a84d8bf.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/63/63d581664ed1a3ec22e2b71faa40767f9a84d8bf.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/63/63d581664ed1a3ec22e2b71faa40767f9a84d8bf.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,223 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ -#include "ccsmartfilter.h" -#include "tokenf.h" -#include - -void CCSmartFilter::GetTokenKind(wxArrayString& words, int& kindFilter, bool& allowVariables, kindOfCCList& kindCC) -{ - kindCC = kccOther; - allowVariables = false; - wxString wordLw; - wxString wordLastLw; - int woCount = words.GetCount(); - if (woCount > 0) - { - wordLw = words.Item(0); - wordLastLw = words.Item(woCount-1); - } - if (woCount > 1) - { - if ( (wordLw.IsSameAs('(') && words.Item(1).Lower().IsSameAs(_T("type"))) || - (wordLw.IsSameAs('(') && words.Item(1).Lower().IsSameAs(_T("extends"))) || - (wordLw.IsSameAs('(') && words.Item(1).Lower().IsSameAs(_T("class")))) - wordLw.Prepend( words.Item(1).Lower() ); - } - - if (woCount >= 2 && wordLastLw.IsSameAs(_T("!")) && - words.Item(woCount-2).IsSameAs(_T("$")) ) - { - if (woCount >= 3 && - (words.Item(woCount-3).IsSameAs(_T("omp")) || words.Item(woCount-3).IsSameAs(_T("acc")))) - { - kindFilter = tkOther; - int idxa = words.Index(_T("(")); - if (idxa != wxNOT_FOUND) - { - int idxb = words.Index((_T(")"))); - if (idxb == wxNOT_FOUND || idxb > idxa) - allowVariables = true; - } - return; - } - else - { - words.RemoveAt(words.GetCount()-1); - words.RemoveAt(words.GetCount()-1); - woCount = words.GetCount(); - if (woCount > 0) - { - wordLastLw = words.Item(woCount-1); - } - else - { - wordLw = wxEmptyString; - wordLastLw = wxEmptyString; - } - } - } - - - if (wordLw.IsEmpty()) - { - kindFilter = tkOther; - allowVariables = true; - } - else if (wordLw.IsSameAs(_T("call"))) - { - kindFilter = tkSubroutine | tkInterface; - } - else if (woCount > 1 && - ( wordLastLw.IsSameAs(_T("generic")) || wordLastLw.IsSameAs(_T("procedure")) || - ( wordLastLw.IsSameAs(_T("module")) && words.Item(woCount-2).Lower().IsSameAs(_T("procedure")) ) )) - { - kindFilter = tkSubroutine | tkFunction | tkInterface; - if (words.Index(_T(":")) == wxNOT_FOUND) - kindFilter = kindFilter | tkOther; - } - else if (wordLw.IsSameAs(_T("use")) || wordLw.IsSameAs(_T("module"))) - { - kindFilter = tkModule; - } - else if (wordLw.IsSameAs(_T("module"))) - { - kindFilter = tkModule | tkSubmodule; - } - else if (woCount == 1 && wordLw.IsSameAs(_T("endmodule"))) - { - kindFilter = tkModule; - } - else if (wordLastLw.IsSameAs(_T("submodule"))) - { - kindFilter = tkModule | tkSubmodule; - } - else if ((woCount == 2 && wordLastLw.IsSameAs(_T("end")) && wordLw.IsSameAs(_T("submodule"))) || - (woCount == 1 && wordLw.IsSameAs(_T("endsubmodule")))) - { - kindFilter = tkSubmodule; - } - else if (woCount > 1 && wordLastLw.IsSameAs(_T("use"))) - { - if (woCount > 2 && wordLw.IsSameAs(_T(":")) && words.Item(1).IsSameAs(_T(":"))) - { - kindFilter = tkModule; - } - else - { - kindFilter = tkVariable | tkSubroutine | tkFunction | tkInterface | tkOther; - allowVariables = true; - kindCC = kccUseAssocTokens; - } - } - else if (wordLastLw.IsSameAs(_T("private")) || - wordLastLw.IsSameAs(_T("public")) || - wordLastLw.IsSameAs(_T("protected")) ) - { - kindFilter = tkVariable | tkSubroutine | tkFunction | tkInterface | tkType | tkOther; - allowVariables = true; - kindCC = kccAccessList; - } - else if (wordLw.IsSameAs('=') || wordLw.IsSameAs('+') || wordLw.IsSameAs('-') || wordLw.IsSameAs('*') || - wordLw.IsSameAs('/') || wordLw.IsSameAs('>') || wordLw.IsSameAs('<') || wordLw.IsSameAs('.')) - { - kindFilter = tkFunction | tkInterface; - allowVariables = true; - } - else if (woCount == 3 && wordLw.IsSameAs('(') && words.Item(1).Lower().IsSameAs(_T("is")) - && (words.Item(2).Lower().IsSameAs(_T("type")) || words.Item(2).Lower().IsSameAs(_T("class"))) ) - { - kindFilter = tkType; - } - else if ((woCount == 2 && wordLastLw.IsSameAs(_T("allocate")) && wordLw.IsSameAs('(')) - || (woCount == 5 && wordLastLw.IsSameAs(_T("allocate")) && wordLw.IsSameAs(':'))) - { - if (woCount == 2 && wordLw.IsSameAs('(')) - { - kindFilter = tkType; - allowVariables = true; - } - else // (woCount == 5 && wordLw.IsSameAs(':')) - { - kindFilter = tkVariable; - allowVariables = true; - } - } - else if (woCount >= 2 && words.Item(1).IsSameAs(_T("c_funloc")) && wordLw.IsSameAs('(')) - { - kindFilter = tkSubroutine | tkFunction | tkInterface; - } - else if (wordLw.IsSameAs('(') || wordLw.IsSameAs(',')) - { - kindFilter = tkFunction | tkInterface | tkOther; - allowVariables = true; - } - else if ( wordLw.IsSameAs(_T("subroutine")) || wordLw.IsSameAs(_T("function")) || wordLw.IsSameAs(_T("interface")) - || wordLw.IsSameAs(_T("procedure")) ) - { - kindFilter = tkSubroutine | tkFunction | tkInterface; - } - else if (woCount == 1 && wordLw.IsSameAs(_T("endsubroutine"))) - { - kindFilter = tkSubroutine | tkInterface; - } - else if (woCount == 1 && wordLw.IsSameAs(_T("endfunction"))) - { - kindFilter = tkFunction | tkInterface; - } - else if (wordLw.IsSameAs(_T("type")) || wordLw.IsSameAs(_T("type(")) || wordLw.IsSameAs(_T("extends(")) - || wordLw.IsSameAs(_T("class("))) - { - kindFilter = tkType; - } - else if (wordLw.IsSameAs(';')) - { - kindFilter = tkOther; - allowVariables = true; - } - else if (woCount >= 3 && wordLw.IsSameAs(':') && words.Item(1).IsSameAs(_T(":")) && - ((words.Item(woCount-1).IsSameAs(_T("type")) && words.Item(woCount-2).IsSameAs('(')) || - (words.Item(woCount-1).IsSameAs(_T("class")) && words.Item(woCount-2).IsSameAs('(')) || - words.Item(woCount-1).IsSameAs(_T("integer")) || - words.Item(woCount-1).IsSameAs(_T("real")) || - words.Item(woCount-1).IsSameAs(_T("logical")) || - words.Item(woCount-1).IsSameAs(_T("complex")) || - words.Item(woCount-1).IsSameAs(_T("character")) )) - { - kindFilter = tkVariable; - allowVariables = true; - } - else if (wordLw.IsSameAs(':')) - { - kindFilter = tkSubroutine | tkFunction | tkInterface; - allowVariables = true; - } - else if (wordLw.IsSameAs(_T("do"))) - { - kindFilter = tkOther; - allowVariables = true; - } - else if (woCount > 1 && wordLw.IsSameAs(')') && ( - (wordLastLw.IsSameAs(_T("if"))) - || (wordLastLw.IsSameAs(_T("read"))) - || (wordLastLw.IsSameAs(_T("write"))) )) - { - kindFilter = tkOther | tkFunction | tkInterface; - allowVariables = true; - } - else if (wordLw.IsSameAs('[')) - { - kindFilter = tkVariable; - allowVariables = true; - } - else - { - kindFilter = tkOther; - } -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/6c/6c7d1922494f68626c0a9cde5035a350d1d02b6e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/6c/6c7d1922494f68626c0a9cde5035a350d1d02b6e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/6c/6c7d1922494f68626c0a9cde5035a350d1d02b6e.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/6c/6c7d1922494f68626c0a9cde5035a350d1d02b6e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef PARSERTHREADF_H -#define PARSERTHREADF_H - -#include "tokenf.h" -#include "tokenizerf.h" -#include "usetokenf.h" -#include "moduletokenf.h" -#include "submoduletokenf.h" -#include "includedb.h" -#include "docblock.h" -#include - - -class ParserThreadF -{ - public: - ParserThreadF(const wxString& bufferOrFilename, - TokensArrayF* tokens, - FortranSourceForm fsForm, - bool isBuffer=false, - IncludeDB* includeDB=NULL); - ParserThreadF(const wxString& filename, - TokensArrayF* tokens, - FortranSourceForm fsForm, - IncludeDB* includeDB, - const wxString& buffer); - virtual ~ParserThreadF(); - bool Parse(); - void ParseDeclarations(bool breakAtEnd=false, bool breakAtContains=false); - static void SplitAssociateConstruct(const wxString& argLine, std::map& assocMap); - protected: - private: - TokenF* DoAddToken(TokenKindF kind, const wxString& name, const wxString& args=wxEmptyString, const wxString& typeDefinition=wxEmptyString); - TokenF* DoAddToken(TokenKindF kind, const wxString& name, const wxString& args, const unsigned int defStartLine); - UseTokenF* DoAddUseToken(const wxString& modName); - ModuleTokenF* DoAddModuleToken(const wxString& modName); - SubmoduleTokenF* DoAddSubmoduleToken(const wxString& submName, const wxString& ancestorModule, const wxString& parentSubmodule, unsigned int defStartLine); - - Tokenizerf m_Tokens; - TokensArrayF* m_pTokens; - TokenF* m_pLastParent; - wxString m_Filename; - wxArrayString m_IncludeList; - IncludeDB* m_pIncludeDB; - - int m_NumberOfBlockConstruct; - - wxString m_LastTokenName; - DocBlock m_ParentDocs; - - unsigned int m_InterfaceOperator; - unsigned int m_InterfaceAssignment; - unsigned int m_InterfaceRead; - unsigned int m_InterfaceWrite; - - const wxString m_Briefend; - - void InitSecondEndPart(); - void HandleModule(); - void HandleSubmodule(); - void HandleFunction(TokenKindF, TokenAccessKind taKind=taPublic); - void HandleType(bool& needDefault, TokenF* &newToken); - void HandleType(); - void HandleUse(); - void HandleBlockConstruct(); - void HandleAssociateConstruct(); - void HandleSelectTypeConstruct(); - void HandleSelectCaseConstruct(); - void HandleInterface(TokenAccessKind taKind=taPublic); - void HandleInterface(TokenAccessKind taKind, TokenF* &tokNew, bool &isGeneric); - void HandleBlockData(); - void HandleInclude(); - void HandleAccessList(TokenAccessKind taKind, bool& changeDefault, int& countAccess, wxArrayString& nameList); - void HandleProcedureList(); - void HandlePrivatePublic(); - void GoThroughBody(); - bool IsEnd(wxString tok_low, wxString nex_low); - bool ParseDeclarationsFirstPart(wxString& token, wxString& next); - void ParseDeclarationsSecondPart(wxString& token, bool& needDefault, TokensArrayF& newTokenArr); - void HandleSubmoduleProcedure(); - void CheckParseOneDeclaration(wxString& token, wxString& tok_low, wxString& next, wxString& next_low, - bool& needDefault, TokensArrayF& newTokenArr, bool& hasFunctionInLine); - void ParseTypeBoundProcedures(const wxString& firstWord, bool breakAtEOL, bool passIn=true); - void MakeArrayStringLower(wxArrayString &arr, wxArrayString &arrLw); - void ChangeTokenAccess(ModuleTokenF* modToken, TokenF* token); - void GetDocBlock(DocBlock &docs, bool lookDown, unsigned int ln, bool takeSimpleDoc); - wxString TrimRepetitives(wxString& inStr); - wxString GetDocLine(unsigned int ln); - void AddParamDocs(TokenF* pParToken, DocBlock &docs); - void HandleBindTo(); - void CheckParseCallProcedure(wxString& token, wxString& tok_low, wxString& next); - void TakeFunctionsCallsFromString(const wxString& strIn); - void GetWordBefore(const wxString& str, int idxEnd, wxString& funName, int& idxStart); - - std::set m_KnownEndSecPart; -}; - -#endif // PARSERTHREADF_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/71/71a74cd9a70f1e75b624a565ade1ef6a4b78eafc.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/71/71a74cd9a70f1e75b624a565ade1ef6a4b78eafc.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/74/742b51e1b04340dbc5fc9e182fbeeb42bade01c3.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/74/742b51e1b04340dbc5fc9e182fbeeb42bade01c3.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/74/742b51e1b04340dbc5fc9e182fbeeb42bade01c3.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/74/742b51e1b04340dbc5fc9e182fbeeb42bade01c3.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,116 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef NATIVEPARSERF_H -#define NATIVEPARSERF_H - -#include -#include -#include -#include -#include "parserf.h" -#include "workspacebrowserf.h" -#include "projectdependencies.h" -#include "jumptracker.h" - -#include -#include "workspaceparserthread.h" - -typedef std::map WSDependencyMap; - -// forward decls -class EditorBase; -class cbProject; -class TokenF; -class FortranProject; - -class NativeParserF : public wxEvtHandler -{ - public: - NativeParserF(FortranProject* forproj); - ~NativeParserF(); - - void AddParser(cbProject* project); - void ClearParser(); - void RemoveFromParser(cbProject* project); - void AddFileToParser(const wxString& filename); - void RemoveFileFromParser(const wxString& filename); - void ReparseFile(const wxString& filename); - void ReparseProject(cbProject* project); - void ParseProject(cbProject* project); - void ForceReparseWorkspace(); - void OnReparseWorkspaceTimer(wxTimerEvent& event); - void UpdateProjectFilesDependency(cbProject* project); - ParserF* GetParser(); - bool IsFileFortran(const wxString& filename); - - void CreateWorkspaceBrowser(); - WorkspaceBrowserF* GetWorkspaceBrowser(); - void RemoveWorkspaceBrowser(); - void UpdateWorkspaceBrowser(); - wxImageList* GetImageList(); - int GetTokenKindImageIdx(TokenF* token); - void GetCallTips(const wxString& name, bool onlyUseAssoc, bool onlyPublicNames, wxArrayString& callTips, TokensArrayFlat* result); - void GetCallTipsForGenericTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips, wxArrayInt& idxFuncSub); - void GetCallTipsForTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips); - void GetCallTipsForVariable(TokenFlat* token, wxString& callTip); - void GetCallTipsForType(TokenFlat* token, wxString& callTip); - int CountCommas(const wxString& lineText, int start, bool nesting=true); - void CollectInformationForCallTip(int& commasAll, int& commasUntilPos, wxString& lastName, bool& isempty, bool& isAfterPercent, int& argsPos, TokensArrayFlat* result); - void CountCommasInEditor(int& commasAll, int& commasUntilPos, wxString& lastName, bool& isempty, wxString& lineText, int& pos); - void GetCallTipHighlight(const wxString& calltip, int commasWas, int& start, int& end); - void MarkCurrentSymbol(); - void RereadOptions(); - JumpTracker* GetJumpTracker(); - FortranProject* GetFortranProject(); - void GenMakefile(); - wxArrayString* GetWSFiles(); - ArrayOfFortranSourceForm* GetWSFileForms(); - void GetCurrentBuffer(wxString& buffer, wxString& filename); - void ReparseCurrentEditor(); - - protected: - private: - friend class FortranProject; - - void OnEditorActivated(EditorBase* editor); - void OnEditorClose(EditorBase* editor); - void OnProjectActivated(cbProject* project); - void UpdateWorkspaceFilesDependency(); - void ClearWSDependency(); - void RemoveProjectFilesDependency(cbProject* project); - - bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm); - //void BreakUpInLines(wxString& str, const wxString& original_str, int chars_per_line); - wxString GetLastName(const wxString& line); - - void MakeWSFileList(); - - void OnUpdateWorkspaceBrowser(wxCommandEvent& event); - void OnUpdateCurrentFileTokens(wxCommandEvent& event); - - ParserF m_Parser; - WorkspaceBrowserF* m_pWorkspaceBrowser; - bool m_WorkspaceBrowserIsFloating; - FortranProject* m_pFortranProject; - wxTimer m_WorkspaceReparseTimer; - - WSDependencyMap m_WSDependency; - - JumpTracker m_JumpTracker; - - cbThreadPool m_ThreadPool; - - wxArrayString m_WSFiles; - ArrayOfFortranSourceForm m_WSFileForms; - - wxString m_CurrentEditorBuffer; - wxString m_CurrentEditorFilename; - - DECLARE_EVENT_TABLE(); -}; - -#endif // NATIVEPARSERF_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/74/745f8ebaa4f8f91cd1725566cc5510877f31f167.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/74/745f8ebaa4f8f91cd1725566cc5510877f31f167.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/74/745f8ebaa4f8f91cd1725566cc5510877f31f167.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/74/745f8ebaa4f8f91cd1725566cc5510877f31f167.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ - - - - Add New Type - 400,180 - 200,100 - 0 - - - wxVERTICAL - - - 2 - 3 - 1 - 2 - - - - - wxTOP|wxBOTTOM|wxRIGHT|wxALIGN_CENTER_VERTICAL - 5 - - - - wxTOP|wxBOTTOM|wxEXPAND - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxTOP|wxBOTTOM|wxEXPAND - 5 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxTOP|wxBOTTOM|wxEXPAND - 5 - - - - wxALL|wxEXPAND - 5 - - - wxALL|wxALIGN_CENTER_HORIZONTAL - 5 - - - - - - - - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/75/757d123c034deac76e7ea4857914aba8c55c5f7f.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/75/757d123c034deac76e7ea4857914aba8c55c5f7f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/75/757d123c034deac76e7ea4857914aba8c55c5f7f.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/75/757d123c034deac76e7ea4857914aba8c55c5f7f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ -#include "fortranfileext.h" -#include -#include - -#include -#include - - -FortranFileExt::FortranFileExt() -{ - m_ExtDone = false; -} - -FortranFileExt::~FortranFileExt() -{ - //dtor -} - -bool FortranFileExt::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) -{ - if (!m_ExtDone) - { - RereadFileExtensions(); - m_ExtDone = true; - } - - bool isf; - wxString ext = filename.AfterLast(_T('.')).Lower(); - - if (m_FortranExtFree.count(ext)) - { - fsForm = fsfFree; - isf = true; - } - else if (m_FortranExtFixed.count(ext)) - { - fsForm = fsfFixed; - isf = true; - } - else - isf = false; - - return isf; -} - -void FortranFileExt::RereadFileExtensions() -{ - EditorColourSet* colSet = Manager::Get()->GetEditorManager()->GetColourSet(); - if (colSet) - colSet = new EditorColourSet(*colSet); - else - colSet = new EditorColourSet(); - - RereadFileExtensionsLang(colSet, _T("fortran77"), m_FortranExtFixed); - RereadFileExtensionsLang(colSet, _T("fortran"), m_FortranExtFree); -} - -void FortranFileExt::RereadFileExtensionsLang(EditorColourSet* colSet, wxString langName, StringSet& extSet) -{ - extSet.clear(); - HighlightLanguage lang = colSet->GetHighlightLanguage(langName); - const wxArrayString& fileMasks = colSet->GetFileMasks(lang); - - wxString exts; - for (size_t i=0; i < fileMasks.GetCount(); i++) - { - exts << _T(" ") + fileMasks[i]; - } - - //Manager::Get()->GetLogManager()->DebugLog(_T("FortranProject ")+langName+_T("=")+exts); - - wxStringTokenizer tkz(exts, _T(" ;,*.\t\r\n"), wxTOKEN_STRTOK); - while ( tkz.HasMoreTokens() ) - { - wxString token = tkz.GetNextToken(); - extSet.insert(token.Lower()); - } -} - -void FortranFileExt::RereadOptions() -{ - m_ExtDone = false; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/76/765eeda68fb9c183186e723a1887494b2ec8e2ae.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/76/765eeda68fb9c183186e723a1887494b2ec8e2ae.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/76/765eeda68fb9c183186e723a1887494b2ec8e2ae.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/76/765eeda68fb9c183186e723a1887494b2ec8e2ae.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -#ifndef TEXTCUTTER_H -#define TEXTCUTTER_H - -#include "tokenizerf.h" - -class TextCutter -{ - public: - TextCutter(const wxString& allText, FortranSourceForm fsForm); - ~TextCutter(); - - void GetChunk(wxString& chunk, bool& isWord); - - private: - bool SkipWhiteSpace(); - bool MoveToNextChar(); - void AdjustColumn(); - wxChar CurrentChar(); - wxChar NextChar(); - bool IsEOF(){ return m_CurIdx >= m_TextLen; }; - void SkipUnwanted(); - void SkipToChar(const wxChar& ch); - bool CharInString(const char ch, const char* chars); - void SkipToEOL(); - - wxString m_Text; - unsigned int m_TextLen; - FortranSourceForm m_CurSourceForm; - unsigned int m_CurIdx; - unsigned int m_CurColumn; -}; - -#endif // TEXTCUTTER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/79/795b90a3065591e6dce0efb187e102fec057143e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/79/795b90a3065591e6dce0efb187e102fec057143e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/79/795b90a3065591e6dce0efb187e102fec057143e.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/79/795b90a3065591e6dce0efb187e102fec057143e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -@echo off -md ..\..\..\devel31 > nul 2>&1 -md ..\..\..\output31 > nul 2>&1 -md ..\..\..\devel31\share > nul 2>&1 -md ..\..\..\output31\share > nul 2>&1 -md ..\..\..\devel31\share\CodeBlocks > nul 2>&1 -md ..\..\..\output31\share\CodeBlocks > nul 2>&1 -md ..\..\..\devel31\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\output31\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\devel31\share\CodeBlocks\images\fortranproject > nul 2>&1 -md ..\..\..\output31\share\CodeBlocks\images\fortranproject > nul 2>&1 - -copy images\fortranproject\*.* ..\..\..\devel31\share\CodeBlocks\images\fortranproject\ > nul 2>&1 -copy images\fortranproject\*.* ..\..\..\output31\share\CodeBlocks\images\fortranproject\ > nul 2>&1 - -exit 0 Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/79/798174f3d4f03e0ce15c816f87c5eb0c16a1537e.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/79/798174f3d4f03e0ce15c816f87c5eb0c16a1537e.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/7e/7e89f9eee65672182881624531bb688a140e72e2.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/7e/7e89f9eee65672182881624531bb688a140e72e2.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f3e6bfa81fb4084959b8afbfc50d8dba4e4616c.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f3e6bfa81fb4084959b8afbfc50d8dba4e4616c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f3e6bfa81fb4084959b8afbfc50d8dba4e4616c.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f3e6bfa81fb4084959b8afbfc50d8dba4e4616c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,585 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - */ - -#include -#include "workspacebrowserf.h" // class's header file -#include "nativeparserf.h" -#include "fortranproject.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include // wxBusyCursor -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "cbstyledtextctrl.h" - -#ifndef CB_PRECOMP -#include "cbproject.h" -#endif - - -int idMenuJumpToImplementation = wxNewId(); -int idMenuRefreshTree = wxNewId(); -int idMenuForceReparse = wxNewId(); -int idMenuDoNotSort = wxNewId(); -int idMenuSortAlphabetically = wxNewId(); -int idMenuBottomTree = wxNewId(); - -BEGIN_EVENT_TABLE(WorkspaceBrowserF, wxPanel) - // m_TreeBottom - EVT_TREE_ITEM_ACTIVATED(XRCID("treeMembersWBF"), WorkspaceBrowserF::OnTreeItemDoubleClick) - EVT_TREE_ITEM_RIGHT_CLICK(XRCID("treeMembersWBF"), WorkspaceBrowserF::OnTreeItemRightClick) - // m_TreeTop - EVT_TREE_ITEM_ACTIVATED(XRCID("treeAllWBF"), WorkspaceBrowserF::OnTreeItemDoubleClick) - EVT_TREE_ITEM_RIGHT_CLICK(XRCID("treeAllWBF"), WorkspaceBrowserF::OnTreeItemRightClick) - EVT_TREE_SEL_CHANGED(XRCID("treeAllWBF"), WorkspaceBrowserF::OnTreeItemSelected) - EVT_TREE_ITEM_EXPANDING(XRCID("treeAllWBF"), WorkspaceBrowserF::OnTreeItemExpanding) - EVT_TREE_ITEM_COLLAPSING(XRCID("treeAllWBF"), WorkspaceBrowserF::OnTreeItemCollapsing) - - EVT_TEXT_ENTER(XRCID("cmbSearchWBF"), WorkspaceBrowserF::OnSearch) - EVT_COMBOBOX(XRCID("cmbSearchWBF"), WorkspaceBrowserF::OnSearch) - - EVT_BUTTON(XRCID("btnHome"), WorkspaceBrowserF::OnMakeVisible) - - EVT_MENU(idMenuJumpToImplementation, WorkspaceBrowserF::OnJumpTo) - EVT_MENU(idMenuRefreshTree, WorkspaceBrowserF::OnRefreshTree) - EVT_MENU(idMenuForceReparse, WorkspaceBrowserF::OnForceReparse) - EVT_CHOICE(XRCID("cmbViewWBF"), WorkspaceBrowserF::OnViewScope) - EVT_BUTTON(XRCID("btnSearch"), WorkspaceBrowserF::OnSearch) - - EVT_MENU(idMenuDoNotSort, WorkspaceBrowserF::OnChangeSort) - EVT_MENU(idMenuSortAlphabetically, WorkspaceBrowserF::OnChangeSort) - EVT_MENU(idMenuBottomTree, WorkspaceBrowserF::OnChangeMode) -END_EVENT_TABLE() - -// class constructor -WorkspaceBrowserF::WorkspaceBrowserF(wxWindow* parent, NativeParserF* np, ParserF* par) - : m_NativeParser(np), - m_TreeForPopupMenu(0), - m_pParser(par), - m_pActiveProject(0), - m_pBrowserBuilder(0) -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - m_BrowserOptions.visibleBottomTree = cfg->ReadBool(_T("/visible_bottom_tree"), true); - m_BrowserOptions.sortAlphabetically = cfg->ReadBool(_T("/browser_sort_alphabetically"), true); - m_BrowserOptions.showLocalVariables = cfg->ReadBool(_T("/browser_show_local_variables"), true); - m_BrowserOptions.showIncludeSeparately = cfg->ReadBool(_T("/browser_show_include_files_separately"), true); - - wxXmlResource::Get()->LoadPanel(this, parent, _T("pnlWBF")); - m_Search = XRCCTRL(*this, "cmbSearchWBF", wxComboBox); - - if (platform::windows) - m_Search->SetWindowStyle(wxTE_PROCESS_ENTER); // it's a must on windows to catch EVT_TEXT_ENTER - - m_TreeTop = XRCCTRL(*this, "treeAllWBF", wxTreeCtrl); - m_TreeBottom = XRCCTRL(*this, "treeMembersWBF", wxTreeCtrl); - - int filter = cfg->ReadInt(_T("/browser_display_filter"), bdfWorkspace); - XRCCTRL(*this, "cmbViewWBF", wxChoice)->SetSelection(filter); - m_BrowserOptions.displayFilter = (BrowserDisplayFilter)filter; - - // if the classbrowser is put under the control of a wxFlatNotebook, - // somehow the main panel is like "invisible" :/ - // so we force the correct color for the panel here... - XRCCTRL(*this, "WBFMainPanel", wxPanel)->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE)); -} - -// class destructor -WorkspaceBrowserF::~WorkspaceBrowserF() -{ - int pos = XRCCTRL(*this, "splitterWinWBF", wxSplitterWindow)->GetSashPosition(); - Manager::Get()->GetConfigManager(_T("fortran_project"))->Write(_T("/splitter_pos"), pos); - int filter = XRCCTRL(*this, "cmbViewWBF", wxChoice)->GetSelection(); - Manager::Get()->GetConfigManager(_T("fortran_project"))->Write(_T("/browser_display_filter"), filter); - - if (m_pBrowserBuilder) - { - delete m_pBrowserBuilder; - } -} - -void WorkspaceBrowserF::UpdateSash() -{ - int pos = Manager::Get()->GetConfigManager(_T("fortran_project"))->ReadInt(_T("/splitter_pos"), 250); - XRCCTRL(*this, "splitterWinWBF", wxSplitterWindow)->SetSashPosition(pos, false); -} - -void WorkspaceBrowserF::UpdateView() -{ - m_pActiveProject = 0; - m_ActiveFilename.Clear(); - if (Manager::IsAppShuttingDown()) - { - return; - } - if (m_pParser) - { - m_pActiveProject = Manager::Get()->GetProjectManager()->GetActiveProject(); - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (ed) - { - m_ActiveFilename = ed->GetFilename(); - } - if (m_pActiveProject) - BuildTree(); - else if (m_pBrowserBuilder) - { - m_pBrowserBuilder->DeleteTopRootChildren(); - } - } - else - m_TreeTop->DeleteAllItems(); - -} - -void WorkspaceBrowserF::ShowMenu(wxTreeCtrl* tree, wxTreeItemId id, const wxPoint& pt) -{ -// NOTE: local variables are tricky! If you build two local menus -// and attach menu B to menu A, on function exit both menu A and menu B -// will be destroyed. But when destroying menu A, menu B will be destroyed -// again. Its already-freed memory will be accessed, generating a segfault. - -// A safer approach is to make all menus heap-based, and delete the topmost -// on exit. - - m_TreeForPopupMenu = tree; - if ( !id.IsOk() ) - return; - -#if wxUSE_MENUS - wxString caption; - wxMenu *menu=new wxMenu(wxEmptyString); - - TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); - if (ctd) - { - if (ctd->m_SpecialFolder==sfToken) - { - menu->Append(idMenuJumpToImplementation, _("Jump to &implementation")); - } - } - - if (tree == m_TreeTop) - { - // only in top tree - if (menu->GetMenuItemCount() != 0) - menu->AppendSeparator(); - - menu->Append(idMenuRefreshTree, _("&Refresh tree")); - - if (id == m_TreeTop->GetRootItem()) - { - menu->Append(idMenuForceReparse, _("Re-&parse now")); - } - } - menu->AppendSeparator(); - menu->AppendCheckItem(idMenuDoNotSort, _("Do not sort")); - menu->Check(idMenuDoNotSort, !m_BrowserOptions.sortAlphabetically); - menu->AppendCheckItem(idMenuSortAlphabetically, _("Sort alphabetically")); - menu->Check(idMenuSortAlphabetically, m_BrowserOptions.sortAlphabetically); - - menu->AppendSeparator(); - menu->AppendCheckItem(idMenuBottomTree, _("Display bottom tree")); - menu->Check(idMenuBottomTree, m_BrowserOptions.visibleBottomTree); - - - if (menu->GetMenuItemCount() != 0) - PopupMenu(menu); - delete menu; // Prevents memory leak -#endif // wxUSE_MENUS -} - -// events - -void WorkspaceBrowserF::OnTreeItemRightClick(wxTreeEvent& event) -{ - wxTreeCtrl* tree = (wxTreeCtrl*)event.GetEventObject(); - tree->SelectItem(event.GetItem()); - ShowMenu(tree, event.GetItem(), event.GetPoint());// + tree->GetPosition()); -} - -void WorkspaceBrowserF::JumpToToken(TokenF* pToken) -{ - if (pToken) - { - LineAddress jumpStart; - LineAddress jumpFinish; - if(cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor()) - { - cbStyledTextCtrl* control = ed->GetControl(); - int curLine = control->LineFromPosition(control->GetCurrentPos()); - jumpStart.Init(ed->GetFilename(), curLine, false); - } - EditorManager* edMan = Manager::Get()->GetEditorManager(); - if (cbEditor* ed = edMan->Open(pToken->m_Filename)) - { - ed->GotoLine(pToken->m_LineStart - 1); - wxFocusEvent ev(wxEVT_SET_FOCUS); - ev.SetWindow(this); -#if wxCHECK_VERSION(3, 0, 0) - ed->GetControl()->GetEventHandler()->AddPendingEvent(ev); -#else - ed->GetControl()->AddPendingEvent(ev); -#endif - - // Track jump history - cbStyledTextCtrl* control = ed->GetControl(); - int curLine = control->LineFromPosition(control->GetCurrentPos()); - jumpFinish.Init(ed->GetFilename(), curLine, true); - - m_NativeParser->GetJumpTracker()->TakeJump(jumpStart, jumpFinish); - m_NativeParser->GetFortranProject()->CheckEnableToolbar(); - } - else - { - cbMessageBox(wxString::Format(_("Declaration not found: %s"), pToken->m_DisplayName.c_str()), _("Warning"), wxICON_WARNING); - } - } -} - -void WorkspaceBrowserF::OnJumpTo(wxCommandEvent& event) -{ - wxTreeCtrl* tree = m_TreeForPopupMenu; - wxTreeItemId id = tree->GetSelection(); - TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); - if (ctd && ctd->m_pToken) - { - JumpToToken(ctd->m_pToken); - } -} - -void WorkspaceBrowserF::OnTreeItemDoubleClick(wxTreeEvent& event) -{ - wxTreeCtrl* tree = (wxTreeCtrl*)event.GetEventObject(); - wxTreeItemId id = event.GetItem(); - TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); - if (ctd && ctd->m_pToken) - { - JumpToToken(ctd->m_pToken); - } -} - -void WorkspaceBrowserF::OnRefreshTree(wxCommandEvent& event) -{ - UpdateView(); -} - -void WorkspaceBrowserF::OnForceReparse(wxCommandEvent& event) -{ - if (m_NativeParser) - { - switch (m_BrowserOptions.displayFilter) - { - case bdfWorkspace: - { - m_NativeParser->ForceReparseWorkspace(); - break; - } - case bdfProject: - { -// NOTE (darius#1#): Force reparse workspace, just because currently only the workspace parsing is running on a secondary thread. - //m_NativeParser->ReparseProject(m_pActiveProject); - m_NativeParser->ForceReparseWorkspace(); - UpdateView(); - break; - } - case bdfFile: - { - m_NativeParser->ReparseFile(m_ActiveFilename); - UpdateView(); - break; - } - } - } -} - -void WorkspaceBrowserF::OnViewScope(wxCommandEvent& event) -{ - m_BrowserOptions.displayFilter = (BrowserDisplayFilter)event.GetSelection(); - UpdateView(); -} - -void WorkspaceBrowserF::OnChangeSort(wxCommandEvent& event) -{ - if (event.GetId() == idMenuDoNotSort) - m_BrowserOptions.sortAlphabetically = !event.IsChecked(); - else if (event.GetId() == idMenuSortAlphabetically) - m_BrowserOptions.sortAlphabetically = event.IsChecked(); - UpdateView(); - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - cfg->Write(_T("/browser_sort_alphabetically"),m_BrowserOptions.sortAlphabetically); -} - -void WorkspaceBrowserF::OnChangeMode(wxCommandEvent& event) -{ - if (event.GetId() == idMenuBottomTree) - { - m_BrowserOptions.visibleBottomTree = event.IsChecked(); - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - cfg->Write(_T("/visible_bottom_tree"), m_BrowserOptions.visibleBottomTree); - } - UpdateView(); -} - -size_t WorkspaceBrowserF::FindMatchTokens(wxString search, TokensArrayF& result) -{ - size_t count=0; - switch (m_BrowserOptions.displayFilter) - { - case bdfFile: - { - count = m_pParser->FindMatchTokens(m_ActiveFilename, search, result); - break; - } - case bdfProject: - { - for (FilesList::iterator it = m_pActiveProject->GetFilesList().begin(); it != m_pActiveProject->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - count = m_pParser->FindMatchTokens(pf->file.GetFullPath(), search, result); - } - break; - } - case bdfWorkspace: - { - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for (size_t i=0; i < projects->GetCount(); ++i) - { - cbProject* project = projects->Item(i); - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - count = m_pParser->FindMatchTokens(pf->file.GetFullPath(), search, result); - } - } - break; - } - } - return count; -} - -void WorkspaceBrowserF::OnSearch(wxCommandEvent& event) -{ - wxString search = m_Search->GetValue(); - if (search.IsEmpty()) - return; - - TokenF* token = 0; - TokensArrayF result; - size_t count = FindMatchTokens(search, result); - - size_t j=0; - while (j < count) - { - if (result.Item(j)->m_TokenKind == tkVariable) - { - result.RemoveAt(j); - count--; - } - else - { - j++; - } - } - - if (count == 0) - { - cbMessageBox(_("No matches were found: ") + search, _("Search failed")); - return; - } - else if (count == 1) - { - token = *result.begin(); - } - else if (count > 1) - { - wxArrayString selections; - for (size_t i=0; im_DisplayName;; - wxFileName fn = wxFileName(result.Item(i)->m_Filename); - inf << _T("::") << result.Item(i)->GetTokenKindString() << _T(", ") << fn.GetFullName() << _T(" : "); - inf << wxString::Format(_T("%d"), int(result.Item(i)->m_LineStart)); - selections.Add(inf); - } - int sel = wxGetSingleChoiceIndex(_("Please make a selection:"), _("Multiple matches"), selections); - if (sel == -1) - return; - token = result.Item(sel); - } - - // store the search in the combobox - if (m_Search->FindString(token->m_DisplayName) == wxNOT_FOUND) - m_Search->Append(token->m_DisplayName); - - JumpToToken(token); - m_pBrowserBuilder->SelectItem(token); -} - -void WorkspaceBrowserF::BuildTree() -{ - if (Manager::IsAppShuttingDown()) - return; - - // create the WorkspaceBrowserBuilder if needed - if (!m_pBrowserBuilder) - { - m_pBrowserBuilder = new WorkspaceBrowserBuilder(m_pParser, m_TreeTop, m_TreeBottom); - } - - wxSplitterWindow* splitter = XRCCTRL(*this, "splitterWinWBF", wxSplitterWindow); - if (m_BrowserOptions.visibleBottomTree) - { - splitter->SplitHorizontally(m_TreeTop, m_TreeBottom); - m_TreeBottom->Show(true); - } - else - { - splitter->Unsplit(); - m_TreeBottom->Show(false); - } - - // build tree - m_pBrowserBuilder->Init( - m_ActiveFilename, - m_pActiveProject, - m_BrowserOptions); -} // end of BuildTree - -void WorkspaceBrowserF::OnTreeItemSelected(wxTreeEvent& event) -{ - if (Manager::IsAppShuttingDown()) - return; - - if (m_pBrowserBuilder) - { - if (!m_pBrowserBuilder->SelectNode(event.GetItem())) - return; - } - event.Allow(); - - EditorManager* edMan = Manager::Get()->GetEditorManager(); - if (!edMan) - return; - cbEditor* ed = edMan->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - int currentLine = control->GetCurrentLine() + 1; - wxString activeFilename = ed->GetFilename(); - if (activeFilename.IsEmpty()) - return; - MarkSymbol(UnixFilename(activeFilename), currentLine); -} - -void WorkspaceBrowserF::OnTreeItemExpanding(wxTreeEvent& event) -{ - if (Manager::IsAppShuttingDown()) - return; - - m_pBrowserBuilder->ExpandTopNode(event.GetItem()); -} - -void WorkspaceBrowserF::OnTreeItemCollapsing(wxTreeEvent& event) -{ - m_pBrowserBuilder->CollapsTopNode(event.GetItem()); - //event.Allow(); -} - -wxImageList* WorkspaceBrowserF::GetImageList() -{ - if (m_pBrowserBuilder) - return m_pBrowserBuilder->GetImageList(); - return 0; -} - -int WorkspaceBrowserF::GetTokenKindImageIdx(TokenF* token) -{ - if (m_pBrowserBuilder) - return m_pBrowserBuilder->GetTokenKindImageIdx(token); - return 0; -} - -void WorkspaceBrowserF::MarkSymbol(wxString filename, int line) -{ - if (m_pBrowserBuilder) - { - m_pBrowserBuilder->MarkSymbol(filename, line); - } -} - -void WorkspaceBrowserF::RereadOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - if (cfg->ReadBool(_("/use_symbols_browser"), true)) - { - m_BrowserOptions.visibleBottomTree = cfg->ReadBool(_("/visible_bottom_tree"), true); - m_BrowserOptions.sortAlphabetically = cfg->ReadBool(_("/browser_sort_alphabetically"), true); - m_BrowserOptions.showLocalVariables = cfg->ReadBool(_T("/browser_show_local_variables"), true); - m_BrowserOptions.showIncludeSeparately = cfg->ReadBool(_T("/browser_show_include_files_separately"), true); - UpdateView(); - } -} - -void WorkspaceBrowserF::DeleteAllItems() -{ - m_TreeTop->DeleteAllItems(); - m_TreeBottom->DeleteAllItems(); -} - -void WorkspaceBrowserF::OnMakeVisible(wxCommandEvent& event) -{ - if (m_pBrowserBuilder) - { - m_pBrowserBuilder->MakeVisibleCurrent(); - } -} - -void WorkspaceBrowserF::OnMenuEditPaste(wxCommandEvent& event) -{ - wxWindow* pFocused = wxWindow::FindFocus(); - if (!pFocused) - { - event.Skip(); - return; - } - - if (pFocused == m_Search) - m_Search->Paste(); - else - event.Skip(); - - return; -} - -void WorkspaceBrowserF::SetActiveProject(cbProject* prj) -{ - m_pActiveProject = prj; - if (m_pBrowserBuilder) - { - m_pBrowserBuilder->SetActiveProject(prj); - } -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f5fe46af1b32dcac364c8b1f035d436deae8ccc.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f5fe46af1b32dcac364c8b1f035d436deae8ccc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f5fe46af1b32dcac364c8b1f035d436deae8ccc.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/7f/7f5fe46af1b32dcac364c8b1f035d436deae8ccc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,673 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#include "projectdependencies.h" -#include -#include -#include -#include -#include -#include -#include - -#include "nativeparserf.h" - - -ProjectDependencies::ProjectDependencies(cbProject* project) -{ - m_Project = project; - //ctor -} - -ProjectDependencies::~ProjectDependencies() -{ - //dtor - Clear(); -} - -void ProjectDependencies::Clear() -{ - m_prFilesArr.clear(); - m_FileIndexMap.clear(); - for (size_t i=0; ifile.GetFullPath(); - m_FileIndexMap.insert(std::make_pair(ffp,i)); - - wxString fname = pf->file.GetName() + _T(".") + pf->file.GetExt(); - fnames.Add(fname); - } - - for (size_t i = 0; i < nfil; ++i) - { - StringSet* fileUseModules = new StringSet; - StringSet* fileDeclaredModules = new StringSet; - StringSet* fileExtendsSModules = new StringSet; - StringSet* fileDeclaredSubmodules = new StringSet; - StringSet* fileIncludes = new StringSet; - - parser.ObtainUsedDeclaredModules(m_prFilesArr[i]->file.GetFullPath(), fileUseModules, fileDeclaredModules, - fileExtendsSModules, fileDeclaredSubmodules, fileIncludes); - m_pUseModules.push_back(fileUseModules); - m_pDeclaredModules.push_back(fileDeclaredModules); - m_pExtendsSModules.push_back(fileExtendsSModules); - m_pDeclaredSubmodules.push_back(fileDeclaredSubmodules); - m_pIncludes.push_back(fileIncludes); - - StringSet::iterator pos; - for (pos = fileDeclaredModules->begin(); pos != fileDeclaredModules->end(); ++pos) - { - if (!m_ModuleFileIdxMap.count(*pos)) - m_ModuleFileIdxMap[*pos] = i; - } - - for (pos = fileDeclaredSubmodules->begin(); pos != fileDeclaredSubmodules->end(); ++pos) - { - if (!m_SubmoduleFileIdxMap.count(*pos)) - m_SubmoduleFileIdxMap[*pos] = i; - } - - for (pos = fileIncludes->begin(); pos != fileIncludes->end(); ++pos) - { - wxString inc = *pos; - for (size_t j=0; j < nfil; ++j) - { - wxString fn = fnames.Item(j); - if (inc.IsSameAs(fn) || inc.IsSameAs(fn.BeforeLast('.'))) - { - m_IncludeFileIdxMap[*pos] = j; - break; - } - } - } - } - - m_MadeChildrenSet.resize(nfil,false); - m_ChildrenTable.resize(nfil); - - for (size_t i = 0; i < nfil; ++i) - { - if (m_MadeChildrenSet[i] == false) - { - IntSet* children = new IntSet; - m_Deep = 0; - m_BreakChain = false; - MakeFileChildren(children, i); - m_ChildrenTable[i] = children; - } - } - - //PrintChildrenTable(); - - m_FileWeights.Alloc(nfil); - m_FileWeights.Add(-1,nfil); -} - - -bool ProjectDependencies::HasInfiniteDependences() -{ - return m_WasInfiniteLoop; -} - - -unsigned short int ProjectDependencies::GetFileWeight(wxString& fileName) -{ - if (!m_FileIndexMap.count(fileName)) - return 50; //error. default value - - m_Deep = 0; - m_BreakChain = false; - unsigned short int wt = GetFileWeightByIndex(m_FileIndexMap[fileName]); - return wt; -} - - -unsigned short int ProjectDependencies::GetFileWeightByIndex(size_t idx) -{ - if (m_FileWeights[idx] != -1) - return m_FileWeights[idx]; - if (m_Deep > 99) - { - m_WasInfiniteLoop = true; - m_BreakChain = true; - return 0; - } - else if (m_BreakChain) - { - return 0; - } - unsigned short int wt; - unsigned short int wt_max = 0; - StringSet* fileUseModules = m_pUseModules[idx]; - StringSet::iterator pos; - for (pos = fileUseModules->begin(); pos != fileUseModules->end(); ++pos) - { - if (m_ModuleFileIdxMap.count(*pos) != 1) - { - continue; - } - else - { - size_t fidx = m_ModuleFileIdxMap[*pos]; - if (fidx == idx) - continue; // module defined and is used in the same file. - m_Deep++; - wt = 1 + GetFileWeightByIndex(fidx); - m_Deep--; - - if (wt > wt_max) - wt_max = wt; - } - } - - StringSet* fileExtendsSModules = m_pExtendsSModules[idx]; - for (pos = fileExtendsSModules->begin(); pos != fileExtendsSModules->end(); ++pos) - { - size_t fidx; - bool found = false; - if (m_ModuleFileIdxMap.count(*pos) == 1) - { - fidx = m_ModuleFileIdxMap[*pos]; - found = true; - } - else if (m_SubmoduleFileIdxMap.count(*pos) == 1) - { - fidx = m_SubmoduleFileIdxMap[*pos]; - found = true; - } - - if (!found) - continue; - else - { - if (fidx == idx) - continue; // module defined and is used in the same file. - m_Deep++; - wt = 1 + GetFileWeightByIndex(fidx); - m_Deep--; - - if (wt > wt_max) - wt_max = wt; - } - } - - StringSet* fileIncludes = m_pIncludes[idx]; - for (pos = fileIncludes->begin(); pos != fileIncludes->end(); ++pos) - { - if (m_IncludeFileIdxMap.count(*pos) != 1) - { - continue; - } - else - { - size_t fidx = m_IncludeFileIdxMap[*pos]; - if (fidx == idx) - continue; // error, includes self - m_Deep++; - wt = 1 + GetFileWeightByIndex(fidx); - m_Deep--; - - if (wt > wt_max) - wt_max = wt; - } - } - m_FileWeights[idx] = wt_max; - return wt_max; -} - -void ProjectDependencies::MakeFileChildren(IntSet* children, size_t fileIndex) -{ - if (m_Deep > 99) - { - m_BreakChain = true; - return; // maybe infinite reference loop? - } - else if (m_BreakChain) - { - return; - } - - StringSet* fileDeclaredModules = m_pDeclaredModules[fileIndex]; - StringSet::iterator pos; - for (pos = fileDeclaredModules->begin(); pos != fileDeclaredModules->end(); ++pos) - { - wxString modName = *pos; - for (size_t k=0; k < m_pUseModules.size(); ++k) - { - if (fileIndex==k) - continue; // declared and used in the same file - - if (m_pUseModules[k]->count(modName)) - { - children->insert(k); - - if (m_MadeChildrenSet[k] == true) - { - children->insert(m_ChildrenTable[k]->begin(),m_ChildrenTable[k]->end()); - } - else - { - IntSet* childrenNew = new IntSet; - m_Deep++; - MakeFileChildren(childrenNew, k); - m_Deep--; - children->insert(childrenNew->begin(),childrenNew->end()); - m_ChildrenTable[k] = childrenNew; - m_MadeChildrenSet[k] = true; - } - } - } - - for (size_t k=0; k < m_pExtendsSModules.size(); ++k) - { - if (fileIndex==k) - continue; // declared and used in the same file - - if (m_pExtendsSModules[k]->count(modName)) - { - children->insert(k); - - if (m_MadeChildrenSet[k] == true) - { - children->insert(m_ChildrenTable[k]->begin(),m_ChildrenTable[k]->end()); - } - else - { - IntSet* childrenNew = new IntSet; - m_Deep++; - MakeFileChildren(childrenNew, k); - m_Deep--; - children->insert(childrenNew->begin(),childrenNew->end()); - m_ChildrenTable[k] = childrenNew; - m_MadeChildrenSet[k] = true; - } - } - } - } - - StringSet* fileDeclaredSubmodules = m_pDeclaredSubmodules[fileIndex]; - for (pos = fileDeclaredSubmodules->begin(); pos != fileDeclaredSubmodules->end(); ++pos) - { - wxString submodName = *pos; - for (size_t k=0; k < m_pExtendsSModules.size(); ++k) - { - if (fileIndex==k) - continue; // declared and used in the same file - - if (m_pExtendsSModules[k]->count(submodName)) - { - children->insert(k); - - if (m_MadeChildrenSet[k] == true) - { - children->insert(m_ChildrenTable[k]->begin(),m_ChildrenTable[k]->end()); - } - else - { - IntSet* childrenNew = new IntSet; - m_Deep++; - MakeFileChildren(childrenNew, k); - m_Deep--; - children->insert(childrenNew->begin(),childrenNew->end()); - m_ChildrenTable[k] = childrenNew; - m_MadeChildrenSet[k] = true; - } - } - } - } - - ProjectFile* pf = m_prFilesArr[fileIndex]; - wxString fname = pf->file.GetName(); - wxString fnameExt = fname + _T(".") + pf->file.GetExt(); - for (size_t k=0; k < m_pIncludes.size(); ++k) - { - if (fileIndex==k) - continue; - - if (m_pIncludes[k]->count(fname) || m_pIncludes[k]->count(fnameExt)) - { - children->insert(k); - - if (m_MadeChildrenSet[k] == true) - { - children->insert(m_ChildrenTable[k]->begin(),m_ChildrenTable[k]->end()); - } - else - { - IntSet* childrenNew = new IntSet; - m_Deep++; - MakeFileChildren(childrenNew, k); - m_Deep--; - children->insert(childrenNew->begin(),childrenNew->end()); - m_ChildrenTable[k] = childrenNew; - m_MadeChildrenSet[k] = true; - } - } - } -} - -void ProjectDependencies::EnsureUpToDateObjs() -{ - int btc = m_Project->GetBuildTargetsCount(); - for (int it=0; itGetBuildTarget(it); - Compiler* compiler = CompilerFactory::GetCompiler(bTarget->GetCompilerID()); - if(!compiler) - continue; - for (size_t j=0; jGetBuildTargets(); - if (btarr.Index(bTarget->GetTitle()) == wxNOT_FOUND) - continue; - - const pfDetails& pfd = pf->GetFileDetails(bTarget); - wxString objectAbs = (compiler->GetSwitches().UseFlatObjects)?pfd.object_file_flat_absolute_native:pfd.object_file_absolute_native; - - time_t time_src = wxFileModificationTime(pfd.source_file_absolute_native); - bool delChildren = false; - bool onlyOlder = false; - if (wxFileExists(objectAbs)) - { - time_t time_obj = wxFileModificationTime(objectAbs); - if (time_src > time_obj) - { - delChildren = true; - } - } - else - { - delChildren = true; - if(!pf->compile) - { - onlyOlder = true; - } - } - - if (delChildren) - { - IntSet* children = m_ChildrenTable[j]; - IntSet::iterator pos; - for (pos=children->begin(); pos != children->end(); ++pos) - { - ProjectFile* pfChild = m_prFilesArr[*pos]; - - const wxArrayString& btChild_arr = pfChild->GetBuildTargets(); - if (btChild_arr.Index(bTarget->GetTitle()) == wxNOT_FOUND) - continue; - - const pfDetails& pfdChild = pfChild->GetFileDetails(bTarget); - wxString objectAbsChild = (compiler->GetSwitches().UseFlatObjects)?pfdChild.object_file_flat_absolute_native:pfdChild.object_file_absolute_native; - - if (wxFileExists(objectAbsChild)) - { - if (onlyOlder) - { - time_t time_obj = wxFileModificationTime(objectAbsChild); - if (time_src > time_obj) - { - wxRemoveFile(objectAbsChild); - } - } - else - { - wxRemoveFile(objectAbsChild); - } - } - } - } - } - } -} - -void ProjectDependencies::RemoveModFiles(cbProject* pr, ProjectBuildTarget* bTarget, NativeParserF* nativeParser) -{ - //Remove all *.mod files - if (!pr || !bTarget || pr->IsMakefileCustom()) - return; - - wxString comID = bTarget->GetCompilerID(); - if (!CompilerFactory::CompilerInheritsFrom(comID, _T("gfortran")) && - !CompilerFactory::CompilerInheritsFrom(comID, _T("g95")) && - !CompilerFactory::CompilerInheritsFrom(comID, _T("ifcwin")) && - !CompilerFactory::CompilerInheritsFrom(comID, _T("ifclin")) && - !CompilerFactory::CompilerInheritsFrom(comID, _T("pgfortran")) && - !CompilerFactory::CompilerInheritsFrom(comID, _T("oracfortran")) ) - { - bool haveFortran = false; - for (FilesList::iterator it = pr->GetFilesList().begin(); it != pr->GetFilesList().end(); ++it) - { - ProjectFile* prjfile = *it; - if (nativeParser->IsFileFortran(prjfile->file.GetFullPath())) - { - haveFortran = true; - break; - } - } - if (!haveFortran) - return; - } - - wxString objDir = bTarget->GetObjectOutput(); - wxDir odir; - if (odir.Open(objDir)) - { - wxString filename; - wxFileName fname; - fname.AssignDir(objDir); - wxString filespec = _T("*.mod"); - bool cont = odir.GetFirst(&filename, filespec, wxDIR_FILES); - while (cont) - { - fname.SetFullName(filename); - wxRemoveFile(fname.GetFullPath()); - cont = odir.GetNext(&filename); - } - - filespec = _T("*.smod"); - cont = odir.GetFirst(&filename, filespec, wxDIR_FILES); - while (cont) - { - fname.SetFullName(filename); - wxRemoveFile(fname.GetFullPath()); - cont = odir.GetNext(&filename); - } - } -} - -void ProjectDependencies::RemoveModFilesWS(NativeParserF* nativeParser) -{ - //Remove all *.mod files in Workspace - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for (size_t i = 0; i < projects->GetCount(); ++i) - { - cbProject* pr = projects->Item(i); - if (!pr->IsMakefileCustom()) - { - ProjectBuildTarget* bTarget = pr->GetBuildTarget(pr->GetActiveBuildTarget()); - RemoveModFiles(pr, bTarget, nativeParser); - } - } -} - -void ProjectDependencies::PrintChildrenTable() -{ - Manager::Get()->GetLogManager()->DebugLog(_T("\nProjectDependencies::PrintChildrenTable")); - - for(size_t i=0; i < m_ChildrenTable.size(); i++) - { - ProjectFile* pfile = m_prFilesArr[i]; - - Manager::Get()->GetLogManager()->DebugLog(_T("\n")+pfile->file.GetName()); - - IntSet* children = m_ChildrenTable[i]; - IntSet::iterator pos; - for (pos=children->begin(); pos != children->end(); ++pos) - { - ProjectFile* pf = m_prFilesArr[*pos]; - wxString fname = pf->file.GetName(); - Manager::Get()->GetLogManager()->DebugLog(_T(" ")+fname); - } - } -} - -size_t ProjectDependencies::GetSizeFiles() -{ - return m_prFilesArr.size(); -} - -void ProjectDependencies::GetUseFilesFile(const wxString& filename, wxArrayString& useFiles) -{ - if (m_FileIndexMap.count(filename) == 0) - return; - size_t fileIndex = m_FileIndexMap[filename]; - StringSet* useModules = m_pUseModules[fileIndex]; - std::set fidxSet; - StringSet::iterator pos; - for (pos = useModules->begin(); pos != useModules->end(); ++pos) - { - wxString modName = *pos; - if (m_ModuleFileIdxMap.count(modName) == 1) - { - size_t fidx = m_ModuleFileIdxMap[modName]; - if (fidx != fileIndex && fidxSet.count(fidx) == 0) - { - StringIntMap::const_iterator it; - for (it = m_FileIndexMap.begin(); it != m_FileIndexMap.end(); ++it) - { - if (it->second == (int) fidx) - { - useFiles.Add(it->first); - fidxSet.insert(fidx); - break; - } - } - } - } - } -} - -void ProjectDependencies::GetExtendsFilesFile(const wxString& filename, wxArrayString& extFiles) -{ - if (m_FileIndexMap.count(filename) == 0) - return; - size_t fileIndex = m_FileIndexMap[filename]; - StringSet* extSModules = m_pExtendsSModules[fileIndex]; - std::set fidxSet; - StringSet::iterator pos; - for (pos = extSModules->begin(); pos != extSModules->end(); ++pos) - { - wxString modName = *pos; - size_t fidx; - if (m_ModuleFileIdxMap.count(modName) == 1) - fidx = m_ModuleFileIdxMap[modName]; - else if (m_SubmoduleFileIdxMap.count(modName) == 1) - fidx = m_SubmoduleFileIdxMap[modName]; - else - continue; - - if (fidx != fileIndex && fidxSet.count(fidx) == 0) - { - StringIntMap::const_iterator it; - for (it = m_FileIndexMap.begin(); it != m_FileIndexMap.end(); ++it) - { - if (it->second == (int) fidx) - { - extFiles.Add(it->first); - fidxSet.insert(fidx); - break; - } - } - } - } -} - -void ProjectDependencies::GetIncludeFilesFile(const wxString& filename, wxArrayString& includeFiles) -{ - if (m_FileIndexMap.count(filename) == 0) - return; - size_t fileIndex = m_FileIndexMap[filename]; - StringSet* incls = m_pIncludes[fileIndex]; - std::set fidxSet; - StringSet::iterator pos; - for (pos = incls->begin(); pos != incls->end(); ++pos) - { - wxString incName = *pos; - if (m_IncludeFileIdxMap.count(incName) == 1) - { - size_t fidx = m_IncludeFileIdxMap[incName]; - if (fidx != fileIndex && fidxSet.count(fidx) == 0) - { - StringIntMap::const_iterator it; - for (it = m_FileIndexMap.begin(); it != m_FileIndexMap.end(); ++it) - { - if (it->second == (int) fidx) - { - includeFiles.Add(it->first); - fidxSet.insert(fidx); - break; - } - } - } - } - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/80/80249f165ea4e7eca2654e85dc3b4ceebf42fa9d.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/80/80249f165ea4e7eca2654e85dc3b4ceebf42fa9d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/80/80249f165ea4e7eca2654e85dc3b4ceebf42fa9d.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/80/80249f165ea4e7eca2654e85dc3b4ceebf42fa9d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,292 +0,0 @@ -#include "calltreeview.h" -#include "fortranproject.h" -#include "lineaddress.h" -#include "cbeditor.h" -#include -#include -#include -#include - -#include -#include -#include - -CTVData::CTVData(TokenF* token) -{ - if (token) - { - m_Filename = token->m_Filename; - m_LineStart = token->m_LineStart; - m_TokenKind = token->m_TokenKind; - } -} - -namespace -{ - int idTree = wxNewId(); - int idMenuRefreshTree = wxNewId(); - int idMenuDoNotSort = wxNewId(); - int idMenuSortAlphabetically = wxNewId(); - -}; - -BEGIN_EVENT_TABLE(CallTreeView, wxPanel) - EVT_TREE_ITEM_ACTIVATED(idTree, CallTreeView::OnTreeDoubleClick) - EVT_TREE_ITEM_RIGHT_CLICK(idTree, CallTreeView::OnTreeItemRightClick) - - EVT_MENU(idMenuRefreshTree, CallTreeView::OnRefreshTree) - EVT_MENU(idMenuDoNotSort, CallTreeView::OnChangeSort) - EVT_MENU(idMenuSortAlphabetically, CallTreeView::OnChangeSort) -END_EVENT_TABLE() - -CallTreeView::CallTreeView(wxWindow* parentWindow, FortranProject* forproj) -{ - - this->Create(parentWindow); - this->SetInitialSize(wxSize(200,100)); - this->SetMinSize(wxSize(200,100)); - - m_pTree = new wxTreeCtrl(this, idTree, wxDefaultPosition, wxDefaultSize, wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT|wxTR_HIDE_ROOT); - m_pTree->SetImageList(m_ImgList.GetImageList()); - wxBoxSizer* bs = new wxBoxSizer(wxHORIZONTAL); - bs->Add(m_pTree, 1, wxGROW | wxALL, 0); - this->SetSizer(bs); - - m_pFortranProject = forproj; - m_IsCallTree = true; -} - -CallTreeView::~CallTreeView() -{ - //dtor -} - -void CallTreeView::ShowCallTree(TokensArrayF* tokArr) -{ - RereadOptions(); - m_IsCallTree = true; - m_pTree->DeleteAllItems(); - wxTreeItemId root = m_pTree->AddRoot(_("Call Tree")); - - ShowCallTreeChildren(tokArr, root, 0); -} - -void CallTreeView::ShowCalledByTree(TokensArrayF* tokArr) -{ - RereadOptions(); - m_IsCallTree = false; - m_pTree->DeleteAllItems(); - wxTreeItemId root = m_pTree->AddRoot(_("Called-By Tree")); - - ShowCallTreeChildren(tokArr, root, 0); -} - -void CallTreeView::ShowCallTreeChildren(TokensArrayF* tokArr, wxTreeItemId& parent, int callLevel) -{ - callLevel += 1; - for (size_t i=0; isize(); i++) - { - wxTreeItemData* tidata = new CTVData(tokArr->Item(i)); - int iind; - if (callLevel == 1) - { - // show for first level different image - if (m_IsCallTree) - { - if (tokArr->Item(i)->m_TokenKind == tkFunction) - iind = m_ImgList.GetImageIdx("function_call"); - else - iind = m_ImgList.GetImageIdx("subroutine_call"); - } - else // CalledBy tree - { - if (tokArr->Item(i)->m_TokenKind == tkFunction) - iind = m_ImgList.GetImageIdx("function_calledby"); - else - iind = m_ImgList.GetImageIdx("subroutine_calledby"); - } - } - else - { - iind = m_ImgList.GetTokenKindImageIdx(tokArr->Item(i)); - } - wxTreeItemId addedId = InsertTreeItem(parent, tokArr->Item(i)->m_DisplayName, iind, tidata); - - ShowCallTreeChildren(&tokArr->Item(i)->m_Children, addedId, callLevel); - if (callLevel == 1) - m_pTree->Expand(addedId); - } -} - -wxTreeItemId CallTreeView::InsertTreeItem(wxTreeItemId& parent, const wxString& displayName, int imageIdx, wxTreeItemData* tidata) -{ - if (!m_SortAlphabetically) - return m_pTree->AppendItem(parent, displayName, imageIdx, -1, tidata); - - wxTreeItemId insertAfter; - wxTreeItemIdValue cookie; - wxTreeItemId item = m_pTree->GetFirstChild(parent, cookie); - - while (item.IsOk()) - { - wxString itemText = m_pTree->GetItemText(item); - if (displayName.CmpNoCase(itemText) >= 0) - { - insertAfter = item; - } - else - { - break; - } - item = m_pTree->GetNextChild(parent, cookie); - } - - wxTreeItemId addedId; - if (insertAfter.IsOk()) - addedId = m_pTree->InsertItem(parent, insertAfter, displayName, imageIdx, -1, tidata); - else - addedId = m_pTree->InsertItem(parent, 0, displayName, imageIdx, -1, tidata); - - return addedId; -} - -void CallTreeView::OnTreeDoubleClick(wxTreeEvent& event) -{ - wxTreeItemId id = event.GetItem(); - if (!id.IsOk()) - return; - - CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); - if (!ctd) - return; - - if (ctd->m_Filename == wxEmptyString) - return; - - TokenFlat token; - token.m_Filename = ctd->m_Filename; - token.m_LineStart = ctd->m_LineStart; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - m_pFortranProject->GotoToken(&token, ed); - - ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (ed) - { - wxFocusEvent ev(wxEVT_SET_FOCUS); - ev.SetWindow(this); -#if wxCHECK_VERSION(3, 0, 0) - ed->GetControl()->GetEventHandler()->AddPendingEvent(ev); -#else - ed->GetControl()->AddPendingEvent(ev); -#endif - } -} - -void CallTreeView::ShowMenu(wxTreeItemId id, const wxPoint& pt) -{ - if ( !id.IsOk() ) - return; - -#if wxUSE_MENUS - wxString caption; - wxMenu *menu=new wxMenu(wxEmptyString); - - menu->Append(idMenuRefreshTree, _("&Refresh tree")); - - menu->AppendCheckItem(idMenuDoNotSort, _("Do not sort")); - menu->Check(idMenuDoNotSort, !m_SortAlphabetically); - menu->AppendCheckItem(idMenuSortAlphabetically, _("Sort alphabetically")); - menu->Check(idMenuSortAlphabetically, m_SortAlphabetically); - - if (menu->GetMenuItemCount() != 0) - PopupMenu(menu); - delete menu; // Prevents memory leak -#endif // wxUSE_MENUS -} - -void CallTreeView::OnTreeItemRightClick(wxTreeEvent& event) -{ - wxTreeItemId idRoot = m_pTree->GetRootItem(); - if (!idRoot.IsOk()) - return; - - bool isFirstLevelItem = false; - wxTreeItemIdValue cookie; - wxTreeItemId item = m_pTree->GetFirstChild(idRoot, cookie); - while (item.IsOk()) - { - if (item == event.GetItem()) - { - isFirstLevelItem = true; - break; - } - item = m_pTree->GetNextChild(idRoot, cookie); - } - - if (!isFirstLevelItem) - return; - - m_pTree->SelectItem(event.GetItem()); - ShowMenu(event.GetItem(), event.GetPoint()); -} - -void CallTreeView::OnRefreshTree(wxCommandEvent& event) -{ - UpdateView(); -} - -void CallTreeView::OnChangeSort(wxCommandEvent& event) -{ - if (event.GetId() == idMenuDoNotSort) - m_SortAlphabetically = !event.IsChecked(); - else if (event.GetId() == idMenuSortAlphabetically) - m_SortAlphabetically = event.IsChecked(); - - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - cfg->Write(_T("/calltree_sort_alphabetically"), m_SortAlphabetically); - - UpdateView(); -} - -void CallTreeView::RereadOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - m_SortAlphabetically = cfg->ReadBool(_("/calltree_sort_alphabetically"), true); -} - -void CallTreeView::UpdateView() -{ - - wxTreeItemId id = m_pTree->GetSelection(); - if (!id.IsOk()) - return; - - CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); - if (!ctd) - return; - - if (ctd->m_Filename == wxEmptyString) - return; - - TokenFlat token; - token.m_Filename = ctd->m_Filename; - token.m_LineStart = ctd->m_LineStart; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - m_pFortranProject->GotoToken(&token, ed); - - cbStyledTextCtrl* control = ed->GetControl(); - const int pos = control->GetCurrentPos(); - int curLine = control->LineFromPosition(pos); - int lineStart; - if (curLine == 0) - lineStart = 0; - else - lineStart = control->GetLineEndPosition(curLine-1); - int lineEnd = control->GetLineEndPosition(curLine); - int wordStart = control->FindText(lineStart, lineEnd, m_pTree->GetItemText(id), wxSCI_FIND_WHOLEWORD); - control->GotoPos(wordStart+1); - - m_pFortranProject->ShowCallTree(m_IsCallTree); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/81/81435e8976d51e130bbfb928cd76b181d7a502fe.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/81/81435e8976d51e130bbfb928cd76b181d7a502fe.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/81/81435e8976d51e130bbfb928cd76b181d7a502fe.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/81/81435e8976d51e130bbfb928cd76b181d7a502fe.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#! /bin/sh -# - -mkdir -p ../../../devel31/share/codeblocks/images/fortranproject> /dev/null 2> /dev/null -mkdir -p ../../../output31/share/codeblocks/images/fortranproject > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../devel31/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../output31/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -exit 0 - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/81/81521fff3781462a85739b265d329fd71b954f84.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/81/81521fff3781462a85739b265d329fd71b954f84.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/81/81521fff3781462a85739b265d329fd71b954f84.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/81/81521fff3781462a85739b265d329fd71b954f84.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,154 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/87/8778f1c7278e0eb4a5e5cf54c44381fc9d0abfde.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/87/8778f1c7278e0eb4a5e5cf54c44381fc9d0abfde.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/87/8778f1c7278e0eb4a5e5cf54c44381fc9d0abfde.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/87/8778f1c7278e0eb4a5e5cf54c44381fc9d0abfde.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,160 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef TOKENF_H -#define TOKENF_H - -#include -#include -#include -#include - -#include - -WX_DEFINE_ARRAY_SIZE_T(size_t, ArrOfSizeT); - -extern wxCriticalSection s_CritSect; - -class TokenF; -WX_DEFINE_ARRAY(TokenF*, TokensArrayF); - -class TokenFlat; -WX_DEFINE_ARRAY(TokenFlat*, TokensArrayFlat); - - -enum TokenKindF -{ - tkUse = 0x0001, - tkModule = 0x0002, - tkSubroutine = 0x0004, - tkFunction = 0x0008, - tkProgram = 0x00010, - tkBlockData = 0x00020, - tkType = 0x00040, - tkInclude = 0x00080, - tkCommonblock = 0x00100, - tkPreprocessor = 0x00200, - tkFile = 0x00400, - tkVariable = 0x00800, - tkOther = 0x01000, - //tkInterfaceSubroutine = 0x02000, - //tkInterfaceFunction = 0x04000, - tkInterface = 0x08000, - tkInterfaceExplicit = 0x10000, - tkProcedure = 0x20000, - tkAccessList = 0x40000, - tkBlockConstruct = 0x80000, - tkAssociateConstruct = 0x100000, - tkSubmodule = 0x200000, - tkSelectTypeChild = 0x400000, - tkSelectTypeDefault = 0x800000, - tkProcedureFinal = 0x1000000, - tkBindTo = 0x2000000, - tkCallSubroutine = 0x4000000, - tkCallFunction = 0x8000000, -}; - -enum TokenAccessKind -{ - taPublic = 1, - taPrivate, - taProtected -}; - - -class TokenF -{ - public: - TokenF(); - TokenF(const wxString& name, const wxString& filename, unsigned int line); - virtual ~TokenF(); - - void Clear(); - void AddChild(TokenF* child); - wxString GetTokenKindString(); - void AddLineEnd(int end); - - void AddPartFirst(wxString& str){ m_PartFirst = str;}; - void AddPartLast(wxString& str){ m_PartLast = str;}; - void AddResultVariable(wxString& str){ m_ResultVariable = str;}; - - wxString m_Name; - wxString m_DisplayName; - wxString m_Args; - wxString m_Filename; - wxString m_TypeDefinition; - unsigned int m_LineStart; - unsigned int m_LineEnd; - unsigned int m_DefinitionLength; - TokenKindF m_TokenKind; - TokenAccessKind m_TokenAccess; - - wxString m_PartFirst; // type of variable or function - //For function only - wxString m_ResultVariable; - wxString m_PartLast; - - //For tkType only - wxString m_ExtendsType; - - //For tkProcedure - bool m_Pass; - bool m_IsAbstract; // is abstract procedure or procedure pointer, or type - - TokenF* m_pParent; - TokensArrayF m_Children; - - wxString m_DocString; - - protected: - private: -}; - -class TokensArrayClass -{ - public: - TokensArrayClass(); - ~TokensArrayClass(); - TokensArrayF* GetTokens(){return &m_Tokens;}; - protected: - private: - TokensArrayF m_Tokens; -}; - -class TokenFlat : public TokenF -{ - public: - TokenFlat(); - TokenFlat(const TokenF* tok); - TokenFlat(const TokenFlat* tok); - ~TokenFlat(); - void Rename(const wxString& newName); - void ChangeDisplayName(const wxString& newName); - - wxString m_ParentName; - wxString m_ParentDisplayName; - TokenKindF m_ParentTokenKind; - - wxString m_Rename; // rename through use association - bool m_HostAssociated; -}; - -class TokensArrayFlatClass -{ - public: - TokensArrayFlatClass(); - ~TokensArrayFlatClass(); - void Clear(); - TokensArrayFlat* GetTokens(){return &m_Tokens;}; - TokensArrayFlat m_Tokens; - bool HasTokensWithName(const wxString&, ArrOfSizeT&); - void DelTokensWithName(const wxString&); - protected: - private: -}; - - -#endif // TOKENF_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/88/886021d70339df4f8e1ef4197cdd3d9272bf4c32.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/88/886021d70339df4f8e1ef4197cdd3d9272bf4c32.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8a/8a2a6778a3fad8cc6d689821a459fb54cf05e2fd.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8a/8a2a6778a3fad8cc6d689821a459fb54cf05e2fd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8a/8a2a6778a3fad8cc6d689821a459fb54cf05e2fd.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8a/8a2a6778a3fad8cc6d689821a459fb54cf05e2fd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,409 +0,0 @@ - -#include "formatindent.h" -#include "formatindentdlg.h" -#include "fortranfileext.h" -#include -#include -#include -#include "cbeditor.h" -#include -#include -#include - - -extern FortranFileExt g_FortranFileExt; - -// constructor -FormatIndent::FormatIndent() -{ -} - -// destructor -FormatIndent::~FormatIndent() -{ -} - -void FormatIndent::Format() -{ - FormatIndentDlg fidlg(Manager::Get()->GetAppWindow()); - if (fidlg.ShowModal() == wxID_OK) - { - FormatIndentDlg::FormatIndentScope scope; - scope = fidlg.GetFormatScope(); - if (scope == FormatIndentDlg::fisProject) - FormatProject(); - else if (scope == FormatIndentDlg::fisCurrentFile) - FormatActiveFile(); - else - FormatSelection(); - } -} - -void FormatIndent::FormatProject() -{ - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (!project) - { - cbMessageBox(_("No active project was found!"), _("Error"), wxICON_ERROR); - return; - } - - wxArrayString nonFFiles; - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - FortranSourceForm fsForm; - bool isF = g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm); - if (isF && fsForm == fsfFree) - FormatFile(pf->file.GetFullPath()); - else - nonFFiles.Add(pf->file.GetFullName()); - } - - if (nonFFiles.size() > 0) - { - wxString mstr; - if (nonFFiles.size() == 1) - { - mstr = _("File \"") + nonFFiles[0] + _("\" was not recognized as a free-form Fortran file."); - mstr << _(" The indent formating was not applied for it."); - } - else - { - mstr = _("Files"); - size_t i=0; - size_t imax=5; - while (i < nonFFiles.size() && i < imax) - { - mstr << _("\n\"") << nonFFiles[i] << _T("\""); - i++; - } - if (nonFFiles.size() > imax) - mstr << _T("...\n"); - else - mstr << _T("\n"); - mstr << wxString::Format(_T("(%d "), int(nonFFiles.size())) << _("files) "); - mstr << _("were not recognized as the free-form Fortran files."); - mstr << _(" The indent formating was not applied for them."); - cbMessageBox(mstr, _("Info"), wxICON_INFORMATION); - } - } -} - -void FormatIndent::FormatActiveFile() -{ - if (!Manager::Get()->GetEditorManager()) - return; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if( wxSCI_LEX_FORTRAN != control->GetLexer() ) - { - if( cbMessageBox( wxT("Are you sure \n") + ed->GetFilename() + - wxT("\nis a Fortran Free Format Source File?\nContinue to Format the Indent?"), _("Error Message"), - wxICON_QUESTION | wxYES_NO | wxNO_DEFAULT ) != wxID_YES ) - return; - } - - FormatFile(ed->GetFilename()); -} - -void FormatIndent::FormatFile(const wxString &filename) -{ - cbEditor* ed = Manager::Get()->GetEditorManager()->IsBuiltinOpen(filename); - bool wasOpened = true; - - if (!ed) - { - // File is not open. We must open it. - ed = Manager::Get()->GetEditorManager()->Open(filename); - if (!ed) - return; - wasOpened = false; - } - - cbStyledTextCtrl* control = ed->GetControl(); - if (control->GetReadOnly()) - { - cbMessageBox(_("The file is read-only!"), _("Error"), wxICON_ERROR); - return; - } - - wxString eolChars = GetEOLChars(control); - - ReadConfig(); - const int pos_cur = control->GetCurrentPos(); - wxString text = control->GetText(); - wxString formattedText; - FormatText(text, 0, eolChars, formattedText); - - bool changed = m_IndentEstimator.BuffersDiffer(formattedText, text); - if (changed) - { - ReplaceTextInEditor(formattedText, false, control); - control->GotoPos(pos_cur); - } - else if (!changed && !wasOpened) - Manager::Get()->GetEditorManager()->Close(filename); - -} - -void FormatIndent::FormatSelection() -{ - if (!Manager::Get()->GetEditorManager()) - return; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (control->GetReadOnly()) - { - cbMessageBox(_("The file is read-only!"), _("Error"), wxICON_ERROR); - return; - } - - ReadConfig(); - int pos_selStart = control->GetSelectionStart(); - int pos_selEnd = control->GetSelectionEnd(); - int indexLineStart = 0, indexLineEnd = 0; - int nLines = control->GetLineCount(); - - if( pos_selStart != pos_selEnd ) - { - indexLineStart = control->LineFromPosition( pos_selStart ); - control->GotoLine( indexLineStart ); - pos_selStart = control->GetCurrentPos(); - indexLineEnd = control->LineFromPosition( pos_selEnd ); - if( indexLineEnd == nLines ) - { - control->GotoLine(indexLineEnd); - control->LineEnd(); - } - else - { - control->GotoLine(indexLineEnd + 1); - } - pos_selEnd = control->GetCurrentPos(); - control->SetSelectionStart(pos_selStart); - control->SetSelectionEnd(pos_selEnd); - wxString text = control->GetTextRange(pos_selStart, pos_selEnd); - wxString eolChars = GetEOLChars(control); - - nLines = indexLineEnd + 1; - int indentW = ed->GetLineIndentInSpaces( indexLineStart ); - int tabW = control->GetTabWidth(); - int indentNum = indentW / tabW; - if( (indentW % tabW) > 0 ) - indentNum++; - - wxString formattedText; - FormatText(text, indentNum, eolChars, formattedText); - - bool changed = m_IndentEstimator.BuffersDiffer(formattedText, text); - if (changed) - { - ReplaceTextInEditor(formattedText, true, control); - } - } -} - -void FormatIndent::ReadConfig() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - if (cfg->ReadBool(_T("/indent_same_as_editor"), true)) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - if (control->GetUseTabs()) - m_IndentStr = _T("\t"); - else - { - int tabWidth = control->GetTabWidth(); - m_IndentStr = wxString(_T(' '), tabWidth); - } - } - else - { - if (cfg->ReadBool(_T("/indent_use_tabs"), false)) - m_IndentStr = _T("\t"); - else - { - int tabWidth = cfg->ReadInt(_T("/indent_tab_width"), 4); - m_IndentStr = wxString(_T(' '), tabWidth); - } - } - m_TrimFromRight = cfg->ReadBool(_T("/indent_trim_right"), true); - - m_IndentEstimator.ReadConfig(); -} - -void FormatIndent::FormatText(const wxString& textIn, int indentStart, const wxString& eolChars, wxString& formattedText) -{ - wxString str = textIn; - str.Replace(_T("\r\n"), _T("\n")); - str.Replace(_T("\r"), _T("\n")); - wxStringTokenizer tokenizer(str, _T("\n"), wxTOKEN_RET_EMPTY_ALL); - std::vector textLines; - while (tokenizer.HasMoreTokens()) - textLines.push_back(tokenizer.GetNextToken()); - - int indentNum = indentStart; - int nLines = textLines.size(); - - - m_IndentEstimator.Initialize(indentNum); - - IsMultiLines isMultiLines; - wxString tmpLine; - wxString tmpMultiLines; - - int indentNumNext; - - ///formattedText - for(int i=0; i < nLines; ++i) - { - tmpLine = textLines[i]; - - if(m_IndentEstimator.GetIsHasPreprocessor(tmpLine)) - { - if (!isMultiLines.haveMultiLines) - { - if(m_TrimFromRight) - tmpLine.Trim(); //trim from right - if( i < nLines-1 ) - tmpLine += eolChars; - formattedText += tmpLine; - } - continue; - } - - tmpLine = tmpLine.Trim(false); // trim from left - if(m_IndentEstimator.GetIsHasLineContinuation(tmpLine)) - { - wxString tempLine = tmpLine; - - if(!isMultiLines.haveMultiLines) - { - isMultiLines.haveMultiLines = true; - isMultiLines.iFirstLineNo = i; - tmpMultiLines.Empty(); - } - - m_IndentEstimator.CutStringAndComment(tempLine); - m_IndentEstimator.DelLineContinuation(tempLine); - - if(tempLine.Len() > 0) - { - if(wxT('&') == tempLine[0]) - tempLine = tempLine.Mid(1); - } - tmpMultiLines += tempLine; - continue ; - } - - indentNumNext = indentNum; - - if(isMultiLines.haveMultiLines) - { - isMultiLines.iEndLineNo = i; - - wxString tempLine = tmpLine; - - if(tempLine.Len() > 0) - { - if(wxT('&') == tempLine[0]) - tempLine = tempLine.Mid(1); - } - - tmpMultiLines += tempLine; - m_IndentEstimator.GetFortranIndentLine(tmpMultiLines, indentNum, indentNumNext); - - for(int j = isMultiLines.iFirstLineNo; j <= isMultiLines.iEndLineNo; ++j) - { - if(m_IndentEstimator.GetIsHasPreprocessor(textLines[j])) - { - tempLine = textLines[j]; - if(m_TrimFromRight) - tempLine.Trim(); //trim from right - if(j < nLines-1) - tempLine += eolChars; - formattedText += tempLine; - } - else - { - tempLine = textLines[j].Trim(false); // trim from left - - if(m_TrimFromRight) - tempLine.Trim(); //trim from right - if(j < nLines-1) - tempLine += eolChars; - - if(j != isMultiLines.iFirstLineNo) - indentNum += 1; - - for(int k=0; k < indentNum; ++k) - formattedText += m_IndentStr; - - formattedText += tempLine; - indentNum = indentNumNext; - } - } - - isMultiLines.reset(); - } - else - { - if(tmpLine.Len() == 0 && i < nLines-1) - tmpLine += eolChars; - else - { - if(m_TrimFromRight) - { - tmpLine.Trim(); //trim from right - } - if(i < nLines-1) - tmpLine += eolChars; - m_IndentEstimator.GetFortranIndentLine(tmpLine, indentNum, indentNumNext); - - for(int k = 0; k < indentNum; ++k) - formattedText += m_IndentStr; - } - - formattedText += tmpLine; - indentNum = indentNumNext; - } - } -} - -void FormatIndent::ReplaceTextInEditor(const wxString& text, bool isSelection, cbStyledTextCtrl* control) -{ - if (isSelection) - control->ReplaceSelection(text); - else - control->SetText(text); -} - -wxString FormatIndent::GetEOLChars(cbStyledTextCtrl* control) -{ - wxString eolChars; - switch (control->GetEOLMode()) - { - case wxSCI_EOL_CRLF: - eolChars = _T("\r\n"); - break; - - case wxSCI_EOL_CR: - eolChars = _T("\r"); - break; - - case wxSCI_EOL_LF: - eolChars = _T("\n"); - break; - } - return eolChars; -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8e/8e9bd81535b60b6177d18c8cbb9ecdda22a7d4d4.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8e/8e9bd81535b60b6177d18c8cbb9ecdda22a7d4d4.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f5b78cca17eddcb9c4230f66ad86c30fc8c1ba4.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f5b78cca17eddcb9c4230f66ad86c30fc8c1ba4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f5b78cca17eddcb9c4230f66ad86c30fc8c1ba4.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f5b78cca17eddcb9c4230f66ad86c30fc8c1ba4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -#ifndef DOCBLOCK_H -#define DOCBLOCK_H - -#include "tokenf.h" -#include -#include -#include - - -class DocBlock -{ - public: - DocBlock(); - virtual ~DocBlock(); - wxString GetDescription(); - bool HasDescription(); - void AddDescription(const wxString &descr); - wxString GetBrief(); - wxString GetValue(wxString& key); - bool HasBrief(); - int GetParamCount(); - void AddBrief(const wxString &bline); - void AddParam(const wxString &name, const wxString &descr); - void Clear(); - - protected: - private: - std::map m_DocMap; - wxString m_Description; - wxString m_Brief; -}; - -class HtmlDoc -{ - public: - static wxString GenerateHtmlDoc(TokenFlat* token, int token_idx, bool& hasDoc); - static wxString OnDocumentationLink(wxHtmlLinkEvent &event, bool &dismissPopup, bool &isGoto, long int &tokenIdx); - static wxString GetDocForTooltip(TokenFlat* token); - static wxString GetDocShort(const wxString& tokDoc); -}; - -#endif // DOCBLOCK_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f8529506c192741a7f24ee36b4711a92a42aacf.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/8f/8f8529506c192741a7f24ee36b4711a92a42aacf.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/90/905f9dc7de47a0428ab2c59250c50f85330a31cc.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/90/905f9dc7de47a0428ab2c59250c50f85330a31cc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/90/905f9dc7de47a0428ab2c59250c50f85330a31cc.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/90/905f9dc7de47a0428ab2c59250c50f85330a31cc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef FARRAYS_H -#define FARRAYS_H - -#include - -#include "tokenf.h" -#include - -typedef std::vector PassedTokensArray2D; -typedef std::vector ArrOfSizeT2D; -typedef std::vector BoolArray1D; -typedef std::vector BoolArray2D; -typedef std::vector BoolArray3D; - -void ClearPassedTokensArray2D(PassedTokensArray2D &array); -void ClearArrOfSizeT2D(ArrOfSizeT2D &array); -void ClearBoolArray3D(BoolArray3D &array); -void ClearBoolArray2D(BoolArray2D &array); - -#endif // FARRAYS_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/91/911898aac23a047173e937525647d8cd3b8fe819.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/91/911898aac23a047173e937525647d8cd3b8fe819.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/92/92b8731ff2c6aa4996ca9cfc530ddeae290bd5d6.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/92/92b8731ff2c6aa4996ca9cfc530ddeae290bd5d6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/92/92b8731ff2c6aa4996ca9cfc530ddeae290bd5d6.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/92/92b8731ff2c6aa4996ca9cfc530ddeae290bd5d6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -#ifndef INCLUDEDB_H -#define INCLUDEDB_H - -//#include "projectdependencies.h" - -#include -#include -#include -#include - -typedef std::set StringSet; -typedef std::map StringStringSetPMap; - -class IncludeFile -{ - public: - IncludeFile(); - ~IncludeFile(); - - private: - wxString m_Filename; - StringSet m_MyParentFiles; -}; - -class IncludeDB -{ - public: - IncludeDB(); - ~IncludeDB(); - - void SetInclude(const wxString& parentFilename, const wxArrayString& include); - void RemoveFile(const wxString& name); - bool IsIncludeFile(const wxString& name); - void Clear(); - bool IsEmpty(); - wxString GetOneParentFile(const wxString& name); - - private: - StringStringSetPMap m_IncludeFiles; -}; - -#endif // INCLUDEDB_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/92/92efe7950ebf73d48723dcdd36c605773ea4dab0.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/92/92efe7950ebf73d48723dcdd36c605773ea4dab0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/92/92efe7950ebf73d48723dcdd36c605773ea4dab0.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/92/92efe7950ebf73d48723dcdd36c605773ea4dab0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -#ifndef JUMPTRACKER_H -#define JUMPTRACKER_H - -#include "lineaddress.h" - -class JumpTracker -{ - public: - JumpTracker(); - ~JumpTracker(); - void TakeJump(LineAddress& jumpStart, LineAddress& jumpFinish); - bool IsJumpBackEmpty(); - bool IsJumpHomeEmpty(); - bool IsJumpForwardEmpty(); - void MakeJumpBack(); - void MakeJumpForward(); - const LineAddress& GetHomeAddress(); - protected: - private: - JumpAddressList m_JumpForward; - LineAddress m_JumpHome; - JumpAddressList m_JumpBack; - bool m_HomeIsStart; -}; - -#endif // JUMPTRACKER_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/94/94a37b37b314ce4dbaab95b895d8308dcaafde14.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/94/94a37b37b314ce4dbaab95b895d8308dcaafde14.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/94/94a37b37b314ce4dbaab95b895d8308dcaafde14.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/94/94a37b37b314ce4dbaab95b895d8308dcaafde14.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,309 +0,0 @@ -#ifndef BINDTO_H -#define BINDTO_H - -//(*Headers(Bindto) -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -//*) - -#include "parserf.h" -#include "bindtonewtype.h" -#include - -enum BindToIn -{ - bindToProject, - bindToFile, -}; - -typedef std::map TypeMap; -typedef std::map StrMap; -typedef std::set StrSet; - - -class Bindto: public wxDialog -{ - public: - - Bindto(wxWindow* parent, ParserF* pParser); - virtual ~Bindto(); - - //(*Declarations(Bindto) - wxButton* bt_Add; - wxButton* bt_Defaults; - wxButton* bt_Edit; - wxButton* bt_OutputDir; - wxButton* bt_Remove; - wxButton* bt_copy; - wxCheckBox* cb_ctorEnd; - wxCheckBox* cb_ctorStart; - wxCheckBox* cb_dtorEnd; - wxCheckBox* cb_dtorStart; - wxCheckBox* cb_genCython; - wxCheckBox* cb_globalToOne; - wxCheckBox* cb_incompleteWrapperProc; - wxCheckBox* cb_pyFirstSelf; - wxCheckBox* cb_pyGenClass; - wxListView* lv_Types; - wxPanel* Panel1; - wxPanel* Panel2; - wxPanel* Panel4; - wxPanel* Panel5; - wxPanel* pn_pyOpts; - wxRadioButton* rb_ActiveProject; - wxRadioButton* rb_CurrentFile; - wxStaticText* StaticText16; - wxStaticText* StaticText7; - wxStaticText* st_globalFilename; - wxTextCtrl* tc_OutputDir; - wxTextCtrl* tc_bindCName; - wxTextCtrl* tc_ctorEnd; - wxTextCtrl* tc_ctorStart; - wxTextCtrl* tc_dtorEnd; - wxTextCtrl* tc_dtorStart; - wxTextCtrl* tc_globalFilename; - wxTextCtrl* tc_pyFunName; - //*) - - protected: - - //(*Identifiers(Bindto) - static const long ID_BTOACTIVEPROJECT; - static const long ID_BTOCURRENTFILE; - static const long ID_TEXTCTRL1; - static const long ID_STATICTEXT5; - static const long ID_CHECKBOX9; - static const long ID_CHECKBOX3; - static const long ID_TEXTCTRL6; - static const long ID_STATICTEXT1; - static const long ID_TEXTCTRL7; - static const long ID_BUTTON1; - static const long ID_PANEL2; - static const long ID_LV_TYPES; - static const long ID_BUTTON_ADD; - static const long ID_BUTTON_COPY; - static const long ID_BUTTON_EDIT; - static const long ID_BUTTON_REMOVE; - static const long ID_BUTTON_DEFAULTS; - static const long ID_PANEL1; - static const long ID_CHECKBOX4; - static const long ID_TEXTCTRL4; - static const long ID_CHECKBOX5; - static const long ID_TEXTCTRL5; - static const long ID_PANEL3; - static const long ID_CHECKBOX1; - static const long ID_TEXTCTRL2; - static const long ID_CHECKBOX2; - static const long ID_TEXTCTRL3; - static const long ID_PANEL4; - static const long ID_CHECKBOX6; - static const long ID_TEXTCTRL8; - static const long ID_CHECKBOX7; - static const long ID_CHECKBOX8; - static const long ID_PANEL6; - static const long ID_PANEL5; - static const long ID_NOTEBOOK1; - //*) - - private: - - //(*Handlers(Bindto) - void OnAdd(wxCommandEvent& event); - void OnEdit(wxCommandEvent& event); - void OnRemove(wxCommandEvent& event); - void OnDefaults(wxCommandEvent& event); - void OnClick_cbCtorStart(wxCommandEvent& event); - void OnClick_cbCtorEnd(wxCommandEvent& event); - void OnClick_cbDtorStart(wxCommandEvent& event); - void OnClick_cbDtorEnd(wxCommandEvent& event); - void Onrb_ActiveProjectSelect(wxCommandEvent& event); - void Onbt_OutputDirClick(wxCommandEvent& event); - void Oncb_genCythonClick(wxCommandEvent& event); - void OnCopy(wxCommandEvent& event); - void Oncb_globalToOneClick(wxCommandEvent& event); - //*) - - enum Language - { - Fortran, - C, - Python, - }; - - struct TypeBind - { - wxString fType; - wxString fTypeOnly; - wxString fDrvTypeName; - wxString bType; - wxString bDim; - wxString cType; - wxString cDim; - wxString info; - wxString errMsg; - bool wasFound; - }; - - struct TypePyx - { - wxString declarPyxFirst; - wxString callCSecond; - wxString intent; - wxString fDrvTypeName; - wxString initStr; - bool hide; - bool copy; - int ndim; - wxArrayString addIntArg; - }; - - struct BintoDirective - { - wxString varName; - wxArrayString dim; - StrSet intent; - wxString initStr; - }; - typedef std::map BTDirMap; - - ParserF* m_pParser; - TokenF* m_pTokenCurrent; - int m_Indent; - int m_TabSize; - TypeMap m_TypeMap; - TypeMap m_TypeDefinedInMap; - TypeMap m_TypeDefinedInGlobMap; - bool m_IsTypeMapDefault; - bool m_WriteIncompleteWrapper; - bool m_OneGProcFile; - wxString m_OneGProcFileName; - wxString m_BindCName; - wxString m_CtorStartsWith; - wxString m_CtorEndsWith; - wxString m_DtorStartsWith; - wxString m_DtorEndsWith; - wxString m_InitialOutputDirFile; - wxString m_InitialOutputDirProj; - wxString m_OutputDir; - bool m_LogToInt; - TypeMap m_GlobLogFunMap; - StrSet m_LogTypeSet; - wxString m_ProjectBinDir; - wxString m_TargetLibraryName; - bool m_IsTargetStaticLib; - wxString m_TargetCompilerName; - - bool m_UseOneGlobalFile; - wxString m_GlobProceduresFile; - wxString m_GlobProceduresFileH; - wxString m_GlobProcWarnMessages; - StrSet m_GlobProceduresCInclude; - bool m_GlobWriteStrFtoC; - bool m_GlobWriteStrCtoF; - bool m_GlobWriteStrLen; - wxString m_WarnMessage; - StrSet m_NotFoundTypes; - wxString m_CStructs; - wxArrayString m_CreatedMsg; - StrSet m_CInclude; - bool m_WriteStrFtoC; - bool m_WriteStrCtoF; - bool m_WriteStrLen; - StrSet m_DefinedTypes; - StrSet m_DefinedTypesBindC; - StrSet m_NoArgConstructors; - StrMap m_Deallocators; - StrSet m_ModuleChildNames; - wxString m_CurProcedure; - wxString m_CurModule; - wxString m_CurFile; - bool m_InFortranModule; - BTDirMap m_BTDirMap; - bool m_FileWasCreated; - wxArrayString m_PyxFileArr; - - bool m_PyGenCython; - StrSet m_PyInclude; - int m_PyIndent; - wxString m_PyFuncName; - bool m_PyCreateClass; - bool m_PyFirstArgAsSelf; - bool m_HasPyClassConstructor; - StrMap m_C2NumpyTypes; - - StrSet m_PyIncludeGlob; - wxString m_TxtCythonFirstGlob; - wxString m_TxtCythonGlob; - - void FillC2NumpyTypesMap(); - void FillTypeList(); - void LoadInitialValues(); - void FillTypeMapDefault(); - void LoadBindToConfig(); - void SaveBindToConfig(); - void OnOK(wxCommandEvent& event); - void MakeBindTo(BindToIn btin); - void FileBindTo(const wxString& filename); - wxString GetIS(int nint = -1); - wxString CreateBindFilename(const wxString& filename, bool header); - wxString CheckOverwriteFilename(wxFileName &fname); - void BindProcedure(wxString& txtBind, wxString& txtHeaders, wxString& txtCythonFirst, wxString& txtCythonSecond, - TokenF* token, const wxString& moduleName, bool isGlobal, wxString callName=wxEmptyString); - TypeBind GetBindType(TokenF* token, int& nDimVarAdd); - TypeBind GetBindType(const wxString& declar, int& nDimVarAdd); - wxString GetToken(const wxString& txt, int iPos); - wxArrayString GetTypeAndKind(wxString decl); - wxString GetFunctionDeclaration(TokenF* token); - wxString GetCDims(wxString vdim); - wxString SplitLines(const wxString& txt, Language lang); - void GetSubStrFtoC(wxArrayString& strFtoC); - void GetSubStrCtoF(wxArrayString& strCtoF); - void GetFunStrLen(wxArrayString& strLen); - void GetFunLogical(const wxString& logType, const wxString& nameLtoI, const wxString& nameItoL, wxArrayString& funLtoI, wxArrayString& funItoL); - void GetHelperModule(bool useGlobal, bool getAll, std::map &procMap, wxString& modHead); - void PrepareAssumedShapeVariables(const wxArrayString& argArr, const wxArrayString& dimVarNames, - wxArrayString& additionalDeclar, wxArrayString& addVarNames, wxArrayString& addVarNamesC, - const wxArrayString& varNamesOfDim, const StrSet& argHideSetPy, wxArrayString& additionalDeclarPy, - wxArrayString& addVarNamesPy, wxArrayString& addArgNamesPy); - void AddDimVariables(const wxArrayString& argArr, wxArrayString& dimVarNames, int nDimVarAdd, wxString varFirstPart, const wxString& argName, - wxArrayString& varNamesOfDim, TypeBind& tys); - void HideAssumedShape(const wxString& vdim, wxString& vdimHid, int& nAssumedDim); - void AddDimVariablesFromDoc(wxArrayString& dimVarNames, int& nDimVarAdd, const wxString& argName, - wxArrayString& varNamesOfDim, TypeBind& tys); - wxString GetCName(const wxString& procName, const wxString& moduleName); - wxString GetProcName(const wxString& procName, const wxString& moduleName, const wxString& nameFrame); - void AddConstructors(wxString& txtBind, wxString& txtHeadersMod, wxString& txtCythonCtor, wxString& txtCythonFirst, const wxString& moduleName); - void AddDestructors(wxString& txtBind, wxString& txtHeadersMod, wxString& txtCythonDtor, wxString& txtCythonFirst, const wxString& moduleName); - wxString GetConstructorName(const wxString& type); - bool IsConstructor(TokenF* token); - bool IsDestructor(TokenF* token); - wxString GetPyName(const wxString& procName, const wxString& moduleName); - TypePyx GetBindTypePy(const TypeBind& tya, const wxString& varName); - wxString CreateCythonFilename(const wxString& filename); - void GetInitialOutputDir(wxString& initialOutputDirFile, wxString& initialOutputDirProj); - bool MakeOutputDir(); - bool ValidatePyFuncName(); - void ShowNewTypeDlg(BindtoNewType& addNewType); - void PrepateTypes(wxString& ft, wxString& bt, wxString& ct); - wxArrayString GetLogFunNames(const wxString& fType); - void ParseBindtoDirectives(const TokenF* parentToken); - wxArrayString GetDimArr(const wxString& dimStr); - void AddPyArgs(const wxArrayString& argArr, wxArrayString& morePyIntArgs, const wxArrayString& addIntArg); - void WriteSetupPy(const wxArrayString& pyxFArr, const wxString& setupPyFn, const wxString& binDir); - void AddToCStruct(TokenF* typeTok); - void GetHeaderStartEnd(const wxString& hfname, wxString& hStart, wxString& hEnd); - void WriteHelperModFile(); - void AddToLogFile(const wxString& msg); - - DECLARE_EVENT_TABLE() -}; - -#endif Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/95/9568af0dc46e148ab2e5d90ccde5d23484f3016c.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/95/9568af0dc46e148ab2e5d90ccde5d23484f3016c.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/95/959073d1e7b3d0ccaddd1d5642c1ec0b3aee67e8.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/95/959073d1e7b3d0ccaddd1d5642c1ec0b3aee67e8.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/95/959073d1e7b3d0ccaddd1d5642c1ec0b3aee67e8.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/95/959073d1e7b3d0ccaddd1d5642c1ec0b3aee67e8.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -/* - * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef FPOPTIONSDLG_H -#define FPOPTIONSDLG_H - -#include -#include "configurationpanel.h" -#include -#include "fortranproject.h" -#include "workspacebrowserf.h" -#include "autoinsert.h" - -class FortranProject; - -class FPOptionsDlg : public cbConfigurationPanel -{ - public: - FPOptionsDlg(wxWindow* parent, NativeParserF* np, FortranProject* fp); - virtual ~FPOptionsDlg(); - - virtual wxString GetTitle() const { return _("FortranProject"); } - virtual wxString GetBitmapBaseName() const { return _T("generic-plugin"); } - virtual void OnApply(); - virtual void OnCancel(){} - protected: - void OnAddRepl(wxCommandEvent& event); - void OnEditRepl(wxCommandEvent& event); - void OnDelRepl(wxCommandEvent& event); - void OnOK(wxCommandEvent& event); - void OnChooseColour(wxCommandEvent& event); - void OnSliderScroll(wxScrollEvent& event); - void ShowCurrientAInsert(int idx); - void OnAISelectionChanged(wxCommandEvent& event); - void OnUpdateUI(wxUpdateUIEvent& event); - void FillAutoInsert(); - private: - void ReadAIChoice(); - bool ValidateReplacementToken(wxString& from, wxString& to); - NativeParserF* m_pNativeParser; - FortranProject* m_pFortranProject; - AutoInsert m_AInsert; - - bool m_cbAIAlign_wasEnabled; - bool m_cbAIAddName_wasEnabled; - int m_AISelIdx; - - DECLARE_EVENT_TABLE() -}; - -#endif // FPOPTIONSDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/95/95d8b6963b2ad22a778a63efc6b6c7169f7cb18e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/95/95d8b6963b2ad22a778a63efc6b6c7169f7cb18e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/95/95d8b6963b2ad22a778a63efc6b6c7169f7cb18e.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/95/95d8b6963b2ad22a778a63efc6b6c7169f7cb18e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,73 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#ifndef PROJECTDEPENDENCIES_H -#define PROJECTDEPENDENCIES_H - -#include -#include -#include -#include -#include "parserf.h" - -typedef std::vector StringSetPVector; -typedef std::map StringIntMap; -typedef std::map IntStringMap; -typedef std::set IntSet; -typedef std::vector PointersToIntSet; -typedef std::vector ProjectFilesArray; -typedef std::vector BoolVector; - -class NativeParserF; - - -class ProjectDependencies -{ - public: - ProjectDependencies(cbProject* project); - virtual ~ProjectDependencies(); - void Clear(); - void MakeProjectFilesDependencies(ProjectFilesArray& prFilesArr, ParserF& parser); - unsigned short int GetFileWeight(wxString& fileName); - void EnsureUpToDateObjs(); - bool HasInfiniteDependences(); - size_t GetSizeFiles(); - static void RemoveModFiles(cbProject* pr, ProjectBuildTarget* bTarget, NativeParserF* nativeParser); - static void RemoveModFilesWS(NativeParserF* nativeParser); - void GetUseFilesFile(const wxString& filename, wxArrayString& use); - void GetExtendsFilesFile(const wxString& filename, wxArrayString& extFiles); - void GetIncludeFilesFile(const wxString& filename, wxArrayString& includesFile); - - protected: - private: - unsigned short int GetFileWeightByIndex(size_t idx); - void MakeFileChildren(IntSet* children, size_t fileIndex); - - cbProject* m_Project; - ProjectFilesArray m_prFilesArr; - StringSetPVector m_pUseModules; - StringSetPVector m_pDeclaredModules; - StringSetPVector m_pExtendsSModules; - StringSetPVector m_pDeclaredSubmodules; - StringSetPVector m_pIncludes; - StringIntMap m_FileIndexMap; - StringIntMap m_ModuleFileIdxMap; - StringIntMap m_SubmoduleFileIdxMap; - StringIntMap m_IncludeFileIdxMap; - PointersToIntSet m_ChildrenTable; - int m_Deep; - bool m_WasInfiniteLoop; - bool m_BreakChain; - wxArrayInt m_FileWeights; - BoolVector m_MadeChildrenSet; - - void PrintChildrenTable(); -}; - -#endif // PROJECTDEPENDENCIES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/96/9600dd8f9178cd807a4e93f2a22fffaa122cd773.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/96/9600dd8f9178cd807a4e93f2a22fffaa122cd773.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/96/9600dd8f9178cd807a4e93f2a22fffaa122cd773.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/96/9600dd8f9178cd807a4e93f2a22fffaa122cd773.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -#ifndef WORKSPACEPARSERTHREAD_H -#define WORKSPACEPARSERTHREAD_H - -#include -#include - -#include - -extern wxMutex s_WorkspaceParserMutex; -extern wxMutex s_NewTokensMutex; - -class NativeParserF; - -class WorkspaceParserThread : public cbThreadedTask -{ -public: - WorkspaceParserThread(NativeParserF* parent, int idWSPThreadEvent); - virtual ~WorkspaceParserThread(); - int Execute(); - void ParseFiles(); - -private: - NativeParserF* m_pNativeParser; - int m_idWSPThreadEvent; -}; - -#endif // WORKSPACEPARSERTHREAD_H - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/96/96c53caee3448e10d4acf342e9e1f65b9fed8a02.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/96/96c53caee3448e10d4acf342e9e1f65b9fed8a02.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/96/96c53caee3448e10d4acf342e9e1f65b9fed8a02.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/96/96c53caee3448e10d4acf342e9e1f65b9fed8a02.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,324 +0,0 @@ -/* - * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include -#include "fpoptionsdlg.h" -#include "fortranproject.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - - -BEGIN_EVENT_TABLE(FPOptionsDlg, wxPanel) - EVT_UPDATE_UI(-1, FPOptionsDlg::OnUpdateUI) - EVT_LISTBOX(XRCID("lbAIStatements"), FPOptionsDlg::OnAISelectionChanged) - EVT_BUTTON(XRCID("btCHFullColour"), FPOptionsDlg::OnChooseColour) - EVT_BUTTON(XRCID("btCHUnfinColour"), FPOptionsDlg::OnChooseColour) -END_EVENT_TABLE() - -FPOptionsDlg::FPOptionsDlg(wxWindow* parent, NativeParserF* np, FortranProject* fp) - : m_pNativeParser(np), - m_pFortranProject(fp) -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - wxXmlResource::Get()->LoadPanel(this, parent, _T("dlgFPSettings")); - - XRCCTRL(*this, "chkEnableCC", wxCheckBox)->SetValue(cfg->ReadBool(_T("/use_code_completion"), true)); - XRCCTRL(*this, "chkSmartCodeCompletion", wxCheckBox)->SetValue(cfg->ReadBool(_T("/use_smart_code_completion"), true)); - XRCCTRL(*this, "chkOnlyUseAssociated", wxCheckBox)->SetValue(cfg->ReadBool(_T("/only_use_associated"), true)); - XRCCTRL(*this, "chkShowHiddenEntities", wxCheckBox)->SetValue(cfg->ReadBool(_T("/show_hidden_entities"), false)); - XRCCTRL(*this, "chkShowTypeVariables", wxCheckBox)->SetValue(cfg->ReadBool(_T("/show_type_variables"), true)); - XRCCTRL(*this, "spnMaxMatches", wxSpinCtrl)->SetValue(cfg->ReadInt(_T("/max_matches"), 16384)); - - XRCCTRL(*this, "chkEnableSB", wxCheckBox)->SetValue(cfg->ReadBool(_T("/use_symbols_browser"), true)); - XRCCTRL(*this, "chkFloatSB", wxCheckBox)->SetValue(cfg->ReadBool(_T("/as_floating_window"), false)); - XRCCTRL(*this, "chkBottomTree", wxCheckBox)->SetValue(cfg->ReadBool(_T("/visible_bottom_tree"), true)); - XRCCTRL(*this, "chkSortSB", wxCheckBox)->SetValue(cfg->ReadBool(_T("/browser_sort_alphabetically"), true)); - XRCCTRL(*this, "chkLocVarSB", wxCheckBox)->SetValue(cfg->ReadBool(_T("/browser_show_local_variables"), true)); - XRCCTRL(*this, "chkInclSepar", wxCheckBox)->SetValue(cfg->ReadBool(_T("/browser_show_include_files_separately"), true)); - - XRCCTRL(*this, "chkKL_1", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set1"), true)); - XRCCTRL(*this, "chkKL_2", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set2"), true)); - XRCCTRL(*this, "chkKL_3", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set3"), false)); - XRCCTRL(*this, "chkKL_4", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set4"), false)); - XRCCTRL(*this, "chkKL_5", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set5"), false)); - XRCCTRL(*this, "chkKL_6", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set6"), false)); - XRCCTRL(*this, "chkKL_7", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set7"), false)); - XRCCTRL(*this, "chkKL_8", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set8"), false)); - XRCCTRL(*this, "chkKL_9", wxCheckBox)->SetValue(cfg->ReadBool(_T("/lexer_keywords_set9"), false)); - - XRCCTRL(*this, "rbCase", wxRadioBox)->SetSelection(cfg->ReadInt(_T("/keywords_case"), 0)); - - XRCCTRL(*this, "chkCallTipsArrays", wxCheckBox)->SetValue(cfg->ReadBool(_T("/call_tip_arrays"), true)); - - wxCheckBox* chkCH = XRCCTRL(*this, "chkConstrHighlighterEnable", wxCheckBox); - chkCH->SetValue(cfg->ReadBool(_T("/do_construct_highlighting"), true)); - wxButton* btCHFull = XRCCTRL(*this, "btCHFullColour", wxButton); - btCHFull->SetBackgroundColour(cfg->ReadColour(_T("/chighlighter_full_colour"),wxColour(165, 165, 255))); - wxButton* btCHUnfin = XRCCTRL(*this, "btCHUnfinColour", wxButton); - btCHUnfin->SetBackgroundColour(cfg->ReadColour(_T("/chighlighter_unfinished_colour"),wxColour(255, 165, 0))); - if (!chkCH->GetValue()) - { - XRCCTRL(*this, "stCHFullColour", wxStaticText)->Enable(false); - XRCCTRL(*this, "stCHUnfinColour", wxStaticText)->Enable(false); - btCHFull->Enable(false); - btCHUnfin->Enable(false); - } - - XRCCTRL(*this, "chkFortranInfo", wxCheckBox)->SetValue(cfg->ReadBool(_T("/use_log_window"), true)); - XRCCTRL(*this, "chkComAbove", wxCheckBox)->SetValue(cfg->ReadBool(_T("/include_comments_above"), true)); - XRCCTRL(*this, "chkComBelow", wxCheckBox)->SetValue(cfg->ReadBool(_T("/include_comments_below"), true)); - XRCCTRL(*this, "chkDeclarLog", wxCheckBox)->SetValue(cfg->ReadBool(_T("/include_declarations_log"), true)); - XRCCTRL(*this, "chkLogComRight", wxCheckBox)->SetValue(cfg->ReadBool(_T("/include_log_comments_variable"), true)); - - int iShowDocW = cfg->ReadInt(_T("/show_docs_window"), 1); - if (iShowDocW == 0) - XRCCTRL(*this, "rbutDocWAlways", wxRadioButton)->SetValue(true); - else if (iShowDocW == 1) - XRCCTRL(*this, "rbutDocWOnly", wxRadioButton)->SetValue(true); - else - XRCCTRL(*this, "rbutDocWDont", wxRadioButton)->SetValue(true); - - XRCCTRL(*this, "cbAIEnable", wxCheckBox)->SetValue(cfg->ReadBool(_T("/ainsert_enable"), true)); - FillAutoInsert(); -} - -FPOptionsDlg::~FPOptionsDlg() -{ -} - -void FPOptionsDlg::FillAutoInsert() -{ - const std::map* ainames = m_AInsert.GetNameMap(); - std::map::const_iterator it; - - for (it = ainames->begin(); it != ainames->end(); ++it) - { - XRCCTRL(*this, "lbAIStatements", wxListBox)->Append(it->second); - } - m_AISelIdx = 0; - XRCCTRL(*this, "lbAIStatements", wxListBox)->SetSelection(m_AISelIdx); - ShowCurrientAInsert(m_AISelIdx); -} - -void FPOptionsDlg::ShowCurrientAInsert(int idx) -{ - m_AISelIdx = -1; - - wxString sel = XRCCTRL(*this, "lbAIStatements", wxListBox)->GetString(idx); - wxArrayString aitstr; - wxArrayString alignstr; - bool isen; - if (!m_AInsert.GetItemChoices(sel, aitstr, alignstr, isen)) - return; - - XRCCTRL(*this, "cbAIInsert", wxChoice)->Clear(); - for (size_t i=0; iAppend(aitstr[i]); - } - - XRCCTRL(*this, "cbAIAlign", wxChoice)->Clear(); - if (alignstr.Count() > 0) - { - XRCCTRL(*this, "cbAIAlign", wxChoice)->Enable(true); - m_cbAIAlign_wasEnabled = true; - for (size_t i=0; iAppend(alignstr[i]); - } - } - else - { - XRCCTRL(*this, "cbAIAlign", wxChoice)->Enable(false); - m_cbAIAlign_wasEnabled = false; - } - - XRCCTRL(*this, "cbAIAddName", wxCheckBox)->Enable(isen); - m_cbAIAddName_wasEnabled = isen; - - int aiType; - bool doAddName; - bool alignToStatement; - if (!m_AInsert.GetItemValues(sel, aiType, doAddName, alignToStatement)) - return; - - XRCCTRL(*this, "cbAIInsert", wxChoice)->SetSelection(aiType); - int ats = alignToStatement? 0: 1; - XRCCTRL(*this, "cbAIAlign", wxChoice)->SetSelection(ats); - XRCCTRL(*this, "cbAIAddName", wxCheckBox)->SetValue(doAddName); - m_AISelIdx = idx; -} - -void FPOptionsDlg::OnAISelectionChanged(wxCommandEvent& event) -{ - int idx = XRCCTRL(*this, "lbAIStatements", wxListBox)->GetSelection(); - if (idx != wxNOT_FOUND) - { - ReadAIChoice(); - ShowCurrientAInsert(idx); - } -} - -void FPOptionsDlg::ReadAIChoice() -{ - wxString sel = XRCCTRL(*this, "lbAIStatements", wxListBox)->GetString(m_AISelIdx); - - int aiType = XRCCTRL(*this, "cbAIInsert", wxChoice)->GetSelection(); - int iAlign = XRCCTRL(*this, "cbAIAlign", wxChoice)->GetSelection(); - bool alignToStatement = iAlign==0 ? true : false; - bool doAddName = XRCCTRL(*this, "cbAIAddName", wxCheckBox)->GetValue(); - - m_AInsert.EditRule(sel, aiType, doAddName, alignToStatement); -} - -void FPOptionsDlg::OnUpdateUI(wxUpdateUIEvent& event) -{ - bool en = XRCCTRL(*this, "chkEnableCC", wxCheckBox)->GetValue(); - - XRCCTRL(*this, "chkSmartCodeCompletion", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkOnlyUseAssociated", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkShowHiddenEntities", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkShowTypeVariables", wxCheckBox)->Enable(en); - XRCCTRL(*this, "spnMaxMatches", wxSpinCtrl)->Enable(en); - XRCCTRL(*this, "rbCase", wxRadioBox)->Enable(en); - XRCCTRL(*this, "chkKL_1", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_2", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_3", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_4", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_5", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_6", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_7", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_8", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkKL_9", wxCheckBox)->Enable(en); - - en = XRCCTRL(*this, "chkEnableSB", wxCheckBox)->GetValue(); - XRCCTRL(*this, "chkFloatSB", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkBottomTree", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkSortSB", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkLocVarSB", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkInclSepar", wxCheckBox)->Enable(en); - - bool chkCH_en = XRCCTRL(*this, "chkConstrHighlighterEnable", wxCheckBox)->GetValue(); - XRCCTRL(*this, "btCHFullColour", wxButton)->Enable(chkCH_en); - XRCCTRL(*this, "btCHUnfinColour", wxButton)->Enable(chkCH_en); - XRCCTRL(*this, "stCHFullColour", wxStaticText)->Enable(chkCH_en); - XRCCTRL(*this, "stCHUnfinColour", wxStaticText)->Enable(chkCH_en); - - en = XRCCTRL(*this, "chkFortranInfo", wxCheckBox)->GetValue(); - XRCCTRL(*this, "chkComAbove", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkComBelow", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkDeclarLog", wxCheckBox)->Enable(en); - XRCCTRL(*this, "chkLogComRight", wxCheckBox)->Enable(en); - - en = XRCCTRL(*this, "cbAIEnable", wxCheckBox)->GetValue(); - XRCCTRL(*this, "lbAIStatements", wxListBox)->Enable(en); - XRCCTRL(*this, "stAIText1", wxStaticText)->Enable(en); - XRCCTRL(*this, "stAIText2", wxStaticText)->Enable(en); - XRCCTRL(*this, "cbAIInsert", wxChoice)->Enable(en); - - if (en && m_cbAIAlign_wasEnabled) - XRCCTRL(*this, "cbAIAlign", wxChoice)->Enable(en); - else if (!en) - XRCCTRL(*this, "cbAIAlign", wxChoice)->Enable(en); - - if (en && m_cbAIAddName_wasEnabled) - XRCCTRL(*this, "cbAIAddName", wxCheckBox)->Enable(en); - else if (!en) - XRCCTRL(*this, "cbAIAddName", wxCheckBox)->Enable(en); -} - -void FPOptionsDlg::OnApply() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - - // force parser to read its options that we write in the config - cfg->Write(_T("/use_code_completion"), (bool)XRCCTRL(*this, "chkEnableCC", wxCheckBox)->GetValue()); - - // set all other member options - cfg->Write(_T("/use_smart_code_completion"), (bool)XRCCTRL(*this, "chkSmartCodeCompletion", wxCheckBox)->GetValue()); - cfg->Write(_T("/only_use_associated"), (bool)XRCCTRL(*this, "chkOnlyUseAssociated", wxCheckBox)->GetValue()); - cfg->Write(_T("/show_hidden_entities"), (bool)XRCCTRL(*this, "chkShowHiddenEntities", wxCheckBox)->GetValue()); - cfg->Write(_T("/show_type_variables"), (bool)XRCCTRL(*this, "chkShowTypeVariables", wxCheckBox)->GetValue()); - cfg->Write(_T("/max_matches"), (int)XRCCTRL(*this, "spnMaxMatches", wxSpinCtrl)->GetValue()); - - cfg->Write(_T("/use_symbols_browser"), (bool)XRCCTRL(*this, "chkEnableSB", wxCheckBox)->GetValue()); - cfg->Write(_T("/as_floating_window"), (bool)XRCCTRL(*this, "chkFloatSB", wxCheckBox)->GetValue()); - cfg->Write(_T("/visible_bottom_tree"), (bool)XRCCTRL(*this, "chkBottomTree", wxCheckBox)->GetValue()); - cfg->Write(_T("/browser_sort_alphabetically"), (bool)XRCCTRL(*this, "chkSortSB", wxCheckBox)->GetValue()); - cfg->Write(_T("/browser_show_local_variables"), (bool)XRCCTRL(*this, "chkLocVarSB", wxCheckBox)->GetValue()); - cfg->Write(_T("/browser_show_include_files_separately"), (bool)XRCCTRL(*this, "chkInclSepar", wxCheckBox)->GetValue()); - - cfg->Write(_T("/lexer_keywords_set1"), (bool)XRCCTRL(*this, "chkKL_1", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set2"), (bool)XRCCTRL(*this, "chkKL_2", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set3"), (bool)XRCCTRL(*this, "chkKL_3", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set4"), (bool)XRCCTRL(*this, "chkKL_4", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set5"), (bool)XRCCTRL(*this, "chkKL_5", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set6"), (bool)XRCCTRL(*this, "chkKL_6", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set7"), (bool)XRCCTRL(*this, "chkKL_7", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set8"), (bool)XRCCTRL(*this, "chkKL_8", wxCheckBox)->GetValue()); - cfg->Write(_T("/lexer_keywords_set9"), (bool)XRCCTRL(*this, "chkKL_9", wxCheckBox)->GetValue()); - - cfg->Write(_T("/keywords_case"), (int)XRCCTRL(*this, "rbCase", wxRadioBox)->GetSelection()); - - cfg->Write(_T("/call_tip_arrays"), (bool)XRCCTRL(*this, "chkCallTipsArrays", wxCheckBox)->GetValue()); - - cfg->Write(_T("/chighlighter_full_colour"), XRCCTRL(*this, "btCHFullColour", wxButton)->GetBackgroundColour()); - cfg->Write(_T("/chighlighter_unfinished_colour"), XRCCTRL(*this, "btCHUnfinColour", wxButton)->GetBackgroundColour()); - - cfg->Write(_T("/use_log_window"), (bool)XRCCTRL(*this, "chkFortranInfo", wxCheckBox)->GetValue()); - cfg->Write(_T("/include_comments_above"), (bool)XRCCTRL(*this, "chkComAbove", wxCheckBox)->GetValue()); - cfg->Write(_T("/include_comments_below"), (bool)XRCCTRL(*this, "chkComBelow", wxCheckBox)->GetValue()); - cfg->Write(_T("/include_declarations_log"), (bool)XRCCTRL(*this, "chkDeclarLog", wxCheckBox)->GetValue()); - cfg->Write(_T("/include_log_comments_variable"), (bool)XRCCTRL(*this, "chkLogComRight", wxCheckBox)->GetValue()); - - int iShowDocW; - if (XRCCTRL(*this, "rbutDocWAlways", wxRadioButton)->GetValue()) - iShowDocW = 0; - else if (XRCCTRL(*this, "rbutDocWOnly", wxRadioButton)->GetValue()) - iShowDocW = 1; - else - iShowDocW = 2; - - cfg->Write(_T("/show_docs_window"), iShowDocW); - - cfg->Write(_T("/ainsert_enable"), (bool)XRCCTRL(*this, "cbAIEnable", wxCheckBox)->GetValue()); - ReadAIChoice(); - m_AInsert.WriteAIOptions(); - - cfg->Write(_T("/do_construct_highlighting"), (bool)XRCCTRL(*this, "chkConstrHighlighterEnable", wxCheckBox)->GetValue()); - - m_pNativeParser->RereadOptions(); - m_pFortranProject->RereadOptions(); -} - -void FPOptionsDlg::OnChooseColour(wxCommandEvent& event) -{ - wxColourData data; - wxWindow* sender = FindWindowById(event.GetId()); - data.SetColour(sender->GetBackgroundColour()); - - wxColourDialog dlg(this, &data); - PlaceWindow(&dlg); - if (dlg.ShowModal() == wxID_OK) - { - wxColour colour = dlg.GetColourData().GetColour(); - sender->SetBackgroundColour(colour); - //sender->SetLabel(wxEmptyString); - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/97/9770ea39cea34fd99e0661406e81ba22a9990987.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/97/9770ea39cea34fd99e0661406e81ba22a9990987.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/97/9770ea39cea34fd99e0661406e81ba22a9990987.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/97/9770ea39cea34fd99e0661406e81ba22a9990987.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -#ifndef MAKEFILEDLG_H -#define MAKEFILEDLG_H - -//(*Headers(MakefileDlg) -#include -#include -#include -#include -#include -//*) - -class MakefileDlg: public wxDialog -{ - public: - - MakefileDlg(wxWindow* parent,wxWindowID id=wxID_ANY); - virtual ~MakefileDlg(); - - void SetFilename(const wxString& fname); - wxString GetFilename(); - - //(*Declarations(MakefileDlg) - wxButton* btChooseFileName; - wxStaticText* StaticText2; - wxTextCtrl* tcMakefileName; - //*) - - protected: - - //(*Identifiers(MakefileDlg) - static const long ID_STATICTEXT2; - static const long ID_TEXTCTRL1; - static const long ID_BUTTON1; - //*) - - private: - - //(*Handlers(MakefileDlg) - void OnInit(wxInitDialogEvent& event); - void OnbtChooseFileNameClick(wxCommandEvent& event); - //*) - - DECLARE_EVENT_TABLE() -}; - -#endif Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/99/9964f35ecbbf03f6e4f190a0eab06ce8450932a2.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/99/9964f35ecbbf03f6e4f190a0eab06ce8450932a2.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9a/9a8786314c86804302c4f22faca75b2a6f8caf17.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9a/9a8786314c86804302c4f22faca75b2a6f8caf17.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9a/9a8786314c86804302c4f22faca75b2a6f8caf17.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9a/9a8786314c86804302c4f22faca75b2a6f8caf17.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -#include "makefiledlg.h" -#include - -//(*InternalHeaders(MakefileDlg) -#include -#include -//*) - -//(*IdInit(MakefileDlg) -const long MakefileDlg::ID_STATICTEXT2 = wxNewId(); -const long MakefileDlg::ID_TEXTCTRL1 = wxNewId(); -const long MakefileDlg::ID_BUTTON1 = wxNewId(); -//*) - -BEGIN_EVENT_TABLE(MakefileDlg,wxDialog) - //(*EventTable(MakefileDlg) - //*) -END_EVENT_TABLE() - -MakefileDlg::MakefileDlg(wxWindow* parent,wxWindowID id) -{ - //(*Initialize(MakefileDlg) - wxBoxSizer* BoxSizer1; - wxBoxSizer* BoxSizer2; - wxBoxSizer* BoxSizer3; - wxBoxSizer* BoxSizer4; - wxStdDialogButtonSizer* StdDialogButtonSizer1; - - Create(parent, wxID_ANY, _("Generate Makefile"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER, _T("wxID_ANY")); - BoxSizer1 = new wxBoxSizer(wxVERTICAL); - BoxSizer2 = new wxBoxSizer(wxVERTICAL); - BoxSizer4 = new wxBoxSizer(wxHORIZONTAL); - StaticText2 = new wxStaticText(this, ID_STATICTEXT2, _("Choose a name for the make file:"), wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT2")); - BoxSizer4->Add(StaticText2, 0, wxALL, 5); - wxSize __SpacerSize_1 = wxDLG_UNIT(this,wxSize(100,-1)); - BoxSizer4->Add(__SpacerSize_1.GetWidth(),__SpacerSize_1.GetHeight(),0, wxALL|wxEXPAND, 5); - BoxSizer2->Add(BoxSizer4, 0, wxALL|wxEXPAND, 5); - BoxSizer3 = new wxBoxSizer(wxHORIZONTAL); - tcMakefileName = new wxTextCtrl(this, ID_TEXTCTRL1, _("Text"), wxDefaultPosition, wxSize(-1,-1), 0, wxDefaultValidator, _T("ID_TEXTCTRL1")); - BoxSizer3->Add(tcMakefileName, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); - btChooseFileName = new wxButton(this, ID_BUTTON1, _("..."), wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT, wxDefaultValidator, _T("ID_BUTTON1")); - BoxSizer3->Add(btChooseFileName, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); - BoxSizer2->Add(BoxSizer3, 1, wxALL|wxEXPAND, 0); - BoxSizer1->Add(BoxSizer2, 1, wxALL|wxEXPAND, 5); - StdDialogButtonSizer1 = new wxStdDialogButtonSizer(); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_OK, wxEmptyString)); - StdDialogButtonSizer1->AddButton(new wxButton(this, wxID_CANCEL, wxEmptyString)); - StdDialogButtonSizer1->Realize(); - BoxSizer1->Add(StdDialogButtonSizer1, 0, wxALL|wxALIGN_RIGHT, 5); - SetSizer(BoxSizer1); - BoxSizer1->Fit(this); - BoxSizer1->SetSizeHints(this); - - Connect(ID_BUTTON1,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&MakefileDlg::OnbtChooseFileNameClick); - Connect(wxID_ANY,wxEVT_INIT_DIALOG,(wxObjectEventFunction)&MakefileDlg::OnInit); - //*) -} - -MakefileDlg::~MakefileDlg() -{ - //(*Destroy(MakefileDlg) - //*) -} - - -void MakefileDlg::OnInit(wxInitDialogEvent& event) -{ -} - -void MakefileDlg::SetFilename(const wxString& fname) -{ - tcMakefileName->SetValue(fname); -} - -wxString MakefileDlg::GetFilename() -{ - return tcMakefileName->GetValue(); -} - -void MakefileDlg::OnbtChooseFileNameClick(wxCommandEvent& event) -{ - wxFileDialog saveFileDialog(this, _("Choose file name"), wxEmptyString, wxEmptyString, _T("All files (*)|*"), wxFD_SAVE|wxFD_OVERWRITE_PROMPT); - saveFileDialog.SetPath(tcMakefileName->GetValue()); - if (saveFileDialog.ShowModal() != wxID_OK) - return; - tcMakefileName->SetValue(saveFileDialog.GetPath()); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9b/9b45a8962bc659a48f9131854e171c9ba7eed775.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9b/9b45a8962bc659a48f9131854e171c9ba7eed775.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9b/9b45a8962bc659a48f9131854e171c9ba7eed775.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9b/9b45a8962bc659a48f9131854e171c9ba7eed775.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#include "jumptracker.h" - -JumpTracker::JumpTracker() -{ - m_HomeIsStart = true; -} - -JumpTracker::~JumpTracker() -{ -} - -void JumpTracker::TakeJump(LineAddress& jumpStart, LineAddress& jumpFinish) -{ - if (jumpStart.IsSameAs(jumpFinish) && jumpStart.IsSameAs(m_JumpHome)) - { - //do nothing - } - else if (jumpStart.IsSameAs(jumpFinish) && !m_JumpHome.GetFilename().IsEmpty()) - { - if (m_JumpHome.IsFinish()) - m_JumpBack.push_front(m_JumpHome); - m_JumpHome = jumpFinish; - } - else if ( m_JumpHome.IsSameAs(jumpStart) && !m_JumpForward.empty() && jumpFinish.IsSameAs(m_JumpForward.front()) ) - { - m_JumpBack.push_front(m_JumpHome); - m_JumpHome = m_JumpForward.front(); - m_JumpForward.pop_front(); - } - else if (m_JumpHome.IsSameAs(jumpFinish) && !m_JumpBack.empty() && m_JumpBack.front().IsSameAs(jumpStart)) - { - // jump was repeated. Do nothing. - } - else - { - if (!m_JumpHome.GetFilename().IsEmpty() && m_JumpHome.IsFinish() && !m_JumpHome.IsSameAs(jumpStart)) - { - m_JumpBack.push_front(m_JumpHome); - } - m_JumpBack.push_front(jumpStart); - m_JumpHome = jumpFinish; - m_JumpForward.clear(); - } - while (m_JumpBack.size() > 50) - { - m_JumpBack.pop_back(); - } -} - -bool JumpTracker::IsJumpBackEmpty() -{ - return m_JumpBack.empty(); -} - -bool JumpTracker::IsJumpHomeEmpty() -{ - return m_JumpHome.GetFilename().IsEmpty(); -} - -bool JumpTracker::IsJumpForwardEmpty() -{ - return m_JumpForward.empty(); -} - -void JumpTracker::MakeJumpBack() -{ - if (!IsJumpBackEmpty()) - { - m_JumpForward.push_front(m_JumpHome); - m_JumpHome = m_JumpBack.front(); - m_JumpBack.pop_front(); - } -} - -void JumpTracker::MakeJumpForward() -{ - if (!IsJumpForwardEmpty()) - { - m_JumpBack.push_front(m_JumpHome); - m_JumpHome = m_JumpForward.front(); - m_JumpForward.pop_front(); - } -} - -const LineAddress& JumpTracker::GetHomeAddress() -{ - return m_JumpHome; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9b/9bfa64b72027b20f73b45f4e7e6263f1773fc2b6.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9b/9bfa64b72027b20f73b45f4e7e6263f1773fc2b6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9b/9bfa64b72027b20f73b45f4e7e6263f1773fc2b6.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9b/9bfa64b72027b20f73b45f4e7e6263f1773fc2b6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,263 +0,0 @@ - - - - 0 - - wxVERTICAL - - - - - - wxVERTICAL - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 5 - - - - - wxLEFT|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 9 - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - wxBOTTOM|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - - - - - - wxVERTICAL - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 5 - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - wxALL|wxEXPAND - 5 - - - - - - - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - wxVERTICAL - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - wxALL|wxALIGN_LEFT - 2 - - - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 4 - - - - 0 - 1 - 16 - - wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 2 - - - - wxALL|wxALIGN_LEFT - 2 - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - wxALL|wxEXPAND - 5 - - - - - - - - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c32c050d48f10645eb5eef9642716d30f99173b.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c32c050d48f10645eb5eef9642716d30f99173b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c32c050d48f10645eb5eef9642716d30f99173b.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c32c050d48f10645eb5eef9642716d30f99173b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,499 +0,0 @@ - - - - - wxVERTICAL - - - - - - wxVERTICAL - - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - 2 - 8 - 8 - - - - - wxALL|wxALIGN_CENTER_VERTICAL - - - - 16384 - 1 - 100000 - - wxALL|wxALIGN_TOP - - - wxALL|wxALIGN_LEFT - 8 - - - - - - - - - wxALL|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxRIGHT|wxALIGN_CENTER_VERTICAL - 8 - - - wxALL|wxEXPAND - 8 - - - - - - - From lexer - All caps - First cap - All lower - - -1 - - - wxALL|wxEXPAND - 8 - - - - wxLEFT|wxEXPAND - 25 - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - - - wxALL|wxALIGN_LEFT - 8 - - - - wxVERTICAL - - - - - wxALL|wxALIGN_LEFT - - - - 2 - - - - - wxLEFT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 25 - - - - - - wxSYS_COLOUR_ACTIVECAPTION - - wxLEFT|wxRIGHT|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - - wxLEFT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 25 - - - - - - wxSYS_COLOUR_ACTIVECAPTION - - wxLEFT|wxRIGHT|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxALL|wxALIGN_LEFT - 5 - - - - wxALL|wxALIGN_LEFT - 8 - - - - - - - - - 133,18 - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - wxLEFT|wxEXPAND - 25 - - - - - - - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND - 8 - - - - wxVERTICAL - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - wxTOP|wxLEFT|wxRIGHT|wxALIGN_LEFT - 8 - - - - - - wxALL|wxALIGN_LEFT - 8 - - - wxLEFT|wxEXPAND - 25 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 8 - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxALIGN_LEFT - 25 - - - - - - - - - wxVERTICAL - - - - - - wxALL|wxALIGN_LEFT - 10 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - - - - - wxVERTICAL - - - - - -1 - - wxALL|wxEXPAND - 5 - - - - - wxVERTICAL - - - 2 - 2 - 1 - - - - - wxALL - 5 - - - - - end subroutine - - - wxALL|wxEXPAND - 5 - - - - - - - wxALL - 5 - - - - wxALL|wxEXPAND - 5 - - - - wxALL|wxEXPAND - 5 - - - - - - wxALL|wxALIGN_LEFT - 5 - - - wxALL|wxALIGN_CENTER_VERTICAL - 5 - - - - wxALL|wxEXPAND - - - - wxALL|wxEXPAND - - - - wxALL|wxEXPAND - 5 - - - - - - - wxLEFT|wxEXPAND - 8 - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c65bd0134fd88dbf1efbfcd37709b81027b7c7f.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c65bd0134fd88dbf1efbfcd37709b81027b7c7f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c65bd0134fd88dbf1efbfcd37709b81027b7c7f.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9c65bd0134fd88dbf1efbfcd37709b81027b7c7f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,141 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9ce5a6a63680e349081b74669e906c72abdce641.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9ce5a6a63680e349081b74669e906c72abdce641.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9c/9ce5a6a63680e349081b74669e906c72abdce641.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9c/9ce5a6a63680e349081b74669e906c72abdce641.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,148 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include "keywordsparserf.h" -#include "parserthreadf.h" - -#include -#include -#include -#include -#include -#include "cbstyledtextctrl.h" -#include - -#include - - -KeywordsParserF::KeywordsParserF(): - m_Parser(false) -{ - m_IsDone = false; - wxString filename = ConfigManager::GetDataFolder() + _T("/images/fortranproject/fortran_procedures.f90"); - if (!wxFileExists(filename)) - { - Manager::Get()->GetLogManager()->Log(_T("FortranProject plugin error: file ")+filename+_T(" was not found.")); - return; - } - m_Parser.Reparse(filename, fsfFree); - - TokensArrayF* pTokensArr = m_Parser.GetTokens(); - TokensArrayF* pTokens = &pTokensArr->Item(0)->m_Children; - - for (size_t i=0; iGetCount(); i++) - { - if (pTokens->Item(i)->m_TokenKind == tkSubroutine) - { - m_SubrSet.insert(pTokens->Item(i)->m_Name); - } - else if (pTokens->Item(i)->m_TokenKind == tkFunction) - { - m_FuncSet.insert(pTokens->Item(i)->m_Name); - } - else if (pTokens->Item(i)->m_TokenKind == tkModule && pTokens->Item(i)->m_Name.IsSameAs(_T("openmp"))) - { - TokensArrayF* pOMPMod = &pTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if (pOMPMod->Item(j)->m_TokenKind == tkVariable) - m_OpenMPKeywords.Add(pOMPMod->Item(j)->m_DisplayName); - } - } - else if (pTokens->Item(i)->m_TokenKind == tkModule && pTokens->Item(i)->m_Name.IsSameAs(_T("openacc"))) - { - TokensArrayF* pACCMod = &pTokens->Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if (pACCMod->Item(j)->m_TokenKind == tkVariable) - m_OpenACCKeywords.Add(pACCMod->Item(j)->m_DisplayName); - } - } - } - MakeOtherKeywordSet(); - m_IsDone = true; -} - -KeywordsParserF::~KeywordsParserF() -{ - //dtor -} - -bool KeywordsParserF::HasTokenSuitableKind(const wxString& name, int tokKind) -{ - if (!m_IsDone) - return true; - - wxString nameLow = name.Lower(); - bool found = false; - if ( (m_FuncSet.count(nameLow) && (tokKind & tkFunction)) || - (m_SubrSet.count(nameLow) && (tokKind & tkSubroutine)) || - (m_OtherKeywordSet.count(nameLow) && (tokKind & tkOther)) ) - found = true; - - return found; -} - -void KeywordsParserF::GetCallTips(const wxString& name, wxArrayString& callTips, TokensArrayFlat* result) -{ - int tokKind = tkFunction | tkSubroutine; - size_t resCountOld = result->GetCount(); - size_t resCount = m_Parser.FindMatchTokensDeclared(name, *result, tokKind, false); - for (size_t i=resCountOld; iItem(i)->m_Args); - } -} - -void KeywordsParserF::FindTokens(const wxString& name, TokensArrayFlat& result) -{ - int tokKind = tkFunction | tkSubroutine; - m_Parser.FindMatchTokensDeclared(name, result, tokKind, false); -} - -void KeywordsParserF::MakeOtherKeywordSet() -{ - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* result = tokensTmp.GetTokens(); - size_t resCount = m_Parser.FindMatchTokensDeclared(_T("list_of_other_fortran_keywords"), *result, tkFunction, false); - if (resCount != 1) - { - Manager::Get()->GetLogManager()->Log(_T("FortranProject plugin error: ")); - Manager::Get()->GetLogManager()->Log(_T("Can't parse 'list_of_other_fortran_keywords' function.")); - return; - } - TokenFlat* token = result->Item(0); - wxString txtRange; - if (!m_Parser.FindTokenRange(*token, txtRange)) - { - Manager::Get()->GetLogManager()->Log(_T("FortranProject plugin error: ")); - Manager::Get()->GetLogManager()->Log(_T("Can't parse 'list_of_other_fortran_keywords' function.")); - return; - } - - //Parse - TokensArrayClass tokensKeyTmp; - TokensArrayF* parsResult = tokensKeyTmp.GetTokens(); - ParserThreadF thread = ParserThreadF(txtRange, parsResult, fsfFree, true); - thread.ParseDeclarations(); - - for (size_t i=0; iGetCount(); i++) - { - if (parsResult->Item(i)->m_TokenKind == tkVariable) - { - m_OtherKeywordSet.insert(parsResult->Item(i)->m_Name); - } - } -} - -const wxArrayString* KeywordsParserF::GetKeywords(CompilerDirective cdir) -{ - if (cdir == cdOpenMP) - return &m_OpenMPKeywords; - else if (cdir == cdOpenACC) - return &m_OpenACCKeywords; - return NULL; -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/9f/9f47e7ea8f2d25bccc2063459cf075521ece219c.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/9f/9f47e7ea8f2d25bccc2063459cf075521ece219c.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a0/a08951b9e5049f8fb48c350c6c11ff16f449622c.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a0/a08951b9e5049f8fb48c350c6c11ff16f449622c.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a2/a21dbdf22315480557d8c4a6f8f5705527d8d228.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a2/a21dbdf22315480557d8c4a6f8f5705527d8d228.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a2/a21dbdf22315480557d8c4a6f8f5705527d8d228.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a2/a21dbdf22315480557d8c4a6f8f5705527d8d228.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,2638 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include "parserthreadf.h" -#include "usetokenf.h" -#include -#include - -ParserThreadF::ParserThreadF(const wxString& bufferOrFilename, - TokensArrayF* tokens, - FortranSourceForm fsForm, - bool isBuffer, - IncludeDB* includeDB) - : - m_pTokens(tokens), - m_pLastParent(0L), - m_pIncludeDB(includeDB), - m_Briefend(_T("@brief_end@")) -{ - m_InterfaceOperator = 0; - m_InterfaceAssignment = 0; - m_InterfaceRead = 0; - m_InterfaceWrite = 0; - - if (!isBuffer) - { - if (!bufferOrFilename.IsEmpty()) - { - m_Filename = bufferOrFilename; - m_Tokens.Init(m_Filename, fsForm); - wxFileName fn(bufferOrFilename); - m_pLastParent = DoAddToken(tkFile, fn.GetFullName()); - } - } - else - { - m_Tokens.InitFromBuffer(bufferOrFilename, fsForm); - } - InitSecondEndPart(); -} - -ParserThreadF::ParserThreadF(const wxString& filename, - TokensArrayF* tokens, - FortranSourceForm fsForm, - IncludeDB* includeDB, - const wxString& buffer) - : - m_pTokens(tokens), - m_pLastParent(0L), - m_pIncludeDB(includeDB), - m_Briefend(_T("@brief_end@")) -{ - m_InterfaceOperator = 0; - m_InterfaceAssignment = 0; - m_InterfaceRead = 0; - m_InterfaceWrite = 0; - - m_Filename = filename; - m_Tokens.InitFromBuffer(buffer, fsForm); - m_Tokens.SetFilename(filename); - wxFileName fn(filename); - m_pLastParent = DoAddToken(tkFile, fn.GetFullName()); - - InitSecondEndPart(); -} - -ParserThreadF::~ParserThreadF() -{ - //dtor -} - -void ParserThreadF::InitSecondEndPart() -{ - m_KnownEndSecPart.insert(_T("subroutine")); - m_KnownEndSecPart.insert(_T("function")); - m_KnownEndSecPart.insert(_T("module")); - m_KnownEndSecPart.insert(_T("submodule")); - m_KnownEndSecPart.insert(_T("type")); - m_KnownEndSecPart.insert(_T("interface")); - m_KnownEndSecPart.insert(_T("program")); - m_KnownEndSecPart.insert(_T("block")); - m_KnownEndSecPart.insert(_T("blockdata")); - m_KnownEndSecPart.insert(_T("associate")); - m_KnownEndSecPart.insert(_T("procedure")); - - m_NumberOfBlockConstruct = 0; -} - -bool ParserThreadF::Parse() -{ - if (!m_pTokens || !m_Tokens.IsOK()) - { - return false; - } - - while (1) - { - wxString token = m_Tokens.GetToken(); - if (token.IsEmpty()) - break; - - wxString tok_low = token.Lower(); - wxString next = m_Tokens.PeekToken(); - wxString nex_low = next.Lower(); - - if (tok_low.Matches(_T("use"))) - { - HandleUse(); - } - else if (tok_low.Matches(_T("module")) && !nex_low.Matches(_T("procedure")) - && !nex_low.Matches(_T("function")) && !nex_low.Matches(_T("subroutine"))) - { - HandleModule(); - } - else if (tok_low.Matches(_T("submodule")) && !nex_low.Matches(_T("procedure"))) - { - HandleSubmodule(); - } - else if (tok_low.Matches(_T("program"))) - { - HandleFunction(tkProgram); - } - else if (tok_low.Matches(_T("function"))) - { - HandleFunction(tkFunction); - } - else if (tok_low.Matches(_T("subroutine"))) - { - HandleFunction(tkSubroutine); - } - else if (tok_low.Matches(_T("type")) && !nex_low(0,1).Matches(_T("(")) && !nex_low.Matches(_T("is"))) - { - HandleType(); - } - else if (tok_low.Matches(_T("block"))) - { - if (nex_low.Matches(_T("data"))) - { - token = m_Tokens.GetToken(); - tok_low = token.Lower(); - next = m_Tokens.PeekToken(); - nex_low = next.Lower(); - HandleBlockData(); - } - else - { - HandleBlockConstruct(); - } - } - else if (tok_low.Matches(_T("blockdata"))) - { - HandleBlockData(); - } - else if (tok_low.Matches(_T("include"))) - { - HandleInclude(); - } - else if (tok_low.GetChar(0) == '#') - { - if (tok_low.Matches(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - else if (tok_low.Matches(_T("interface"))) - { - HandleInterface(); - } - else if (tok_low.Matches(_T("associate"))) - { - HandleAssociateConstruct(); - } - else if ((tok_low.Matches(_T("select")) && nex_low.Matches(_T("type"))) || - tok_low.Matches(_T("selecttype"))) - { - HandleSelectTypeConstruct(); - } - else if ((tok_low.Matches(_T("select")) && nex_low.Matches(_T("case"))) || - tok_low.Matches(_T("selectcase"))) - { - HandleSelectCaseConstruct(); - } - else if (tok_low.Matches(_T("end"))) - { - // something is wrong with code or parser - m_Tokens.SkipToOneOfChars(";", true); - } - else if (tok_low.Matches(_T("procedure")) && nex_low(0,1).Matches(_T("("))) - { - ParseTypeBoundProcedures(token, true, false); - } - else - { - bool needDefault = true; - bool hasFunctionInLine; - TokensArrayF tokTmpArr; - CheckParseOneDeclaration(token, tok_low, next, nex_low, needDefault, tokTmpArr, hasFunctionInLine); - } - } - - if (!m_Filename.IsEmpty() && m_pIncludeDB) - { - //update IncludeDB - wxFileName fn(m_Filename); - m_pIncludeDB->SetInclude(fn.GetFullName(), m_IncludeList); - } - return true; -} - -TokenF* ParserThreadF::DoAddToken(TokenKindF kind, const wxString& name, const wxString& args, const wxString& typeDefinition) -{ - TokenF* newToken = new TokenF; - newToken->m_Name = name.Lower(); - - newToken->m_TokenKind = kind; - newToken->m_pParent = m_pLastParent; - newToken->m_Filename = m_Tokens.GetFilename(); - newToken->m_LineStart = m_Tokens.GetLineNumber(); - newToken->m_DisplayName = name; - newToken->m_Args = args; - newToken->m_TypeDefinition = typeDefinition; - newToken->m_DefinitionLength = 1; - - if (m_pLastParent) - { - m_pLastParent->AddChild(newToken); - } - else - { - m_pTokens->Add(newToken); - } - - return newToken; -} - -TokenF* ParserThreadF::DoAddToken(TokenKindF kind, const wxString& name, const wxString& args, const unsigned int defStartLine) -{ - TokenF* newToken = new TokenF; - newToken->m_Name = name.Lower(); - - newToken->m_TokenKind = kind; - newToken->m_pParent = m_pLastParent; - newToken->m_Filename = m_Tokens.GetFilename(); - newToken->m_DisplayName = name; - newToken->m_Args = args; - newToken->m_TypeDefinition = wxEmptyString; - - newToken->m_LineStart = defStartLine; - newToken->m_DefinitionLength = m_Tokens.GetLineNumber() - defStartLine + 1; - - - if (m_pLastParent) - { - m_pLastParent->AddChild(newToken); - } - else - { - m_pTokens->Add(newToken); - } - - return newToken; -} - -void ParserThreadF::HandleUse() -{ - wxString modName; - wxArrayString lineTok = m_Tokens.GetTokensToEOL(); - ModuleNature modNature = mnNonIntrinsic; - int ltCount = lineTok.GetCount(); - int idx = lineTok.Index(_T("::")); - if (idx != wxNOT_FOUND) - { - if (idx > 0) - { - if (lineTok.Item(idx-1).Lower().IsSameAs(_T("intrinsic"))) - { - modNature = mnIntrinsic; - } - } - idx++; - } - else - { - idx = 0; - } - if (ltCount > idx) - { - modName = lineTok.Item(idx); - } - else - { - return; //something wrong - } - UseTokenF* pUseTok = DoAddUseToken(modName); - pUseTok->SetModuleNature(modNature); - - idx++; - if (ltCount <= idx) - { - return; // no more on the line - } - if (lineTok.Item(idx).Lower().IsSameAs(_T("only"))) - { - pUseTok->SetOnly(true); - idx++; - while (true) - { - idx++; - if (ltCount <= idx) - break; - wxString localName = lineTok.Item(idx); - wxString externalName; - - if (localName.Lower().IsSameAs(_T("operator"))) - { - idx += 4; // operator (.st.) => operator (.kt.) - continue; - } - if (ltCount > idx+1 && lineTok.Item(idx+1).IsSameAs(_T("=>"))) - { - //it is rename - if (ltCount > idx+2) - { - idx += 2; - externalName = lineTok.Item(idx); - } - else - { - break; // '=>' on end of line - } - } - if (externalName.IsEmpty()) - pUseTok->AddToNamesList(localName); - else - pUseTok->AddToRenameList(localName, externalName); - } - } - else - { - pUseTok->SetOnly(false); - // rename-list - while (true) - { - if (lineTok.Item(idx).Lower().IsSameAs(_T("operator"))) - { - idx += 5; // operator (.st.) => operator (.kt.) - } - if (ltCount > idx+1 && lineTok.Item(idx+1).IsSameAs(_T("=>"))) - { - wxString localName = lineTok.Item(idx); - wxString externalName; - if (ltCount > idx+2) - { - idx += 2; - externalName = lineTok.Item(idx); - } - else - { - break; // '=>' on end of line - } - pUseTok->AddToRenameList(localName, externalName); - idx++; - if (ltCount <= idx) - break; - } - else - { - break; - } - } - } -} - - -UseTokenF* ParserThreadF::DoAddUseToken(const wxString& modName) -{ - UseTokenF* newToken = new UseTokenF(); - newToken->m_Name = modName.Lower(); - - newToken->m_TokenKind = tkUse; - newToken->m_pParent = m_pLastParent; - newToken->m_Filename = m_Tokens.GetFilename(); - newToken->m_DisplayName = modName; - newToken->m_TypeDefinition = wxEmptyString; - - newToken->m_LineStart = m_Tokens.GetLineNumber(); - newToken->m_DefinitionLength = 1; - - if (m_pLastParent) - { - m_pLastParent->AddChild(newToken); - } - else - { - m_pTokens->Add(newToken); - } - - return newToken; -} - - -void ParserThreadF::HandleModule() -{ - TokenKindF kind = tkModule; - TokenF* old_parent = m_pLastParent; - - int countAccessList = 0; - wxString token = m_Tokens.GetTokenSameLine(); - TokenAccessKind taDefKind = taPublic; - ModuleTokenF* modToken; - if (token.IsEmpty()) - modToken = DoAddModuleToken(_T("unnamed")); - else - modToken = DoAddModuleToken(token); - m_pLastParent = modToken; - - // Parse documentation - m_ParentDocs.Clear(); - DocBlock docs; - GetDocBlock(docs, false, modToken->m_LineStart, true); - if (docs.HasBrief() || docs.HasDescription()) - modToken->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - - wxArrayString privateNameList; - wxArrayString publicNameList; - wxArrayString protectedNameList; - - TokensArrayF typeTokens; - TokensArrayF typeTokensAll; - TokensArrayF decklTokens; - TokensArrayF interfGenTokens; - TokensArrayF interfTokens; - - while (1) - { - token = m_Tokens.GetToken(); - if (token.IsEmpty()) - break; - wxString tok_low = token.Lower(); - - wxString next = m_Tokens.PeekToken(); - wxString nex_low = next.Lower(); - if ( ((m_Tokens.GetLineNumber() == m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, nex_low)) || - ((m_Tokens.GetLineNumber() != m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, _T(""))) ) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if (tok_low.Matches(_T("type")) && !nex_low(0,1).Matches(_T("("))) - { - bool needDefault=true; - TokenF* tokTmp = 0; - HandleType(needDefault, tokTmp); - if (needDefault && tokTmp) - { - typeTokens.Add(tokTmp); - } - if (tokTmp) - typeTokensAll.Add(tokTmp); - } - else if (tok_low.Matches(_T("subroutine"))) - { - HandleFunction(tkSubroutine, taDefKind); - } - else if (tok_low.Matches(_T("function"))) - { - HandleFunction(tkFunction, taDefKind); - } - else if (tok_low.Matches(_T("use"))) - { - HandleUse(); - } - else if (tok_low.Matches(_T("interface"))) - { - TokenF* tokTmp = 0; - bool isGeneric = false; - HandleInterface(taDefKind, tokTmp, isGeneric); - if (isGeneric && tokTmp) - interfGenTokens.Add(tokTmp); - if (tokTmp) - interfTokens.Add(tokTmp); - } - else if (tok_low.Matches(_T("include"))) - { - HandleInclude(); - } - else if (tok_low.GetChar(0) == '#') - { - if (tok_low.Matches(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - else if (tok_low.Matches(_T("private"))) - { - bool changeDefault; - HandleAccessList(taPrivate, changeDefault, countAccessList, privateNameList); - if (changeDefault) - { - modToken->SetDefaultPublic(false); - taDefKind = taPrivate; - } - } - else if (tok_low.Matches(_T("public"))) - { - bool changeDefault; - HandleAccessList(taPublic, changeDefault, countAccessList, publicNameList); - if (changeDefault) - { - modToken->SetDefaultPublic(true); - taDefKind = taPublic; - } - } - else if (tok_low.Matches(_T("protected"))) - { - bool tmpB; - HandleAccessList(taProtected, tmpB, countAccessList, protectedNameList); - } - else if (kind == tkModule) - { - bool needDefault=true; - bool hasFunctionInLine; - TokensArrayF tokTmpArr; - CheckParseOneDeclaration(token, tok_low, next, nex_low, needDefault, tokTmpArr, hasFunctionInLine); - if (needDefault) - { - for (size_t i=0; iAddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; - - for (size_t i=0; im_TokenAccess = taDefKind; - } - - for (size_t i=0; im_TokenAccess = taDefKind; - } - - for (size_t i=0; im_TokenAccess = taDefKind; - if (interfTokens.Item(i)->m_TokenKind == tkInterfaceExplicit) - { - TokensArrayF* chs = &interfTokens.Item(i)->m_Children; - for (size_t j=0; jGetCount(); j++) - { - chs->Item(j)->m_TokenAccess = taDefKind; - } - } - } - - for (size_t i=0; iAddToPublicList(publicNameList.Item(i)); - } - for (size_t i=0; iAddToPrivateList(privateNameList.Item(i)); - } - - TokensArrayF* toks = &modToken->m_Children; - if (toks) - { - for (size_t i=0; iGetCount(); i++) - { - ChangeTokenAccess(modToken, toks->Item(i)); - - if (protectedNameList.Index(toks->Item(i)->m_Name) != wxNOT_FOUND) - { - toks->Item(i)->m_TokenAccess = taProtected; - } - else if (toks->Item(i)->m_TokenKind == tkInterfaceExplicit) - { - TokensArrayF* chs = &toks->Item(i)->m_Children; - if (chs) - { - for (size_t j=0; jGetCount(); j++) - { - ChangeTokenAccess(modToken, chs->Item(j)); - } - } - } - } - } - - // find kind of children of GenericInterfaces - for (size_t i=0; im_Children; - for (size_t j=0; jGetCount(); j++) - { - wxString intfname = chs->Item(j)->m_Name; - TokensArrayF* modChs = &modToken->m_Children; - TokenKindF tk; - bool found = false; - for (size_t k=0; kGetCount(); k++) - { - if ((modChs->Item(k)->m_TokenKind == tkSubroutine || modChs->Item(k)->m_TokenKind == tkFunction) && - modChs->Item(k)->m_Name.IsSameAs(intfname)) - { - tk = modChs->Item(k)->m_TokenKind; - found = true; - break; - } - else if (modChs->Item(k)->m_TokenKind == tkInterfaceExplicit || - modChs->Item(k)->m_TokenKind == tkInterface) - { - TokensArrayF* intfExpChs = &modChs->Item(k)->m_Children; - if (intfExpChs) - { - for (size_t m=0; mGetCount(); m++) - { - if ((intfExpChs->Item(m)->m_TokenKind == tkSubroutine || intfExpChs->Item(m)->m_TokenKind == tkFunction) && - intfExpChs->Item(m)->m_Name.IsSameAs(intfname)) - { - tk = intfExpChs->Item(m)->m_TokenKind; - found = true; - break; - } - } - if (found) - break; - } - } - } - - if (found) - { - // write kind for GenericInterface - if (tk == tkFunction) - interfGenTokens.Item(i)->m_TypeDefinition = _T("function"); - else - interfGenTokens.Item(i)->m_TypeDefinition = _T("subroutine"); - break; - } - } - } - - for (size_t i=0; im_Children; - TokensArrayF genericProc; - for (size_t j=0; jGetCount(); j++) - { - if (chs->Item(j)->m_TokenKind == tkProcedure) - { - wxString procName; - if (chs->Item(j)->m_PartLast.IsEmpty()) - procName = chs->Item(j)->m_Name; - else - procName = chs->Item(j)->m_PartLast; - - TokensArrayF* modChs = &modToken->m_Children; - TokenKindF tk; - bool found = false; - for (size_t k=0; kGetCount(); k++) - { - if ((modChs->Item(k)->m_TokenKind == tkSubroutine || modChs->Item(k)->m_TokenKind == tkFunction) && - modChs->Item(k)->m_Name.IsSameAs(procName)) - { - tk = modChs->Item(k)->m_TokenKind; - found = true; - break; - } - else if (modChs->Item(k)->m_TokenKind == tkInterfaceExplicit) - { - TokensArrayF* intfExpChs = &modChs->Item(k)->m_Children; - if (intfExpChs) - { - for (size_t m=0; mGetCount(); m++) - { - if ((intfExpChs->Item(m)->m_TokenKind == tkSubroutine || intfExpChs->Item(m)->m_TokenKind == tkFunction) && - intfExpChs->Item(m)->m_Name.IsSameAs(procName)) - { - tk = intfExpChs->Item(m)->m_TokenKind; - found = true; - break; - } - } - if (found) - break; - } - } - } - - if (found) - { - if (tk == tkFunction) - chs->Item(j)->m_TypeDefinition = _T("function"); - else - chs->Item(j)->m_TypeDefinition = _T("subroutine"); - } - } - else if (chs->Item(j)->m_TokenKind == tkInterface) - genericProc.Add(chs->Item(j)); - } - - for (size_t k=0; km_PartLast); - while (tkz.HasMoreTokens()) - { - wxString pron = tkz.GetNextToken().Lower(); - for (size_t j=0; jGetCount(); j++) - { - if (chs->Item(j)->m_TokenKind == tkProcedure && chs->Item(j)->m_Name.IsSameAs(pron)) - { - genericProc.Item(k)->m_TypeDefinition = chs->Item(j)->m_TypeDefinition; - break; - } - } - break; - } - } - } - - if (modToken->m_DocString.IsEmpty()) - { - unsigned int ln = modToken->m_LineStart + modToken->m_DefinitionLength - 1; - docs.Clear(); - GetDocBlock(docs, true, ln, true); // look bellow the declaration for the non-doxyblocks documentation. - if (docs.HasBrief() || docs.HasDescription()) - modToken->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - } -} - -void ParserThreadF::HandleSubmodule() -{ - TokenF* old_parent = m_pLastParent; - unsigned int defStartLine = m_Tokens.GetLineNumber(); - wxString ancestorModule; - wxString parentSubmodule; - wxString submName; - - wxString token = m_Tokens.GetTokenSameFortranLine(); - - if (!token.IsEmpty() && token(0,1).Matches(_T("("))) - { - token = token.Mid(1).BeforeFirst(')'); - int i = token.Find(':'); - if (i != wxNOT_FOUND) - { - ancestorModule = token.Mid(0,i).Trim().Trim(false); - if (i+1 < int(token.Length())) - parentSubmodule = token.Mid(i+1).Trim().Trim(false); - } - else - ancestorModule = token.Trim().Trim(false); - - token = m_Tokens.GetTokenSameFortranLine(); - if (!token.IsEmpty()) - submName = token; - else - submName = _T("unnamed"); - } - else if(token.IsEmpty()) - submName = _T("unnamed"); - else - submName = token; - - SubmoduleTokenF* pSubmodToken = DoAddSubmoduleToken(submName, ancestorModule, parentSubmodule, defStartLine); - m_pLastParent = pSubmodToken; - - while (1) - { - token = m_Tokens.GetToken(); - if (token.IsEmpty()) - break; - wxString tok_low = token.Lower(); - - wxString next = m_Tokens.PeekToken(); - wxString nex_low = next.Lower(); - if ( ((m_Tokens.GetLineNumber() == m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, nex_low)) || - ((m_Tokens.GetLineNumber() != m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, _T(""))) ) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if (tok_low.Matches(_T("type")) && !nex_low(0,1).Matches(_T("("))) - { - HandleType(); - } - else if (tok_low.Matches(_T("subroutine"))) - { - HandleFunction(tkSubroutine); - } - else if (tok_low.Matches(_T("function"))) - { - HandleFunction(tkFunction); - } - else if (tok_low.Matches(_T("use"))) - { - HandleUse(); - } - else if (tok_low.Matches(_T("interface"))) - { - HandleInterface(); - } - else if (tok_low.Matches(_T("include"))) - { - HandleInclude(); - } - else if (tok_low.GetChar(0) == '#') - { - if (tok_low.Matches(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - else if (tok_low.Matches(_T("module")) && nex_low.Matches(_T("procedure"))) - { - m_Tokens.GetToken(); - HandleSubmoduleProcedure(); - } - else - { - bool needDefault=true; - bool hasFunctionInLine; - TokensArrayF tokTmpArr; - CheckParseOneDeclaration(token, tok_low, next, nex_low, needDefault, tokTmpArr, hasFunctionInLine); - } - } - pSubmodToken->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; -} - -ModuleTokenF* ParserThreadF::DoAddModuleToken(const wxString& modName) -{ - ModuleTokenF* newToken = new ModuleTokenF(); - newToken->m_Name = modName.Lower(); - - newToken->m_TokenKind = tkModule; - newToken->m_pParent = m_pLastParent; - newToken->m_Filename = m_Tokens.GetFilename(); - newToken->m_DisplayName = modName; - newToken->m_TypeDefinition = wxEmptyString; - - newToken->m_LineStart = m_Tokens.GetLineNumber(); - newToken->m_DefinitionLength = 1; - - if (m_pLastParent) - { - m_pLastParent->AddChild(newToken); - } - else - { - m_pTokens->Add(newToken); - } - - return newToken; -} - -SubmoduleTokenF* ParserThreadF::DoAddSubmoduleToken(const wxString& submName, const wxString& ancestorModule, - const wxString& parentSubmodule, unsigned int defStartLine) -{ - SubmoduleTokenF* newToken = new SubmoduleTokenF(); - newToken->m_Name = ancestorModule.Lower(); - newToken->m_Name << _T(":") << submName.Lower(); - newToken->m_TokenKind = tkSubmodule; - newToken->m_pParent = m_pLastParent; - newToken->m_Filename = m_Tokens.GetFilename(); - newToken->m_DisplayName = submName; - newToken->m_DisplayName << _T(" (") << ancestorModule; - if (!parentSubmodule.IsEmpty()) - newToken->m_DisplayName << _T(":") << parentSubmodule; - newToken->m_DisplayName << _T(")"); - newToken->m_TypeDefinition = wxEmptyString; - - newToken->m_LineStart = defStartLine; - newToken->m_DefinitionLength = 1; - - newToken->m_AncestorModuleName = ancestorModule.Lower(); - newToken->m_ParentSubmoduleName = parentSubmodule.Lower(); - - if (m_pLastParent) - m_pLastParent->AddChild(newToken); - else - m_pTokens->Add(newToken); -// -// TokenF* oldParent = m_pLastParent; -// m_pLastParent = newToken; -// wxString useName = ancestorModule.Lower(); -// useName << _T(":") << parentSubmodule.Lower(); -// UseTokenF* pUseTok = DoAddUseToken(useName); -// pUseTok->SetModuleNature(mnNonIntrinsic); -// m_pLastParent = oldParent; - - return newToken; -} - -void ParserThreadF::HandleType() -{ - bool needDefault; - TokenF* newToken = 0; - HandleType(needDefault, newToken); -} - -void ParserThreadF::HandleType(bool& needDefault, TokenF* &newToken) -{ - needDefault = true; - TokenAccessKind taKind = taPublic; - wxString typeName; - wxString exTypeName; - wxArrayString lineTok = m_Tokens.GetTokensToEOL(); - wxArrayString lineTokLw; - wxString wholeLine; - bool isAbstract = false; - MakeArrayStringLower(lineTok, lineTokLw); - int idx = lineTok.Index(_T("::")); - if (idx != wxNOT_FOUND) - { - if (idx+1 < int(lineTok.GetCount())) - { - typeName = lineTok.Item(idx+1); - int idex = lineTokLw.Index(_T("extends"),false); - if (idex != wxNOT_FOUND) - { - if (idex <= idx-2) - { - wxString ex = lineTok.Item(idex+1); - int idx_a = ex.Find('('); - int idx_b = ex.Find(')', true); - if ( idx_a != wxNOT_FOUND && idx_b != wxNOT_FOUND && idx_a < (idx_b-1) ) - { - exTypeName = ex.Mid(idx_a+1,idx_b-idx_a-1).Trim().Trim(false); - } - } - } - - idex = lineTokLw.Index(_T("private")); - if (idex != wxNOT_FOUND && idex < idx) - { - taKind = taPrivate; - needDefault = false; - } - else - { - idex = lineTokLw.Index(_T("public")); - if (idex != wxNOT_FOUND && idex < idx) - { - taKind = taPublic; - needDefault = false; - } - } - - idex = lineTokLw.Index(_T("abstract")); - if (idex != wxNOT_FOUND && idex < idx) - { - isAbstract = true; - } - } - else - { - //something wrong - return; - } - - for (int i=0; i 0) - { - typeName = lineTok.Item(0); - } - else - { - //something wrong - return; - } - for (size_t i=0; im_ExtendsType = exTypeName; - m_pLastParent->m_TokenAccess = taKind; - m_pLastParent->m_IsAbstract = isAbstract; - m_pLastParent->m_TypeDefinition = wholeLine; - - // Parse documentation - DocBlock docs; - GetDocBlock(docs, false, m_pLastParent->m_LineStart, true); - if (docs.HasBrief() || docs.HasDescription()) - m_pLastParent->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - - ParseDeclarations(true, true); - - if (m_LastTokenName.IsSameAs(_T("contains"))) - ParseTypeBoundProcedures(wxEmptyString, false); - - if (m_pLastParent->m_DocString.IsEmpty()) - { - docs.Clear(); - GetDocBlock(docs, true, m_pLastParent->m_LineStart, true); // look bellow the declaration for the non-doxyblocks documentation. - if (docs.HasBrief() || docs.HasDescription()) - m_pLastParent->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - } - - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - newToken = m_pLastParent; - m_pLastParent = old_parent; -} - -void ParserThreadF::CheckParseOneDeclaration(wxString& token, wxString& tok_low, wxString& next, wxString& next_low, - bool& needDefault, TokensArrayF& newTokenArr, bool& hasFunctionInLine) -{ - hasFunctionInLine = false; - if ( tok_low.IsSameAs(_T("integer")) || tok_low.IsSameAs(_T("real")) - || tok_low.IsSameAs(_T("doubleprecision")) || tok_low.IsSameAs(_T("character")) - || tok_low.IsSameAs(_T("complex")) || tok_low.IsSameAs(_T("logical")) - || ( tok_low.IsSameAs(_T("double")) && next_low.IsSameAs(_T("precision")) ) - || ( tok_low.IsSameAs(_T("type")) && next_low.StartsWith(_T("(")) ) - || ( tok_low.IsSameAs(_T("class")) && next_low.StartsWith(_T("(")) ) - || tok_low.IsSameAs(_T("enumerator")) - ) - { - wxArrayString lineTok = m_Tokens.PeekTokensToEOL(); - if (lineTok.Index(_T("function"), false) == wxNOT_FOUND) - { - DocBlock docs; - GetDocBlock(docs, false, m_Tokens.GetLineNumber(), false); - - bool found = ParseDeclarationsFirstPart(token, next); - if (found) - { - int ntold = newTokenArr.size(); - ParseDeclarationsSecondPart(token, needDefault, newTokenArr); - - int ntnew = newTokenArr.size(); - if ((ntnew-ntold) > 0 && (docs.HasDescription() || docs.HasBrief())) - { - for (int i=ntold; im_DocString.IsEmpty()) - newTokenArr.Item(i)->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - } - } - } - } - else - { - hasFunctionInLine = true; - } - } -} - - -void ParserThreadF::ParseDeclarations(bool breakAtEnd, bool breakAtContains) -{ - TokenAccessKind taDefKind = taPublic; - TokensArrayF tokArr; - while (1) - { - wxString token = m_Tokens.GetToken(); - m_LastTokenName = token.Lower(); - wxString next = m_Tokens.PeekToken(); - if (m_LastTokenName.IsEmpty()) - { - break; - } - else if (m_LastTokenName.IsSameAs(_T("include"))) - { - HandleInclude(); - } - else if (m_LastTokenName.GetChar(0) == '#') - { - if (m_LastTokenName.IsSameAs(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - else if (m_LastTokenName.IsSameAs(_T("interface"))) - { - HandleInterface(taDefKind); - } - else if (breakAtEnd && - ( ((m_Tokens.GetLineNumber() == m_Tokens.GetPeekedLineNumber()) && IsEnd(m_LastTokenName, next.Lower())) || - ((m_Tokens.GetLineNumber() != m_Tokens.GetPeekedLineNumber()) && IsEnd(m_LastTokenName, _T(""))) )) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if (breakAtContains && m_LastTokenName.IsSameAs(_T("contains"))) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if (m_LastTokenName.IsSameAs(_T("private"))) - { - bool changeDefault; - int cal=0; - wxArrayString pnList; - HandleAccessList(taPrivate, changeDefault, cal, pnList); - if (changeDefault) - { - taDefKind = taPrivate; - } - } - else if (m_LastTokenName.IsSameAs(_T("public"))) - { - bool changeDefault; - int cal=0; - wxArrayString pnList; - HandleAccessList(taPublic, changeDefault, cal, pnList); - if (changeDefault) - { - taDefKind = taPublic; - } - } - else if (m_LastTokenName.IsSameAs(_T("block")) && !next.Lower().IsSameAs(_T("data"))) - { - HandleBlockConstruct(); - } - else if (m_LastTokenName.IsSameAs(_T("procedure"))) - { - ParseTypeBoundProcedures(m_LastTokenName, true, false); - } - - wxArrayString lineTok = m_Tokens.PeekTokensToEOL(); - int funIdx = lineTok.Index(_T("function"), false); - if (funIdx == wxNOT_FOUND || (funIdx > 2)) - { - DocBlock docs; - GetDocBlock(docs, false, m_Tokens.GetLineNumber(), false); - - bool found = ParseDeclarationsFirstPart(token, next); - if (found) - { - bool nDef=true; - TokensArrayF tokArrTmp; - ParseDeclarationsSecondPart(token, nDef, tokArrTmp); - if (nDef) - { - for (size_t i=0; i 0 && (docs.HasDescription() || docs.HasBrief())) - { - for (int i=0; im_DocString.IsEmpty()) - tokArrTmp.Item(i)->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - } - } - } - } - } - for (size_t i=0; im_TokenAccess = taDefKind; - } - return; -} - - -bool ParserThreadF::ParseDeclarationsFirstPart(wxString& token, wxString& next) -{ - wxString tok_low = token.Lower(); - wxString next_low = next.Lower(); - bool found = false; - - if ( tok_low.IsSameAs(_T("integer")) || tok_low.IsSameAs(_T("real")) - || tok_low.IsSameAs(_T("doubleprecision")) || tok_low.IsSameAs(_T("character")) - || tok_low.IsSameAs(_T("complex")) || tok_low.IsSameAs(_T("logical")) - || tok_low.IsSameAs(_T("enumerator")) ) - { - if (next_low.StartsWith(_T("("))) - { - token.Append(next); - m_Tokens.GetToken(); - } - else if (next_low.StartsWith(_T("*"))) - { - token.Append(m_Tokens.GetToken()); - token.Append(m_Tokens.GetTokenSameFortranLine()); - } - found = true; - } - else if (tok_low.IsSameAs(_T("double"))) - { - if (next_low.IsSameAs(_T("precision"))) - { - found = true; - token.Append(_T(" ")); - token.Append(next); - m_Tokens.GetToken(); - next = m_Tokens.PeekToken(); - if (next.StartsWith(_T("("))) - { - token.Append(next); - m_Tokens.GetToken(); - } - } - } - else if (tok_low.IsSameAs(_T("type")) || tok_low.IsSameAs(_T("class"))) - { - if (next_low.StartsWith(_T("("))) - { - if (next_low.EndsWith(_T(")"))) - { - wxString token_s = m_Tokens.GetToken(); - token_s = token_s.Mid(1,token_s.Len()-2).Trim().Trim(false); - token.Append(_T("(")); - token.Append(token_s); - token.Append(_T(")")); - found = true; - } - else - { - //something wrong - m_Tokens.SkipToOneOfChars(";", true); - } - } - else if (tok_low.IsSameAs(_T("type")) && !next_low.IsSameAs(_T("is"))) - { - // we found type definition - HandleType(); - } - } - return found; -} - - -void ParserThreadF::ParseDeclarationsSecondPart(wxString& token, bool& needDefault, TokensArrayF& newTokenArr) -{ - needDefault = true; - TokenAccessKind taKind = taPublic; - wxString defT = token; - wxString dims; - wxArrayString linesArr; - m_Tokens.SetDetailedParsing(true); - wxArrayString lineTok = m_Tokens.GetTokensToEOL(&linesArr); - m_Tokens.SetDetailedParsing(false); - int idx = lineTok.Index(_T("::")); - if (idx != wxNOT_FOUND) - { - for (int i=0; i")) || lineTok.Item(i+1).IsSameAs(_T("=")) - || lineTok.Item(i+1).IsSameAs(_T("*"))) ) - { - i += 1; - for (; i= lineTok.GetCount()) - { - i = lineTok.GetCount() - 1; - } - } - wxString comStr = linesArr.Item(i).AfterFirst('!'); - if (comStr.StartsWith(_T("<")) || comStr.StartsWith(_T(">"))) - comStr = comStr.Mid(1); - comStr = comStr.Trim(true).Trim(false); - - varNames.Add(var1); - varArgs.Add(arg1); - varComs.Add(comStr); - if (dim1.IsEmpty()) - varDims.Add(dims); - else - varDims.Add(dim1); - i++; - } - for (size_t i=0; im_DocString = varComs.Item(i); - tok->m_TokenAccess = taKind; - tok->AddLineEnd(tok->m_LineStart); - if (varDims.Item(i).IsEmpty()) - { - tok->AddPartFirst(token); - } - else - { - wxString tokStr = token + _T(", ") + varDims.Item(i); - tok->AddPartFirst(tokStr); - } - newTokenArr.Add(tok); - } - return; -} - - -void ParserThreadF::HandleSubmoduleProcedure() -{ - wxString token; - token = m_Tokens.GetTokenSameFortranLine(); - - TokenF* old_parent = m_pLastParent; - m_pLastParent = DoAddToken(tkProcedure, token); - - GoThroughBody(); - - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; -} - - -void ParserThreadF::HandleFunction(TokenKindF kind, TokenAccessKind taKind) -{ - m_ParentDocs.Clear(); - unsigned int ln = m_Tokens.GetLineNumber(); - GetDocBlock(m_ParentDocs, false, ln, true); - - wxString token; - token = m_Tokens.GetTokenSameFortranLine(); - - if (token.IsEmpty() && kind == tkProgram) - token = _T("unnamed"); - - unsigned int defStartLine = m_Tokens.GetLineNumber(); - TokenF* old_parent = m_pLastParent; - wxString args = m_Tokens.PeekTokenSameFortranLine(); - - if (args.IsEmpty() || !args(0,1).Matches(_T("("))) - args = _T("()"); - else - args = m_Tokens.GetTokenSameFortranLine(); - m_pLastParent = DoAddToken(kind, token, args, defStartLine); - m_pLastParent->m_TokenAccess = taKind; - if (m_ParentDocs.HasBrief() || m_ParentDocs.HasDescription()) - m_pLastParent->m_DocString << m_ParentDocs.GetBrief() + m_Briefend + m_ParentDocs.GetDescription(); - - if (kind == tkFunction) - { - wxString funkLine = m_Tokens.GetLineFortran(); - wxString funkLineLow = funkLine.Lower(); - int i_fun = funkLineLow.Find(_T("function")); - if (i_fun != wxNOT_FOUND) - { - m_pLastParent->AddPartFirst(funkLine.Mid(0,i_fun).Trim().Trim(false)); - wxString secPart = funkLine.Mid(i_fun+8); - i_fun = secPart.Find(')'); - if (i_fun != wxNOT_FOUND && (int)secPart.Len() > i_fun+1) - { - wxString lastPart = secPart.Mid(i_fun+1).Trim().Trim(false); - m_pLastParent->AddPartLast(lastPart); - wxString lastPartLow = lastPart.Lower(); - i_fun = lastPartLow.Find(_T("result")); - if (i_fun != wxNOT_FOUND) - { - wxString el = lastPartLow.Mid(i_fun+6); - int is = el.Find('('); - int ie = el.Find(')'); - if (is != wxNOT_FOUND && ie != wxNOT_FOUND && ie > is) - m_pLastParent->AddResultVariable(el.Mid(is+1,ie-is-1).Trim().Trim(false)); - } - } - } - } - GoThroughBody(); - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - AddParamDocs(m_pLastParent, m_ParentDocs); - - if (m_pLastParent->m_DocString.IsEmpty()) - { - ln = m_pLastParent->m_LineStart + m_pLastParent->m_DefinitionLength - 1; - DocBlock doc; - GetDocBlock(doc, true, ln, true); // look bellow the declaration for the non-doxyblocks documentation. - if (doc.HasBrief() || doc.HasDescription()) - m_pLastParent->m_DocString << doc.GetBrief() + m_Briefend + doc.GetDescription(); - } - - m_pLastParent = old_parent; -} - - -void ParserThreadF::HandleBlockConstruct() -{ - unsigned int defStartLine = m_Tokens.GetLineNumber(); - TokenF* old_parent = m_pLastParent; - m_NumberOfBlockConstruct += 1; - wxString name = _T("%%tkBlockConstruct"); - name << wxString::Format(_T("%.3d"), m_NumberOfBlockConstruct); - m_pLastParent = DoAddToken(tkBlockConstruct, name, wxEmptyString, defStartLine); - - GoThroughBody(); - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; -} - - -void ParserThreadF::HandleAssociateConstruct() -{ - TokenF* old_parent = m_pLastParent; - wxString args = m_Tokens.PeekTokenSameFortranLine(); - - if (args.IsEmpty() || !args(0,1).Matches(_T("("))) - args = _T("()"); - else - args = m_Tokens.GetTokenSameFortranLine(); - m_pLastParent = DoAddToken(tkAssociateConstruct, wxEmptyString, args, wxEmptyString); - - GoThroughBody(); - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; -} - - -void ParserThreadF::HandleSelectTypeConstruct() -{ - TokenF* old_parent = m_pLastParent; - wxString args = m_Tokens.PeekTokenSameFortranLine(); - if (args.IsEmpty() || !args(0,1).Matches(_T("("))) - args = _T("()"); - else - args = m_Tokens.GetTokenSameFortranLine(); - - while (1) - { - wxString token = m_Tokens.GetToken(); - if (token.IsEmpty()) - break; - - wxString tok_low = token.Lower(); - wxString next = m_Tokens.PeekToken(); - wxString nex_low = next.Lower(); - - if ( (tok_low.Matches(_T("end")) && nex_low.Matches(_T("select"))) || tok_low.Matches(_T("endselect")) ) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if ( (tok_low.Matches(_T("type")) && nex_low.Matches(_T("is"))) || - (tok_low.Matches(_T("class")) && nex_low.Matches(_T("is"))) ) - { - wxString defstr = tok_low; - if (m_Tokens.GetToken().IsEmpty()) - break; - next = m_Tokens.PeekToken(); - nex_low = next.Lower(); - if (nex_low.StartsWith(_T("("))) - defstr << nex_low; - - m_pLastParent = DoAddToken(tkSelectTypeChild, wxEmptyString, args, defstr); - GoThroughBody(); - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; - } - else if (tok_low.Matches(_T("class")) && nex_low.Matches(_T("default"))) - { - m_pLastParent = DoAddToken(tkSelectTypeDefault, wxEmptyString, args, wxEmptyString); - GoThroughBody(); - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; - } - else if (tok_low.Matches(_T("include"))) - { - HandleInclude(); - } - else if (tok_low.GetChar(0) == '#') - { - if (tok_low.Matches(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - } - m_pLastParent = old_parent; -} - - -void ParserThreadF::HandleSelectCaseConstruct() -{ - // we are not interesting in SelectCase, but we need to catch EndSelect - GoThroughBody(); - m_Tokens.GetToken(); - m_Tokens.SkipToOneOfChars(";", true); -} - - -void ParserThreadF::HandleInterface(TokenAccessKind taKind) -{ - TokenF* tokTmp = 0; - bool isGeneric; - HandleInterface(taKind, tokTmp, isGeneric); -} - -void ParserThreadF::HandleInterface(TokenAccessKind taKind, TokenF* &tokNew, bool &isGeneric) -{ - isGeneric = false; - TokenF* old_parent = m_pLastParent; - unsigned int defStartLine = m_Tokens.GetLineNumber(); - wxArrayString curLineArr = m_Tokens.GetTokensToEOL(); - wxString name; - TokenKindF tokKin; - if (curLineArr.GetCount() > 0) - { - wxString low = curLineArr.Item(0).Lower(); - if (low.IsSameAs(_T("operator"))) - { - name.Append(_T("%%")); - name.Append(curLineArr.Item(0)); - for (unsigned int i=1; i 1) - { - name << _T(" #") << m_InterfaceOperator; - } - } - else if (low.IsSameAs(_T("assignment"))) - { - name.Append(_T("%%")); - name.Append(curLineArr.Item(0)); - for (unsigned int i=1; i 1) - { - name << _T(" #") << m_InterfaceAssignment; - } - } - else if (low.IsSameAs(_T("read"))) - { - name.Append(_T("%%")); - name.Append(curLineArr.Item(0)); - for (unsigned int i=1; i 1) - { - name << _T(" #") << m_InterfaceRead; - } - } - else if (low.IsSameAs(_T("write"))) - { - name.Append(_T("%%")); - name.Append(curLineArr.Item(0)); - for (unsigned int i=1; i 1) - { - name << _T(" #") << m_InterfaceWrite; - } - } - else - { - // generic procedure name - name.Append(curLineArr.Item(0)); - for (unsigned int i=1; im_TokenAccess = taKind; - tokNew = m_pLastParent; - - GoThroughBody(); - - if (tokKin == tkInterfaceExplicit) - { - TokensArrayF* toks = &m_pLastParent->m_Children; - if (toks) - { - for (size_t i=0; iGetCount(); i++) - { - toks->Item(i)->m_TokenAccess = taKind; - } - } - } - - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - - if (isGeneric) - { - // Parse documentation - DocBlock docs; - GetDocBlock(docs, false, m_pLastParent->m_LineStart, true); - if (docs.HasBrief() || docs.HasDescription()) - m_pLastParent->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - else - { - docs.Clear(); - GetDocBlock(docs, true, m_pLastParent->m_LineStart, true); // look bellow the declaration for the non-doxyblocks documentation. - if (docs.HasBrief() || docs.HasDescription()) - m_pLastParent->m_DocString << docs.GetBrief() + m_Briefend + docs.GetDescription(); - } - } - - m_pLastParent = old_parent; -} - -void ParserThreadF::HandleBlockData() -{ - TokenF* old_parent = m_pLastParent; - wxString token = m_Tokens.GetTokenSameLine(); - if (token.IsEmpty()) - m_pLastParent = DoAddToken(tkBlockData, _T("BD_unnamed")); - else - m_pLastParent = DoAddToken(tkBlockData, token); - - while (1) - { - token = m_Tokens.GetToken(); - if (token.IsEmpty()) - break; - wxString tok_low = token.Lower(); - - wxString next = m_Tokens.PeekToken(); - wxString nex_low = next.Lower(); - if ( ((m_Tokens.GetLineNumber() == m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, nex_low)) || - ((m_Tokens.GetLineNumber() != m_Tokens.GetPeekedLineNumber()) && IsEnd(tok_low, _T(""))) ) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if (tok_low.Matches(_T("include"))) - { - HandleInclude(); - } - else if (tok_low.GetChar(0) == '#') - { - if (tok_low.Matches(_T("#include"))) - HandleInclude(); - else - m_Tokens.SkipToEOL(); - } - } - m_pLastParent->AddLineEnd(m_Tokens.GetLineNumber()); - m_pLastParent = old_parent; -} - -void ParserThreadF::HandleInclude() -{ - wxString token; - token = m_Tokens.GetTokenSameFortranLine(); - - if (token.IsEmpty()) - return; // something wrong - else if ((token.StartsWith(_T("\'")) || token.StartsWith(_T("\"")) || token.StartsWith(_T("<"))) && - (token.EndsWith(_T("\'")) || token.EndsWith(_T("\"")) || token.EndsWith(_T(">")))) - { - token = token.Mid(1,token.Len()-2).Trim().Trim(false); - DoAddToken(tkInclude, token); - m_IncludeList.Add(token); - } - else if (token.IsSameAs(_T("<"))) - { - // Handle #include - token = m_Tokens.GetTokenSameLine(); - if (m_Tokens.PeekTokenSameFortranLine().IsSameAs(_T("."))) - { - wxString point = m_Tokens.GetToken(); - token.Append(point + m_Tokens.GetTokenSameLine()); - } - DoAddToken(tkInclude, token); - m_IncludeList.Add(token); - m_Tokens.SkipToEOL(); - } -} - -void ParserThreadF::HandleAccessList(TokenAccessKind taKind, bool& changeDefault, int& countAccess, wxArrayString& nameList) -{ - changeDefault = false; - wxString curLine = m_Tokens.GetLineFortran().Lower().Trim(false); - int ipp = wxNOT_FOUND; - if (taKind == taPrivate) - ipp = curLine.Find(_T("private")); - else if (taKind == taPublic) - ipp = curLine.Find(_T("public")); - else if (taKind == taProtected) - ipp = curLine.Find(_T("protected")); - - if (ipp == wxNOT_FOUND) - return; // something is wrong - else if (ipp != 0) - return; // here private (public) is used as an attribute. - - unsigned int defStartLine = m_Tokens.GetLineNumber(); - wxArrayString curLineArr = m_Tokens.GetTokensToEOL(); - if (curLineArr.GetCount() == 0) - { - changeDefault = true; - return; - } - countAccess++; - wxString name; - name = _T("AccessList"); - if (countAccess > 1) - name << _T(" ") << countAccess; - - TokenF* token = DoAddToken(tkAccessList, name, wxEmptyString, defStartLine); - token->AddLineEnd(m_Tokens.GetLineNumber()); - token->m_TokenAccess = taKind; - - size_t i=0; - if (curLineArr.Item(0).IsSameAs(_T("::"))) - i=1; - for (; im_TokenKind == tkInterface) - { - HandleProcedureList(); - } - else if (tok_low.Matches(_T("module")) && (nex_low.Matches(_T("subroutine")) || nex_low.Matches(_T("function")))) - { - token = m_Tokens.GetToken(); - tok_low = token.Lower(); - if (tok_low.Matches(_T("subroutine"))) - { - HandleFunction(tkSubroutine); - } - else if (tok_low.Matches(_T("function"))) - { - HandleFunction(tkFunction); - } - } - else if (tok_low.Matches(_T("block"))) - { - if (nex_low.Matches(_T("data"))) - { - token = m_Tokens.GetToken(); - tok_low = token.Lower(); - next = m_Tokens.PeekToken(); - nex_low = next.Lower(); - HandleBlockData(); - } - else - { - HandleBlockConstruct(); - } - } - else if (tok_low.Matches(_T("blockdata"))) - { - HandleBlockData(); - } - else if (tok_low.Matches(_T("associate"))) - { - HandleAssociateConstruct(); - } - else if (tok_low.Matches(_T("select")) && nex_low.Matches(_T("type"))) - { - m_Tokens.GetToken(); - HandleSelectTypeConstruct(); - } - else if (tok_low.Matches(_T("selecttype"))) - { - HandleSelectTypeConstruct(); - } - else if ((tok_low.Matches(_T("select")) && nex_low.Matches(_T("case"))) || - tok_low.Matches(_T("selectcase"))) - { - HandleSelectCaseConstruct(); - } - else if (tok_low.Matches(_T("procedure")) && nex_low(0,1).Matches(_T("("))) - { - ParseTypeBoundProcedures(token, true, false); - } - else if (tok_low.Matches(_T("!bindto"))) - { - HandleBindTo(); - } - else - { - bool needDefault = true; - bool hasFunctionInLine; - TokensArrayF tokTmpArr; - CheckParseOneDeclaration(token, tok_low, next, nex_low, needDefault, tokTmpArr, hasFunctionInLine); - if (tokTmpArr.size() == 0 && m_pLastParent && !hasFunctionInLine) - { - CheckParseCallProcedure(token, tok_low, next); - } - } - } -} - -void ParserThreadF::HandleProcedureList() -{ - unsigned int lineNum = m_Tokens.GetLineNumber(); - wxArrayString curLineArr = m_Tokens.GetTokensToEOL(); - - for (unsigned int i=0; i 0 && (isProc || isGen) ) // && - // !curLineArr.Item(0).StartsWith(_T("(")) ) // not interface-name - { - wxString interfaceName; - if (isProc) - { - wxString strInter = curLineArr.Item(0); - int idx_a = strInter.Find(')',true); - int idx_b = strInter.Find('('); - if (idx_a != wxNOT_FOUND && idx_b != wxNOT_FOUND && idx_a > idx_b+1) - { - interfaceName = strInter.Mid(idx_b+1,idx_a-idx_b-1); - defString << strInter; - } - } - wxString passArg; - int idx = curLineArr.Index(_T("::")); - int startList; - if (idx != wxNOT_FOUND) - { - int startIdx = interfaceName.IsEmpty() ? 0 : 1; - for (int i=startIdx; i idx_b+1) - { - passArg = strArg.Mid(idx_b+1,idx_a-idx_b-1); - } - } - } - else if (tok.IsSameAs(_T("private"))) - { - tokAccK = taPrivate; - } - else if (tok.IsSameAs(_T("public"))) - { - tokAccK = taPublic; - } - } - startList = idx + 1; - } - else - { - startList = 0; - } - int countArr = curLineArr.GetCount(); - int ic=startList; - if (!isGen) - { - while (ic < countArr) - { - // Read docs - wxString comStr = linesArr.Item(ic).AfterFirst('!'); - if (!comStr.IsEmpty()) - { - if (comStr.StartsWith(_T("<")) || comStr.StartsWith(_T(">"))) - comStr = comStr.Mid(1); - comStr = comStr.Trim(true).Trim(false); - } - - wxString bindName = curLineArr.Item(ic); - wxString procName; - if (ic+2 < countArr) - { - if (curLineArr.Item(ic+1).IsSameAs(_T("=>"))) - { - ic += 2; - procName = curLineArr.Item(ic); - if (ic+1 < countArr && curLineArr.Item(ic+1).StartsWith(_T("("))) - ic++; - } - } - ic++; - TokenF* token = DoAddToken(tkProcedure, bindName.Lower(), wxEmptyString, lineNum); - token->m_DisplayName = bindName; - token->m_Pass = pass; - token->m_Args = passArg; - if (interfaceName.IsEmpty()) - { - token->m_PartLast = procName.Lower(); - token->m_IsAbstract = false; - } - else - { - token->m_PartLast = interfaceName.Lower(); - token->m_IsAbstract = true; - } - token->AddLineEnd(m_Tokens.GetLineNumber()); - token->m_TokenAccess = tokAccK; - token->m_TypeDefinition = defString; - token->m_DocString = comStr; - } - } - else //isGen - { - while (ic < countArr-2) - { - wxString curNam; - wxString curNamLw = curLineArr.Item(ic).Lower(); - if (curNamLw.IsSameAs(_T("operator")) || curNamLw.IsSameAs(_T("assignment"))) - { - curNam.Append(_T("%%")); - curNam.Append(curLineArr.Item(ic)); - if (curLineArr.Item(ic+1).StartsWith(_("("))) - { - ic++; - curNam.Append(curLineArr.Item(ic)); - } - if (curNamLw.IsSameAs(_T("operator"))) - { - nOperator += 1; - curNam << _T(" #") << nOperator; - } - else - { - nAssignment += 1; - curNam << _T(" #") << nAssignment; - } - TokenF* token = DoAddToken(tkInterface, curNam, wxEmptyString, lineNum); - token->AddLineEnd(m_Tokens.GetLineNumber()); - } - else if (curLineArr.Item(ic+1).IsSameAs(_T("=>"))) - { - wxString bindName = curLineArr.Item(ic); - TokenF* token = DoAddToken(tkInterface, bindName.Lower(), wxEmptyString, lineNum); - token->m_DisplayName = bindName; - ic += 2; - wxString specNames; - for (; ic < countArr; ic++) - { - specNames << curLineArr.Item(ic) << _T(" "); - } - token->m_PartLast = specNames.Trim(); - token->AddLineEnd(m_Tokens.GetLineNumber()); - token->m_TokenAccess = tokAccK; - } - ic++; - } - } - } - else if ( (curLineArr.Count() == 0 && IsEnd(firstTokenLw, wxEmptyString)) || - (curLineArr.Count() >= 1 && IsEnd(firstTokenLw,curLineArr.Item(0).Lower())) ) - { - m_Tokens.SkipToOneOfChars(";", true); - break; - } - else if ( firstTokenLw.IsSameAs(_T("private")) && curLineArr.Count() == 0 ) - { - defAccKind = taPrivate; - } - else if ( firstTokenLw.IsSameAs(_T("final")) && curLineArr.Count() > 0 ) - { - int idx = curLineArr.Index(_T("::")); - int startIdx = (idx == wxNOT_FOUND) ? 0 : idx+1; - for (size_t i=startIdx; im_DisplayName = name; - token->AddLineEnd(m_Tokens.GetLineNumber()); - } - } - - if (breakAtEOL) - break; - } -} - -bool ParserThreadF::IsEnd(wxString tok_low, wxString nex_low) -{ - bool isend = false; - if ( tok_low.StartsWith(_T("end")) && - ( (tok_low.Matches(_T("end")) && (nex_low.IsEmpty() || m_KnownEndSecPart.count(nex_low))) || - tok_low.Matches(_T("endsubroutine")) || - tok_low.Matches(_T("endfunction")) || - tok_low.Matches(_T("endmodule")) || - tok_low.Matches(_T("endsubmodule")) || - tok_low.Matches(_T("endtype")) || - tok_low.Matches(_T("endinterface")) || - tok_low.Matches(_T("endprogram")) || - tok_low.Matches(_T("endblock")) || - tok_low.Matches(_T("endblockdata")) || - tok_low.Matches(_T("endassociate")) || - tok_low.Matches(_T("endprocedure")) ) - ) - { - isend = true; - } - return isend; -} - -void ParserThreadF::MakeArrayStringLower(wxArrayString &arr, wxArrayString &arrLw) -{ - for(size_t i=0; iHasNameInPrivateList(token->m_Name)) - { - token->m_TokenAccess = taPrivate; - } - else if (modToken->HasNameInPublicList(token->m_Name)) - { - if (token->m_TokenAccess != taProtected) - token->m_TokenAccess = taPublic; - } -} - - -void ParserThreadF::SplitAssociateConstruct(const wxString& argLine, std::map& assocMap) -{ - wxString args = argLine; - int pos = args.Find(')',true); - if (pos != wxNOT_FOUND) - args.Remove(pos); - args = args.AfterFirst('('); - - int cnt = 0; - int sta = 0; - for(size_t i=0; i")); - if (sind != wxNOT_FOUND) - { - wxString assocName = block.Mid(0,sind).Trim(true).Trim(false); - wxString sourceExpr = block.Mid(sind+2).Trim(true).Trim(false); - assocMap.insert(std::pair(assocName, sourceExpr)); - } - else - { - wxString assocName = block.Trim(true).Trim(false); - assocMap.insert(std::pair(assocName, assocName)); - } - } - } -} - -void ParserThreadF::GetDocBlock(DocBlock &docs, bool lookDown, unsigned int ln, bool takeSimpleDoc) -{ - bool isSimpleDoc = false; - bool hasDoc = false; - wxArrayString docLines; - unsigned int loopStart; - if (lookDown) - loopStart = ln+1; - else - loopStart = ln-1; - unsigned int ii = loopStart; - unsigned int nLines = m_Tokens.GetLineCount(); - - while (ii >= 1 && ii <= nLines) - { - wxString line = m_Tokens.GetLine(ii).Trim(false); - - if (ii == loopStart && !line.StartsWith(_T("!"))) - isSimpleDoc = false; - else if (ii == loopStart && line.StartsWith(_T("!"))) - { - if (!lookDown && (line.StartsWith(_T("!!")) || line.StartsWith(_T("!<")) || line.StartsWith(_T("!>")))) - isSimpleDoc = false; - else - { - isSimpleDoc = true; - if (!takeSimpleDoc) - break; - } - } - - if (line.StartsWith(_T("!"))) - { - if (line.StartsWith(_T("!!")) || line.StartsWith(_T("!<")) || line.StartsWith(_T("!>"))) - { - docLines.Add(line.Mid(2).Trim(true).Trim(false)); - } - else if (isSimpleDoc) - { - docLines.Add(line.Mid(1).Trim(true).Trim(false)); - } - else - break; - - hasDoc = true; - } - else if (hasDoc && line.IsEmpty()) - break; - else if (!line.IsEmpty()) - break; - - if (lookDown) - ii++; - else - ii--; - } - - if (isSimpleDoc && docLines.GetCount()>0) - { - // Not Doxygen comments - // Take first 3 nonempty lines and use it as a doc-string - wxString docLine; - int isimp = 0; - if (lookDown) - loopStart = 0; - else - loopStart = docLines.GetCount()-1; - int j = loopStart; - - while ((lookDown && j < (int) docLines.GetCount()) || (!lookDown && j >= 0)) - { - size_t sidx = docLines[j].find_first_not_of(_T("! \t")); - if (sidx != wxString::npos) - { - size_t sidx2 = docLines[j].find_first_not_of(docLines[j].at(sidx)); // an attempt to avoid e.g. !******** - if (sidx2 != wxString::npos) - { - //if (isimp == 3) // take 3 lines at most - if (docLine.size() > 400) // limit number of symbols - { - docLine << _T("..."); - break; - } - if (sidx2 > sidx+2) - docLine << _T(" ") + docLines[j].Mid(sidx2); - else - docLine << _T(" ") + docLines[j].Mid(sidx); - - isimp += 1; - } - else if (!docLine.IsEmpty()) - break; - } - else if (!docLine.IsEmpty()) - break; - - if (lookDown) - j++; - else - j--; - } - if (!docLine.IsEmpty()) - docs.AddDescription(docLine.Trim(false)); - - } - else if (docLines.GetCount()>0) - { - // Doxygen docs - wxString description; - wxString brief; - wxArrayString paramNames; - wxArrayString paramDescr; - bool inbrief = false; - bool indescription = false; - for (int i=docLines.GetCount()-1; i>=0; i--) - { - bool iscommand = false; - - if (docLines[i].IsEmpty()) - { - inbrief = false; - indescription = false; - continue; - } - else if (docLines[i].StartsWith(_T("\\")) || docLines[i].StartsWith(_T("@"))) - { - inbrief = false; - indescription = false; - iscommand = true; - } - - bool isbrief = false; - bool isparam = false; - if (iscommand) - { - size_t sidx = docLines[i].find(_T("brief"),1); - if (sidx == 1) - isbrief = true; - - if (!isbrief) - { - sidx = docLines[i].find(_T("param"),1); - if (sidx == 1) - isparam = true; - } - } - - if (isbrief) - { - brief = docLines[i].Mid(6).Trim(false); - inbrief = true; - indescription = false; - } - else if (inbrief) - { - wxString repNoStr = TrimRepetitives(docLines[i]); - if (!repNoStr.IsEmpty()) - brief << _T(" ") << repNoStr; - } - else if (isparam) - { - wxString pline = docLines[i].Mid(6).Trim(false); - size_t sidx = pline.find_first_of(_T(" \t")); - if (sidx != wxString::npos) - { - paramDescr.Add(pline.Mid(sidx+1).Trim(false)); - paramNames.Add(pline.Mid(0,sidx)); - } - indescription = false; - } - else if (!iscommand && description.IsEmpty() && paramNames.Count() == 0) - { - indescription = true; - } - - if (indescription) - { - wxString repNoStr = TrimRepetitives(docLines[i]); - if (!repNoStr.IsEmpty()) - description << repNoStr + _T(" "); - } - - } - - if (!description.IsEmpty()) - docs.AddDescription(description.Trim()); - if (!brief.IsEmpty()) - docs.AddBrief(brief); - for (size_t i=0; i sidx+2) - outStr = inStr.Mid(sidx2); - else - outStr = inStr.Mid(sidx); - } - } - return outStr; -} - -wxString ParserThreadF::GetDocLine(unsigned int ln) -{ - wxString line = m_Tokens.GetLine(ln); - line = line.AfterFirst('!'); - if (line.StartsWith(_T("<")) || line.StartsWith(_T(">"))) - line = line.substr(1); - return line.Trim(true).Trim(false); -} - -void ParserThreadF::AddParamDocs(TokenF* pParToken, DocBlock &docs) -{ - int npar = docs.GetParamCount(); - if (npar == 0) - return; - int nadd = 0; - TokensArrayF* tokArr = &pParToken->m_Children; - for (size_t j=0; jGetCount(); j++) - { - if (tokArr->Item(j)->m_TokenKind == tkVariable && tokArr->Item(j)->m_DocString.IsEmpty()) - { - wxString descr = docs.GetValue(tokArr->Item(j)->m_Name); - if (!descr.IsEmpty()) - { - tokArr->Item(j)->m_DocString = descr; - nadd++; - if (nadd == npar) - break; - } - } - } -} - -void ParserThreadF::HandleBindTo() -{ - wxString line = m_Tokens.GetCurrentLine().Trim(true).Trim(false); - line = line.Mid(7).Trim(false).Lower(); - DoAddToken(tkBindTo, wxEmptyString, line.BeforeFirst('!').Trim()); - m_Tokens.SkipToEOL(); -} - -void ParserThreadF::CheckParseCallProcedure(wxString& token, wxString& tok_low, wxString& next) -{ - if ( tok_low.IsSameAs(_T("call")) ) - { - token = m_Tokens.GetTokenSameFortranLine(); - while (true) - { - wxString nextTok = m_Tokens.PeekTokenSameFortranLine(); - if (nextTok.IsSameAs(_T("%"))) - { - token << m_Tokens.GetTokenSameFortranLine(); - token << m_Tokens.GetTokenSameFortranLine(); - } - else - break; - } - if (token != wxEmptyString) - { - DoAddToken(tkCallSubroutine, token); - token = m_Tokens.GetTokenSameFortranLine(); - if (token.StartsWith(_T("(")) && token.EndsWith(_T(")"))) - { - // we have argument list. Find function-array calls. - wxString args = token.Mid(1, token.length()-2); - TakeFunctionsCallsFromString(args); - } - - } - } - else - { - if (next.StartsWith(_T("("))) - { - wxString curLine = m_Tokens.GetLineFortran(); - TakeFunctionsCallsFromString(curLine); - m_Tokens.SkipToOneOfChars(";", true); - } - } -} - -void ParserThreadF::TakeFunctionsCallsFromString(const wxString& strIn) -{ - wxString str = strIn; - for (int i=0; i<20; i++) - { - int idx = str.Find(_T("(")); - if (idx == wxNOT_FOUND) - { - break; - } - else if (idx > 0) - { - int idxStart; - wxString funName; - int idxEnd = idx-1; - while (true) - { - wxString wordTmp; - GetWordBefore(str, idxEnd, wordTmp, idxStart); - if (wordTmp.IsEmpty()) - { - break; - } - else - { - int idxCur = idxStart-1; - for (; idxCur>=0; idxCur--) - { - if (!isspace(str.GetChar(idxCur))) - break; - } - - if (idxCur >= 0 && str.GetChar(idxCur) == '%') - { - funName = _T("%") + wordTmp + funName; - idxEnd = idxCur-1; - } - else - { - funName = wordTmp + funName; - break; - } - } - } - - if (funName != wxEmptyString) - { - DoAddToken(tkCallFunction, funName); - } - else - break; // something is wrong - } - str = str.Mid(idx+1); - } -} - - -void ParserThreadF::GetWordBefore(const wxString& str, int idxEnd, wxString& funName, int& idxStart) -{ - funName = wxEmptyString; - for (; idxEnd>=0; idxEnd--) - { - if (!isspace(str.GetChar(idxEnd))) - break; - } - - if (idxEnd < 0) - return; - - for (idxStart=idxEnd; idxStart>=0; idxStart--) - { - if (!isalnum(str.GetChar(idxStart)) && str.GetChar(idxStart) != '_' && str.GetChar(idxStart) != '$') - break; - } - idxStart += 1; - funName = str.Mid(idxStart, idxEnd-idxStart+1); -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a3/a31f04f7ca22df87c9e2f8199a27c7d7b20e7cf0.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a3/a31f04f7ca22df87c9e2f8199a27c7d7b20e7cf0.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a9/a905d1ab97449df60498947bbf2dd154faad7066.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a9/a905d1ab97449df60498947bbf2dd154faad7066.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a9/a9dd4984e29989c7cb3350169ef96dfa833690fb.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a9/a9dd4984e29989c7cb3350169ef96dfa833690fb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/a9/a9dd4984e29989c7cb3350169ef96dfa833690fb.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/a9/a9dd4984e29989c7cb3350169ef96dfa833690fb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#! /bin/sh -# - -mkdir -p ../../../devel/share/codeblocks/images/fortranproject> /dev/null 2> /dev/null -mkdir -p ../../../output/share/codeblocks/images/fortranproject > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../devel/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -cp ./images/fortranproject/*.* ../../../output/share/codeblocks/images/fortranproject/ > /dev/null 2> /dev/null -exit 0 - - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ac/acd5945f819ecbdc3b3c46ab0240883b02333f29.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ac/acd5945f819ecbdc3b3c46ab0240883b02333f29.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/b1/b10a37d0dc4068785842a911daa111f9ad20e2a1.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/b1/b10a37d0dc4068785842a911daa111f9ad20e2a1.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/b2/b2ecb8bbf39cb8c3519b00942331dedfc46856a2.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/b2/b2ecb8bbf39cb8c3519b00942331dedfc46856a2.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/b2/b2ecb8bbf39cb8c3519b00942331dedfc46856a2.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/b2/b2ecb8bbf39cb8c3519b00942331dedfc46856a2.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,473 +0,0 @@ - -#include "makefilegen.h" -#include "makefiledlg.h" -#include "nativeparserf.h" -#include "cbproject.h" -#include "compiler.h" -#include -#include - -void MakefileGen::GenerateMakefile(cbProject* project, ProjectDependencies* projDep, NativeParserF* pNativeParser) -{ - if (!project || !projDep) - return; - - ProjectBuildTarget* buildTarget = project->GetBuildTarget(project->GetActiveBuildTarget()); - if (!buildTarget) - return; - - wxString projDir = project->GetBasePath(); - wxFileName mffn = wxFileName(projDir,_T("Makefile")); - if (!mffn.IsOk()) - return; - if (!SelectMikefileName(mffn)) - return; - - wxFile mfile; - if(!mfile.Create(mffn.GetFullPath(), true)) - { - cbMessageBox(_T("Makefile can't be created!"), _("Error"), wxICON_ERROR); - return; - } - - mfile.Write(_T("#\n# This Makefile was generated by Code::Blocks IDE.\n#\n")); - - - FilesList& filesList = buildTarget->GetFilesList(); - - wxArrayString src_dirs; - wxArrayString src_ext; - wxArrayString src_files; - wxArrayString obj_files; - wxString sfiles; - wxString ofiles; - - - - FilesList::iterator it; - for( it = filesList.begin(); it != filesList.end(); ++it ) - { - ProjectFile* projFile = *it; - const pfDetails& pfd = projFile->GetFileDetails(buildTarget); - - wxFileName sfn(pfd.source_file_absolute_native); - sfn.MakeRelativeTo(mffn.GetPath(wxPATH_GET_SEPARATOR)); - wxString dir = sfn.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR, wxPATH_UNIX); - int didx = src_dirs.Index(dir); - if (didx == wxNOT_FOUND) - didx = src_dirs.Add(dir); - wxString ext = sfn.GetExt(); - ext << _T("d") << didx+1; - int eidx = src_ext.Index(ext); - if (eidx == wxNOT_FOUND) - { - eidx = src_ext.Add(ext); - sfiles = wxEmptyString; - src_files.Add(wxEmptyString); - ofiles = wxEmptyString; - obj_files.Add(wxEmptyString); - } - else - { - sfiles = src_files.Item(eidx); - ofiles = obj_files.Item(eidx); - } - - sfiles << sfn.GetFullName() << _T(" \\\n"); - src_files[eidx] = sfiles; - - if (projFile->compile) - { - ofiles << sfn.GetName() << _T(".o") << _T(" \\\n"); - obj_files[eidx] = ofiles; - } - } - for (size_t i=0; iGetFileDetails(buildTarget); - - wxFileName sfn(pfd.source_file_absolute_native); - wxString ffpath = sfn.GetFullName(); - if (pNativeParser->IsFileFortran(ffpath) && projFile->compile) - { - wxFileName ofn(pfd.object_file_absolute_native); - ofn.MakeRelativeTo(mffn.GetPath(wxPATH_GET_SEPARATOR)); - ofn.SetExt(_T("o")); - objdir << ofn.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR, wxPATH_UNIX) + _T("\n"); - break; - } - } - - bool containsNonFortranFiles = false; - - wxString depsFiles; - for( it = filesList.begin(); it != filesList.end(); ++it ) - { - ProjectFile* projFile = *it; - const pfDetails& pfd = projFile->GetFileDetails(buildTarget); - - if (pNativeParser->IsFileFortran(pfd.source_file) && projFile->compile) - { - wxFileName sfn(pfd.source_file); - sfn.SetExt(_T("o")); - depsFiles << sfn.GetFullName(); - wxFileName sfn2(pfd.source_file); - depsFiles << _T(": \\\n ") << sfn2.GetFullName(); - wxArrayString use; - projDep->GetUseFilesFile(pfd.source_file_absolute_native, use); - for (size_t i=0; iGetExtendsFilesFile(pfd.source_file_absolute_native, extends); - for (size_t i=0; iGetIncludeFilesFile(pfd.source_file_absolute_native, incl); - for (size_t i=0; iIsFileFortran(pfd.source_file) && projFile->compile) - { - containsNonFortranFiles = true; - } - } - - for (size_t i=0; iGetTargetType(); - wxFileName exefile(buildTarget->GetOutputFilename()); - wxFileName basepath; - basepath.Assign(buildTarget->GetBasePath(), wxEmptyString, wxEmptyString); - wxArrayString bpdirs = basepath.GetDirs(); - if (bpdirs.GetCount() > 0) - { - for (size_t i=bpdirs.GetCount(); i>0; i--) - exefile.PrependDir(bpdirs.Item(i-1)); - exefile.SetVolume(basepath.GetVolume()+wxFileName::GetVolumeSeparator()); - } - - wxString exeStr; - if (basepath.HasVolume()) - exeStr << basepath.GetVolume() << wxFileName::GetVolumeSeparator() << wxFileName::GetPathSeparator(); - else - { - wxString sep = wxFileName::GetPathSeparator(); - if (!exefile.GetPath(wxPATH_GET_SEPARATOR).StartsWith(sep)) - exeStr << wxFileName::GetPathSeparator(); - } - exeStr << exefile.GetPath(wxPATH_GET_SEPARATOR); - exefile = wxFileName(exeStr, exefile.GetName(), exefile.GetExt()); - exefile.MakeRelativeTo(mffn.GetPath(wxPATH_GET_SEPARATOR)); - - mfile.Write(_T("EXE_DIR = ") + exefile.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR, wxPATH_UNIX) + _T("\n")); - mfile.Write(_T("\nEXE = ") + exefile.GetFullName() + _T("\n")); - Compiler * compiler = CompilerFactory::GetCompiler(buildTarget->GetCompilerID()); - wxString compStr = _T("FC = "); - wxString linkerStr = _T("LD = "); - if (compiler) - { - compStr << compiler->GetPrograms().C; - compStr << _T("\n"); - if (tagTyp == ttDynamicLib) - linkerStr << compiler->GetPrograms().LD; - else if (tagTyp == ttStaticLib) - linkerStr << compiler->GetPrograms().LIB; - else - linkerStr << compiler->GetPrograms().LD; - linkerStr << _T("\n"); - } - else - compStr << _T("\n"); - mfile.Write(compStr); - mfile.Write(linkerStr); - - wxString idir = _T("IDIR = "); - const wxArrayString& idirs = project->GetIncludeDirs(); - for(size_t i=0; iGetIncludeDirs(); - for(size_t i=0; iGetCompilerOptions(); - for(size_t i=0; iGetCompilerOptions(); - for(size_t i=0; iGetCompilerOptions(); - for(size_t i=0; iGetCompilerID(), _T("g95"))) - cflags << _T(" -fmod=$(OBJS_DIR) $(IDIR)"); - else if (CompilerFactory::CompilerInheritsFrom(buildTarget->GetCompilerID(), _T("ifclin"))) - cflags << _T(" -module $(OBJS_DIR) $(IDIR)"); - else if (CompilerFactory::CompilerInheritsFrom(buildTarget->GetCompilerID(), _T("ifcwin"))) - cflags << _T(" /nologo /module:$(OBJS_DIR) $(IDIR)"); - else if (CompilerFactory::CompilerInheritsFrom(buildTarget->GetCompilerID(), _T("pgfortran"))) - cflags << _T(" -module $(OBJS_DIR) $(IDIR)"); - else //gfortran - cflags << _T(" -J$(OBJS_DIR) $(IDIR)"); - - mfile.Write(cflags + _T("\n")); - - wxString lflags = _T("LFLAGS = "); - const wxArrayString& lopt = project->GetLinkerOptions(); - for(size_t i=0; iGetLinkerOptions(); - for(size_t i=0; iGetLibDirs(); - for(size_t i=0; iGetLibDirs(); - for(size_t i=0; iGetLinkLibs(); - for(size_t i=0; iGetLinkLibs(); - for(size_t i=0; iGetCompilerID(), _T("ifcwin"))) - cstr << _T("\t$(FC) $(CFLAGS) /c ") << sdir << _T("$(@:.o=.") << ext << _T(")") << _T(" /object: $(OBJS_DIR)$@\n"); - else - cstr << _T("\t$(FC) $(CFLAGS) -c ") << sdir << _T("$(@:.o=.") << ext << _T(")") << _T(" -o $(OBJS_DIR)$@\n"); - - mfile.Write(cstr); - } - - wxString clean; - clean << _T("\nclean :\n"); - clean << _T("\trm -f $(OBJS_DIR)*.*\n"); - clean << _T("\trm -f $(EXE_DIR)$(EXE)\n"); - mfile.Write(clean); - - mfile.Write(_T("\n# Dependencies of files\n")); - mfile.Write(depsFiles); - mfile.Write(_T("\n")); - - - if (containsNonFortranFiles) - cbMessageBox(_("The build target includes non Fortran files. They were added to the list of files, however the plugin doesn't know how to handle these files correctly."), _("Warning"), wxICON_WARNING); - - wxString msg = _("The make file \""); - msg << mffn.GetFullPath(); - msg << _("\" was generated seccessfully."); - cbMessageBox(msg); -} - -bool MakefileGen::SelectMikefileName(wxFileName& mffn) -{ - MakefileDlg mfdlg(Manager::Get()->GetAppWindow()); - mfdlg.SetFilename(mffn.GetFullPath()); - int imax = 5; - int i; - for (i=0; i - - - -CallTree::CallTree(FortranProject* forproj) -{ - m_pCallTreeView = new CallTreeView(Manager::Get()->GetAppWindow(), forproj); - CodeBlocksDockEvent evt(cbEVT_ADD_DOCK_WINDOW); - - evt.name = _T("FCallTree"); - evt.title = _("Fortran Call/Called-By Tree"); - evt.pWindow = m_pCallTreeView; - evt.dockSide = CodeBlocksDockEvent::dsFloating; - evt.desiredSize.Set(200, 250); - evt.floatingSize.Set(200, 250); - evt.minimumSize.Set(150, 150); - Manager::Get()->ProcessEvent(evt); -} - -CallTree::~CallTree() -{ - if (m_pCallTreeView) - { - CodeBlocksDockEvent evt(cbEVT_REMOVE_DOCK_WINDOW); - evt.pWindow = m_pCallTreeView; - Manager::Get()->ProcessEvent(evt); - m_pCallTreeView->Destroy(); - m_pCallTreeView = nullptr; - } -} - -void CallTree::BuildCallTree(cbEditor* ed, const wxString& NameUnderCursor, ParserF* pParser, std::set< wxString>& keywordSet, bool showCallTree) -{ - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* pRoot = tokensTmp.GetTokens(); - - pParser->FindMatchTokensForJump(ed, true, true, *pRoot); - - int tokenKindMask = tkFunction | tkSubroutine | tkProgram | tkInterface | tkInterfaceExplicit | tkProcedure; - if (pRoot->GetCount() > 1) - { - // Remove non-procedures - for (size_t i=0; i < pRoot->GetCount(); i++) - { - if (!(pRoot->Item(i)->m_TokenKind & tokenKindMask)) - { - pRoot->Item(i)->Clear(); - delete pRoot->Item(i); - pRoot->RemoveAt(i); - if (pRoot->GetCount() == 1) - break; - } - } - } - - if (pRoot->GetCount() == 1 && !(pRoot->Item(0)->m_TokenKind & tokenKindMask)) - { - wxString msg = _T("\"") + NameUnderCursor + _("\" is not a procedure."); - cbMessageBox(msg, _("Error"), wxICON_ERROR); - return; - } - else if (pRoot->GetCount() == 0) - { - wxString msg = _("No procedure with name \"") + NameUnderCursor + _("\" was found."); - cbMessageBox(msg, _("Not found"), wxICON_WARNING); - return; - } - - bool isVis = IsWindowReallyShown((wxWindow*)m_pCallTreeView); - if (!isVis) - { - CodeBlocksDockEvent evt(cbEVT_SHOW_DOCK_WINDOW); - evt.pWindow = (wxWindow*) m_pCallTreeView; - Manager::Get()->ProcessEvent(evt); - } - - int explIntIdx = -1; - for (size_t i=0; isize(); i++) - { - if (pRoot->Item(i)->m_ParentTokenKind == tkInterfaceExplicit) - { - explIntIdx = i; - break; - } - } - - CalledByDict cByDict; - if (!showCallTree) - pParser->BuildCalledByDict(cByDict); - - TokensArrayClass tokAllTmp; - TokensArrayF* tokAll = tokAllTmp.GetTokens(); - - for (size_t i=0; isize(); i++) - { - if (explIntIdx != -1 && explIntIdx != int(i)) - continue; // take only explicitInterface if such exist - - TokenFlat* tf = pRoot->Item(i); - TokenF* tok = new TokenF(); - tok->m_TokenKind = tf->m_TokenKind; - tok->m_DisplayName = tf->m_DisplayName; - tok->m_Name = tf->m_Name; - tok->m_Filename = tf->m_Filename; - tok->m_LineStart = tf->m_LineStart; - tok->m_LineEnd = tf->m_LineEnd; - tok->m_TokenAccess = tf->m_TokenAccess; - tokAll->Add(tok); - - if (showCallTree) - { - // Call tree - if (explIntIdx != -1 && explIntIdx == int(i)) - { - // it is explicitInterface - ManageInterfaceExplicit(pParser, tf, tok, keywordSet); - } - else if (tf->m_TokenKind == tkProcedure && tf->m_ParentTokenKind == tkType) - { - // it is type-bound procedure - ManageTBProceduresForCallTree(pParser, tf, tok, keywordSet); - } - else - { - FindCalledTokens(pParser, tok, keywordSet); - } - } - else - { - // Called By tree - FindCallingTokens(pParser, tok, cByDict); - } - } - - if (showCallTree) - m_pCallTreeView->ShowCallTree(tokAll); - else - m_pCallTreeView->ShowCalledByTree(tokAll); -} - - -void CallTree::FindCalledTokens(ParserF* pParser, TokenF* token, std::set< wxString>& keywordSet) -{ - TokensArrayFlatClass tokensTmp; - TokensArrayFlat* callChildren = tokensTmp.GetTokens(); - - int callFilter; - if (token->m_TokenKind == tkInterface) - callFilter = tkOther; - else - callFilter = tkCallSubroutine | tkCallFunction; - - TokenFlat tf = TokenFlat(token); - pParser->GetChildren(&tf, callFilter, *callChildren); // why don't take 'token' children directly? - - for (size_t j=0; jsize(); j++) - { - TokenFlat* oneCall = callChildren->Item(j); - if (keywordSet.count(oneCall->m_Name) != 0) - continue; - TokensArrayFlatClass tokClTmp; - TokensArrayFlat* resToks = tokClTmp.GetTokens(); - FindTokenFromCall(pParser, &tf, oneCall, resToks); - - if (resToks->size() == 0) - { - if (!HasCallChildToken(token, oneCall)) - { - TokenF* tok2 = new TokenF(); - tok2->m_TokenKind = oneCall->m_TokenKind; - tok2->m_DisplayName = oneCall->m_DisplayName; - tok2->m_Name = oneCall->m_Name; - tok2->m_Filename = oneCall->m_Filename; - tok2->m_LineStart = oneCall->m_LineStart; - tok2->m_LineEnd = oneCall->m_LineEnd; - tok2->m_TokenAccess = oneCall->m_TokenAccess; - tok2->m_pParent = token; - token->AddChild(tok2); - } - } - else - { - for (size_t k=0; ksize(); k++) - { - TokenFlat* tf2 = resToks->Item(k); - if ((tf2->m_TokenKind != tkVariable) && !HasChildToken(token, tf2) && !HasInHerarchy(token, tf2)) - { - TokenF* tok2 = new TokenF(); - tok2->m_TokenKind = tf2->m_TokenKind; - tok2->m_DisplayName = tf2->m_DisplayName; - tok2->m_Name = tf2->m_Name; - tok2->m_Filename = tf2->m_Filename; - tok2->m_LineStart = tf2->m_LineStart; - tok2->m_LineEnd = tf2->m_LineEnd; - tok2->m_TokenAccess = tf2->m_TokenAccess; - tok2->m_pParent = token; - token->AddChild(tok2); - - if (tf2->m_ParentTokenKind == tkInterfaceExplicit) - { - ManageInterfaceExplicit(pParser, tf2, tok2, keywordSet); - } - else if (tf2->m_TokenKind == tkProcedure && tf2->m_ParentTokenKind == tkType) - { - // it is type-bound procedure - ManageTBProceduresForCallTree(pParser, tf2, tok2, keywordSet); - } - else - { - FindCalledTokens(pParser, tok2, keywordSet); - } - break; // take just first suitable result - } - } - } - } -} - - -void CallTree::FindTokenFromCall(ParserF* pParser, TokenFlat* parentTok, TokenFlat* oneCall, TokensArrayFlat* result) -{ - int tokenKindMask = tkFunction | tkSubroutine | tkInterface | tkInterfaceExplicit | tkVariable; - - if (oneCall->m_Name.Find('%') != wxNOT_FOUND && parentTok) - { - // call of type-bound procedure - pParser->FindMatchTypeComponents(*parentTok, oneCall->m_Name, *result); - } - else - { - wxString findName; - if (oneCall->m_TokenKind == tkProcedure && !oneCall->m_PartLast.IsEmpty()) - findName = oneCall->m_PartLast; - else - findName = oneCall->m_Name; - pParser->FindUseAssociatedTokens(true, oneCall, findName, false, *result, tokenKindMask, false); - } - if (oneCall->m_ParentTokenKind == tkInterfaceExplicit) - pParser->FindImplementedProcInMySubmodules(oneCall, oneCall->m_Name, *result); - if (result->GetCount() > 0) - return; - - // Try to find global procedures - int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram | tkModule | tkSubmodule; - pParser->FindMatchTokensDeclared(oneCall->m_Name, *result, tokenKindMask, false, noChildrenOf, false, true); -} - -bool CallTree::HasChildToken(TokenF* tokParent, TokenF* tok) -{ - TokensArrayF* tokArr = &tokParent->m_Children; - for (size_t i=0; isize(); i++) - { - TokenF* tokItem = tokArr->Item(i); - if (tokItem->m_TokenKind == tok->m_TokenKind && - tokItem->m_Name == tok->m_Name && - tokItem->m_Filename == tok->m_Filename && - tokItem->m_LineStart == tok->m_LineStart && - tokItem->m_LineEnd == tok->m_LineEnd && - tokItem->m_TokenAccess == tok->m_TokenAccess) - { - return true; - } - } - return false; -} - -bool CallTree::HasCallChildToken(TokenF* tokParent, TokenFlat* tok) -{ - TokensArrayF* tokArr = &tokParent->m_Children; - for (size_t i=0; isize(); i++) - { - TokenF* tokItem = tokArr->Item(i); - if (tokItem->m_Name == tok->m_Name) - { - return true; - } - } - return false; -} - -bool CallTree::HasInHerarchy(TokenF* tokParent, TokenF* tok) -{ - // Used to avoid recursive calls - TokenF* tokIn = tokParent; - while(tokIn) - { - if (tokIn->m_TokenKind == tok->m_TokenKind && - tokIn->m_Name == tok->m_Name && - tokIn->m_Filename == tok->m_Filename && - tokIn->m_LineStart == tok->m_LineStart && - tokIn->m_LineEnd == tok->m_LineEnd && - tokIn->m_TokenAccess == tok->m_TokenAccess) - { - return true; - } - tokIn = tokIn->m_pParent; - } - return false; -} - -void CallTree::ManageInterfaceExplicit(ParserF* pParser, TokenFlat* origFT, TokenF* token, std::set& keywordSet) -{ - // Try to find global procedures - TokensArrayFlatClass tokGlobTmp; - TokensArrayFlat* resGlobOrSumb = tokGlobTmp.GetTokens(); - int tokenKindMask = tkFunction | tkSubroutine; - int noChildrenOf = tkInterface | tkInterfaceExplicit | tkFunction | tkSubroutine | tkProgram | tkModule | tkSubmodule; - pParser->FindMatchTokensDeclared(origFT->m_Name, *resGlobOrSumb, tokenKindMask, false, noChildrenOf, false, true); - - if (resGlobOrSumb->size() == 0) - { - // Try to find implementation between submodule procedures - pParser->FindImplementedProcInMySubmodules(origFT, origFT->m_Name, *resGlobOrSumb); - } - - for (size_t l=0; lsize(); l++) - { - TokenFlat* tfGlob = resGlobOrSumb->Item(l); - if (!HasChildToken(token, tfGlob)) - { - TokenF* tg = new TokenF(); - tg->m_TokenKind = tfGlob->m_TokenKind; - tg->m_DisplayName = tfGlob->m_DisplayName; - tg->m_Name = tfGlob->m_Name; - tg->m_Filename = tfGlob->m_Filename; - tg->m_LineStart = tfGlob->m_LineStart; - tg->m_LineEnd = tfGlob->m_LineEnd; - tg->m_TokenAccess = tfGlob->m_TokenAccess; - tg->m_pParent = token; - token->AddChild(tg); - - FindCalledTokens(pParser, tg, keywordSet); - } - } -} - -void CallTree::FindCallingTokens(ParserF* pParser, TokenF* token, CalledByDict& cByDict) -{ - std::list* tokList = cByDict.GetCallingTokens(token->m_Name); - if (!tokList) - return; - - for (std::list::iterator li=tokList->begin(); li != tokList->end(); ++li) - { - TokenF* pCTok = *li; - TokenFlat oneCall(pCTok); - - TokensArrayFlatClass tokClTmp; - TokensArrayFlat* resToks = tokClTmp.GetTokens(); - TokenFlat parTokF = TokenFlat(pCTok->m_pParent); - FindTokenFromCall(pParser, &parTokF, &oneCall, resToks); - - for (size_t k=0; ksize(); k++) - { - TokenFlat* tf2 = resToks->Item(k); - if (tf2->m_TokenKind == token->m_TokenKind && - tf2->m_Name == token->m_Name && - tf2->m_Filename == token->m_Filename && - tf2->m_LineStart == token->m_LineStart) - { - TokenF* parTok; - if (pCTok->m_pParent->m_TokenKind == tkInterfaceExplicit) - parTok = pCTok; - else if (pCTok->m_pParent->m_TokenKind == tkType) - parTok = pCTok; - else - parTok = pCTok->m_pParent; - - if (!HasChildToken(token, parTok) && !HasInHerarchy(token, parTok)) - { - TokenF* tok2 = new TokenF(); - tok2->m_TokenKind = parTok->m_TokenKind; - tok2->m_DisplayName = parTok->m_DisplayName; - tok2->m_Name = parTok->m_Name; - tok2->m_Filename = parTok->m_Filename; - tok2->m_LineStart = parTok->m_LineStart; - tok2->m_LineEnd = parTok->m_LineEnd; - tok2->m_TokenAccess = parTok->m_TokenAccess; - tok2->m_pParent = token; - token->AddChild(tok2); - - FindCallingTokens(pParser, tok2, cByDict); - } - - break; - } - } - } -} - -void CallTree::ManageTBProceduresForCallTree(ParserF* pParser, TokenFlat* origFT, TokenF* token, std::set& keywordSet) -{ - TokensArrayFlatClass resultTmp; - TokensArrayFlat* result = resultTmp.GetTokens(); - FindTokenFromCall(pParser, NULL, origFT, result); - - for (size_t l=0; lsize(); l++) - { - TokenFlat* tf = result->Item(l); - if (!HasChildToken(token, tf)) - { - TokenF* tg = new TokenF(); - tg->m_TokenKind = tf->m_TokenKind; - tg->m_DisplayName = tf->m_DisplayName; - tg->m_Name = tf->m_Name; - tg->m_Filename = tf->m_Filename; - tg->m_LineStart = tf->m_LineStart; - tg->m_LineEnd = tf->m_LineEnd; - tg->m_TokenAccess = tf->m_TokenAccess; - tg->m_pParent = token; - token->AddChild(tg); - - FindCalledTokens(pParser, tg, keywordSet); - } - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/bc/bcd12b9cca717f95b66a074077ba6d52acdbc747.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/bc/bcd12b9cca717f95b66a074077ba6d52acdbc747.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/bc/bcd12b9cca717f95b66a074077ba6d52acdbc747.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/bc/bcd12b9cca717f95b66a074077ba6d52acdbc747.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,110 +0,0 @@ - - - - - wxVERTICAL - - - - wxVERTICAL - - - 2 - 2 - 2 - 2 - 1 - - - - - wxALIGN_CENTER_VERTICAL - - - - - - - Current file's symbols - Active project's symbols - All local symbols (workspace) - - 2 - - wxEXPAND - - - - - images/fprojectmakevisible16.png - 1 - Make current item visible - - wxALL|wxALIGN_CENTER_VERTICAL - - - wxALL|wxEXPAND - - - - - - - wxALIGN_CENTER_VERTICAL - - - - - - - - wxALL|wxEXPAND - - - - wxALL|wxEXPAND - - - - wxALL|wxEXPAND - 4 - - - - 64 - - - - - TreeCtrl1 - - - - TreeCtrl1 - - - - - - - TreeCtrl2 - - - - TreeCtrl2 - - - - - - wxALL|wxEXPAND - - - - - wxEXPAND - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/bd/bd215353865d2bb009d85d64953c08f7a942cfec.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/bd/bd215353865d2bb009d85d64953c08f7a942cfec.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/bd/bd215353865d2bb009d85d64953c08f7a942cfec.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/bd/bd215353865d2bb009d85d64953c08f7a942cfec.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,293 +0,0 @@ -#include "changecase.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include "fortranfileext.h" -#include "textcutter.h" - -extern FortranFileExt g_FortranFileExt; - -//(*InternalHeaders(ChangeCase) -#include -//*) - -//(*IdInit(ChangeCase) -//*) - -BEGIN_EVENT_TABLE(ChangeCase,wxScrollingDialog) - //(*EventTable(ChangeCase) - //*) - EVT_BUTTON (wxID_OK, ChangeCase::OnOK) -END_EVENT_TABLE() - -ChangeCase::ChangeCase(wxWindow* parent) -{ - //(*Initialize(ChangeCase) - wxXmlResource::Get()->LoadObject(this,parent,_T("ChangeCase"),_T("wxScrollingDialog")); - StaticText1 = (wxStaticText*)FindWindow(XRCID("ID_STATICTEXT1")); - rb_ChCActiveProject = (wxRadioButton*)FindWindow(XRCID("ID_CHCACTIVEPROJECT")); - rb_ChCCurrentFile = (wxRadioButton*)FindWindow(XRCID("ID_CHCCURRENTFILE")); - rb_ChCSelection = (wxRadioButton*)FindWindow(XRCID("ID_CHCSELECTION")); - StaticText2 = (wxStaticText*)FindWindow(XRCID("ID_STATICTEXT2")); - cb_ChCKeywords = (wxCheckBox*)FindWindow(XRCID("ID_CHCKEYWORDS")); - cb_ChCOtherItems = (wxCheckBox*)FindWindow(XRCID("ID_CHCOTHERITEMS")); - StaticText3 = (wxStaticText*)FindWindow(XRCID("ID_STATICTEXT3")); - rb_ChCAllCaps = (wxRadioButton*)FindWindow(XRCID("ID_CHCALLCAPS")); - rb_ChCFirstCap = (wxRadioButton*)FindWindow(XRCID("ID_CHCFIRSTCAP")); - rb_ChCAllLower = (wxRadioButton*)FindWindow(XRCID("ID_CHCALLLOWER")); - //*) - - rb_ChCCurrentFile->SetValue(true); - cb_ChCKeywords->SetValue(true); - cb_ChCOtherItems->SetValue(false); - rb_ChCAllLower->SetValue(true); - - if (!Manager::Get()->GetEditorManager()) - return; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - if (control->GetSelectedText().IsEmpty()) - rb_ChCSelection->Disable(); - else - rb_ChCSelection->SetValue(true); -} - -ChangeCase::~ChangeCase() -{ - //(*Destroy(ChangeCase) - //*) -} - -void ChangeCase::OnOK(wxCommandEvent& event) -{ - Manager::Get()->GetLogManager()->DebugLog(_T("ChangeCase::OnOK is called")); - - ChangeCaseIn chin; - if (rb_ChCActiveProject->GetValue()) - chin = chciProject; - else if (rb_ChCCurrentFile->GetValue()) - chin = chciFile; - else - chin = chciSelection; - - int chfor = 0; - if (cb_ChCKeywords->GetValue()) - chfor = chcfKeywords; - if (cb_ChCOtherItems->GetValue()) - chfor = chfor | chcfOther; - - ChangeCaseTo chto; - if (rb_ChCAllCaps->GetValue()) - chto = chctAllCaps; - else if (rb_ChCFirstCap->GetValue()) - chto = chctFirstCap; - else - chto = chctAllLower; - - MakeChangeCase(chin, chfor, chto); - - EndModal(wxID_OK); -} - -void ChangeCase::MakeChangeCase(ChangeCaseIn chin, int chfor, ChangeCaseTo chto) -{ - if (!Manager::Get()->GetEditorManager()) - return; - - if (chin == chciProject) - { - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (!project) - return; - - wxArrayString nonFFiles; - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - FortranSourceForm fsForm; - if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) - FileChangeCase(pf->file.GetFullPath(), chin, chfor, chto); - else - nonFFiles.Add(pf->file.GetFullName()); - } - - if (nonFFiles.size() > 0) - { - wxString mstr; - if (nonFFiles.size() == 1) - { - mstr = _("File \"") + nonFFiles[0] + _("\" was not recognized as a Fortran file."); - mstr << _(" The change-case was not applied for it."); - } - else - { - mstr = _("Files"); - size_t i=0; - size_t imax=5; - while (i < nonFFiles.size() && i < imax) - { - mstr << _("\n\"") << nonFFiles[i] << _T("\""); - i++; - } - if (nonFFiles.size() > imax) - mstr << _T("...\n"); - else - mstr << _T("\n"); - mstr << wxString::Format(_T("(%d "), int(nonFFiles.size())) << _("files) "); - mstr << _("were not recognized as the Fortran files."); - mstr << _(" The change-case was not applied for them."); - cbMessageBox(mstr, _("Info"), wxICON_INFORMATION); - } - } - - } - else if (chin == chciFile || chin == chciSelection) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - FileChangeCase(ed->GetFilename(), chin, chfor, chto); - } -} - -void ChangeCase::FileChangeCase(wxString filename, ChangeCaseIn chin, int chfor, ChangeCaseTo chto) -{ - if (!Manager::Get()->GetEditorManager()) - return; - - cbEditor* ed = Manager::Get()->GetEditorManager()->IsBuiltinOpen(filename); - - if (ed) // File is already opened - EditorChangeCase(ed, chin, chfor, chto); - else - { - // File is not opened. - ed = Manager::Get()->GetEditorManager()->Open( filename ); - if (ed) - { - bool changed = EditorChangeCase(ed, chin, chfor, chto); - if ( !changed ) // We opened a file and it didn't change. Close it. - Manager::Get()->GetEditorManager()->Close( filename ); - } - } -} - -bool ChangeCase::EditorChangeCase(cbEditor* ed, ChangeCaseIn chin, int chfor, ChangeCaseTo chto) -{ - if (!ed) - return false; - - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return false; - - if (control->GetReadOnly()) - { - cbMessageBox(_("The file is read-only!"), _("Error"), wxICON_ERROR); - return false; - } - - std::set kwset; - - EditorColourSet* theme = ed->GetColourSet(); - if (!theme) - return false; - HighlightLanguage lang = _T("Fortran"); - - for (int i = 0; i <= wxSCI_KEYWORDSET_MAX; ++i) - { - wxString keywords = theme->GetKeywords(lang, i); - wxStringTokenizer tkz(keywords, _T(" \t\r\n"), wxTOKEN_STRTOK); - while (tkz.HasMoreTokens()) - { - kwset.insert(tkz.GetNextToken().Lower()); - } - } - FortranSourceForm fsForm = fsfFree; - if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) - { - if( cbMessageBox( _("Are you sure \n") + ed->GetFilename() + - _("\n is a Fortran Source File?\nContinue to change-case?"), _("Question"), - wxICON_QUESTION | wxYES_NO | wxNO_DEFAULT ) == wxID_NO ) - return false; - } - - wxString allText; - if (chin == chciSelection) - { - allText = control->GetSelectedText(); - if (allText.IsEmpty()) - return false; - } - else - allText = control->GetText(); - - TextCutter cutter(allText, fsForm); - wxString allTextNew; - - while (1) - { - wxString tok; - bool isWord; - cutter.GetChunk(tok, isWord); - if (tok.IsEmpty()) - break; - - if (!isWord) - allTextNew.Append(tok); - else - { - wxString tok_low = tok.Lower(); - bool changeCase = false; - - if (kwset.count(tok_low) == 1) - { - if (chfor & chcfKeywords) - changeCase = true; - } - else - { - if (chfor & chcfOther) - changeCase = true; - } - - if (changeCase) - { - wxString tokCase; - if (chto == chctAllCaps) - tokCase = tok_low.Upper(); - else if (chto == chctFirstCap) - tokCase = tok_low.Mid(0,1).Upper() + tok_low.Mid(1); - else // if (chto == chctAllLower) - tokCase = tok_low; - allTextNew.Append(tokCase); - } - else - allTextNew.Append(tok); - } - } - if (!allText.IsSameAs(allTextNew)) - { - if (chin == chciSelection) - control->ReplaceSelection(allTextNew); - else - control->SetText(allTextNew); - return true; - } - return false; -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/be/be76d1b04948ca1b91fd5e2595b20bca57c91428.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/be/be76d1b04948ca1b91fd5e2595b20bca57c91428.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/c0/c039dd16d1cc89e8450e1b46df4025c4e374b7ac.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/c0/c039dd16d1cc89e8450e1b46df4025c4e374b7ac.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/c0/c039dd16d1cc89e8450e1b46df4025c4e374b7ac.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/c0/c039dd16d1cc89e8450e1b46df4025c4e374b7ac.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ -#ifndef FORMATINDENT_H -#define FORMATINDENT_H - -//(*Headers(FormatIndentDlg) -#include -#include -#include -#include -#include -#include -#include -#include -//*) - -class FormatIndentDlg: public wxDialog -{ - public: - - enum FormatIndentScope{ fisProject, fisSelection, fisCurrentFile }; - - FormatIndentDlg(wxWindow* parent); - virtual ~FormatIndentDlg(); - - //(*Declarations(FormatIndentDlg) - wxRadioButton* rb_CurrentFile; - wxSpinCtrl* spc_Spaces; - wxNotebook* Notebook1; - wxStaticText* stxt_TabSpaces; - wxCheckBox* cb_SELECTTYPEafter; - wxStaticText* StaticText2; - wxCheckBox* cb_CONTModAfter; - wxCheckBox* cb_SELECTCASEafter; - wxCheckBox* cb_MODafter; - wxPanel* Panel1; - wxStaticText* StaticText1; - wxRadioButton* rb_Selection; - wxStaticText* StaticText3; - wxCheckBox* cb_CONTMod; - wxCheckBox* cb_CONTProcAfter; - wxPanel* Panel3; - wxCheckBox* cb_CONTTypeAfter; - wxCheckBox* cb_TrimLines; - wxCheckBox* cb_TabAsEditor; - wxRadioButton* rb_ActiveProject; - wxCheckBox* cb_PROGafter; - wxCheckBox* cb_UseTabs; - wxPanel* Panel2; - wxCheckBox* cb_CONTType; - wxCheckBox* cb_CONTProc; - //*) - - FormatIndentScope GetFormatScope(); - - protected: - - //(*Identifiers(FormatIndentDlg) - static const long ID_STATICTEXT1; - static const long ID_STATICTEXT3; - static const long ID_RADIOBUTTON1; - static const long ID_RADIOBUTTON2; - static const long ID_RADIOBUTTON3; - static const long ID_PANEL1; - static const long ID_STATICTEXT2; - static const long ID_CHECKBOX2; - static const long ID_CHECKBOX3; - static const long ID_CHECKBOX4; - static const long ID_CHECKBOX5; - static const long ID_CHECKBOX6; - static const long ID_CHECKBOX1; - static const long ID_CHECKBOX7; - static const long ID_CHECKBOX8; - static const long ID_CHECKBOX9; - static const long ID_CHECKBOX10; - static const long ID_PANEL3; - static const long ID_CHECKBOX11; - static const long ID_CHECKBOX12; - static const long ID_CHECKBOX13; - static const long ID_STATICTEXT4; - static const long ID_SPINCTRL1; - static const long ID_PANEL2; - static const long ID_NOTEBOOK1; - //*) - - private: - - //(*Handlers(FormatIndentDlg) - void OnCbTabAsEditorClick(wxCommandEvent& event); - //*) - - void OnOK(wxCommandEvent& event); - - - DECLARE_EVENT_TABLE() -}; - -#endif Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/c3/c3738e10c83bea2011556792082d733c846abb2d.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/c3/c3738e10c83bea2011556792082d733c846abb2d.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/c8/c8a927b5f8b2b217cf187970602f44e12f303442.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/c8/c8a927b5f8b2b217cf187970602f44e12f303442.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/cd/cde1514dd1edaab1e2f6eb1b0525db2e63ce3fba.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/cd/cde1514dd1edaab1e2f6eb1b0525db2e63ce3fba.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ce/cef1db606c974fcde023f53748d36fac0b6307bb.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ce/cef1db606c974fcde023f53748d36fac0b6307bb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ce/cef1db606c974fcde023f53748d36fac0b6307bb.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ce/cef1db606c974fcde023f53748d36fac0b6307bb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,168 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d1/d11742895e56647107382ddece6d176202294017.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d1/d11742895e56647107382ddece6d176202294017.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d1/d11742895e56647107382ddece6d176202294017.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d1/d11742895e56647107382ddece6d176202294017.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#ifndef LINEADDRESS_H_INCLUDED -#define LINEADDRESS_H_INCLUDED - -#include -#include - - -class LineAddress; -typedef std::list JumpAddressList; - -class LineAddress -{ - public: - LineAddress(); - ~LineAddress(); - - void Init(const wxString& fileName, int lineNumber, bool isFinish); - bool IsSameAs(LineAddress &other); - wxString GetFilename()const {return m_Filename;}; - int GetLineNumber()const {return m_LineNumber;}; - bool IsFinish()const {return m_IsFinish;}; - - private: - wxString m_Filename; - int m_LineNumber; - bool m_IsFinish; -}; - -#endif //LINEADDRESS_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d2/d2b7525274d96c294cb05fbee65b4de8a556cfcd.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d2/d2b7525274d96c294cb05fbee65b4de8a556cfcd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d2/d2b7525274d96c294cb05fbee65b4de8a556cfcd.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d2/d2b7525274d96c294cb05fbee65b4de8a556cfcd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ - -#ifndef BUFFERPARSERTHREAD_H -#define BUFFERPARSERTHREAD_H - -#include -#include - -#include - -class NativeParserF; - -class BufferParserThread : public cbThreadedTask -{ -public: - BufferParserThread(NativeParserF* parent, int idBPThreadEvent); - virtual ~BufferParserThread(); - int Execute(); - void ParseBuffer(wxString& buffer, wxString& filename); - static int s_BPTInstances; - -private: - NativeParserF* m_pNativeParser; - int m_idBPThreadEvent; -}; - -#endif // BUFFERPARSERTHREAD_H - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d3/d39962d7ac3821b981843577c84aba8fbbd179c5.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d3/d39962d7ac3821b981843577c84aba8fbbd179c5.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4039bcd6d1ddbef34856cf7b49698ac1964dfeb.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4039bcd6d1ddbef34856cf7b49698ac1964dfeb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4039bcd6d1ddbef34856cf7b49698ac1964dfeb.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4039bcd6d1ddbef34856cf7b49698ac1964dfeb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,1527 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - */ - -#include -#include "workspacebrowserbuilder.h" -#include -#include -#include -#include - -#include -#include -#include -#include - -WorkspaceBrowserBuilder::WorkspaceBrowserBuilder(ParserF* parser, wxTreeCtrl* treeTop, wxTreeCtrl* treeBottom) - : m_pActiveProject(0), - m_Options() -{ - m_AtWork = false; - - m_pParser = parser; - m_pTreeTop = treeTop; - m_pTreeBottom = treeBottom; - m_pTreeTop->SetImageList(m_Imlist.GetImageList()); - m_pTreeBottom->SetImageList(m_Imlist.GetImageList()); -} - -WorkspaceBrowserBuilder::~WorkspaceBrowserBuilder() -{ - //dtor -} - -void WorkspaceBrowserBuilder::Init(const wxString& active_filename, - cbProject* active_project, - const BrowserOptions& options) -{ - m_ActiveFilename = active_filename; - m_pActiveProject = active_project; - m_Options = options; - - BuildTree(); -} - -void WorkspaceBrowserBuilder::BuildTree() -{ - if (Manager::IsAppShuttingDown()) - return; - - m_AtWork = true; - - wxTreeItemId root = m_pTreeTop->GetRootItem(); - if (!root.IsOk()) - { - root = m_pTreeTop->AddRoot(_("Symbols"), m_Imlist.GetImageIdx("symbols_folder"), m_Imlist.GetImageIdx("symbols_folder"), new TreeDataF(sfRoot)); - m_pTreeTop->SetItemHasChildren(root); - } - - wxString oldSelText; - wxString oldParentText; - bool oldParent_isRoot = false; - wxTreeItemId oldSel = m_pTreeTop->GetSelection(); - if (oldSel.IsOk()) - { - oldSelText = m_pTreeTop->GetItemText(oldSel); - wxTreeItemId oldParent = m_pTreeTop->GetItemParent(oldSel); - oldParent_isRoot = (root == oldParent); - if (oldParent.IsOk()) - { - oldParentText = m_pTreeTop->GetItemText(oldParent); - } - } - - m_pTreeTop->Hide(); - m_pTreeTop->Freeze(); - wxArrayString expandedBottomNodes; - if (m_Options.visibleBottomTree) - { - MakeExpandedNodesArray(expandedBottomNodes); - m_pTreeBottom->Hide(); - m_pTreeBottom->Freeze(); - } - - m_pTreeTop->DeleteChildren(root); - - wxTreeItemId root_bot = m_pTreeBottom->GetRootItem(); - if (root_bot.IsOk()) - m_pTreeBottom->DeleteChildren(root_bot); - - if (!Manager::IsAppShuttingDown()) - { - ExpandTop(); - m_pTreeTop->Expand(root); - if (!m_Options.visibleBottomTree) - { - size_t i=0; - while ( i < m_ExpandedNodes.GetCount() ) - { - wxTreeItemId item = FindItemByName(m_pTreeTop, m_ExpandedNodes[i]); - if (item.IsOk()) - { - m_pTreeTop->Expand(item); - i++; - } - else - { - m_ExpandedNodes.RemoveAt(i); - } - } - } - else - m_ExpandedNodes.Clear(); - } - - if (m_Options.visibleBottomTree) - { - m_pTreeBottom->Thaw(); - m_pTreeBottom->Show(); - } - - m_pTreeTop->Thaw(); - m_pTreeTop->Show(); - - m_AtWork = false; - - if (!oldSelText.IsEmpty()) - { - if ( !oldParent_isRoot ) - { - wxTreeItemId item = FindItemByName(m_pTreeTop, oldParentText, oldSelText); // refresh selection - if (item.IsOk()) - m_pTreeTop->SelectItem(item); - } - else - { - wxTreeItemId item = FindItemByName(m_pTreeTop, oldSelText); // refresh selection - if (item.IsOk()) - { - m_pTreeTop->SelectItem(item); - ExpandBottomNodes(expandedBottomNodes); - } - } - } -} - -void WorkspaceBrowserBuilder::DeleteTopRootChildren() -{ - if (Manager::IsAppShuttingDown()) - return; - - wxTreeItemId root = m_pTreeTop->GetRootItem(); - if (root.IsOk()) - { - m_pTreeTop->DeleteChildren(root); - } -} - -void WorkspaceBrowserBuilder::MakeExpandedNodesArray(wxArrayString &expandedBottomNodes) -{ - if (!m_Options.visibleBottomTree) - return; - - wxTreeItemIdValue cookie; - wxTreeItemId root = m_pTreeBottom->GetRootItem(); - if (!root.IsOk()) - return; - wxTreeItemId item = m_pTreeBottom->GetFirstChild(root, cookie); - while (item.IsOk()) - { - if (m_pTreeBottom->IsExpanded(item)) - { - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = m_pTreeBottom->GetFirstChild(item, cookie2); - while (item2.IsOk()) - { - if (m_pTreeBottom->IsExpanded(item2)) - { - expandedBottomNodes.Add(m_pTreeBottom->GetItemText(item)); - expandedBottomNodes.Add(m_pTreeBottom->GetItemText(item2)); - } - item2 = m_pTreeBottom->GetNextChild(item, cookie2); - } - } - item = m_pTreeBottom->GetNextChild(root, cookie); - } -} - -void WorkspaceBrowserBuilder::ExpandBottomNodes(wxArrayString &expandedBottomNodes) -{ - if (!m_Options.visibleBottomTree) - return; - - for (size_t i=1; iExpand(item); - } -} - -bool WorkspaceBrowserBuilder::HasChildren(TokenF* tokenParent, int tokenKindMask) -{ - bool has = false; - for (size_t j=0; j < tokenParent->m_Children.GetCount(); ++j) - { - TokenF* tok1 = tokenParent->m_Children.Item(j); - if (tok1->m_TokenKind & tokenKindMask) - { - has = true; - break; - } - } - return has; -} - -bool WorkspaceBrowserBuilder::HasGlobalFunctionsOthers(int tokenKindMask) -{ - bool has = false; - if (Manager::IsAppShuttingDown()) - return has; - - switch (m_Options.displayFilter) - { - case bdfFile: - { - if (!m_ActiveFilename.IsEmpty()) - has = FileHasTokens(UnixFilename(m_ActiveFilename), tokenKindMask); - break; - } - case bdfProject: - { - for (FilesList::iterator it = m_pActiveProject->GetFilesList().begin(); it != m_pActiveProject->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - if (FileHasTokens(UnixFilename(pf->file.GetFullPath()), tokenKindMask)) - { - has = true; - break; - } - } - break; - } - case bdfWorkspace: - { - - TokensArrayF* pTokens = m_pParser->GetTokens(); - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind == tkFile) - { - for (size_t j=0; j < token->m_Children.GetCount(); ++j) - { - TokenF* tok1 = token->m_Children.Item(j); - if (tok1->m_TokenKind & tokenKindMask) - { - has = true; - break; - } - } - if (has) - break; - } - } - break; - } - } - return has; -} - -bool WorkspaceBrowserBuilder::FileHasTokens(const wxString& fileName, int tokenKindMask) -{ - TokensArrayF* pTokens = m_pParser->GetTokens(); - bool has = false; - - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - - if (token->m_TokenKind == tkFile && token->m_Filename.IsSameAs(fileName)) - { - for (size_t j=0; j < token->m_Children.GetCount(); ++j) - { - TokenF* tok1 = token->m_Children.Item(j); - if (tok1->m_TokenKind & tokenKindMask) - { - has = true; - break; - } - } - break; - } - } - return has; -} - -void WorkspaceBrowserBuilder::AddTreeChildren(wxTreeCtrl* tree, wxTreeItemId parent, int tokenKindMask) -{ - if (Manager::IsAppShuttingDown()) - return; - - switch (m_Options.displayFilter) - { - case bdfFile: - { - if (!m_ActiveFilename.IsEmpty() && - (!m_Options.showIncludeSeparately || - (m_Options.showIncludeSeparately && !m_pParser->IsIncludeFile(m_ActiveFilename)))) - { - AddFileNodes(tree, parent, UnixFilename(m_ActiveFilename), tokenKindMask); - } - break; - } - case bdfProject: - { - for (FilesList::iterator it = m_pActiveProject->GetFilesList().begin(); it != m_pActiveProject->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - if (!m_Options.showIncludeSeparately || - (m_Options.showIncludeSeparately && !m_pParser->IsIncludeFile(pf->file.GetFullPath()))) - AddFileNodes(tree, parent, UnixFilename(pf->file.GetFullPath()), tokenKindMask); - } - break; - } - case bdfWorkspace: - { - TokensArrayF* pTokens = m_pParser->GetTokens(); - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind == tkFile && - (!m_Options.showIncludeSeparately || - (m_Options.showIncludeSeparately && !m_pParser->IsIncludeFile(token->m_Filename)))) - { - AddChildrenNodes(tree, parent, token, tokenKindMask); - } - } - break; - } - } -} - -bool WorkspaceBrowserBuilder::AddFileNodes(wxTreeCtrl* tree, wxTreeItemId parent, wxString file, int tokenKindMask) -{ - TokensArrayF* pTokens = m_pParser->GetTokens(); - - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - - if (token->m_TokenKind == tkFile && token->m_Filename.IsSameAs(file)) - { - return AddChildrenNodes(tree, parent, token, tokenKindMask); - } - } - return false; -} - -bool WorkspaceBrowserBuilder::AddChildrenNodes(wxTreeCtrl* tree, wxTreeItemId parent, TokenF* parToken, int tokenKindMask) -{ - int count = 0; - bool sorted = m_Options.sortAlphabetically; - TokensArrayF* pTokens = &parToken->m_Children; - - if (parToken->m_TokenKind == tkType) - { - count += AddTypeChildren(tree, parent, pTokens); - return count != 0; - } - - int childKM = tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | tkInterfaceExplicit | tkBlockData | - tkType | tkVariable | tkProcedure | tkAccessList; - int interfaceMask = tkInterface | tkInterfaceExplicit; - int funChildKM = childKM ^ tkVariable; - - if (!m_Options.showLocalVariables && (parToken->m_TokenKind == tkSubroutine || parToken->m_TokenKind == tkFunction || parToken->m_TokenKind == tkProgram)) - { - childKM = childKM ^ tkVariable; - if (tokenKindMask & tkVariable) - tokenKindMask = tokenKindMask ^ tkVariable; - } - - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind & tokenKindMask) - { - if (token->m_TokenKind & interfaceMask) - { - count += AddInterfaceNode(tree, parent, token); - } - else - { - wxString nameDisp = token->m_DisplayName; - if (token->m_TokenKind == tkVariable) - nameDisp << _T(" : ") << token->m_PartFirst; - wxTreeItemId idni = AddNodeIfNotThere(tree, parent, nameDisp, GetTokenKindImageIdx(token), new TreeDataF(sfToken, token), sorted); - count++; - if (tree == m_pTreeTop && !m_Options.visibleBottomTree) - { - if (!m_Options.showLocalVariables && (token->m_TokenKind == tkSubroutine || token->m_TokenKind == tkFunction)) - { - if (HasChildren(token, funChildKM)) - tree->SetItemHasChildren(idni); - } - else - { - if (HasChildren(token, childKM)) - tree->SetItemHasChildren(idni); - } - } - else if(tree == m_pTreeBottom && HasChildren(token, childKM)) - { - AddChildrenNodes(tree, idni, token, childKM); - } - } - } - } - return count != 0; -} - -int WorkspaceBrowserBuilder::AddInterfaceNode(wxTreeCtrl* tree, wxTreeItemId parent, TokenF* parToken) -{ - int count = 0; - bool sorted = m_Options.sortAlphabetically; - - if (!parToken->m_Name.IsEmpty()) - { - wxString name; - if (parToken->m_DisplayName.StartsWith(_T("%%"))) - { - name = parToken->m_DisplayName.Mid(2); - } - else - { - name = parToken->m_DisplayName; - } - AddNodeIfNotThere(tree, parent, name, GetTokenKindImageIdx(parToken), new TreeDataF(sfToken, parToken), sorted); - count++; - } - else - { - TokensArrayF* pTokens = &parToken->m_Children; - if (pTokens) - { - int childKM = tkFunction | tkSubroutine; - int imageIdx; - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind & childKM) - { - if (token->m_TokenKind == tkFunction) - { - if (token->m_TokenAccess == taPublic) - imageIdx = m_Imlist.GetImageIdx("interface_function"); - else - imageIdx = m_Imlist.GetImageIdx("interface_function_private"); - } - else - { - if (token->m_TokenAccess == taPublic) - imageIdx = m_Imlist.GetImageIdx("interface_subroutine"); - else - imageIdx = m_Imlist.GetImageIdx("interface_subroutine_private"); - } - AddNodeIfNotThere(tree, parent, token->m_DisplayName, imageIdx, new TreeDataF(sfToken, token), sorted); - count++; - } - } - } - } - return count; -} - -int WorkspaceBrowserBuilder::AddTypeChildren(wxTreeCtrl* tree, wxTreeItemId parent, TokensArrayF* pTokens) -{ - int count = 0; - bool sorted = m_Options.sortAlphabetically; - TokensArrayF varTokens; - TokensArrayF otherTokens; - - for (size_t i=0; iGetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind == tkVariable) - { - if (sorted) - { - size_t j; - for (j=0; jm_DisplayName.CmpNoCase(varTokens.Item(j)->m_DisplayName) < 0) - break; - } - varTokens.Insert(token, j); - } - else - { - varTokens.Add(token); - } - } - else - { - if (sorted) - { - wxString name; - if (token->m_DisplayName.StartsWith(_T("%%"))) - name = token->m_DisplayName.Mid(2); - else - name = token->m_DisplayName; - size_t j; - for (j=0; jm_DisplayName) < 0) - break; - } - otherTokens.Insert(token, j); - } - else - { - otherTokens.Add(token); - } - } - } - - for (size_t i=0; im_DisplayName << _T(" : ") << varTokens.Item(i)->m_PartFirst; - AddNodeIfNotThere(tree, parent, nameDisp, - GetTokenKindImageIdx(varTokens.Item(i)), new TreeDataF(sfToken, varTokens.Item(i)), false); - count++; - } - - for (size_t i=0; im_DisplayName.StartsWith(_T("%%"))) - name = otherTokens.Item(i)->m_DisplayName.Mid(2); - else - name = otherTokens.Item(i)->m_DisplayName; - AddNodeIfNotThere(tree, parent, name, - GetTokenKindImageIdx(otherTokens.Item(i)), new TreeDataF(sfToken, otherTokens.Item(i)), false); - count++; - } - - return count; -} - -bool WorkspaceBrowserBuilder::SelectNode(wxTreeItemId node) -{ - // m_pTreeTop node was selected - if (Manager::IsAppShuttingDown() || (!(node.IsOk())) || m_AtWork) - return false; - - m_pTreeBottom->Freeze(); - wxTreeItemId root = m_pTreeBottom->GetRootItem(); - if (!root) - root = m_pTreeBottom->AddRoot(_T("Members")); - else - m_pTreeBottom->DeleteChildren(root); - TreeDataF* data = (TreeDataF*)m_pTreeTop->GetItemData(node); - if (data) - { - switch (data->m_SpecialFolder) - { - case sfGFuncs: - { - AddTreeChildren(m_pTreeBottom, root, tkFunction | tkProgram | tkSubroutine); - break; - } - case sfOthers: - { - AddTreeChildren(m_pTreeBottom, root, tkPreprocessor | tkInterface | tkBlockData); - if (m_Options.showIncludeSeparately) - AddIncludeFiles(m_pTreeBottom, root); - break; - } - case sfToken: - { - wxTreeItemId rootFuncs = m_pTreeBottom->AppendItem(root, _("Procedures"), m_Imlist.GetImageIdx("function_folder")); - wxTreeItemId rootOthers = m_pTreeBottom->AppendItem(root, _("Others"), m_Imlist.GetImageIdx("others_folder")); - - TokenF* pToken = data->m_pToken; - AddChildrenNodes(m_pTreeBottom, rootFuncs, pToken, tkFunction | tkSubroutine | tkProcedure); - AddChildrenNodes(m_pTreeBottom, rootOthers, pToken, tkType | tkInterface | tkInterfaceExplicit | tkAccessList | tkVariable); - - m_pTreeBottom->Expand(rootFuncs); - m_pTreeBottom->Expand(rootOthers); - //ExpandAll(); - - break; - } - default: break; - } - } - m_pTreeBottom->Thaw(); - return true; -} - -wxTreeItemId WorkspaceBrowserBuilder::AddNodeIfNotThere(wxTreeCtrl* tree, wxTreeItemId parent, const wxString& name, int imgIndex, TreeDataF* data, bool sorted) -{ - SpecialFolder new_type = data->m_SpecialFolder; - - wxTreeItemIdValue cookie = 0; - - wxTreeItemId insert_after; // node to insert after; we 'll be looping all children so we might as well sort at the same time - wxTreeItemId existing = tree->GetFirstChild(parent, cookie); - while (existing.IsOk()) - { - wxString itemText = tree->GetItemText(existing); - if (itemText.IsSameAs(name)) - { - if (tree->GetItemImage(existing) == imgIndex) - { - tree->SetItemImage(existing, imgIndex, wxTreeItemIcon_Normal); - tree->SetItemImage(existing, imgIndex, wxTreeItemIcon_Selected); - delete tree->GetItemData(existing); // make Valgrind happy - tree->SetItemData(existing, data); - - return existing; - } - } - - if (sorted) - { - TreeDataF* existing_data = (TreeDataF*)tree->GetItemData(existing); - if (existing_data) - { - SpecialFolder existing_type = existing_data->m_SpecialFolder; - - // first go special folders - if ((existing_type & (sfGFuncs | sfOthers)) && - !(new_type & (sfGFuncs | sfOthers))) - { - insert_after = existing; - } - // then everything else, alphabetically - else if (name.CmpNoCase(itemText) >= 0) - { - insert_after = existing; - } - else // name.CmpNoCase(itemText) < 0 - { - break; - } - } - } - existing = tree->GetNextChild(parent, cookie); - } - - if (sorted) - existing = tree->InsertItem(parent, insert_after, name, imgIndex, imgIndex, data); - else - existing = tree->AppendItem(parent, name, imgIndex, imgIndex, data); - return existing; -} - -void WorkspaceBrowserBuilder::CreateSpecialFolders() -{ - wxTreeItemId parent = m_pTreeTop->GetRootItem(); - wxTreeItemId gfuncs = AddNodeIfNotThere(m_pTreeTop, parent, _("Global procedures"), m_Imlist.GetImageIdx("function_folder"), new TreeDataF(sfGFuncs, 0)); - wxTreeItemId others = AddNodeIfNotThere(m_pTreeTop, parent, _("Others"), m_Imlist.GetImageIdx("others_folder"), new TreeDataF(sfOthers, 0)); - - if (!m_Options.visibleBottomTree) - { - if (HasGlobalFunctionsOthers(tkFunction | tkProgram | tkSubroutine)) - m_pTreeTop->SetItemHasChildren(gfuncs); - if (HasGlobalFunctionsOthers(tkPreprocessor | tkInterface | tkBlockData) || - (m_Options.showIncludeSeparately && m_pParser->HasIncludeFiles())) - m_pTreeTop->SetItemHasChildren(others); - } -} - -void WorkspaceBrowserBuilder::ExpandTop() -{ - if (Manager::IsAppShuttingDown()) - return; - - CreateSpecialFolders(); - wxTreeItemId root = m_pTreeTop->GetRootItem(); - AddTreeChildren(m_pTreeTop, root, tkModule | tkSubmodule); -} - -void WorkspaceBrowserBuilder::ExpandTopNode(wxTreeItemId node) -{ - if (Manager::IsAppShuttingDown() || (!(node.IsOk())) || (node == m_pTreeTop->GetRootItem())) - return; - - m_pTreeTop->Freeze(); - TreeDataF* data = (TreeDataF*)m_pTreeTop->GetItemData(node); - if (data) - { - wxString disName; - switch (data->m_SpecialFolder) - { - case sfGFuncs: - { - AddTreeChildren(m_pTreeTop, node, tkFunction | tkProgram | tkSubroutine); - break; - } - case sfOthers: - { - AddTreeChildren(m_pTreeTop, node, tkPreprocessor | tkInterface | tkBlockData); - if (m_Options.showIncludeSeparately) - AddIncludeFiles(m_pTreeTop, node); - break; - } - case sfToken: - { - TokenF* pToken = data->m_pToken; - AddChildrenNodes(m_pTreeTop, node, pToken, tkFunction | tkSubroutine | tkInterface | tkType | tkVariable | - tkProcedure | tkAccessList | tkInterfaceExplicit); - break; - } - default: break; - } - disName = m_pTreeTop->GetItemText(node); - if (m_ExpandedNodes.Index(disName) == wxNOT_FOUND) - m_ExpandedNodes.Add(disName); - } - m_pTreeTop->Thaw(); -} - -void WorkspaceBrowserBuilder::CollapsTopNode(wxTreeItemId node) -{ - if (Manager::IsAppShuttingDown() || (!(node.IsOk())) || (node == m_pTreeTop->GetRootItem())) - return; - - int indx = m_ExpandedNodes.Index(m_pTreeTop->GetItemText(node)); - if (indx != wxNOT_FOUND) - { - m_ExpandedNodes.RemoveAt(indx); - } -} - -void WorkspaceBrowserBuilder::SelectItem(TokenF* token) -{ - if (Manager::IsAppShuttingDown()) - return; - - wxTreeItemId item; - if (token && token->m_pParent) - { - if (token->m_pParent->m_TokenKind == tkFile) - { - if (token->m_TokenKind == tkFunction) - { - item = FindItemByName(m_pTreeTop, _("Global procedures")); - if (item.IsOk()) - { - m_pTreeTop->SelectItem(item); - item = FindItemByName(m_pTreeBottom, token->m_DisplayName); - if (item.IsOk()) - m_pTreeBottom->SelectItem(item); - } - } - else if (token->m_TokenKind == tkPreprocessor) - { - item = FindItemByName(m_pTreeTop, _("Preprocessor symbols")); - if (item.IsOk()) - { - m_pTreeTop->SelectItem(item); - item = FindItemByName(m_pTreeBottom, token->m_DisplayName); - if (item.IsOk()) - m_pTreeBottom->SelectItem(item); - } - } - else if (token->m_TokenKind == tkModule || token->m_TokenKind == tkSubmodule) - { - item = FindItemByName(m_pTreeTop, token->m_DisplayName); - if (item.IsOk()) - m_pTreeTop->SelectItem(item); - } - } - else if (token->m_pParent->m_TokenKind == tkModule || token->m_pParent->m_TokenKind == tkSubmodule) - { - item = FindItemByName(m_pTreeTop, token->m_pParent->m_DisplayName); - if (item.IsOk()) - { - m_pTreeTop->SelectItem(item); - item = FindItemByName(m_pTreeBottom, token->m_DisplayName); - if (item.IsOk()) - m_pTreeBottom->SelectItem(item); - } - } - } -} - -wxTreeItemId WorkspaceBrowserBuilder::FindItemByName(wxTreeCtrl* tree, wxString name, wxString name2) -{ - bool foundFirst = false; - wxTreeItemId firstItem; - - wxTreeItemIdValue cookie; - wxTreeItemId root = tree->GetRootItem(); - if (!root.IsOk()) - return root; - wxTreeItemId item = tree->GetFirstChild(root, cookie); - while (item.IsOk()) - { - if (tree->GetItemText(item).IsSameAs(name)) - { - if (name2.IsEmpty()) - return item; - else - { - firstItem = item; - foundFirst = true; - break; - } - } - else if(name2.IsEmpty()) - { - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = tree->GetFirstChild(item, cookie2); - while (item2.IsOk()) - { - if (tree->GetItemText(item2).IsSameAs(name)) - { - return item2; - } - item2 = tree->GetNextChild(item, cookie2); - } - } - item = tree->GetNextChild(root, cookie); - } - if (!name2.IsEmpty() && foundFirst) - { - wxTreeItemIdValue cookie3; - wxTreeItemId item2 = tree->GetFirstChild(firstItem, cookie3); - while (item2.IsOk()) - { - if (tree->GetItemText(item2).IsSameAs(name2)) - { - return item2; - } - item2 = tree->GetNextChild(item, cookie3); - } - return firstItem; - } - item.Unset(); - return item; -} - -int WorkspaceBrowserBuilder::GetTokenKindImageIdx(TokenF* token) -{ - return m_Imlist.GetTokenKindImageIdx(token); -} - -wxImageList* WorkspaceBrowserBuilder::GetImageList() -{ - return m_Imlist.GetImageList(); -} - -void WorkspaceBrowserBuilder::MarkSymbol(const wxString& filename, int line) -{ - if (Manager::IsAppShuttingDown() || m_AtWork) - return; - - bool found = false; - bool unmarked = true; - wxTreeItemIdValue cookie; - wxTreeItemId root = m_pTreeTop->GetRootItem(); - if(!root.IsOk()) - return; - wxTreeItemId item = m_pTreeTop->GetFirstChild(root, cookie); - wxTreeItemId itemGlob; - bool haveGlob = false; - wxTreeItemId itemOthers; - bool haveOthers = false; - while (item.IsOk()) - { - TreeDataF* data = (TreeDataF*)m_pTreeTop->GetItemData(item); - if (data) - { - switch (data->m_SpecialFolder) - { - case sfGFuncs: - { - itemGlob = item; - haveGlob = true; - break; - } - case sfOthers: - { - itemOthers = item; - haveOthers = true; - break; - } - case sfToken: - { - if (m_pTreeTop->IsBold(item)) - { - if (!data->m_pToken->m_Filename.IsSameAs(filename) - || ((int)data->m_pToken->m_LineStart > line) - || ((int)data->m_pToken->m_LineEnd < line)) - { - MarkItem(m_pTreeTop, item, false); - if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(item)) - { - MarkChildSymbol(m_pTreeTop, item, line, false); - } - unmarked = true; - } - else - unmarked = false; - } - if (!found) - { - if (data->m_pToken->m_Filename.IsSameAs(filename)) - { - if (((int)data->m_pToken->m_LineStart <= line) && ((int)data->m_pToken->m_LineEnd >= line)) - { - if (unmarked) - MarkItem(m_pTreeTop, item); - if ((m_pTreeTop->GetSelection() == item) && m_Options.visibleBottomTree) - { - MarkBottomSymbol(filename, line); - } - else if (m_Options.visibleBottomTree) - { - UnmarkBottomSymbol(); - } - else if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(item)) - { - MarkChildSymbol(m_pTreeTop, item, line); - } - found = true; - } - } - } - break; - } - default: - { - break; - } - } - } - item = m_pTreeTop->GetNextChild(root, cookie); - } - - if (haveGlob && found) - { - if (m_Options.visibleBottomTree && (m_pTreeTop->GetSelection() == itemGlob)) - { - UnmarkBottomSymbol(); - } - else if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(itemGlob) && m_pTreeTop->GetLastChild(itemGlob).IsOk()) - { - MarkChildSymbol(m_pTreeTop, itemGlob, line, false); - } - if (m_pTreeTop->IsBold(itemGlob)) - MarkItem(m_pTreeTop, itemGlob, false); - } - else if (haveGlob) - { - bool foundGlob = false; - if (m_Options.visibleBottomTree && (m_pTreeTop->GetSelection() == itemGlob)) - { - foundGlob = MarkBottomSymbol(filename, line); - } - else if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(itemGlob) && m_pTreeTop->GetLastChild(itemGlob).IsOk()) - { - foundGlob = MarkGlobalSymbol(m_pTreeTop, itemGlob, filename, line); - } - else - { - foundGlob = IsLineInGlobals(filename, line); - if (m_Options.visibleBottomTree && foundGlob && (m_pTreeTop->GetSelection() != itemGlob)) - { - UnmarkBottomSymbol(); - } - } - if (foundGlob) - { - MarkItem(m_pTreeTop, itemGlob); - found = true; - } - else if (m_pTreeTop->IsBold(itemGlob)) - { - MarkItem(m_pTreeTop, itemGlob, false); - } - } - - if (haveOthers && found) - { - if (m_Options.visibleBottomTree && (m_pTreeTop->GetSelection() == itemOthers)) - { - UnmarkBottomSymbol(); - } - else if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(itemOthers) && m_pTreeTop->GetLastChild(itemOthers).IsOk()) - { - MarkChildSymbol(m_pTreeTop, itemOthers, line, false); - MarkGlobalSymbol(m_pTreeTop, itemOthers, filename, line); - } - if (m_pTreeTop->IsBold(itemOthers)) - MarkItem(m_pTreeTop, itemOthers, false); - } - else if (haveOthers) - { - bool foundOthers = false; - if (m_Options.visibleBottomTree && (m_pTreeTop->GetSelection() == itemOthers)) - { - foundOthers = MarkBottomSymbol(filename, line); - } - else if (!m_Options.visibleBottomTree && m_pTreeTop->HasChildren(itemOthers) && m_pTreeTop->GetLastChild(itemOthers).IsOk()) - { - foundOthers = MarkGlobalSymbol(m_pTreeTop, itemOthers, filename, line); - } - else - { - foundOthers = (m_Options.showIncludeSeparately && m_pParser->IsIncludeFile(filename)); - if (m_Options.visibleBottomTree && foundOthers && (m_pTreeTop->GetSelection() != itemOthers)) - { - UnmarkBottomSymbol(); - } - } - if (foundOthers) - { - MarkItem(m_pTreeTop, itemOthers); - found = true; - } - else if (m_pTreeTop->IsBold(itemOthers)) - { - MarkItem(m_pTreeTop, itemOthers, false); - } - } - - if (!found && m_Options.visibleBottomTree) - { - UnmarkBottomSymbol(); - } -} - -void WorkspaceBrowserBuilder::MarkItem(wxTreeCtrl* tree, wxTreeItemId& item, bool mark) -{ - if (item.IsOk()) - { - tree->SetItemBold(item, mark); -#ifdef __WXGTK__ - tree->Refresh(); -#endif - } -} - -bool WorkspaceBrowserBuilder::MarkBottomSymbol(const wxString& filename, int line) -{ - bool found = false; - bool foundFile = false; - bool unmarked = true; - wxTreeItemIdValue cookie; - wxTreeItemId root = m_pTreeBottom->GetRootItem(); - if (!root.IsOk()) - return false; - wxTreeItemId item = m_pTreeBottom->GetFirstChild(root, cookie); - while (item.IsOk()) - { - bool goInside = false; - TreeDataF* data = (TreeDataF*)m_pTreeBottom->GetItemData(item); - if (data) - { - if (data->m_SpecialFolder == sfToken) - { - if (m_pTreeBottom->IsBold(item)) - { - if (!data->m_pToken->m_Filename.IsSameAs(filename) - || (int)data->m_pToken->m_LineStart > line - || (int)data->m_pToken->m_LineEnd < line) - { - MarkItem(m_pTreeBottom, item, false); - unmarked = true; - } - else - unmarked = false; - } - if (!found) - { - if (data->m_pToken->m_Filename.IsSameAs(filename)) - { - if (((int)data->m_pToken->m_LineStart <= line) && ((int)data->m_pToken->m_LineEnd >= line)) - { - if (unmarked) - MarkItem(m_pTreeBottom, item); - found = true; - } - } - } - } - else if(data->m_SpecialFolder == sfFile) - { - if (data->m_pToken->m_Filename.IsSameAs(filename)) - { - MarkItem(m_pTreeBottom, item); - goInside = true; - foundFile = true; - } - else - MarkItem(m_pTreeBottom, item, false); - } - } - else - goInside = true; - - if (goInside) - { - bool unmarked2 = true; - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = m_pTreeBottom->GetFirstChild(item, cookie2); - while (item2.IsOk()) - { - TreeDataF* data2 = (TreeDataF*)m_pTreeBottom->GetItemData(item2); - if (data2) - { - if (data2->m_SpecialFolder == sfToken) - { - if (m_pTreeBottom->IsBold(item2)) - { - if (!data2->m_pToken->m_Filename.IsSameAs(filename) - || (int)data2->m_pToken->m_LineStart > line - || (int)data2->m_pToken->m_LineEnd < line) - { - MarkItem(m_pTreeBottom, item2, false); - unmarked2 = true; - } - else - unmarked2 = false; - } - if (!found) - { - if (data2->m_pToken->m_Filename.IsSameAs(filename)) - { - if (((int)data2->m_pToken->m_LineStart <= line) && ((int)data2->m_pToken->m_LineEnd >= line)) - { - if (unmarked2) - MarkItem(m_pTreeBottom, item2); - found = true; - } - } - } - } - } - item2 = m_pTreeBottom->GetNextChild(item, cookie2); - } - } - item = m_pTreeBottom->GetNextChild(root, cookie); - } - return (found || foundFile); -} - - -void WorkspaceBrowserBuilder::UnmarkBottomSymbol() -{ - bool found = false; - bool goInside = false; - wxTreeItemIdValue cookie; - wxTreeItemId root = m_pTreeBottom->GetRootItem(); - if (!root.IsOk()) - return; - wxTreeItemId item = m_pTreeBottom->GetFirstChild(root, cookie); - while (item.IsOk()) - { - TreeDataF* data = (TreeDataF*)m_pTreeBottom->GetItemData(item); - if (data) - { - if (m_pTreeBottom->IsBold(item)) - { - MarkItem(m_pTreeBottom, item, false); - found = true; - goInside = true; - } - } - else - goInside = true; - - if (goInside) - { - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = m_pTreeBottom->GetFirstChild(item, cookie2); - while (item2.IsOk()) - { - TreeDataF* data2 = (TreeDataF*)m_pTreeBottom->GetItemData(item2); - if (data2) - { - if (data2->m_SpecialFolder == sfToken) - { - if (m_pTreeBottom->IsBold(item2)) - { - MarkItem(m_pTreeBottom, item2, false); - found = true; - break; - } - } - } - item2 = m_pTreeBottom->GetNextChild(item, cookie2); - } - } - if (found) - break; - item = m_pTreeBottom->GetNextChild(root, cookie); - } -} - - -void WorkspaceBrowserBuilder::MarkChildSymbol(wxTreeCtrl* tree, wxTreeItemId& root, int line, bool mark) -{ - bool found = false; - bool unmarked = true; - wxTreeItemIdValue cookie; - if (!root.IsOk()) - return; - wxTreeItemId item = tree->GetFirstChild(root, cookie); - while (item.IsOk()) - { - TreeDataF* data = (TreeDataF*)tree->GetItemData(item); - if (data) - { - if (data->m_SpecialFolder == sfToken) - { - if (tree->IsBold(item)) - { - if (mark) - { - if (((int)data->m_pToken->m_LineStart > line) || ((int)data->m_pToken->m_LineEnd < line)) - { - MarkItem(tree, item, false); - unmarked = true; - } - else - unmarked = false; - } - else - MarkItem(tree, item, false); - } - if (!found && mark) - { - if (((int)data->m_pToken->m_LineStart <= line) && ((int)data->m_pToken->m_LineEnd >= line)) - { - if (unmarked) - MarkItem(tree, item); - found = true; - } - } - } - else if (data->m_SpecialFolder == sfFile) - { - if ((tree->IsBold(item) && !mark) || (!tree->IsBold(item) && mark)) - MarkItem(tree, item, mark); - MarkChildSymbol(tree, item, line, mark); - } - } - item = tree->GetNextChild(root, cookie); - } -} - -bool WorkspaceBrowserBuilder::MarkGlobalSymbol(wxTreeCtrl* tree, wxTreeItemId& root, const wxString& filename, int line) -{ - bool found = false; - bool foundFile = false; - wxTreeItemIdValue cookie; - if (!root.IsOk()) - return false; - wxTreeItemId item = tree->GetFirstChild(root, cookie); - while (item.IsOk()) - { - TreeDataF* data = (TreeDataF*)tree->GetItemData(item); - if (data) - { - if (data->m_SpecialFolder == sfToken) - { - if (tree->IsBold(item)) - { - MarkItem(tree, item, false); - } - if (!found) - { - if (data->m_pToken->m_Filename.IsSameAs(filename)) - { - if (((int)data->m_pToken->m_LineStart <= line) && ((int)data->m_pToken->m_LineEnd >= line)) - { - MarkItem(tree, item); - found = true; - } - } - } - } - else if (data->m_SpecialFolder == sfFile) - { - bool isSameFile = data->m_pToken->m_Filename.IsSameAs(filename); - if (isSameFile) - { - MarkItem(tree, item); - foundFile = true; - } - else - MarkItem(tree, item, false); - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = tree->GetFirstChild(item, cookie2); - - while (item2.IsOk()) - { - TreeDataF* data2 = (TreeDataF*)tree->GetItemData(item2); - if (data2) - { - if (data2->m_SpecialFolder == sfToken) - { - if (tree->IsBold(item2)) - { - MarkItem(tree, item2, false); - } - if (!found && isSameFile) - { - if (((int)data2->m_pToken->m_LineStart <= line) && ((int)data2->m_pToken->m_LineEnd >= line)) - { - MarkItem(tree, item2); - found = true; - } - } - } - } - item2 = tree->GetNextChild(item, cookie2); - } - } - } - item = tree->GetNextChild(root, cookie); - } - return (found || foundFile); -} - - -bool WorkspaceBrowserBuilder::IsLineInGlobals(const wxString& file, int line) -{ - if (m_Options.showIncludeSeparately && m_pParser->IsIncludeFile(file)) - return false; - - int tokenKindMask = tkFunction | tkProgram | tkSubroutine; - TokensArrayF* pTokens = m_pParser->GetTokens(); - bool found = false; - bool foundFileToken = false; - for (size_t i=0; i < pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - - if (token->m_TokenKind == tkFile && token->m_Filename.IsSameAs(file)) - { - switch (m_Options.displayFilter) - { - case bdfFile: - { - foundFileToken = true; - break; - } - case bdfProject: - { - for (FilesList::iterator it = m_pActiveProject->GetFilesList().begin(); it != m_pActiveProject->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - foundFileToken = UnixFilename(pf->file.GetFullPath()).IsSameAs(file); - if(foundFileToken) - break; - } - break; - } - default: // bdfWorkspace - { - foundFileToken = true; - break; - } - } - if (foundFileToken) - { - TokensArrayF* children = &token->m_Children; - for (size_t j=0; j < children->GetCount(); ++j) - { - TokenF* childToken = children->Item(j); - if (childToken->m_TokenKind & tokenKindMask) - { - if ( ((int)childToken->m_LineStart <= line) && ((int)childToken->m_LineEnd >= line) ) - { - found = true; - break; - } - } - } - } - break; - } - } - return found; -} - - -void WorkspaceBrowserBuilder::MakeVisibleCurrent() -{ - if (Manager::IsAppShuttingDown() || m_AtWork) - return; - - wxTreeItemIdValue cookie; - wxTreeItemId root = m_pTreeTop->GetRootItem(); - if (!root.IsOk()) - return; - wxTreeItemId item = m_pTreeTop->GetFirstChild(root, cookie); - while (item.IsOk()) - { - if (m_pTreeTop->IsBold(item)) - { - m_pTreeTop->SelectItem(item); - m_pTreeTop->EnsureVisible(item); - break; - } - item = m_pTreeTop->GetNextChild(root, cookie); - } - - if (m_Options.visibleBottomTree) - { - root = m_pTreeBottom->GetRootItem(); - if (!root.IsOk()) - return; - item = m_pTreeBottom->GetFirstChild(root, cookie); - bool found = false; - while (item.IsOk()) - { - if (m_pTreeBottom->IsBold(item)) - { - m_pTreeBottom->SelectItem(item); - m_pTreeBottom->EnsureVisible(item); - break; - } - else if (m_pTreeBottom->HasChildren(item)) - { - wxTreeItemIdValue cookie2; - wxTreeItemId item2 = m_pTreeBottom->GetFirstChild(item, cookie2); - while (item2.IsOk()) - { - if (m_pTreeBottom->IsBold(item2)) - { - m_pTreeBottom->SelectItem(item2); - m_pTreeBottom->EnsureVisible(item2); - found = true; - break; - } - item2 = m_pTreeBottom->GetNextChild(item, cookie2); - } - if (found) - break; - } - item = m_pTreeBottom->GetNextChild(root, cookie); - } - } -} - -void WorkspaceBrowserBuilder::AddIncludeFiles(wxTreeCtrl* tree, wxTreeItemId parent) -{ - if (Manager::IsAppShuttingDown()) - return; - - int tokenKindMask = tkModule | tkFunction | tkProgram | tkSubroutine | tkInterface | tkInterfaceExplicit | tkBlockData | - tkType | tkVariable | tkProcedure | tkAccessList | tkCommonblock | tkSubmodule; - - bool sorted = m_Options.sortAlphabetically; - switch (m_Options.displayFilter) - { - case bdfFile: - { - if (m_pParser->IsIncludeFile(m_ActiveFilename)) - { - TokenF* fileToken= m_pParser->FindFile(m_ActiveFilename); - if (fileToken) - { - wxFileName fn(m_ActiveFilename); - wxString tn = _("include '"); - tn << fn.GetFullName() << _("'"); - wxTreeItemId idni = AddNodeIfNotThere(tree, parent, tn, m_Imlist.GetImageIdx("symbols_folder"), new TreeDataF(sfFile, fileToken), sorted); - AddFileNodes(tree, idni, UnixFilename(m_ActiveFilename), tokenKindMask); - } - } - break; - } - case bdfProject: - { - for (FilesList::iterator it = m_pActiveProject->GetFilesList().begin(); it != m_pActiveProject->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - if (m_pParser->IsIncludeFile(pf->file.GetFullPath())) - { - TokenF* fileToken= m_pParser->FindFile(pf->file.GetFullPath()); - if (fileToken) - { - wxString tn = _("include '"); - tn << pf->file.GetFullName() << _("'"); - wxTreeItemId idni = AddNodeIfNotThere(tree, parent, tn, m_Imlist.GetImageIdx("symbols_folder"), new TreeDataF(sfFile, fileToken), sorted); - AddFileNodes(tree, idni, UnixFilename(pf->file.GetFullPath()), tokenKindMask); - } - } - } - break; - } - case bdfWorkspace: - { - TokensArrayF* pTokens = m_pParser->GetTokens(); - for (size_t i=0; i< pTokens->GetCount(); ++i) - { - TokenF* token = pTokens->Item(i); - if (token->m_TokenKind == tkFile && - m_pParser->IsIncludeFile(token->m_Filename)) - { - wxString tn = _("include '"); - tn << token->m_DisplayName << _("'"); - wxTreeItemId idni = AddNodeIfNotThere(tree, parent, tn, m_Imlist.GetImageIdx("symbols_folder"), new TreeDataF(sfFile, token), sorted); - AddChildrenNodes(tree, idni, token, tokenKindMask); - } - } - break; - } - } -} - -void WorkspaceBrowserBuilder::SetActiveProject(cbProject* prj) -{ - m_pActiveProject = prj; -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4e784fcb2f4c2ef37c1ebfc65e99e516d684025.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d4/d4e784fcb2f4c2ef37c1ebfc65e99e516d684025.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d8/d8f22d932490c1b1dc029ad8c59ca26f1a7c3bbc.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d8/d8f22d932490c1b1dc029ad8c59ca26f1a7c3bbc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d8/d8f22d932490c1b1dc029ad8c59ca26f1a7c3bbc.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d8/d8f22d932490c1b1dc029ad8c59ca26f1a7c3bbc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,150 +0,0 @@ - -#include "textcutter.h" - -TextCutter::TextCutter(const wxString& allText, FortranSourceForm fsForm) -{ - m_Text = allText; - m_TextLen = m_Text.length(); - m_CurSourceForm = fsForm; - m_CurIdx = 0; - m_CurColumn = 1; -} - -TextCutter::~TextCutter() -{ -}; - -void TextCutter::GetChunk(wxString& chunk, bool& isWord) -{ - isWord = false; - chunk = wxEmptyString; - if (IsEOF()) - return; - - unsigned int start = m_CurIdx; - if (isalpha(CurrentChar()) || CurrentChar() == '_') - { - while (!IsEOF() && - (isalnum(CurrentChar()) || CurrentChar() == '_')) - MoveToNextChar(); - chunk = m_Text.Mid(start, m_CurIdx - start); - isWord = true; - } - else - { - SkipWhiteSpace(); - SkipUnwanted(); - if (start != m_CurIdx) - { - chunk = m_Text.Mid(start, m_CurIdx - start); - return; - } - - if (isdigit(CurrentChar())) - { - // numbers - while (!IsEOF() && CharInString(CurrentChar(), "0123456789.abcdefABCDEFXxLl")) - MoveToNextChar(); - - } - else if (CurrentChar() == '"' || - CurrentChar() == '\'') - { - // string, char, etc. - wxChar match = CurrentChar(); - MoveToNextChar(); // skip starting ' or " - SkipToChar(match); - MoveToNextChar(); // skip ending ' or " - } - else - { - MoveToNextChar(); - } - chunk = m_Text.Mid(start, m_CurIdx - start); - } - return; -} - -bool TextCutter::SkipWhiteSpace() -{ - if (IsEOF()) - return false; - while (!IsEOF() && isspace(CurrentChar())) - MoveToNextChar(); - return true; -} - -bool TextCutter::MoveToNextChar() -{ - if (IsEOF()) - { - return false; - } - ++m_CurIdx; - ++m_CurColumn; - AdjustColumn(); - return true; -} - -void TextCutter::AdjustColumn() -{ - if (CurrentChar() == '\n') - m_CurColumn = 0; -} - -wxChar TextCutter::CurrentChar() -{ - return m_Text.GetChar(m_CurIdx); -} - -wxChar TextCutter::NextChar() -{ - if (m_CurIdx+1 >= m_TextLen) - return '\0'; - return m_Text.GetChar(m_CurIdx+1); -} - -void TextCutter::SkipUnwanted() -{ - if (IsEOF()) - { - return; - } - while (CurrentChar() == '#' || - CurrentChar() == '!' || - ((CurrentChar() == 'c' || CurrentChar() == 'C' || CurrentChar() == '*') && m_CurColumn == 1 && m_CurSourceForm == fsfFixed)) - { - SkipToEOL(); - SkipWhiteSpace(); - if (IsEOF()) - return; - } -} - -void TextCutter::SkipToChar(const wxChar& ch) -{ - // skip everything until we find ch - while (1) - { - while (!IsEOF() && CurrentChar() != ch && CurrentChar() != '\n') - MoveToNextChar(); - break; - } -} - -bool TextCutter::CharInString(const char ch, const char* chars) -{ - int len = strlen(chars); - for (int i = 0; i < len; ++i) - { - if (ch == chars[i]) - return true; - } - return false; -} - -void TextCutter::SkipToEOL() -{ - while (!IsEOF() && CurrentChar() != '\n') - MoveToNextChar(); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d9/d9f5fa23cee765450af4b67838c3806372f0e7f0.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d9/d9f5fa23cee765450af4b67838c3806372f0e7f0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/d9/d9f5fa23cee765450af4b67838c3806372f0e7f0.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/d9/d9f5fa23cee765450af4b67838c3806372f0e7f0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,523 +0,0 @@ -!************************************************************************************** -! -! This file is part of FortranProject plugin for Code::Blocks IDE. -! It contains list of keywords and intrinsic procedures which are included in code-completion list. -! -! Description of procedures is based on GNU Fortran user manual. -! -! The file is licensed under the GNU General Public License, version 3 -! http://www.gnu.org/licenses/gpl-3.0.html -! -! Author: Darius Markauskas -! -!************************************************************************************** - -module iso_c_binding - type c_ptr - end type - - type c_funptr - end type - - type(c_ptr), parameter :: c_null_ptr - type(c_funptr), parameter :: c_null_funptr - - integer, parameter :: c_int - integer, parameter :: c_short, c_long, c_long_long, c_signed_char, c_size_t, c_int8_t, c_int16_t, c_int32_t, c_int64_t, & - c_int_least8_t, c_int_least16_t, c_int_least32_t, c_int_least64_t, c_int_fast8_t, & - c_int_fast16_t, c_int_fast32_t, c_int_fast64_t, c_intmax_t, c_intptr_t - integer, parameter :: c_float, c_double, c_long_double - integer, parameter :: c_float_complex, c_double_complex, c_long_double_complex - integer, parameter :: c_bool - integer, parameter :: c_char - character(kind=c_char, len=1), parameter :: c_null_char, c_alert, c_backspace, c_form_feed, c_new_line, & - c_carriage_return, c_horizontal_tab, c_vertical_tab - - logical function c_associated(c_ptr_1 [, c_ptr_2]) - ! Determines the status of the C pointer c_ptr_1 or if c_ptr_1 is associated with the target c_ptr_2. - ! Return value: - ! The return value is of type LOGICAL; it is .false. if either c_ptr_1 is a C NULL pointer - ! or if c_ptr1 and c_ptr_2 point to different addresses. - type(c_ptr or c_funptr) :: c_ptr_1, c_ptr_2 - end function - - subroutine c_f_pointer(cptr, fptr[, shape]) - ! Assign the target the C pointer CPTR to the Fortran pointer FPTR and specify its shape. - type(c_ptr), intent(in) :: cptr - type(*), intent(out), pointer :: fptr - integer, optional, intent(in) :: shape(:) - end subroutine - - subroutine c_f_procpointer(cptr, fptr) - ! Assign the target of the C function pointer CPTR to the Fortran procedure pointer FPTR. - type(c_funptr), intent(in) :: cptr - procedure(function_interface), pointer :: fptr - end subroutine - - type(c_funptr) function c_funloc(x) - ! Determines the C address of the argument. - ! Return value: - ! The return value is of type C_FUNPTR and contains the C address of the argument. - procedure(function_interface) :: x ! Interoperable function or pointer to such function. - end function - - type(c_ptr) function c_loc(x) - ! Determines the C address of the argument. - ! Return value: - ! The return value is of type C_PTR and contains the C address of the argument. - type(*), pointer or target :: x - end function - - integer(c_size_t) function c_sizeof(x) - ! Calculates the number of bytes of storage the expression X occupies. - ! Return value: - ! The return value is of type integer and of the system-dependent kind C_SIZE_T (from the ISO_C_BINDING module). - ! Its value is the number of bytes occupied by the argument. If the argument has the POINTER attribute, - ! the number of bytes of the storage area pointed to is returned. If the argument is of a derived type - ! with POINTER or ALLOCATABLE components, the return value doesn't account for the sizes of the data pointed - ! to by these components. - type(*) :: x - end function - -end module iso_c_binding - - -module iso_fortran_env - integer, parameter :: atomic_int_kind - integer, parameter :: atomic_logical_kind - integer, parameter :: character_kinds(:) - integer, parameter :: character_storage_size - integer, parameter :: error_unit - integer, parameter :: file_storage_size - integer, parameter :: input_unit - integer, parameter :: int8, int16, int32, int64 - integer, parameter :: integer_kinds(:) - integer, parameter :: iostat_end - integer, parameter :: iostat_eor - integer, parameter :: iostat_inquire_internal_unit - integer, parameter :: logical_kinds(:) - integer, parameter :: numeric_storage_size - integer, parameter :: output_unit - integer, parameter :: real_kinds(:) - integer, parameter :: real32, real64, real128 - integer, parameter :: stat_locked - integer, parameter :: stat_locked_other_image - integer, parameter :: stat_stopped_image - integer, parameter :: stat_unlocked - - type lock_type - end type - - character(len=*) function compiler_options() - ! Processor-dependent string describing the options that controlled the program translation phase. - end function - - character(len=*) function compiler_version() - ! Processor-dependent string identifying the program translation phase. - end function - -end module iso_fortran_env - - -module ieee_exceptions - type ieee_flag_type - end type - - type ieee_status_type - end type - - type(ieee_flag_type), parameter :: ieee_invalid - type(ieee_flag_type), parameter :: ieee_overflow - type(ieee_flag_type), parameter :: ieee_devide_by_zero - type(ieee_flag_type), parameter :: ieee_underflow - type(ieee_flag_type), parameter :: ieee_inexact - type(ieee_flag_type), parameter :: ieee_usual(3) = [ieee_overflow, ieee_devide_by_zero, ieee_invalid] - type(ieee_flag_type), parameter :: ieee_all(5) = [ieee_usual, ieee_underflow, ieee_inexact] - - subroutine ieee_get_flag(flag, flag_value) - end subroutine - - subroutine ieee_get_halting_mode(flag, halting) - end subroutine - - subroutine ieee_get_status(status_value) - end subroutine - - subroutine ieee_set_flag(flag, flag_value) - end subroutine - - subroutine ieee_set_halting_mode(flag, halting) - end subroutine - - subroutine ieee_set_status(status_value) - end subroutine - - function ieee_support_flag(flag [,x]) - end function - - function ieee_support_halting(flag) - end function - -end module ieee_exceptions - - -module ieee_arithmetic - use ieee_exceptions - - type ieee_class_type - end type - - type ieee_round_type - end type - - type(ieee_class_type), parameter :: ieee_signaling_nan - type(ieee_class_type), parameter :: ieee_quiet_nan - type(ieee_class_type), parameter :: ieee_negative_inf - type(ieee_class_type), parameter :: ieee_negative_normal - type(ieee_class_type), parameter :: ieee_negative_denormal - type(ieee_class_type), parameter :: ieee_negative_zero - type(ieee_class_type), parameter :: ieee_positive_zero - type(ieee_class_type), parameter :: ieee_positive_denormal - type(ieee_class_type), parameter :: ieee_positive_normal - type(ieee_class_type), parameter :: ieee_positive_inf - type(ieee_class_type), parameter :: ieee_other_value - - type(ieee_round_type), parameter :: ieee_nearest - type(ieee_round_type), parameter :: ieee_to_zero - type(ieee_round_type), parameter :: ieee_up - type(ieee_round_type), parameter :: ieee_down - type(ieee_round_type), parameter :: ieee_other - - type(ieee_class_type) function ieee_class(x) - ! Classify number - real :: x - end function - - function ieee_copy_sign(x, y) - ! Copy sign. - end function - - subroutine ieee_get_rounding_mode(round_value) - ! Get rounding mode. - end subroutine - - subroutine ieee_get_underflow_mode(gradual) - ! Get underflow mode. - end subroutine - - logical function ieee_is_finite(x) - ! Whether a value is finite. - real :: x - end function - - function ieee_is_nan(x) - ! Whether a value is an IEEE NaN. - end function - - function ieee_is_negative(x) - ! Whether a value is negative. - end function - - function ieee_is_normal(x) - ! Whether a value is a normal number. - end function - - function ieee_logb(x) - ! Exponent. - end function - - function ieee_next_after(x, y) - ! Adjacent machine number. - end function - - function ieee_rem(x, y) - ! Exact remainder. - end function - - function ieee_rint(x) - ! Round to integer. - end function - - function ieee_scalb(x, i) - ! x * 2**i. - end function - - function ieee_selected_real_kind([p, r, radix]) - ! IEEE kind type parameter value. - integer, optional :: p, r, radix - end function - - subroutine ieee_set_rounding_mode(round_value) - ! Set rounding mode. - end subroutine - - subroutine ieee_set_underflow_mode(gradual) - ! Set underflow mode. - end subroutine - - function ieee_support_datatype([x]) - ! Query IEEE arithmetic support. - end function - - function ieee_support_denormal([x]) - ! Query denormalized number support. - end function - - function ieee_support_divide([x]) - ! Query IEEE division support. - end function - - function ieee_support_inf([x]) - end function - - function ieee_support_io([x]) - end function - - function ieee_support_nan([x]) - end function - - function ieee_support_rounding(round_value [, x]) - end function - - function ieee_support_sqrt([x]) - end function - - function ieee_support_standard([x]) - end function - - function ieee_support_underflow_control([x]) - end function - - function ieee_unordered(x, y) - end function - - function ieee_value(x, class) - end function - -end module ieee_arithmetic - -module ieee_features - type ieee_features_type - end type - - type(ieee_features_type), parameter :: ieee_datatype - type(ieee_features_type), parameter :: ieee_denormal - type(ieee_features_type), parameter :: ieee_divide - type(ieee_features_type), parameter :: ieee_halting - type(ieee_features_type), parameter :: ieee_inexact_flag - type(ieee_features_type), parameter :: ieee_inf - type(ieee_features_type), parameter :: ieee_invalid_flag - type(ieee_features_type), parameter :: ieee_nan - type(ieee_features_type), parameter :: ieee_rounding - type(ieee_features_type), parameter :: ieee_sqrt - type(ieee_features_type), parameter :: ieee_underflow_flag -end module - - -module omp_lib - integer, parameter :: omp_lock_kind - integer, parameter :: omp_nest_lock_kind - integer, parameter :: omp_sched_kind - - integer, parameter :: openmp_version - integer(omp_sched_kind), parameter :: omp_sched_static - integer(omp_sched_kind), parameter :: omp_sched_dynamic - integer(omp_sched_kind), parameter :: omp_sched_guided - integer(omp_sched_kind), parameter :: omp_sched_auto - - integer, parameter :: omp_proc_bind_kind - integer(omp_proc_bind_kind), parameter :: omp_proc_bind_false - integer(omp_proc_bind_kind), parameter :: omp_proc_bind_true - integer(omp_proc_bind_kind), parameter :: omp_proc_bind_master - integer(omp_proc_bind_kind), parameter :: omp_proc_bind_close - integer(omp_proc_bind_kind), parameter :: omp_proc_bind_spread - - integer(omp_lock_hint_kind), parameter :: omp_lock_hint_none = 0 - integer(omp_lock_hint_kind), parameter :: omp_lock_hint_uncontended = 1 - integer(omp_lock_hint_kind), parameter :: omp_lock_hint_contended = 2 - integer(omp_lock_hint_kind), parameter :: omp_lock_hint_nonspeculative = 4 - integer(omp_lock_hint_kind), parameter :: omp_lock_hint_speculative = 8 - - subroutine omp_init_lock (lock) - integer (omp_lock_kind), intent (out) :: lock - end subroutine omp_init_lock - - subroutine omp_init_nest_lock (lock) - integer (omp_nest_lock_kind), intent (out) :: lock - end subroutine omp_init_nest_lock - - subroutine omp_destroy_lock (lock) - integer (omp_lock_kind), intent (inout) :: lock - end subroutine omp_destroy_lock - - subroutine omp_destroy_nest_lock (lock) - integer (omp_nest_lock_kind), intent (inout) :: lock - end subroutine omp_destroy_nest_lock - - subroutine omp_set_lock (lock) - integer (omp_lock_kind), intent (inout) :: lock - end subroutine omp_set_lock - - subroutine omp_set_nest_lock (lock) - integer (omp_nest_lock_kind), intent (inout) :: lock - end subroutine omp_set_nest_lock - - subroutine omp_unset_lock (lock) - integer (omp_lock_kind), intent (inout) :: lock - end subroutine omp_unset_lock - - subroutine omp_unset_nest_lock (lock) - integer (omp_nest_lock_kind), intent (inout) :: lock - end subroutine omp_unset_nest_lock - - subroutine omp_set_dynamic (set) - logical, intent (in) :: set - end subroutine omp_set_dynamic - - subroutine omp_set_nested (set) - logical, intent (in) :: set - end subroutine omp_set_nested - - subroutine omp_set_num_threads (set) - integer, intent (in) :: set - end subroutine omp_set_num_threads - - function omp_get_dynamic () - logical (omp_logical_kind) :: omp_get_dynamic - end function omp_get_dynamic - - function omp_get_nested () - logical (omp_logical_kind) :: omp_get_nested - end function omp_get_nested - - function omp_in_parallel () - logical (omp_logical_kind) :: omp_in_parallel - end function omp_in_parallel - - function omp_test_lock (lock) - logical (omp_logical_kind) :: omp_test_lock - integer (omp_lock_kind), intent (inout) :: lock - end function omp_test_lock - - function omp_get_max_threads () - integer :: omp_get_max_threads - end function omp_get_max_threads - - function omp_get_num_procs () - integer :: omp_get_num_procs - end function omp_get_num_procs - - function omp_get_num_threads () - integer :: omp_get_num_threads - end function omp_get_num_threads - - function omp_get_thread_num () - integer :: omp_get_thread_num - end function omp_get_thread_num - - function omp_test_nest_lock (lock) - integer :: omp_test_nest_lock - integer (omp_nest_lock_kind), intent (inout) :: lock - end function omp_test_nest_lock - - function omp_get_wtick () - double precision :: omp_get_wtick - end function omp_get_wtick - - function omp_get_wtime () - double precision :: omp_get_wtime - end function omp_get_wtime - - subroutine omp_set_schedule (kind, modifier) - integer (omp_sched_kind), intent (in) :: kind - integer, intent (in) :: modifier - end subroutine omp_set_schedule - - subroutine omp_get_schedule (kind, modifier) - integer (omp_sched_kind), intent (out) :: kind - integer, intent (out) :: modifier - end subroutine omp_get_schedule - - function omp_get_thread_limit () - integer :: omp_get_thread_limit - end function omp_get_thread_limit - - subroutine omp_set_max_active_levels (max_levels) - integer, intent (in) :: max_levels - end subroutine omp_set_max_active_levels - - function omp_get_max_active_levels () - integer :: omp_get_max_active_levels - end function omp_get_max_active_levels - - function omp_get_level () - integer :: omp_get_level - end function omp_get_level - - function omp_get_ancestor_thread_num (level) - integer, intent (in) :: level - integer :: omp_get_ancestor_thread_num - end function omp_get_ancestor_thread_num - - function omp_get_team_size (level) - integer, intent (in) :: level - integer :: omp_get_team_size - end function omp_get_team_size - - function omp_get_active_level () - integer :: omp_get_active_level - end function omp_get_active_level - - function omp_in_final () - logical :: omp_in_final - end function omp_in_final - - function omp_get_cancellation() - logical :: omp_get_cancellation - end function - - function omp_get_proc_bind() - integer(omp_proc_bind_kind) :: omp_get_proc_bind - end function - - subroutine omp_set_default_device(device_num) - integer :: device_num - end subroutine - - function omp_get_default_device() - integer :: omp_get_default_device - end function - - function omp_get_num_devices() - integer :: omp_get_num_devices - end function - - function omp_get_num_teams() - integer :: omp_get_num_teams - end function - - function omp_get_team_num() - integer :: omp_get_team_num - end function - - function omp_is_initial_device() - integer :: omp_is_initial_device - end function - - function omp_get_initial_device() - integer :: omp_get_initial_device - end function - - subroutine omp_init_lock_with_hint (svar, hint) - integer (omp_lock_kind) :: svar - integer (omp_lock_hint_kind) :: hint - end subroutine omp_init_lock_with_hint - - subroutine omp_init_nest_lock_with_hint (nvar, hint) - integer(omp_nest_lock_kind) :: nvar - integer(omp_lock_hint_kind) :: hint - end subroutine omp_init_nest_lock_with_hint - -end module omp_lib - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/db/db55b999155d70a60715187d25a808f78cde1206.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/db/db55b999155d70a60715187d25a808f78cde1206.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/db/db55b999155d70a60715187d25a808f78cde1206.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/db/db55b999155d70a60715187d25a808f78cde1206.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -#ifndef CALLTREE_H -#define CALLTREE_H - -#include "calltreeview.h" -#include "parserf.h" - -class CallTree -{ - public: - CallTree(FortranProject* forproj); - virtual ~CallTree(); - - CallTreeView* GetCallTreeView(){return m_pCallTreeView;}; - void BuildCallTree(cbEditor* ed, const wxString& NameUnderCursor, ParserF* pParser, std::set< wxString>& keywordSet, bool showCallTree); - - protected: - - private: - void FindCalledTokens(ParserF* pParser, TokenF* token, std::set< wxString>& keywordSet); - void FindTokenFromCall(ParserF* pParser, TokenFlat* parentTok, TokenFlat* oneCall, TokensArrayFlat* result); - bool HasChildToken(TokenF* tokParent, TokenF* tok); - bool HasCallChildToken(TokenF* tokParent, TokenFlat* tok); - bool HasInHerarchy(TokenF* tokParent, TokenF* tok); - void ManageInterfaceExplicit(ParserF* pParser, TokenFlat* origFT, TokenF* token, std::set& keywordSet); - void FindCallingTokens(ParserF* pParser, TokenF* token, CalledByDict& cByDict); - void ManageTBProceduresForCallTree(ParserF* pParser, TokenFlat* origFT, TokenF* token, std::set& keywordSet); - - CallTreeView* m_pCallTreeView; -}; - -#endif // CALLTREE_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/db/dbaab989497a82756e71cf44b046aa2fe3788284.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/db/dbaab989497a82756e71cf44b046aa2fe3788284.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/db/dbe77f7a356a1d7993d2a5ec1bd6184605ebf52c.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/db/dbe77f7a356a1d7993d2a5ec1bd6184605ebf52c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/db/dbe77f7a356a1d7993d2a5ec1bd6184605ebf52c.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/db/dbe77f7a356a1d7993d2a5ec1bd6184605ebf52c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,122 +0,0 @@ -#ifndef FCONSTRUCT_H -#define FCONSTRUCT_H - -#include -#include -#include -#include - -class FConstruct -{ - public: - enum FCLid - { - fclUnknown, - fclIf_if_then, - fclIf_else_if_then, - fclIf_else, - fclIf_end_if, - fclDo_do, - fclDo_end_do, - fclInterf_interf, - fclInterf_end_interf, - fclSub_sub, - fclSub_end_sub, - fclFun_fun, - fclFun_end_fun, - fclProg_prog, - fclProg_end_prog, - fclMod_module, - fclMod_end_module, - fclSubmod_submod, - fclSubmod_end_submod, - fclSelect_end, - fclSelectCase_start, - fclSelectCase_case, - fclSelectType_start, - fclSelectType_type_is, - fclSelectType_class_is, - fclSelectType_class_default, - fclType_type, - fclType_end_type, - fclEnum_enum, - fclEnum_end_enum, - fclCritical_critical, - fclCritical_end_critical, - fclForall_forall, - fclForall_end_forall, - fclAssoc_associate, - fclAssoc_end_associate, - fclBlock_block, - fclBlock_end_block, - fclTeam_change_team, - fclTeam_end_team, - fclWhere_where, - fclWhere_else_where, - fclWhere_end_where, - fclBlockdata_blockdata, - fclBlockdata_end_blockdata, - fclProc_mod_proc, - fclProc_end_proc, - - fclProgGroup_start, - fclProgGroup_end, - - fclSelGroup_start, - fclSelGroup_end, - }; - - enum FConstructType - { - ctProgramGroup, - ctSelectGroup, - ctIf, - ctDo, - ctSubroutine, - ctFunction, - ctInterface, - ctAssiciate, - ctBlock, - ctBlockdata, - ctCritical, - ctModule, - ctProgram, - ctCase, - ctType, - ctWhere, - ctEnum, - ctForall, - ctSubmodule, - ctTeam, - ctProcedure, - ctEnd, - ctUnknown - }; - - static std::map FCLReMap; - static void MakeFCLReMap(); - static void DelFCLReMap(); - - static std::map > FCLWordMap; - static void MakeFCLWordMap(); - static void GetWordsFromFCLid(FCLid flid, wxString& word1, wxString& word2, wxString& word3); - - static std::map > WordFCLidMap; - static void MakeWordFCLidMap(); - - public: - FConstruct(); - virtual ~FConstruct(); - void Clear(); - void AddPart(const wxString& word1, const wxString& word2, const wxString& word3); - void GetWords(int i, wxString& word1, wxString& word2, wxString& word3, FCLid& flid) const; - size_t Size() const {return m_Parts.size();}; - void SetType(FConstructType fct) {m_Fct = fct;}; - FConstructType GetType() const {return m_Fct;}; - - private: - FConstructType m_Fct; - std::vector > m_Parts; -}; - -#endif // FCONSTRUCT_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/df/df121728bad25ceb3b2efbea7760d1d4adf3f436.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/df/df121728bad25ceb3b2efbea7760d1d4adf3f436.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e0/e08ba9a932316a99db0a18624790bd7a03ce4936.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e0/e08ba9a932316a99db0a18624790bd7a03ce4936.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e0/e0af4136d983dbaa0efd4cba01e1190c19f3caab.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e0/e0af4136d983dbaa0efd4cba01e1190c19f3caab.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e0/e0af4136d983dbaa0efd4cba01e1190c19f3caab.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e0/e0af4136d983dbaa0efd4cba01e1190c19f3caab.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,277 +0,0 @@ -#include "docblock.h" -#include "cbcolourmanager.h" - -#include - -DocBlock::DocBlock(): - m_Description(_T("**description**")), - m_Brief(_T("**brief**")) -{ - //ctor -} - -DocBlock::~DocBlock() -{ - //dtor -} - -wxString DocBlock::GetDescription() -{ - if (m_DocMap.count(m_Description) == 1) - return m_DocMap[m_Description]; - - return wxEmptyString; -} - -bool DocBlock::HasDescription() -{ - return (m_DocMap.count(m_Description) == 1); -} - -void DocBlock::AddDescription(const wxString &descr) -{ - m_DocMap[m_Description] = descr; -} - -wxString DocBlock::GetBrief() -{ - if (m_DocMap.count(m_Brief) == 1) - return m_DocMap[m_Brief]; - - return wxEmptyString; -} - -bool DocBlock::HasBrief() -{ - return (m_DocMap.count(m_Brief) == 1); -} - -int DocBlock::GetParamCount() -{ - int pc = 0; - for (std::map::iterator it = m_DocMap.begin(); it != m_DocMap.end(); ++it) - { - if (!it->first.IsSameAs(m_Description) && !it->first.IsSameAs(m_Brief)) - pc++; - } - return pc; -} - -wxString DocBlock::GetValue(wxString& key) -{ - if (m_DocMap.count(key) == 1) - return m_DocMap[key]; - - return wxEmptyString; -} - -void DocBlock::AddBrief(const wxString &bline) -{ - m_DocMap[_T("**brief**")] = bline; -} - -void DocBlock::AddParam(const wxString &name, const wxString &descr) -{ - m_DocMap[name.Lower()] = descr; -} - -void DocBlock::Clear() -{ - m_DocMap.clear(); -} - -//***************************************** -namespace HTMLTags -{ - static const wxString br = _T("
"); - static const wxString sep = _T(" "); - static const wxString b1 = _T(""); - static const wxString b0 = _T(""); - - static const wxString a1 = _T(""); - static const wxString a0 = _T(""); - - static const wxString i1 = _T(""); - static const wxString i0 = _T(""); - - static const wxString pre1 = _T("
");
-    static const wxString pre0 = _T("
"); - - static const wxString nbsp(_T(" ")); - static const wxString tab = nbsp + nbsp + nbsp; - - static const wxString commandTag = _T("cmd="); -} - -wxString HtmlDoc::GenerateHtmlDoc(TokenFlat* token, int token_idx, bool& hasDoc) -{ - //http://docs.wxwidgets.org/2.8/wx_wxhtml.html#htmltagssupported - using namespace HTMLTags; - - ColourManager *colours = Manager::Get()->GetColourManager(); - - wxString html = _T("GetColour(wxT("cc_docs_back")).GetAsString(wxC2S_HTML_SYNTAX) + _T("\" text=\""); - html += colours->GetColour(wxT("cc_docs_fore")).GetAsString(wxC2S_HTML_SYNTAX) + _T("\" link=\""); - html += colours->GetColour(wxT("cc_docs_link")).GetAsString(wxC2S_HTML_SYNTAX) + _T("\">"); - - html += _T(""); - - hasDoc = false; - if (!token || token->m_DisplayName.IsEmpty()) - return wxEmptyString; - - // add parent: - if (!token->m_ParentDisplayName.IsEmpty()) - { - wxString parent; - if (token->m_ParentTokenKind == tkModule) - html += _T("module: ") + b1 + token->m_ParentDisplayName + b0 + br; - } - - html += br; - wxString moreInfo; - - //add scope and name: - switch (token->m_TokenKind) - { - case tkFunction: - html += token->m_PartFirst + _T(" function ") + b1 + token->m_DisplayName + b0; - html += _T(" ") + token->m_Args.Trim(false); - html += sep + token->m_PartLast; - html += br; - break; - - case tkSubroutine: - html += _T("subroutine ") + b1 + token->m_DisplayName + b0; - html += sep + token->m_Args; - html += br; - if (token->m_ParentTokenKind == tkFile) - moreInfo = _T("global"); - else if (token->m_TokenAccess == taPrivate) - moreInfo = _T("private"); - break; - - case tkVariable: - html += token->m_TypeDefinition + _T(" :: ") + b1 + token->m_DisplayName + b0 + token->m_Args + br; - moreInfo = token->GetTokenKindString(); - break; - - case tkInterface: - html += token->m_TypeDefinition + nbsp + b1 + token->m_DisplayName + b0 + br; - if (token->m_TypeDefinition.IsEmpty()) - moreInfo = _T("interface"); - else - moreInfo = _T("generic interface"); - break; - - default: - html += b1 + token->m_DisplayName + b0 + br; - moreInfo = token->GetTokenKindString(); - } - - //add kind: - if (!moreInfo.IsEmpty()) - html += i1 + _T("") + _T("(") + - moreInfo +_T(")") + _T("") + i0 + br; - - if (!token->m_DocString.IsEmpty()) - { - const wxString brsep = _T("@brief_end@"); - size_t brf = token->m_DocString.find(brsep); - size_t bre_idx = 11; - if (brf != wxString::npos) - bre_idx += brf; - else - bre_idx = 0; - - if (bre_idx > 11) - { - html += br + i1 + b1 + _T("Brief:") + b0 + i0 + br; - html += tab + token->m_DocString.substr(0,brf) + br; - hasDoc = true; - } - - if (bre_idx < token->m_DocString.size()) - { - html += br + i1 + b1 + _T("Description:") + b0 + i0 + br; - html += tab + token->m_DocString.substr(bre_idx) + br; - hasDoc = true; - } - } - - //add go to declaration - html += br + br + _T("") + _T("Open declaration") + _T("") + br + br; - - // Append 'close' link: - html += _T("") + _T("close") + _T(""), - - html += _T(""); - - return html; -} - - -wxString HtmlDoc::OnDocumentationLink(wxHtmlLinkEvent &event, bool &dismissPopup, bool &isGoto, long int &tokenIdx) -{ - using namespace HTMLTags; - - const wxString& href = event.GetLinkInfo().GetHref(); - wxString args; - wxString tidx_str; - - dismissPopup = false; - isGoto = false; - - if (!href.StartsWith(commandTag, &args)) - return wxEmptyString; - - if (args.StartsWith(_T("goto"), &tidx_str)) - { - if(tidx_str.ToLong(&tokenIdx)) - { - dismissPopup = true; - isGoto = true; - } - } - else if (args.StartsWith(_T("close"))) - dismissPopup = true; - - return wxEmptyString; -} - -wxString HtmlDoc::GetDocForTooltip(TokenFlat* token) -{ - return HtmlDoc::GetDocShort(token->m_DocString); -} - -wxString HtmlDoc::GetDocShort(const wxString& tokDoc) -{ - wxString doc; - if (!tokDoc.IsEmpty()) - { - const wxString brsep = _T("@brief_end@"); - size_t brf = tokDoc.find(brsep); - size_t bre_idx = 11; - if (brf != wxString::npos) - bre_idx += brf; - else - bre_idx = 0; - - if (bre_idx > 11) - { - doc = tokDoc.substr(0,brf); - } - else if (bre_idx < tokDoc.size()) - { - doc = tokDoc.substr(bre_idx); - if (doc.size() > 80) // limit length of doc - doc = doc.substr(0,80) + _T("..."); - } - } - return doc; -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e2/e2b62616190cb382e395208c38d7cd16d49783a4.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e2/e2b62616190cb382e395208c38d7cd16d49783a4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e2/e2b62616190cb382e395208c38d7cd16d49783a4.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e2/e2b62616190cb382e395208c38d7cd16d49783a4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -/* - * This file is licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ - -#include "lineaddress.h" - -LineAddress::LineAddress() -{ - m_IsFinish = false; -} - -LineAddress::~LineAddress() -{ -} - -void LineAddress::Init(const wxString& fileName, int lineNumber, bool isFinish) -{ - m_Filename = fileName; - m_LineNumber = lineNumber; - m_IsFinish = isFinish; -}; - -bool LineAddress::IsSameAs(LineAddress &other) -{ - if (m_Filename.IsSameAs(other.m_Filename) && (m_LineNumber == other.m_LineNumber)) - return true; - else - return false; -}; - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e6/e6b786efb5573727377fb74287765e45d3d997a8.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e6/e6b786efb5573727377fb74287765e45d3d997a8.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e9/e98fa34137adb27b8f6679e77adb90ddfff6961a.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e9/e98fa34137adb27b8f6679e77adb90ddfff6961a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/e9/e98fa34137adb27b8f6679e77adb90ddfff6961a.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/e9/e98fa34137adb27b8f6679e77adb90ddfff6961a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,1068 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#include -#include "tokenizerf.h" - -bool ReadFileToString(wxFile& file,wxString& st) -{ - st.Empty(); - if (!file.IsOpened()) - return false; - int len = file.Length(); - if(!len) - { - file.Close(); - return true; - } -#if wxUSE_UNICODE - char* buff = new char[len+1]; - if (!buff) - { - file.Close(); - return false; - } - file.Read((void*)buff, len); - file.Close(); - buff[len]='\0'; - - st = wxString((const char *)buff, wxConvUTF8); - if (st.Length() == 0) - { - // could not read as utf-8 encoding, try iso8859-1 - st = wxString((const char *)buff, wxConvISO8859_1); - } - delete[] buff; - -#else - char* buff = st.GetWriteBuf(len); // GetWriteBuf already handles the extra '\0'. - file.Read((void*)buff, len); - file.Close(); - st.UngetWriteBuf(); -#endif - return true; -} - -///--------------------------------------- - -Tokenizerf::Tokenizerf(const wxString& filename, FortranSourceForm sourceForm) - : m_Filename(filename), - m_BufferLen(0), - m_TokenIndex(0), - m_UndoTokenIndex(0), - m_PeekedTokenIndex(0), - m_LineNumber(1), - m_LineNumberStart(1), - m_UndoLineNumber(1), - m_UndoLineNumberStart(1), - m_PeekedLineNumber(1), - m_PeekedLineNumberStart(1), - m_Column(1), - m_UndoColumn(1), - m_PeekedColumn(1), - m_WasNextLine(false), - m_UndoWasNextLine(false), - m_PeekedWasNextLine(false), - m_WasPeeked(false), - m_IsOK(false), - m_SourceForm(sourceForm), - m_PeekedToken(), - m_DetailedParsing(false) -{ - if (!m_Filename.IsEmpty()) - Init(m_Filename, m_SourceForm); - m_LineStartIdx.push_back(0); -} - -Tokenizerf::~Tokenizerf() -{ -} - -bool Tokenizerf::Init(const wxString& filename, FortranSourceForm sourceForm) -{ - BaseInit(); - if (filename.IsEmpty()) - { - if (m_Filename.IsEmpty()) - return false; - } - else - m_Filename = filename; - - if (!wxFileExists(m_Filename)) - return false; - - if (!ReadFile()) - return false; - - if (!m_BufferLen) - return false; - - m_SourceForm = sourceForm; - AdjustLineNumber(); - - m_IsOK = true; - return true; -} - -bool Tokenizerf::InitFromBuffer(const wxString& buffer, FortranSourceForm sourceForm) -{ - BaseInit(); - m_Buffer = buffer; - m_BufferLen = buffer.Length(); - m_IsOK = true; - m_Filename.Clear(); - m_SourceForm = sourceForm; - AdjustLineNumber(); - return true; -} - -void Tokenizerf::BaseInit() -{ - m_TokenIndex = 0; - m_UndoTokenIndex = 0; - m_PeekedTokenIndex = 0; - m_LineNumber = 1; - m_UndoLineNumber = 1; - m_PeekedLineNumber = 1; - m_LineNumberStart = 1; - m_UndoLineNumberStart = 1; - m_PeekedLineNumberStart = 1; - m_Column = 1; - m_UndoColumn = 1; - m_PeekedColumn = 1; - m_BufferLen = 0; - m_Buffer.Clear(); - m_IsOK = false; - m_WasNextLine = false; - m_UndoWasNextLine = false; - m_PeekedWasNextLine = false; - m_WasPeeked = false; - m_LineStartIdx.clear(); - m_LineStartIdx.push_back(0); -} - -bool Tokenizerf::ReadFile() -{ - if (!wxFileExists(m_Filename)) - return false; - - // open file - wxFile file(m_Filename); - - //if (!cbRead(file,m_Buffer)) - if (!ReadFileToString(file,m_Buffer)) - { - return false; - } - m_BufferLen = m_Buffer.Length(); - - return true; -} - -wxChar Tokenizerf::CurrentChar() -{ - return m_Buffer.GetChar(m_TokenIndex); -} - -wxChar Tokenizerf::NextChar() -{ - if ((m_TokenIndex + 1) < 0 || (m_TokenIndex + 1) >= m_BufferLen) - return 0; - return m_Buffer.GetChar(m_TokenIndex + 1); -} - -wxChar Tokenizerf::PreviousChar() -{ - if ((m_TokenIndex - 1) < 0 || (m_TokenIndex - 1) >= m_BufferLen) - return 0; - return m_Buffer.GetChar(m_TokenIndex - 1); -} - -void Tokenizerf::AdjustLineNumber() -{ - if (m_WasNextLine) - { - ++m_LineNumber; - m_WasNextLine = false; - if (m_LineStartIdx.size() < m_LineNumber) - { - m_LineStartIdx.push_back(m_TokenIndex); - } - } - if (CurrentChar() == '\n') - { - m_WasNextLine = true; - m_Column = 0; - } -} - -bool Tokenizerf::MoveToNextChar() -{ - ++m_TokenIndex; - ++m_Column; - if (!IsEOF()) - { - AdjustLineNumber(); - return true; - } - return false; -} - -bool Tokenizerf::SkipWhiteSpace() -{ - // skip spaces, tabs, etc. - while (!IsEOF() && isspace(CurrentChar())) - MoveToNextChar(); - if (IsEOF()) - return false; - return true; -} - -bool Tokenizerf::SkipToChar(const wxChar& ch, bool toLineEnd) -{ - // skip everything until we find ch - while (1) - { - while (!IsEOF() && CurrentChar() != ch && (!toLineEnd || (toLineEnd && CurrentChar() != '\n'))) - MoveToNextChar(); - break; - } - if (IsEOF()) - return false; - return true; -} - -bool Tokenizerf::CharInString(const char ch, const char* chars) -{ - int len = strlen(chars); - for (int i = 0; i < len; ++i) - { - if (ch == chars[i]) - return true; - } - return false; -} - - -bool Tokenizerf::SkipToOneOfChars(const char* chars, bool toLineEnd) -{ - m_WasPeeked = false; - // skip everything until we find any one of chars or end of line if toLineEnd - while (1) - { - wxChar cch = CurrentChar(); - if(toLineEnd && cch == '\n') - { - break; - } - if(cch == '&') - { - MoveToNextChar(); - SkipWhiteSpace(); - cch = CurrentChar(); - if (cch == '\n' || cch == '\r' || cch == '!') - { - SkipToEOL(); - cch = CurrentChar(); - } - } - if(toLineEnd && cch == '!') - { - SkipToEOL(); - break; - } - else if(cch == '!') - { - SkipToEOL(); - cch = CurrentChar(); - } - if(IsEOF() || CharInString(cch, chars)) - { - break; - } - else - { - if (cch == '"' || cch == '\'') - { - // this is the case that match is inside a string! - char ch = CurrentChar(); - MoveToNextChar(); - SkipToChar(ch, true); - } - MoveToNextChar(); - } - } - if (IsEOF()) - return false; - return true; -} - -bool Tokenizerf::SkipToEOL() -{ - // skip everything until we find EOL - while (1) - { - while (!IsEOF() && CurrentChar() != '\n') - MoveToNextChar(); - break; - } - if (IsEOF()) - return false; - return true; -} - -bool Tokenizerf::SkipBlock(const wxChar& ch, int maxLines) -{ - // skip blocks () [] {} <> - wxChar match; - switch (ch) - { - case '(': - match = ')'; - break; - case '[': - match = ']'; - break; - case '{': - match = '}'; - break; - case '<': - match = '>'; - break; - default : - return false; - } - - MoveToNextChar(); - int n_lines = 1; - int count = 1; // counter for nested blocks (xxx()) - bool wasCont= false; - while (!IsEOF()) - { - while (!IsEOF()) - { - if (CurrentChar() == '"' || CurrentChar() == '\'') - { - // this is the case that match is inside a string! - char chOne = CurrentChar(); - MoveToNextChar(); - SkipToChar(chOne, true); - MoveToNextChar(); - } - else - break; - } - if (CurrentChar() == ch) - ++count; - else if (CurrentChar() == match) - --count; - else if (CurrentChar() == '&' && m_SourceForm == fsfFree && !wasCont) - { - SkipToEOL(); - wasCont = true; - } - else if (maxLines > 0 && CurrentChar() == '\n') - { - n_lines++; - if (n_lines > maxLines) - count = 0; - } - else if (wasCont && m_SourceForm == fsfFree && !isspace(CurrentChar())) - wasCont = false; - - MoveToNextChar(); - if (count == 0) - break; - } - if (IsEOF()) - return false; - return true; -} - -bool Tokenizerf::SkipUnwanted() -{ - while ((CurrentChar() == '=' && !m_DetailedParsing) || - CurrentChar() == '!' || - ((CurrentChar() == 'c' || CurrentChar() == 'C' || CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed)) - { - while ((CurrentChar() == 'c' || CurrentChar() == 'C' ||CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed) - { - if (IsBindTo()) - return true; - SkipToEOL(); - if (!SkipWhiteSpace()) - return false; - } - while (CurrentChar() == '!') - { - if (IsBindTo()) - return true; - SkipToEOL(); - if (!SkipWhiteSpace()) - return false; - } - - while (CurrentChar() == '=') - { - if (NextChar() != '>') - { - MoveToNextChar(); - if (!SkipWhiteSpace()) - return false; - // skip assignments - if (CurrentChar() == '[' || CurrentChar() == '(') - break; - if (!SkipToOneOfChars(";", true)) - return false; - if (!SkipWhiteSpace()) - return false; - } - else - { - return true; - } - } - } - return true; -} - -wxString Tokenizerf::GetToken() -{ - m_UndoTokenIndex = m_TokenIndex; - m_UndoLineNumber = m_LineNumber; - m_UndoLineNumberStart = m_LineNumberStart; - m_UndoColumn = m_Column; - m_UndoWasNextLine = m_WasNextLine; - if (m_WasPeeked) - { - m_TokenIndex = m_PeekedTokenIndex; - m_LineNumber = m_PeekedLineNumber; - m_LineNumberStart = m_PeekedLineNumberStart; - m_Column = m_PeekedColumn; - m_WasNextLine = m_PeekedWasNextLine; - m_WasPeeked = false; - return m_PeekedToken; - } - else - return DoGetToken(); -} - -wxString Tokenizerf::GetTokenSameLine() -{ - unsigned int oldTokenIndex = m_TokenIndex; - unsigned int oldLineNumber = m_LineNumber; - unsigned int oldLineNumberStart = m_LineNumberStart; - unsigned int oldColumn = m_Column; - bool oldWasNextLine = m_WasNextLine; - - wxString token; - - if (m_WasPeeked) - { - m_TokenIndex = m_PeekedTokenIndex; - m_LineNumber = m_PeekedLineNumber; - m_LineNumberStart = m_PeekedLineNumberStart; - m_Column = m_PeekedColumn; - m_WasNextLine = m_PeekedWasNextLine; - m_WasPeeked = false; - token = m_PeekedToken; - } - else - token = DoGetToken(); - - - if (oldLineNumber != m_LineNumberStart) - { - m_TokenIndex = oldTokenIndex; - m_LineNumber = oldLineNumber; - m_LineNumberStart = oldLineNumberStart; - m_Column = oldColumn; - m_WasNextLine = oldWasNextLine; - token = wxEmptyString; - } - else - { - m_UndoTokenIndex = oldTokenIndex; - m_UndoLineNumber = oldLineNumber; - m_UndoLineNumberStart = oldLineNumberStart; - m_UndoColumn = oldColumn; - m_UndoWasNextLine = oldWasNextLine; - } - - return token; -} - -wxString Tokenizerf::GetTokenSameFortranLine() -{ - wxString token; - - if (m_SourceForm == fsfFree) - { - token = GetTokenSameLine(); - while (token.IsSameAs(_T("&"))) - { - token = GetToken(); - } - } - else - { - token = PeekToken(); - if (m_LineNumberStart == m_PeekedLineNumberStart) - token = GetToken(); - else - { - if ( (m_PeekedColumn >= 7 && (m_PeekedColumn - token.Length()) >= 7) || - ((m_PeekedColumn - token.Length()) < 6) || - (token.Mid((token.Length() - (m_PeekedColumn - 6)),1).IsSameAs(_("0"))) ) - token = wxEmptyString; - else - { - token = GetToken(); - if (m_Column > 7) - token = token.Mid(token.Length() - (m_Column - 7)); - else - { - token = PeekToken(); - if (m_LineNumberStart == m_PeekedLineNumberStart) - token = GetToken(); - else - token = wxEmptyString; - } - } - } - } - return token; -} - - -wxString Tokenizerf::PeekToken() -{ - unsigned int undoTokenIndex = m_TokenIndex; - unsigned int undoLineNumber = m_LineNumber; - unsigned int undoLineNumberStart = m_LineNumberStart; - unsigned int undoColumn = m_Column; - bool undoWasNextLine = m_WasNextLine; - - m_PeekedToken = DoGetToken(); - - m_WasPeeked = true; - m_PeekedTokenIndex = m_TokenIndex; - m_PeekedLineNumber = m_LineNumber; - m_PeekedLineNumberStart = m_LineNumberStart; - m_PeekedColumn = m_Column; - m_PeekedWasNextLine = m_WasNextLine; - - m_TokenIndex = undoTokenIndex; - m_LineNumber = undoLineNumber; - m_LineNumberStart = undoLineNumberStart; - m_Column = undoColumn; - m_WasNextLine = undoWasNextLine; - - return m_PeekedToken; -} - -wxString Tokenizerf::PeekTokenSameFortranLine() -{ - unsigned int undoTokenIndex = m_TokenIndex; - unsigned int undoLineNumber = m_LineNumber; - unsigned int undoLineNumberStart = m_LineNumberStart; - unsigned int undoColumn = m_Column; - bool undoWasNextLine = m_WasNextLine; - - wxString token = GetTokenSameFortranLine(); - - m_WasPeeked = false; - - m_TokenIndex = undoTokenIndex; - m_LineNumber = undoLineNumber; - m_LineNumberStart = undoLineNumberStart; - m_Column = undoColumn; - m_WasNextLine = undoWasNextLine; - - return token; -} - -void Tokenizerf::UngetToken() -{ -// m_WasPeeked = true; -// m_PeekedTokenIndex = m_TokenIndex; -// m_PeekedLineNumber = m_LineNumber; -// m_PeekedLineNumberStart = m_LineNumberStart; -// m_PeekedColumn = m_Column; -// m_PeekedWasNextLine = m_WasNextLine; - - m_WasPeeked = false; - - m_TokenIndex = m_UndoTokenIndex; - m_LineNumber = m_UndoLineNumber; - m_LineNumberStart = m_UndoLineNumberStart; - m_Column = m_UndoColumn; - m_WasNextLine = m_UndoWasNextLine; -} - -wxString Tokenizerf::DoGetToken() -{ - if (IsEOF()) - return wxEmptyString; - - if (!SkipWhiteSpace()) - return wxEmptyString; - - if (!SkipUnwanted()) - return wxEmptyString; - - m_LineNumberStart = m_LineNumber; - - int start = m_TokenIndex; - wxString ret_Str; - - if (IsBindTo()) - { - m_TokenIndex += 8; - ret_Str = _T("!bindto"); - } - else if (isalpha(CurrentChar()) || CurrentChar() == '_' || CurrentChar() == '$' || CurrentChar() == '#') - { - // keywords, identifiers, etc. - while (!IsEOF() && - (isalnum(CurrentChar()) || - CurrentChar() == '_' || - CurrentChar() == '$' || - CurrentChar() == '#')) - MoveToNextChar(); - if (IsEOF()) - return wxEmptyString; - ret_Str = m_Buffer.Mid(start, m_TokenIndex - start); - } - else if (isdigit(CurrentChar())) - { - // numbers - while (!IsEOF() && CharInString(CurrentChar(), "0123456789.abcdefABCDEFfXxLl")) - MoveToNextChar(); - if (IsEOF()) - return wxEmptyString; - ret_Str = m_Buffer.Mid(start, m_TokenIndex - start); - } - else if (CurrentChar() == '"' || - CurrentChar() == '\'') - { - // string, char, etc. - wxChar match = CurrentChar(); - MoveToNextChar(); // skip starting ' or " - if (!SkipToChar(match, true)) - return wxEmptyString; - MoveToNextChar(); // skip ending ' or " - ret_Str = m_Buffer.Mid(start, m_TokenIndex - start); - } - else if (CurrentChar() == ':') - { - if (NextChar() == ':') - { - MoveToNextChar(); - MoveToNextChar(); - ret_Str = _T("::"); - } - else - { - MoveToNextChar(); - ret_Str = _T(":"); - } - } - else if (CurrentChar() == '=' && NextChar() == '>') - { - MoveToNextChar(); - MoveToNextChar(); - ret_Str = _T("=>"); - } - else if (CurrentChar() == '(' || CurrentChar() == '[') - { - // skip block () - wxChar chBlock = CurrentChar(); - wxString tmp; - if (m_SourceForm == fsfFree) - { - if (!SkipBlock(chBlock,1)) - return wxEmptyString; - tmp = m_Buffer.Mid(start, m_TokenIndex - start); - - // skip fortran comments - for (unsigned int i = 0; i < tmp.Length() - 1; ++i) - { - if (tmp.GetChar(i) == '!') - { - // replace comment line with spaces - tmp.SetChar(i,' '); - for(++i; i < tmp.Length() - 1; ++i) - { - if (tmp.GetChar(i) == '\n') - { - tmp.SetChar(i,' '); - break; - } - else - { - tmp.SetChar(i,' '); - } - } - } - } - } - else - { - // fsfFixed - if (!SkipBlock(chBlock, 20)) - return wxEmptyString; - tmp = m_Buffer.Mid(start, m_TokenIndex - start); - - // skip fixed-form fortran comments - int col = -1; - for (unsigned int i = 0; i < tmp.Length() - 1; ++i) - { - if (col != -1) - { - col++; - if (col == 6 && tmp.GetChar(i) != ' ' && tmp.GetChar(i) != '0') - { - //this line is continuation line - tmp.SetChar(i,' '); - } - else if (col == 6) - { - // something is wrong - return wxEmptyString; - } - } - if ( (tmp.GetChar(i) == '!') || - (col == 1 && (tmp.GetChar(i) == 'c' || tmp.GetChar(i) == 'C' || tmp.GetChar(i) == '*')) ) - { - // replace comment line with spaces - tmp.SetChar(i,' '); - for(++i; i < tmp.Length() - 1; ++i) - { - if (tmp.GetChar(i) == '\n') - { - col = 0; - tmp.SetChar(i,' '); - break; - } - else - { - tmp.SetChar(i,' '); - } - } - } - else if (tmp.GetChar(i) == '\n') - { - col = 0; - } - } - } - tmp.Replace(_T("\t"), _T(" ")); // replace tabs with spaces - tmp.Replace(_T("\n"), _T(" ")); // replace LF with spaces - tmp.Replace(_T("\r"), _T(" ")); // replace CR with spaces - tmp.Replace(_T("&"), _T(" ")); // replace fortran line continuation with spaces - // fix-up arguments (remove excessive spaces/tabs/newlines) - for (unsigned int i = 0; i < tmp.Length()-1; ++i) - { - if (i < tmp.Length()-1 && tmp.GetChar(i) == ' ' && tmp.GetChar(i + 1) == ' ') - continue; // skip excessive spaces - ret_Str << tmp.GetChar(i); - } - if (chBlock == '(') - { - ret_Str << _T(')'); // add closing parenthesis (see "i < tmp.Length() - 1" in previous "for") - ret_Str.Replace(_T(" "), _T(" ")); // replace two-spaces with single-space (introduced if it skipped comments or assignments) - ret_Str.Replace(_T("( "), _T("(")); - ret_Str.Replace(_T(" )"), _T(")")); - } - else - { - ret_Str << _T(']'); // add closing parenthesis (see "i < tmp.Length() - 1" in previous "for") - ret_Str.Replace(_T(" "), _T(" ")); // replace two-spaces with single-space (introduced if it skipped comments or assignments) - ret_Str.Replace(_T("[ "), _T("[")); - ret_Str.Replace(_T(" ]"), _T("]")); - } - } - else - { - ret_Str = CurrentChar(); - MoveToNextChar(); - } - - return ret_Str; -} - - -wxArrayString Tokenizerf::GetTokensToEOL(wxArrayString* arrStrLines) -{ - // get all tokens on line until EOL - wxArrayString arrStr; - wxString o_tok; - wxString tok; - bool newLineNext = false; - while (1) - { - unsigned int line = m_LineNumber; - o_tok = tok; - tok = GetToken(); - - if (tok.IsEmpty()) - break; - unsigned int n_line = m_LineNumber; - if (m_SourceForm == fsfFree) - { - if ( (n_line > line) && !o_tok.IsSameAs(_T("&")) ) - { - UngetToken(); - break; - } - else if (tok.IsSameAs(_T(";"))) - { - break; - } - else if (!tok.IsSameAs(_T("&")) && ((!m_DetailedParsing && !tok.IsSameAs(_T(","))) || m_DetailedParsing) ) - { - arrStr.Add(tok); - if (arrStrLines) - arrStrLines->Add(GetCurrentLine()); - } - } - else - { - if ( (((n_line > line) && (m_Column != 0)) || newLineNext) && (m_Column != 7 || tok.Length() > 1) ) - { - UngetToken(); - break; - } - else if (tok.IsSameAs(_T(";")) || (m_Column < 7 && m_Column != 0)) - { - break; - } - else if ((m_Column > 7 || m_Column == 0) && ((!m_DetailedParsing && !tok.IsSameAs(_T(","))) || m_DetailedParsing) ) - { - arrStr.Add(tok); - if (arrStrLines) - arrStrLines->Add(GetCurrentLine()); - } - - if (m_Column == 0) - newLineNext = true; - else - newLineNext = false; - } - } - return arrStr; -} - - -wxArrayString Tokenizerf::PeekTokensToEOL() -{ - // peek all tokens on line until EOL - unsigned int undoTokenIndex = m_TokenIndex; - unsigned int undoLineNumber = m_LineNumber; - unsigned int undoLineNumberStart = m_LineNumberStart; - unsigned int undoColumn = m_Column; - bool undoWasNextLine = m_WasNextLine; - - wxArrayString arrStr = GetTokensToEOL(); - - m_WasPeeked = false; - m_TokenIndex = undoTokenIndex; - m_LineNumber = undoLineNumber; - m_LineNumberStart = undoLineNumberStart; - m_Column = undoColumn; - m_WasNextLine = undoWasNextLine; - - return arrStr; -} - -wxString Tokenizerf::GetCurrentLine() -{ - int curLineStart = GetLineStartIndex(m_TokenIndex); - int curLineEnd = GetLineEndIndex(m_TokenIndex); - wxString curLine = m_Buffer.Mid(curLineStart, curLineEnd - curLineStart); - return curLine; -} - -wxString Tokenizerf::GetLineFortran() -{ - // get current statements' line including continuation lines - int curLineStart = GetLineStartIndex(m_TokenIndex); - int curInd = m_TokenIndex - curLineStart; - int curLineEnd = GetLineEndIndex(m_TokenIndex); - wxString curLine = m_Buffer.Mid(curLineStart, curLineEnd - curLineStart); - - int comInd = curLine.Find('!'); - if (comInd != wxNOT_FOUND) - curLine = curLine.Mid(0,comInd); - - bool startFound = false; - bool endFound = false; - int sc_ind = curLine.Find(';'); - if (sc_ind != wxNOT_FOUND) - { - if (sc_ind >= curInd) - { - curLine = curLine.Mid(0,sc_ind); - endFound = true; - } - else - { - curLine = curLine.Mid(sc_ind+1); - startFound = true; - } - - } - curLine = curLine.Trim().Trim(false); - - if (curLineStart != 0 && !startFound) - { - int beforeLineStart; - int beforeLineEnd = curLineStart - 1; - beforeLineStart = GetLineStartIndex(beforeLineEnd); - - while (beforeLineStart != 0) - { - wxString beforeLine = m_Buffer.Mid(beforeLineStart, beforeLineEnd - beforeLineStart); - comInd = beforeLine.Find('!'); - if (comInd != wxNOT_FOUND) - beforeLine = beforeLine.Mid(0,comInd); - beforeLine = beforeLine.Trim().Trim(false); - if (beforeLine.EndsWith(_T("&"))) - { - curLine = beforeLine.BeforeLast('&').Trim() + _T(" ") + curLine; - sc_ind = curLine.Find(';'); - if (sc_ind != wxNOT_FOUND) - { - curLine = curLine.Mid(sc_ind+1).Trim(false); - break; - } - beforeLineEnd = beforeLineStart - 1; - beforeLineStart = GetLineStartIndex(beforeLineEnd); - } - else - { - break; - } - } - } - - if (!endFound && curLine.EndsWith(_T("&"))) - { - curLine = curLine.BeforeLast('&').Trim(); - unsigned int afterLineStart = curLineEnd + 1; - unsigned int afterLineEnd = GetLineEndIndex(afterLineStart); - while (afterLineStart < afterLineEnd) - { - wxString afterLine = m_Buffer.Mid(afterLineStart, afterLineEnd - afterLineStart); - comInd = afterLine.Find('!'); - if (comInd != wxNOT_FOUND) - afterLine = afterLine.Mid(0,comInd); - curLine = curLine + _T(" ") + afterLine.Trim().Trim(false); - sc_ind = curLine.Find(';'); - if (sc_ind != wxNOT_FOUND) - { - curLine = curLine.Mid(0,sc_ind).Trim(); - break; - } - if (curLine.EndsWith(_T("&"))) - { - curLine = curLine.BeforeLast('&'); - afterLineStart = afterLineEnd + 1; - afterLineEnd = GetLineEndIndex(afterLineStart); - } - else - { - break; - } - } - } - return curLine; -} - -unsigned int Tokenizerf::GetLineStartIndex(unsigned int indexInLine) -{ - unsigned int startIndex; - bool foundEnd = false; - for (int i=indexInLine-1; i>=0; i--) - { - if (m_Buffer.GetChar(i) == '\n') - { - startIndex = i+1; - foundEnd = true; - break; - } - } - if (!foundEnd) - startIndex = 0; - - return startIndex; -} - -unsigned int Tokenizerf::GetLineEndIndex(unsigned int indexInLine) -{ - unsigned int endIndex; - bool foundEnd = false; - for (unsigned int i=indexInLine; i m_LineStartIdx.size()) - return wxEmptyString; - - unsigned int endIndex; - if (nl >= m_LineStartIdx.size()) - endIndex = m_Buffer.Len() - 1; - else - endIndex = m_LineStartIdx[nl]; - - wxString linenl = m_Buffer.Mid(m_LineStartIdx[nl-1], endIndex - m_LineStartIdx[nl-1]); - return linenl; -} - -bool Tokenizerf::IsBindTo() -{ - if (CurrentChar() == '!' || - ((CurrentChar() == 'c' || CurrentChar() == 'C' || CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed)) - { - if (m_TokenIndex + 7 >= m_BufferLen) - return false; - - wxString str = m_Buffer.Mid(m_TokenIndex+1,6); - if (str.IsSameAs(_T("bindto"),false)) - { - unsigned int idx = m_TokenIndex + 7; - if (m_Buffer.GetChar(idx) == ' ' || m_Buffer.GetChar(idx) == '\t') - return true; - } - } - return false; -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/eb/eb50bb7e597de70424fbfb71c20ce8fc83365485.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/eb/eb50bb7e597de70424fbfb71c20ce8fc83365485.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/eb/ebe46b6107267dbdd00a57154d4911d6a8a35f0a.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/eb/ebe46b6107267dbdd00a57154d4911d6a8a35f0a.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ec/ec8642b63a7e46e759cfaf9bc9ff6060d3caf78b.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ec/ec8642b63a7e46e759cfaf9bc9ff6060d3caf78b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ec/ec8642b63a7e46e759cfaf9bc9ff6060d3caf78b.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ec/ec8642b63a7e46e759cfaf9bc9ff6060d3caf78b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,287 +0,0 @@ -#include "tab2space.h" - -#include -#include -#include -#include -#include -#include -#include - -#include -#include "fortranfileext.h" -#include "textcutter.h" - -extern FortranFileExt g_FortranFileExt; - -//(*InternalHeaders(Tab2Space) -#include -//*) - -//(*IdInit(Tab2Space) -//*) - -BEGIN_EVENT_TABLE(Tab2Space,wxScrollingDialog) - //(*EventTable(Tab2Space) - //*) - EVT_BUTTON (wxID_OK, Tab2Space::OnOK) -END_EVENT_TABLE() - -Tab2Space::Tab2Space(wxWindow* parent) -{ - //(*Initialize(Tab2Space) - wxXmlResource::Get()->LoadObject(this,parent,_T("Tab2Space"),_T("wxScrollingDialog")); - StaticText1 = (wxStaticText*)FindWindow(XRCID("ID_STATICTEXT1")); - rb_ChCActiveProject = (wxRadioButton*)FindWindow(XRCID("ID_CHCACTIVEPROJECT")); - rb_ChCCurrentFile = (wxRadioButton*)FindWindow(XRCID("ID_CHCCURRENTFILE")); - rb_ChCSelection = (wxRadioButton*)FindWindow(XRCID("ID_CHCSELECTION")); - StaticText2 = (wxStaticText*)FindWindow(XRCID("ID_STATICTEXT2")); - sc_TabSize = (wxSpinCtrl*)FindWindow(XRCID("ID_SPINCTRL1")); - //*) - - rb_ChCCurrentFile->SetValue(true); - - if (!Manager::Get()->GetEditorManager()) - return; - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return; - if (control->GetSelectedText().IsEmpty()) - rb_ChCSelection->Disable(); - else - rb_ChCSelection->SetValue(true); - - int tabW = control->GetTabWidth(); - if (tabW <= 0) tabW = 4; - - sc_TabSize->SetValue(tabW); -} - -Tab2Space::~Tab2Space() -{ - //(*Destroy(Tab2Space) - //*) -} - -void Tab2Space::OnOK(wxCommandEvent& event) -{ - Manager::Get()->GetLogManager()->DebugLog(_T("Tab2Space::OnOK is called")); - - Tab2SpaceIn chin; - if (rb_ChCActiveProject->GetValue()) - chin = t2siProject; - else if (rb_ChCCurrentFile->GetValue()) - chin = t2siFile; - else - chin = t2siSelection; - - int tabSize = sc_TabSize->GetValue(); - if (tabSize <= 0) - tabSize = 4; - - MakeTab2Space(chin, tabSize); - - EndModal(wxID_OK); -} - -void Tab2Space::MakeTab2Space(Tab2SpaceIn chin, int tabSize) -{ - if (!Manager::Get()->GetEditorManager()) - return; - - if (chin == t2siProject) - { - cbProject* project = Manager::Get()->GetProjectManager()->GetActiveProject(); - if (!project) - return; - - wxArrayString nonFFiles; - for (FilesList::iterator it = project->GetFilesList().begin(); it != project->GetFilesList().end(); ++it) - { - ProjectFile* pf = *it; - FortranSourceForm fsForm; - if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) - FileTab2Space(pf->file.GetFullPath(), chin, tabSize); - else - nonFFiles.Add(pf->file.GetFullName()); - } - - if (nonFFiles.size() > 0) - { - wxString mstr; - if (nonFFiles.size() == 1) - { - mstr = _("File \"") + nonFFiles[0] + _("\" was not recognized as a Fortran file."); - mstr << _(" The tab2space was not applied for it."); - } - else - { - mstr = _("Files"); - size_t i=0; - size_t imax=5; - while (i < nonFFiles.size() && i < imax) - { - mstr << _("\n\"") << nonFFiles[i] << _T("\""); - i++; - } - if (nonFFiles.size() > imax) - mstr << _T("...\n"); - else - mstr << _T("\n"); - mstr << wxString::Format(_T("(%d "), int(nonFFiles.size())) << _("files) "); - mstr << _("were not recognized as the Fortran files."); - mstr << _(" The tab2space was not applied for them."); - cbMessageBox(mstr, _("Info"), wxICON_INFORMATION); - } - } - - } - else if (chin == t2siFile || chin == t2siSelection) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - FileTab2Space(ed->GetFilename(), chin, tabSize); - } -} - -void Tab2Space::FileTab2Space(wxString filename, Tab2SpaceIn chin, int tabSize) -{ - if (!Manager::Get()->GetEditorManager()) - return; - - cbEditor* ed = Manager::Get()->GetEditorManager()->IsBuiltinOpen(filename); - - if (ed) // File is already opened - EditorTab2Space(ed, chin, tabSize); - else - { - // File is not opened. - ed = Manager::Get()->GetEditorManager()->Open( filename ); - if (ed) - { - bool changed = EditorTab2Space(ed, chin, tabSize); - if ( !changed ) // We opened a file and it didn't change. Close it. - Manager::Get()->GetEditorManager()->Close( filename ); - } - } -} - -bool Tab2Space::EditorTab2Space(cbEditor* ed, Tab2SpaceIn chin, int tabSize) -{ - if (!ed) - return false; - - cbStyledTextCtrl* control = ed->GetControl(); - if (!control) - return false; - - if (control->GetReadOnly()) - { - cbMessageBox(_("The file is read-only!"), _("Error"), wxICON_ERROR); - return false; - } - - FortranSourceForm fsForm; - if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) - { - cbMessageBox( _("The file \n") + ed->GetFilename() + - _("\n is not recognized as a Fortran Source File."), _("Info"), - wxICON_INFORMATION); - return false; - } - - wxString allText; - if (chin == t2siSelection) - { - allText = control->GetSelectedText(); - if (allText.IsEmpty()) - return false; - } - else - allText = control->GetText(); - - wxString allTextNew; - - if (allText.size() == 0) - return false; - - wxString contDigit = _T("123456789"); - - size_t ncur = 0; - while (1) - { - wxString line; - size_t ncur_old = ncur; - while (ncur < allText.size()) - { - if (allText.GetChar(ncur) == '\n' || ncur == (allText.size()-1)) - { - ncur++; - line = allText.Mid(ncur_old, ncur-ncur_old); - break; - } - ncur++; - } - - if (line.size() == 0) - break; - - wxString lineNew; - - if (fsForm == fsfFixed) - { - if (line.GetChar(0) == '\t' && contDigit.Find(line.GetChar(1)) != wxNOT_FOUND) - lineNew << _T(" "); - else if (line.GetChar(0) == '\t') - lineNew << _T(" "); - else if (line.GetChar(0) == '\n') - lineNew << _T("\n"); - else - lineNew << line.GetChar(0); - } - else - { - if (line.GetChar(0) == '\t') - lineNew.Append(' ',tabSize); - else - lineNew << line.GetChar(0); - } - - for (size_t i=1; i= 6) || (fsForm == fsfFree)) - nspace = tabSize - lineNew.size()%tabSize; - else - nspace = 6 - lineNew.size(); - - lineNew.Append(' ', nspace); - } - else - { - lineNew << line.GetChar(i); - } - } - allTextNew.Append(lineNew); - - if (ncur >= allText.size()) - break; - } - - if (!allText.IsSameAs(allTextNew)) - { - if (chin == t2siSelection) - control->ReplaceSelection(allTextNew); - else - control->SetText(allTextNew); - return true; - } - return false; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef23730c92677e46046812e0aa87b0ee0b96984a.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef23730c92677e46046812e0aa87b0ee0b96984a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef23730c92677e46046812e0aa87b0ee0b96984a.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef23730c92677e46046812e0aa87b0ee0b96984a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -/* - * This file is part of the FortranProject plugin for Code::Blocks IDE - * and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * Author: Darius Markauskas - * - */ -#ifndef CCSMARTFILTER_H -#define CCSMARTFILTER_H - -#include -#include -#include -#include "tokenf.h" -#include "tokenizerf.h" -#include "cbeditor.h" -#include -#include - -typedef std::vector ArrayOfFortranSourceForm; -typedef std::set StringSet; - -enum kindOfCCList -{ - kccUseAssocTokens = 1, - kccAccessList, - kccOther -}; - - -class CCSmartFilter -{ - public: - static void GetTokenKind(wxArrayString& words, int& kindFilter, bool& allowVariables, kindOfCCList& kindCC); - protected: - private: -}; - -#endif // CCSMARTFILTER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef3d03e8e55ccbde3b36c35b09387eea035dbba5.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef3d03e8e55ccbde3b36c35b09387eea035dbba5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef3d03e8e55ccbde3b36c35b09387eea035dbba5.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/ef/ef3d03e8e55ccbde3b36c35b09387eea035dbba5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -@echo off -md ..\..\..\devel > nul 2>&1 -md ..\..\..\output > nul 2>&1 -md ..\..\..\devel\share > nul 2>&1 -md ..\..\..\output\share > nul 2>&1 -md ..\..\..\devel\share\CodeBlocks > nul 2>&1 -md ..\..\..\output\share\CodeBlocks > nul 2>&1 -md ..\..\..\devel\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\output\share\CodeBlocks\images > nul 2>&1 -md ..\..\..\devel\share\CodeBlocks\images\fortranproject > nul 2>&1 -md ..\..\..\output\share\CodeBlocks\images\fortranproject > nul 2>&1 - -copy images\fortranproject\*.* ..\..\..\devel\share\CodeBlocks\images\fortranproject\ > nul 2>&1 -copy images\fortranproject\*.* ..\..\..\output\share\CodeBlocks\images\fortranproject\ > nul 2>&1 - -exit 0 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f309a837b2a95bee3668f6e248ab976e0be68996.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f309a837b2a95bee3668f6e248ab976e0be68996.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f309a837b2a95bee3668f6e248ab976e0be68996.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f309a837b2a95bee3668f6e248ab976e0be68996.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ - -#include "workspaceparserthread.h" -#include "parserthreadf.h" -#include "nativeparserf.h" - -#include - -wxMutex s_WorkspaceParserMutex; -wxMutex s_NewTokensMutex; - -WorkspaceParserThread::WorkspaceParserThread(NativeParserF* parent, int idWSPThreadEvent) : - m_pNativeParser(parent), - m_idWSPThreadEvent(idWSPThreadEvent) -{ -} - -WorkspaceParserThread::~WorkspaceParserThread() -{ -} - -int WorkspaceParserThread::Execute() -{ - s_WorkspaceParserMutex.Lock(); - ParseFiles(); - s_WorkspaceParserMutex.Unlock(); - - return 0; -} - -void WorkspaceParserThread::ParseFiles() -{ - TokensArrayF* pTokens = new TokensArrayF(); - IncludeDB* pIncludeDB = new IncludeDB(); - wxArrayString* pWSFiles = m_pNativeParser->GetWSFiles(); - ArrayOfFortranSourceForm* pWSFileForms = m_pNativeParser->GetWSFileForms(); - - for (size_t i=0; isize(); i++) - { - ParserThreadF* thread = new ParserThreadF(UnixFilename(pWSFiles->Item(i)), pTokens, - pWSFileForms->at(i), false, pIncludeDB); - thread->Parse(); - delete thread; - } - s_NewTokensMutex.Lock(); - m_pNativeParser->GetParser()->SetNewTokens(pTokens); - m_pNativeParser->GetParser()->SetNewIncludeDB(pIncludeDB); - s_NewTokensMutex.Unlock(); - - wxCommandEvent event( wxEVT_COMMAND_ENTER, m_idWSPThreadEvent ); - m_pNativeParser->AddPendingEvent(event); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3483bb76d7ef05d17116cc4e85477b82759f4dd.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3483bb76d7ef05d17116cc4e85477b82759f4dd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3483bb76d7ef05d17116cc4e85477b82759f4dd.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3483bb76d7ef05d17116cc4e85477b82759f4dd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,78 +0,0 @@ - - - - Generate Makefile - 0 - - - - wxVERTICAL - - - wxVERTICAL - - - - - - - wxALL - 5 - - - wxALL|wxEXPAND - 5 - 100,-1d - - - wxALL|wxEXPAND - 5 - - - - - - Text - -1,-1 - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - - - - - - - wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL - 5 - - - wxALL|wxEXPAND - - - - wxALL|wxEXPAND - 5 - - - - - - - - - - - - - - - - wxALL|wxALIGN_RIGHT - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3fdb4037dc85134a89fc76486114bfe825a9dcd.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3fdb4037dc85134a89fc76486114bfe825a9dcd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3fdb4037dc85134a89fc76486114bfe825a9dcd.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f3/f3fdb4037dc85134a89fc76486114bfe825a9dcd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,93 +0,0 @@ - -#ifndef CONSTR_HIGHLIGHTER_H_INCLUDED -#define CONSTR_HIGHLIGHTER_H_INCLUDED - -#include "fconstruct.h" -#include "tokenizerf.h" - -#include -#include -#include -#include -#include -#include -#include -#include - - -/** \brief Highlighting of Fortran constructs in the editor. - */ -class ConstrHighlighter -{ - private: - struct Keyword - { - wxString word; - int posStart; - }; - - typedef std::list KeywordList; - - enum SearchDirection - { - sdirBack, - sdirForth, - sdirBackForth, - sdirUnknown - }; - - public: - ConstrHighlighter(); - ~ConstrHighlighter(); - void ClearHighlighting(cbStyledTextCtrl* control, bool forceAction=false); - void DoWork(cbEditor* editor, FortranSourceForm fsForm); - void ReadOptions(); - - private: - bool m_MakeHighlight; - wxColour m_FullColour; - wxColour m_UnfinColour; - int m_CurrentPosition; - FortranSourceForm m_CurrentSForm; - int m_IndicFound; - int m_IndicNotFound; - bool m_WasCleared; - std::set m_KeywordSet; - std::map m_FConstructTypeMap; - wxStopWatch m_Watch; - long m_TimeMax; - - void MakeFConstructTypeMap(); - void FindMyPairs(cbStyledTextCtrl* control, Keyword &word1, Keyword &word2, Keyword &word3, FConstruct::FCLid flid, KeywordList &myPairs, bool &foundFull); - void SearchUnCon(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& fcon, const FConstruct& unFconBack, - bool& foundBack, KeywordList& myPairs); - void SearchUnConGroup(cbStyledTextCtrl* control, int pStartC, int pEndC, FConstruct::FConstructType fct, - const FConstruct& unFcon, FConstruct::FCLid fcl, bool& foundEnd, KeywordList& myPairs); - void SearchUnConIntermediate(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& unFcon, - std::vector& cutEndVec, std::vector& cutStartVec, KeywordList& myPairs); - int GetWordsEnd(wxString& str1, int str1Pos, wxString& str2, int str2Pos, wxString& str3, int str3Pos); - void PutToKeywordList(wxString& str1, wxString& str2, wxString& str3, - int str1Pos, int str2Pos, int str3Pos, KeywordList& kList); - int FindFKeywordFull(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& sWord3, - wxString& str1, int& str1Pos, wxString& str2, int& str2Pos, wxString& str3, int& str3Pos); - int FindProgGroupEndKeywordPos(cbStyledTextCtrl* control, int pStart, int pEnd, int& lineStartPos, int& lineEndPos, - FConstruct::FCLid& flid, bool& oneWord); - int FindGroupKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, - wxString& rstr1, int& rstr1Pos, wxString& rstr2, int& rstr2Pos, wxString& rstr3, int& rstr3Pos); - int FindFKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& sWord3, - wxString& str1, int& str1Pos, wxString& str2, int& str2Pos, wxString& str3, int& str3Pos); - void GetKeyworsFromLine(cbStyledTextCtrl* control, FConstruct::FCLid flid, int lineStartPos, int lineEndPos, - wxString& str1, wxString& str2, wxString& str3, int& str1Pos, int& str2Pos, int& str3Pos); - int FindText(cbStyledTextCtrl* control, int pStart, int pEnd, const wxString& sWord, int flag); - bool IsCommentOrString(cbStyledTextCtrl* control, int pos); - void GetFortranConstruct(const Keyword &word1, const Keyword &word2, const Keyword &word3, FConstruct &fcon); - void GetSearchDirection(const Keyword &word1, const Keyword &word2, const Keyword &word3, - SearchDirection& sdir, FConstruct& unFconBack, FConstruct& unFconForth); - void GetFortranLine(cbStyledTextCtrl* control, int pos, wxString& fLine, int& lineStartPos, int& lineEndPos); - wxString GetFortranLine2(cbStyledTextCtrl* control, int posC, int& posStart, int& posEnd, bool& tryBack, bool& withContinuation, bool goForth); - wxString CutBracketsLevel2(const wxString& str); - int FindLimitPos(cbStyledTextCtrl* control, const FConstruct& fcon, int posStart, SearchDirection sdir); - -}; - -#endif // CONSTR_HIGHLIGHTER_H_INCLUDED Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f4/f4483de8b29f5fcbb4b93637182ae878696c55d7.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f4/f4483de8b29f5fcbb4b93637182ae878696c55d7.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f5/f51e630665dca77676ad30fbdc5d2cf64e392884.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f5/f51e630665dca77676ad30fbdc5d2cf64e392884.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f5/f51e630665dca77676ad30fbdc5d2cf64e392884.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f5/f51e630665dca77676ad30fbdc5d2cf64e392884.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,156 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f5/f5cd9490f03875a07a1c14497b728be4df279960.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f5/f5cd9490f03875a07a1c14497b728be4df279960.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f5/f5cd9490f03875a07a1c14497b728be4df279960.svn-base 2017-11-26 01:48:55.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f5/f5cd9490f03875a07a1c14497b728be4df279960.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,95 +0,0 @@ - -#include "calledbydict.h" -#include "tokenf.h" -#include -#include -#include - - -CalledByDict::CalledByDict() -{ -} - -CalledByDict::~CalledByDict() -{ - std::map*>::iterator it; - - for (it = m_NamesDict.begin(); it != m_NamesDict.end(); ++it) - delete(it->second); -} - -void CalledByDict::Build(TokensArrayF* allTokens) -{ - std::set definedNames; - int tokenMask = tkSubroutine | tkFunction | tkInterface | tkProcedure; - FindChildrenNames(allTokens, tokenMask, definedNames); - FillCalledByDict(allTokens, definedNames); -} - -void CalledByDict::FindChildrenNames(TokensArrayF* tokens, int tokenMask, std::set &definedNames) -{ - for (size_t i=0; iGetCount(); i++) - { - if (tokens->Item(i)->m_TokenKind & tokenMask) - { - TokenF* pTok = tokens->Item(i); - if (definedNames.count(pTok->m_Name) == 0) - definedNames.insert(pTok->m_Name); - } - if (tokens->Item(i)->m_Children.GetCount() > 0) - FindChildrenNames(&tokens->Item(i)->m_Children, tokenMask, definedNames); - } -} - -void CalledByDict::FillCalledByDict(TokensArrayF* tokens, std::set &definedNames) -{ - const int tokenCallMask = tkCallFunction | tkCallSubroutine; - const int subfunMask = tkFunction | tkSubroutine; - const int procMask = tkProcedure | tkProcedureFinal; - for (size_t i=0; iGetCount(); i++) - { - TokenF* pTok = tokens->Item(i); - if (pTok->m_TokenKind & tokenCallMask || - (pTok->m_TokenKind & subfunMask && pTok->m_pParent->m_TokenKind == tkInterfaceExplicit) || - (pTok->m_TokenKind == tkOther && pTok->m_pParent->m_TokenKind == tkInterface) || - (pTok->m_TokenKind & procMask && pTok->m_pParent->m_TokenKind == tkType)) - { - wxString name; - int idx = pTok->m_Name.Find('%', true); - if (idx != wxNOT_FOUND) - { - // called type-bound procedure - name = pTok->m_Name.Mid(idx+1); - } - else - name = pTok->m_Name; - - if (definedNames.count(name) > 0) - { - if (m_NamesDict.count(name) == 0) - { - std::list* tokList = new std::list; - tokList->push_back(pTok); - m_NamesDict[name] = tokList; - } - else - { - std::list* tokList = m_NamesDict[name]; - tokList->push_back(pTok); - } - } - } - if (tokens->Item(i)->m_Children.GetCount() > 0) - FillCalledByDict(&tokens->Item(i)->m_Children, definedNames); - } -} - -std::list* CalledByDict::GetCallingTokens(const wxString& name) -{ - if (m_NamesDict.count(name) == 0) - return NULL; - - return m_NamesDict[name]; -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f7/f724dd6d4da45a232b482b118350bdf4caa1f01d.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f7/f724dd6d4da45a232b482b118350bdf4caa1f01d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f7/f724dd6d4da45a232b482b118350bdf4caa1f01d.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f7/f724dd6d4da45a232b482b118350bdf4caa1f01d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -#ifndef AUTOINSERT_H -#define AUTOINSERT_H - -#include -#include -#include "cbeditor.h" -#include -#include - - -class AutoInsert -{ - public: - AutoInsert(); - ~AutoInsert(); - void EditRule(const wxString& statement, int aiType, bool doAddName, bool alignToStatement); - const std::map* GetNameMap(); - bool GetItemValues(const wxString& statementName, int& aiType, bool& doAddName, bool& alignToStatement); - bool GetItemChoices(const wxString& statementName, wxArrayString& aiTypeStrArr, - wxArrayString& alignStrArr, bool& addNameEnabled); - void MakeAutoInsert(cbEditor* editor); - void ReadAIOptions(); - void WriteAIOptions(); - - private: - enum AutoInsertType - { - aitSeparate = 1, - aitTogether, - aitTogetherCap, - aitNone - }; - std::map m_NameMap; - std::map m_AITMap; - std::map m_DoAddNameMap; - std::map m_AlignTSMap; // do align to statement? - std::map m_RegMap; - - AutoInsertType GetAIT(int aiT); - int GetAITInt(AutoInsertType aiT); - wxString FindKey(const wxString& statementName); - wxString GetWord(const wxString& line, size_t pos); - int FindEndBracket(const wxString str, size_t istart) const; - bool DoEndStatementIsRequired(cbStyledTextCtrl* stc, const wxString& key); - bool GetIndentAndPos(cbStyledTextCtrl* stc, const wxString& lineStr, wxString& firstName, int& firstNameIndent, int& keyStartPos, int& keyIndent); - bool IsAtLineEnd(cbStyledTextCtrl* stc); - void GetLine(cbStyledTextCtrl* stc, wxString& lineStr, int line=-1); - void GetFortranLine(cbStyledTextCtrl* stc, wxString& lineStr, int line=-1); - - wxRegEx m_ReDo; - wxRegEx m_ReDoEnd; - - bool m_RulesWereChanged; -}; - -#endif // AUTOINSERT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f9/f955be24f4f340a977770239098dc8c085f4566e.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f9/f955be24f4f340a977770239098dc8c085f4566e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/f9/f955be24f4f340a977770239098dc8c085f4566e.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/f9/f955be24f4f340a977770239098dc8c085f4566e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -#ifndef CALLTREEVIEW_H -#define CALLTREEVIEW_H - -#include -#include -#include "tokenf.h" -#include "fpimagelist.h" -#include "jumptracker.h" - -class FortranProject; - -class CTVData : public wxTreeItemData -{ - public: - CTVData(TokenF* token); - - wxString m_Filename; - unsigned int m_LineStart; - TokenKindF m_TokenKind; -}; - -class CallTreeView : public wxPanel -{ - public: - CallTreeView(wxWindow* parentWindow, FortranProject* forproj); - virtual ~CallTreeView(); - void ShowCallTree(TokensArrayF* tokArr); - void ShowCalledByTree(TokensArrayF* tokArr); - - protected: - - private: - void ShowCallTreeChildren(TokensArrayF* tokArr, wxTreeItemId& parent, int callLevel); - wxTreeItemId InsertTreeItem(wxTreeItemId& parent, const wxString& displayName, int imageIdx, wxTreeItemData* tidata); - void OnTreeDoubleClick(wxTreeEvent& event); - void ShowMenu(wxTreeItemId id, const wxPoint& pt); - void OnTreeItemRightClick(wxTreeEvent& event); - void OnRefreshTree(wxCommandEvent& event); - void OnChangeSort(wxCommandEvent& event); - void RereadOptions(); - void UpdateView(); - - wxTreeCtrl* m_pTree; - FPImageList m_ImgList; - FortranProject* m_pFortranProject; - bool m_IsCallTree; - bool m_SortAlphabetically; - - DECLARE_EVENT_TABLE() -}; - -#endif // CALLTREEVIEW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fb/fba95105b0f4625a5d4f3688685c23a23f3c6f19.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fb/fba95105b0f4625a5d4f3688685c23a23f3c6f19.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fb/fba95105b0f4625a5d4f3688685c23a23f3c6f19.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fb/fba95105b0f4625a5d4f3688685c23a23f3c6f19.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ - -#ifndef INDENTMAKER_H -#define INDENTMAKER_H - -#include -#include "indentestimator.h" - -class IsMultiLines -{ -public : - IsMultiLines() - { - haveMultiLines = false; - iFirstLineNo = -1; - iEndLineNo = -1; - } - - ~IsMultiLines() - { - } - - void reset() - { - haveMultiLines = false; - iFirstLineNo = -1; - iEndLineNo = -1; - } - - bool haveMultiLines; - int iFirstLineNo; - int iEndLineNo; -}; - - - -class FormatIndent -{ -public: - /** Constructor. */ - FormatIndent(); - /** Destructor. */ - ~FormatIndent(); - - void Format(); - -private: - void FormatProject(); - void FormatActiveFile(); - void FormatFile(const wxString &filename); - void FormatSelection(); - void ReadConfig(); - void FormatText(const wxString& textIn, int indentStart, const wxString& eolChars, wxString& formattedText); - void ReplaceTextInEditor(const wxString& text, bool isSelection, cbStyledTextCtrl* control); - wxString GetEOLChars(cbStyledTextCtrl* control); - - IndentEstimator m_IndentEstimator; - - wxString m_IndentStr; - bool m_TrimFromRight; -}; - -#endif // INDENTMAKER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fb/fbe4d8a0c1464fb1f326ba97bc18c6fa7a809af7.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fb/fbe4d8a0c1464fb1f326ba97bc18c6fa7a809af7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fb/fbe4d8a0c1464fb1f326ba97bc18c6fa7a809af7.svn-base 2017-11-26 01:48:54.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fb/fbe4d8a0c1464fb1f326ba97bc18c6fa7a809af7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,2136 +0,0 @@ - -#ifndef CB_PRECOMP - #include - #include -#endif - -#include -#include -#include -#include "constrhighlighter.h" - - -ConstrHighlighter::ConstrHighlighter(): - m_MakeHighlight(true), - m_FullColour(100, 100, 255), - m_UnfinColour(255, 165, 0), - m_CurrentPosition(0), - m_IndicFound(24), - m_IndicNotFound(25), - m_WasCleared(true) -{ - m_KeywordSet.insert(_T("if")); - m_KeywordSet.insert(_T("elseif")); - m_KeywordSet.insert(_T("then")); - m_KeywordSet.insert(_T("else")); - m_KeywordSet.insert(_T("endif")); - m_KeywordSet.insert(_T("do")); - m_KeywordSet.insert(_T("enddo")); - m_KeywordSet.insert(_T("while")); - m_KeywordSet.insert(_T("concurrent")); - m_KeywordSet.insert(_T("subroutine")); - m_KeywordSet.insert(_T("endsubroutine")); - m_KeywordSet.insert(_T("function")); - m_KeywordSet.insert(_T("endfunction")); - m_KeywordSet.insert(_T("abstract")); - m_KeywordSet.insert(_T("interface")); - m_KeywordSet.insert(_T("endinterface")); - m_KeywordSet.insert(_T("associate")); - m_KeywordSet.insert(_T("endassociate")); - m_KeywordSet.insert(_T("block")); - m_KeywordSet.insert(_T("endblock")); - m_KeywordSet.insert(_T("blockdata")); - m_KeywordSet.insert(_T("data")); - m_KeywordSet.insert(_T("endblockdata")); - m_KeywordSet.insert(_T("critical")); - m_KeywordSet.insert(_T("endcritical")); - m_KeywordSet.insert(_T("module")); - m_KeywordSet.insert(_T("endmodule")); - m_KeywordSet.insert(_T("program")); - m_KeywordSet.insert(_T("endprogram")); - m_KeywordSet.insert(_T("select")); - m_KeywordSet.insert(_T("case")); - m_KeywordSet.insert(_T("selectcase")); - m_KeywordSet.insert(_T("default")); - m_KeywordSet.insert(_T("is")); - m_KeywordSet.insert(_T("class")); - m_KeywordSet.insert(_T("selecttype")); - m_KeywordSet.insert(_T("endselect")); - m_KeywordSet.insert(_T("type")); - m_KeywordSet.insert(_T("endtype")); - m_KeywordSet.insert(_T("where")); - m_KeywordSet.insert(_T("elsewhere")); - m_KeywordSet.insert(_T("endwhere")); - m_KeywordSet.insert(_T("enum")); - m_KeywordSet.insert(_T("endenum")); - m_KeywordSet.insert(_T("forall")); - m_KeywordSet.insert(_T("endforall")); - m_KeywordSet.insert(_T("submodule")); - m_KeywordSet.insert(_T("endsubmodule")); - m_KeywordSet.insert(_T("end")); - m_KeywordSet.insert(_T("change")); - m_KeywordSet.insert(_T("team")); - m_KeywordSet.insert(_T("endteam")); - m_KeywordSet.insert(_T("procedure")); - m_KeywordSet.insert(_T("endprocedure")); - - MakeFConstructTypeMap(); - FConstruct::MakeFCLReMap(); - FConstruct::MakeFCLWordMap(); - FConstruct::MakeWordFCLidMap(); - m_TimeMax = 100; -} - -ConstrHighlighter::~ConstrHighlighter() -{ - FConstruct::DelFCLReMap(); -} - -void ConstrHighlighter::ReadOptions() -{ - ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("fortran_project")); - m_MakeHighlight = cfg->ReadBool(_T("/do_construct_highlighting"), true); - m_FullColour = cfg->ReadColour(_T("/chighlighter_full_colour"),wxColour(165, 165, 255)); - m_UnfinColour = cfg->ReadColour(_T("/chighlighter_unfinished_colour"),wxColour(255, 165, 0)); -} - -void ConstrHighlighter::MakeFConstructTypeMap() -{ - m_FConstructTypeMap[_T("end")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("subroutine")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endsubroutine")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("function")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endfunction")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("program")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endprogram")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("module")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endmodule")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("submodule")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endsubmodule")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("moduleprocedure")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endprocedure")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("blockdata")] = FConstruct::ctProgramGroup; - m_FConstructTypeMap[_T("endblockdata")] = FConstruct::ctProgramGroup; - - m_FConstructTypeMap[_T("interface")] = FConstruct::ctInterface; - m_FConstructTypeMap[_T("abstractinterface")] = FConstruct::ctInterface; - m_FConstructTypeMap[_T("endinterface")] = FConstruct::ctInterface; - - m_FConstructTypeMap[_T("ifthen")] = FConstruct::ctIf; - m_FConstructTypeMap[_T("elseifthen")] = FConstruct::ctIf; - m_FConstructTypeMap[_T("else")] = FConstruct::ctIf; - m_FConstructTypeMap[_T("endif")] = FConstruct::ctIf; - - m_FConstructTypeMap[_T("do")] = FConstruct::ctDo; - m_FConstructTypeMap[_T("dowhile")] = FConstruct::ctDo; - m_FConstructTypeMap[_T("doconcurrent")] = FConstruct::ctDo; - m_FConstructTypeMap[_T("enddo")] = FConstruct::ctDo; - - m_FConstructTypeMap[_T("associate")] = FConstruct::ctAssiciate; - m_FConstructTypeMap[_T("endassociate")] = FConstruct::ctAssiciate; - - m_FConstructTypeMap[_T("block")] = FConstruct::ctBlock; - m_FConstructTypeMap[_T("endblock")] = FConstruct::ctBlock; - - m_FConstructTypeMap[_T("selectcase")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("case")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("casedefault")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("endselect")] = FConstruct::ctSelectGroup; - - m_FConstructTypeMap[_T("selecttype")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("typeis")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("classis")] = FConstruct::ctSelectGroup; - m_FConstructTypeMap[_T("classdefault")] = FConstruct::ctSelectGroup; - - m_FConstructTypeMap[_T("type")] = FConstruct::ctType; - m_FConstructTypeMap[_T("endtype")] = FConstruct::ctType; - - m_FConstructTypeMap[_T("critical")] = FConstruct::ctCritical; - m_FConstructTypeMap[_T("endcritical")] = FConstruct::ctCritical; - - m_FConstructTypeMap[_T("where")] = FConstruct::ctWhere; - m_FConstructTypeMap[_T("elsewhere")] = FConstruct::ctWhere; - m_FConstructTypeMap[_T("endwhere")] = FConstruct::ctWhere; - - m_FConstructTypeMap[_T("enum")] = FConstruct::ctEnum; - m_FConstructTypeMap[_T("endenum")] = FConstruct::ctEnum; - - m_FConstructTypeMap[_T("forall")] = FConstruct::ctForall; - m_FConstructTypeMap[_T("endforall")] = FConstruct::ctForall; - - m_FConstructTypeMap[_T("changeteam")] = FConstruct::ctTeam; - m_FConstructTypeMap[_T("endteam")] = FConstruct::ctTeam; -} - -void ConstrHighlighter::ClearHighlighting(cbStyledTextCtrl* control, bool forceAction) -{ - if (!control) - return; - - if (!m_WasCleared || forceAction) - { - const int old_indic = control->GetIndicatorCurrent(); - control->SetIndicatorCurrent(m_IndicFound); - control->IndicatorClearRange(0, control->GetLength()); - control->SetIndicatorCurrent(m_IndicNotFound); - control->IndicatorClearRange(0, control->GetLength()); - m_WasCleared = true; - control->SetIndicatorCurrent(old_indic); - if (forceAction) - m_CurrentPosition = 0; - } -} - -void ConstrHighlighter::DoWork(cbEditor* editor, FortranSourceForm fsForm) -{ - cbStyledTextCtrl* control = editor->GetControl(); - - if (!m_MakeHighlight || !control->GetSelectionEmpty()) - { - ClearHighlighting(control); - return; - } - - m_Watch.Start(); - - int cpos = control->GetCurrentPos(); - if (cpos == m_CurrentPosition) - return; // nothing is changed - m_CurrentPosition = cpos; - m_CurrentSForm = fsForm; - - const int old_indic = control->GetIndicatorCurrent(); - if (!m_WasCleared) - { - control->SetIndicatorCurrent(m_IndicFound); - control->IndicatorClearRange(0, control->GetLength()); - m_WasCleared = true; - control->SetIndicatorCurrent(old_indic); - } - - int style = control->GetStyleAt(cpos); - if (style != wxSCI_F_WORD) - return; - - int wstart = control->WordStartPosition(cpos, true); - if (wstart == cpos) - return; // do not highlight if the cursor is on the start of keyword - int wend = control->WordEndPosition(cpos, true); - wxString cword = control->GetTextRange(wstart,wend).Lower(); - if (cword.IsEmpty()) - return; - else if (m_KeywordSet.count(cword) == 0) - return; - - Keyword word1; - Keyword word2; - Keyword word3; - FConstruct::FCLid flid; - KeywordList myPairs; - bool foundFull; - - std::vector flidAll; - flidAll = FConstruct::WordFCLidMap[cword]; - if (flidAll.empty()) - return; - bool containsK = false; - int flineStartPos; - int flineEndPos; - wxString fLine; - GetFortranLine(control, wstart, fLine, flineStartPos, flineEndPos); - for (size_t i=0; iMatches(fLine) && - !FConstruct::FCLReMap[FConstruct::fclWhere_else_where]->Matches(fLine)) - match = true; - } - else if (flidAll[i] == FConstruct::fclBlock_end_block) - { - if ( FConstruct::FCLReMap[FConstruct::fclBlock_end_block]->Matches(fLine) && - !FConstruct::FCLReMap[FConstruct::fclBlockdata_end_blockdata]->Matches(fLine)) - match = true; - } - else if (FConstruct::FCLReMap[flidAll[i]]->Matches(fLine)) - { - match = true; - } - - if (match) - { - wxString wstr1, wstr2, wstr3; - FConstruct::GetWordsFromFCLid(flidAll[i], wstr1, wstr2, wstr3); - - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - int pos = FindFKeyword(control, flineStartPos, control->GetLength(), flidAll[i], wstr1, wstr2, wstr3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - word1.word = str1; - word1.posStart = str1Pos; - word2.word = str2; - word2.posStart = str2Pos; - word3.word = str3; - word3.posStart = str3Pos; - - if ((str1 + str2 + str3) == _T("end")) - flid = FConstruct::fclProgGroup_end; - else - flid = flidAll[i]; - - if (pos == wxSCI_INVALID_POSITION) - containsK = false; - else - containsK = true; - break; - } - } - if (!containsK) - return; - - FindMyPairs(control, word1, word2, word3, flid, myPairs, foundFull); - - if (m_Watch.Time() > m_TimeMax) - return; - - control->SetIndicatorCurrent(m_IndicFound); - control->IndicatorSetStyle(m_IndicFound, wxSCI_INDIC_HIGHLIGHT); - if (foundFull) - control->IndicatorSetForeground(m_IndicFound, m_FullColour); - else - control->IndicatorSetForeground(m_IndicFound, m_UnfinColour); - - //control->IndicatorSetAlpha(m_IndicFound, 255); - - control->IndicatorSetUnder(m_IndicFound,true); -#ifndef wxHAVE_RAW_BITMAP - control->IndicatorSetUnder(m_IndicFound,true); -#endif - m_WasCleared = false; - - for (KeywordList::iterator it = myPairs.begin(); it != myPairs.end(); ++it) - { - control->IndicatorFillRange(it->posStart, it->word.length()); - } - control->SetIndicatorCurrent(old_indic); -} - - -void ConstrHighlighter::FindMyPairs(cbStyledTextCtrl* control, Keyword &word1, Keyword &word2, Keyword &word3, FConstruct::FCLid flid, - KeywordList &myPairs, bool &foundFull) -{ - foundFull = false; - // Get Fortran construct to search for - FConstruct fcon; // full construct - FConstruct unFconBack; // unfinished construct we should search - FConstruct unFconForth; - GetFortranConstruct(word1, word2, word3, fcon); - if (fcon.GetType() != FConstruct::ctProgramGroup && fcon.GetType() != FConstruct::ctSelectGroup && fcon.Size() == 0) - return; - - SearchDirection sdir; - GetSearchDirection(word1, word2, word3, sdir, unFconBack, unFconForth); - if (sdir == sdirUnknown) - return; - - myPairs.push_back(word1); - int wordsEndPos = word1.posStart + word1.word.size(); - if (!word2.word.IsEmpty()) - { - myPairs.push_back(word2); - wordsEndPos = word2.posStart + word2.word.size(); - if (!word3.word.IsEmpty()) - { - myPairs.push_back(word3); - wordsEndPos = word3.posStart + word3.word.size(); - } - } - - bool foundBack = true; - if (sdir == sdirBack || sdir == sdirBackForth) - { - // Search backward - int pLimitBack = FindLimitPos(control, fcon, word1.posStart, sdirBack); - if (m_Watch.Time() > m_TimeMax) - return; - if (fcon.GetType() == FConstruct::ctProgramGroup || fcon.GetType() == FConstruct::ctSelectGroup) - SearchUnConGroup(control, word1.posStart, pLimitBack, fcon.GetType(), unFconBack, flid, foundBack, myPairs); - else - SearchUnCon(control, word1.posStart, pLimitBack, fcon, unFconBack, foundBack, myPairs); - } - - bool foundForth = true; - if (sdir == sdirForth || sdir == sdirBackForth) - { - // Search forth - int pLimitForth = FindLimitPos(control, fcon, wordsEndPos, sdirForth); - if (m_Watch.Time() > m_TimeMax) - return; - if (fcon.GetType() == FConstruct::ctProgramGroup || fcon.GetType() == FConstruct::ctSelectGroup) - SearchUnConGroup(control, wordsEndPos, pLimitForth, fcon.GetType(), unFconForth, flid, foundForth, myPairs); - else - SearchUnCon(control, wordsEndPos, pLimitForth, fcon, unFconForth, foundForth, myPairs); - } - foundFull = (foundBack && foundForth); -} - -void ConstrHighlighter::SearchUnCon(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& fcon, const FConstruct& unFcon, - bool& foundEnd, KeywordList& myPairs) -{ - foundEnd = false; - wxString word1; - wxString word2; - wxString word3; - FConstruct::FCLid flid; - fcon.GetWords(0, word1, word2, word3, flid); - - wxString wordE1; - wxString wordE2; - wxString wordE3; - FConstruct::FCLid flidE; - fcon.GetWords(fcon.Size()-1, wordE1, wordE2, wordE3, flidE); - - bool searchBack = pStartC > pEndC; - int pStart = pStartC; - int pEnd = pEndC; - int level = 0; - int cutEnd = -1; - int cutStart = -1; - std::vector cutEndVec; - std::vector cutStartVec; - - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - - wxString strE1, strE2, strE3; - int strE1Pos, strE2Pos, strE3Pos; - bool haveStart = false; - bool haveEnd = false; - - while (true) - { - if (m_Watch.Time() > m_TimeMax) - return; - int posFCstart; - int posFCend; - if (!haveStart) - posFCstart = FindFKeyword(control, pStart, pEnd, flid, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (!haveEnd) - posFCend = FindFKeyword(control, pStart, pEnd, flidE, wordE1, wordE2, wordE3, - strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - - if (searchBack) - { - if (posFCstart == wxSCI_INVALID_POSITION && posFCend != wxSCI_INVALID_POSITION) - { - pEnd = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - break; // try to search intermediate keywords - } - else if (posFCstart == wxSCI_INVALID_POSITION && posFCend == wxSCI_INVALID_POSITION) - { - pEnd = pEndC; - break; // try to search intermediate keywords - } - else if (posFCstart != wxSCI_INVALID_POSITION && posFCend == wxSCI_INVALID_POSITION) - posFCend = -1; - } - else - { - if (posFCstart != wxSCI_INVALID_POSITION && posFCend == wxSCI_INVALID_POSITION) - { - pEnd = posFCstart; - break; // try to search intermediate keywords - } - else if (posFCstart == wxSCI_INVALID_POSITION && posFCend == wxSCI_INVALID_POSITION) - { - pEnd = pEndC; - break; // try to search intermediate keywords - } - else if (posFCstart == wxSCI_INVALID_POSITION && posFCend != wxSCI_INVALID_POSITION) - posFCstart = control->GetLength(); - } - - if (searchBack) - { - if (posFCstart < posFCend) - { - // Starts another level of construct - if (level == 0) - cutEnd = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - level += 1; - pStart = posFCend; - haveStart = true; - haveEnd = false; - } - else // (posFCstart > posFCend) - { - if (level == 0) - { - PutToKeywordList(str1, str2, str3, str1Pos, str2Pos, str3Pos, myPairs); - foundEnd = true; - pEnd = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - break; - } - else if (level == 1) - { - cutStart = posFCstart; - cutEndVec.push_back(cutEnd); - cutStartVec.push_back(cutStart); - } - level -= 1; - pStart = posFCstart; - haveStart = false; - haveEnd = true; - } - } - else // search forth - { - if (posFCstart < posFCend) - { - // Starts another level of construct - if (level == 0) - cutStart = posFCstart; - level += 1; - pStart = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - haveStart = false; - haveEnd = true; - } - else // (posFCstart > posFCend) - { - if (level == 0) - { - PutToKeywordList(strE1, strE2, strE3, strE1Pos, strE2Pos, strE3Pos, myPairs); - foundEnd = true; - pEnd = strE1Pos; - break; - } - else if (level == 1) - { - cutEnd = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - cutEndVec.push_back(cutEnd); - cutStartVec.push_back(cutStart); - } - level -= 1; - pStart = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - haveStart = true; - haveEnd = false; - } - } - } - - // Find intermediate keywords - SearchUnConIntermediate(control, pStartC, pEnd, unFcon, cutEndVec, cutStartVec, myPairs); -} - -void ConstrHighlighter::SearchUnConGroup(cbStyledTextCtrl* control, int pStartC, int pEndC, FConstruct::FConstructType fct, - const FConstruct& unFcon, FConstruct::FCLid fcl, bool& foundEnd, KeywordList& myPairs) -{ - foundEnd = false; - - bool searchBack = pStartC > pEndC; - int pStart = pStartC; - int pEnd = pEndC; - int level = 0; - int cutEnd = -1; - int cutStart = -1; - std::vector cutEndVec; - std::vector cutStartVec; - - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - - wxString strE1, strE2, strE3; - int strE1Pos, strE2Pos, strE3Pos; - - FConstruct::FCLid flid; - FConstruct::FCLid flidE; - if (fct == FConstruct::ctProgramGroup) - { - flid = FConstruct::fclProgGroup_start; - flidE = FConstruct::fclProgGroup_end; - } - else if (fct == FConstruct::ctSelectGroup) - { - flid = FConstruct::fclSelGroup_start; - flidE = FConstruct::fclSelGroup_end; - } - else - return; // this should not happen - - bool haveStart = false; - bool haveEnd = false; - int posFCstart; - int posFCend; - - while (true) - { - if (m_Watch.Time() > m_TimeMax) - return; - int lineStartPos; - int lineEndPos; - FConstruct::FCLid flidFound; - if (!haveStart) - posFCstart = FindGroupKeyword(control, pStart, pEnd, flid, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - - bool oneWord; - if (!haveEnd) - { - if (fct == FConstruct::ctProgramGroup) - posFCend = FindProgGroupEndKeywordPos(control, pStart, pEnd, lineStartPos, lineEndPos, flidFound, oneWord); - else - posFCend = FindGroupKeyword(control, pStart, pEnd, flidE, strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - } - - if (searchBack) - { - if (posFCstart == wxSCI_INVALID_POSITION) - break; - else if (posFCend == wxSCI_INVALID_POSITION) - posFCend = -1; - } - else - { - if (posFCend == wxSCI_INVALID_POSITION) - break; - else if (posFCstart == wxSCI_INVALID_POSITION) - posFCstart = control->GetLength(); - } - - if (searchBack) - { - if (posFCstart < posFCend) - { - // Starts another level of construct - if (level == 0) - cutEnd = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - level += 1; - pStart = posFCend; - haveStart = true; - haveEnd = false; - continue; - } - else if (posFCstart > posFCend) - { - if (level == 0) - { - wxString strFound = str1 + str2 + str3; - if ( fcl == FConstruct::fclProgGroup_end || - (fcl == FConstruct::fclSub_end_sub && strFound.IsSameAs(_T("subroutine"))) || - (fcl == FConstruct::fclFun_end_fun && strFound.IsSameAs(_T("function"))) || - (fcl == FConstruct::fclMod_end_module && strFound.IsSameAs(_T("module"))) || - (fcl == FConstruct::fclSubmod_end_submod && strFound.IsSameAs(_T("submodule"))) || - (fcl == FConstruct::fclProg_end_prog && strFound.IsSameAs(_T("program"))) || - (fcl == FConstruct::fclBlockdata_end_blockdata && strFound.IsSameAs(_T("blockdata"))) || - (fcl == FConstruct::fclProc_end_proc && strFound.IsSameAs(_T("moduleprocedure"))) || - - fcl == FConstruct::fclSelect_end || - (fcl == FConstruct::fclSelectCase_case && strFound.IsSameAs(_T("selectcase"))) || - (fcl == FConstruct::fclSelectType_type_is && strFound.IsSameAs(_T("selecttype"))) || - (fcl == FConstruct::fclSelectType_class_is && strFound.IsSameAs(_T("selecttype"))) || - (fcl == FConstruct::fclSelectType_class_default && strFound.IsSameAs(_T("selecttype"))) ) - { - PutToKeywordList(str1, str2, str3, str1Pos, str2Pos, str3Pos, myPairs); - foundEnd = true; - pEnd = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - } - break; - } - else if (fct == FConstruct::ctSelectGroup && level == 1) - { - cutStart = posFCstart; - cutEndVec.push_back(cutEnd); - cutStartVec.push_back(cutStart); - } - level -= 1; - pStart = posFCstart; - haveStart = false; - haveEnd = true; - } - } - else // search forth - { - if (posFCstart < posFCend) - { - // Starts another level of construct - if (level == 0) - cutStart = posFCstart; - level += 1; - pStart = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - haveStart = false; - haveEnd = true; - continue; - } - else if (posFCstart > posFCend) - { - if (level == 0) - { - if (fct == FConstruct::ctProgramGroup) - { - if ( oneWord || - (fcl == FConstruct::fclBlockdata_blockdata && flidFound == FConstruct::fclBlockdata_end_blockdata)) - { - GetKeyworsFromLine(control, flidFound, lineStartPos, lineEndPos, strE1, strE2, strE3, strE1Pos, strE2Pos, strE3Pos); - - wxString strFound = strE1 + strE2 + strE3; - if ( strFound.IsSameAs(_T("end")) || - (fcl == FConstruct::fclSub_sub && strFound.IsSameAs(_T("endsubroutine"))) || - (fcl == FConstruct::fclFun_fun && strFound.IsSameAs(_T("endfunction"))) || - (fcl == FConstruct::fclMod_module && strFound.IsSameAs(_T("endmodule"))) || - (fcl == FConstruct::fclSubmod_submod && strFound.IsSameAs(_T("endsubmodule"))) || - (fcl == FConstruct::fclProg_prog && strFound.IsSameAs(_T("endprogram"))) || - (fcl == FConstruct::fclProc_mod_proc && strFound.IsSameAs(_T("endprocedure"))) ) - { - PutToKeywordList(strE1, strE2, strE3, strE1Pos, strE2Pos, strE3Pos, myPairs); - foundEnd = true; - } - } - else if ((fcl == FConstruct::fclSub_sub && flidFound == FConstruct::fclSub_end_sub) || - (fcl == FConstruct::fclFun_fun && flidFound == FConstruct::fclFun_end_fun) || - (fcl == FConstruct::fclMod_module && flidFound == FConstruct::fclMod_end_module) || - (fcl == FConstruct::fclSubmod_submod && flidFound == FConstruct::fclSubmod_end_submod) || - (fcl == FConstruct::fclProg_prog && flidFound == FConstruct::fclProg_end_prog) || - (fcl == FConstruct::fclProc_mod_proc && flidFound == FConstruct::fclProc_end_proc)) - { - std::vector sWords = FConstruct::FCLWordMap[flidFound]; - strE1 = sWords[0]+sWords[1]; - strE2 = wxEmptyString; - strE3 = wxEmptyString; - PutToKeywordList(strE1, strE2, strE3, posFCend, 0, 0, myPairs); - foundEnd = true; - } - } - else - { - wxString strFound = strE1 + strE2 + strE3; - if (strFound.IsSameAs(_T("endselect"))) - { - PutToKeywordList(strE1, strE2, strE3, strE1Pos, strE2Pos, strE3Pos, myPairs); - foundEnd = true; - pEnd = strE1Pos; - } - } - break; - } - else if (fct == FConstruct::ctSelectGroup && level == 1) - { - cutEndVec.push_back(GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos)); - cutStartVec.push_back(cutStart); - } - level -= 1; - if (fct == FConstruct::ctProgramGroup) - pStart = lineEndPos; - else - pStart = GetWordsEnd(strE1, strE1Pos, strE2, strE2Pos, strE3, strE3Pos); - haveStart = true; - haveEnd = false; - } - } - } - - if (fct == FConstruct::ctSelectGroup) - { - // Find intermediate keywords - SearchUnConIntermediate(control, pStartC, pEnd, unFcon, cutEndVec, cutStartVec, myPairs); - } -} - -void ConstrHighlighter::SearchUnConIntermediate(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& unFcon, - std::vector& cutEndVec, std::vector& cutStartVec, KeywordList& myPairs) -{ - // Find intermediate keywords - bool searchBack = pStartC > pEndC; - FConstruct::FCLid flid; - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - - for (size_t i=1; i cutStartVec[j] && pos < cutEndVec[j]) - { - wasCut = true; - break; - } - } - - if (!wasCut) - PutToKeywordList(str1, str2, str3, str1Pos, str2Pos, str3Pos, myPairs); - - if (searchBack) - pInterStart = pos; - else - pInterStart = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - } - } -} - -int ConstrHighlighter::GetWordsEnd(wxString& str1, int str1Pos, wxString& str2, int str2Pos, wxString& str3, int str3Pos) -{ - int wend = -1; - if (!str3.IsEmpty()) - wend = str3Pos + str3.Length(); - else if (!str2.IsEmpty()) - wend = str2Pos + str2.Length(); - else if (!str1.IsEmpty()) - wend = str1Pos + str1.Length(); - return wend; -} - -void ConstrHighlighter::PutToKeywordList(wxString& str1, wxString& str2, wxString& str3, - int str1Pos, int str2Pos, int str3Pos, KeywordList& kList) -{ - Keyword sk = {str1, str1Pos}; - kList.push_back(sk); - if (str2Pos != wxSCI_INVALID_POSITION) - { - sk.word = str2; - sk.posStart = str2Pos; - kList.push_back(sk); - if (str3Pos != wxSCI_INVALID_POSITION) - { - sk.word = str3; - sk.posStart = str3Pos; - kList.push_back(sk); - } - } -} - -int ConstrHighlighter::FindFKeywordFull(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& sWord3, - wxString& str1, int& str1Pos, wxString& str2, int& str2Pos, wxString& str3, int& str3Pos) -{ - if (FConstruct::FCLReMap.count(flid) == 0) - return wxSCI_INVALID_POSITION; - - bool searchBack = pStart > pEnd; - int flag; - wxString sw1; - int cStart = pStart; - if (sWord2.IsEmpty()) - { - sw1 = sWord1; - flag = wxSCI_FIND_WORDSTART; - } - else - { - sw1 = sWord2; - flag = 0; - } - - while (true) - { - int pos = FindText(control, cStart, pEnd, sw1, flag); - if (pos == wxSCI_INVALID_POSITION) - return wxSCI_INVALID_POSITION; - - wxString fLine; - int lineStartPos; - int lineEndPos; - GetFortranLine(control, pos, fLine, lineStartPos, lineEndPos); - - if (FConstruct::FCLReMap[flid]->Matches(fLine)) - { - int nfilled = 0; - pos = FindText(control, lineStartPos, lineEndPos, sWord1, wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - str1 = sWord1; - str1Pos = pos; - if (sWord2.IsEmpty()) - return pos; - sw1 = sWord2; - nfilled++; - } - else - sw1 = sWord1 + sWord2; - - pos = FindText(control, lineStartPos, lineEndPos, sw1, wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - if (nfilled == 0) - { - str1 = sWord1; - str1Pos = pos; - } - else - { - str2 = sWord2; - str2Pos = pos; - } - - if (sWord3.IsEmpty()) - return pos; - sw1 = sWord3; - nfilled++; - } - else - return wxSCI_INVALID_POSITION; - - pos = FindText(control, lineStartPos, lineEndPos, sw1, wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - if (nfilled == 1) - { - str2 = sw1; - str2Pos = pos; - } - else - { - str3 = sw1; - str3Pos = pos; - } - } - else - return wxSCI_INVALID_POSITION; - } - else - { - if(searchBack) - { - cStart = lineStartPos; - if (cStart <= pEnd) - return wxSCI_INVALID_POSITION; - } - else - { - cStart = lineEndPos; - if (cStart >= pEnd) - return wxSCI_INVALID_POSITION; - } - } - } -} - -int ConstrHighlighter::FindProgGroupEndKeywordPos(cbStyledTextCtrl* control, int pStart, int pEnd, int& lineStartPos, int& lineEndPos, - FConstruct::FCLid& flid, bool& oneWord) -{ - int nUsed = 0; - bool searchBack = pStart > pEnd; - - flid = FConstruct::fclUnknown; - oneWord = false; - - std::vector flidAll; - flidAll.push_back(FConstruct::fclFun_end_fun); - flidAll.push_back(FConstruct::fclSub_end_sub); - flidAll.push_back(FConstruct::fclProg_end_prog); - flidAll.push_back(FConstruct::fclMod_end_module); - flidAll.push_back(FConstruct::fclSubmod_end_submod); - flidAll.push_back(FConstruct::fclBlockdata_end_blockdata); - flidAll.push_back(FConstruct::fclProc_end_proc); - - wxString sW = _T("end"); - while (true) - { - int pos = FindText(control, pStart, pEnd, sW, wxSCI_FIND_WORDSTART); - - if (pos == wxSCI_INVALID_POSITION) - break; - - int wordendpos = control->WordEndPosition(pos, true); - wxString foundWord = control->GetTextRange(pos, wordendpos).Lower(); - if (foundWord.IsSameAs(sW)) - { - nUsed = 1; - } - else if (foundWord.IsSameAs(_T("endsubroutine"))) - { - flid = FConstruct::fclSub_end_sub; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endfunction"))) - { - flid = FConstruct::fclFun_end_fun; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endprogram"))) - { - flid = FConstruct::fclProg_end_prog; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endmodule"))) - { - flid = FConstruct::fclMod_end_module; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endsubmodule"))) - { - flid = FConstruct::fclSubmod_end_submod; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endblock"))) - { - flid = FConstruct::fclBlockdata_end_blockdata; - nUsed = 2; - } - else if (foundWord.IsSameAs(_T("endblockdata"))) - { - flid = FConstruct::fclBlockdata_end_blockdata; - nUsed = 3; - } - else if (foundWord.IsSameAs(_T("endprocedure"))) - { - flid = FConstruct::fclProc_end_proc; - nUsed = 2; - } - else - { - pStart = searchBack? pos : pos+foundWord.Length(); - continue; - } - - wxString fLine; - GetFortranLine(control, pos, fLine, lineStartPos, lineEndPos); - - if (nUsed == 1) - { - for (size_t i=0; iMatches(fLine)) - { - oneWord = true; - flid = flidAll[i]; - return pos; - } - } - } - else - { - if (FConstruct::FCLReMap[flid]->Matches(fLine)) - return pos; - } - - pStart = searchBack? pos : pos+foundWord.Length(); - } - return wxSCI_INVALID_POSITION; -} - -int ConstrHighlighter::FindGroupKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, - wxString& rstr1, int& rstr1Pos, wxString& rstr2, int& rstr2Pos, wxString& rstr3, int& rstr3Pos) -{ - int posGK = wxSCI_INVALID_POSITION; - rstr1 = wxEmptyString; - rstr1Pos = wxSCI_INVALID_POSITION; - rstr2 = wxEmptyString; - rstr2Pos = wxSCI_INVALID_POSITION; - rstr3 = wxEmptyString; - rstr3Pos = wxSCI_INVALID_POSITION; - - std::vector flidAll; - if (flid == FConstruct::fclProgGroup_end) - { - flidAll.push_back(FConstruct::fclFun_end_fun); - flidAll.push_back(FConstruct::fclSub_end_sub); - flidAll.push_back(FConstruct::fclProg_end_prog); - flidAll.push_back(FConstruct::fclMod_end_module); - flidAll.push_back(FConstruct::fclSubmod_end_submod); - flidAll.push_back(FConstruct::fclBlockdata_end_blockdata); - flidAll.push_back(FConstruct::fclProc_end_proc); - } - else if (flid == FConstruct::fclProgGroup_start) - { - flidAll.push_back(FConstruct::fclFun_fun); - flidAll.push_back(FConstruct::fclSub_sub); - flidAll.push_back(FConstruct::fclProg_prog); - flidAll.push_back(FConstruct::fclMod_module); - flidAll.push_back(FConstruct::fclSubmod_submod); - flidAll.push_back(FConstruct::fclBlockdata_blockdata); - flidAll.push_back(FConstruct::fclProc_mod_proc); - } - else if (flid == FConstruct::fclSelGroup_end) - { - flidAll.push_back(FConstruct::fclSelect_end); - } - else if (flid == FConstruct::fclSelGroup_start) - { - flidAll.push_back(FConstruct::fclSelectCase_start); - flidAll.push_back(FConstruct::fclSelectType_start); - } - else - return posGK; - - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - bool searchBack = pStart > pEnd; - - for (size_t i=0; i sWords; - if (FConstruct::FCLWordMap.count(flidAll[i]) == 0) - continue; - sWords = FConstruct::FCLWordMap[flidAll[i]]; - - int pos = FindFKeyword(control, pStart, pEnd, flidAll[i], sWords[0], sWords[1], sWords[2], - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (pos != wxSCI_INVALID_POSITION) - { - if ((posGK == wxSCI_INVALID_POSITION) || - (posGK != wxSCI_INVALID_POSITION && searchBack && pos > posGK) || - (posGK != wxSCI_INVALID_POSITION && !searchBack && pos < posGK)) - { - posGK = pos; - rstr1 = str1; - rstr1Pos = str1Pos; - rstr2 = str2; - rstr2Pos = str2Pos; - rstr3 = str3; - rstr3Pos = str3Pos; - if (searchBack) - pEnd = pos + 2; - else - pEnd = pos - 2; - } - } - } - return posGK; -} - -int ConstrHighlighter::FindFKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& sWord3, - wxString& str1, int& str1Pos, wxString& str2, int& str2Pos, wxString& str3, int& str3Pos) -{ - const int flag = wxSCI_FIND_WORDSTART; // wxSCI_FIND_WHOLEWORD; - int nUsed; - str1 = wxEmptyString; - str1Pos = wxSCI_INVALID_POSITION; - str2 = wxEmptyString; - str2Pos = wxSCI_INVALID_POSITION; - str3 = wxEmptyString; - str3Pos = wxSCI_INVALID_POSITION; - bool searchBack = pStart > pEnd; - - while (true) - { - wxString sW = sWord1; - int pos = FindText(control, pStart, pEnd, sW, flag); - - if (pos == wxSCI_INVALID_POSITION) - return wxSCI_INVALID_POSITION; - - int wordendpos = control->WordEndPosition(pos, true); - wxString foundWord = control->GetTextRange(pos, wordendpos).Lower(); - if (foundWord.IsSameAs(sWord1)) - nUsed = 1; - else if (!sWord2.IsEmpty() && foundWord.IsSameAs(sWord1+sWord2)) - nUsed = 2; - else if (flid == FConstruct::fclBlockdata_end_blockdata && foundWord.IsSameAs(_T("endblockdata"))) - nUsed = 3; - else - { - pStart = searchBack? pos : pos+foundWord.Length(); - continue; - } - - str1 = foundWord; - str1Pos = pos; - wxString fLine; - int lineStartPos; - int lineEndPos; - GetFortranLine(control, pos, fLine, lineStartPos, lineEndPos); - - if (FConstruct::FCLReMap.count(flid) == 0) - return wxSCI_INVALID_POSITION; - - bool match = false; - if (flid == FConstruct::fclIf_else) - { - if ( FConstruct::FCLReMap[FConstruct::fclIf_else]->Matches(fLine) && - !FConstruct::FCLReMap[FConstruct::fclWhere_else_where]->Matches(fLine)) - match = true; - } - else if (flid == FConstruct::fclBlock_end_block) - { - if ( FConstruct::FCLReMap[FConstruct::fclBlock_end_block]->Matches(fLine) && - !FConstruct::FCLReMap[FConstruct::fclBlockdata_end_blockdata]->Matches(fLine)) - match = true; - } - else if (FConstruct::FCLReMap[flid]->Matches(fLine)) - match = true; - - if (match) - { - // We already found keyword. - // Now find positions of sWord2 and sWord3 - if (nUsed == 1 && sWord2.IsEmpty()) - { - if (flid == FConstruct::fclInterf_interf) - { - // check "abstract interface" - pos = FindText(control, pos-16, pos-1, _T("abstract"), wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - str2Pos = str1Pos; - str2 = str1; - str1Pos = pos; - str1 = _T("abstract"); - } - } - else if (flid == FConstruct::fclDo_do) - { - pos = FindText(control, str1Pos+3, str1Pos+10, _T("while"), wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - str2Pos = pos; - str2 = _T("while"); - } - else - { - pos = FindText(control, str1Pos+3, str1Pos+15, _T("concurrent"), wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - str2Pos = pos; - str2 = _T("concurrent"); - } - } - } - return str1Pos; - } - else if (nUsed == 1) - { - sW = sWord2; - nUsed = 2; - } - else if ((nUsed == 2) && sWord3.IsEmpty()) - return str1Pos; - else if (nUsed == 3) - return str1Pos; - else - { - sW = sWord3; - nUsed = 3; - } - - if (nUsed == 2 && flid == FConstruct::fclBlockdata_end_blockdata) - { - pos = FindText(control, pos+1, lineEndPos, sW, wxSCI_FIND_WORDSTART); - wordendpos = control->WordEndPosition(pos, true); - foundWord = control->GetTextRange(pos, wordendpos).Lower(); - if (foundWord.IsSameAs(_T("block"))) - { - str2 = foundWord; - str2Pos = pos; - sW = sWord3; - pos = FindText(control, pos+1, lineEndPos, sW, wxSCI_FIND_WHOLEWORD); - if (pos == wxSCI_INVALID_POSITION) - return str1Pos; - else - { - str3 = sW; - str3Pos = pos; - return str1Pos; - } - } - else if (foundWord.IsSameAs(_T("blockdata"))) - { - str2 = foundWord; - str2Pos = pos; - return str1Pos; - } - else - return wxSCI_INVALID_POSITION; - } - else - pos = FindText(control, pos+1, lineEndPos, sW, wxSCI_FIND_WHOLEWORD); - - if (pos == wxSCI_INVALID_POSITION) - return str1Pos; // Second word was not found. - if (nUsed == 2) - { - str2 = sW; - str2Pos = pos; - if (!sWord3.IsEmpty()) - { - pos = FindText(control, pos+1, lineEndPos, sWord3, wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - str3 = sWord3; - str3Pos = pos; - } - } - } - else // (nUsed == 3) - { - str2 = sW; - str2Pos = pos; - } - - return str1Pos; - } - else - { - pStart = searchBack? pos : pos+foundWord.Length(); - } - } - return wxSCI_INVALID_POSITION; -} - -void ConstrHighlighter::GetKeyworsFromLine(cbStyledTextCtrl* control, FConstruct::FCLid flid, int lineStartPos, int lineEndPos, - wxString& str1, wxString& str2, wxString& str3, int& str1Pos, int& str2Pos, int& str3Pos) -{ - str1 = wxEmptyString; - str2 = wxEmptyString; - str3 = wxEmptyString; - - if (FConstruct::FCLWordMap.count(flid) == 0) - return; - - std::vector sWords = FConstruct::FCLWordMap[flid]; - wxString sw; - int nFilled = 0; - for (size_t i=0; i<3; i++) - { - if (sWords[i].IsEmpty()) - break; - sw.Append(sWords[i]); - - int pos = FindText(control, lineStartPos, lineEndPos, sw, wxSCI_FIND_WHOLEWORD); - if (pos != wxSCI_INVALID_POSITION) - { - if (nFilled == 0) - { - str1 = sw; - str1Pos = pos; - } - else if (nFilled == 1) - { - str2 = sw; - str2Pos = pos; - } - else - { - str3 = sw; - str3Pos = pos; - } - sw = wxEmptyString; - nFilled++; - } - } -} - -int ConstrHighlighter::FindText(cbStyledTextCtrl* control, int pStart, int pEnd, const wxString& sWord, int flag) -{ - int pos; - int pS = pStart; - while (true) - { - pos = control->FindText(pS, pEnd, sWord, flag); - if (pos == wxSCI_INVALID_POSITION) - return pos; - else if (IsCommentOrString(control, pos)) - pS = pos + 1; - else - return pos; - } -} - -bool ConstrHighlighter::IsCommentOrString(cbStyledTextCtrl* control, int pos) -{ - int line = control->LineFromPosition(pos); - int lineStartPos = control->PositionFromLine(line); - bool inStr1 = false; - bool inStr2 = false; - bool inCom = false; - - if (m_CurrentSForm == fsfFixed && lineStartPos <= pos) - { - const wxChar cch = control->GetCharAt(lineStartPos); - if (cch == 'C' || cch == 'c' || cch == '*' || cch == '!') - return true; // comment line in fixed format file - } - - for (int i=lineStartPos; iGetCharAt(i); - if (cch == '!' && !inStr1 && !inStr2) - { - inCom = true; - break; - } - else if (cch == '\'' && !inStr2) - { - if (inStr1) - inStr1 = false; - else - inStr1 = true; - } - else if (cch == '"' && !inStr1) - { - if (inStr2) - inStr2 = false; - else - inStr2 = true; - } - } - - if (inCom || inStr1 || inStr2) - return true; - else - return false; -} - -void ConstrHighlighter::GetFortranConstruct(const Keyword &word1, const Keyword &word2, const Keyword &word3, FConstruct &fcon) -{ - fcon.Clear(); - wxString str = word1.word + word2.word + word3.word; - if (m_FConstructTypeMap.count(str) == 0) - return; - - wxString estr; - FConstruct::FConstructType fct = m_FConstructTypeMap[str]; - if (fct == FConstruct::ctProgramGroup || fct == FConstruct::ctSelectGroup) - fcon.SetType(fct); - else if (fct == FConstruct::ctIf) - { - fcon.AddPart(_T("if"), _T("then"), estr); - fcon.AddPart(_T("else"), _T("if"), _T("then")); - fcon.AddPart(_T("else"), estr, estr); - fcon.AddPart(_T("end"), _T("if"), estr); - fcon.SetType(FConstruct::ctIf); - } - else if (fct == FConstruct::ctDo) - { - fcon.AddPart(_T("do"), estr, estr); - fcon.AddPart(_T("end"), _T("do"), estr); - fcon.SetType(FConstruct::ctDo); - } - else if (fct == FConstruct::ctInterface) - { - fcon.AddPart(_T("interface"), estr, estr); - fcon.AddPart(_T("end"), _T("interface"), estr); - fcon.SetType(FConstruct::ctInterface); - } - else if (fct == FConstruct::ctFunction) - { - fcon.AddPart(_T("function"), estr, estr); - fcon.AddPart(_T("end"), _T("function"), estr); - fcon.SetType(FConstruct::ctFunction); - } - else if (fct == FConstruct::ctSubroutine) - { - fcon.AddPart(_T("subroutine"), estr, estr); - fcon.AddPart(_T("end"), _T("subroutine"), estr); - fcon.SetType(FConstruct::ctSubroutine); - } - else if (fct == FConstruct::ctProgram) - { - fcon.AddPart(_T("program"), estr, estr); - fcon.AddPart(_T("end"), _T("program"), estr); - fcon.SetType(FConstruct::ctProgram); - } - else if (fct == FConstruct::ctModule) - { - fcon.AddPart(_T("module"), estr, estr); - fcon.AddPart(_T("end"), _T("module"), estr); - fcon.SetType(FConstruct::ctModule); - } - else if (fct == FConstruct::ctSubmodule) - { - fcon.AddPart(_T("submodule"), estr, estr); - fcon.AddPart(_T("end"), _T("submodule"), estr); - fcon.SetType(FConstruct::ctSubmodule); - } - else if (fct == FConstruct::ctType) - { - fcon.AddPart(_T("type"), estr, estr); - fcon.AddPart(_T("end"), _T("type"), estr); - fcon.SetType(FConstruct::ctType); - } - else if (fct == FConstruct::ctEnum) - { - fcon.AddPart(_T("enum"), estr, estr); - fcon.AddPart(_T("end"), _T("enum"), estr); - fcon.SetType(FConstruct::ctEnum); - } - else if (fct == FConstruct::ctCritical) - { - fcon.AddPart(_T("critical"), estr, estr); - fcon.AddPart(_T("end"), _T("critical"), estr); - fcon.SetType(FConstruct::ctCritical); - } - else if (fct == FConstruct::ctForall) - { - fcon.AddPart(_T("forall"), estr, estr); - fcon.AddPart(_T("end"), _T("forall"), estr); - fcon.SetType(FConstruct::ctForall); - } - else if (fct == FConstruct::ctAssiciate) - { - fcon.AddPart(_T("associate"), estr, estr); - fcon.AddPart(_T("end"), _T("associate"), estr); - fcon.SetType(FConstruct::ctAssiciate); - } - else if (fct == FConstruct::ctBlock) - { - fcon.AddPart(_T("block"), estr, estr); - fcon.AddPart(_T("end"), _T("block"), estr); - fcon.SetType(FConstruct::ctBlock); - } - else if (fct == FConstruct::ctTeam) - { - fcon.AddPart(_T("change"), _T("team"), estr); - fcon.AddPart(_T("end"), _T("team"), estr); - fcon.SetType(FConstruct::ctTeam); - } - else if (fct == FConstruct::ctWhere) - { - fcon.AddPart(_T("where"), estr, estr); - fcon.AddPart(_T("else"), _T("where"), estr); - fcon.AddPart(_T("end"), _T("where"), estr); - fcon.SetType(FConstruct::ctWhere); - } - else if (fct == FConstruct::ctBlockdata) - { - fcon.AddPart(_T("block"), _T("data"), estr); - fcon.AddPart(_T("end"), _T("block"), _T("data")); - fcon.SetType(FConstruct::ctBlockdata); - } - else if (fct == FConstruct::ctProcedure) - { - fcon.AddPart(_T("module"), _T("procedure"), estr); - fcon.AddPart(_T("end"), _T("procedure"), estr); - fcon.SetType(FConstruct::ctProcedure); - } -} - -void ConstrHighlighter::GetSearchDirection(const Keyword &word1, const Keyword &word2, const Keyword &word3, - SearchDirection& sdir, FConstruct& unFconBack, FConstruct& unFconForth) -{ - sdir = sdirUnknown; - unFconBack.Clear(); - unFconForth.Clear(); - wxString str = word1.word + word2.word + word3.word; - if (m_FConstructTypeMap.count(str) == 0) - return; - - FConstruct::FConstructType fct = m_FConstructTypeMap[str]; - wxString estr; - - if (fct == FConstruct::ctProgramGroup) - { - if (str.IsSameAs(_T("end")) || str.IsSameAs(_T("endfunction")) || str.IsSameAs(_T("endsubroutine")) || - str.IsSameAs(_T("endprogram")) || str.IsSameAs(_T("endmodule")) || str.IsSameAs(_T("endsubmodule")) || - str.IsSameAs(_T("endblockdata")) || str.IsSameAs(_T("endprocedure"))) - { - sdir = sdirBack; - } - else if (str.IsSameAs(_T("function")) || str.IsSameAs(_T("subroutine")) || str.IsSameAs(_T("program")) || - str.IsSameAs(_T("module")) || str.IsSameAs(_T("submodule")) || str.IsSameAs(_T("blockdata")) || - str.IsSameAs(_T("moduleprocedure"))) - { - sdir = sdirForth; - } - } - else if (fct== FConstruct::ctSelectGroup) - { - if (str.IsSameAs(_T("selectcase")) || str.IsSameAs(_T("selecttype"))) - { - sdir = sdirForth; - unFconForth.AddPart(_T("case"), estr, estr); - unFconForth.AddPart(_T("case"), _T("default"), estr); - unFconForth.AddPart(_T("type"), _T("is"), estr); - unFconForth.AddPart(_T("class"), _T("is"), estr); - unFconForth.AddPart(_T("class"), _T("default"), estr); - unFconForth.AddPart(_T("end"), _T("select"), estr); - } - else if (str.IsSameAs(_T("endselect"))) - { - sdir = sdirBack; - unFconBack.AddPart(_T("select"), _T("case"), estr); - unFconBack.AddPart(_T("case"), estr, estr); - unFconBack.AddPart(_T("case"), _T("default"), estr); - unFconBack.AddPart(_T("type"), _T("is"), estr); - unFconBack.AddPart(_T("class"), _T("is"), estr); - unFconBack.AddPart(_T("class"), _T("default"), estr); - } - else if (str.IsSameAs(_T("case")) || str.IsSameAs(_T("casedefault"))) - { - sdir = sdirBackForth; - unFconForth.AddPart(_T("case"), estr, estr); - unFconForth.AddPart(_T("case"), _T("default"), estr); - unFconForth.AddPart(_T("end"), _T("select"), estr); - - unFconBack.AddPart(_T("select"), _T("case"), estr); - unFconBack.AddPart(_T("case"), estr, estr); - } - else if (str.IsSameAs(_T("typeis")) || str.IsSameAs(_T("classis")) || str.IsSameAs(_T("classdefault"))) - { - sdir = sdirBackForth; - unFconForth.AddPart(_T("type"), _T("is"), estr); - unFconForth.AddPart(_T("class"), _T("is"), estr); - unFconForth.AddPart(_T("class"), _T("default"), estr); - unFconForth.AddPart(_T("end"), _T("select"), estr); - - unFconBack.AddPart(_T("select"), _T("type"), estr); - unFconBack.AddPart(_T("type"), _T("is"), estr); - unFconBack.AddPart(_T("class"), _T("is"), estr); - unFconBack.AddPart(_T("class"), _T("default"), estr); - } - } - else if (fct == FConstruct::ctIf) - { - if (str == _T("ifthen") || str == _T("elseifthen")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("else"), _T("if"), _T("then")); - unFconForth.AddPart(_T("else"), estr, estr); - unFconForth.AddPart(_T("end"), _T("if"), estr); - - if (str == _T("elseifthen")) - { - sdir = sdirBackForth; - unFconBack.AddPart(_T("if"), _T("then"), estr); - unFconBack.AddPart(_T("else"), _T("if"), _T("then")); - } - } - else if (str == _T("else")) - { - sdir = sdirBackForth; - unFconForth.AddPart(_T("end"), _T("if"), estr); - - unFconBack.AddPart(_T("if"), _T("then"), estr); - unFconBack.AddPart(_T("else"), _T("if"), _T("then")); - } - else if (str == _T("endif")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("if"), _T("then"), estr); - unFconBack.AddPart(_T("else"), _T("if"), _T("then")); - unFconBack.AddPart(_T("else"), estr, estr); - } - } - else if (fct == FConstruct::ctDo) - { - if (str.StartsWith(_T("do"))) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("do"), estr); - } - else if (str == _T("enddo")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("do"), estr, estr); - } - } - else if (fct == FConstruct::ctInterface) - { - if (str == _T("interface") || str == _T("abstractinterface")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("interface"), estr); - } - else if (str == _T("endinterface")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("interface"), estr, estr); - } - } - else if (fct == FConstruct::ctType) - { - if (str == _T("type")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("type"), estr); - } - else if (str == _T("endtype")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("type"), estr, estr); - } - } - else if (fct == FConstruct::ctEnum) - { - if (str == _T("enum")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("enum"), estr); - } - else if (str == _T("endenum")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("enum"), estr, estr); - } - } - else if (fct == FConstruct::ctCritical) - { - if (str == _T("critical")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("critical"), estr); - } - else if (str == _T("endcritical")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("critical"), estr, estr); - } - } - else if (fct == FConstruct::ctForall) - { - if (str == _T("forall")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("forall"), estr); - } - else if (str == _T("endforall")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("forall"), estr, estr); - } - } - else if (fct == FConstruct::ctAssiciate) - { - if (str == _T("associate")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("associate"), estr); - } - else if (str == _T("endassociate")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("associate"), estr, estr); - } - } - else if (fct == FConstruct::ctBlock) - { - if (str == _T("block")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("block"), estr); - } - else if (str == _T("endblock")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("block"), estr, estr); - } - } - else if (fct == FConstruct::ctTeam) - { - if (str == _T("changeteam")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("end"), _T("team"), estr); - } - else if (str == _T("endteam")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("change"), _T("team"), estr); - } - } - else if (fct == FConstruct::ctWhere) - { - if (str == _T("where")) - { - sdir = sdirForth; - unFconForth.AddPart(_T("else"), _T("where"), estr); - unFconForth.AddPart(_T("end"), _T("where"), estr); - } - else if (str == _T("endwhere")) - { - sdir = sdirBack; - unFconBack.AddPart(_T("where"), estr, estr); - unFconBack.AddPart(_T("else"), _T("where"), estr); - } - else if (str == _T("elsewhere")) - { - sdir = sdirBackForth; - unFconBack.AddPart(_T("where"), estr, estr); - unFconBack.AddPart(_T("else"), _T("where"), estr); - - unFconForth.AddPart(_T("else"), _T("where"), estr); - unFconForth.AddPart(_T("end"), _T("where"), estr); - } - } -} - -void ConstrHighlighter::GetFortranLine(cbStyledTextCtrl* control, int pos, wxString& fLine, int& lineStartPos, int& lineEndPos) -{ - bool tryBack; - bool withContinuation; - fLine = GetFortranLine2(control, pos, lineStartPos, lineEndPos, tryBack, withContinuation, true); - if (m_CurrentSForm == fsfFree) - { - while (tryBack) - { - if (control->LineFromPosition(lineStartPos) == 0) - break; - pos = lineStartPos - 1; - int lep; - int lsBackPos; - wxString lineBack = GetFortranLine2(control, pos, lsBackPos, lep, tryBack, withContinuation, false); - if (withContinuation) - { - lineStartPos = lsBackPos; - fLine.Prepend(lineBack); - } - else - break; - } - } - else // (m_CurrentSForm == fsfFixed) - { - while (tryBack && withContinuation) - { - if (control->LineFromPosition(lineStartPos) == 0) - break; - pos = lineStartPos - 1; - int lep; - int lsBackPos; - wxString lineBack = GetFortranLine2(control, pos, lsBackPos, lep, tryBack, withContinuation, false); - lineStartPos = lsBackPos; - fLine.Prepend(lineBack); - } - } - fLine = CutBracketsLevel2(fLine); - fLine.Replace(_T("\t"), _T(" ")); - fLine.Trim(); -} - -wxString ConstrHighlighter::GetFortranLine2(cbStyledTextCtrl* control, int posC, int& posStart, int& posEnd, bool& tryBack, - bool& withContinuation, bool goForth) -{ - int line = control->LineFromPosition(posC); - wxString lineStr = control->GetLine(line); - posStart = control->PositionFromLine(line); - posEnd = control->PositionFromLine(line+1); - tryBack = true; - withContinuation = false; - bool inStr1 = false; - bool inStr2 = false; - bool spaceOnly = true; - int lsl = lineStr.length(); - if (m_CurrentSForm == fsfFixed) - { - if (lsl <= 6) - return wxEmptyString; - const wxChar cch = lineStr.GetChar(0); - if (cch == 'C' || cch == 'c' || cch == '*' || cch == '!') - return wxEmptyString; // comment line in fixed format file - if (lineStr.GetChar(5) != ' ' && lineStr.GetChar(5) != '0') - withContinuation = true; - } - int i = 0; - while (i < lsl) - { - if (inStr1 && lineStr.GetChar(i) == '\'') - inStr1 = false; - else if (inStr2 && lineStr.GetChar(i) == '"') - inStr2 = false; - else if (inStr1 || inStr2) - lineStr.SetChar(i, ' '); - else if (lineStr.GetChar(i) == '\'') - { - inStr1 = true; - spaceOnly = false; - } - else if (lineStr.GetChar(i) == '"') - { - inStr2 = true; - spaceOnly = false; - } - else if (lineStr.GetChar(i) == '!') - { - if (posStart + i >= posC) - { - lineStr = lineStr.Mid(0, i); - posEnd = posStart + i; - break; - } - else - { - lineStr = _T(""); - break; - } - } - else if (lineStr.GetChar(i) == '&') - { - lineStr.SetChar(i, ' '); - if (!spaceOnly && (m_CurrentSForm == fsfFree)) - { - lineStr = lineStr.Mid(0, i+1); - - if (goForth && line+1 < control->GetLineCount()) - { - int posStart2; - bool tback, econ; - lineStr.Append(GetFortranLine2(control, control->PositionFromLine(line+1), posStart2, posEnd, tback, econ, true)); - } - else - withContinuation = true; - break; - } - } - else if (lineStr.GetChar(i) == ';') - { - if (posStart + i >= posC) - { - lineStr = lineStr.Mid(0, i); - posEnd = posStart + i; - break; - } - else - { - posStart = posStart + i + 1; - lineStr = lineStr.Mid(i+1); - lsl = lineStr.length(); - i = -1; - tryBack = false; - spaceOnly = false; - } - } - else if (spaceOnly) - spaceOnly = false; - i++; - } - - if (m_CurrentSForm == fsfFixed) - { - if (goForth && line+1 < control->GetLineCount()) - { - int posStart2; - bool tback; - bool wCon; - wxString nextLine = GetFortranLine2(control, control->PositionFromLine(line+1), posStart2, posEnd, tback, wCon, true); - if (wCon) - lineStr.Append(nextLine); - } - } - return lineStr; -} - -wxString ConstrHighlighter::CutBracketsLevel2(const wxString& str) -{ - wxString retStr = str; - int pos = str.Find('('); - if (pos == wxNOT_FOUND) - return retStr; - - std::vector cutStart; - std::vector cutEnd; - int level = 0; - for (size_t i=pos; i=0; i--) - { - if (cutEnd[i] != int(wxString::npos)) - retStr = retStr.Mid(0,cutStart[i]) + _T(" ") + retStr.Mid(cutEnd[i]+1); - else - retStr = retStr.Mid(0,cutStart[i]) + _T(" "); - } - return retStr; -} - -int ConstrHighlighter::FindLimitPos(cbStyledTextCtrl* control, const FConstruct& fcon, int posStart, SearchDirection sdir) -{ - int pEnd = (sdir == sdirBack) ? 0 : control->GetLength(); - int rpEnd = pEnd; - FConstruct::FConstructType ct = fcon.GetType(); - if (ct == FConstruct::ctIf || ct == FConstruct::ctDo || ct == FConstruct::ctSelectGroup || - ct == FConstruct::ctCritical || ct == FConstruct::ctForall || ct == FConstruct::ctEnum || - ct == FConstruct::ctType || ct == FConstruct::ctAssiciate || ct == FConstruct::ctBlock || - ct == FConstruct::ctTeam ) - { - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - - if (sdir == sdirBack) - { - wxString word1 = _T("subroutine"); - wxString word2; - wxString word3; - FConstruct::FCLid flid1 = FConstruct::fclSub_sub; - int cp1 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp1 == wxSCI_INVALID_POSITION) - cp1 = rpEnd; - else - pEnd = cp1 + 10; - - word1 = _T("function"); - word2 = wxEmptyString; - word3 = wxEmptyString; - flid1 = FConstruct::fclFun_fun; - int cp2 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp2 == wxSCI_INVALID_POSITION) - cp2 = rpEnd; - else - pEnd = cp2 + 8; - - word1 = _T("program"); - word2 = wxEmptyString; - word3 = wxEmptyString; - flid1 = FConstruct::fclProg_prog; - int cp3 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp3 == wxSCI_INVALID_POSITION) - cp3 = rpEnd; - - return std::max(std::max(cp1,cp2),cp3); - } - else - { - wxString word1 = _T("end"); - wxString word2 = _T("subroutine"); - wxString word3; - FConstruct::FCLid flid1 = FConstruct::fclSub_end_sub; - int cp1 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp1 == wxSCI_INVALID_POSITION) - cp1 = rpEnd; - else - pEnd = cp1; - - word1 = _T("end"); - word2 = _T("function"); - word3 = wxEmptyString; - flid1 = FConstruct::fclFun_fun; - int cp2 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp2 == wxSCI_INVALID_POSITION) - cp2 = rpEnd; - else - pEnd = cp2; - - word1 = _T("end"); - word2 = _T("program"); - word3 = wxEmptyString; - flid1 = FConstruct::fclProg_prog; - int cp3 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp3 == wxSCI_INVALID_POSITION) - cp3 = rpEnd; - - return std::min(std::min(cp1,cp2),cp3); - } - } - else if (ct == FConstruct::ctProgramGroup || ct == FConstruct::ctInterface) - { - wxString str1, str2, str3; - int str1Pos, str2Pos, str3Pos; - - if (sdir == sdirBack) - { - wxString word1 = _T("module"); - wxString word2; - wxString word3; - FConstruct::FCLid flid1 = FConstruct::fclMod_module; - int cp1 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp1 == wxSCI_INVALID_POSITION) - cp1 = rpEnd; - else - pEnd = cp1 + 6; - - word1 = _T("end"); - word2 = _T("module"); - word3 = wxEmptyString; - flid1 = FConstruct::fclMod_end_module; - int cp2 = FindFKeywordFull(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp2 == wxSCI_INVALID_POSITION) - cp2 = rpEnd; - else - pEnd = cp2 + 3; - - word1 = _T("submodule"); - word2 = wxEmptyString; - word3 = wxEmptyString; - flid1 = FConstruct::fclSubmod_submod; - int cp3 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp3 == wxSCI_INVALID_POSITION) - cp3 = rpEnd; - - return std::max(std::max(cp1,cp2),cp3); - } - else - { - wxString word1 = _T("end"); - wxString word2 = _T("module"); - wxString word3; - FConstruct::FCLid flid1 = FConstruct::fclMod_end_module; - - int cp1 = FindFKeywordFull(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp1 != wxSCI_INVALID_POSITION) - { - pEnd = cp1; - cp1 = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - } - - word1 = _T("module"); - word2 = wxEmptyString; - word3 = wxEmptyString; - flid1 = FConstruct::fclMod_module; - - int cp2 = FindFKeyword(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp2 != wxSCI_INVALID_POSITION) - pEnd = cp2; - word1 = _T("end"); - word2 = _T("submodule"); - word3 = wxEmptyString; - flid1 = FConstruct::fclSubmod_end_submod; - - int cp3 = FindFKeywordFull(control, posStart, pEnd, flid1, word1, word2, word3, - str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp3 != wxSCI_INVALID_POSITION) - cp3 = GetWordsEnd(str1, str1Pos, str2, str2Pos, str3, str3Pos); - if (cp1 == wxSCI_INVALID_POSITION) - cp1 = rpEnd; - if (cp2 == wxSCI_INVALID_POSITION) - cp2 = rpEnd; - if (cp3 == wxSCI_INVALID_POSITION) - cp3 = rpEnd; - - return std::min(std::min(cp1,cp2),cp3); - } - } - return rpEnd; -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fe/fecfb732005efaf77279d206e880c9110242e90c.svn-base codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fe/fecfb732005efaf77279d206e880c9110242e90c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/pristine/fe/fecfb732005efaf77279d206e880c9110242e90c.svn-base 2017-11-26 01:48:53.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/pristine/fe/fecfb732005efaf77279d206e880c9110242e90c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,3167 +0,0 @@ -!************************************************************************************** -! -! This file is part of FortranProject plugin for Code::Blocks IDE. -! It contains list of keywords and intrinsic procedures which are included in code-completion list. -! -! Description of procedures is based on GNU Fortran user manual. -! -! The file is licensed under the GNU General Public License, version 3 -! http://www.gnu.org/licenses/gpl-3.0.html -! -! Author: Darius Markauskas -! -!************************************************************************************** - -function list_of_other_fortran_keywords() - ! This pseudo function contains fortran keywords, which should be included in code-completion list, but - ! they are not functions or subroutines. The keywords are defined as variables of the type 'other'. - type(other) :: logical, real, access, action, advance, allocatable, allocate, & - access, action, advance, allocatable, allocate, & - apostrophe, assign, assignment, associate, asynchronous, backspace, & - bind, blank, blockdata, call, case, character, class, close, common, & - complex, contains, continue, cycle, data, deallocate, decimal, delim, & - default, dimension, direct, do, double, doubleprecision, else, & - elseif, elsewhere, encoding, end, endassociate, endblockdata, enddo, & - endfile, endforall, endfunction, endif, endinterface, endmodule, endprocedure, endprogram, & - endselect, endsubroutine, endtype, endwhere, entry, eor, equivalence, & - err, errmsg, exist, exit, external, final, file, flush, fmt, forall, form, format, & - formatted, function, go, goto, id, if, implicit, in, include, inout, & - integer, inquire, intent, interface, intrinsic, iomsg, iolength, & - iostat, kind, len, logical, module, named, namelist, nextrec, nml, & - none, nopass, nullify, number, only, open, opened, operator, optional, out, pad, & - parameter, pass, pause, pending, pointer, pos, position, precision, & - print, private, program, protected, public, quote, read, readwrite, & - real, rec, recl, recursive, result, return, rewind, save, select, & - selectcase, selecttype, sequential, stat, status, stop, stream, & - subroutine, target, then, to, type, unformatted, unit, use, value, & - volatile, wait, where, while, write, procedure, elemental, pure, sequence, & - import, is, & - null, new_line, block, abstract, delegate, static, reference, round, & - decorate, extends, generic, non_overridable, enum, endenum, enumerator, typealias, & - submodule, endsubmodule, concurrent, contiguous, re, im, endblock, non_intrinsic, codimension, & - impure, critical, endcritical, lock, unlock, error, sync, all, memory, images, deferred - -end function - - -!************************************************************************************** -! -! List of intrinsic procedures -! -!************************************************************************************** - -function ABS(A) - ! Computes the absolute value of A. - ! Arguments: - ! A -The type of the argument shall be an INTEGER, REAL, or COMPLEX. - integer, real, complex :: A -end function - -character function ACHAR(I [, KIND]) - ! Returns the character located at position 'i' in the ASCII collating sequence. - ! Syntax: RESULT = ACHAR(I [, KIND]) - ! Arguments: - ! i -The type shall be INTEGER. - ! KIND (Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type CHARACTER with a length of one. - ! If the KIND argument is present, the return value is of the specified kind and of the default kind otherwise. - ! Standard: Fortran 77 and later, with KIND argument Fortran 2003 and later. - integer :: I, KIND -end function - -function ACOS(X) - ! Computes the arccosine of X (inverse of COS(X)). - ! Arguments: X -The type shall either be REAL with a magnitude that is less than or equal to one - or the type shall be COMPLEX. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result - ! is in radians and lies in the range 0 <= acos(x) <= pi. - ! Standard: Fortran 77 and later, for a complex argument Fortran 2008 or later - real, complex :: ACOS, X -end function - -double precision function DACOS(X) - ! This is specific procedure name of ACOS function. - ! Computes the arccosine of X (inverse of COS(X)). - ! Arguments: X -The type shall be DOUBLEPRECISION. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result - ! is in radians and lies in the range 0 <= acos(x) <= pi. - ! Standard: Fortran 77 and later - double precision :: X -end function - -function ACOSH(X) - ! Computes the hyperbolic arccosine of X (inverse of COSH(X)). - ! Syntax: RESULT = ACOSH(X) - ! Arguments: X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has the same type and kind as X. If X is complex, the imaginary part of the result is in radians - ! and lies between 0 <= acosh(x) <= pi. - ! Standard: Fortran 2008 and later. - real, complex :: ACOSH, X -end function - -character(len=*) function ADJUSTL(STRING) - ! ADJUSTL(STRING) will left adjust a string by removing leading spaces. - ! Spaces are inserted at the end of the string as needed. - ! Arguments: STRING -The type shall be CHARACTER. - ! Standard: Fortran 90 and later. - character(len=*) :: STRING -end function - -character(len=*) function ADJUSTR(STRING) - ! ADJUSTR(STRING) will right adjust a string by removing trailing spaces. Spaces are inserted at the start - ! of the string as needed. - ! Arguments: STRING -The type shall be CHARACTER. - ! Standard: Fortran 95 and later. - character(len=*) :: STRING -end function - -real(kind as Z) function AIMAG(Z) - ! AIMAG(Z) yields the imaginary part of complex argument Z. - ! Arguments: Z -The type of the argument shall be COMPLEX. - ! Return value: The return value is of type REAL with the kind type parameter of the argument. - ! Standard: Fortran 77 and later - complex :: Z -end function - -real function AINT(A [, KIND]) - ! Real value truncated to a whole number. - ! Return the largest whole number whose magnitude is less than or equal to |A| - ! and whose sign is the same as A. - real :: A - integer :: KIND -end function - -double precision function DINT(A) - ! Real value truncated to a whole number. - ! Return the largest whole number whose magnitude is less than or equal to |A| - ! and whose sign is the same as A. - double precision :: A -end function - -logical function ALL(MASK [, DIM]) - ! Determines if all the values are true in MASK in the array along dimension DIM. - ! Arguments: - ! MASK -The type of the argument shall be LOGICAL and it shall not be scalar. - ! DIM -(Optional) DIM shall be a scalar integer with a value that lies between one and the rank of MASK. - ! Return value: - ! ALL(MASK) returns a scalar value of type LOGICAL where the kind type parameter is the same as the kind type - ! parameter of MASK. If DIM is present, then ALL(MASK, DIM) returns an array with the rank of - ! MASK minus 1. The shape is determined from the shape of MASK where the DIM dimension is elided. - ! (A) - ! ALL(MASK) is true if all elements of MASK are true. It also is true if MASK has zero size; otherwise, it is false. - ! (B) - ! If the rank of MASK is one, then ALL(MASK,DIM) is equivalent to ALL(MASK). If the rank is greater than one, - ! then ALL(MASK,DIM) is determined by applying ALL to the array sections. - ! Standard: Fortran 95 and later. - logical :: MASK(:[,...]) - integer :: DIM -end function - -logical function ALLOCATED(ARRAY) - ! Checks the status of whether X is allocated. - ! Arguments: - ! ARRAY -The argument shall be an ALLOCATABLE array. - ! Return value: - ! The return value is a scalar LOGICAL with the default logical kind type parameter. - ! If ARRAY is allocated, ALLOCATED(ARRAY) is .TRUE.; otherwise, it returns .FALSE. - ! Standard: Fortran 95 and later. - type(any_allocatable_array) :: ARRAY -end function - -real function ANINT(A [, KIND]) - ! Rounds its argument to the nearest whole number. - ! Arguments: - ! A -The type of the argument shall be REAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type real with the kind type parameter of the argument if the optional KIND is absent; - ! otherwise, the kind type parameter will be given by KIND. If A is greater than zero, ANINT(A) returns AINT(X+0.5). - ! If A is less than or equal to zero then it returns AINT(X-0.5). - ! Standard: Fortran 77 and later. - real :: A - integer :: KIND -end function - -double precision function DNINT(A) - ! Rounds its argument to the nearest whole number. - ! Arguments: - ! A -The type of the argument shall be DOUBLE PRECISION. - ! Return value: - ! The return value is of type real with the kind type parameter of the argument if the optional KIND is absent; - ! otherwise, the kind type parameter will be given by KIND. If A is greater than zero, ANINT(A) returns AINT(X+0.5). - ! If A is less than or equal to zero then it returns AINT(X-0.5). - ! Standard: Fortran 77 and later. - double precision :: A -end function - -logical function ANY(MASK [, DIM]) - ! Determines if any of the values in the logical array MASK along dimension DIM are .TRUE.. - ! Arguments: - ! MASK -The type of the argument shall be LOGICAL and it shall not be scalar. - ! DIM -(Optional) DIM shall be a scalar integer with a value that lies between one and the rank of MASK. - ! Return value: - ! ANY(MASK) returns a scalar value of type LOGICAL where the kind type parameter is the same as the kind type - ! parameter of MASK. If DIM is present, then ANY(MASK, DIM) returns an array with the rank of MASK minus 1. - ! The shape is determined from the shape of MASK where the DIM dimension is elided. - ! (A) - ! ANY(MASK) is true if any element of MASK is true; otherwise, it is false. It also is false if MASK has zero size. - ! (B) - ! If the rank of MASK is one, then ANY(MASK,DIM) is equivalent to ANY(MASK). If the rank is greater than one, - ! then ANY(MASK,DIM) is determined by applying ANY to the array sections. - ! Standard: Fortran 95 and later. - logical :: MASK(:[,...]) - integer :: DIM -end function - -function ASIN(X) - ! Computes the arcsine of its X (inverse of SIN(X)). - ! Arguments: - ! X -The type shall be either REAL and a magnitude that is less than or equal to one - or be COMPLEX. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result is in radians and - ! lies in the range -pi/2 <= asin(x) <= pi/2. - ! Standard: Fortran 77 and later, for a complex argument Fortran 2008 or later. - real, complex :: ASIN, X -end function - -function DASIN(X) - ! This is specific name of ASIN function. - ! Computes the arcsine of its X (inverse of SIN(X)). - ! Arguments: - ! X -The type shall be DOUBLE PRECISION and a magnitude that is less than or equal to one. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result is in radians and - ! lies in the range -pi/2 <= asin(x) <= pi/2. - ! Standard: Fortran 77 and later - double precision :: DASIN, X -end function - -function ASINH(X) - ! Computes the hyperbolic arcsine of X (inverse of SINH(X)). - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value is of the same type and kind as X. If X is complex, the imaginary part of the result - ! is in radians and lies between -pi/2 <= asinh(x) <= pi/2. - ! Standard: Fortran 2008 and later - real, complex :: ASINH, X -end function - -logical function ASSOCIATED(POINTER [, TARGET]) - ! Determines the status of the pointer POINTER or if POINTER is associated with the target TARGET. - ! Arguments: - ! POINTER -POINTER shall have the POINTER attribute and it can be of any type. - ! TARGET -(Optional) TARGET shall be a pointer or a target. It must have the same type, - ! kind type parameter, and array rank as POINTER. - ! The association status of neither POINTER nor TARGET shall be undefined. - ! Return value: - ! ASSOCIATED(POINTER) returns a scalar value of type LOGICAL(4). There are several cases: - ! (A) When the optional TARGET is not present then - ! ASSOCIATED(POINTER) is true if POINTER is associated with a target; otherwise, it returns false. - ! (B) If TARGET is present and a scalar target, the result is true if - ! TARGET is not a zero-sized storage sequence and the target associated with POINTER occupies - ! the same storage units. If POINTER is disassociated, the result is false. - !(C) If TARGET is present and an array target, the result is true if - ! TARGET and POINTER have the same shape, are not zero-sized arrays, are arrays whose elements - ! are not zero-sized storage sequences, and TARGET and POINTER occupy the same storage units - ! in array element order. As in case(B), the result is false, if POINTER is disassociated. - !(D) If TARGET is present and an scalar pointer, the result is true - ! if TARGET is associated with POINTER, the target associated with TARGET are not zero-sized storage - ! sequences and occupy the same storage units. The result is false, if either TARGET or POINTER is disassociated. - !(E) If TARGET is present and an array pointer, the result is true if - ! target associated with POINTER and the target associated with TARGET have the same shape, - ! are not zero-sized arrays, are arrays whose elements are not zero-sized storage sequences, and TARGET - ! and POINTER occupy the same storage units in array element order. The result is false, if either TARGET - ! or POINTER is disassociated. - ! Standard: Fortran 95 and later - type(any_pointer) :: POINTER, TARGET -end function - -function ATAN(X) - ! Computes the arctangent of X. - ! Syntax: - ! RESULT = ATAN(X) RESULT = ATAN(Y, X) - ! Arguments: - ! X -The type shall be REAL or COMPLEX; if Y is present, X shall be REAL. - ! Y -shall be of the same type and kind as X. - ! Return value: - ! The return value is of the same type and kind as X. If Y is present, the result is identical to ATAN2(Y,X). - ! Otherwise, it the arcus tangent of X, where the real part of the result is in radians and lies - ! in the range -pi/2 <= atan(x) <= pi/2. - ! Standard: Fortran 77 and later, for a complex argument and for two arguments Fortran 2008 or later. - real, complex :: ATAN, X -end function - -function DATAN(X) - ! This is specific name of function ATAN. - ! Computes the arctangent of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION - ! Return value: - ! The return value is of the same type and kind as X. If Y is present, the result is identical to ATAN2(Y,X). - ! Otherwise, it the arcus tangent of X, where the real part of the result is in radians and lies - ! in the range -pi/2 <= atan(x) <= pi/2. - ! Standard: Fortran 77 and later - double precision :: DATAN, X -end function - -real function ATAN2(Y, X) - ! Computes the principal value of the argument function of the complex number X + i Y. - ! This function can be used to transform from carthesian into polar coordinates and allows to determine - ! the angle in the correct quadrant. - ! Arguments: - ! Y -The type shall be REAL. - ! X -The type and kind type parameter shall be the same as Y. If Y is zero, then X must be nonzero. - ! Return value: - ! The return value has the same type and kind type parameter as Y. It is the principal value of the complex - ! number X + i Y. If X is nonzero, then it lies in the range -pi <= atan(x) <= pi. The sign is positive - ! if Y is positive. If Y is zero, then the return value is zero if X is positive and \pi if X is negative. - ! Finally, if X is zero, then the magnitude of the result is pi/2. - ! Standard: Fortran 77 and later. - real :: Y, X -end function - -double precision function DATAN2(Y, X) - ! This is specific name of ATAN2 function. - ! Computes the principal value of the argument function of the complex number X + i Y. - ! This function can be used to transform from carthesian into polar coordinates and allows to determine - ! the angle in the correct quadrant. - ! Arguments: - ! Y -The type shall be DOUBLE PRECISION. - ! X -The type and kind type parameter shall be the same as Y. If Y is zero, then X must be nonzero. - ! Return value: - ! The return value has the same type and kind type parameter as Y. It is the principal value of the complex - ! number X + i Y. If X is nonzero, then it lies in the range -pi <= atan(x) <= pi. The sign is positive - ! if Y is positive. If Y is zero, then the return value is zero if X is positive and \pi if X is negative. - ! Finally, if X is zero, then the magnitude of the result is pi/2. - ! Standard: Fortran 77 and later. - DOUBLE PRECISION :: Y, X -end function - -function ATANH(X) - ! Computes the hyperbolic arctangent of X (inverse of TANH(X)). - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. If X is complex, the imaginary part of the result is - ! in radians and lies between -pi/2 <= atanh(x) <= pi/2. - ! Standard: Fortran 2008 and later. - real, complex :: ATANH, X -end function - -real function BESSEL_J0(X) - ! Computes the Bessel function of the first kind of order 0 of X. - ! Arguments: - ! X -The type shall be REAL, and it shall be scalar. - ! Return value: - ! The return value is of type REAL and lies in the range - 0.4027... <= Bessel(0,x) <= 1. - ! It has the same kind as X. - ! Standard: Fortran 2008 and later. - real :: X -end function - -real function BESSEL_J1(X) - ! Computes the Bessel function of the first kind of order 1 of X. - ! Arguments: - ! X -The type shall be REAL, and it shall be scalar. - ! Return value: - ! The return value is of type REAL and it lies in the range -0.5818... <= Bessel(0,x) <= 0.5818 . - ! It has the same kind as X. - ! Standard: Fortran 2008 and later. - real :: X -end function - -real function BESSEL_JN(N, X) - ! Computes the Bessel function of the first kind of order N of X. - ! Arguments: - ! N -Shall be a scalar or an array of type INTEGER. - ! X -Shall be a scalar or an array of type REAL. - ! Return value: - ! The return value is a scalar of type REAL. It has the same kind as X. - ! Standard: Fortran 2008 and later. - integer :: N - real :: X -end function - -real function BESSEL_Y0(X) - ! Computes the Bessel function of the second kind of order 0 of X. - ! Arguments: - ! X -The type shall be REAL, and it shall be scalar. - ! Return value: - ! The return value is a scalar of type REAL. It has the same kind as X. - ! Standard: Fortran 2008 and later. - real :: X -end function - -real function BESSEL_Y1(X) - ! Computes the Bessel function of the second kind of order 1 of X. - ! Arguments: - ! X -The type shall be REAL, and it shall be scalar. - ! Return value: - ! The return value is a scalar of type REAL. It has the same kind as X. - ! Standard: Fortran 2008 and later. - real :: X -end function - -real function BESSEL_YN(N, X) - ! Computes the Bessel function of the second kind of order N of X. - ! Arguments: - ! N -Shall be a scalar or an array of type INTEGER. - ! X -Shall be a scalar or an array of type REAL. - ! If both arguments are arrays, their ranks and shapes shall conform. - ! Return value: - ! The return value is a scalar of type REAL. It has the same kind as X. - integer :: N - real :: X -end function - -integer function BIT_SIZE(I) - ! Returns the number of bits (integer precision plus sign bit) represented by the type of I. - ! The result of BIT_SIZE(I) is independent of the actual value of I. - ! Arguments: - ! I -The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER. - ! Standard: Fortran 95 and later. - integer :: I -end function - -logical function BTEST(I, POS) - ! Returns logical .TRUE. if the bit at POS in I is set. The counting of the bits starts at 0. - ! Arguments: - ! I -The type shall be INTEGER. - ! POS -The type shall be INTEGER. - ! Return value: - ! The return value is of type LOGICAL - ! Standard: Fortran 95 and later. - integer :: I, POS -end function - -complex function CABS(A) - ! It is specific name of ABS procedure. - ! Computes the absolute value of A. - ! Arguments: - ! A -The type of the argument shall be an default COMPLEX. - complex :: A -end function - -integer function CEILING(A [, KIND]) - ! Returns the least integer greater than or equal to A - ! Arguments: - ! A -The type shall be REAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER(KIND) if KIND is present and a default-kind INTEGER otherwise. - ! Standard: Fortran 95 and later - real :: A - integer, optional :: KIND -end function - -CHARACTER(1) function CHAR(I [, KIND]) - ! Returns the character represented by the integer I - ! Arguments: - ! I -The type shall be INTEGER. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type CHARACTER(1) - ! Standard: Fortran 77 and later - integer :: I - integer, optional :: KIND -end function - -complex function CMPLX(X [, Y [, KIND]]) - ! Returns a complex number where X is converted to the real component - ! If Y is present it is converted to the imaginary component. If Y is not present then the imaginary - ! component is set to 0.0. If X is complex then Y must not be present. - ! Arguments: - ! X -The type may be INTEGER, REAL, or COMPLEX. - ! Y -(Optional; only allowed if X is not COMPLEX.) May be INTEGER or REAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of COMPLEX type, with a kind equal to KIND if it is specified. If KIND is not specified, - ! the result is of the default COMPLEX kind, regardless of the kinds of X and Y. - ! Standard: Fortran 77 and later - integer, real, complex :: X - integer, real :: Y - integer, optional :: KIND -end function - -integer function COMMAND_ARGUMENT_COUNT() - ! Returns the number of arguments passed on the command line when the containing program was invoked - ! Return value: - ! The return value is an INTEGER of default kind. - ! Standard: Fortran 2003 and later -end function - -function CONJG(Z) - ! Returns the conjugate of Z. If Z is (x, y) then the result is (x, -y) - ! Arguments: - ! Z -The type shall be COMPLEX. - ! Return value: - ! The return value is of type COMPLEX. - ! Standard: Fortran 77 and later - complex :: Z, CONJG -end function - -function COS(X) - ! Computes the cosine of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result is in radians. - ! If X is of the type REAL, the return value lies in the range -1 <= cos(x) <= 1. - ! Standard: Fortran 77 and later - real, complex :: X, COS -end function - -function CCOS(X) - ! This is specific name of COS function. - ! Computes the cosine of X. - ! Arguments: - ! X -The type shall be COMPLEX. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result is in radians. - ! If X is of the type REAL, the return value lies in the range -1 <= cos(x) <= 1. - ! Standard: Fortran 77 and later - COMPLEX :: CCOS, X -end function - -function DCOS(X) - ! This is specific name of COS function. - ! Computes the cosine of X. - ! Arguments: - ! X -The type shall be Doubleprecision. - ! Return value: - ! The return value is of the same type and kind as X. The real part of the result is in radians. - ! If X is of the type REAL, the return value lies in the range -1 <= cos(x) <= 1. - ! Standard: Fortran 77 and later - doubleprecision :: DCOS, X -end function - -function COSH(X) - ! Computes the hyperbolic cosine of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. If X is complex, the imaginary part of the result - ! is in radians. If X is REAL, the return value has a lower bound of one, cosh(x) >= 1. - ! Standard: Fortran 77 and later, for a complex argument Fortran 2008 or later - real, complex :: X, COSH -end function - -function DCOSH(X) - ! This is specific name of COSH function. - ! Computes the hyperbolic cosine of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. If X is complex, the imaginary part of the result - ! is in radians. If X is REAL, the return value has a lower bound of one, cosh(x) >= 1. - ! Standard: Fortran 77 and later. - doubleprecision :: DCOSH, X -end function - -function COUNT(MASK [, DIM, KIND]) - ! Counts the number of .TRUE. elements in a logical MASK, or, if the DIM argument is supplied, - ! counts the number of elements along each row of the array in the DIM direction. If the array - ! has zero size, or all of the elements of MASK are .FALSE., then the result is 0. - ! Arguments: - ! MASK -The type shall be LOGICAL. - ! DIM -(Optional) The type shall be INTEGER. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value is - ! of default integer kind. If DIM is present, the result is an array with a rank one less than - ! the rank of ARRAY, and a size corresponding to the shape of ARRAY with the DIM dimension removed. - ! Standard: Fortran 95 and later, with KIND argument Fortran 2003 and later - logical :: MASK(:[,...]) - integer, optional :: DIM, KIND -end function - -subroutine CPU_TIME(TIME) - ! Returns a REAL value representing the elapsed CPU time in seconds. This is useful for testing - ! segments of code to determine execution time. - ! If a time source is available, time will be reported with microsecond resolution. If no time - ! source is available, TIME is set to -1.0. - ! Note that TIME may contain a system dependent, arbitrary offset and may not start with 0.0. - ! For CPU_TIME, the absolute value is meaningless, only differences between subsequent calls - ! to this subroutine, as shown in the example below, should be used. - ! Arguments: - ! TIME -The type shall be REAL with INTENT(OUT). - ! Standard: Fortran 95 and later - real, intent(out) :: TIME -end subroutine - -function CSHIFT(ARRAY, SHIFT [, DIM]) - ! Performs a circular shift on elements of ARRAY along the dimension of DIM. If DIM is omitted it is - ! taken to be 1. DIM is a scalar of type INTEGER in the range of 1 \leq DIM \leq n) where n is the - ! rank of ARRAY. If the rank of ARRAY is one, then all elements of ARRAY are shifted by SHIFT places. - ! If rank is greater than one, then all complete rank one sections of ARRAY along the given dimension - ! are shifted. Elements shifted out one end of each rank one section are shifted back in the other end. - ! Arguments: - ! ARRAY -Shall be an array of any type. - ! SHIFT -The type shall be INTEGER. - ! DIM -The type shall be INTEGER. - ! Return value: - ! Returns an array of same type and rank as the ARRAY argument. - ! Standard: Fortran 95 and later - type(any_type) :: ARRAY(:[,...]) - integer :: SHIFT - integer, optional :: DIM -end function - -function DABS(A) - ! It is specific name of ABS procedure. - ! Computes the absolute value of A. - ! Arguments: - ! A -The type of the argument shall be an default DOUBLEPRECISION. - double precision :: DABS, A -end function - -subroutine DATE_AND_TIME([DATE, TIME, ZONE, VALUES]) - ! Gets the corresponding date and time information from the real-time system clock. DATE is INTENT(OUT) - ! and has form ccyymmdd. TIME is INTENT(OUT) and has form hhmmss.sss. ZONE is INTENT(OUT) and has - ! form (+-)hhmm, representing the difference with respect to Coordinated Universal Time (UTC). - ! Unavailable time and date parameters return blanks. - ! VALUES is INTENT(OUT) and provides the following: - ! VALUE(1): The year - ! VALUE(2): The month - ! VALUE(3): The day of the month - ! VALUE(4): Time difference with UTC in minutes - ! VALUE(5): The hour of the day - ! VALUE(6): The minutes of the hour - ! VALUE(7): The seconds of the minute - ! VALUE(8): The milliseconds of the second - ! Arguments: - ! DATE -(Optional) The type shall be CHARACTER(LEN=8) or larger, and of default kind. - ! TIME -(Optional) The type shall be CHARACTER(LEN=10) or larger, and of default kind. - ! ZONE -(Optional) The type shall be CHARACTER(LEN=5) or larger, and of default kind. - ! VALUES -(Optional) The type shall be INTEGER(8). - ! Standard: Fortran 95 and later - character(len=8 or larger), optional :: DATE - character(len=10 or larger), optional :: TIME - character(len=5 or larger), optional :: ZONE - integer, dimension(8), optional :: VALUES -end subroutine - -function DBLE(A) - ! Converts A to double precision real type. - ! Arguments: - ! A -The type shall be INTEGER, REAL, or COMPLEX. - ! Return value: - ! The return value is of type double precision real. - ! Standard: Fortran 77 and later - integer, real, complex :: A - doubleprecision :: DBLE -end function - -function DIGITS(X) - ! Returns the number of significant binary digits of the internal model representation of X. - ! For example, on a system using a 32-bit floating point representation, a default real number - ! would likely return 24. - ! Arguments: - ! X -The type may be INTEGER or REAL. - ! Return value: - ! The return value is of type INTEGER. - ! Standard: Fortran 95 and later - integer :: DIGITS - integer, real :: X -end function - -function DIM(X,Y) - ! Returns the difference X-Y if the result is positive; otherwise returns zero. - ! Arguments: - ! X -The type shall be INTEGER or REAL - ! Y -The type shall be the same type and kind as X. - ! Return value: - ! The return value is of type INTEGER or REAL. - ! Standard: Fortran 77 and later - integer, real :: X, Y, DIM -end function - -function IDIM(X,Y) - ! This is specific name of DIM function. - ! Returns the difference X-Y if the result is positive; otherwise returns zero. - ! Arguments: - ! X -The type shall be INTEGER. - ! Y -The type shall be the same type and kind as X. - ! Return value: - ! The return value is of type INTEGER. - ! Standard: Fortran 77 and later - integer :: IDIM, X, Y -end function - -function DDIM(X,Y) - ! This is specific name of DIM function. - ! Returns the difference X-Y if the result is positive; otherwise returns zero. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Y -The type shall be the same type and kind as X. - ! Return value: - ! The return value is of type DOUBLE PRECISION. - ! Standard: Fortran 77 and later - DOUBLE PRECISION :: DDIM, X, Y -end function - -function DOT_PRODUCT(VECTOR_A, VECTOR_B) - ! Computes the dot product multiplication of two vectors VECTOR_A and VECTOR_B. - ! The two vectors may be either numeric or logical and must be arrays of rank one - ! and of equal size. If the vectors are INTEGER or REAL, the result is SUM(VECTOR_A*VECTOR_B). - ! If the vectors are COMPLEX, the result is SUM(CONJG(VECTOR_A)*VECTOR_B). If the vectors - ! are LOGICAL, the result is ANY(VECTOR_A .AND. VECTOR_B). - ! Arguments: - ! VECTOR_A -The type shall be numeric or LOGICAL, rank 1. - ! VECTOR_B -The type shall be numeric if VECTOR_A is of numeric type or LOGICAL if VECTOR_A - ! is of type LOGICAL. VECTOR_B shall be a rank-one array. - ! Return value: - ! If the arguments are numeric, the return value is a scalar of numeric type, INTEGER, REAL, - ! or COMPLEX. If the arguments are LOGICAL, the return value is .TRUE. or .FALSE.. - ! Standard: Fortran 95 and later - type(any_numerical_or_logical) :: VECTOR_A(:), VECTOR_B(:) - type(same_as_argument) :: DOT_PRODUCT -end function - -function DPROD(X,Y) - ! Returns the product X*Y. - ! Arguments: - ! X -The type shall be REAL. - ! Y -The type shall be REAL. - ! Return value: - ! The return value is of type REAL(8). - ! Standard: Fortran 77 and later - real(8) :: DPROD - real :: X, Y -end function - -function EOSHIFT(ARRAY, SHIFT [, BOUNDARY, DIM]) - ! Performs an end-off shift on elements of ARRAY along the dimension of DIM. If DIM is omitted it is - ! taken to be 1. DIM is a scalar of type INTEGER in the range of 1 \leq DIM \leq n) where n is the - ! rank of ARRAY. If the rank of ARRAY is one, then all elements of ARRAY are shifted by SHIFT places. - ! If rank is greater than one, then all complete rank one sections of ARRAY along the given dimension - ! are shifted. Elements shifted out one end of each rank one section are dropped. If BOUNDARY is present - ! then the corresponding value of from BOUNDARY is copied back in the other end. If BOUNDARY is not - ! present then the following are copied in depending on the type of ARRAY. - ! "Array Type" "Boundary Value" - ! Numeric 0 of the type and kind of ARRAY. - ! Logical .FALSE.. - ! Character(len) len blanks. - ! Arguments: - ! ARRAY May be any type, not scalar. - ! SHIFT The type shall be INTEGER. - ! BOUNDARY Same type as ARRAY. - ! DIM The type shall be INTEGER. - ! Return value: - ! Returns an array of same type and rank as the ARRAY argument. - ! Standard: Fortran 95 and later - type(any_type) :: ARRAY(:[,...]) - integer :: SHIFT - type(same_as_ARRAY), optional :: BOUNDARY[(:[,...])] - type(same_as_ARRAY) :: EOSHIFT(:[,...]) -end function - -function EPSILON(X) - ! Returns the smallest number E of the same kind as X such that 1 + E > 1. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of same type as the argument. - ! Standard: Fortran 95 and later - real :: X, EPSILON -end function - -function ERF(X) - ! Computes the error function of X. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type REAL, of the same kind as X and lies in the range -1 <= erf(x) <= 1 . - ! Standard: Fortran 2008 and later - real :: X, ERF -end function - -function ERFC(X) - ! Computes the complementary error function of X. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type REAL and of the same kind as X. It lies in the range 0 <= erfc(x) <= 2 . - ! Standard: Fortran 2008 and later - real :: X, ERFC -end function - -function ERFC_SCALED(X) - ! Computes the exponentially-scaled complementary error function of X. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type REAL and of the same kind as X. - ! Standard: Fortran 2008 and later - real :: X, ERFC_SCALED -end function - -function EXP(X) - ! Computes the base e exponential of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: Fortran 77 and later - real, complex :: X, EXP -end function - -function CEXP(X) - ! This is specific name of EXP function. - ! Computes the base e exponential of X. - ! Arguments: - ! X -The type shall be COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: Fortran 77 and later - COMPLEX :: CEXP, X -end function - -function DEXP(X) - ! This is specific name of EXP function. - ! Computes the base e exponential of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: Fortran 77 and later - DOUBLE PRECISION :: DEXP, X -end function - -function EXPONENT(X) - ! Returns the value of the exponent part of X. If X is zero the value returned is zero. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type default INTEGER. - ! Standard: Fortran 95 and later - real :: X - integer :: EXPONENT -end function - -function FLOAT(A) - ! Converts the integer A to a default real value. - ! Arguments: - ! A -The type shall be INTEGER. - ! Return value: - ! The return value is of type default REAL. - ! Standard: Fortran 77 and later - integer :: A - real :: FLOAT -end function - -function FLOOR(A [, KIND]) - ! Returns the greatest integer less than or equal to X. - ! Arguments: - ! A -The type shall be REAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER(KIND) if KIND is present and of default-kind INTEGER otherwise. - ! Standard: Fortran 95 and later - real :: A - integer, optional :: KIND - integer(KIND) :: FLOOR -end function - -function FRACTION(X) - ! Returns the fractional part of the model representation of X. - ! Arguments: - ! X -The type of the argument shall be a REAL. - ! Return value: - ! The return value is of the same type and kind as the argument. The fractional part of the model - ! representation of X is returned; it is X * RADIX(X)**(-EXPONENT(X)). - ! Standard: Fortran 95 and later - real :: X, FRACTION -end function - -function GAMMA(X) - ! Computes Gamma of X. For positive, integer values of X the Gamma function simplifies to the factorial - ! function \Gamma(x)=(x-1)!. - ! Arguments: - ! X -Shall be of type REAL and neither zero nor a negative integer. - ! Return value: - ! The return value is of type REAL of the same kind as X. - ! Standard: Fortran 2008 and later - real :: X, GAMMA -end function - -subroutine GET_COMMAND([COMMAND, LENGTH, STATUS]) - ! Retrieve the entire command line that was used to invoke the program. - ! Arguments: - ! COMMAND -(Optional) shall be of type CHARACTER and of default kind. - ! LENGTH -(Optional) Shall be of type INTEGER and of default kind. - ! STATUS -(Optional) Shall be of type INTEGER and of default kind. - ! - ! Return value: - ! If COMMAND is present, stores the entire command line that was used to invoke the program in COMMAND. - ! If LENGTH is present, it is assigned the length of the command line. - ! If STATUS is present, it is assigned 0 upon success of the command, -1 if COMMAND is too short - ! to store the command line, or a positive value in case of an error. - ! Standard: Fortran 2003 and later - character(len=*), optional :: COMMAND - integer, optional :: LENGTH - integer, optional :: STATUS -end subroutine - -subroutine GET_COMMAND_ARGUMENT(NUMBER[, VALUE, LENGTH, STATUS]) - ! Retrieve the NUMBER-th argument that was passed on the command line when the containing program was invoked. - ! Arguments: - ! NUMBER Shall be a scalar of type INTEGER and of default kind, NUMBER >= 0 - ! VALUE (Optional) Shall be a scalar of type CHARACTER and of default kind. - ! LENGTH (Optional) Shall be a scalar of type INTEGER and of default kind. - ! STATUS (Optional) Shall be a scalar of type INTEGER and of default kind. - !Return value: - ! After GET_COMMAND_ARGUMENT returns, the VALUE argument holds the NUMBER-th command line argument. - ! If VALUE can not hold the argument, it is truncated to fit the length of VALUE. - ! If there are less than NUMBER arguments specified at the command line, VALUE will be filled with blanks. - ! If NUMBER = 0, VALUE is set to the name of the program (on systems that support this feature). - ! The LENGTH argument contains the length of the NUMBER-th command line argument. - ! If the argument retrieval fails, STATUS is a positive number; if VALUE contains a truncated - ! command line argument, STATUS is -1; and otherwise the STATUS is zero. - ! Standard: Fortran 2003 and later - integer :: NUMBER - character(len=*), optional :: VALUE - integer, optional :: LENGTH - integer, optional :: STATUS -end subroutine - -subroutine GET_ENVIRONMENT_VARIABLE(NAME[, VALUE, LENGTH, STATUS, TRIM_NAME]) - ! Get the VALUE of the environmental variable NAME. - ! Arguments: - ! NAME -Shall be a scalar of type CHARACTER and of default kind. - ! VALUE -Shall be a scalar of type CHARACTER and of default kind. - ! LENGTH -Shall be a scalar of type INTEGER and of default kind. - ! STATUS -Shall be a scalar of type INTEGER and of default kind. - ! TRIM_NAME -Shall be a scalar of type LOGICAL and of default kind. - ! Return value: - ! Stores the value of NAME in VALUE. If VALUE is not large enough to hold the data, it is truncated. - ! If NAME is not set, VALUE will be filled with blanks. Argument LENGTH contains the length needed - ! for storing the environment variable NAME or zero if it is not present. STATUS is -1 if VALUE is - ! present but too short for the environment variable; it is 1 if the environment variable does not exist - ! and 2 if the processor does not support environment variables; in all other cases STATUS is zero. - ! If TRIM_NAME is present with the value .FALSE., the trailing blanks in NAME are significant; otherwise - ! they are not part of the environment variable name. - ! Standard: Fortran 2003 and later - character(len=*) :: NAME - character(len=*), optional :: VALUE - integer, optional :: LENGTH - integer, optional :: STATUS - logical, optional :: TRIM_NAME -end subroutine - -function HUGE(X) - ! Returns the largest number that is not an infinity in the model of the type of X. - ! Arguments: - ! X -Shall be of type REAL or INTEGER. - ! Return value: - ! The return value is of the same type and kind as X - ! Standard: Fortran 95 and later - real, integer :: X, HUGE -end function - -function HYPOT(X, Y) - ! HYPOT(X,Y) is the Euclidean distance function. It is equal to sqrt(X^2 + Y^2), without undue underflow or overflow. - ! Arguments: - ! X -The type shall be REAL. - ! Y -The type and kind type parameter shall be the same as X. - ! Return value: - ! The return value has the same type and kind type parameter as X. - ! Standard: Fortran 2008 and later - real :: X, Y, HYPOT -end function - -function IABS(A) - ! It is specific name of ABS procedure. - ! Computes the absolute value of A. - ! Arguments: - ! A -The type of the argument shall be an default INTEGER. - integer :: IABS, A -end function - -function IACHAR(C [, KIND]) - ! Returns the code for the ASCII character in the first character position of C. - ! Arguments: - ! C -Shall be a scalar CHARACTER, with INTENT(IN) - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value is of default integer kind. - ! Standard: Fortran 95 and later, with KIND argument Fortran 2003 and later - character, intent(in) :: C - integer, optional :: KIND - integer(KIND) :: IACHAR -end function - -function IAND(I, J) - ! Bitwise logical AND. - ! Arguments: - ! I -The type shall be INTEGER. - ! J -The type shall be INTEGER, of the same kind as I. - ! Return value: - ! The return type is INTEGER, of the same kind as the arguments. - ! Standard: Fortran 95 and later - integer :: I, J, IAND -end function - -function IBCLR(I, POS) - !returns the value of I with the bit at position POS set to zero. - ! Arguments: - ! I -The type shall be INTEGER. - ! POS -The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: Fortran 95 and later - integer :: IBCLR, I, POS -end function - -function IBITS(I, POS, LEN) - ! IBITS extracts a field of length LEN from I, starting from bit position POS and extending left for LEN bits. - ! The result is right-justified and the remaining bits are zeroed. The value of POS+LEN must be less - ! than or equal to the value BIT_SIZE(I). - ! Arguments: - ! I -The type shall be INTEGER. - ! POS -The type shall be INTEGER. - ! LEN -The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: Fortran 95 and later - integer :: IBITS, I, POS, LEN -end function - -function IBSET(I, POS) - ! IBSET returns the value of I with the bit at position POS set to one. - ! Arguments: - ! I -The type shall be INTEGER. - ! POS -The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: Fortran 95 and later - integer :: IBSET, I, POS -end function - -function ICHAR(C [, KIND]) - ! Returns the code for the character in the first character position of C in the system's - ! native character set. - ! Arguments: - ! C -Shall be a scalar CHARACTER, with INTENT(IN) - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, - ! the return value is of default integer kind. - ! Standard: Fortan 95 and later, with KIND argument Fortran 2003 and later - character, intent(in) :: C - integer, optional :: KIND - integer(KIND) :: ICHAR -end function - -function IEOR(I, J) - ! Returns the bitwise boolean exclusive-OR of I and J. - ! Arguments: - ! I -The type shall be INTEGER. - ! J -The type shall be INTEGER, of the same kind as I. - ! Return value: - ! The return type is INTEGER, of the same kind as the arguments. - ! Standard: Fortran 95 and later - integer :: IEOR, I, J -end function - -function INDEX(STRING, SUBSTRING [, BACK [, KIND]]) - ! Returns the position of the start of the first occurrence of string SUBSTRING as a substring in STRING, - ! counting from one. If SUBSTRING is not present in STRING, zero is returned. If the BACK argument is - ! present and true, the return value is the start of the last occurrence rather than the first. - ! Standard: Fortran 77 and later, with KIND argument Fortran 2003 and later - ! Arguments: - ! STRING -Shall be a scalar CHARACTER, with INTENT(IN) - ! SUBSTRING -Shall be a scalar CHARACTER, with INTENT(IN) - ! BACK -(Optional) Shall be a scalar LOGICAL, with INTENT(IN) - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, - ! the return value is of default integer kind. - integer :: INDEX - character(len=*) :: STRING, SUBSTRING - logical, optional :: BACK - integer, optional :: KIND -end function - -function INT(A [, KIND)) - ! Convert to integer type - ! Arguments: - ! A -Shall be of type INTEGER, REAL, or COMPLEX. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! These functions return a INTEGER variable or array under the following rules: - ! (A) - ! If A is of type INTEGER, INT(A) = A - !(B) - ! If A is of type REAL and |A| < 1, INT(A) equals 0. If |A| >= 1, then INT(A) equals the largest - ! integer that does not exceed the range of A and whose sign is the same as the sign of A. - ! (C) - ! If A is of type COMPLEX, rule B is applied to the real part of A. - ! Standard: Fortran 77 and later - integer, real, complex :: A - integer, optional :: KIND - integer(KIND) :: INT -end function - -function IFIX(A) - ! This is specific name of INT function. - ! Convert to integer type - ! Standard: Fortran 77 and later - real :: A - integer :: IFIX -end function - -function IDINT(A) - ! This is specific name of INT function. - ! Convert to integer type - ! Standard: Fortran 77 and later - double precision :: A - integer :: IDINT -end function - -function IOR(I, J) - ! IOR returns the bitwise boolean inclusive-OR of I and J. - ! Arguments: - ! I -The type shall be INTEGER. - ! J -The type shall be INTEGER, of the same kind as I. - ! Return value: - ! The return type is INTEGER, of the same kind as the arguments. - ! Standard: Fortran 95 and later - integer :: IOR, I, J -end function - -function IS_IOSTAT_END(I) - ! Tests whether an variable has the value of the I/O status 'end of file'. The function is - ! equivalent to comparing the variable with the IOSTAT_END parameter of the intrinsic module ISO_FORTRAN_ENV. - ! Arguments: - ! I -Shall be of the type INTEGER. - ! Return value: - ! Returns a LOGICAL of the default kind, which .TRUE. if I has the value which indicates an end of file - ! condition for IOSTAT= specifiers, and is .FALSE. otherwise. - ! Standard: Fortran 2003 and later - integer :: I - logical :: IS_IOSTAT_END -end function - -function IS_IOSTAT_EOR(I) - ! Tests whether an variable has the value of the I/O status 'end of record'. The function is equivalent - ! to comparing the variable with the IOSTAT_EOR parameter of the intrinsic module ISO_FORTRAN_ENV. - ! Arguments: - ! I -Shall be of the type INTEGER. - ! Return value: - ! Returns a LOGICAL of the default kind, which .TRUE. if I has the value which indicates an end of file - ! condition for IOSTAT= specifiers, and is .FALSE. otherwise. - ! Standard: Fortran 2003 and later - logical :: IS_IOSTAT_EOR - integer :: I -end function - -function ISHFT(I, SHIFT) - ! Returns a value corresponding to I with all of the bits shifted SHIFT places. A value of SHIFT - ! greater than zero corresponds to a left shift, a value of zero corresponds to no shift, and a value - ! less than zero corresponds to a right shift. If the absolute value of SHIFT is greater than BIT_SIZE(I), - ! the value is undefined. Bits shifted out from the left end or right end are lost; zeros are shifted - ! in from the opposite end. - ! Arguments: - ! I -The type shall be INTEGER. - ! SHIFT -The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: Fortran 95 and later - integer :: I, SHIFT, ISHFT -end function - -function ISHFTC(I, SHIFT [, SIZE]) - ! Returns a value corresponding to I with the rightmost SIZE bits shifted circularly SHIFT places; - ! that is, bits shifted out one end are shifted into the opposite end. A value of SHIFT greater than - ! zero corresponds to a left shift, a value of zero corresponds to no shift, and a value less than - ! zero corresponds to a right shift. The absolute value of SHIFT must be less than SIZE. If the SIZE - ! argument is omitted, it is taken to be equivalent to BIT_SIZE(I). - ! Arguments: - ! I -The type shall be INTEGER. - ! SHIFT -The type shall be INTEGER. - ! SIZE -(Optional) The type shall be INTEGER; the value must be greater than zero and less than or equal to BIT_SIZE(I). - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: Fortran 95 and later - integer :: I, SHIFT, ISHFTC - integer, optional :: SIZE -end function - -function KIND(X) - ! Returns the kind value of the entity X. - ! Arguments: - ! X -Shall be of type LOGICAL, INTEGER, REAL, COMPLEX or CHARACTER. - ! Return value: - ! The return value is a scalar of type INTEGER and of the default integer kind. - ! Standard: Fortran 95 and later - LOGICAL, INTEGER, REAL, COMPLEX, CHARACTER :: X - INTEGER :: KIND -end function - -function LBOUND(ARRAY [, DIM [, KIND]]) - ! Returns the lower bounds of an array, or a single lower bound along the DIM dimension. - ! Arguments: - ! ARRAY -Shall be an array, of any type. - ! DIM -(Optional) Shall be a scalar INTEGER. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value is of default - ! integer kind. If DIM is absent, the result is an array of the lower bounds of ARRAY. If DIM is present, - ! the result is a scalar corresponding to the lower bound of the array along that dimension. If ARRAY is - ! an expression rather than a whole array or array structure component, or if it has a zero extent along - ! the relevant dimension, the lower bound is taken to be 1. - ! Standard: Fortran 95 and later, with KIND argument Fortran 2003 and later - type(any_type) :: ARRAY(:[,...]) - integer, optional :: DIM, KIND - integer(KIND) :: LBOUND -end function - -function LEADZ(I) - ! Returns the number of leading zero bits of an integer. - ! Arguments: - ! I -Shall be of type INTEGER. - ! Return value: - ! The type of the return value is the default INTEGER. If all the bits of I are zero, the result value is BIT_SIZE(I). - ! Standard: Fortran 2008 and later - integer :: I, LEADZ -end function - -function LEN(STRING [, KIND]) - ! Returns the length of a character string. If STRING is an array, the length of an element of STRING - ! is returned. Note that STRING need not be defined when this intrinsic is invoked, since only the length, - ! not the content, of STRING is needed. - ! Arguments: - ! STRING -Shall be a scalar or array of type CHARACTER, with INTENT(IN) - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, - ! the return value is of default integer kind. - ! Standard: Fortran 77 and later, with KIND argument Fortran 2003 and later - character(len=*), intent(in) :: STRING - integer, optional :: KIND - integer(KIND) :: LEN -end function - -function LEN_TRIM(STRING [, KIND]) - ! Returns the length of a character string, ignoring any trailing blanks. - ! Arguments: - ! STRING -Shall be a scalar of type CHARACTER, with INTENT(IN) - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, - ! the return value is of default integer kind. - ! Standard: Fortran 95 and later, with KIND argument Fortran 2003 and later - character(len=*), intent(in) :: STRING - integer, optional :: KIND - integer(KIND) :: LEN_TRIM -end function - -function LGE(STRING_A, STRING_B) - ! Determines whether one string is lexically greater than or equal to another string, - ! where the two strings are interpreted as containing ASCII character codes. - ! If the String A and String B are not the same length, the shorter is compared as if spaces - ! were appended to it to form a value that has the same length as the longer. - ! - ! In general, the lexical comparison intrinsics LGE, LGT, LLE, and LLT differ from - ! the corresponding intrinsic operators .GE., .GT., .LE., and .LT., in that the latter use the - ! processor's character ordering (which is not ASCII on some targets), whereas the former - ! always use the ASCII ordering. - ! Arguments: - ! STRING_A -Shall be of default CHARACTER type. - ! STRING_B -Shall be of default CHARACTER type. - ! Return value: - ! Returns .TRUE. if STRING_A >= STRING_B, and .FALSE. otherwise, based on the ASCII ordering. - ! Standard: Fortran 77 and later - character(len=*) :: STRING_A, STRING_B - logical :: LGE -end function - -function LGT(STRING_A, STRING_B) - ! Determines whether one string is lexically greater than another string, where the two strings - ! are interpreted as containing ASCII character codes. If the String A and String B are not the - ! same length, the shorter is compared as if spaces were appended to it to form a value that has - ! the same length as the longer. - ! In general, the lexical comparison intrinsics LGE, LGT, LLE, and LLT differ from the corresponding - ! intrinsic operators .GE., .GT., .LE., and .LT., in that the latter use the processor's character - ! ordering (which is not ASCII on some targets), whereas the former always use the ASCII ordering. - ! Arguments: - ! STRING_A -Shall be of default CHARACTER type. - ! STRING_B -Shall be of default CHARACTER type. - ! Return value: - ! Returns .TRUE. if STRING_A > STRING_B, and .FALSE. otherwise, based on the ASCII ordering. - ! Standard: Fortran 77 and later - character(len=*) :: STRING_A, STRING_B - logical :: LGT -end function - -function LLE(STRING_A, STRING_B) - ! Determines whether one string is lexically less than or equal to another string, where the - ! two strings are interpreted as containing ASCII character codes. If the String A and String B - ! are not the same length, the shorter is compared as if spaces were appended to it to form - ! a value that has the same length as the longer. - ! In general, the lexical comparison intrinsics LGE, LGT, LLE, and LLT differ from the - ! corresponding intrinsic operators .GE., .GT., .LE., and .LT., in that the latter use the - ! processor's character ordering (which is not ASCII on some targets), whereas the former - ! always use the ASCII ordering. - ! Arguments: - ! STRING_A -Shall be of default CHARACTER type. - ! STRING_B -Shall be of default CHARACTER type. - ! Return value: - ! Returns .TRUE. if STRING_A <= STRING_B, and .FALSE. otherwise, based on the ASCII ordering. - ! Standard: Fortran 77 and later - character(len=*) :: STRING_A, STRING_B - logical :: LLE -end function - -function LLT(STRING_A, STRING_B) - ! Determines whether one string is lexically less than another string, where the two strings - ! are interpreted as containing ASCII character codes. If the String A and String B are not - ! the same length, the shorter is compared as if spaces were appended to it to form a value - ! that has the same length as the longer. - ! In general, the lexical comparison intrinsics LGE, LGT, LLE, and LLT differ from the - ! corresponding intrinsic operators .GE., .GT., .LE., and .LT., in that the latter use - ! the processor's character ordering (which is not ASCII on some targets), whereas the - ! former always use the ASCII ordering. - ! Arguments: - ! STRING_A Shall be of default CHARACTER type. - ! STRING_B Shall be of default CHARACTER type. - ! Return value: - ! Returns .TRUE. if STRING_A < STRING_B, and .FALSE. otherwise, based on the ASCII ordering. - ! Standard: Fortran 77 and later - character(len=*) :: STRING_A, STRING_B - logical :: LLT -end function - -function LOG(X) - ! Computes the natural logarithm of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value is of type REAL or COMPLEX. The kind type parameter is the same as X. - ! If X is COMPLEX, the imaginary part \omega is in the range -pi <= \omega <= pi. - ! Standard: Fortran 77 and later - real, complex :: X, LOG -end function - -function ALOG(X) - ! This is specific name of LOG function. - ! Computes the logarithm of X. - ! Arguments: - ! X -The type shall be REAL. - ! Standard: Fortran 77 and later - real :: ALOG, X -end function - -function CLOG(X) - ! This is specific name of LOG function. - ! Computes the logarithm of X. - ! Arguments: - ! X -The type shall be COMLEX. - ! Standard: - ! Fortran 77 and later - complex :: CLOG, X -end function - -function DLOG(X) - ! This is specific name of LOG function. - ! Computes the logarithm of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Standard: - ! Fortran 77 and later - real :: DLOG, X -end function - -function LOG10(X) - ! Computes the base 10 logarithm of X. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type REAL or COMPLEX. The kind type parameter is the same as X. - ! Standard: - ! Fortran 77 and later - real :: X, LOG10 -end function - -function ALOG10(X) - ! This is specific name of LOG10 function. - ! Computes the base 10 logarithm of X. - ! Arguments: - ! X -The type shall be REAL. - ! Return value: - ! The return value is of type REAL. - ! Standard: - ! Fortran 77 and later - real :: ALOG10, X -end function - -function DLOG10(X) - ! This is specific name of LOG10 function. - ! Computes the base 10 logarithm of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value is of type DOUBLE PRECISION. - ! Standard: - ! Fortran 77 and later - double precision :: DLOG10, X -end function - -function LOG_GAMMA(X) - ! Computes the natural logarithm of the absolute value of the Gamma function. - ! Arguments: - ! X -Shall be of type REAL and neither zero nor a negative integer. - ! Return value: - ! The return value is of type REAL of the same kind as X. - ! Standard: - ! Fortran 2008 and later - real :: X, LOG_GAMMA -end function - -function LOGICAL(L [, KIND]) - ! Converts one kind of LOGICAL variable to another. - ! Arguments: - ! L -The type shall be LOGICAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is a LOGICAL value equal to L, with a kind corresponding to KIND, or of the - ! default logical kind if KIND is not given. - ! Standard: - ! Fortran 95 and later - logical :: L - integer, optional :: KIND - logical(KIND) :: LOGICAL -end function - -function MATMUL(MATRIX_A, MATRIX_B) - ! Performs a matrix multiplication on numeric or logical arguments. - ! Arguments: - ! MATRIX_A -An array of INTEGER, REAL, COMPLEX, or LOGICAL type, with a rank of one or two. - ! MATRIX_B -An array of INTEGER, REAL, or COMPLEX type if MATRIX_A is of a numeric type; otherwise, - ! an array of LOGICAL type. The rank shall be one or two, and the first (or only) dimension - ! of MATRIX_B shall be equal to the last (or only) dimension of MATRIX_A. - ! Return value: - ! The matrix product of MATRIX_A and MATRIX_B. The type and kind of the result follow the usual type - ! and kind promotion rules, as for the * or .AND. operators. - ! The rank and shape of the result depends on the rank and shapes of the arguments, as follows: - ! If MATRIX_A has shape (n, m) and MATRIX_B has shape (m, k), the result is a rank-two array with shape (n, k). - ! If MATRIX_A has shape (m) and MATRIX_B has shape (m, k), the result is a rank-one array with shape (k). - ! If MATRIX_A has shape (n, m) and MATRIX_B has shape (m), the result is a rank-one array with shape (n). - ! - ! If the arguments are of numeric type, element (i, j) of the result has the value - ! SUM ((row i of MATRIX_A) * (column j of MATRIX_B)). If the arguments are of logical type, element (i, j) - ! of the result has the value ANY ((row i of MATRIX_A) .AND. (column j of MATRIX_B)). - ! - ! Standard: - ! Fortran 95 and later - integer, real, complex or logical :: MATRIX_A(:[,:]), MATRIX_B(:[,:]) -end function - -function MAX(A1, A2[, A3, A4, A5, ...]) - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be INTEGER or REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - integer or real :: A1, A2, A3, A4, A5, MAX -end function - -function MAX0(A1, A2) - ! This is specific name of MAX function. - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be INTEGER. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - integer :: MAX0, A1, A2 -end function - -function AMAX1(A1, A2) - ! This is specific name of MAX function. - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - real :: AMAX1, A1, A2 -end function - -function DMAX1(A1, A2) - ! This is specific name of MAX function. - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be DOUBLE PRECISION. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - double precision :: DMAX1, A1, A2 -end function - -function MAX1(A1, A2) - ! This is specific name of MAX function. - ! MAX1 is equivalent to INT ( MAX ( . . .) ) - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - integer :: MAX1 - real :: A1, A2 -end function - -function AMAX0(A1, A2) - ! This is specific name of MAX function. - ! AMAX0 is equivalent to REAL ( MAX ( . . . ) ) - ! Returns the argument with the largest (most positive) value. - ! Syntax: - ! RESULT = MAX(A1, A2 [, A3 [, ...]]) - ! Arguments: - ! A1 -The type shall be INTEGER. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same - ! type and kind as the argument. - ! Standard: - ! Fortran 77 and later - real :: AMAX0 - integer :: A1, A2 -end function - -function MAXEXPONENT(X) - ! Returns the maximum exponent in the model of the type of X. - ! Arguments: - ! X -Shall be of type REAL. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 95 and later - real :: X - integer :: MAXEXPONENT -end function - -function MAXLOC(ARRAY [, DIM] [, MASK] [, KIND] [, BACK]) - ! Determines the location of the element in the array with the maximum value, or, if the DIM - ! argument is supplied, determines the locations of the maximum element along each row of the - ! array in the DIM direction. If MASK is present, only the elements for which MASK is .TRUE. - ! are considered. If more than one element in the array has the maximum value, the location - ! returned is that of the first such element in array element order. If the array has zero size, - ! or all of the elements of MASK are .FALSE., then the result is an array of zeroes. Similarly, - ! if DIM is supplied and all of the elements of MASK along a given row are zero, the result value - ! for that row is zero. - ! Syntax: - ! RESULT = MAXLOC(ARRAY, DIM [, MASK]) - ! RESULT = MAXLOC(ARRAY [, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER or REAL. - ! DIM -(Optional) Shall be a scalar of type INTEGER, with a value between one and the rank - ! of ARRAY, inclusive. It may not be an optional dummy argument. - ! MASK -Shall be an array of type LOGICAL, and conformable with ARRAY. - ! BACK -LOGICAL - ! Return value: - ! If DIM is absent, the result is a rank-one array with a length equal to the rank of ARRAY. - ! If DIM is present, the result is an array with a rank one less than the rank of ARRAY, and - ! a size corresponding to the size of ARRAY with the DIM dimension removed. If DIM is present - ! and ARRAY has a rank of one, the result is a scalar. In all cases, the result is of default INTEGER type. - ! Standard: - ! Fortran 95 and later - integer or real :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK(:[,:,...]) - integer, optional :: KIND - logical, optional :: BACK - integer :: MAXLOC(:[,:,...]) -end function - -function MAXVAL(ARRAY [, DIM] [, MASK]) - ! Determines the maximum value of the elements in an array value, or, if the DIM argument is supplied, - ! determines the maximum value along each row of the array in the DIM direction. If MASK is present, - ! only the elements for which MASK is .TRUE. are considered. If the array has zero size, or all of the - ! elements of MASK are .FALSE., then the result is -HUGE(ARRAY) if ARRAY is numeric, or a string of nulls - ! if ARRAY is of character type. - ! Syntax: - ! RESULT = MAXVAL(ARRAY, DIM [, MASK]) - ! RESULT = MAXVAL(ARRAY [, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER or REAL. - ! DIM -(Optional) Shall be a scalar of type INTEGER, with a value between one and the rank of - ! ARRAY, inclusive. It may not be an optional dummy argument. - ! MASK -Shall be an array of type LOGICAL, and conformable with ARRAY. - ! Return value: - ! If DIM is absent, or if ARRAY has a rank of one, the result is a scalar. If DIM is present, - ! the result is an array with a rank one less than the rank of ARRAY, and a size corresponding - ! to the size of ARRAY with the DIM dimension removed. In all cases, the result is of the same - ! type and kind as ARRAY. - ! Standard: Fortran 95 and later - integer or real :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK(:[,:,...]) - integer :: MAXVAL[(:,...)] -end function - -function MERGE(TSOURCE, FSOURCE, MASK) - ! Select values from two arrays according to a logical mask. The result is equal to TSOURCE if MASK - ! is .TRUE., or equal to FSOURCE if it is .FALSE.. - ! Arguments: - ! TSOURCE -May be of any type. - ! FSOURCE -Shall be of the same type and type parameters as TSOURCE. - ! MASK -Shall be of type LOGICAL. - ! Return value: - ! The result is of the same type and type parameters as TSOURCE. - ! Standard: - ! Fortran 95 and later - type(any_type) :: TSOURCE(:[,:,...]), FSOURCE(:[,:,...]) - logical :: MASK(:[,:,...]) -end function - -function MIN(A1, A2[, A3, A4, A5, ...]) - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be INTEGER or REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - integer or real :: A1, A2, A3, A4, A5, MIN -end function - -function MIN0(A1, A2) - ! This is specific name of MIN function. - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be INTEGER. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - integer :: MIN0, A1, A2 -end function - -function AMIN0(A1, A2) - ! This is specific name of MIN function. - ! AMIN0 is equivalent to REAL ( MIN ( . . . ) ) - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be INTEGER. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - real :: AMIN0 - integer :: A1, A2 -end function - -function AMIN1(A1, A2) - ! This is specific name of MIN function. - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - real :: AMIN1, A1, A2 -end function - -function MIN1(A1, A2) - ! This is specific name of MIN function. - ! MIN1 is equivalent to INT ( MIN ( . . . ) ) - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be REAL. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - integer :: MIN1 - real :: A1, A2 -end function - -function DMIN1(A1, A2) - ! This is specific name of MIN function. - ! Returns the argument with the smallest (most negative) value. - ! Syntax: - ! RESULT = MIN(A1, A2 [, A3, ...]) - ! Arguments: - ! A1 -The type shall be DOUBLE PRECISION. - ! A2, A3, ... -An expression of the same type and kind as A1. - ! Return value: - ! The return value corresponds to the maximum value among the arguments, and has the same type - ! and kind as the first argument. - ! Standard: - ! Fortran 77 and later - double precision :: DMIN1, A1, A2 -end function - -function MINEXPONENT(X) - ! Returns the minimum exponent in the model of the type of X. - ! Arguments: - ! X -Shall be of type REAL. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 95 and later - real :: X - integer :: MINEXPONENT -end function - -function MINLOC(ARRAY [, DIM] [, MASK] [, KIND] [, BACK]) - ! Determines the location of the element in the array with the minimum value, or, if the DIM - ! argument is supplied, determines the locations of the minimum element along each row of the - ! array in the DIM direction. If MASK is present, only the elements for which MASK is .TRUE. are - ! considered. If more than one element in the array has the minimum value, the location returned is - ! that of the first such element in array element order. If the array has zero size, or all of the - ! elements of MASK are .FALSE., then the result is an array of zeroes. Similarly, if DIM is supplied - ! and all of the elements of MASK along a given row are zero, the result value for that row is zero. - ! Syntax: - ! RESULT = MINLOC(ARRAY, DIM [, MASK]) - ! RESULT = MINLOC(ARRAY [, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER or REAL. - ! DIM -(Optional) Shall be a scalar of type INTEGER, with a value between one and the rank - ! of ARRAY, inclusive. It may not be an optional dummy argument. - ! MASK -Shall be an array of type LOGICAL, and conformable with ARRAY. - ! BACK -LOGICAL - ! Return value: - ! If DIM is absent, the result is a rank-one array with a length equal to the rank of ARRAY. - ! If DIM is present, the result is an array with a rank one less than the rank of ARRAY, and - ! a size corresponding to the size of ARRAY with the DIM dimension removed. If DIM is present - ! and ARRAY has a rank of one, the result is a scalar. In all cases, the result is of default INTEGER type. - ! Standard: - ! Fortran 95 and later - integer or real :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK(:[,:,...]) - integer, optional :: KIND - logical, optional :: BACK - integer :: MINLOC(:[,:,...]) -end function - -function MINVAL(ARRAY, DIM [, MASK]) - ! Determines the minimum value of the elements in an array value, or, if the DIM argument is - ! supplied, determines the minimum value along each row of the array in the DIM direction. - ! If MASK is present, only the elements for which MASK is .TRUE. are considered. If the array - ! has zero size, or all of the elements of MASK are .FALSE., then the result is HUGE(ARRAY) if - ! ARRAY is numeric, or a string of CHAR(255) characters if ARRAY is of character type. - ! Syntax: - ! RESULT = MINVAL(ARRAY, DIM [, MASK]) - ! RESULT = MINVAL(ARRAY [, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER or REAL. - ! DIM -(Optional) Shall be a scalar of type INTEGER, with a value between one and the rank of - ! ARRAY, inclusive. It may not be an optional dummy argument. - ! MASK -Shall be an array of type LOGICAL, and conformable with ARRAY. - ! - ! Return value: - ! If DIM is absent, or if ARRAY has a rank of one, the result is a scalar. If DIM is present, - ! the result is an array with a rank one less than the rank of ARRAY, and a size corresponding - ! to the size of ARRAY with the DIM dimension removed. In all cases, the result is of the same - ! type and kind as ARRAY. - ! Standard: - ! Fortran 95 and later - integer or real :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK(:[,:,...]) - integer :: MINVAL(:[,:,...]) -end function - -function MOD(A, P) - ! Computes the remainder of the division of A by P. It is calculated as A - (INT(A/P) * P). - ! Arguments: - ! A -Shall be a scalar of type INTEGER or REAL - ! P -Shall be a scalar of the same type as A and not equal to zero - ! Return value: - ! The kind of the return value is the result of cross-promoting the kinds of the arguments. - ! Standard: - ! Fortran 77 and later - integer or real :: A, P, MOD -end function - -function AMOD(A, P) - ! This is specific name of MOD function. - ! Computes the remainder of the division of A by P. It is calculated as A - (INT(A/P) * P). - ! Arguments: - ! A -Shall be a scalar of type default REAL - ! P -Shall be a scalar of the same type as A and not equal to zero - ! Return value: - ! The kind of the return value is the result of cross-promoting the kinds of the arguments. - ! Standard: - ! Fortran 77 and later - real :: AMOD, A, P -end function - -function DMOD(A, P) - ! This is specific name of MOD function. - ! Computes the remainder of the division of A by P. It is calculated as A - (INT(A/P) * P). - ! Standard: - ! Fortran 77 and later - ! Arguments: - ! A -Shall be a scalar of type default DOUBLE PRECISION - ! P -Shall be a scalar of the same type as A and not equal to zero - ! Return value: - ! The kind of the return value is the result of cross-promoting the kinds of the arguments. - double precision :: DMOD, A, P -end function - -function MODULO(A, P) - ! Computes the A modulo P. - ! Arguments: - ! A -Shall be a scalar of type INTEGER or REAL - ! P -Shall be a scalar of the same type and kind as A - ! Return value: - ! The type and kind of the result are those of the arguments. - ! If A and P are of type INTEGER: - ! MODULO(A,P) has the value R such that A=Q*P+R, where Q is an integer and R is between - ! 0 (inclusive) and P (exclusive). - ! If A and P are of type REAL: - ! MODULO(A,P) has the value of A - FLOOR (A / P) * P. - ! In all cases, if P is zero the result is processor-dependent. - ! Standard: - ! Fortran 95 and later - integer or real :: A, P, MODULO -end function - -subroutine MOVE_ALLOC(FROM, TO) - ! Moves the allocation from FROM to TO. FROM will become deallocated in the process. - ! Arguments: - ! FROM -ALLOCATABLE, INTENT(INOUT), may be of any type and kind. - ! TO -ALLOCATABLE, INTENT(OUT), shall be of the same type, kind and rank as FROM. - ! Standard: - ! Fortran 2003 and later - type(any_type), allocatable :: FROM(:[,:,...]), TO(:[,:,...]) -end subroutine - -subroutine MVBITS(FROM, FROMPOS, LEN, TO, TOPOS) - ! Moves LEN bits from positions FROMPOS through FROMPOS+LEN-1 of FROM to positions TOPOS - ! through TOPOS+LEN-1 of TO. The portion of argument TO not affected by the movement of bits - ! is unchanged. The values of FROMPOS+LEN-1 and TOPOS+LEN-1 must be less than BIT_SIZE(FROM). - ! Arguments: - ! FROM -The type shall be INTEGER. - ! FROMPOS -The type shall be INTEGER. - ! LEN -The type shall be INTEGER. - ! TO -The type shall be INTEGER, of the same kind as FROM. - ! TOPOS -The type shall be INTEGER. - ! Standard: - ! Fortran 95 and later - integer :: FROM, FROMPOS, LEN, TO, TOPOS -end subroutine - -function NEAREST(X, S) - ! Returns the processor-representable number nearest to X in the direction indicated by the sign of S. - ! Standard: - ! Fortran 95 and later - ! Arguments: - ! X -Shall be of type REAL. - ! S -(Optional) shall be of type REAL and not equal to zero. - ! Return value: - ! The return value is of the same type as X. If S is positive, NEAREST returns the - ! processor-representable number greater than X and nearest to it. If S is negative, NEAREST - ! returns the processor-representable number smaller than X and nearest to it. - real :: X, NEAREST - real, optional :: S -end function - -function NEW_LINE(C) - ! Returns the new-line character. - ! Arguments: - ! C -The argument shall be a scalar or array of the type CHARACTER. - ! Return value: - ! Returns a CHARACTER scalar of length one with the new-line character of the same kind as parameter C. - ! Standard: - ! Fortran 2003 and later - character(len=*) :: C - character(len=1) :: NEW_LINE -end function - -function NINT(A [, KIND]) - ! Rounds its argument to the nearest whole number. - ! Arguments: - ! A -The type of the argument shall be REAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! Returns A with the fractional portion of its magnitude eliminated by rounding to the nearest whole - ! number and with its sign preserved, converted to an INTEGER of the default kind. - ! Standard: - ! Fortran 77 and later, with KIND argument Fortran 90 and later - real :: A - integer, optional :: KIND - integer :: NINT -end function - -function IDNINT(A) - ! This is specific name of NINT function. - ! Rounds its argument to the nearest whole number. - ! Arguments: - ! A -The type of the argument shall be DOUBLE PRECISION. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! Returns A with the fractional portion of its magnitude eliminated by rounding to the nearest whole - ! number and with its sign preserved, converted to an INTEGER of the default kind. - ! Standard: - ! Fortran 77 and later, with KIND argument Fortran 90 and later - integer :: IDNINT - double precision :: A - integer, optional :: KIND -end function - -function NOT(I) - ! Returns the bitwise boolean inverse of I. - ! Arguments: - ! I -The type shall be INTEGER. - ! Return value: - ! The return type is INTEGER, of the same kind as the argument. - ! Standard: - ! Fortran 95 and later - integer :: I, NOT -end function - -function NULL([MOLD]) - ! Returns a disassociated pointer. - ! If MOLD is present, a dissassociated pointer of the same type is returned, - ! otherwise the type is determined by context. - ! In Fortran 95, MOLD is optional. Please note that Fortran 2003 includes cases - ! where it is required. - ! Syntax: - ! PTR => NULL([MOLD]) - ! Arguments: - ! MOLD -(Optional) shall be a pointer of any association status and of any type. - ! Return value: - ! A disassociated pointer. - ! Standard: - ! Fortran 95 and later - type(any_type), pointer, optional :: MOLD -end function - -function PACK(ARRAY, MASK [, VECTOR]) - ! Stores the elements of ARRAY in an array of rank one. - ! The beginning of the resulting array is made up of elements whose MASK equals TRUE. - ! Afterwards, positions are filled with elements taken from VECTOR. - ! Arguments: - ! ARRAY -Shall be an array of any type. - ! MASK -Shall be an array of type LOGICAL and of the same size as ARRAY. Alternatively, - ! it may be a LOGICAL scalar. - ! VECTOR -(Optional) shall be an array of the same type as ARRAY and of rank one. If present, - ! the number of elements in VECTOR shall be equal to or greater than the number of - ! true elements in MASK. If MASK is scalar, the number of elements in VECTOR shall be - ! equal to or greater than the number of elements in ARRAY. - ! Return value: - ! The result is an array of rank one and the same type as that of ARRAY. If VECTOR is present, - ! the result size is that of VECTOR, the number of TRUE values in MASK otherwise. - ! Standard: - ! Fortran 95 and later - type(any_type) :: ARRAY(:[,:,...]) - logical :: MASK[(:,...)] - type(same as ARRAY), optional :: VECTOR(:) - type(same as ARRAY) :: PACK(:) -end function - -function PRECISION(X) - ! Returns the decimal precision in the model of the type of X. - ! Arguments: - ! X -Shall be of type REAL or COMPLEX. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 95 and later - real or complex :: X - integer :: PRECISION -end function - -function PRESENT(A) - ! Determines whether an optional dummy argument is present. - ! Arguments: - ! A -May be of any type and may be a pointer, scalar or array value, or a dummy procedure. - ! It shall be the name of an optional dummy argument accessible within the current subroutine or function. - ! Return value: - ! Returns either TRUE if the optional argument A is present, or FALSE otherwise. - ! Standard: - ! Fortran 95 and later - type(any_type) :: A - logical :: PRESENT -end function - -function PRODUCT(ARRAY [, DIM] [, MASK]) - ! Multiplies the elements of ARRAY along dimension DIM if the corresponding element in MASK is TRUE. - ! Syntax: - ! RESULT = PRODUCT(ARRAY[, MASK]) - ! RESULT = PRODUCT(ARRAY, DIM[, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER, REAL or COMPLEX. - ! DIM -(Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, - ! where n equals the rank of ARRAY. - ! MASK -(Optional) shall be of type LOGICAL and either be a scalar or an array of the same shape as ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the product of all elements in ARRAY is returned. Otherwise, - ! an array of rank n-1, where n equals the rank of ARRAY, and a shape similar to that of ARRAY - ! with dimension DIM dropped is returned. - ! Standard: - ! Fortran 95 and later - integer, real or complex :: ARRAY(:[,:,...]) - integer :: DIM -end function - -function RADIX(X) - ! Returns the base of the model representing the entity X. - ! Arguments: - ! X -Shall be of type INTEGER or REAL - ! Return value: - ! The return value is a scalar of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 95 and later - integer or real :: X - integer :: RADIX -end function - -subroutine RANDOM_NUMBER(HARVEST) - ! Returns a single pseudorandom number or an array of pseudorandom numbers from the uniform distribution - ! over the range 0 <= x < 1. - ! Arguments: - ! HARVEST -Shall be a scalar or an array of type REAL. - ! Standard: - ! Fortran 95 and later - real :: HARVEST[(:,...)] -end subroutine - -subroutine RANDOM_SEED([SIZE, PUT, GET]) - ! Restarts or queries the state of the pseudorandom number generator used by RANDOM_NUMBER. - ! If RANDOM_SEED is called without arguments, it is initialized to a default state. - ! Arguments: - ! SIZE -(Optional) Shall be a scalar and of type default INTEGER, with INTENT(OUT). - ! It specifies the minimum size of the arrays used with the PUT and GET arguments. - ! PUT -(Optional) Shall be an array of type default INTEGER and rank one. It is - ! INTENT(IN) and the size of the array must be larger than or equal to the number - ! returned by the SIZE argument. - ! GET -(Optional) Shall be an array of type default INTEGER and rank one. It is INTENT(OUT) - ! and the size of the array must be larger than or equal to the number returned by the SIZE argument. - ! Standard: - ! Fortran 95 and later - integer, optional, intent(out) :: SIZE - integer, optional, intent(in) :: PUT(:) - integer, optional, intent(out) :: GET(:) -end subroutine - -function RANGE(X) - ! Returns the decimal exponent range in the model of the type of X. - ! Arguments: - ! X -Shall be of type INTEGER, REAL or COMPLEX. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 95 and later - INTEGER, REAL or COMPLEX :: X - INTEGER :: RANGE -end function - -function REAL(A [, KIND]) - ! Converts its argument A to a real type. - ! Arguments: - ! A -Shall be INTEGER, REAL, or COMPLEX. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! These functions return a REAL variable or array under the following rules: - ! (A) - ! REAL(A) is converted to a default real type if A is an integer or real variable. - ! (B) - ! REAL(A) is converted to a real type with the kind type parameter of A if A is a complex variable. - ! (C) - ! REAL(A, KIND) is converted to a real type with kind type parameter KIND if A is a complex, - ! integer, or real variable. - ! Standard: - ! Fortran 77 and later - integer, real or complex :: A - integer, optional :: KIND - real[(KIND)] :: REAL -end function - -function FLOAT(A) - ! This is specific name of REAL function. - ! Converts its argument A to a real type. - ! Arguments: - ! A -Shall be default INTEGER. - ! Standard: - ! Fortran 77 and later - real :: FLOAT - integer :: A -end function - -function SAME_TYPE_AS(A,B) - ! Inquires whether the dynamic type of A is the same as the dynamic type of B. - ! Function returns true if the dynamic type of A is the same as the dynamic type of B. - ! Arguments: - ! A -must be an object of extensible type. If it is a pointer, it must not have an undefined association status. - ! B -must be an object of extensible type. If it is a pointer, it must not have an undefined association status. - ! Return value: - ! Default LOGICAL scalar - ! Standard: - ! Fortran 2003 and later - logical :: SAME_TYPE_AS -end function - -function SNGL(A) - ! This is specific name of REAL function. - ! Converts its argument A to a real type. - ! Arguments: - ! A -Shall be default DOUBLE PRECISION. - ! Standard: - ! Fortran 77 and later - real :: SNGL - double precision :: A -end function - -function REPEAT(STRING, NCOPIES) - ! Concatenates NCOPIES copies of a string. - ! Arguments: - ! STRING -Shall be scalar and of type CHARACTER. - ! NCOPIES -Shall be scalar and of type INTEGER. - ! Return value: - ! A new scalar of type CHARACTER built up from NCOPIES copies of STRING. - ! Standard: - ! Fortran 95 and later - character(len=*) :: REPEAT, STRING - integer :: NCOPIES -end function - -function RESHAPE(SOURCE, SHAPE[, PAD, ORDER]) - ! Reshapes SOURCE to correspond to SHAPE. If necessary, the new array may be padded with - ! elements from PAD or permuted as defined by ORDER. - ! Arguments: - ! SOURCE -Shall be an array of any type. - ! SHAPE -Shall be of type INTEGER and an array of rank one. Its values must be positive or zero. - ! PAD -(Optional) shall be an array of the same type as SOURCE. - ! ORDER -(Optional) shall be of type INTEGER and an array of the same shape as SHAPE. Its values - ! shall be a permutation of the numbers from 1 to n, where n is the size of SHAPE. If - ! ORDER is absent, the natural ordering shall be assumed. - ! Return value: - ! The result is an array of shape SHAPE with the same type as SOURCE. - ! Standard: - ! Fortran 95 and later - type(any_type) :: SOURCE(:[,:,...]) - integer :: SHAPE(:) - type(any_type), optional :: PAD(:[,:,...]) - integer, optional :: ORDER(:) -end function - -function RRSPACING(X) - ! Returns the reciprocal of the relative spacing of model numbers near X. - ! Arguments: - ! X -Shall be of type REAL. - ! Return value: - ! The return value is of the same type and kind as X. The value returned is equal - ! to ABS(FRACTION(X)) * FLOAT(RADIX(X))**DIGITS(X). - ! Standard: - ! Fortran 95 and later - real :: X, RRSPACING -end function - -function SCALE(X, I) - ! Returns X * RADIX(X)**I. - ! Arguments: - ! X -The type of the argument shall be a REAL. - ! I -The type of the argument shall be a INTEGER. - ! Return value: - ! The return value is of the same type and kind as X. Its value is X * RADIX(X)**I. - ! Standard: - ! Fortran 95 and later - real :: X, SCALE - integer :: I -end function - -function SCAN(STRING, SET[, BACK [, KIND]]) - ! Scans a STRING for any of the characters in a SET of characters. - ! If BACK is either absent or equals FALSE, this function returns the position of the leftmost - ! character of STRING that is in SET. If BACK equals TRUE, the rightmost position is returned. - ! If no character of SET is found in STRING, the result is zero. - ! Arguments: - ! STRING -Shall be of type CHARACTER. - ! SET -Shall be of type CHARACTER. - ! BACK -(Optional) shall be of type LOGICAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value - ! is of default integer kind. - ! Standard: - ! Fortran 95 and later, with KIND argument Fortran 2003 and later - character(len=*) :: STRING, SET - logical, optional :: BACK - integer, optional :: KIND -end function - -function SELECTED_CHAR_KIND(NAME) - ! Returns the kind value for the character set named NAME, if a character set with such a name - ! is supported, or -1 otherwise. - ! Arguments: - ! NAME Shall be a scalar and of the default character type. - ! Standard: - ! Fortran 2003 and later - character(len=*) :: NAME - integer :: SELECTED_CHAR_KIND -end function - -function SELECTED_INT_KIND(R) - ! Return the kind value of the smallest integer type that can represent all values ranging - ! from -10^R (exclusive) to 10^R (exclusive). If there is no integer kind that accommodates - ! this range, SELECTED_INT_KIND returns -1. - ! Arguments: - ! R -Shall be a scalar and of type INTEGER. - ! Standard: - ! Fortran 95 and later - integer :: R - integer :: SELECTED_INT_KIND -end function - -function SELECTED_REAL_KIND([P, R, RADIX]) - ! Returns the kind value of a real data type with decimal precision of at least P digits and - ! exponent range greater at least R. - ! Arguments: - ! P -(Optional) shall be a scalar and of type INTEGER. - ! R -(Optional) shall be a scalar and of type INTEGER. - ! RADIX -(Optional) shall be a scalar and of type INTEGER. - ! Return value: - ! SELECTED_REAL_KIND returns the value of the kind type parameter of a real data type with - ! decimal precision of at least P digits and a decimal exponent range of at least R. - ! If more than one real data type meet the criteria, the kind of the data type with the smallest - ! decimal precision is returned. If no real data type matches the criteria, the result is - ! - ! -1 if the processor does not support a real data type with a - ! precision greater than or equal to P - ! -2 if the processor does not support a real type with an exponent - ! range greater than or equal to R - ! -3 if neither is supported. - ! Standard: - ! Fortran 95 and later - integer, optional :: P, R, RADIX - integer :: SELECTED_REAL_KIND -end function - -function SET_EXPONENT(X, I) - ! Returns the real number whose fractional part is that of X and whose exponent part is I. - ! Arguments: - ! X -Shall be of type REAL. - ! I -Shall be of type INTEGER. - ! Return value: - ! The return value is of the same type and kind as X. The real number whose fractional part - ! is that that of X and whose exponent part if I is returned; it is FRACTION(X) * RADIX(X)**I. - ! Standard: - ! Fortran 95 and later - real :: X - integer :: I -end function - -function SHAPE(SOURCE [, KIND]) - ! Determines the shape of an array. - ! Arguments: - ! SOURCE -Shall be an array or scalar of any type. If SOURCE is a pointer it must be - ! associated and allocatable arrays must be allocated. - ! Return value: - ! An INTEGER array of rank one with as many elements as SOURCE has dimensions. The elements - ! of the resulting array correspond to the extend of SOURCE along the respective dimensions. - ! If SOURCE is a scalar, the result is the rank one array of size zero. - ! Standard: - ! Fortran 95 and later - type(any_type) :: SOURCE[(:,...)] - integer :: KIND - integer :: SHAPE(:) -end function - -function SIGN(A, B) - ! Returns the value of A with the sign of B. - ! Arguments: - ! A -Shall be of type INTEGER or REAL - ! B -Shall be of the same type and kind as A - ! Return value: - ! The kind of the return value is that of A and B. If B >= 0 then the result is ABS(A), - ! else it is -ABS(A). - ! Standard: - ! Fortran 77 and later - integer or real :: A, B -end function - -function DSIGN(A, B) - ! This is specific name of SIGN function. - ! Returns the value of A with the sign of B. - ! Arguments: - ! A -Shall be of type DOUBLE PRECISION - ! B -Shall be of the same type and kind as A - ! Return value: - ! The kind of the return value is that of A and B. If B >= 0 then the result is ABS(A), - ! else it is -ABS(A). - ! Standard: - ! Fortran 77 and later - double precision :: DSIGN, A, B -end function - -function ISIGN(A, B) - ! This is specific name of SIGN function. - ! Returns the value of A with the sign of B. - ! Arguments: - ! A -Shall be of type default INTEGER - ! B -Shall be of the same type and kind as A - ! Return value: - ! The kind of the return value is that of A and B. If B >= 0 then the result is ABS(A), - ! else it is -ABS(A). - ! Standard: - ! Fortran 77 and later - integer :: ISIGN, A, B -end function - -function SIN(X) - ! Computes the sine of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 77 and later - real or complex :: X, SIN -end function - -function CSIN(X) - ! This is specific name of SIN function. - ! Computes the sine of X. - ! Arguments: - ! X -The type shall be COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 77 and later - complex :: CSIN, X -end function - -function DSIN(X) - ! This is specific name of SIN function. - ! Computes the sine of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 77 and later - double precision :: DSIN, X -end function - -function SINH(X) - ! Computes the hyperbolic sine of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 95 and later, for a complex argument Fortran 2008 or later - real or complex :: X, SINH -end function - -function DSINH(X) - ! Computes the hyperbolic sine of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 95 and later - double precision :: DSINH, X -end function - -function SIZE(ARRAY[, DIM [, KIND]]) - ! Determine the extent of ARRAY along a specified dimension DIM, or the total number of elements - ! in ARRAY if DIM is absent. - ! Arguments: - ! ARRAY -Shall be an array of any type. If ARRAY is a pointer it must be associated and - ! allocatable arrays must be allocated. - ! DIM -(Optional) shall be a scalar of type INTEGER and its value shall be in the range - ! from 1 to n, where n equals the rank of ARRAY. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter - ! of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value - ! is of default integer kind. - ! Standard: - ! Fortran 95 and later, with KIND argument Fortran 2003 and later - type(any_type) :: SOURCE[(:,...)] - integer, optional :: DIM, KIND - integer :: SIZE -end function - -function SNGL(A) - ! Converts the double precision real A to a default real value. This is an archaic form of REAL - ! that is specific to one type for A. - ! Arguments: - ! A The type shall be a double precision REAL. - ! Return value: - ! The return value is of type default REAL. - ! Standard: - ! Fortran 77 and later - double precision :: A - real :: SNGL -end function - -function SPACING(X) - ! Determines the distance between the argument X and the nearest adjacent number of the same type. - ! Arguments: - ! X Shall be of type REAL. - ! Return value: - ! The result is of the same type as the input argument X. - ! Standard: - ! Fortran 95 and later - real :: X, SPACING -end function - -function SPREAD(SOURCE, DIM, NCOPIES) - ! Replicates a SOURCE array NCOPIES times along a specified dimension DIM. - ! Arguments: - ! SOURCE -Shall be a scalar or an array of any type and a rank less than seven. - ! DIM -Shall be a scalar of type INTEGER with a value in the range from 1 to n+1, - ! where n equals the rank of SOURCE. - ! NCOPIES -Shall be a scalar of type INTEGER. - ! Return value: - ! The result is an array of the same type as SOURCE and has rank n+1 where n equals the rank of SOURCE. - ! Standard: - ! Fortran 95 and later - type(any_type) :: SOURCE[(:,...)] - integer :: DIM, NCOPIES - type(same_as_SOURCE) :: SPREAD(:[,:,...]) -end function - -function SQRT(X) - ! Computes the square root of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value is of type REAL or COMPLEX. The kind type parameter is the same as X. - ! Standard: - ! Fortran 77 and later - real or complex :: X, SQRT -end function - -function CSQRT(X) - ! This is specific name of SQRT function. - ! Computes the square root of X. - ! Arguments: - ! X -The type shall be COMPLEX. - ! Return value: - ! The return value is of type COMPLEX. - ! Standard: - ! Fortran 77 and later - complex :: CSQRT, X -end function - -function DSQRT(X) - ! This is specific name of SQRT function. - ! Computes the square root of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value is of type DOUBLE PRECISION. - ! Standard: - ! Fortran 77 and later - double precision :: DSQRT, X -end function - -function SUM(ARRAY[, DIM] [, MASK]) - ! Adds the elements of ARRAY along dimension DIM if the corresponding element in MASK is TRUE. - ! Syntax: - ! RESULT = SUM(ARRAY[, MASK]) - ! RESULT = SUM(ARRAY, DIM[, MASK]) - ! Arguments: - ! ARRAY -Shall be an array of type INTEGER, REAL or COMPLEX. - ! DIM -(Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, - ! where n equals the rank of ARRAY. - ! MASK -(Optional) shall be of type LOGICAL and either be a scalar or an array of the same shape as ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the sum of all elements in ARRAY is returned. Otherwise, - ! an array of rank n-1, where n equals the rank of ARRAY,and a shape similar to that of ARRAY with - ! dimension DIM dropped is returned. - ! Standard: - ! Fortran 95 and later - integer, real or complex :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical :: MASK(:[,:,...]) -end function - -subroutine SYSTEM_CLOCK([COUNT, COUNT_RATE, COUNT_MAX]) - ! Determines the COUNT of milliseconds of wall clock time. COUNT_RATE determines the number of clock - ! ticks per second or zero if there is no processor clock. COUNT_MAX is assigned the maximum value of COUNT, - ! if a processor clock is available, or otherwise, zero. - !Arguments: - ! COUNT -(Optional) shall be a scalar of type default INTEGER with INTENT(OUT). - ! COUNT_RATE -(Optional) shall be a scalar of type default INTEGER with INTENT(OUT). - ! COUNT_MAX -(Optional) shall be a scalar of type default INTEGER with INTENT(OUT). - ! Standard: - ! Fortran 95 and later - integer, optional, intent(out) :: COUNT, COUNT_RATE, COUNT_MAX -end subroutine - -function TAN(X) - ! Computes the tangent of X. - ! Arguments: - ! X -The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 77 and later, for a complex argument Fortran 2008 or later - real or complex :: X, TAN -end function - -function DTAN(X) - ! This is specific name of TAN function. - ! Computes the tangent of X. - ! Arguments: - ! X -The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. - ! Standard: - ! Fortran 77 and later - double precision :: DTAN, X -end function - -function TANH(X) - ! Computes the hyperbolic tangent of X. - ! Arguments: - ! X The type shall be REAL or COMPLEX. - ! Return value: - ! The return value has same type and kind as X. If X is complex, the imaginary part of the result - ! is in radians. If X is REAL, the return value lies in the range - 1 <= tanh(x) <= 1 . - ! Standard: - ! Fortran 77 and later, for a complex argument Fortran 2008 or later - real or complex :: X, TANH -end function - -function DTANH(X) - ! This is specific name of TANH function. - ! Computes the hyperbolic tangent of X. - ! Arguments: - ! X The type shall be DOUBLE PRECISION. - ! Return value: - ! The return value has same type and kind as X. - ! If X is REAL, the return value lies in the range - 1 <= tanh(x) <= 1 . - ! Standard: - ! Fortran 77 and later - double precision :: DTANH, X -end function - -function TINY(X) - ! Returns the smallest positive (non zero) number in the model of the type of X. - ! Arguments: - ! X -Shall be of type REAL. - ! Return value: - ! The return value is of the same type and kind as X - ! Standard: - ! Fortran 95 and later - real :: X, TINY -end function - -function TRAILZ(I) - ! Returns the number of trailing zero bits of an integer. - ! Arguments: - ! I -Shall be of type INTEGER. - ! Return value: - ! The type of the return value is the default INTEGER. If all the bits of I are zero, - ! the result value is BIT_SIZE(I). - ! Standard: - ! Fortran 2008 and later - integer :: I, TRAILZ -end function - -function TRANSFER(SOURCE, MOLD[, SIZE]) - ! Interprets the bitwise representation of SOURCE in memory as if it is the representation of a variable - ! or array of the same type and type parameters as MOLD. - ! This is approximately equivalent to the C concept of casting one type to another. - ! Arguments: - ! SOURCE -Shall be a scalar or an array of any type. - ! MOLD -Shall be a scalar or an array of any type. - ! SIZE -(Optional) shall be a scalar of type INTEGER. - ! Return value: - ! The result has the same type as MOLD, with the bit level representation of SOURCE. If SIZE is present, - ! the result is a one-dimensional array of length SIZE. If SIZE is absent but MOLD is an array - ! (of any size or shape), the result is a one- dimensional array of the minimum length needed to contain the - ! entirety of the bitwise representation of SOURCE. If SIZE is absent and MOLD is a scalar, the result is a scalar. - ! - ! If the bitwise representation of the result is longer than that of SOURCE, then the leading bits of the result - ! correspond to those of SOURCE and any trailing bits are filled arbitrarily. - ! - ! When the resulting bit representation does not correspond to a valid representation of a variable of the same - ! type as MOLD, the results are undefined, and subsequent operations on the result cannot be guaranteed to produce - ! sensible behavior. For example, it is possible to create LOGICAL variables for which VAR and .NOT.VAR both - ! appear to be true. - ! Standard: - ! Fortran 95 and later - type(any_type) :: SOURCE[(:,...)], MOLD[(:,...)] - integer :: SIZE -end function - -function TRANSPOSE(MATRIX) - ! Transpose an array of rank two. Element (i, j) of the result has the value MATRIX(j, i), for all i, j. - ! Arguments: - ! MATRIX -Shall be an array of any type and have a rank of two. - ! Return value: - ! The result has the same type as MATRIX, and has shape (/ m, n /) if MATRIX has shape (/ n, m /). - ! Standard: - ! Fortran 95 and later - type(any_type) :: MATRIX(:,:), TRANSPOSE(:,:) -end function - -function TRIM(STRING) - ! Removes trailing blank characters of a string. - ! Arguments: - ! STRING -Shall be a scalar of type CHARACTER. - ! Return value: - ! A scalar of type CHARACTER which length is that of STRING less the number of trailing blanks. - ! Standard: - ! Fortran 95 and later - character(len=*) :: TRIM, STRING -end function - -function UBOUND(ARRAY [, DIM [, KIND]]) - ! Returns the upper bounds of an array, or a single upper bound along the DIM dimension. - ! Arguments: - ! ARRAY -Shall be an array, of any type. - ! DIM -(Optional) Shall be a scalar INTEGER. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value is of - ! default integer kind. If DIM is absent, the result is an array of the upper bounds of ARRAY. - ! If DIM is present, the result is a scalar corresponding to the upper bound of the array along that - ! dimension. If ARRAY is an expression rather than a whole array or array structure component, or if - ! it has a zero extent along the relevant dimension, the upper bound is taken to be the number of - ! elements along the relevant dimension. - ! Standard: - ! Fortran 95 and later, with KIND argument Fortran 2003 and later - type(any_type) :: ARRAY(:[,...]) - integer, optional :: DIM, KIND - integer(KIND) :: UBOUND -end function - -function UNPACK(VECTOR, MASK, FIELD) - ! Store the elements of VECTOR in an array of higher rank. - ! Arguments: - ! VECTOR -Shall be an array of any type and rank one. It shall have at least as many - ! elements as MASK has TRUE values. - ! MASK -Shall be an array of type LOGICAL. - ! FIELD -Shall be of the same type as VECTOR and have the same shape as MASK. - ! Return value: - ! The resulting array corresponds to FIELD with TRUE elements of MASK replaced by values - ! from VECTOR in array element order. - ! Standard: - ! Fortran 95 and later - type(any_type) :: VECTOR(:) - logical :: MASK(:[,:,...]) - type(same_as_VECTOR) :: FIELD(:[,:,...]) - type(same_as_VECTOR) :: UNPACK(:[,:,...]) -end function - -function VERIFY(STRING, SET[, BACK [, KIND]]) - ! Verifies that all the characters in a SET are present in a STRING. - ! If BACK is either absent or equals FALSE, this function returns the position of the leftmost character - ! of STRING that is not in SET. If BACK equals TRUE, the rightmost position is returned. If all - ! characters of SET are found in STRING, the result is zero. - ! Arguments: - ! STRING -Shall be of type CHARACTER. - ! SET -Shall be of type CHARACTER. - ! BACK -(Optional) shall be of type LOGICAL. - ! KIND -(Optional) An INTEGER initialization expression indicating the kind parameter of the result. - ! Return value: - ! The return value is of type INTEGER and of kind KIND. If KIND is absent, the return value is of - ! default integer kind. - ! Standard: - ! Fortran 95 and later, with KIND argument Fortran 2003 and later - integer(KIND=KIND) :: VERIFY - character(len=*) :: STRING, SET - logical, optional :: BACK - integer, optional :: KIND -end function - -function EXTENDS_TYPE_OF (A, MOLD) - ! Inquires whether the dynamic type of A is an extension type of the dynamic type of MOLD. - ! If MOLD is unlimited polymorphic and is a disassociated pointer or unallocated allocatable, the result is true. - ! If A is unlimited polymorphic and is either a disassociated pointer or unallocated allocatable, the result is false. - ! If the dynamic type of A is an extension type of the dynamic type of MOLD, the result is true. - ! In other cases, the result is false. - ! Arguments: - ! A -object of extensible type. If A is a pointer, A must not have an undefined association status. - ! MOLD -object of extensible type. If MOLD is a pointer, MOLD must not have an undefined association status. - ! Return value: - ! The return value is default logical - ! Standard: - ! Fortran 2003 and later - logical :: EXTENDS_TYPE_OF - type(any_extensible_type) :: A, MOLD -end function - -function BGE (I, J) - ! Determines whether an integral is a bitwise greater than or equal to another. - ! Arguments: - ! I Shall be of INTEGER type. - ! J Shall be of INTEGER type, and of the same kind as I. - ! Return value: - ! The return value is default logical - ! Standard: - ! Fortran 2008 and later - integer :: I, J -end function - -function BGT (I, J) - ! Determines whether an integral is a bitwise greater than another. - ! Arguments: - ! I Shall be of INTEGER type. - ! J Shall be of INTEGER type, and of the same kind as I. - ! Return value: - ! The return value is default logical - ! Standard: - ! Fortran 2008 and later - integer :: I, J -end function - -function BLE (I, J) - ! Determines whether an integral is a bitwise less than or equal to another. - ! Arguments: - ! I Shall be of INTEGER type. - ! J Shall be of INTEGER type, and of the same kind as I. - ! Return value: - ! The return value is default logical - ! Standard: - ! Fortran 2008 and later - integer :: I, J -end function - -function BLT (I, J) - ! Determines whether an integral is a bitwise less than another. - ! Arguments: - ! I Shall be of INTEGER type. - ! J Shall be of INTEGER type, and of the same kind as I. - ! Return value: - ! The return value is default logical - ! Standard: - ! Fortran 2008 and later - integer :: I, J -end function - -function DSHIFTL (I, J, SHIFT) - ! Combines bits of I and J. The rightmost SHIFT bits of the result are the leftmost SHIFT bits of J, - ! and the remaining bits are the rightmost bits of I. - ! Arguments: - ! I Shall be of type INTEGER or a BOZ constant. - ! J Shall be of type INTEGER or a BOZ constant. If both I and J have integer type, - ! then they shall have the same kind type parameter. I and J shall not both be BOZ constants. - ! SHIFT Shall be of type INTEGER. It shall be nonnegative. If I is not a BOZ constant, - ! then SHIFT shall be less than or equal to BIT_SIZE(I); otherwise, SHIFT shall be less than or equal to BIT_SIZE(J). - ! Return value: - ! If either I or J is a BOZ constant, it is first converted as if by the intrinsic function INT - ! to an integer type with the kind type parameter of the other. - ! Standard: - ! Fortran 2008 and later - integer :: I, J, SHIFT -end function - -function DSHIFTR (I, J, SHIFT) - ! Combines bits of I and J. The leftmost SHIFT bits of the result are the rightmost SHIFT bits of I, - ! and the remaining bits are the leftmost bits of J. - ! Arguments: - ! I Shall be of type INTEGER or a BOZ constant. - ! J Shall be of type INTEGER or a BOZ constant. If both I and J have integer type, then they shall - ! have the same kind type parameter. I and J shall not both be BOZ constants. - ! SHIFT Shall be of type INTEGER. It shall be nonnegative. If I is not a BOZ constant, - ! then SHIFT shall be less than or equal to BIT_SIZE(I); otherwise, SHIFT shall be less than or equal to BIT_SIZE(J). - ! Return value: - ! If either I or J is a BOZ constant, it is first converted as if by the intrinsic function INT - ! to an integer type with the kind type parameter of the other. - ! Standard: - ! Fortran 2008 and later - integer :: I, J, SHIFT -end function - -function POPCNT (I) - ! Returns the number of bits set ('1' bits) in the binary representation of I. - ! Arguments: - ! I Shall be of type INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 2008 and later - integer :: I -end function - -function POPPAR (I) - ! Returns parity of the integer I, i.e. the parity of the number of bits set ('1' bits) in the binary - ! representation of I. It is equal to 0 if I has an even number of bits set, and 1 for an odd number - ! of '1' bits. - ! Arguments: - ! I Shall be of type INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the default integer kind. - ! Standard: - ! Fortran 2008 and later - integer :: I -end function - -function MASKL(I[, KIND]) - ! Sets its leftmost I bits to 1, and the remaining bits sets to 0. - ! Arguments: - ! I Shall be of type INTEGER. - ! KIND Shall be a scalar constant expression of type INTEGER. - ! Return value: - ! The return value is of type INTEGER. If KIND is present, it specifies the kind value - ! of the return type; otherwise, it is of the default integer kind. - ! Standard: - ! Fortran 2008 and later - integer :: I - integer, optional :: KIND -end function - -function MASKR(I[, KIND]) - ! Sets its rightmost I bits to 1, and the remaining bits sets to 0. - ! Arguments: - ! I Shall be of type INTEGER. - ! KIND Shall be a scalar constant expression of type INTEGER. - ! Return value: - ! The return value is of type INTEGER. If KIND is present, it specifies the kind value - ! of the return type; otherwise, it is of the default integer kind. - ! Standard: - ! Fortran 2008 and later - integer :: I - integer, optional :: KIND -end function - -function SHIFTA(I, SHIFT) - ! Returns a value corresponding to I with all of the bits shifted right by SHIFT places. - ! If the absolute value of SHIFT is greater than BIT_SIZE(I), the value is undefined. - ! Bits shifted out from the right end are lost. The fill is arithmetic: - ! the bits shifted in from the left end are equal to the leftmost bit, which in two's - ! complement representation is the sign bit. - ! Arguments: - ! I The type shall be INTEGER. - ! SHIFT The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: - ! Fortran 2008 and later - integer :: I, SHIFT -end function - -function SHIFTL(I, SHIFT) - ! Returns a value corresponding to I with all of the bits shifted left by SHIFT places. - ! If the absolute value of SHIFT is greater than BIT_SIZE(I), the value is undefined. - ! Bits shifted out from the left end are lost, and bits shifted in from the right end are set to 0. - ! Arguments: - ! I The type shall be INTEGER. - ! SHIFT The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: - ! Fortran 2008 and later - integer :: I, SHIFT -end function - -function SHIFTR(I, SHIFT) - ! Returns a value corresponding to I with all of the bits shifted right by SHIFT places. - ! If the absolute value of SHIFT is greater than BIT_SIZE(I), the value is undefined. - ! Bits shifted out from the right end are lost, and bits shifted in from the left end are set to 0. - ! Arguments: - ! I The type shall be INTEGER. - ! SHIFT The type shall be INTEGER. - ! Return value: - ! The return value is of type INTEGER and of the same kind as I. - ! Standard: - ! Fortran 2008 and later - integer :: I, SHIFT -end function - - -function MERGE_BITS(I, J, MASK) - ! Merges the bits of I and J as determined by the mask. The i-th bit of the result is equal to - ! the i-th bit of I if the i-th bit of MASK is 1; it is equal to the i-th bit of J otherwise. - ! Arguments: - ! I Shall be of type INTEGER. - ! J Shall be of type INTEGER and of the same kind as I. - ! MASK Shall be of type INTEGER and of the same kind as I. - ! Return value: - ! The result is of the same type and kind as I. - ! Standard: - ! Fortran 2008 and later - integer :: I, J, MASK -end function - -function IALL(ARRAY[, DIM] [, MASK]) - ! Reduces with bitwise AND the elements of ARRAY along dimension DIM if the corresponding element - ! in MASK is TRUE. - ! Arguments: - ! ARRAY Shall be an array of type INTEGER - ! DIM (Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, where n equals the rank of ARRAY. - ! MASK (Optional) shall be of type LOGICAL and either be a scalar or an array of the same shape as ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the bitwise ALL of all elements in ARRAY is returned. Otherwise, - ! an array of rank n-1, where n equals the rank of ARRAY, and a shape similar to that of ARRAY with - ! dimension DIM dropped is returned. - ! Standard: - ! Fortran 2008 and later - integer :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK([:...]) -end function - -function IANY(ARRAY[, DIM] [, MASK]) - ! Reduces with bitwise OR (inclusive or) the elements of ARRAY along dimension DIM if the corresponding - ! element in MASK is TRUE. - ! Arguments: - ! ARRAY Shall be an array of type INTEGER - ! DIM (Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, where n equals the rank of ARRAY. - ! MASK (Optional) shall be of type LOGICAL and either be a scalar or an array of the same shape as ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the bitwise OR of all elements in ARRAY is returned. - ! Otherwise, an array of rank n-1, where n equals the rank of ARRAY, and a shape similar to that - ! of ARRAY with dimension DIM dropped is returned. - ! Standard: - ! Fortran 2008 and later - integer :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK([:...]) -end function - -function IPARITY(ARRAY[, DIM] [, MASK]) - ! Reduces with bitwise XOR (exclusive or) the elements of ARRAY along dimension DIM if the corresponding - ! element in MASK is TRUE. - ! Arguments: - ! ARRAY Shall be an array of type INTEGER - ! DIM (Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, where n equals the rank of ARRAY. - ! MASK (Optional) shall be of type LOGICAL and either be a scalar or an array of the same shape as ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the bitwise XOR of all elements in ARRAY is returned. - ! Otherwise, an array of rank n-1, where n equals the rank of ARRAY, and a shape similar - ! to that of ARRAY with dimension DIM dropped is returned. - ! Standard: - ! Fortran 2008 and later - integer :: ARRAY(:[,:,...]) - integer, optional :: DIM - logical, optional :: MASK([:...]) -end function - -function STORAGE_SIZE(A [, KIND]) - ! Returns the storage size of argument A in bits. - ! Arguments: - ! A Shall be a scalar or array of any type. - ! KIND (Optional) shall be a scalar integer constant expression. - ! Return value: - ! The result is a scalar integer with the kind type parameter specified by KIND (or default integer type - ! if KIND is missing). The result value is the size expressed in bits for an element of an array that - ! has the dynamic type and type parameters of A. - ! Standard: - ! Fortran 2008 and later - type(any_type) :: ARRAY(:[,:,...]) - integer, optional :: KIND -end function - -function PARITY(MASK[, DIM]) - ! Calculates the parity, i.e. the reduction using .XOR., of MASK along dimension DIM. - ! Arguments: - ! MASK Shall be an array of type LOGICAL - ! DIM (Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, where n equals the rank of MASK. - ! Return value: - ! The result is of the same type as MASK. - ! If DIM is absent, a scalar with the parity of all elements in MASK is returned, i.e. true if - ! an odd number of elements is .true. and false otherwise. If DIM is present, an array of rank n-1, - ! where n equals the rank of ARRAY, and a shape similar to that of MASK with dimension DIM dropped is returned. - ! Standard: - ! Fortran 2008 and later - logical :: MASK(:[,:,...]) - integer :: DIM -end function - -function NORM2(ARRAY[, DIM]) - ! Calculates the Euclidean vector norm (L_2 norm) of of ARRAY along dimension DIM. - ! Arguments: - ! ARRAY Shall be an array of type REAL. - ! DIM (Optional) shall be a scalar of type INTEGER with a value in the range from 1 to n, - ! where n equals the rank of ARRAY. - ! Return value: - ! The result is of the same type as ARRAY. - ! If DIM is absent, a scalar with the square root of the sum of all elements in ARRAY squared is - ! returned. Otherwise, an array of rank n-1, where n equals the rank of ARRAY, and a shape similar - ! to that of ARRAY with dimension DIM dropped is returned. - ! Standard: - ! Fortran 2008 and later - real :: ARRAY(:[,:,...]) - integer, optional :: DIM -end function - -subroutine EXECUTE_COMMAND_LINE(COMMAND [, WAIT, EXITSTAT, CMDSTAT, CMDMSG ]) - ! Runs a shell command, synchronously or asynchronously. - ! If WAIT is present and has the value false, the execution of the command is asynchronous - ! if the system supports it; otherwise, the command is executed synchronously. - ! The three last arguments allow the user to get status information. - ! After synchronous execution, EXITSTAT contains the integer exit code of the command, as returned by system. - ! CMDSTAT is set to zero if the command line was executed (whatever its exit status was). - ! CMDMSG is assigned an error message if an error has occurred. - ! Standard: - ! Fortran 2008 and later - character(len=*), intent(in) :: COMMAND ! command line to be executed. - logical, intent(in), optional :: WAIT ! Do perform execution synchronously? - integer, intent(inout), optional :: EXITSTAT ! Exit status if synchronous execution is performed. - integer, intent(out), optional :: CMDSTAT - character(len=*), intent(inout), optional :: CMDMSG -end subroutine - -function FINDLOC (ARRAY, VALUE [, DIM, MASK, KIND, BACK]) - ! Returns location(s) of a specified value. - ! Standard: - ! Fortran 2008 and later - type(intrinsic-type) :: ARRAY(..) ! Shall be an array of intrinsic type. - type(same-as-array) :: VALUE ! Shall be scalar in type conformance with ARRAY. - integer, optional :: DIM ! Shall be an integer scalar with a value in the range 1<=DIM<=n. - logical, optional :: MASK ! (Optional) shall be of type logical and shall be conformance with ARRAY. - integer, optional :: KIND ! (Optional) shall be a scalar integer constant. - logical, optional :: BACK ! (Optional) shall be a logical scalar. -end function - -function NUM_IMAGES () - ! Retuns the number of images. - ! Return value: - ! Scalar default-kind integer. - ! Standard: - ! Fortran 2008 and later -end function - -function THIS_IMAGE ([COARRAY [, DIM]]) - ! Returns the cosubscript for this image. - ! Standard: - ! Fortan 2008 and later. - type(*), optional :: COARRAY - integer, optional :: DIM ! Shall be an integer scalar with a value in the range 1<=DIM<=n. -end function - -function UCOBOUND (COARRAY [, DIM, KIND]) - ! Returns the upper cobounds of a coarray, or a single upper cobound along the DIM codimension. - ! Standard: - ! Fortan 2008 and later. - type(*), optional :: COARRAY - integer, optional :: DIM - integer, optional :: KIND -end function - -function LCOBOUND (COARRAY [, DIM, KIND]) - ! Returns the lower bounds of a coarray, or a single lower cobound along the DIM codimension. - ! Standard: - ! Fortan 2008 and later. - type(*), optional :: COARRAY - integer, optional :: DIM - integer, optional :: KIND -end function - -function IMAGE_INDEX (COARRAY, SUB) - ! Returns the image index belonging to a cosubscript. - ! Standard: - ! Fortan 2008 and later. - type(*), optional :: COARRAY - integer, optional :: SUB -end function - -subroutine ATOMIC_DEFINE (ATOM, VALUE) - ! Defines the variable ATOM with the value VALUE atomically. - ! Standard: - ! Fortan 2008 and later. - ! Arguments: - ! ATOM Scalar coarray or coindexed variable of either integer type with ATOMIC_INT_KIND kind or logical type with ATOMIC_LOGICAL_KIND kind. - ! VALUE Scalar and of the same type as ATOM. If the kind is different, the value is converted to the kind of ATOM. -end subroutine - -subroutine ATOMIC_REF (ATOM, VALUE) - ! Atomically assigns the value of the variable ATOM to VALUE. - ! Standard: - ! Fortan 2008 and later. - ! Arguments: - ! ATOM Scalar coarray or coindexed variable of either integer type with ATOMIC_INT_KIND kind or logical type with ATOMIC_LOGICAL_KIND kind. - ! VALUE Scalar and of the same type as ATOM. If the kind is different, the value is converted to the kind of ATOM. -end subroutine - -function RANK(A) - ! Determine the rank of a data object. - integer :: RANK - type(any_type) :: A ! data object -end function - -module OpenMP - type(keywords) :: atomic, auto, barrier, capture, collapse, copyin, copyprivate, default, end, & - firstprivate, lastprivate, private, reduction, schedule, shared, critical, & - do, flush, master, ordered, parallel, sections, workshare, copyin, copyprivate, & - threadprivate, dynamic, guided, read, runtime, single, update, write, & - static, task, if, final, untied, none, mergeable, taskwait, taskyield, & - num_threads, section, nowait, & - endatomic, endcritical, enddo, endmaster, endordered, endparallel, endsections, & - endsingle, endtask, endworkshare, paralleldo, parallelsections, parallelworkshare, & - - proc_bind, close, spread, simd, safelen, linear, aligned, declare, simdlen, lenear, & - uniform, inbranch, notingranch, target, device, map, to, from, teams, num_teams, & - thread_limit, distribute, dist_schedule, depend, in, out, inout, taskgroup, & - seq_cst, max, min, iand, ior, ieor, cancel, cancellation, point, omp_priv, & - - monotonic, nonmonotonic, priority, taskloop, enter, data, exit, map, use_device_ptr, threads, source, sink - -end module - -module OpenACC - type(keywords) :: parallel, end, if, async, num_gangs, num_workers, vector_length, reduction, & - copy, copyin, copyout, create, present, present_or_copy, present_or_copyin, & - present_or_copyout, present_or_create, deviceptr, private, firstprivate, & - kernels, data, host_data, use_device, & - loop, collapse, gang, worker, vector, seq, independent, cache, & - declare, device_resident, update, host, device, wait - -end module - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/FortranProject/.svn/wc.db and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/FortranProject/.svn/wc.db differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/bindings.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/bindings.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/bindings.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/bindings.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8560 $ * $Id: bindings.cpp 8560 2012-11-14 22:13:44Z killerbot $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/bindings.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/bindings.cpp $ */ #include "bindings.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/configuration.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/configuration.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/configuration.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/configuration.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10665 $ * $Id: configuration.cpp 10665 2016-01-17 13:58:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/configuration.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/configuration.cpp $ */ //(*InternalHeaders(Configuration) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/defaults.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/defaults.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/defaults.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/defaults.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10990 $ * $Id: defaults.cpp 10990 2017-02-06 19:11:54Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/defaults.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/defaults.cpp $ */ #include "bindings.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/execution.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/execution.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/execution.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/execution.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10286 $ * $Id: execution.cpp 10286 2015-05-15 10:58:20Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/execution.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/execution.cpp $ */ //(*InternalHeaders(Execution) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/fileanalysis.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/fileanalysis.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/fileanalysis.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/fileanalysis.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8705 $ * $Id: fileanalysis.cpp 8705 2012-12-23 20:42:29Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/fileanalysis.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/fileanalysis.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/headerfixup.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/headerfixup.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/headerfixup.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/headerfixup.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10034 $ * $Id: headerfixup.cpp 10034 2014-11-16 14:42:45Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/headerfixup.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/headerfixup.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/helper.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/helper.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/helper.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/helper.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8690 $ * $Id: helper.cpp 8690 2012-12-18 21:27:22Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/helper.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/helper.cpp $ */ #include "helper.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/Makefile.in codeblocks-17.12/src/plugins/contrib/headerfixup/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,838 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/headerfixup +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libheaderfixup_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libheaderfixup_la_OBJECTS = bindings.lo configuration.lo \ + defaults.lo execution.lo fileanalysis.lo headerfixup.lo \ + helper.lo protocol.lo +libheaderfixup_la_OBJECTS = $(am_libheaderfixup_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libheaderfixup_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libheaderfixup_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libheaderfixup_la_SOURCES) +DIST_SOURCES = $(libheaderfixup_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libheaderfixup.la +libheaderfixup_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libheaderfixup_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libheaderfixup_la_SOURCES = bindings.cpp \ + configuration.cpp \ + defaults.cpp \ + execution.cpp \ + fileanalysis.cpp \ + headerfixup.cpp \ + helper.cpp \ + protocol.cpp + +noinst_HEADERS = bindings.h \ + configuration.h \ + execution.h \ + fileanalysis.h \ + headerfixup.h \ + helper.h \ + protocol.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + wxsmith/configuration.wxs \ + wxsmith/execution.wxs \ + wxsmith/protocol.wxs \ + todo.txt \ + manifest.xml + +pkgdata_DATA = headerfixup.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/headerfixup/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/headerfixup/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libheaderfixup.la: $(libheaderfixup_la_OBJECTS) $(libheaderfixup_la_DEPENDENCIES) $(EXTRA_libheaderfixup_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libheaderfixup_la_LINK) -rpath $(pluginlibdir) $(libheaderfixup_la_OBJECTS) $(libheaderfixup_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bindings.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuration.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaults.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execution.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileanalysis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headerfixup.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +headerfixup.zip: + PWD=`pwd` cd $(srcdir) && zip $(PWD)/headerfixup.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/protocol.cpp codeblocks-17.12/src/plugins/contrib/headerfixup/protocol.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/headerfixup/protocol.cpp 2017-11-26 01:48:31.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/headerfixup/protocol.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10286 $ * $Id: protocol.cpp 10286 2015-05-15 10:58:20Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/headerfixup/protocol.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/headerfixup/protocol.cpp $ */ #include "protocol.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/bzip2/Makefile.in codeblocks-17.12/src/plugins/contrib/help_plugin/bzip2/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/bzip2/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/bzip2/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,724 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/help_plugin/bzip2 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libbzip2_la_LIBADD = +am_libbzip2_la_OBJECTS = blocksort.lo bzlib.lo compress.lo crctable.lo \ + decompress.lo huffman.lo randtable.lo +libbzip2_la_OBJECTS = $(am_libbzip2_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libbzip2_la_SOURCES) +DIST_SOURCES = $(libbzip2_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CFLAGS = -Wall -g +noinst_LTLIBRARIES = libbzip2.la +libbzip2_la_SOURCES = blocksort.c \ + bzlib.c \ + compress.c \ + crctable.c \ + decompress.c \ + huffman.c \ + randtable.c + +noinst_HEADERS = bzlib.h \ + bzlib_private.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/bzip2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/bzip2/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libbzip2.la: $(libbzip2_la_OBJECTS) $(libbzip2_la_DEPENDENCIES) $(EXTRA_libbzip2_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libbzip2_la_OBJECTS) $(libbzip2_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blocksort.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bzlib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crctable.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decompress.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huffman.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randtable.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/help_common.cpp codeblocks-17.12/src/plugins/contrib/help_plugin/help_common.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/help_common.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/help_common.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7746 $ * $Id: help_common.cpp 7746 2012-01-31 12:09:18Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/help_plugin/help_common.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/help_plugin/help_common.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp codeblocks-17.12/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10665 $ * $Id: HelpConfigDialog.cpp 10665 2016-01-17 13:58:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/help_plugin/HelpConfigDialog.cpp $ */ #include "HelpConfigDialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/help_plugin.cpp codeblocks-17.12/src/plugins/contrib/help_plugin/help_plugin.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/help_plugin.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/help_plugin.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10771 $ * $Id: help_plugin.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/help_plugin/help_plugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/help_plugin/help_plugin.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/Makefile.in codeblocks-17.12/src/plugins/contrib/help_plugin/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,960 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@HAVE_BZIP2_FALSE@am__append_1 = bzip2 +@HAVE_ZLIB_FALSE@am__append_2 = zlib +@HAVE_BZIP2_FALSE@am__append_3 = bzip2/libbzip2.la +@HAVE_BZIP2_FALSE@am__append_4 = -I$(srcdir)/bzip2 +@HAVE_BZIP2_TRUE@am__append_5 = -lbz2 +@HAVE_ZLIB_FALSE@am__append_6 = zlib/libz.la +@HAVE_ZLIB_FALSE@am__append_7 = -I$(srcdir)/zlib +@HAVE_ZLIB_TRUE@am__append_8 = -lz +subdir = src/plugins/contrib/help_plugin +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libhelp_plugin_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) $(am__append_3) \ + $(am__DEPENDENCIES_1) $(am__append_6) $(am__DEPENDENCIES_1) +am_libhelp_plugin_la_OBJECTS = help_common.lo HelpConfigDialog.lo \ + help_plugin.lo man2html.lo MANFrame.lo +libhelp_plugin_la_OBJECTS = $(am_libhelp_plugin_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libhelp_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libhelp_plugin_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libhelp_plugin_la_SOURCES) +DIST_SOURCES = $(libhelp_plugin_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +DIST_SUBDIRS = bzip2 zlib +SUBDIRS = $(am__append_1) $(am__append_2) +AM_CPPFLAGS = $(WX_CXXFLAGS) $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/include/scripting/sqplus $(am__append_4) \ + $(am__append_7) +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libhelp_plugin.la +libhelp_plugin_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libhelp_plugin_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) \ + $(CB_SQUIRREL_LIBS) $(am__append_3) $(am__append_5) \ + $(am__append_6) $(am__append_8) +libhelp_plugin_la_SOURCES = help_common.cpp \ + HelpConfigDialog.cpp \ + help_plugin.cpp \ + man2html.cpp \ + MANFrame.cpp + +noinst_HEADERS = help_common.h \ + HelpConfigDialog.h \ + help_plugin.h \ + man2html.h \ + defs.h \ + MANFrame.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + help_plugin.xrc \ + zoomin.png \ + zoomout.png \ + manifest.xml \ + Readme.txt + +pkgdata_DATA = help_plugin.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libhelp_plugin.la: $(libhelp_plugin_la_OBJECTS) $(libhelp_plugin_la_DEPENDENCIES) $(EXTRA_libhelp_plugin_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libhelp_plugin_la_LINK) -rpath $(pluginlibdir) $(libhelp_plugin_la_OBJECTS) $(libhelp_plugin_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HelpConfigDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MANFrame.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_common.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man2html.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +help_plugin.zip: manifest.xml help_plugin.xrc + PWD=`pwd` cd $(srcdir) && zip $(PWD)/help_plugin.zip manifest.xml *.xrc *.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/man2html.cpp codeblocks-17.12/src/plugins/contrib/help_plugin/man2html.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/man2html.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/man2html.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8190 $ * $Id: man2html.cpp 8190 2012-08-05 09:40:35Z killerbot $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/help_plugin/man2html.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/help_plugin/man2html.cpp $ */ /* diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/MANFrame.cpp codeblocks-17.12/src/plugins/contrib/help_plugin/MANFrame.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/MANFrame.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/MANFrame.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10848 $ * $Id: MANFrame.cpp 10848 2016-05-05 14:29:22Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/help_plugin/MANFrame.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/help_plugin/MANFrame.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/zlib/Makefile.in codeblocks-17.12/src/plugins/contrib/help_plugin/zlib/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/help_plugin/zlib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/help_plugin/zlib/Makefile.in 2017-12-28 11:01:58.000000000 +0000 @@ -0,0 +1,750 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/help_plugin/zlib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) ChangeLog README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libz_la_LIBADD = +am_libz_la_OBJECTS = adler32.lo compress.lo crc32.lo deflate.lo \ + gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo \ + inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo +libz_la_OBJECTS = $(am_libz_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libz_la_SOURCES) +DIST_SOURCES = $(libz_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CFLAGS = -Wall -g +noinst_LTLIBRARIES = libz.la +libz_la_SOURCES = adler32.c \ + compress.c \ + crc32.c \ + deflate.c \ + gzclose.c \ + gzlib.c \ + gzread.c \ + gzwrite.c \ + infback.c \ + inffast.c \ + inflate.c \ + inftrees.c \ + trees.c \ + uncompr.c \ + zutil.c + +noinst_HEADERS = crc32.h \ + deflate.h \ + gzguts.h \ + inffast.h \ + inffixed.h \ + inflate.h \ + inftrees.h \ + trees.h \ + zconf.h \ + zlib.h \ + zutil.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/zlib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/help_plugin/zlib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libz.la: $(libz_la_OBJECTS) $(libz_la_DEPENDENCIES) $(EXTRA_libz_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(libz_la_OBJECTS) $(libz_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzclose.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzlib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzwrite.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infback.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inffast.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inftrees.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uncompr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zutil.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/CharacterView.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/CharacterView.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/CharacterView.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/CharacterView.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8208 $ * $Id: CharacterView.cpp 8208 2012-08-07 22:08:06Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/CharacterView.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/CharacterView.cpp $ */ #include "CharacterView.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/CharacterView.h codeblocks-17.12/src/plugins/contrib/HexEditor/CharacterView.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/CharacterView.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/CharacterView.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: CharacterView.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/CharacterView.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/CharacterView.h $ */ #ifndef CHARACTERVIEW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/DigitView.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/DigitView.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/DigitView.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/DigitView.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8565 $ * $Id: DigitView.cpp 8565 2012-11-14 22:49:50Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/DigitView.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/DigitView.cpp $ */ #include "DigitView.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/DigitView.h codeblocks-17.12/src/plugins/contrib/HexEditor/DigitView.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/DigitView.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/DigitView.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: DigitView.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/DigitView.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/DigitView.h $ */ #ifndef DIGITVIEW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionExecutor.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionExecutor.cpp $ */ #include "ExpressionExecutor.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionExecutor.h codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionExecutor.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionExecutor.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionExecutor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionExecutor.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionExecutor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionExecutor.h $ */ #ifndef EXPRESSIONEXECUTOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionParser.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionParser.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionParser.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionParser.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8565 $ * $Id: ExpressionParser.cpp 8565 2012-11-14 22:49:50Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionParser.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionParser.cpp $ */ #include "ExpressionParser.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionParser.h codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionParser.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionParser.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionParser.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionParser.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionParser.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionParser.h $ */ #ifndef EXPRESSIONPARSER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8566 $ * $Id: ExpressionPreprocessed.cpp 8566 2012-11-14 23:39:16Z thomasdenk $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionPreprocessed.cpp $ */ #include "ExpressionPreprocessed.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionPreprocessed.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionPreprocessed.h $ */ #ifndef EXPRESSIONPREPROCESSED_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionTestCases.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionTestCases.cpp $ */ #include "ExpressionTestCases.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTestCases.h codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTestCases.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTestCases.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTestCases.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionTestCases.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionTestCases.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionTestCases.h $ */ #ifndef EXPRESSIONTESTCASES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTester.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTester.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTester.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTester.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10288 $ * $Id: ExpressionTester.cpp 10288 2015-05-15 10:58:29Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionTester.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionTester.cpp $ */ #include "ExpressionTester.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTester.h codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTester.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/ExpressionTester.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/ExpressionTester.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: ExpressionTester.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/ExpressionTester.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/ExpressionTester.h $ */ #ifndef EXPRESSIONTESTER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBase.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBase.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBase.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBase.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: FileContentBase.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentBase.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentBase.cpp $ */ #include "FileContentBase.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBase.h codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBase.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBase.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBase.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: FileContentBase.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentBase.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentBase.h $ */ #ifndef FILECONTENTBASE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBuffered.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBuffered.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBuffered.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBuffered.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8565 $ * $Id: FileContentBuffered.cpp 8565 2012-11-14 22:49:50Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentBuffered.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentBuffered.cpp $ */ #include "FileContentBuffered.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBuffered.h codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBuffered.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentBuffered.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentBuffered.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: FileContentBuffered.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentBuffered.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentBuffered.h $ */ #ifndef FILECONTENTBUFFERED_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentDisk.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentDisk.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentDisk.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentDisk.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10851 $ * $Id: FileContentDisk.cpp 10851 2016-05-12 00:11:55Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentDisk.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentDisk.cpp $ */ #include "FileContentDisk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentDisk.h codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentDisk.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/FileContentDisk.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/FileContentDisk.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: FileContentDisk.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/FileContentDisk.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/FileContentDisk.h $ */ #ifndef FILECONTENTDISK_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: HexEditLineBuffer.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditLineBuffer.cpp $ */ #include "HexEditLineBuffer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditLineBuffer.h codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditLineBuffer.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditLineBuffer.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditLineBuffer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: HexEditLineBuffer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditLineBuffer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditLineBuffer.h $ */ #ifndef HEXEDITLINEBUFFER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditor.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditor.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditor.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: HexEditor.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditor.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditor.h codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditor.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: HexEditor.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditor.h $ */ #ifndef HEXEDITOR_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditPanel.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditPanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditPanel.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditPanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11221 $ * $Id: HexEditPanel.cpp 11221 2017-10-31 07:56:15Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditPanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditPanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditPanel.h codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditPanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditPanel.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditPanel.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11221 $ * $Id: HexEditPanel.h 11221 2017-10-31 07:56:15Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditPanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditPanel.h $ */ #ifndef HEXEDITPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditViewBase.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditViewBase.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditViewBase.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditViewBase.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: HexEditViewBase.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditViewBase.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditViewBase.cpp $ */ #include "HexEditViewBase.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditViewBase.h codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditViewBase.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/HexEditViewBase.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/HexEditViewBase.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: HexEditViewBase.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/HexEditViewBase.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/HexEditViewBase.h $ */ #ifndef HEXEDITVIEWBASE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/Makefile.in codeblocks-17.12/src/plugins/contrib/HexEditor/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,876 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/HexEditor +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libHexEditor_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libHexEditor_la_OBJECTS = CharacterView.lo DigitView.lo \ + ExpressionExecutor.lo ExpressionParser.lo \ + ExpressionPreprocessed.lo ExpressionTestCases.lo \ + ExpressionTester.lo FileContentBase.lo FileContentBuffered.lo \ + FileContentDisk.lo HexEditLineBuffer.lo HexEditor.lo \ + HexEditPanel.lo HexEditViewBase.lo SearchDialog.lo \ + SelectStoredExpressionDlg.lo TestCasesDlg.lo +libHexEditor_la_OBJECTS = $(am_libHexEditor_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libHexEditor_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libHexEditor_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libHexEditor_la_SOURCES) +DIST_SOURCES = $(libHexEditor_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libHexEditor.la +libHexEditor_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libHexEditor_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libHexEditor_la_SOURCES = \ + CharacterView.cpp \ + DigitView.cpp \ + ExpressionExecutor.cpp \ + ExpressionParser.cpp \ + ExpressionPreprocessed.cpp \ + ExpressionTestCases.cpp \ + ExpressionTester.cpp \ + FileContentBase.cpp \ + FileContentBuffered.cpp \ + FileContentDisk.cpp \ + HexEditLineBuffer.cpp \ + HexEditor.cpp \ + HexEditPanel.cpp \ + HexEditViewBase.cpp \ + SearchDialog.cpp \ + SelectStoredExpressionDlg.cpp \ + TestCasesDlg.cpp + +noinst_HEADERS = \ + CharacterView.h \ + DigitView.h \ + ExpressionExecutor.h \ + ExpressionParser.h \ + ExpressionPreprocessed.h \ + ExpressionTestCases.h \ + ExpressionTester.h \ + FileContentBase.h \ + FileContentBuffered.h \ + FileContentDisk.h \ + HexEditLineBuffer.h \ + HexEditor.h \ + HexEditPanel.h \ + HexEditViewBase.h \ + SearchDialog.h \ + SelectStoredExpressionDlg.h \ + TestCasesBase.h \ + TestCasesDlg.h \ + TestCasesHelper.h + +EXTRA_DIST = \ + wxsmith/HexEditPanel.wxs \ + wxsmith/ExpressionTester.wxs \ + wxsmith/SearchDialog.wxs \ + wxsmith/SelectStoredExpressionDlg.wxs \ + wxsmith/TestCasesDlg.wxs \ + $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = HexEditor.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/HexEditor/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/HexEditor/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libHexEditor.la: $(libHexEditor_la_OBJECTS) $(libHexEditor_la_DEPENDENCIES) $(EXTRA_libHexEditor_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libHexEditor_la_LINK) -rpath $(pluginlibdir) $(libHexEditor_la_OBJECTS) $(libHexEditor_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CharacterView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DigitView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionExecutor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionParser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionPreprocessed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionTestCases.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExpressionTester.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentBuffered.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContentDisk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditLineBuffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditViewBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HexEditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SearchDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SelectStoredExpressionDlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TestCasesDlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +HexEditor.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/HexEditor.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SearchDialog.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/SearchDialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SearchDialog.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/SearchDialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10975 $ * $Id: SearchDialog.cpp 10975 2017-01-21 10:41:50Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/SearchDialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/SearchDialog.cpp $ */ #include "SearchDialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SearchDialog.h codeblocks-17.12/src/plugins/contrib/HexEditor/SearchDialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SearchDialog.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/SearchDialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10288 $ * $Id: SearchDialog.h 10288 2015-05-15 10:58:29Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/SearchDialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/SearchDialog.h $ */ #ifndef SEARCHDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10665 $ * $Id: SelectStoredExpressionDlg.cpp 10665 2016-01-17 13:58:48Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.cpp $ */ #include "SelectStoredExpressionDlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h codeblocks-17.12/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10288 $ * $Id: SelectStoredExpressionDlg.h 10288 2015-05-15 10:58:29Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/SelectStoredExpressionDlg.h $ */ #ifndef SELECTSTOREDEXPRESSIONDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesBase.h codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesBase.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesBase.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesBase.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7443 $ * $Id: TestCasesBase.h 7443 2011-09-01 16:29:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/TestCasesBase.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/TestCasesBase.h $ */ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesDlg.cpp codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesDlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesDlg.cpp 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesDlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10288 $ * $Id: TestCasesDlg.cpp 10288 2015-05-15 10:58:29Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/TestCasesDlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/TestCasesDlg.cpp $ */ #include "TestCasesDlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesDlg.h codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesDlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesDlg.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesDlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10288 $ * $Id: TestCasesDlg.h 10288 2015-05-15 10:58:29Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/TestCasesDlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/TestCasesDlg.h $ */ #ifndef TESTCASESDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesHelper.h codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesHelper.h --- codeblocks-16.01svn11246/src/plugins/contrib/HexEditor/TestCasesHelper.h 2017-11-26 01:48:20.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/HexEditor/TestCasesHelper.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8350 $ * $Id: TestCasesHelper.h 8350 2012-09-04 08:05:13Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/HexEditor/TestCasesHelper.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/HexEditor/TestCasesHelper.h $ */ #ifndef TESTCASESHELPER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -6,7 +6,7 @@ * * $Revision: 8710 $ * $Id: IncrementalSearchConfDlg.cpp 8710 2012-12-24 23:19:43Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h 2017-10-31 23:32:40.000000000 +0000 @@ -6,7 +6,7 @@ * * $Revision: 7443 $ * $Id: IncrementalSearchConfDlg.h 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/IncrementalSearch/IncrementalSearchConfDlg.h $ */ #ifndef INCREMENTALSEARCHCONFDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -6,7 +6,7 @@ * * $Revision: 11104 $ * $Id: IncrementalSearch.cpp 11104 2017-07-01 21:19:40Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/IncrementalSearch/IncrementalSearch.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h 2017-10-31 23:32:40.000000000 +0000 @@ -6,7 +6,7 @@ * * $Revision: 8710 $ * $Id: IncrementalSearch.h 8710 2012-12-24 23:19:43Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/IncrementalSearch/IncrementalSearch.h $ */ #ifndef INCREMENTAL_SEARCH_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/Makefile.in codeblocks-17.12/src/plugins/contrib/IncrementalSearch/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,851 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/IncrementalSearch +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(dist_confimages_DATA) \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libIncrementalSearch_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libIncrementalSearch_la_OBJECTS = IncrementalSearch.lo \ + IncrementalSearchConfDlg.lo +libIncrementalSearch_la_OBJECTS = \ + $(am_libIncrementalSearch_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libIncrementalSearch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libIncrementalSearch_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libIncrementalSearch_la_SOURCES) +DIST_SOURCES = $(libIncrementalSearch_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(dist_confimages_DATA) $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libIncrementalSearch.la +libIncrementalSearch_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libIncrementalSearch_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libIncrementalSearch_la_SOURCES = IncrementalSearch.cpp \ + IncrementalSearchConfDlg.cpp + +noinst_HEADERS = IncrementalSearch.h \ + IncrementalSearchConfDlg.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + IncrementalSearchToolbar.xrc \ + IncrementalSearchConfDlg.xrc \ + manifest.xml \ + $(srcdir)/update* \ + $(srcdir)/images/*.png \ + $(srcdir)/images/16x16/*.png + +pkgdata_DATA = IncrementalSearch.zip +CLEANFILES = $(pkgdata_DATA) +confimagesdir = $(datadir)/@PACKAGE@/images/settings +dist_confimages_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/IncrementalSearch/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/IncrementalSearch/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libIncrementalSearch.la: $(libIncrementalSearch_la_OBJECTS) $(libIncrementalSearch_la_DEPENDENCIES) $(EXTRA_libIncrementalSearch_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libIncrementalSearch_la_LINK) -rpath $(pluginlibdir) $(libIncrementalSearch_la_OBJECTS) $(libIncrementalSearch_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IncrementalSearch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IncrementalSearchConfDlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_confimagesDATA: $(dist_confimages_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ + done + +uninstall-dist_confimagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_confimagesDATA install-pkgdataDATA \ + install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_confimagesDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgdataDATA \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-dist_confimagesDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +IncrementalSearch.zip: manifest.xml IncrementalSearchToolbar.xrc IncrementalSearchConfDlg.xrc + PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/IncrementalSearch.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/manifest.xml codeblocks-17.12/src/plugins/contrib/IncrementalSearch/manifest.xml --- codeblocks-16.01svn11246/src/plugins/contrib/IncrementalSearch/manifest.xml 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/IncrementalSearch/manifest.xml 2017-10-31 23:32:40.000000000 +0000 @@ -7,7 +7,7 @@ * * $Revision: 8708 $ * $Id: manifest.xml 8708 2012-12-24 15:52:51Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/IncrementalSearch/manifest.xml $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/IncrementalSearch/manifest.xml $ --> &2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/keybinder +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libkeybinder_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libkeybinder_la_OBJECTS = cbkeybinder.lo keybinder.lo menuutils.lo +libkeybinder_la_OBJECTS = $(am_libkeybinder_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libkeybinder_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libkeybinder_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libkeybinder_la_SOURCES) +DIST_SOURCES = $(libkeybinder_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libkeybinder.la +libkeybinder_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libkeybinder_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libkeybinder_la_SOURCES = cbkeybinder.cpp \ + keybinder.cpp \ + menuutils.cpp + +noinst_HEADERS = cbkeybinder.h \ + debugging.h \ + keybinder.h \ + menuutils.h + +EXTRA_DIST = $(srcdir)/*.cbp manifest.xml +pkgdata_DATA = keybinder.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/keybinder/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/keybinder/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libkeybinder.la: $(libkeybinder_la_OBJECTS) $(libkeybinder_la_DEPENDENCIES) $(EXTRA_libkeybinder_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libkeybinder_la_LINK) -rpath $(pluginlibdir) $(libkeybinder_la_OBJECTS) $(libkeybinder_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbkeybinder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keybinder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuutils.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +keybinder.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/keybinder.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/dirlistdlg.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/dirlistdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/dirlistdlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/dirlistdlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10290 $ * $Id: dirlistdlg.cpp 10290 2015-05-15 10:58:40Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/dirlistdlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/dirlistdlg.cpp $ */ #include "dirlistdlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/dirlistdlg.h codeblocks-17.12/src/plugins/contrib/lib_finder/dirlistdlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/dirlistdlg.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/dirlistdlg.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10290 $ * $Id: dirlistdlg.h 10290 2015-05-15 10:58:40Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/dirlistdlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/dirlistdlg.h $ */ #ifndef DIRLISTDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder/Makefile.in codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/lib_finder/lib_finder +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/lib_finder +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.xml +EXTRA_DIST = \ + readme.txt + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/lib_finder/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/lib_finder/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8208 $ * $Id: lib_finder.cpp 8208 2012-08-07 22:08:06Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/lib_finder.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/lib_finder.cpp $ */ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder.h codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/lib_finder.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/lib_finder.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10874 $ * $Id: lib_finder.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/lib_finder.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/lib_finder.h $ */ #ifndef LIB_AUTO_CONF_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionconfig.h codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionconfig.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionconfig.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionconfig.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: librarydetectionconfig.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/librarydetectionconfig.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/librarydetectionconfig.h $ */ #ifndef LIBRARYCONFIG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10874 $ * $Id: librarydetectionmanager.cpp 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/librarydetectionmanager.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionmanager.h codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionmanager.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/librarydetectionmanager.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/librarydetectionmanager.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: librarydetectionmanager.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/librarydetectionmanager.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/librarydetectionmanager.h $ */ #ifndef LIBRARYCONFIGMANAGER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libraryresult.h codeblocks-17.12/src/plugins/contrib/lib_finder/libraryresult.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libraryresult.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/libraryresult.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: libraryresult.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/libraryresult.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/libraryresult.h $ */ #ifndef LIBRARYRESULT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libselectdlg.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/libselectdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libselectdlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/libselectdlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10290 $ * $Id: libselectdlg.cpp 10290 2015-05-15 10:58:40Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/libselectdlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/libselectdlg.cpp $ */ #include "libselectdlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libselectdlg.h codeblocks-17.12/src/plugins/contrib/lib_finder/libselectdlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/libselectdlg.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/libselectdlg.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10290 $ * $Id: libselectdlg.h 10290 2015-05-15 10:58:40Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/libselectdlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/libselectdlg.h $ */ #ifndef LIBSELECTDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/Makefile.in codeblocks-17.12/src/plugins/contrib/lib_finder/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,998 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/lib_finder +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +liblib_finder_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_liblib_finder_la_OBJECTS = librariesdlg.lo dirlistdlg.lo \ + projectmissinglibs.lo headersdetectordlg.lo \ + webresourcesmanager.lo projectconfiguration.lo resultmap.lo \ + libraryresult.lo projectconfigurationpanel.lo \ + pkgconfigmanager.lo librarydetectionmanager.lo libselectdlg.lo \ + processingdlg.lo defsdownloaddlg.lo lib_finder.lo +liblib_finder_la_OBJECTS = $(am_liblib_finder_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +liblib_finder_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(liblib_finder_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(liblib_finder_la_SOURCES) +DIST_SOURCES = $(liblib_finder_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = lib_finder +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(srcdir)/../wxContribItems/wxFlatNotebook/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = liblib_finder.la +liblib_finder_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +liblib_finder_la_LIBADD = ../../../sdk/libcodeblocks.la \ + ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +liblib_finder_la_SOURCES = \ + librariesdlg.cpp \ + dirlistdlg.cpp \ + projectmissinglibs.cpp \ + headersdetectordlg.cpp \ + webresourcesmanager.cpp \ + projectconfiguration.cpp \ + resultmap.cpp \ + libraryresult.cpp \ + projectconfigurationpanel.cpp \ + pkgconfigmanager.cpp \ + librarydetectionmanager.cpp \ + libselectdlg.cpp \ + processingdlg.cpp \ + defsdownloaddlg.cpp \ + lib_finder.cpp + +noinst_HEADERS = \ + librariesdlg.h \ + projectconfiguration.h \ + dirlistdlg.h \ + lib_finder.h \ + projectmissinglibs.h \ + webresourcesmanager.h \ + defsdownloaddlg.h \ + libraryresult.h \ + libselectdlg.h \ + headersdetectordlg.h \ + librarydetectionmanager.h \ + pkgconfigmanager.h \ + resultmap.h \ + processingdlg.h \ + librarydetectionconfig.h \ + projectconfigurationpanel.h + +EXTRA_DIST = \ + $(srcdir)/*.cbp \ + $(srcdir)/update* \ + readme.txt \ + manifest.xml \ + $(srcdir)/wxsmith/*.wxs + +pkgdata_DATA = lib_finder.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/lib_finder/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +liblib_finder.la: $(liblib_finder_la_OBJECTS) $(liblib_finder_la_DEPENDENCIES) $(EXTRA_liblib_finder_la_DEPENDENCIES) + $(AM_V_CXXLD)$(liblib_finder_la_LINK) -rpath $(pluginlibdir) $(liblib_finder_la_OBJECTS) $(liblib_finder_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defsdownloaddlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirlistdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headersdetectordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib_finder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librariesdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librarydetectionmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libraryresult.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libselectdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkgconfigmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/processingdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectconfiguration.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectconfigurationpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmissinglibs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resultmap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webresourcesmanager.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +lib_finder.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8208 $ * $Id: pkgconfigmanager.cpp 8208 2012-08-07 22:08:06Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/pkgconfigmanager.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/pkgconfigmanager.h codeblocks-17.12/src/plugins/contrib/lib_finder/pkgconfigmanager.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/pkgconfigmanager.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/pkgconfigmanager.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: pkgconfigmanager.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/pkgconfigmanager.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/pkgconfigmanager.h $ */ #ifndef PKGCONFIGMANAGER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/processingdlg.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/processingdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/processingdlg.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/processingdlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10832 $ * $Id: processingdlg.cpp 10832 2016-04-17 21:31:19Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/processingdlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/processingdlg.cpp $ */ #include "processingdlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/processingdlg.h codeblocks-17.12/src/plugins/contrib/lib_finder/processingdlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/processingdlg.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/processingdlg.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10299 $ * $Id: processingdlg.h 10299 2015-05-15 12:41:59Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/processingdlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/processingdlg.h $ */ #ifndef PROCESSINGDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfiguration.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfiguration.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfiguration.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfiguration.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8561 $ * $Id: projectconfiguration.cpp 8561 2012-11-14 22:25:50Z killerbot $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/projectconfiguration.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/projectconfiguration.cpp $ */ #include "projectconfiguration.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfiguration.h codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfiguration.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfiguration.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfiguration.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10874 $ * $Id: projectconfiguration.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/projectconfiguration.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/projectconfiguration.h $ */ #ifndef PROJECTCONFIGURATION_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10771 $ * $Id: projectconfigurationpanel.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/projectconfigurationpanel.cpp $ */ #include "projectconfigurationpanel.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfigurationpanel.h codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfigurationpanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/projectconfigurationpanel.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/projectconfigurationpanel.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10290 $ * $Id: projectconfigurationpanel.h 10290 2015-05-15 10:58:40Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/projectconfigurationpanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/projectconfigurationpanel.h $ */ #ifndef PROJECTCONFIGURATIONPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/resultmap.cpp codeblocks-17.12/src/plugins/contrib/lib_finder/resultmap.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/resultmap.cpp 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/resultmap.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7616 $ * $Id: resultmap.cpp 7616 2011-11-26 15:17:58Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/resultmap.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/resultmap.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/resultmap.h codeblocks-17.12/src/plugins/contrib/lib_finder/resultmap.h --- codeblocks-16.01svn11246/src/plugins/contrib/lib_finder/resultmap.h 2017-11-26 01:48:29.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/lib_finder/resultmap.h 2017-10-31 23:32:41.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: resultmap.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/lib_finder/resultmap.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/lib_finder/resultmap.h $ */ #ifndef RESULTMAP_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Makefile.in codeblocks-17.12/src/plugins/contrib/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,867 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@ENABLE_FORTRAN_TRUE@am__append_1 = $(srcdir)/FortranProject/*.h \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.cpp \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.xml \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/*.cbp \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/update* \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/*.png \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/16x16/*.png \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/fortranproject/*.png \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/images/fortranproject/*.f90 \ +@ENABLE_FORTRAN_TRUE@ $(srcdir)/FortranProject/resources/*.xrc + +subdir = src/plugins/contrib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@BUILD_AUTOVERSIONING_TRUE@MAYBE_AUTOVERSIONING = AutoVersioning appdata +@BUILD_BROWSETRACKER_TRUE@MAYBE_BROWSETRACKER = BrowseTracker appdata +@BUILD_BYOGAMES_TRUE@MAYBE_BYOGAMES = byogames appdata +@BUILD_CBKODERS_TRUE@MAYBE_CBKODERS = cb_koders appdata +@BUILD_CODESNIPPETS_TRUE@MAYBE_CODESNIPPETS = codesnippets appdata +@BUILD_CODESTAT_TRUE@MAYBE_CODESTAT = codestat appdata +@BUILD_COPYSTRINGS_TRUE@MAYBE_COPYSTRINGS = copystrings appdata +@BUILD_CSCOPE_TRUE@MAYBE_CSCOPE = Cscope appdata +@BUILD_DOXYBLOCKS_TRUE@MAYBE_DOXYBLOCKS = DoxyBlocks appdata +@BUILD_DRAGSCROLL_TRUE@MAYBE_DRAGSCROLL = dragscroll appdata +@BUILD_EDITORCONFIG_TRUE@MAYBE_EDITORCONFIG = EditorConfig appdata +@BUILD_EDITORTWEAKS_TRUE@MAYBE_EDITORTWEAKS = EditorTweaks appdata +@BUILD_ENVVARS_TRUE@MAYBE_ENVVARS = envvars appdata +@BUILD_FILEMANAGER_TRUE@MAYBE_FILEMANAGER = FileManager appdata +@BUILD_HELP_TRUE@MAYBE_HELP = help_plugin appdata +@BUILD_HEADERFIXUP_TRUE@MAYBE_HEADERFIXUP = headerfixup appdata +@BUILD_KEYBINDER_TRUE@MAYBE_KEYBINDER = keybinder appdata +@BUILD_LIBFINDER_TRUE@MAYBE_LIBFINDER = wxContribItems lib_finder appdata +@BUILD_PROFILER_TRUE@MAYBE_PROFILER = profiler appdata +@BUILD_PROJECTOPTIONSMANIPULATOR_TRUE@MAYBE_PROJECTOPTIONSMANIPULATOR = ProjectOptionsManipulator appdata +@BUILD_REGEX_TRUE@MAYBE_REGEX = regex_testbed appdata +@BUILD_REOPENEDITOR_TRUE@MAYBE_REOPENEDITOR = ReopenEditor appdata +@BUILD_EXPORTER_TRUE@MAYBE_EXPORTER = source_exporter appdata +@BUILD_SMARTINDENT_TRUE@MAYBE_SMARTINDENT = SmartIndent appdata +@BUILD_SPELLCHECKER_TRUE@MAYBE_SPELLCHECKER = SpellChecker appdata +@BUILD_SYMTAB_TRUE@MAYBE_SYMTAB = symtab appdata +@BUILD_THREADSEARCH_TRUE@MAYBE_THREADSEARCH = wxContribItems ThreadSearch appdata +@BUILD_TOOLSPLUS_TRUE@MAYBE_TOOLSPLUS = ToolsPlus appdata +@BUILD_VALGRIND_TRUE@MAYBE_VALGRIND = Valgrind appdata +@BUILD_WXCONTRIB_TRUE@MAYBE_WXCONTRIB = wxContribItems appdata +@BUILD_WXSMITH_TRUE@MAYBE_WXSMITH = wxSmith appdata +@BUILD_WXSMITHCONTRIB_TRUE@MAYBE_WXSMITHCONTRIB = wxSmith wxContribItems wxSmithContribItems appdata +@BUILD_WXSMITHAUI_TRUE@MAYBE_WXSMITHAUI = wxSmith wxSmithAui appdata +@BUILD_HEXEDITOR_TRUE@MAYBE_HEXEDITOR = HexEditor appdata +@BUILD_INCSEARCH_TRUE@MAYBE_INCSEARCH = IncrementalSearch appdata +@BUILD_MOUSESAP_TRUE@MAYBE_MOUSESAP = MouseSap appdata +@BUILD_NASSISHNEIDERMAN_TRUE@MAYBE_NASSISHNEIDERMAN = NassiShneiderman appdata +@BUILD_CCCC_TRUE@MAYBE_CCCC = Cccc appdata +@BUILD_CPPCHECK_TRUE@MAYBE_CPPCHECK = CppCheck appdata +SUBDIRS = $(MAYBE_AUTOVERSIONING) \ + $(MAYBE_BROWSETRACKER) \ + $(MAYBE_BYOGAMES) \ + $(MAYBE_CBKODERS) \ + $(MAYBE_CCCC) \ + $(MAYBE_CODESNIPPETS) \ + $(MAYBE_CODESTAT) \ + $(MAYBE_COPYSTRINGS) \ + $(MAYBE_CPPCHECK) \ + $(MAYBE_CSCOPE) \ + $(MAYBE_DOXYBLOCKS) \ + $(MAYBE_DRAGSCROLL) \ + $(MAYBE_EDITORCONFIG) \ + $(MAYBE_EDITORTWEAKS) \ + $(MAYBE_ENVVARS) \ + $(MAYBE_FILEMANAGER) \ + $(MAYBE_HEADERFIXUP) \ + $(MAYBE_HELP) \ + $(MAYBE_HEXEDITOR) \ + $(MAYBE_INCSEARCH) \ + $(MAYBE_KEYBINDER) \ + $(MAYBE_LIBFINDER) \ + $(MAYBE_MOUSESAP) \ + $(MAYBE_NASSISHNEIDERMAN) \ + $(MAYBE_PROFILER) \ + $(MAYBE_PROJECTOPTIONSMANIPULATOR) \ + $(MAYBE_EXPORTER) \ + $(MAYBE_SYMTAB) \ + $(MAYBE_SMARTINDENT) \ + $(MAYBE_SPELLCHECKER) \ + $(MAYBE_REGEX) \ + $(MAYBE_REOPENEDITOR) \ + $(MAYBE_THREADSEARCH) \ + $(MAYBE_TOOLSPLUS) \ + $(MAYBE_VALGRIND) \ + $(MAYBE_WXCONTRIB) \ + $(MAYBE_WXSMITH) \ + $(MAYBE_WXSMITHCONTRIB) \ + $(MAYBE_WXSMITHAUI) + +DIST_SUBDIRS = appdata \ + AutoVersioning \ + BrowseTracker \ + byogames \ + cb_koders \ + Cccc \ + codesnippets \ + codestat \ + copystrings \ + CppCheck \ + Cscope \ + devpak_plugin \ + DoxyBlocks \ + dragscroll \ + EditorConfig \ + EditorTweaks \ + envvars \ + FileManager \ + headerfixup \ + help_plugin \ + HexEditor \ + keybinder \ + IncrementalSearch \ + lib_finder \ + MouseSap \ + NassiShneiderman \ + profiler \ + ProjectOptionsManipulator \ + source_exporter \ + SmartIndent \ + SpellChecker \ + symtab \ + regex_testbed \ + ReopenEditor \ + ThreadSearch \ + ToolsPlus \ + Valgrind \ + wxContribItems \ + wxSmith \ + wxSmithContribItems \ + wxSmithAui \ + wxSmithDemo \ + wxSmithIExplore \ + wxSmithSTC + +EXTRA_DIST = rndgen $(am__append_1) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/MouseSap/Makefile.in codeblocks-17.12/src/plugins/contrib/MouseSap/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/MouseSap/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/MouseSap/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,811 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/MouseSap +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libMouseSap_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libMouseSap_la_OBJECTS = MouseSap.lo +libMouseSap_la_OBJECTS = $(am_libMouseSap_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libMouseSap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libMouseSap_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libMouseSap_la_SOURCES) +DIST_SOURCES = $(libMouseSap_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(WX_GTK_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libMouseSap.la +libMouseSap_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libMouseSap_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(WX_GTK_LIBS) +libMouseSap_la_SOURCES = MouseSap.cpp +noinst_HEADERS = MouseSap.h +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = MouseSap.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/MouseSap/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/MouseSap/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libMouseSap.la: $(libMouseSap_la_OBJECTS) $(libMouseSap_la_DEPENDENCIES) $(EXTRA_libMouseSap_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libMouseSap_la_LINK) -rpath $(pluginlibdir) $(libMouseSap_la_OBJECTS) $(libMouseSap_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MouseSap.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +MouseSap.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/MouseSap.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp codeblocks-17.12/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp 2017-11-26 01:48:21.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7443 $ * $Id: cbEditorPanel.cpp 7443 2011-09-01 16:29:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/NassiShneiderman/cbEditorPanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h codeblocks-17.12/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h 2017-11-26 01:48:21.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h 2017-10-31 23:32:41.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7443 $ * $Id: cbEditorPanel.h 7443 2011-09-01 16:29:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/NassiShneiderman/cbEditorPanel.h $ */ #ifndef __CB_EDITOR_PANEL_H__ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/Makefile.in codeblocks-17.12/src/plugins/contrib/NassiShneiderman/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/NassiShneiderman/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/NassiShneiderman/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,903 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/NassiShneiderman +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libNassiShneiderman_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libNassiShneiderman_la_OBJECTS = bricks.lo cbEditorPanel.lo \ + commands.lo CParser.lo DataObject.lo FileContent.lo \ + GraphBricks.lo GraphFabric.lo HooverDrawlet.lo \ + InsertBrickTask.lo logger.lo NassiDiagramWindow.lo \ + NassiDropTarget.lo NassiEditorPanel.lo NassiFileContent.lo \ + NassiPlugin.lo NassiView.lo parseactions.lo PasteTask.lo \ + RedHatchDrawlet.lo RedLineDrawlet.lo Task.lo TextCtrl.lo \ + TextCtrlTask.lo TextGraph.lo +libNassiShneiderman_la_OBJECTS = $(am_libNassiShneiderman_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libNassiShneiderman_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libNassiShneiderman_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libNassiShneiderman_la_SOURCES) +DIST_SOURCES = $(libNassiShneiderman_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(BOOST_CPPFLAGS) \ + -DBOOST_SYSTEM_NO_DEPRECATED + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libNassiShneiderman.la +libNassiShneiderman_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version $(BOOST_LDFLAGS) +libNassiShneiderman_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) $(BOOST_SYSTEM_LIB) +libNassiShneiderman_la_SOURCES = bricks.cpp \ + cbEditorPanel.cpp \ + commands.cpp \ + CParser.cpp \ + DataObject.cpp \ + FileContent.cpp \ + GraphBricks.cpp \ + GraphFabric.cpp \ + HooverDrawlet.cpp \ + InsertBrickTask.cpp \ + logger.cpp \ + NassiDiagramWindow.cpp \ + NassiDropTarget.cpp \ + NassiEditorPanel.cpp \ + NassiFileContent.cpp \ + NassiPlugin.cpp \ + NassiView.cpp \ + parseactions.cpp \ + PasteTask.cpp \ + RedHatchDrawlet.cpp \ + RedLineDrawlet.cpp \ + Task.cpp \ + TextCtrl.cpp \ + TextCtrlTask.cpp \ + TextGraph.cpp + +noinst_HEADERS = bricks.h \ + cbEditorPanel.h \ + commands.h \ + DataObject.h \ + FileContent.h \ + GraphBricks.h \ + GraphFabric.h \ + HooverDrawlet.h \ + InsertBrickTask.h \ + logger.h \ + NassiBrickVisitor.h \ + NassiDiagramWindow.h \ + NassiDropTarget.h \ + NassiEditorPanel.h \ + NassiFileContent.h \ + NassiPlugin.h \ + NassiView.h \ + parseactions.h \ + parserules.h \ + PasteTask.h \ + RedHatchDrawlet.h \ + RedLineDrawlet.h \ + Task.h \ + TextCtrl.h \ + TextCtrlTask.h \ + TextGraph.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/rc/*.xpm \ + $(srcdir)/EditTextTask.h \ + $(srcdir)/EditTextTask.cpp \ + $(srcdir)/HooverLine.h \ + $(srcdir)/HooverLine.cpp \ + $(srcdir)/TaskSelect.h \ + $(srcdir)/TaskSelect.cpp \ + $(srcdir)/TaskTest.h \ + $(srcdir)/TaskTest.cpp \ + manifest.xml + +pkgdata_DATA = NassiShneiderman.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/NassiShneiderman/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/NassiShneiderman/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libNassiShneiderman.la: $(libNassiShneiderman_la_OBJECTS) $(libNassiShneiderman_la_DEPENDENCIES) $(EXTRA_libNassiShneiderman_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libNassiShneiderman_la_LINK) -rpath $(pluginlibdir) $(libNassiShneiderman_la_OBJECTS) $(libNassiShneiderman_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CParser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DataObject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileContent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphBricks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GraphFabric.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HooverDrawlet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsertBrickTask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiDiagramWindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiDropTarget.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiEditorPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiFileContent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiPlugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NassiView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PasteTask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RedHatchDrawlet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RedLineDrawlet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Task.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextCtrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextCtrlTask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextGraph.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bricks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbEditorPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseactions.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +NassiShneiderman.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/NassiShneiderman.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofilerconfig.cpp codeblocks-17.12/src/plugins/contrib/profiler/cbprofilerconfig.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofilerconfig.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/profiler/cbprofilerconfig.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: cbprofilerconfig.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/profiler/cbprofilerconfig.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/profiler/cbprofilerconfig.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofiler.cpp codeblocks-17.12/src/plugins/contrib/profiler/cbprofiler.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofiler.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/profiler/cbprofiler.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9376 $ * $Id: cbprofiler.cpp 9376 2013-10-01 20:30:42Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/profiler/cbprofiler.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/profiler/cbprofiler.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofilerexec.cpp codeblocks-17.12/src/plugins/contrib/profiler/cbprofilerexec.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/profiler/cbprofilerexec.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/profiler/cbprofilerexec.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10549 $ * $Id: cbprofilerexec.cpp 10549 2015-10-31 11:21:01Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/profiler/cbprofilerexec.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/profiler/cbprofilerexec.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/profiler/Makefile.in codeblocks-17.12/src/plugins/contrib/profiler/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/profiler/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/profiler/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,903 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/profiler +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libProfiler_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libProfiler_la_OBJECTS = cbprofilerconfig.lo cbprofiler.lo \ + cbprofilerexec.lo +libProfiler_la_OBJECTS = $(am_libProfiler_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libProfiler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libProfiler_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libProfiler_la_SOURCES) +DIST_SOURCES = $(libProfiler_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libProfiler.la +libProfiler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libProfiler_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libProfiler_la_SOURCES = cbprofilerconfig.cpp \ + cbprofiler.cpp \ + cbprofilerexec.cpp + +noinst_HEADERS = cbprofilerconfig.h \ + cbprofilerexec.h \ + cbprofiler.h + +EXTRA_DIST = $(srcdir)/*.cbp +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/profiler/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/profiler/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libProfiler.la: $(libProfiler_la_OBJECTS) $(libProfiler_la_DEPENDENCIES) $(EXTRA_libProfiler_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libProfiler_la_LINK) -rpath $(pluginlibdir) $(libProfiler_la_OBJECTS) $(libProfiler_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofiler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofilerconfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbprofilerexec.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/profiler/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/profiler/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/profiler/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/profiler/resources/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/profiler/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = configuration.xrc main_dialog.xrc manifest.xml +pkgdata_DATA = Profiler.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/profiler/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/profiler/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +Profiler.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/Profiler.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/Makefile.in codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,822 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ProjectOptionsManipulator +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libProjectOptionsManipulator_la_DEPENDENCIES = \ + ../../../sdk/libcodeblocks.la $(am__DEPENDENCIES_1) +am_libProjectOptionsManipulator_la_OBJECTS = \ + ProjectOptionsManipulator.lo ProjectOptionsManipulatorDlg.lo \ + ProjectOptionsManipulatorResultDlg.lo +libProjectOptionsManipulator_la_OBJECTS = \ + $(am_libProjectOptionsManipulator_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libProjectOptionsManipulator_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(libProjectOptionsManipulator_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libProjectOptionsManipulator_la_SOURCES) +DIST_SOURCES = $(libProjectOptionsManipulator_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libProjectOptionsManipulator.la +libProjectOptionsManipulator_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libProjectOptionsManipulator_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libProjectOptionsManipulator_la_SOURCES = ProjectOptionsManipulator.cpp \ + ProjectOptionsManipulatorDlg.cpp \ + ProjectOptionsManipulatorResultDlg.cpp + +noinst_HEADERS = ProjectOptionsManipulator.h \ + ProjectOptionsManipulatorDlg.h \ + ProjectOptionsManipulatorResultDlg.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest.xml \ + $(srcdir)/wxsmith/*.wxs + +pkgdata_DATA = ProjectOptionsManipulator.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ProjectOptionsManipulator/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ProjectOptionsManipulator/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libProjectOptionsManipulator.la: $(libProjectOptionsManipulator_la_OBJECTS) $(libProjectOptionsManipulator_la_DEPENDENCIES) $(EXTRA_libProjectOptionsManipulator_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libProjectOptionsManipulator_la_LINK) -rpath $(pluginlibdir) $(libProjectOptionsManipulator_la_OBJECTS) $(libProjectOptionsManipulator_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulatorDlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ProjectOptionsManipulatorResultDlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +ProjectOptionsManipulator.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/ProjectOptionsManipulator.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11045 $ * $Id: ProjectOptionsManipulator.cpp 11045 2017-04-05 19:19:55Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.cpp $ */ #include "ProjectOptionsManipulator.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10864 $ * $Id: ProjectOptionsManipulatorDlg.cpp 10864 2016-06-09 16:04:27Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorDlg.cpp $ */ #include "ProjectOptionsManipulatorDlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10861 $ * $Id: ProjectOptionsManipulatorResultDlg.cpp 10861 2016-06-08 19:24:21Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulatorResultDlg.cpp $ */ #include "ProjectOptionsManipulatorResultDlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.gitignore codeblocks-17.12/src/plugins/contrib/PythonPlugins/.gitignore --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.gitignore 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -*.dll -*.a -*.so -*.obj -*.depend -*.cbplugin -*.layout -*.zip -.objs -*~ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/entries codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/entries --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/entries 2017-11-26 01:48:57.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/entries 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/format codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/format --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/format 2017-11-26 01:48:57.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/format 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/01/01af3127a4944be457da068b75bd330639e8ea21.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/01/01af3127a4944be457da068b75bd330639e8ea21.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/02/02afa1e31cb8c51d2ae48ec2af175b7ffbcd5855.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/02/02afa1e31cb8c51d2ae48ec2af175b7ffbcd5855.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/02/02afa1e31cb8c51d2ae48ec2af175b7ffbcd5855.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/02/02afa1e31cb8c51d2ae48ec2af175b7ffbcd5855.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ -/*************************************************************** - * Name: pluginxray - * Purpose: Code::Blocks plugin - * Author: Damien Moore () - * Created: 2006-09-28 - * Copyright: Damien Moore - * License: GPL - **************************************************************/ - -#ifndef PYTHONPLUGIN_H_INCLUDED -#define PYTHONPLUGIN_H_INCLUDED - -// For compilers that support precompilation, includes -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include -#include // for "class cbPlugin" - -#include "ShellCtrlBase.h" - -class PythonInterpreter : public cbPlugin -{ - public: - /** Constructor. */ - PythonInterpreter(); - /** Destructor. */ - virtual ~PythonInterpreter(); - -// Misc Plugin Virtuals - virtual int Configure(); /** Invoke configuration dialog. */ - virtual int GetConfigurationPriority() const { return 50; } - virtual int GetConfigurationGroup() const { return cgUnknown; } - virtual cbConfigurationPanel* GetConfigurationPanel(wxWindow* parent); /** Return plugin's configuration panel.*/ - virtual cbConfigurationPanel* GetProjectConfigurationPanel(wxWindow* parent, cbProject* project){ return 0; } /** Return plugin's configuration panel for projects.*/ - virtual void BuildMenu(wxMenuBar* menuBar); /** add plugin items to the main menu bar*/ - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0); /** add context menu items for the plugin*/ - virtual bool BuildToolBar(wxToolBar* toolBar); /** register and add plugin toolbars*/ - virtual int Execute(); - protected: - virtual void OnAttach(); - virtual void OnRelease(bool appShutDown); - -/// Non-boiler plate methods - public: - - private: - void AddNewInterpreter(wxCommandEvent &event); - void OnToggleInterpreterWindow(wxCommandEvent &event); - void OnUpdateUI(wxUpdateUIEvent& event); - wxMenu *m_ViewMenu; -#ifndef TOOLSPLUSLINK - ShellManager *m_shellmgr; -#endif - - DECLARE_EVENT_TABLE(); -}; - -#endif // PYTHONPLUGIN_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/03/03bffc6749ff409f446e4ad26990f1d483238735.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/03/03bffc6749ff409f446e4ad26990f1d483238735.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/03/03bffc6749ff409f446e4ad26990f1d483238735.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/03/03bffc6749ff409f446e4ad26990f1d483238735.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -#ifndef _XMLRPCUTIL_H_ -#define _XMLRPCUTIL_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -#if defined(_MSC_VER) -# define snprintf _snprintf -# define vsnprintf _vsnprintf -# define strcasecmp _stricmp -# define strncasecmp _strnicmp -#elif defined(__BORLANDC__) -# define strcasecmp stricmp -# define strncasecmp strnicmp -#endif - -namespace XmlRpc { - - //! Utilities for XML parsing, encoding, and decoding and message handlers. - class XmlRpcUtil { - public: - // hokey xml parsing - //! Returns contents between and , updates offset to char after - static std::string parseTag(const char* tag, std::string const& xml, int* offset); - - //! Returns true if the tag is found and updates offset to the char after the tag - static bool findTag(const char* tag, std::string const& xml, int* offset); - - //! Returns the next tag and updates offset to the char after the tag, or empty string - //! if the next non-whitespace character is not '<' - static std::string getNextTag(std::string const& xml, int* offset); - - //! Returns true if the tag is found at the specified offset (modulo any whitespace) - //! and updates offset to the char after the tag - static bool nextTagIs(const char* tag, std::string const& xml, int* offset); - - - //! Convert raw text to encoded xml. - static std::string xmlEncode(const std::string& raw); - - //! Convert encoded xml to raw text - static std::string xmlDecode(const std::string& encoded); - - - //! Dump messages somewhere - static void log(int level, const char* fmt, ...); - - //! Dump error messages somewhere - static void error(const char* fmt, ...); - - }; -} // namespace XmlRpc - -#endif // _XMLRPCUTIL_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/06/064117cffd57bb822ea158cde35eaa6f635845a6.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/06/064117cffd57bb822ea158cde35eaa6f635845a6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/06/064117cffd57bb822ea158cde35eaa6f635845a6.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/06/064117cffd57bb822ea158cde35eaa6f635845a6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/07/070f7fdd4af5cf6562e9e103deb752d82f72f53a.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/07/070f7fdd4af5cf6562e9e103deb752d82f72f53a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/07/070f7fdd4af5cf6562e9e103deb752d82f72f53a.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/07/070f7fdd4af5cf6562e9e103deb752d82f72f53a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,207 +0,0 @@ -// Validator.cpp : XMLRPC server based on the compliancy test at validator.xmlrpc.com. -// -#include "XmlRpc.h" -using namespace XmlRpc; - -#include - - -XmlRpcServer s; - - -// One argument is passed, an array of structs, each with a member named curly with -// an integer value. Return the sum of those values. - -class ArrayOfStructsTest : public XmlRpcServerMethod -{ -public: - ArrayOfStructsTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.arrayOfStructsTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "ArrayOfStructsTest\n"; - XmlRpcValue& arg1 = params[0]; - int n = arg1.size(), sum = 0; - for (int i=0; i, &, ' and ". -// The handler must return a struct that contains five fields, all numbers: ctLeftAngleBrackets, -// ctRightAngleBrackets, ctAmpersands, ctApostrophes, ctQuotes. -// To validate, the numbers must be correct. - -class CountTheEntities : public XmlRpcServerMethod -{ -public: - CountTheEntities(XmlRpcServer* s) : XmlRpcServerMethod("validator1.countTheEntities", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "CountTheEntities\n"; - std::string& arg = params[0]; - int ctLeftAngleBrackets = 0; - int ctRightAngleBrackets = 0; - int ctAmpersands = 0; - int ctApostrophes = 0; - int ctQuotes = 0; - - int n = int(arg.length()); - for (int i=0; i': ++ctRightAngleBrackets; break; - case '&': ++ctAmpersands; break; - case '\'': ++ctApostrophes; break; - case '\"': ++ctQuotes; break; - } - - result["ctLeftAngleBrackets"] = ctLeftAngleBrackets; - result["ctRightAngleBrackets"] = ctRightAngleBrackets; - result["ctAmpersands"] = ctAmpersands; - result["ctApostrophes"] = ctApostrophes; - result["ctQuotes"] = ctQuotes; - } -} countTheEntities(&s); - - - -// This handler takes a single parameter, a struct, containing at least three elements -// named moe, larry and curly, all s. Your handler must add the three numbers and -// return the result. - -class EasyStructTest : public XmlRpcServerMethod -{ -public: - EasyStructTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.easyStructTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "EasyStructTest\n"; - XmlRpcValue& arg1 = params[0]; - int sum = int(arg1["moe"]) + int(arg1["larry"]) + int(arg1["curly"]); - result = sum; - } -} easyStructTest(&s); - - -// This handler takes a single parameter, a struct. Your handler must return the struct. - -class EchoStructTest : public XmlRpcServerMethod -{ -public: - EchoStructTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.echoStructTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "EchoStructTest\n"; - result = params[0]; - } -} echoStructTest(&s); - - - -// This handler takes six parameters, and returns an array containing all the parameters. - -class ManyTypesTest : public XmlRpcServerMethod -{ -public: - ManyTypesTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.manyTypesTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "ManyTypesTest\n"; - result = params; - } -} manyTypesTest(&s); - - - -// This handler takes a single parameter, which is an array containing between 100 and -// 200 elements. Each of the items is a string, your handler must return a string -// containing the concatenated text of the first and last elements. - - -class ModerateSizeArrayCheck : public XmlRpcServerMethod -{ -public: - ModerateSizeArrayCheck(XmlRpcServer* s) : XmlRpcServerMethod("validator1.moderateSizeArrayCheck", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "ModerateSizeArrayCheck\n"; - std::string s = params[0][0]; - s += params[0][params[0].size()-1]; - result = s; - } -} moderateSizeArrayCheck(&s); - - -// This handler takes a single parameter, a struct, that models a daily calendar. -// At the top level, there is one struct for each year. Each year is broken down -// into months, and months into days. Most of the days are empty in the struct -// you receive, but the entry for April 1, 2000 contains a least three elements -// named moe, larry and curly, all s. Your handler must add the three numbers -// and return the result. - -class NestedStructTest : public XmlRpcServerMethod -{ -public: - NestedStructTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.nestedStructTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "NestedStructTest\n"; - XmlRpcValue& dayStruct = params[0]["2000"]["04"]["01"]; - int sum = int(dayStruct["moe"]) + int(dayStruct["larry"]) + int(dayStruct["curly"]); - result = sum; - } -} nestedStructTest(&s); - - - -// This handler takes one parameter, and returns a struct containing three elements, -// times10, times100 and times1000, the result of multiplying the number by 10, 100 and 1000. - -class SimpleStructReturnTest : public XmlRpcServerMethod -{ -public: - SimpleStructReturnTest(XmlRpcServer* s) : XmlRpcServerMethod("validator1.simpleStructReturnTest", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::cerr << "SimpleStructReturnTest\n"; - int n = params[0]; - result["times10"] = n * 10; - result["times100"] = n * 100; - result["times1000"] = n * 1000; - } -} simpleStructReturnTest(&s); - - - -int main(int argc, char* argv[]) -{ - if (argc != 2) { - std::cerr << "Usage: Validator port\n"; - return -1; - } - int port = atoi(argv[1]); - - XmlRpc::setVerbosity(5); - - // Create the server socket on the specified port - s.bindAndListen(port); - - // Wait for requests indefinitely - s.work(-1.0); - - return 0; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/0f/0f78d22a481ade939a70e6112991886fbf8d72ba.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/0f/0f78d22a481ade939a70e6112991886fbf8d72ba.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/0f/0f78d22a481ade939a70e6112991886fbf8d72ba.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/0f/0f78d22a481ade939a70e6112991886fbf8d72ba.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -#include // Code::Blocks SDK -#include -#include -#include "permissions_preserver.h" - -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ - PluginRegistrant reg(_T("PermissionsPreserver")); -} - - - -// constructor -PermissionsPreserver::PermissionsPreserver() -{ - // Make sure our resources are available. - // In the generated boilerplate code we have no resources but when - // we add some, it will be nice that this code is in place already ;) - if(!Manager::LoadResource(_T("PermissionsPreserver.zip"))) - { - NotifyMissingFile(_T("PermissionsPreserver.zip")); - } -} - -// destructor -PermissionsPreserver::~PermissionsPreserver() -{ -} - -void PermissionsPreserver::OnAttach() -{ - // do whatever initialization you need for your plugin - // NOTE: after this function, the inherited member variable - // m_IsAttached will be TRUE... - // You should check for it in other functions, because if it - // is FALSE, it means that the application did *not* "load" - // (see: does not need) this plugin... - - // register event sinks - Manager* pm = Manager::Get(); - pm->RegisterEventSink(cbEVT_EDITOR_BEFORE_SAVE, new cbEventFunctor(this, &PermissionsPreserver::OnEditorBeforeSave)); - pm->RegisterEventSink(cbEVT_EDITOR_SAVE, new cbEventFunctor(this, &PermissionsPreserver::OnEditorSave)); - -} - -void PermissionsPreserver::OnRelease(bool appShutDown) -{ - // do de-initialization for your plugin - // if appShutDown is true, the plugin is unloaded because Code::Blocks is being shut down, - // which means you must not use any of the SDK Managers - // NOTE: after this function, the inherited member variable - // m_IsAttached will be FALSE... -} - -void PermissionsPreserver::OnEditorBeforeSave(CodeBlocksEvent& event) -{ - EditorBase *ed = event.GetEditor(); - m_filename = ed->GetFilename(); - struct stat s; - if (stat(m_filename.mb_str(wxConvUTF8),&s) == 0) - m_permissions = s.st_mode; - else - { - m_permissions = 0; - m_filename = wxEmptyString; - } - event.Skip(); -} - -void PermissionsPreserver::OnEditorSave(CodeBlocksEvent& event) -{ - EditorBase *ed = event.GetEditor(); - wxString filename = ed->GetFilename(); - //m_filename will be empty if original permissions could not be established - //(e.g. because file does not exist), so no chmod will occur in this case - if (filename == m_filename) - chmod(m_filename.mb_str(wxConvUTF8),m_permissions); - event.Skip(); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/15/150411313400f150af2ef154a6d9f31be370ae4f.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/15/150411313400f150af2ef154a6d9f31be370ae4f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/15/150411313400f150af2ef154a6d9f31be370ae4f.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/15/150411313400f150af2ef154a6d9f31be370ae4f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ -#ifndef _XMLRPCSERVERCONNECTION_H_ -#define _XMLRPCSERVERCONNECTION_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -#include "XmlRpcValue.h" -#include "XmlRpcSource.h" - -namespace XmlRpc { - - - // The server waits for client connections and provides methods - class XmlRpcServer; - class XmlRpcServerMethod; - - //! A class to handle XML RPC requests from a particular client - class XmlRpcServerConnection : public XmlRpcSource { - public: - // Static data - static const char METHODNAME_TAG[]; - static const char PARAMS_TAG[]; - static const char PARAMS_ETAG[]; - static const char PARAM_TAG[]; - static const char PARAM_ETAG[]; - - static const std::string SYSTEM_MULTICALL; - static const std::string METHODNAME; - static const std::string PARAMS; - - static const std::string FAULTCODE; - static const std::string FAULTSTRING; - - //! Constructor - XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false); - //! Destructor - virtual ~XmlRpcServerConnection(); - - // XmlRpcSource interface implementation - //! Handle IO on the client connection socket. - //! @param eventType Type of IO event that occurred. @see XmlRpcDispatch::EventType. - virtual unsigned handleEvent(unsigned eventType); - - protected: - - bool readHeader(); - bool readRequest(); - bool writeResponse(); - - // Parses the request, runs the method, generates the response xml. - virtual void executeRequest(); - - // Parse the methodName and parameters from the request. - std::string parseRequest(XmlRpcValue& params); - - // Execute a named method with the specified params. - bool executeMethod(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result); - - // Execute multiple calls and return the results in an array. - bool executeMulticall(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result); - - // Construct a response from the result XML. - void generateResponse(std::string const& resultXml); - void generateFaultResponse(std::string const& msg, int errorCode = -1); - std::string generateHeader(std::string const& body); - - - // The XmlRpc server that accepted this connection - XmlRpcServer* _server; - - // Possible IO states for the connection - enum ServerConnectionState { READ_HEADER, READ_REQUEST, WRITE_RESPONSE }; - ServerConnectionState _connectionState; - - // Request headers - std::string _header; - - // Number of bytes expected in the request body (parsed from header) - int _contentLength; - - // Request body - std::string _request; - - // Response - std::string _response; - - // Number of bytes of the response written so far - int _bytesWritten; - - // Whether to keep the current client connection open for further requests - bool _keepAlive; - }; -} // namespace XmlRpc - -#endif // _XMLRPCSERVERCONNECTION_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/15/154efd7aa6ab23a354d042a98602142752112314.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/15/154efd7aa6ab23a354d042a98602142752112314.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/15/154efd7aa6ab23a354d042a98602142752112314.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/15/154efd7aa6ab23a354d042a98602142752112314.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -Resources (*.fbp) -Any resources in this folder are not required for compilation. (They are used to produce the source code for Dialog boxes) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/17/17fce7b31c50b0c5b8e9660365d75d372a2cd60d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/17/17fce7b31c50b0c5b8e9660365d75d372a2cd60d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/17/17fce7b31c50b0c5b8e9660365d75d372a2cd60d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/17/17fce7b31c50b0c5b8e9660365d75d372a2cd60d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,249 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/19/1917db71eafeb74f21ccbd12bd0a78cb1c2b9e8b.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/19/1917db71eafeb74f21ccbd12bd0a78cb1c2b9e8b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/19/1917db71eafeb74f21ccbd12bd0a78cb1c2b9e8b.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/19/1917db71eafeb74f21ccbd12bd0a78cb1c2b9e8b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,68 +0,0 @@ -// TestBase64Server.cpp : Simple XMLRPC server example. Usage: TestBase64Server serverPort -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - - -#include -#include -#include -#include - - -#include "XmlRpc.h" -using namespace XmlRpc; - - -// The server -XmlRpcServer s; - -// No arguments, result is Base64-encoded pngnow.png data. -class TestBase64 : public XmlRpcServerMethod -{ -public: - TestBase64(XmlRpcServer* s) : XmlRpcServerMethod("TestBase64", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::ifstream infile("pngnow.png", std::ios::binary); - if (infile.fail()) - infile.open("../pngnow.png", std::ios::binary); - if (infile.fail()) - result = "Could not open file pngnow.png"; - else { - - XmlRpcValue::BinaryData& data = result; - int n = 0; - for (;; ++n) { - char c = infile.get(); - if (infile.eof()) break; - data.push_back(c); - } - std::cerr << "Read " << n << " bytes from pngnow.png\n"; - } - } -} TestBase64(&s); // This constructor registers the method with the server - - - -int main(int argc, char* argv[]) -{ - if (argc != 2) { - std::cerr << "Usage: TestBase64Server serverPort\n"; - return -1; - } - int port = atoi(argv[1]); - - //XmlRpc::setVerbosity(5); - - // Create the server socket on the specified port - s.bindAndListen(port); - - // Wait for requests indefinitely - s.work(-1.0); - - return 0; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/1a/1a09a29de60e851e36310eaccf871d5de86c12de.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/1a/1a09a29de60e851e36310eaccf871d5de86c12de.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/1a/1a09a29de60e851e36310eaccf871d5de86c12de.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/1a/1a09a29de60e851e36310eaccf871d5de86c12de.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/21/21bdd83d13a630f7c8dd7ecab5ea53368a9604f4.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/21/21bdd83d13a630f7c8dd7ecab5ea53368a9604f4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/21/21bdd83d13a630f7c8dd7ecab5ea53368a9604f4.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/21/21bdd83d13a630f7c8dd7ecab5ea53368a9604f4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,170 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/22/222ccdd972e14d3c196eb50c72cbb222c034d596.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/22/222ccdd972e14d3c196eb50c72cbb222c034d596.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/22/222ccdd972e14d3c196eb50c72cbb222c034d596.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/22/222ccdd972e14d3c196eb50c72cbb222c034d596.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,283 +0,0 @@ -import code -import sys -import threading -import time -from SimpleXMLRPCServer import SimpleXMLRPCServer - -import os -import struct -import xmlrpclib - -o_stdin = sys.stdin -o_stdout = sys.stdout - -isz=struct.calcsize('I') - -DEBUG=False - -if DEBUG: - f = open(os.path.join(os.path.expanduser("~"),'pyinterp.log'),'w') - def logmsg(msg,*kargs): - f.write(str(msg)) - f.write('\n') - for x in kargs: - f.write('~~~'+str(kargs)) - f.write('\n') - f.flush() -else: - def logmsg(msg,*kargs): - return - - -class XmlRpcPipeServer: - ''' - A simple XMLRPC server implementation that uses the stdin, stdout - pipes to communicate with the owner of the process. Implements - most of the features of SimpleXMLRPCServer - ''' - def __init__(self): - self.fn_dict={} - self.inpipe=o_stdin - self.outpipe=o_stdout - - def register_function(self,fn,name): - self.fn_dict[name]=fn - - def register_introspection_functions(self): - pass - - def handle_request(self): - ##TODO: Need more error handling! - size_buf = self.inpipe.read(isz) - size = struct.unpack('I',size_buf)[0] - call_xml = self.inpipe.read(size) - self.outpipe.write(struct.pack('c','M')) - name='' - try: - args,name = xmlrpclib.loads(call_xml) - result = self.__call__(name, *args) - result=(result,) #response must always be a length 1 tuple - except: - import traceback - result ='Error running call '+name+'\n'+call_xml+'\n' - result += '\n'.join(traceback.format_exception(*sys.exc_info())) - result = (result,) - try: - res_xml = bytes(xmlrpclib.dumps(result, methodresponse=True)) - except: - import traceback - res_xml = bytes(xmlrpclib.dumps('Method result of length %i could not be converted to XML'%(len(res_xml)), methodresponse=True)) - size = len(res_xml) - self.outpipe.write(struct.pack('I',size)) - self.outpipe.write(res_xml) - self.outpipe.flush() - - def __call__(self,name,*args): - return self.fn_dict[name](*args) - - - -class datastore: - def __init__(self): - self.data='' - self.lock=threading.Condition(threading.Lock()) - self.inputrequest=False - - def write(self,textstr): - self.lock.acquire() - self.data=self.data+textstr - self.lock.release() - - def flush(self): ##TODO: Probably don't really want to do this!! (Clears out the data in the stream) - self.lock.acquire() - self.data='' - self.lock.release() - - def read(self,size=None): - self.lock.acquire() - data=self.data ##TODO: should this be before the lock? - self.data='' - self.lock.release() - return data - - def readline(self): - #check data for a full line (terminated by \n or EOF(?)) - #if the line is there, extract it and return - #if not a complete line, set a request for input from the client - # with a hint containing the current data in the line - # then wait on a mutex - ## TODO: Could optionally raise a keyboard interrupt - self.lock.acquire() - while 1: - ind=self.data.find('\n') - if ind>=0: - line=self.data[:ind+1] - self.data=self.data[ind+1:] - self.lock.release() - logmsg('stdin: received line of text:',line) - return line - self.inputrequest=True - self.lock.wait() - self.inputrequest=False - - def HasInputRequest(self): - self.lock.acquire() - a=self.inputrequest - self.lock.release() - return a - - def InputRequestNotify(self): - self.lock.acquire() - self.lock.notify() - self.lock.release() - - -class PyInterp (code.InteractiveInterpreter): - def __init__(self,lock): - code.InteractiveInterpreter.__init__(self) - self._stdout=datastore() - self._stdin=datastore() - self._stderr=datastore() - self._running=True - self._runningeval=False - self.lock=lock - self.eval_str='' - - def queue_code(self,eval_str): - if not self._runningeval: - self.lock.acquire() - self.eval_str=eval_str - self._runningeval=True - self.lock.notify() - self.lock.release() - return True - else: - return False - - def write(self, data): - self._stderr.write(data) - - def main_loop(self): - while self._running: #runs the eval_str queued by the server, then waits for the next eval_str. the loop ends when the server requests exit - try: - if self.eval_str!='': - logmsg('interp: running code ',self.eval_str) - try: - self.runsource(self.eval_str+'\n') - logmsg('interp: ran code') - except KeyboardInterrupt: - print 'Keyboard Interrupt' - except SystemExit: - print 'Session Terminated' - self._running = False - #return - except: - print "error in eval_str", sys.exc_info()[0] - self.lock.acquire() #acquire the lock to reset eval string and running status - self._runningeval=False - self.eval_str='' - self.lock.notify() #notify the server in case it is waiting - if self._running: - self.lock.wait() #now await the next instruction - self.lock.release() - except KeyboardInterrupt: - logmsg('keyboard interrupt') - print 'Keyboard Interrupt' - -class AsyncServer(threading.Thread): - def __init__(self,port): - # Create XMLRPC server - threading.Thread.__init__(self) - self.lock=threading.Condition(threading.Lock()) - self.timeout=0.2 - self._quit=False - self.port=port - self.interp = PyInterp(self.lock) - sys.stdout=self.interp._stdout - sys.stdin=self.interp._stdin - sys.stderr=self.interp._stderr - def start_interp(self): - self.interp.main_loop() - - def run(self): - if self.port==-1: - self.server = XmlRpcPipeServer() - else: - self.server = SimpleXMLRPCServer(("localhost", self.port)) - self.server.logRequests=0 - self.server.register_introspection_functions() - #self.server.socket.settimeout(self.timeout) ##timeouts cause probs - self.server.register_function(self.end,'end') - self.server.register_function(self.run_code,'run_code') - self.server.register_function(self.cont,'cont') - while not self._quit and self.interp._running: - self.server.handle_request() - - def end(self): - if self.interp._runningeval: - raise KeyboardInterrupt - self.lock.acquire() - self.interp._running=False - self._quit=True - self.lock.notify() - self.lock.release() - return self.cont(None) - - def run_code(self,eval_str,stdin): - logmsg("compiling code",eval_str,stdin) - try: - cobj=code.compile_command(eval_str) - except: - logmsg("syntax error") - return -1,'','',False - if cobj==None: - logmsg("statement incomplete") - return -2,'','',False - logmsg("running code ",eval_str) - if self.interp.queue_code(eval_str): - return self.cont(stdin) - else: - return -3,self.interp._stdout.read(),self.interp._stderr.read(),self.interp._stdin.HasInputRequest() - - def cont(self,stdin): - logmsg('continuing with stdin: ',stdin) - if stdin is not None: - self.interp._stdin.write(stdin) - if self.interp._stdin.HasInputRequest(): - self.interp._stdin.InputRequestNotify() - self.lock.acquire() - if self.interp._runningeval: - self.lock.wait(self.timeout) - self.lock.release() - result=(int(self.interp._runningeval),self.interp._stdout.read(),self.interp._stderr.read(),self.interp._stdin.HasInputRequest()) - logmsg('returning result ',result) - return result - - def break_code(self): - if self.interp._runningeval: - raise KeyboardInterrupt - return self.cont(None) - -def cmd_err(): - print 'Correct usage: pyinterp.py ' - print ' must be a port number or -1 for a pipe' - exit() - - -if __name__ == '__main__': - if len(sys.argv)!=2: - cmd_err() - try: - port = int(sys.argv[1]) - except: - cmd_err() - if port<-1: - cmd_err() - - logmsg('starting server on port', port) - - interp_server=AsyncServer(port) - interp_server.start() - interp_server.start_interp() - - logmsg('server terminated') diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/25/25cc33b0a3eeaa688664ba96d5e94b98e6f42109.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/25/25cc33b0a3eeaa688664ba96d5e94b98e6f42109.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/25/25cc33b0a3eeaa688664ba96d5e94b98e6f42109.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/25/25cc33b0a3eeaa688664ba96d5e94b98e6f42109.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,187 +0,0 @@ -import sys -import pkgutil -import imp -import os,os.path -import types -import time -import inspect -import cPickle -import json -del sys.path[0] - -def get_builtin_mods(mods): - builtins = set(sys.builtin_module_names) - for m in builtins: - mods[m]=imp.find_module(m) - return mods - -def get_package_mods(mods,mod_list,prefix='',path=None,level=0): - for m in mod_list: - try: - fp, pathname, description = imp.find_module(m,path) - mod = __import__(prefix+m) - ##mod = imp.load_module(m, fp, pathname, description) - except: - import traceback - print prefix,m,path - print traceback.format_exception(*sys.exc_info()) - #traceback.print_exception(*sys.exc_info()) - print 'ERROR: skipping',prefix+m - continue - try: - chpath=mod.__path__ - except: - chpath=None - fullname=prefix+m - mods[fullname]=None - chmods=pkgutil.iter_modules([pathname]) - mlist=[n[1] for n in chmods if not n[1].startswith('_') and not n[1].startswith('test') and not n[1].startswith('try')] - get_package_mods(mods,mlist,fullname+'.',chpath,level+1) - -chtypes=[types.ClassType, types.ObjectType, types.ModuleType, types.TypeType] #types.InstanceType -obtypes=[types.ClassType, types.ObjectType, types.TypeType] #types.InstanceType - -def parse_objs(symbols,obj_list,follow=True,prefix=''): - if(type(symbols)!=types.DictType): - print '***NOT DICT',prefix,type(symbols) - for o in obj_list: - if o[0].startswith('_'): - continue - chsyms=None - args=None - path = None - line = None - try: - doc=str(o[1].__doc__) - except: - doc='' - try: - path = inspect.getsourcefile(o[1]) - except TypeError: - pass - try: - lines,line = inspect.getsourcelines(o[1]) - except: - pass - try: - o[1].__bases__ - has_bases=True - except: - has_bases=False - if type(o[1]) in obtypes or has_bases: - ch=inspect.getmembers(o[1]) - if follow: - print '###follow',prefix+o[0],type(o[1]) - chsyms={} - parse_objs(chsyms,ch,False,prefix+o[0]+'.') - if type(o[1]) in [types.BuiltinFunctionType, types.BuiltinMethodType, types.FunctionType, - types.LambdaType, types.UnboundMethodType, types.MethodType]: - try: - a=inspect.getargspec(o[1]) - args=', '.join(a.args) - if a.varargs is not None: - args+= ', *'+a.varargs - if a.keywords is not None: - args+= ', **'+a.keywords - except: - pass - symbols[o[0]]=(str(type(o[1])),args,path,line,doc,chsyms) - -def parse_mods(mods): - symbols={} ##Symbol is formatted key:value key=symbol, value=tuple(type,args,docstring,children) - for m in sorted(mods): - try: - print m - a=m.find('.') - if a>=0: - mod=__import__(m,fromlist=[m[a+1:]]) - else: - mod=__import__(m) - except: - continue - msyms=m.split('.') - psymbols=symbols - for s in msyms: - if s not in psymbols: - psymbols[s]=[str(types.ModuleType),None,mod.__doc__,{}] - elif type(psymbols[s][-1])!=types.DictType: - print 'WARNING FOUND',msyms,type(psymbols[s][-1]) - psymbols[s]=[str(types.ModuleType),None,mod.__doc__,{}] - psymbols=psymbols[s][-1] - parse_objs(psymbols,inspect.getmembers(mod),True,m+'.') - return symbols - - -def create(dest='STDLIB',use_json=True): - ''' - creates the standard lib from path dest - ''' - mods={} - - #get_builtin_mods(mods) - #std_mod_list=[line.strip().split(' ')[0] for line in open("pymods.txt","r").readlines()] - #for m in std_mod_list: - # mods[m]=None - #pkg_mod_list=['gtk','numpy','scipy','pandas','statsmodels'] - pkg_mod_list=['numpy'] - get_package_mods(mods,pkg_mod_list) - - print 'MODULES' - print '##########' - for m in sorted(mods): - print m - - syms=parse_mods(mods) - for s in syms: - print s - - t=time.time() - f=open(dest,'wb') - if use_json: - f.write(json.dumps(syms)) - else: - cPickle.dump(syms,f) - f.close() - print 'write took',time.time()-t - return syms - -def load(src='STDLIB',use_json=True): - ''' - loads the stdlib from path src - ''' - try: - if os.path.exists(src): - t=time.time() - f=open(src,'rb') - if use_json: - mods=json.loads(f.read()) - else: - mods=cPickle.load(f) - f.close() - print 'read took',time.time()-t - print 'main scope' - for s in sorted(mods): - print s - return mods - else: - return None - except: - return None - -if __name__=='__main__': -# symbols=create() - syms=load() - print 'numpy' in syms - api = syms['numpy'][-1] - for s in sorted(api): - print s,api[s][:-2] -# ols = api['OLS'][-1] -# for s in sorted(ols): -# print s,ols[s][:-2] -# datasets = api['datasets'][-1] -# datasets2 = syms['statsmodels'][-1]['datasets'][-1] -# for s in sorted(datasets): -# print s -# for s in sorted(datasets2): -# print s -# print datasets == datasets2 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/27/279474b8ea15bf887f2df55839ffb2e0776838c3.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/27/279474b8ea15bf887f2df55839ffb2e0776838c3.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/27/279474b8ea15bf887f2df55839ffb2e0776838c3.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/27/279474b8ea15bf887f2df55839ffb2e0776838c3.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,108 +0,0 @@ -// FileClient.cpp : A simple xmlrpc client. Usage: FileClient serverHost serverPort xmlfile -// Reads an xmlrpc request from the specified xmlfile and calls the method on the server. -// -// Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib on windows) - -#include "XmlRpc.h" -#include -#include -#include - -using namespace XmlRpc; - -std::string parseRequest(std::string const& xml, XmlRpcValue& params); - - -int main(int argc, char* argv[]) -{ - if (argc != 4) { - std::cerr << "Usage: FileClient serverHost serverPort requestXmlFile\n"; - return -1; - } - int port = atoi(argv[2]); - - XmlRpc::setVerbosity(5); - XmlRpcClient c(argv[1], port); - - // - std::ifstream infile(argv[3]); - if (infile.fail()) { - std::cerr << "Could not open file '" << argv[3] << "'.\n"; - return -1; - } - - // Suck in the file. This is a one-liner in good compilers (which vc++ 6 is not)... - infile.seekg(0L, std::ios::end); - long nb = infile.tellg(); - infile.clear(); - infile.seekg(0L); - char* b = new char[nb+1]; - infile.read(b, nb); - b[nb] = 0; - - std::cout << "Read file.\n"; - - // Find the methodName and parse the params - std::string s(b); - XmlRpcValue params; - std::string name = parseRequest(s, params); - - if (name.empty()) { - std::cerr << "Could not parse file\n"; - return -1; - } - - for (;;) { - XmlRpcValue result; - std::cout << "Calling " << name << std::endl; - if (c.execute(name.c_str(), params, result)) - std::cout << result << "\n\n"; - else - std::cout << "Error calling '" << name << "'\n\n"; - std::cout << "Again? [y]: "; - std::string ans; - std::cin >> ans; - if (ans != "" && ans != "y") break; - } - - return 0; -} - - -// -std::string -parseRequest(std::string const& xml, XmlRpcValue& params) -{ - const char METHODNAME_TAG[] = ""; - const char PARAMS_TAG[] = ""; - const char PARAMS_ETAG[] = ""; - const char PARAM_TAG[] = ""; - const char PARAM_ETAG[] = ""; - - int offset = 0; // Number of chars parsed from the request - - std::string methodName = XmlRpcUtil::parseTag(METHODNAME_TAG, xml, &offset); - XmlRpcUtil::log(3, "XmlRpcServerConnection::parseRequest: parsed methodName %s.", methodName.c_str()); - - if (! methodName.empty() && XmlRpcUtil::findTag(PARAMS_TAG, xml, &offset)) - { - int nArgs = 0; - while (XmlRpcUtil::nextTagIs(PARAM_TAG, xml, &offset)) { - std::cout << "Parsing arg " << nArgs+1 << std::endl; - XmlRpcValue arg(xml, &offset); - if ( ! arg.valid()) { - std::cerr << "Invalid argument\n"; - return std::string(); - } - std::cout << "Adding arg " << nArgs+1 << " to params array." << std::endl; - params[nArgs++] = arg; - (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, xml, &offset); - } - - XmlRpcUtil::log(3, "XmlRpcServerConnection::parseRequest: parsed %d params.", nArgs); - - (void) XmlRpcUtil::nextTagIs(PARAMS_ETAG, xml, &offset); - } - - return methodName; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/27/27b67df1c4e0ab42649e46dd2edf7fb4f13a407c.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/27/27b67df1c4e0ab42649e46dd2edf7fb4f13a407c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/27/27b67df1c4e0ab42649e46dd2edf7fb4f13a407c.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/27/27b67df1c4e0ab42649e46dd2edf7fb4f13a407c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ - -#ifndef _XMLRPCSOURCE_H_ -#define _XMLRPCSOURCE_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -namespace XmlRpc { - - //! An RPC source represents a file descriptor to monitor - class XmlRpcSource { - public: - //! Constructor - //! @param fd The socket file descriptor to monitor. - //! @param deleteOnClose If true, the object deletes itself when close is called. - XmlRpcSource(int fd = -1, bool deleteOnClose = false); - - //! Destructor - virtual ~XmlRpcSource(); - - //! Return the file descriptor being monitored. - int getfd() const { return _fd; } - //! Specify the file descriptor to monitor. - void setfd(int fd) { _fd = fd; } - - //! Return whether the file descriptor should be kept open if it is no longer monitored. - bool getKeepOpen() const { return _keepOpen; } - //! Specify whether the file descriptor should be kept open if it is no longer monitored. - void setKeepOpen(bool b=true) { _keepOpen = b; } - - //! Close the owned fd. If deleteOnClose was specified at construction, the object is deleted. - virtual void close(); - - //! Return true to continue monitoring this source - virtual unsigned handleEvent(unsigned eventType) = 0; - - private: - - // Socket. This should really be a SOCKET (an alias for unsigned int*) on windows... - int _fd; - - // In the server, a new source (XmlRpcServerConnection) is created - // for each connected client. When each connection is closed, the - // corresponding source object is deleted. - bool _deleteOnClose; - - // In the client, keep connections open if you intend to make multiple calls. - bool _keepOpen; - }; -} // namespace XmlRpc - -#endif //_XMLRPCSOURCE_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2a/2aa4b5449f2b5a50535ea3e3ca77c0baf8a0923e.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2a/2aa4b5449f2b5a50535ea3e3ca77c0baf8a0923e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2a/2aa4b5449f2b5a50535ea3e3ca77c0baf8a0923e.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2a/2aa4b5449f2b5a50535ea3e3ca77c0baf8a0923e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,610 +0,0 @@ - -#include "XmlRpcValue.h" -#include "XmlRpcException.h" -#include "XmlRpcUtil.h" -#include "base64.h" - -#ifndef MAKEDEPEND -# include -# include -# include -# include -#endif - -namespace XmlRpc { - - - static const char VALUE_TAG[] = ""; - static const char VALUE_ETAG[] = ""; - - static const char BOOLEAN_TAG[] = ""; - static const char BOOLEAN_ETAG[] = ""; - static const char DOUBLE_TAG[] = ""; - static const char DOUBLE_ETAG[] = ""; - static const char INT_TAG[] = ""; - static const char I4_TAG[] = ""; - static const char I4_ETAG[] = ""; - static const char STRING_TAG[] = ""; - static const char DATETIME_TAG[] = ""; - static const char DATETIME_ETAG[] = ""; - static const char BASE64_TAG[] = ""; - static const char BASE64_ETAG[] = ""; - - static const char ARRAY_TAG[] = ""; - static const char DATA_TAG[] = ""; - static const char DATA_ETAG[] = ""; - static const char ARRAY_ETAG[] = ""; - - static const char STRUCT_TAG[] = ""; - static const char MEMBER_TAG[] = ""; - static const char NAME_TAG[] = ""; - static const char NAME_ETAG[] = ""; - static const char MEMBER_ETAG[] = ""; - static const char STRUCT_ETAG[] = ""; - - - - // Format strings - std::string XmlRpcValue::_doubleFormat("%f"); - - - - // Clean up - void XmlRpcValue::invalidate() - { - switch (_type) { - case TypeString: delete _value.asString; break; - case TypeDateTime: delete _value.asTime; break; - case TypeBase64: delete _value.asBinary; break; - case TypeArray: delete _value.asArray; break; - case TypeStruct: delete _value.asStruct; break; - default: break; - } - _type = TypeInvalid; - _value.asBinary = 0; - } - - - // Type checking - void XmlRpcValue::assertTypeOrInvalid(Type t) - { - if (_type == TypeInvalid) - { - _type = t; - switch (_type) { // Ensure there is a valid value for the type - case TypeString: _value.asString = new std::string(); break; - case TypeDateTime: _value.asTime = new struct tm(); break; - case TypeBase64: _value.asBinary = new BinaryData(); break; - case TypeArray: _value.asArray = new ValueArray(); break; - case TypeStruct: _value.asStruct = new ValueStruct(); break; - default: _value.asBinary = 0; break; - } - } - else if (_type != t) - throw XmlRpcException("type error"); - } - - void XmlRpcValue::assertArray(int size) const - { - if (_type != TypeArray) - throw XmlRpcException("type error: expected an array"); - else if (int(_value.asArray->size()) < size) - throw XmlRpcException("range error: array index too large"); - } - - - void XmlRpcValue::assertArray(int size) - { - if (_type == TypeInvalid) { - _type = TypeArray; - _value.asArray = new ValueArray(size); - } else if (_type == TypeArray) { - if (int(_value.asArray->size()) < size) - _value.asArray->resize(size); - } else - throw XmlRpcException("type error: expected an array"); - } - - void XmlRpcValue::assertStruct() - { - if (_type == TypeInvalid) { - _type = TypeStruct; - _value.asStruct = new ValueStruct(); - } else if (_type != TypeStruct) - throw XmlRpcException("type error: expected a struct"); - } - - - // Operators - XmlRpcValue& XmlRpcValue::operator=(XmlRpcValue const& rhs) - { - if (this != &rhs) - { - invalidate(); - _type = rhs._type; - switch (_type) { - case TypeBoolean: _value.asBool = rhs._value.asBool; break; - case TypeInt: _value.asInt = rhs._value.asInt; break; - case TypeDouble: _value.asDouble = rhs._value.asDouble; break; - case TypeDateTime: _value.asTime = new struct tm(*rhs._value.asTime); break; - case TypeString: _value.asString = new std::string(*rhs._value.asString); break; - case TypeBase64: _value.asBinary = new BinaryData(*rhs._value.asBinary); break; - case TypeArray: _value.asArray = new ValueArray(*rhs._value.asArray); break; - case TypeStruct: _value.asStruct = new ValueStruct(*rhs._value.asStruct); break; - default: _value.asBinary = 0; break; - } - } - return *this; - } - - - // Predicate for tm equality - static bool tmEq(struct tm const& t1, struct tm const& t2) { - return t1.tm_sec == t2.tm_sec && t1.tm_min == t2.tm_min && - t1.tm_hour == t2.tm_hour && t1.tm_mday == t1.tm_mday && - t1.tm_mon == t2.tm_mon && t1.tm_year == t2.tm_year; - } - - bool XmlRpcValue::operator==(XmlRpcValue const& other) const - { - if (_type != other._type) - return false; - - switch (_type) { - case TypeBoolean: return ( !_value.asBool && !other._value.asBool) || - ( _value.asBool && other._value.asBool); - case TypeInt: return _value.asInt == other._value.asInt; - case TypeDouble: return _value.asDouble == other._value.asDouble; - case TypeDateTime: return tmEq(*_value.asTime, *other._value.asTime); - case TypeString: return *_value.asString == *other._value.asString; - case TypeBase64: return *_value.asBinary == *other._value.asBinary; - case TypeArray: return *_value.asArray == *other._value.asArray; - - // The map<>::operator== requires the definition of value< for kcc - case TypeStruct: //return *_value.asStruct == *other._value.asStruct; - { - if (_value.asStruct->size() != other._value.asStruct->size()) - return false; - - ValueStruct::const_iterator it1=_value.asStruct->begin(); - ValueStruct::const_iterator it2=other._value.asStruct->begin(); - while (it1 != _value.asStruct->end()) { - const XmlRpcValue& v1 = it1->second; - const XmlRpcValue& v2 = it2->second; - if ( ! (v1 == v2)) - return false; - it1++; - it2++; - } - return true; - } - default: break; - } - return true; // Both invalid values ... - } - - bool XmlRpcValue::operator!=(XmlRpcValue const& other) const - { - return !(*this == other); - } - - - // Works for strings, binary data, arrays, and structs. - int XmlRpcValue::size() const - { - switch (_type) { - case TypeString: return int(_value.asString->size()); - case TypeBase64: return int(_value.asBinary->size()); - case TypeArray: return int(_value.asArray->size()); - case TypeStruct: return int(_value.asStruct->size()); - default: break; - } - - throw XmlRpcException("type error"); - } - - // Checks for existence of struct member - bool XmlRpcValue::hasMember(const std::string& name) const - { - return _type == TypeStruct && _value.asStruct->find(name) != _value.asStruct->end(); - } - - // Set the value from xml. The chars at *offset into valueXml - // should be the start of a tag. Destroys any existing value. - bool XmlRpcValue::fromXml(std::string const& valueXml, int* offset) - { - int savedOffset = *offset; - - invalidate(); - if ( ! XmlRpcUtil::nextTagIs(VALUE_TAG, valueXml, offset)) - return false; // Not a value, offset not updated - - int afterValueOffset = *offset; - std::string typeTag = XmlRpcUtil::getNextTag(valueXml, offset); - bool result = false; - if (typeTag == BOOLEAN_TAG) - result = boolFromXml(valueXml, offset); - else if (typeTag == I4_TAG || typeTag == INT_TAG) - result = intFromXml(valueXml, offset); - else if (typeTag == DOUBLE_TAG) - result = doubleFromXml(valueXml, offset); - else if (typeTag.empty() || typeTag == STRING_TAG) - result = stringFromXml(valueXml, offset); - else if (typeTag == DATETIME_TAG) - result = timeFromXml(valueXml, offset); - else if (typeTag == BASE64_TAG) - result = binaryFromXml(valueXml, offset); - else if (typeTag == ARRAY_TAG) - result = arrayFromXml(valueXml, offset); - else if (typeTag == STRUCT_TAG) - result = structFromXml(valueXml, offset); - // Watch for empty/blank strings with no tag - else if (typeTag == VALUE_ETAG) - { - *offset = afterValueOffset; // back up & try again - result = stringFromXml(valueXml, offset); - } - - if (result) // Skip over the tag - XmlRpcUtil::findTag(VALUE_ETAG, valueXml, offset); - else // Unrecognized tag after - *offset = savedOffset; - - return result; - } - - // Encode the Value in xml - std::string XmlRpcValue::toXml() const - { - switch (_type) { - case TypeBoolean: return boolToXml(); - case TypeInt: return intToXml(); - case TypeDouble: return doubleToXml(); - case TypeString: return stringToXml(); - case TypeDateTime: return timeToXml(); - case TypeBase64: return binaryToXml(); - case TypeArray: return arrayToXml(); - case TypeStruct: return structToXml(); - default: break; - } - return std::string(); // Invalid value - } - - - // Boolean - bool XmlRpcValue::boolFromXml(std::string const& valueXml, int* offset) - { - const char* valueStart = valueXml.c_str() + *offset; - char* valueEnd; - long ivalue = strtol(valueStart, &valueEnd, 10); - if (valueEnd == valueStart || (ivalue != 0 && ivalue != 1)) - return false; - - _type = TypeBoolean; - _value.asBool = (ivalue == 1); - *offset += int(valueEnd - valueStart); - return true; - } - - std::string XmlRpcValue::boolToXml() const - { - std::string xml = VALUE_TAG; - xml += BOOLEAN_TAG; - xml += (_value.asBool ? "1" : "0"); - xml += BOOLEAN_ETAG; - xml += VALUE_ETAG; - return xml; - } - - // Int - bool XmlRpcValue::intFromXml(std::string const& valueXml, int* offset) - { - const char* valueStart = valueXml.c_str() + *offset; - char* valueEnd; - long ivalue = strtol(valueStart, &valueEnd, 10); - if (valueEnd == valueStart) - return false; - - _type = TypeInt; - _value.asInt = int(ivalue); - *offset += int(valueEnd - valueStart); - return true; - } - - std::string XmlRpcValue::intToXml() const - { - char buf[256]; - snprintf(buf, sizeof(buf)-1, "%d", _value.asInt); - buf[sizeof(buf)-1] = 0; - std::string xml = VALUE_TAG; - xml += I4_TAG; - xml += buf; - xml += I4_ETAG; - xml += VALUE_ETAG; - return xml; - } - - // Double - bool XmlRpcValue::doubleFromXml(std::string const& valueXml, int* offset) - { - const char* valueStart = valueXml.c_str() + *offset; - char* valueEnd; - double dvalue = strtod(valueStart, &valueEnd); - if (valueEnd == valueStart) - return false; - - _type = TypeDouble; - _value.asDouble = dvalue; - *offset += int(valueEnd - valueStart); - return true; - } - - std::string XmlRpcValue::doubleToXml() const - { - char buf[256]; - snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble); - buf[sizeof(buf)-1] = 0; - - std::string xml = VALUE_TAG; - xml += DOUBLE_TAG; - xml += buf; - xml += DOUBLE_ETAG; - xml += VALUE_ETAG; - return xml; - } - - // String - bool XmlRpcValue::stringFromXml(std::string const& valueXml, int* offset) - { - size_t valueEnd = valueXml.find('<', *offset); - if (valueEnd == std::string::npos) - return false; // No end tag; - - _type = TypeString; - _value.asString = new std::string(XmlRpcUtil::xmlDecode(valueXml.substr(*offset, valueEnd-*offset))); - *offset += int(_value.asString->length()); - return true; - } - - std::string XmlRpcValue::stringToXml() const - { - std::string xml = VALUE_TAG; - //xml += STRING_TAG; optional - xml += XmlRpcUtil::xmlEncode(*_value.asString); - //xml += STRING_ETAG; - xml += VALUE_ETAG; - return xml; - } - - // DateTime (stored as a struct tm) - bool XmlRpcValue::timeFromXml(std::string const& valueXml, int* offset) - { - size_t valueEnd = valueXml.find('<', *offset); - if (valueEnd == std::string::npos) - return false; // No end tag; - - std::string stime = valueXml.substr(*offset, valueEnd-*offset); - - struct tm t; - if (sscanf(stime.c_str(),"%4d%2d%2dT%2d:%2d:%2d",&t.tm_year,&t.tm_mon,&t.tm_mday,&t.tm_hour,&t.tm_min,&t.tm_sec) != 6) - return false; - - t.tm_isdst = -1; - _type = TypeDateTime; - _value.asTime = new struct tm(t); - *offset += int(stime.length()); - return true; - } - - std::string XmlRpcValue::timeToXml() const - { - struct tm* t = _value.asTime; - char buf[20]; - snprintf(buf, sizeof(buf)-1, "%4d%02d%02dT%02d:%02d:%02d", - t->tm_year,t->tm_mon,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec); - buf[sizeof(buf)-1] = 0; - - std::string xml = VALUE_TAG; - xml += DATETIME_TAG; - xml += buf; - xml += DATETIME_ETAG; - xml += VALUE_ETAG; - return xml; - } - - - // Base64 - bool XmlRpcValue::binaryFromXml(std::string const& valueXml, int* offset) - { - size_t valueEnd = valueXml.find('<', *offset); - if (valueEnd == std::string::npos) - return false; // No end tag; - - _type = TypeBase64; - std::string asString = valueXml.substr(*offset, valueEnd-*offset); - _value.asBinary = new BinaryData(); - // check whether base64 encodings can contain chars xml encodes... - - // convert from base64 to binary - int iostatus = 0; - base64 decoder; - std::back_insert_iterator ins = std::back_inserter(*(_value.asBinary)); - decoder.get(asString.begin(), asString.end(), ins, iostatus); - - *offset += int(asString.length()); - return true; - } - - - std::string XmlRpcValue::binaryToXml() const - { - // convert to base64 - std::vector base64data; - int iostatus = 0; - base64 encoder; - std::back_insert_iterator > ins = std::back_inserter(base64data); - encoder.put(_value.asBinary->begin(), _value.asBinary->end(), ins, iostatus, base64<>::crlf()); - - // Wrap with xml - std::string xml = VALUE_TAG; - xml += BASE64_TAG; - xml.append(base64data.begin(), base64data.end()); - xml += BASE64_ETAG; - xml += VALUE_ETAG; - return xml; - } - - - // Array - bool XmlRpcValue::arrayFromXml(std::string const& valueXml, int* offset) - { - if ( ! XmlRpcUtil::nextTagIs(DATA_TAG, valueXml, offset)) - return false; - - _type = TypeArray; - _value.asArray = new ValueArray; - XmlRpcValue v; - while (v.fromXml(valueXml, offset)) - _value.asArray->push_back(v); // copy... - - // Skip the trailing - (void) XmlRpcUtil::nextTagIs(DATA_ETAG, valueXml, offset); - return true; - } - - - // In general, its preferable to generate the xml of each element of the - // array as it is needed rather than glomming up one big string. - std::string XmlRpcValue::arrayToXml() const - { - std::string xml = VALUE_TAG; - xml += ARRAY_TAG; - xml += DATA_TAG; - - int s = int(_value.asArray->size()); - for (int i=0; iat(i).toXml(); - - xml += DATA_ETAG; - xml += ARRAY_ETAG; - xml += VALUE_ETAG; - return xml; - } - - - // Struct - bool XmlRpcValue::structFromXml(std::string const& valueXml, int* offset) - { - _type = TypeStruct; - _value.asStruct = new ValueStruct; - - while (XmlRpcUtil::nextTagIs(MEMBER_TAG, valueXml, offset)) { - // name - const std::string name = XmlRpcUtil::parseTag(NAME_TAG, valueXml, offset); - // value - XmlRpcValue val(valueXml, offset); - if ( ! val.valid()) { - invalidate(); - return false; - } - const std::pair p(name, val); - _value.asStruct->insert(p); - - (void) XmlRpcUtil::nextTagIs(MEMBER_ETAG, valueXml, offset); - } - return true; - } - - - // In general, its preferable to generate the xml of each element - // as it is needed rather than glomming up one big string. - std::string XmlRpcValue::structToXml() const - { - std::string xml = VALUE_TAG; - xml += STRUCT_TAG; - - ValueStruct::const_iterator it; - for (it=_value.asStruct->begin(); it!=_value.asStruct->end(); ++it) { - xml += MEMBER_TAG; - xml += NAME_TAG; - xml += XmlRpcUtil::xmlEncode(it->first); - xml += NAME_ETAG; - xml += it->second.toXml(); - xml += MEMBER_ETAG; - } - - xml += STRUCT_ETAG; - xml += VALUE_ETAG; - return xml; - } - - - - // Write the value without xml encoding it - std::ostream& XmlRpcValue::write(std::ostream& os) const { - switch (_type) { - default: break; - case TypeBoolean: os << _value.asBool; break; - case TypeInt: os << _value.asInt; break; - case TypeDouble: os << _value.asDouble; break; - case TypeString: os << *_value.asString; break; - case TypeDateTime: - { - struct tm* t = _value.asTime; - char buf[20]; - snprintf(buf, sizeof(buf)-1, "%4d%02d%02dT%02d:%02d:%02d", - t->tm_year,t->tm_mon,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec); - buf[sizeof(buf)-1] = 0; - os << buf; - break; - } - case TypeBase64: - { - int iostatus = 0; - std::ostreambuf_iterator out(os); - base64 encoder; - encoder.put(_value.asBinary->begin(), _value.asBinary->end(), out, iostatus, base64<>::crlf()); - break; - } - case TypeArray: - { - int s = int(_value.asArray->size()); - os << '{'; - for (int i=0; i 0) os << ','; - _value.asArray->at(i).write(os); - } - os << '}'; - break; - } - case TypeStruct: - { - os << '['; - ValueStruct::const_iterator it; - for (it=_value.asStruct->begin(); it!=_value.asStruct->end(); ++it) - { - if (it!=_value.asStruct->begin()) os << ','; - os << it->first << ':'; - it->second.write(os); - } - os << ']'; - break; - } - - } - - return os; - } - -} // namespace XmlRpc - - -// ostream -std::ostream& operator<<(std::ostream& os, XmlRpc::XmlRpcValue& v) -{ - // If you want to output in xml format: - //return os << v.toXml(); - return v.write(os); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2b/2baed20bd0115561c21993e0048848f1a2f9e673.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2b/2baed20bd0115561c21993e0048848f1a2f9e673.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2b/2baed20bd0115561c21993e0048848f1a2f9e673.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2b/2baed20bd0115561c21993e0048848f1a2f9e673.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,614 +0,0 @@ -#include "stdint.h" - -#include "xmlrpc_embedder.h" -#include -#include -#include "ExecHiddenMSW.h" -//WX_DEFINE_OBJARRAY(XmlRpcInstanceCollection); -WX_DEFINE_LIST(XmlRpcJobQueue); - -using namespace std; -using namespace XmlRpc; - -int ID_XMLRPC_PROC=wxNewId(); - - -class ExecAsyncJob: public XmlRpcJob -{ -public: - ExecAsyncJob(XmlRpcInstance *inst, const wxString &method, const XmlRpc::XmlRpcValue &inarg, wxEvtHandler *hndlr, int id=wxID_ANY): XmlRpcJob(inst,hndlr,id) - { - m_method=wxString(method.mb_str(wxConvUTF8),wxConvUTF8); - m_inarg=inarg; - } - virtual bool operator()() - { - if(xmlrpc_instance->Exec(m_method,m_inarg,m_result)) - { - XmlRpcResponseEvent pe(id,xmlrpc_instance,parent,XMLRPC_STATE_RESPONSE,m_result); - ::wxPostEvent(parent,pe); - return true; - } else - { - XmlRpcResponseEvent pe(id,xmlrpc_instance,parent,XMLRPC_STATE_REQUEST_FAILED,m_result); - ::wxPostEvent(parent,pe); - return true; - } - } -protected: - wxString m_method; - XmlRpc::XmlRpcValue m_inarg; - XmlRpc::XmlRpcValue m_result; -}; - - -////////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////////// -// class XmlRpcJob -////////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////////// - - -//IMPLEMENT_DYNAMIC_CLASS(XmlRpcJob, wxThread) - -XmlRpcJob::XmlRpcJob(XmlRpcInstance *xmlrpc_instance, wxEvtHandler *p, int id, bool selfdestroy): -wxThread(wxTHREAD_JOINABLE) -{ - parent=p; - this->id=id; - this->xmlrpc_instance=xmlrpc_instance; - finished=false; - started=false; - killonexit=selfdestroy; -} - -void XmlRpcJob::Abort() -{ - if(this->IsAlive()) - this->Kill(); -} - -XmlRpcJob::~XmlRpcJob() -{ - Abort(); -} - -//void *XmlRpcJob::Entry() -//{ -// wxMessageBox(_("entered thread")); -// XmlRpcNotifyUIEvent pe(id,xmlrpc_instance,parent,PYSTATE_STARTEDJOB); -// ::wxPostEvent(xmlrpc_instance,pe); -// if((*this)()) -// pe.SetState(PYSTATE_FINISHEDJOB); -// else -// pe.SetState(PYSTATE_ABORTEDJOB); -// ::wxPostEvent(xmlrpc_instance,pe); -// Exit(); -// return NULL; -//} - -void *XmlRpcJob::Entry() -{ -// wxMutexGuiEnter(); - wxCommandEvent pe(wxEVT_XMLRPC_STARTED,0); - parent->AddPendingEvent(pe); -// wxMutexGuiLeave(); - if((*this)()) - { - wxCommandEvent pe(wxEVT_XMLRPC_FINISHED,0); - xmlrpc_instance->AddPendingEvent(pe); - } - else - { - wxCommandEvent pe(wxEVT_XMLRPC_ABORTED,0); - xmlrpc_instance->AddPendingEvent(pe); - } - Exit(); - return NULL; -} - - -const char REQUEST_BEGIN[] = - "\r\n" - ""; -const char REQUEST_END_METHODNAME[] = "\r\n"; -const char PARAMS_TAG[] = ""; -const char PARAMS_ETAG[] = ""; -const char PARAM_TAG[] = ""; -const char PARAM_ETAG[] = ""; -const char REQUEST_END[] = "\r\n"; -const char METHODRESPONSE_TAG[] = ""; -const char FAULT_TAG[] = ""; - -class XmlRpcPipeClient -{ -public: - XmlRpcPipeClient(wxProcess *proc) - { - m_proc=proc; - m_error_lock=false; - m_istream=proc->GetInputStream(); - m_ostream=proc->GetOutputStream(); - m_estream=proc->GetErrorStream(); - } - bool set_error(const std::string &s,XmlRpc::XmlRpcValue& result) - { - result.setSize(1); - result[0] = s; - m_error_lock=true; - return false; - } - bool clear_error() - { - m_error_lock=false; - } - bool execute(const char* method, XmlRpc::XmlRpcValue const& params, XmlRpc::XmlRpcValue& result) - { - if(m_error_lock) - { - result[0] = "XmlRpc pipe client is in an error state. Clear the error or reset the server."; - return false; - } - std::string msg; - if(!generateRequest(method,params,msg)) - return set_error("Bad request value for method call "+std::string(method),result); - uint32_t r_size=msg.size(); //TODO: Is it safer to use uint64_t (would need to use long long on the python side) - char *cr_size = (char*)&r_size; - for(uint32_t i=0;iPutC(cr_size[i]); - if(m_ostream->GetLastError()!=wxSTREAM_NO_ERROR && m_ostream->GetLastError()!=wxSTREAM_EOF) - return set_error("Broken stream attempting to write request size to pipe",result); - } while (m_ostream->LastWrite()!=1); - } - for(uint32_t i=0;iPutC(msg[i]); - if(m_ostream->GetLastError()!=wxSTREAM_NO_ERROR && m_ostream->GetLastError()!=wxSTREAM_EOF) - return set_error("Broken stream attempting to write request to pipe",result); - } while (m_ostream->LastWrite()!=1); - } - - //NOW WAIT FOR THE REPLY - //FIRST RETRIEVE A SINGLE CHARACTER "M" THAT DENOTES THE START OF THE REPLY - //TODO: CHANGE 'M' TO 0 AND ACTUALLY CHECK IT!!! - char ch; - bool eof; - do - { - ch=m_istream->GetC(); - eof = m_istream->GetLastError()==wxSTREAM_EOF; - if(eof) - wxMilliSleep(10); //Delay might be necessary to avoid a freeze on MS windows - } while(eof); - if(m_istream->GetLastError()!=wxSTREAM_NO_ERROR && m_istream->GetLastError()!=wxSTREAM_EOF) - return set_error("Broken stream attempting to read message char 'M' from pipe",result); - - // THEN GET THE SIZE OF THE MESSAGE AS UNSIGNED 32 BIT INT - for(uint32_t i=0;iGetC(); - eof = m_istream->GetLastError()==wxSTREAM_EOF; - if(eof) - wxMilliSleep(10); //Delay might be necessary to avoid a freeze on MS windows - } while(eof); - if(m_istream->GetLastError()!=wxSTREAM_NO_ERROR && m_istream->GetLastError()!=wxSTREAM_EOF) - return set_error("broken stream attempting to read size of buffer",result); - } - - // FINALLY RETRIEVE THE ACTUAL MESSAGE - std::string buf; - buf.resize(r_size+1); - for(uint32_t i=0;iGetC(); - eof = m_istream->GetLastError()==wxSTREAM_EOF; - if(eof) - wxMilliSleep(10); //Delay might be necessary to avoid a freeze on MS windows - } while(eof); - if(m_istream->GetLastError()!=wxSTREAM_NO_ERROR && m_istream->GetLastError()!=wxSTREAM_EOF) - return set_error(std::string(wxString::Format(_T("broken stream attempting to read buffer - chars read %i of %i"),i,r_size).utf8_str()),result); - } - buf[r_size]=0; - - // NOW CONVERT THE XML INTO AN XMLRPCVALUE - if(parseResponse(buf, result)) - { - return true; - } - wxString s = wxString::Format(_T("error parsing read buffer - chars read %i\n"),r_size); - std::string out = std::string(s.utf8_str()) + std::string(buf); - return set_error(out,result); - } - - // Converts the response xml into a result value - bool parseResponse(std::string _response, XmlRpcValue& result) - { - // Parse response xml into result - int offset = 0; - bool _isFault=false; - if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset)) { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response - no methodResponse. Response:\n%s", _response.c_str()); - return false; - } - - // Expect either ... or ... - if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) && - XmlRpcUtil::nextTagIs(PARAM_TAG,_response,&offset)) || - XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)) - { - if ( ! result.fromXml(_response, &offset)) { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response value. Response:\n%s", _response.c_str()); - _response = ""; - return false; - } - } else { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response - no param or fault tag. Response:\n%s", _response.c_str()); - _response = ""; - return false; - } - - _response = ""; - return result.valid(); - } - // Encode the request to call the specified method with the specified parameters into xml - bool generateRequest(const char* methodName, XmlRpcValue const& params, std::string &request) - { - std::string body = REQUEST_BEGIN; - body += methodName; - body += REQUEST_END_METHODNAME; - - // If params is an array, each element is a separate parameter - if (params.valid()) { - body += PARAMS_TAG; - if (params.getType() == XmlRpcValue::TypeArray) - { - for (int i=0; iDetach(); - if(wxProcess::Exists(m_proc_id)) - wxProcess::Kill(m_proc_id,wxSIGKILL,wxKILL_CHILDREN); - } - // check if any running jobs, kill them - // delete the client - wxMutexLocker ml(exec_mutex); //TODO: This may result in huge delays? - if(m_client) - delete m_client; - if(m_pipeclient) - delete m_pipeclient; - m_client=0; - m_pipeclient=0; -} - -XmlRpcInstance::XmlRpcInstance(const wxString &processcmd, int port, const wxString &hostaddress, wxWindow *parent) -{ - m_parent=parent; - m_port=port; - m_proc=0; - m_client=0; - m_pipeclient=0; - m_proc_dead=true; - m_hostaddress=hostaddress; - m_paused=false; - m_proc_killlevel=0; - m_jobrunning=false; - // Launch process - if (processcmd!=wxEmptyString) - LaunchProcess(processcmd); //TODO: The command for the interpreter process should come from the manager (and be stored in a config file) -} - -long XmlRpcInstance::LaunchProcess(const wxString &processcmd) -{ -// std::cout<<"PyCC: LAUNCHING PROCESS"<Detach(); //self cleanup - m_proc=new wxProcess(this,ID_XMLRPC_PROC); - if(m_port==-1) - m_proc->Redirect(); -// m_proc->Redirect(); //TODO: this only needs to be done on windows and buffers must be flushed periodically if there is any I/O to/from the process -#ifdef __WXMSW__ - //by default wxExecute shows the terminal window on MSW (redirecting would hide it, but that breaks the process if buffers are not flushed periodically) - if(m_port==-1) - m_proc_id=wxExecute(processcmd,wxEXEC_ASYNC/*|wxEXEC_MAKE_GROUP_LEADER*/,m_proc); - else - m_proc_id=wxExecuteHidden(processcmd,wxEXEC_ASYNC|wxEXEC_MAKE_GROUP_LEADER,m_proc); -// m_proc_id=wxExecute(processcmd,wxEXEC_ASYNC/*|wxEXEC_MAKE_GROUP_LEADER*/,m_proc); -#else - m_proc_id=wxExecute(processcmd,wxEXEC_ASYNC|wxEXEC_MAKE_GROUP_LEADER,m_proc); -#endif /*__WXMSW__*/ - if(m_proc_id>0) - { -// std::cout<<"PyCC: LAUNCHING PROCESS SUCCEEDED"<execute(method.utf8_str(), inarg, result); - else if(m_pipeclient) - return m_pipeclient->execute(method.utf8_str(), inarg, result); - } - result.setSize(1); - result[0] = "XmlRpc server is not connected."; - return false; -} - -bool XmlRpcInstance::ExecAsync(const wxString &method, const XmlRpc::XmlRpcValue &inarg, wxEvtHandler *hndlr, int id) -{ - return AddJob(new ExecAsyncJob(this,method,inarg,hndlr,id)); -} - -void XmlRpcInstance::CleanupTerminatedProcess() -{ - if(m_proc!=0) - { - ClearJobs(); - delete m_proc; - m_proc=0; - m_proc_id=-1; - m_proc_killlevel=0; - } -} - -void XmlRpcInstance::OnEndProcess(wxProcessEvent &event) -{ -// std::cout<<"PYCC: PROCESS DIED!!"<AddPendingEvent(ce); - if(m_jobrunning) - return; - CleanupTerminatedProcess(); -// XmlRpcMgr::Get().Remove(this); -} - -void XmlRpcInstance::Break() -{ - if(!m_jobrunning) - return; - long pid=GetPid(); - if(wxProcess::Exists(pid)) - { -#ifdef __WXMSW__ - //TODO: Verify that this actually works - // Use the WIN32 native call to send a CTRL+C signal - GenerateConsoleCtrlEvent(CTRL_C_EVENT,pid); //may need to #include and link to Kernel32.dll - // also need to check whether the pid is valid or something else needs to be used. -#else - wxProcess::Kill(pid,wxSIGINT); //,wxKILL_CHILDREN? -#endif - } -} - - -void XmlRpcInstance::KillProcess(bool force) -{ - if(m_proc_dead) - return; - long pid=GetPid(); -// if(m_proc_killlevel==0) -// { -// m_proc_killlevel=1; -// if(wxProcess::Exists(pid)) -// wxProcess::Kill(pid,wxSIGTERM); -// return; -// } - if(m_proc_killlevel==0) - { - if(wxProcess::Exists(pid)) - { - wxProcess::Kill(pid,wxSIGKILL,wxKILL_CHILDREN); - } - } -} - -bool XmlRpcInstance::NextJob() -{ - if(m_queue.GetCount()<=0) - return false; - XmlRpcJob *newjob=m_queue.GetFirst()->GetData(); - if(!newjob->finished && !newjob->started) - { - if(newjob->Create()!=wxTHREAD_NO_ERROR) - { - wxMessageBox(_T("PYCC: Error creating a new thread. Unable to continue.")); - m_queue.DeleteObject(newjob); - delete newjob; - return false; - } - newjob->started=true; - newjob->Run(); - m_jobrunning=true; - } - return true; -} - - -bool XmlRpcInstance::AddJob(XmlRpcJob *job) -{ - m_queue.Append(job); - if(m_paused) - return true; - NextJob(); - return true; -} - -void XmlRpcInstance::ClearJobs() -{ - int i = m_queue.GetCount()-1; - while(i>=0) - { - XmlRpcJob *job=m_queue.Item(i)->GetData(); - if(job && !job->started && !job->finished) - { - m_queue.DeleteObject(job); - delete job; - } - i--; - } - -} - -void XmlRpcInstance::OnJobNotify(wxCommandEvent &event) -{ - XmlRpcJob *job=m_queue.GetFirst()->GetData(); -#ifdef __WXMSW__ - if(job->IsAlive()) - job->Wait(); -#else - job->Wait(); -#endif - m_jobrunning=false; - m_queue.DeleteObject(job); - if(job->killonexit) - { - delete job; - job=NULL; - } - if(m_paused) - return; - if(m_proc_dead) - CleanupTerminatedProcess(); - NextJob(); -} - -//XmlRpcMgr::XmlRpcMgr() -//{ -//} -// -//XmlRpcMgr::~XmlRpcMgr() -//{ -// m_Interpreters.Clear(); -//} -// -//XmlRpcInstance *XmlRpcMgr::LaunchProcess(const wxString &cmd,int port,const wxString &address) -//{ -// XmlRpcInstance *p=new XmlRpcInstance(cmd,address,port); -// if(p) -// m_Interpreters.Add(p); -// return p; -//} -// -//void XmlRpcMgr::Remove(XmlRpcInstance *p) -//{ -//// m_Interpreters.Remove(*p); -//// for (size_t i=0; i XmlRpcMgr::theSingleInstance; -// diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2c/2cb289073a8e44923220c6fcb4e85e8c9b59d17d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2c/2cb289073a8e44923220c6fcb4e85e8c9b59d17d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2c/2cb289073a8e44923220c6fcb4e85e8c9b59d17d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2c/2cb289073a8e44923220c6fcb4e85e8c9b59d17d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,255 +0,0 @@ - - - validator1.arrayOfStructsTest - - - - - - - - curly - - -84 - - - - larry - - 87 - - - - moe - - 77 - - - - - - - - curly - - -46 - - - - larry - - 27 - - - - moe - - 33 - - - - - - - - curly - - -70 - - - - larry - - 89 - - - - moe - - 30 - - - - - - - - curly - - -90 - - - - larry - - 42 - - - - moe - - 6 - - - - - - - - curly - - -28 - - - - larry - - 96 - - - - moe - - 92 - - - - - - - - curly - - -31 - - - - larry - - 81 - - - - moe - - 85 - - - - - - - - curly - - -18 - - - - larry - - 62 - - - - moe - - 9 - - - - - - - - curly - - -98 - - - - larry - - 79 - - - - moe - - 66 - - - - - - - - curly - - -3 - - - - larry - - 59 - - - - moe - - 80 - - - - - - - - curly - - -83 - - - - larry - - 27 - - - - moe - - 19 - - - - - - - - curly - - -85 - - - - larry - - 4 - - - - moe - - 16 - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2e/2ed2a102d569cd5c049e075c3d5146d4def7a689.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2e/2ed2a102d569cd5c049e075c3d5146d4def7a689.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/2e/2ed2a102d569cd5c049e075c3d5146d4def7a689.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/2e/2ed2a102d569cd5c049e075c3d5146d4def7a689.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,312 +0,0 @@ -/*************************************************************** - * Name: Python Debugger Plugin - * Purpose: Code::Blocks plugin - * Author: Damien Moore () - * Created: 2006-09-28 - * Copyright: Damien Moore - * License: GPL - **************************************************************/ - -#ifndef PYTHONDEBUGGER_H_INCLUDED -#define PYTHONDEBUGGER_H_INCLUDED - -// For compilers that support precompilation, includes -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include // for "class cbPlugin/cbDebuggerPlugin" -#include -#include -#include - -#include -#include "debuggeroptionsdlg.h" - - -#define DBGCMDTYPE_FLOWCONTROL 1 -#define DBGCMDTYPE_BREAKPOINT 2 -#define DBGCMDTYPE_WATCHEXPRESSION 3 -#define DBGCMDTYPE_WATCHTOOLTIP 4 -#define DBGCMDTYPE_WATCHGETCHILDREN 5 -#define DBGCMDTYPE_EVALUATE 6 -#define DBGCMDTYPE_USERCOMMAND 7 -#define DBGCMDTYPE_CALLSTACK 8 -#define DBGCMDTYPE_OTHER 9 - - -typedef std::set BPLtype; - -typedef std::vector > StackList; - -class PyBreakpoint:public cbBreakpoint -{ - public: - PyBreakpoint(wxString file, int line) - { - m_file=file; - m_line=line; - } - virtual ~PyBreakpoint() {} - void SetEnabled(bool flag) {m_enabled = flag;} - wxString GetLocation() const {return m_file;} - int GetLine() const {return m_line;} - wxString GetLineString() const {return wxString::Format(wxT("%i"),m_line);} - wxString GetType() const {return m_type;} - wxString GetInfo() const {return m_info;} - bool IsEnabled() const {return m_enabled;} - bool IsVisibleInEditor()const {return true;} - bool IsTemporary() const {return false;} - private: - bool m_enabled; - wxString m_file; - int m_line; - wxString m_type; - wxString m_info; -}; - - -typedef cb::shared_ptr Pointer; -typedef std::vector BPList; - -class PythonWatch :public cbWatch -{ - public: - PythonWatch(wxString const &symbol) : - m_symbol(symbol), - m_has_been_expanded(false) - { - } - typedef cb::shared_ptr Pointer; - virtual ~PythonWatch() {} - - void Reset() - { - m_id = m_type = m_value = wxEmptyString; - m_has_been_expanded = false; - RemoveChildren(); - Expand(false); - } - - wxString const & GetID() const { return m_id; } - void SetID(wxString const &id) { m_id = id; } - - bool HasBeenExpanded() const { return m_has_been_expanded; } - void SetHasBeenExpanded(bool expanded) { m_has_been_expanded = expanded; } - virtual void GetSymbol(wxString &symbol) const { symbol = m_symbol; } - virtual void GetValue(wxString &value) const { value = m_value; } - virtual bool SetValue(const wxString &value) { m_value = value; return true; } - virtual void GetFullWatchString(wxString &full_watch) const { full_watch = m_value; } - virtual void GetType(wxString &type) const { type = m_type; } - virtual void SetType(const wxString &type) { m_type = type; } - - virtual wxString const & GetDebugString() const - { - m_debug_string = m_id + wxT("->") + m_symbol + wxT(" = ") + m_value; - return m_debug_string; - } - protected: - virtual void DoDestroy() {} - private: - wxString m_id; - wxString m_symbol; - wxString m_value; - wxString m_type; - mutable wxString m_debug_string; - bool m_has_been_expanded; -}; - -typedef std::vector PythonWatchesContainer; - - -struct StackInfo -{ - int activeframe; - StackList frames; -}; - -struct PythonCmdDispatchData -{ - int type; - wxString cmdtext; -}; - -class PythonDebugger : public cbDebuggerPlugin -{ - public: - /** Constructor. */ - PythonDebugger(); - /** Destructor. */ - virtual ~PythonDebugger(); - - virtual void OnAttachReal(); - virtual void OnReleaseReal(bool appShutDown); - - virtual void SetupToolsMenu(wxMenu &) {} - virtual bool SupportsFeature(cbDebuggerFeature::Flags f); - - /** @brief Is the plugin stopped on breakpoint? */ - virtual bool IsStopped() const {return m_DebugCommandCount==0;} - - /** @brief Get the exit code of the last debug process. */ -// virtual int GetExitCode() const {} - - // stack frame calls; - virtual int GetStackFrameCount() const; - virtual cb::shared_ptr GetStackFrame(int index) const; - virtual void SwitchToFrame(int number); - virtual int GetActiveStackFrame() const; - - // breakpoints calls - /** @brief Request to add a breakpoint. - * @param file The file to add the breakpoint based on a file/line pair. - * @param line The line number to put the breakpoint in @c file. - * @return True if succeeded, false if not. - */ - virtual cb::shared_ptr AddBreakpoint(const wxString& filename, int line); - - /** @brief Request to add a breakpoint based on a data expression. - * @param dataExpression The data expression to add the breakpoint. - * @return True if succeeded, false if not. - */ - virtual cb::shared_ptr AddDataBreakpoint(const wxString& dataExpression) {return cb::shared_ptr();} - virtual int GetBreakpointsCount() const {return m_bplist.size();} - virtual cb::shared_ptr GetBreakpoint(int index); - virtual cb::shared_ptr GetBreakpoint(int index) const; - virtual void UpdateBreakpoint(cb::shared_ptr breakpoint) {} - virtual void DeleteBreakpoint(cb::shared_ptr breakpoint); - virtual void DeleteAllBreakpoints(); - virtual void ShiftBreakpoint(int index, int lines_to_shift) {} - // threads - virtual int GetThreadsCount() const {return 0;} - virtual cb::shared_ptr GetThread(int index) const { cb::shared_ptr p(new cbThread()); return p;} - virtual bool SwitchToThread(int thread_number) {return false;} - - // watches - virtual cb::shared_ptr AddWatch(const wxString& symbol); - virtual void DeleteWatch(cb::shared_ptr watch); - virtual bool HasWatch(cb::shared_ptr watch); - virtual void ShowWatchProperties(cb::shared_ptr watch); - virtual bool SetWatchValue(cb::shared_ptr watch, const wxString &value); - virtual void ExpandWatch(cb::shared_ptr watch); - virtual void CollapseWatch(cb::shared_ptr watch); - virtual void UpdateWatch(cb::shared_ptr watch); - virtual void OnWatchesContextMenu(wxMenu &menu, const cbWatch &watch, wxObject *property); - - virtual void SendCommand(const wxString& cmd, bool debugLog); - - virtual void AttachToProcess(const wxString& pid) {} - virtual void DetachFromProcess() {} - virtual bool IsAttachedToProcess() const; - - virtual void GetCurrentPosition(wxString &filename, int &line) {filename=m_curfile;line=m_curline;} - - virtual void ConvertDirectory(wxString& str, wxString base = _T(""), bool relative = true) {} - virtual cbProject* GetProject() {return NULL;} - virtual void ResetProject() {} - virtual void CleanupWhenProjectClosed(cbProject *project) {} - - virtual void RequestUpdate(DebugWindows window); - -// Debugger Plugin Specific Virtuals - - virtual bool IsBusy() const {return m_TimerPollDebugger.IsRunning();} - virtual void EnableBreakpoint(cb::shared_ptr breakpoint, bool enable) {} - virtual bool Debug(bool breakOnEntry); - virtual void Continue(); - virtual void Next(); - virtual void NextInstruction(); - virtual void Step(); - virtual void StepIntoInstruction(); - virtual void StepOut(); - virtual void Stop(); - virtual void Break(); - virtual bool RunToCursor(const wxString& filename, int line, const wxString& line_text); - virtual void SetNextStatement(const wxString& filename, int line); - bool IsRunning() const { return m_DebuggerActive; } /** Is the plugin currently debugging? */ - int GetExitCode() const { return 0; } -// Misc Plugin Virtuals - virtual cbDebuggerConfiguration* LoadConfig(const ConfigManagerWrapper &config) {return new PyDebuggerConfiguration(config);} - virtual int GetConfigurationPriority() const { return 50; } - virtual int GetConfigurationGroup() const { return cgUnknown; } - virtual cbConfigurationPanel* GetConfigurationPanel(wxWindow* parent); /** Return plugin's configuration panel.*/ - virtual cbConfigurationPanel* GetProjectConfigurationPanel(wxWindow* parent, cbProject* project){ return 0; } /** Return plugin's configuration panel for projects.*/ - virtual void BuildMenu(wxMenuBar* menuBar) {} /** add plugin items to the main menu bar*/ - - void OnValueTooltip(CodeBlocksEvent& event); - void SetWatchTooltip(const wxString &tip, int definition_length); - - PyDebuggerConfiguration& GetActiveConfigEx() - { - return static_cast(GetActiveConfig()); - } - -/// Non-boiler plate methods - public: - void UpdateMenu(); - void UpdateConfig() {;} - void CreateMenu(); - - private: - void OnTerminatePipedProcess(wxProcessEvent &event); - void OnTimer(wxTimerEvent& event); - bool IsPythonFile(const wxString &file) const; - - void ClearActiveMarkFromAllEditors(); - - bool DispatchCommands(const wxString& cmd, int cmdtype=DBGCMDTYPE_FLOWCONTROL, bool poll=true); - wxString AssembleBreakpointCommands(); - void DispatchWatchCommands(); - wxString AssembleAliasCommands(); - - wxMenu *LangMenu; // pointer to the interpreters menu - wxString m_PythonFileExtensions; - - // Information about current debug location - unsigned long m_curline; - wxString m_curfile; - bool m_changeposition; - - long m_watch_tooltip_pos; - - // Output from the debugger and program held in buffers - wxString m_outbuf; //contains buffer of streamed output from Python console since last action - int m_bufpos; //search position in console output buffer (used to check whether processing is finished) - wxString m_outdebugbuf; //contains buffer of streamed output from Python console since last action - int m_debugbufpos; //search position in console output buffer (used to check whether processing is finished) - wxString m_outprogbuf; //contains buffer of streamed output from Python console since last action - int m_progbufpos; //search position in console output buffer (used to check whether processing is finished) - wxOutputStream *m_ostream; - wxInputStream *m_istream; - wxProcess *m_pp; - long m_pid; - wxTimer m_TimerPollDebugger; - int m_DebugCommandCount; //number of commands dispatched to the debugger that have yet to be handled - std::list m_DispatchedCommands; - - // breakpoint list - BPList m_bplist; - StackInfo m_stackinfo; //call stack - PythonWatchesContainer m_watchlist; - PythonWatch::Pointer m_locals_watch; - PythonWatch::Pointer m_functions_watch; - PythonWatch::Pointer m_classes_watch; - PythonWatch::Pointer m_modules_watch; - - bool m_DebuggerActive; - wxString m_debugfile; // file and line of current debug code position - wxString m_debugline; - - TextCtrlLogger *m_DebugLog; // pointer to the text log (initialized with OnAttach) - int m_DebugLogPageIndex; //page index of the debug log - - wxString m_RunTarget; - bool m_RunTargetSelected; - wxToolBar *m_pTbar; - - DECLARE_EVENT_TABLE(); -}; - -#endif // PYTHONDEBUGGER_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/30/30f911f9f869e407e7bff0b80f0bbf65014c4200.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/30/30f911f9f869e407e7bff0b80f0bbf65014c4200.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/30/30f911f9f869e407e7bff0b80f0bbf65014c4200.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/30/30f911f9f869e407e7bff0b80f0bbf65014c4200.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,428 +0,0 @@ -abc Abstract base classes according to PEP 3119. -aepack (Mac) Deprecated: Conversion between Python variables and AppleEvent data containers. -aetools (Mac) Deprecated: Basic support for sending Apple Events -aetypes (Mac) Deprecated: Python representation of the Apple Event Object Model. -aifc Read and write audio files in AIFF or AIFC format. -al (IRIX) Deprecated: Audio functions on the SGI. -AL (IRIX) Deprecated: Constants used with the al module. -anydbm Generic interface to DBM-style database modules. -applesingle (Mac) Deprecated: Rudimentary decoder for AppleSingle format files. -argparse Command-line option and argument parsing library. -array Space efficient arrays of uniformly typed numeric values. -ast Abstract Syntax Tree classes and manipulation. -asynchat Support for asynchronous command/response protocols. -asyncore A base class for developing asynchronous socket handling services. -atexit Register and execute cleanup functions. -audioop Manipulate raw audio data. -autoGIL (Mac) Deprecated: Global Interpreter Lock handling in event loops. -base64 RFC 3548: Base16, Base32, Base64 Data Encodings -BaseHTTPServer Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer). -Bastion Deprecated: Providing restricted access to objects. -bdb Debugger framework. -binascii Tools for converting between binary and various ASCII-encoded binary representations. -binhex Encode and decode files in binhex4 format. -bisect Array bisection algorithms for binary searching. -bsddb Interface to Berkeley DB database library -buildtools (Mac) Deprecated: Helper module for BuildApplet, BuildApplication and macfreeze. -bz2 Interface to compression and decompression routines compatible with bzip2. -calendar Functions for working with calendars, including some emulation of the Unix cal program. -Carbon - Carbon.AE (Mac) Deprecated: Interface to the Apple Events toolbox. - Carbon.AH (Mac) Deprecated: Interface to the Apple Help manager. - Carbon.App (Mac) Deprecated: Interface to the Appearance Manager. - Carbon.Appearance (Mac) Deprecated: Constant definitions for the interface to the Appearance Manager. - Carbon.CarbonEvents (Mac) Deprecated: Constants for the interface to the Carbon Event Manager. - Carbon.CarbonEvt (Mac) Deprecated: Interface to the Carbon Event Manager. - Carbon.CF (Mac) Deprecated: Interface to the Core Foundation. - Carbon.CG (Mac) Deprecated: Interface to Core Graphics. - Carbon.Cm (Mac) Deprecated: Interface to the Component Manager. - Carbon.Components (Mac) Deprecated: Constants for the interface to the Component Manager. - Carbon.ControlAccessor (Mac) Deprecated: Accessor functions for the interface to the Control Manager. - Carbon.Controls (Mac) Deprecated: Constants for the interface to the Control Manager. - Carbon.CoreFounation (Mac) Deprecated: Constants for the interface to CoreFoundation. - Carbon.CoreGraphics (Mac) Deprecated: Constants for the interface to CoreGraphics. - Carbon.Ctl (Mac) Deprecated: Interface to the Control Manager. - Carbon.Dialogs (Mac) Deprecated: Constants for the interface to the Dialog Manager. - Carbon.Dlg (Mac) Deprecated: Interface to the Dialog Manager. - Carbon.Drag (Mac) Deprecated: Interface to the Drag and Drop Manager. - Carbon.Dragconst (Mac) Deprecated: Constants for the interface to the Drag and Drop Manager. - Carbon.Events (Mac) Deprecated: Constants for the interface to the classic Event Manager. - Carbon.Evt (Mac) Deprecated: Interface to the classic Event Manager. - Carbon.File (Mac) Deprecated: Interface to the File Manager. - Carbon.Files (Mac) Deprecated: Constants for the interface to the File Manager. - Carbon.Fm (Mac) Deprecated: Interface to the Font Manager. - Carbon.Folder (Mac) Deprecated: Interface to the Folder Manager. - Carbon.Folders (Mac) Deprecated: Constants for the interface to the Folder Manager. - Carbon.Fonts (Mac) Deprecated: Constants for the interface to the Font Manager. - Carbon.Help (Mac) Deprecated: Interface to the Carbon Help Manager. - Carbon.IBCarbon (Mac) Deprecated: Interface to the Carbon InterfaceBuilder support libraries. - Carbon.IBCarbonRuntime (Mac) Deprecated: Constants for the interface to the Carbon InterfaceBuilder support libraries. - Carbon.Icns (Mac) Deprecated: Interface to the Carbon Icon Manager - Carbon.Icons (Mac) Deprecated: Constants for the interface to the Carbon Icon Manager - Carbon.Launch (Mac) Deprecated: Interface to the Carbon Launch Services. - Carbon.LaunchServices (Mac) Deprecated: Constants for the interface to the Carbon Launch Services. - Carbon.List (Mac) Deprecated: Interface to the List Manager. - Carbon.Lists (Mac) Deprecated: Constants for the interface to the List Manager. - Carbon.MacHelp (Mac) Deprecated: Constants for the interface to the Carbon Help Manager. - Carbon.MediaDescr (Mac) Deprecated: Parsers and generators for Quicktime Media descriptors - Carbon.Menu (Mac) Deprecated: Interface to the Menu Manager. - Carbon.Menus (Mac) Deprecated: Constants for the interface to the Menu Manager. - Carbon.Mlte (Mac) Deprecated: Interface to the MultiLingual Text Editor. - Carbon.OSA (Mac) Deprecated: Interface to the Carbon OSA Library. - Carbon.OSAconst (Mac) Deprecated: Constants for the interface to the Carbon OSA Library. - Carbon.Qd (Mac) Deprecated: Interface to the QuickDraw toolbox. - Carbon.Qdoffs (Mac) Deprecated: Interface to the QuickDraw Offscreen APIs. - Carbon.QDOffscreen (Mac) Deprecated: Constants for the interface to the QuickDraw Offscreen APIs. - Carbon.Qt (Mac) Deprecated: Interface to the QuickTime toolbox. - Carbon.QuickDraw (Mac) Deprecated: Constants for the interface to the QuickDraw toolbox. - Carbon.QuickTime (Mac) Deprecated: Constants for the interface to the QuickTime toolbox. - Carbon.Res (Mac) Deprecated: Interface to the Resource Manager and Handles. - Carbon.Resources (Mac) Deprecated: Constants for the interface to the Resource Manager and Handles. - Carbon.Scrap (Mac) Deprecated: The Scrap Manager provides basic services for implementing cut & paste and clipboard operations. - Carbon.Snd (Mac) Deprecated: Interface to the Sound Manager. - Carbon.Sound (Mac) Deprecated: Constants for the interface to the Sound Manager. - Carbon.TE (Mac) Deprecated: Interface to TextEdit. - Carbon.TextEdit (Mac) Deprecated: Constants for the interface to TextEdit. - Carbon.Win (Mac) Deprecated: Interface to the Window Manager. - Carbon.Windows (Mac) Deprecated: Constants for the interface to the Window Manager. -cd (IRIX) Deprecated: Interface to the CD-ROM on Silicon Graphics systems. -cfmfile (Mac) Deprecated: Code Fragment Resource module. -cgi Helpers for running Python scripts via the Common Gateway Interface. -CGIHTTPServer This module provides a request handler for HTTP servers which can run CGI scripts. -cgitb Configurable traceback handler for CGI scripts. -chunk Module to read IFF chunks. -cmath Mathematical functions for complex numbers. -cmd Build line-oriented command interpreters. -code Facilities to implement read-eval-print loops. -codecs Encode and decode data and streams. -codeop Compile (possibly incomplete) Python code. -collections High-performance datatypes -ColorPicker (Mac) Deprecated: Interface to the standard color selection dialog. -colorsys Conversion functions between RGB and other color systems. -commands (Unix) Deprecated: Utility functions for running external commands. -compileall Tools for byte-compiling all Python source files in a directory tree. -compiler Deprecated: Python code compiler written in Python. - compiler.ast - compiler.visitor -ConfigParser Configuration file parser. -contextlib Utilities for with-statement contexts. -Cookie Support for HTTP state management (cookies). -cookielib Classes for automatic handling of HTTP cookies. -copy Shallow and deep copy operations. -copy_reg Register pickle support functions. -cPickle Faster version of pickle, but not subclassable. -cProfile Python profiler -crypt (Unix) The crypt() function used to check Unix passwords. -cStringIO Faster version of StringIO, but not subclassable. -csv Write and read tabular data to and from delimited files. -ctypes A foreign function library for Python. -curses (Unix) An interface to the curses library, providing portable terminal handling. - curses.ascii Constants and set-membership functions for ASCII characters. - curses.panel A panel stack extension that adds depth to curses windows. - curses.textpad Emacs-like input editing in a curses window. -datetime Basic date and time types. -dbhash DBM-style interface to the BSD database library. -dbm (Unix) The standard "database" interface, based on ndbm. -decimal Implementation of the General Decimal Arithmetic Specification. -DEVICE (IRIX) Deprecated: Constants used with the gl module. -difflib Helpers for computing differences between objects. -dircache Deprecated: Return directory listing, with cache mechanism. -dis Disassembler for Python bytecode. -distutils Support for building and installing Python modules into an existing Python installation. - distutils.archive_util Utility functions for creating archive files (tarballs, zip files, ...) - distutils.bcppcompiler - distutils.ccompiler Abstract CCompiler class - distutils.cmd This module provides the abstract base class Command. This class is subclassed by the modules in the distutils.command subpackage. - distutils.command This subpackage contains one module for each standard Distutils command. - distutils.command.bdist Build a binary installer for a package - distutils.command.bdist_dumb Build a "dumb" installer - a simple archive of files - distutils.command.bdist_msi Build a binary distribution as a Windows MSI file - distutils.command.bdist_packager Abstract base class for packagers - distutils.command.bdist_rpm Build a binary distribution as a Redhat RPM and SRPM - distutils.command.bdist_wininst Build a Windows installer - distutils.command.build Build all files of a package - distutils.command.build_clib Build any C libraries in a package - distutils.command.build_ext Build any extensions in a package - distutils.command.build_py Build the .py/.pyc files of a package - distutils.command.build_scripts Build the scripts of a package - distutils.command.check Check the metadata of a package - distutils.command.clean Clean a package build area - distutils.command.config Perform package configuration - distutils.command.install Install a package - distutils.command.install_data Install data files from a package - distutils.command.install_headers Install C/C++ header files from a package - distutils.command.install_lib Install library files from a package - distutils.command.install_scripts Install script files from a package - distutils.command.register Register a module with the Python Package Index - distutils.command.sdist Build a source distribution - distutils.core The core Distutils functionality - distutils.cygwinccompiler - distutils.debug Provides the debug flag for distutils - distutils.dep_util Utility functions for simple dependency checking - distutils.dir_util Utility functions for operating on directories and directory trees - distutils.dist Provides the Distribution class, which represents the module distribution being built/installed/distributed - distutils.emxccompiler OS/2 EMX Compiler support - distutils.errors Provides standard distutils exceptions - distutils.extension Provides the Extension class, used to describe C/C++ extension modules in setup scripts - distutils.fancy_getopt Additional getopt functionality - distutils.file_util Utility functions for operating on single files - distutils.filelist The FileList class, used for poking about the file system and building lists of files. - distutils.log A simple logging mechanism, 282-style - distutils.msvccompiler Microsoft Compiler - distutils.spawn Provides the spawn() function - distutils.sysconfig Low-level access to configuration information of the Python interpreter. - distutils.text_file provides the TextFile class, a simple interface to text files - distutils.unixccompiler UNIX C Compiler - distutils.util Miscellaneous other utility functions - distutils.version implements classes that represent module version numbers. -dl (Unix) Deprecated: Call C functions in shared objects. -doctest Test pieces of code within docstrings. -DocXMLRPCServer Self-documenting XML-RPC server implementation. -dumbdbm Portable implementation of the simple DBM interface. -dummy_thread Drop-in replacement for the thread module. -dummy_threading Drop-in replacement for the threading module. -EasyDialogs (Mac) Deprecated: Basic Macintosh dialogs. -email Package supporting the parsing, manipulating, and generating email messages, including MIME documents. - email.charset Character Sets - email.encoders Encoders for email message payloads. - email.errors The exception classes used by the email package. - email.generator Generate flat text email messages from a message structure. - email.header Representing non-ASCII headers - email.iterators Iterate over a message object tree. - email.message The base class representing email messages. - email.mime Build MIME messages. - email.parser Parse flat text email messages to produce a message object structure. - email.utils Miscellaneous email package utilities. -encodings - encodings.idna Internationalized Domain Names implementation - encodings.utf_8_sig UTF-8 codec with BOM signature -errno Standard errno system symbols. -exceptions Standard exception classes. -fcntl (Unix) The fcntl() and ioctl() system calls. -filecmp Compare files efficiently. -fileinput Loop over standard input or a list of files. -findertools (Mac) Wrappers around the finder's Apple Events interface. -FL (IRIX) Deprecated: Constants used with the fl module. -fl (IRIX) Deprecated: FORMS library for applications with graphical user interfaces. -flp (IRIX) Deprecated: Functions for loading stored FORMS designs. -fm (IRIX) Deprecated: Font Manager interface for SGI workstations. -fnmatch Unix shell style filename pattern matching. -formatter Generic output formatter and device interface. -fpectl (Unix) Provide control for floating point exception handling. -fpformat Deprecated: General floating point formatting functions. -fractions Rational numbers. -FrameWork (Mac) Deprecated: Interactive application framework. -ftplib FTP protocol client (requires sockets). -functools Higher order functions and operations on callable objects. -future_builtins -gc Interface to the cycle-detecting garbage collector. -gdbm (Unix) GNU's reinterpretation of dbm. -gensuitemodule (Mac) Create a stub package from an OSA dictionary -getopt Portable parser for command line options; support both short and long option names. -getpass Portable reading of passwords and retrieval of the userid. -gettext Multilingual internationalization services. -gl (IRIX) Deprecated: Functions from the Silicon Graphics Graphics Library. -GL (IRIX) Deprecated: Constants used with the gl module. -glob Unix shell style pathname pattern expansion. -grp (Unix) The group database (getgrnam() and friends). -gzip Interfaces for gzip compression and decompression using file objects. -hashlib Secure hash and message digest algorithms. -heapq Heap queue algorithm (a.k.a. priority queue). -hmac Keyed-Hashing for Message Authentication (HMAC) implementation for Python. -hotshot High performance logging profiler, mostly written in C. - hotshot.stats Statistical analysis for Hotshot -htmlentitydefs Definitions of HTML general entities. -htmllib Deprecated: A parser for HTML documents. -HTMLParser A simple parser that can handle HTML and XHTML. -httplib HTTP and HTTPS protocol client (requires sockets). -ic (Mac) Deprecated: Access to the Mac OS X Internet Config. -icopen (Mac) Deprecated: Internet Config replacement for open(). -imageop Deprecated: Manipulate raw image data. -imaplib IMAP4 protocol client (requires sockets). -imgfile (IRIX) Deprecated: Support for SGI imglib files. -imghdr Determine the type of image contained in a file or byte stream. -imp Access the implementation of the import statement. -importlib Convenience wrappers for __import__ -imputil Deprecated: Manage and augment the import process. -inspect Extract information and source code from live objects. -io Core tools for working with streams. -itertools Functions creating iterators for efficient looping. -jpeg (IRIX) Deprecated: Read and write image files in compressed JPEG format. -json Encode and decode the JSON format. -keyword Test whether a string is a keyword in Python. -lib2to3 the 2to3 library -linecache This module provides random access to individual lines from text files. -locale Internationalization services. -logging Flexible event logging system for applications. - logging.config Configuration of the logging module. - logging.handlers Handlers for the logging module. -macerrors (Mac) Deprecated: Constant definitions for many Mac OS error codes. -MacOS (Mac) Deprecated: Access to Mac OS-specific interpreter features. -macostools (Mac) Deprecated: Convenience routines for file manipulation. -macpath Mac OS 9 path manipulation functions. -macresource (Mac) Deprecated: Locate script resources. -mailbox Manipulate mailboxes in various formats -mailcap Mailcap file handling. -marshal Convert Python objects to streams of bytes and back (with different constraints). -math Mathematical functions (sin() etc.). -md5 Deprecated: RSA's MD5 message digest algorithm. -mhlib Deprecated: Manipulate MH mailboxes from Python. -mimetools Deprecated: Tools for parsing MIME-style message bodies. -mimetypes Mapping of filename extensions to MIME types. -MimeWriter Deprecated: Write MIME format files. -mimify Deprecated: Mimification and unmimification of mail messages. -MiniAEFrame (Mac) Support to act as an Open Scripting Architecture (OSA) server ("Apple Events"). -mmap Interface to memory-mapped files for Unix and Windows. -modulefinder Find modules used by a script. -msilib (Windows) Creation of Microsoft Installer files, and CAB files. -msvcrt (Windows) Miscellaneous useful routines from the MS VC++ runtime. -multifile Deprecated: Support for reading files which contain distinct parts, such as some MIME data. -multiprocessing Process-based "threading" interface. - multiprocessing.connection API for dealing with sockets. - multiprocessing.dummy Dumb wrapper around threading. - multiprocessing.managers Share data between process with shared objects. - multiprocessing.pool Create pools of processes. - multiprocessing.sharedctypes Allocate ctypes objects from shared memory. -mutex Deprecated: Lock and queue for mutual exclusion. -Nav (Mac) Deprecated: Interface to Navigation Services. -netrc Loading of .netrc files. -new Deprecated: Interface to the creation of runtime implementation objects. -nis (Unix) Interface to Sun's NIS (Yellow Pages) library. -nntplib NNTP protocol client (requires sockets). -numbers Numeric abstract base classes (Complex, Real, Integral, etc.). -operator Functions corresponding to the standard operators. -optparse Deprecated: Command-line option parsing library. -os Miscellaneous operating system interfaces. - os.path Operations on pathnames. -ossaudiodev (Linux, FreeBSD) Access to OSS-compatible audio devices. -parser Access parse trees for Python source code. -pdb The Python debugger for interactive interpreters. -pickle Convert Python objects to streams of bytes and back. -pickletools Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions. -pipes (Unix) A Python interface to Unix shell pipelines. -PixMapWrapper (Mac) Deprecated: Wrapper for PixMap objects. -pkgutil Utilities for the import system. -platform Retrieves as much platform identifying data as possible. -plistlib Generate and parse Mac OS X plist files. -popen2 Deprecated: Subprocesses with accessible standard I/O streams. -poplib POP3 protocol client (requires sockets). -posix (Unix) The most common POSIX system calls (normally used via module os). -posixfile (Unix) Deprecated: A file-like object with support for locking. -pprint Data pretty printer. -profile Python source profiler. -pstats Statistics object for use with the profiler. -pty (Linux) Pseudo-Terminal Handling for Linux. -pwd (Unix) The password database (getpwnam() and friends). -py_compile Generate byte-code files from Python source files. -pyclbr Supports information extraction for a Python class browser. -pydoc Documentation generator and online help system. -Queue A synchronized queue class. -quopri Encode and decode files using the MIME quoted-printable encoding. -random Generate pseudo-random numbers with various common distributions. -re Regular expression operations. -readline (Unix) GNU readline support for Python. -repr Alternate repr() implementation with size limits. -resource (Unix) An interface to provide resource usage information on the current process. -rexec Deprecated: Basic restricted execution framework. -rfc822 Deprecated: Parse 2822 style mail messages. -rlcompleter Python identifier completion, suitable for the GNU readline library. -robotparser Loads a robots.txt file and answers questions about fetchability of other URLs. -runpy Locate and run Python modules without importing them first. -sched General purpose event scheduler. -ScrolledText (Tk) Text widget with a vertical scroll bar. -select Wait for I/O completion on multiple streams. -sets Deprecated: Implementation of sets of unique elements. -sgmllib Deprecated: Only as much of an SGML parser as needed to parse HTML. -sha Deprecated: NIST's secure hash algorithm, SHA. -shelve Python object persistence. -shlex Simple lexical analysis for Unix shell-like languages. -shutil High-level file operations, including copying. -signal Set handlers for asynchronous events. -SimpleHTTPServer This module provides a basic request handler for HTTP servers. -SimpleXMLRPCServer Basic XML-RPC server implementation. -site Module responsible for site-specific configuration. -smtpd A SMTP server implementation in Python. -smtplib SMTP protocol client (requires sockets). -sndhdr Determine type of a sound file. -socket Low-level networking interface. -SocketServer A framework for network servers. -spwd (Unix) The shadow password database (getspnam() and friends). -sqlite3 A DB-API 2.0 implementation using SQLite 3.x. -ssl TLS/SSL wrapper for socket objects -stat Utilities for interpreting the results of os.stat(), os.lstat() and os.fstat(). -statvfs Deprecated: Constants for interpreting the result of os.statvfs(). -string Common string operations. -StringIO Read and write strings as if they were files. -stringprep Deprecated: String preparation, as per RFC 3453 -struct Interpret strings as packed binary data. -subprocess Subprocess management. -sunau Provide an interface to the Sun AU sound format. -sunaudiodev (SunOS) Deprecated: Access to Sun audio hardware. -SUNAUDIODEV (SunOS) Deprecated: Constants for use with sunaudiodev. -symbol Constants representing internal nodes of the parse tree. -symtable Interface to the compiler's internal symbol tables. -sys Access system-specific parameters and functions. -sysconfig Python's configuration information -syslog (Unix) An interface to the Unix syslog library routines. -tabnanny Tool for detecting white space related problems in Python source files in a directory tree. -tarfile Read and write tar-format archive files. -telnetlib Telnet client class. -tempfile Generate temporary files and directories. -termios (Unix) POSIX style tty control. -test Regression tests package containing the testing suite for Python. - test.test_support Support for Python regression tests. -textwrap Text wrapping and filling -thread Create multiple threads of control within one interpreter. -threading Higher-level threading interface. -time Time access and conversions. -timeit Measure the execution time of small code snippets. -Tix Tk Extension Widgets for Tkinter -Tkinter Interface to Tcl/Tk for graphical user interfaces -token Constants representing terminal nodes of the parse tree. -tokenize Lexical scanner for Python source code. -trace Trace or track Python statement execution. -traceback Print or retrieve a stack traceback. -ttk Tk themed widget set -tty (Unix) Utility functions that perform common terminal control operations. -turtle Turtle graphics for Tk -types Names for built-in types. -unicodedata Access the Unicode Database. -unittest Unit testing framework for Python. -urllib Open an arbitrary network resource by URL (requires sockets). -urllib2 Next generation URL opening library. -urlparse Parse URLs into or assemble them from components. -user Deprecated: A standard way to reference user-specific modules. -UserDict Class wrapper for dictionary objects. -UserList Class wrapper for list objects. -UserString Class wrapper for string objects. -uu Encode and decode files in uuencode format. -uuid UUID objects (universally unique identifiers) according to RFC 4122 -videoreader (Mac) Deprecated: Read QuickTime movies frame by frame for further processing. -W (Mac) Deprecated: Widgets for the Mac, built on top of FrameWork. -warnings Issue warning messages and control their disposition. -wave Provide an interface to the WAV sound format. -weakref Support for weak references and weak dictionaries. -webbrowser Easy-to-use controller for Web browsers. -whichdb Guess which DBM-style module created a given database. -winsound (Windows) Access to the sound-playing machinery for Windows. -wsgiref WSGI Utilities and Reference Implementation. - wsgiref.handlers WSGI server/gateway base classes. - wsgiref.headers WSGI response header tools. - wsgiref.simple_server A simple WSGI HTTP server. - wsgiref.util WSGI environment utilities. - wsgiref.validate WSGI conformance checker. -xdrlib Encoders and decoders for the External Data Representation (XDR). -xml - xml.dom Document Object Model API for Python. - xml.dom.minidom Lightweight Document Object Model (DOM) implementation. - xml.dom.pulldom Support for building partial DOM trees from SAX events. - xml.etree.ElementTree Implementation of the ElementTree API. - xml.parsers.expat An interface to the Expat non-validating XML parser. - xml.sax Package containing SAX2 base classes and convenience functions. - xml.sax.handler Base classes for SAX event handlers. - xml.sax.saxutils Convenience functions and classes for use with SAX. - xml.sax.xmlreader Interface which SAX-compliant XML parsers must implement. -xmlrpclib XML-RPC client access. -zipfile Read and write ZIP-format archive files. -zipimport support for importing Python modules from ZIP archives. -zlib Low-level interface to compression and decompression routines compatible with gzip. diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/32/32fed0394eee6073b2d4d6b7b0898d525316161a.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/32/32fed0394eee6073b2d4d6b7b0898d525316161a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/32/32fed0394eee6073b2d4d6b7b0898d525316161a.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/32/32fed0394eee6073b2d4d6b7b0898d525316161a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,379 +0,0 @@ - - -// base64.hpp -// Autor Konstantin Pilipchuk -// mailto:lostd@ukr.net -// -// - -#if !defined(__BASE64_H_INCLUDED__) -#define __BASE64_H_INCLUDED__ 1 - -#ifndef MAKEDEPEND -# include -#endif - -static -int _base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z', - 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z', - '0','1','2','3','4','5','6','7','8','9', - '+','/' }; - - -#define _0000_0011 0x03 -#define _1111_1100 0xFC -#define _1111_0000 0xF0 -#define _0011_0000 0x30 -#define _0011_1100 0x3C -#define _0000_1111 0x0F -#define _1100_0000 0xC0 -#define _0011_1111 0x3F - -#define _EQUAL_CHAR (-1) -#define _UNKNOWN_CHAR (-2) - -#define _IOS_FAILBIT std::ios_base::failbit -#define _IOS_EOFBIT std::ios_base::eofbit -#define _IOS_BADBIT std::ios_base::badbit -#define _IOS_GOODBIT std::ios_base::goodbit - -// TEMPLATE CLASS base64_put -template > -class base64 -{ -public: - - typedef unsigned char byte_t; - typedef _E char_type; - typedef _Tr traits_type; - - // base64 requires max line length <= 72 characters - // you can fill end of line - // it may be crlf, crlfsp, noline or other class like it - - - struct crlf - { - template - _OI operator()(_OI _To) const{ - *_To = _Tr::to_char_type('\r'); ++_To; - *_To = _Tr::to_char_type('\n'); ++_To; - - return (_To); - } - }; - - - struct crlfsp - { - template - _OI operator()(_OI _To) const{ - *_To = _Tr::to_char_type('\r'); ++_To; - *_To = _Tr::to_char_type('\n'); ++_To; - *_To = _Tr::to_char_type(' '); ++_To; - - return (_To); - } - }; - - struct noline - { - template - _OI operator()(_OI _To) const{ - return (_To); - } - }; - - struct three2four - { - void zero() - { - _data[0] = 0; - _data[1] = 0; - _data[2] = 0; - } - - byte_t get_0() const - { - return _data[0]; - } - byte_t get_1() const - { - return _data[1]; - } - byte_t get_2() const - { - return _data[2]; - } - - void set_0(byte_t _ch) - { - _data[0] = _ch; - } - - void set_1(byte_t _ch) - { - _data[1] = _ch; - } - - void set_2(byte_t _ch) - { - _data[2] = _ch; - } - - // 0000 0000 1111 1111 2222 2222 - // xxxx xxxx xxxx xxxx xxxx xxxx - // 0000 0011 1111 2222 2233 3333 - - int b64_0() const {return (_data[0] & _1111_1100) >> 2;} - int b64_1() const {return ((_data[0] & _0000_0011) << 4) + ((_data[1] & _1111_0000)>>4);} - int b64_2() const {return ((_data[1] & _0000_1111) << 2) + ((_data[2] & _1100_0000)>>6);} - int b64_3() const {return (_data[2] & _0011_1111);} - - void b64_0(int _ch) {_data[0] = ((_ch & _0011_1111) << 2) | (_0000_0011 & _data[0]);} - - void b64_1(int _ch) { - _data[0] = ((_ch & _0011_0000) >> 4) | (_1111_1100 & _data[0]); - _data[1] = ((_ch & _0000_1111) << 4) | (_0000_1111 & _data[1]); } - - void b64_2(int _ch) { - _data[1] = ((_ch & _0011_1100) >> 2) | (_1111_0000 & _data[1]); - _data[2] = ((_ch & _0000_0011) << 6) | (_0011_1111 & _data[2]); } - - void b64_3(int _ch){ - _data[2] = (_ch & _0011_1111) | (_1100_0000 & _data[2]);} - - private: - byte_t _data[3]; - - }; - - - - - template - _II put(_II _First, _II _Last, _OI _To, _State& _St, _Endline _Endl) const - { - three2four _3to4; - int line_octets = 0; - - while(_First != _Last) - { - _3to4.zero(); - - // 3 - _3to4.set_0(*_First); - _First++; - - if(_First == _Last) - { - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; - *_To = _Tr::to_char_type('='); ++_To; - *_To = _Tr::to_char_type('='); ++_To; - goto __end; - } - - _3to4.set_1(*_First); - _First++; - - if(_First == _Last) - { - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; - *_To = _Tr::to_char_type('='); ++_To; - goto __end; - } - - _3to4.set_2(*_First); - _First++; - - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; - *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_3()]); ++_To; - - if(line_octets == 17) // base64 72 - { - //_To = _Endl(_To); - *_To = '\n'; ++_To; - line_octets = 0; - } - else - ++line_octets; - } - - __end: ; - - return (_First); - - } - - - template - _II get(_II _First, _II _Last, _OI _To, _State& _St) const - { - three2four _3to4; - int _Char; - - while(_First != _Last) - { - - // Take octet - _3to4.zero(); - - // -- 0 -- - // Search next valid char... - while((_Char = _getCharType(*_First)) < 0 && _Char == _UNKNOWN_CHAR) - { - if(++_First == _Last) - { - _St |= _IOS_FAILBIT|_IOS_EOFBIT; return _First; // unexpected EOF - } - } - - if(_Char == _EQUAL_CHAR){ - // Error! First character in octet can't be '=' - _St |= _IOS_FAILBIT; - return _First; - } - else - _3to4.b64_0(_Char); - - - // -- 1 -- - // Search next valid char... - while(++_First != _Last) - if((_Char = _getCharType(*_First)) != _UNKNOWN_CHAR) - break; - - if(_First == _Last) { - _St |= _IOS_FAILBIT|_IOS_EOFBIT; // unexpected EOF - return _First; - } - - if(_Char == _EQUAL_CHAR){ - // Error! Second character in octet can't be '=' - _St |= _IOS_FAILBIT; - return _First; - } - else - _3to4.b64_1(_Char); - - - // -- 2 -- - // Search next valid char... - while(++_First != _Last) - if((_Char = _getCharType(*_First)) != _UNKNOWN_CHAR) - break; - - if(_First == _Last) { - // Error! Unexpected EOF. Must be '=' or base64 character - _St |= _IOS_FAILBIT|_IOS_EOFBIT; - return _First; - } - - if(_Char == _EQUAL_CHAR){ - // OK! - _3to4.b64_2(0); - _3to4.b64_3(0); - - // chek for EOF - if(++_First == _Last) - { - // Error! Unexpected EOF. Must be '='. Ignore it. - //_St |= _IOS_BADBIT|_IOS_EOFBIT; - _St |= _IOS_EOFBIT; - } - else - if(_getCharType(*_First) != _EQUAL_CHAR) - { - // Error! Must be '='. Ignore it. - //_St |= _IOS_BADBIT; - } - else - ++_First; // Skip '=' - - // write 1 byte to output - *_To = (byte_t) _3to4.get_0(); - return _First; - } - else - _3to4.b64_2(_Char); - - - // -- 3 -- - // Search next valid char... - while(++_First != _Last) - if((_Char = _getCharType(*_First)) != _UNKNOWN_CHAR) - break; - - if(_First == _Last) { - // Unexpected EOF. It's error. But ignore it. - //_St |= _IOS_FAILBIT|_IOS_EOFBIT; - _St |= _IOS_EOFBIT; - - return _First; - } - - if(_Char == _EQUAL_CHAR) - { - // OK! - _3to4.b64_3(0); - - // write to output 2 bytes - *_To = (byte_t) _3to4.get_0(); - *_To = (byte_t) _3to4.get_1(); - - ++_First; // set position to next character - - return _First; - } - else - _3to4.b64_3(_Char); - - - // write to output 3 bytes - *_To = (byte_t) _3to4.get_0(); - *_To = (byte_t) _3to4.get_1(); - *_To = (byte_t) _3to4.get_2(); - - ++_First; - - - } // while(_First != _Last) - - return (_First); - } - -protected: - - int _getCharType(int _Ch) const - { - if(_base64Chars[62] == _Ch) - return 62; - - if(_base64Chars[63] == _Ch) - return 63; - - if((_base64Chars[0] <= _Ch) && (_base64Chars[25] >= _Ch)) - return _Ch - _base64Chars[0]; - - if((_base64Chars[26] <= _Ch) && (_base64Chars[51] >= _Ch)) - return _Ch - _base64Chars[26] + 26; - - if((_base64Chars[52] <= _Ch) && (_base64Chars[61] >= _Ch)) - return _Ch - _base64Chars[52] + 52; - - if(_Ch == _Tr::to_int_type('=')) - return _EQUAL_CHAR; - - return _UNKNOWN_CHAR; - } - - -}; - - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/34/34ba2c5134303891171164f68bda6def4cbf2064.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/34/34ba2c5134303891171164f68bda6def4cbf2064.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/34/34ba2c5134303891171164f68bda6def4cbf2064.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/34/34ba2c5134303891171164f68bda6def4cbf2064.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/3523f8780e0a8311036a28cb745ea773c4a02e67.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/3523f8780e0a8311036a28cb745ea773c4a02e67.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/3523f8780e0a8311036a28cb745ea773c4a02e67.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/3523f8780e0a8311036a28cb745ea773c4a02e67.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,695 +0,0 @@ -#include -#include -#include -#include "PythonInterpCtrl.h" -#include - -#include - -//DECLARE_LOCAL_EVENT_TYPE(wxEVT_PY_NOTIFY_UI_CODEOK, -1) -DEFINE_EVENT_TYPE( wxEVT_PY_NOTIFY_UI_CODEOK ) - -//DECLARE_LOCAL_EVENT_TYPE(wxEVT_PY_NOTIFY_UI_INPUT, -1) -DEFINE_EVENT_TYPE( wxEVT_PY_NOTIFY_UI_INPUT ) - -//DECLARE_LOCAL_EVENT_TYPE(wxEVT_PY_PROC_END, -1) -DEFINE_EVENT_TYPE( wxEVT_PY_PROC_END ) - -////////////////////////////////////// PythonIOCtrl ////////////////////////////////////////////// - -BEGIN_EVENT_TABLE(PythonIOCtrl, wxTextCtrl) - EVT_CHAR(PythonIOCtrl::OnUserInput) -// EVT_TEXT(wxID_ANY, PythonIOCtrl::OnTextChange) -// EVT_COMMAND(0, wxEVT_PY_NOTIFY_UI_INPUT, PythonIOCtrl::OnLineInputRequest) -END_EVENT_TABLE() - -PythonIOCtrl::PythonIOCtrl(wxWindow *parent, PythonInterpCtrl *py) - : wxTextCtrl(parent, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RICH|wxTE_MULTILINE|wxTE_READONLY|wxTE_PROCESS_ENTER|wxTE_PROCESS_TAB|wxEXPAND) -{ - m_pyctrl = py; - m_line_entry_mode=false; - // setting the default editor font size to 10 point - wxFont font(10, wxMODERN, wxNORMAL, wxNORMAL); - - ConfigManager* mgr = Manager::Get()->GetConfigManager(_T("editor")); - wxString fontstring = mgr->Read(_T("/font"), wxEmptyString); - - if (!fontstring.IsEmpty()) - { - wxNativeFontInfo nfi; - nfi.FromString(fontstring); - font.SetNativeFontInfo(nfi); - } - - wxTextAttr ta; - ta.SetFont(font); - SetDefaultStyle(ta); -} - - -void PythonIOCtrl::OnUserInput(wxKeyEvent& ke) -{ - if(ke.GetModifiers()==wxMOD_CONTROL) - { -// wxMessageBox(_T("control pressed")); -// wxMessageBox(wxString::Format(_("Key: %i"),ke.GetKeyCode())); -// if(ke.GetKeyCode()==4) -// { -// m_pyctrl->DispatchCode(GetValue()); // would need to retrieve the code control's value -//// if(m_pyctrl->DispatchCode(GetValue())) -//// ChangeValue(_T("")); -// return; -// } - if(ke.GetKeyCode()==5) - { - m_pyctrl->BreakCode(); - return; - } - } - if(ke.GetKeyCode()==WXK_RETURN) - { - if(!ke.ShiftDown() && !ke.ControlDown()) - { - if(m_line_entry_mode) - { - m_line_entry_mode=false; - SetEditable(false); - wxString line; - if(m_line_entry_pointstdin_append(line); - m_pyctrl->Continue(); - } - } - } - ke.Skip(); -} - -void PythonIOCtrl::OnTextChange(wxCommandEvent &e) -{ -// if(m_line_entry_mode && this->GetInsertionPoint()GetEditorManager(); -// Connect(wxEVT_KEY_DOWN, wxKeyEventHandler(PythonCodeCtrl::OnUserInput)); - - ConfigManager* mgr = Manager::Get()->GetConfigManager(_T("editor")); - - //MOST OF THIS STUFF IS TAKEN FROM CB EDITOR - wxFont font(10, wxMODERN, wxNORMAL, wxNORMAL); - - wxString fontstring = mgr->Read(_T("/font"), wxEmptyString); - - if (!fontstring.IsEmpty()) - { - wxNativeFontInfo nfi; - nfi.FromString(fontstring); - font.SetNativeFontInfo(nfi); - } - - SetMouseDwellTime(1000); - - SetScrollWidthTracking(true); - SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - - int caretStyle = mgr->ReadInt(_T("/caret/style"), wxSCI_CARETSTYLE_LINE); - SetCaretStyle(caretStyle); - if (caretStyle == wxSCI_CARETSTYLE_LINE) - SetCaretWidth(mgr->ReadInt(_T("/caret/width"), 1)); - else - SetCaretWidth(1); - - ColourManager *colours = Manager::Get()->GetColourManager(); - - SetCaretForeground(colours->GetColour(wxT("editor_caret"))); - SetCaretPeriod(mgr->ReadInt(_T("/caret/period"), 500)); - SetCaretLineVisible(mgr->ReadBool(_T("/highlight_caret_line"), false)); - SetCaretLineBackground( - Manager::Get()->GetConfigManager(_T("editor"))->ReadColour(_T("/highlight_caret_line_colour"), wxColour(0xFF, 0xFF, 0x00))); - - SetFoldMarginColour(true, colours->GetColour(wxT("editor_margin_chrome"))); - SetFoldMarginHiColour(true, colours->GetColour(wxT("editor_margin_chrome_highlight"))); - - // setup for "CamelCase selection" - if (mgr->ReadBool(_T("/camel_case"), false)) - { - // consider CamelCase for both: cursor movement with CTRL and selection with CTRL+SHIFT: - CmdKeyAssign(wxSCI_KEY_LEFT, wxSCI_SCMOD_CTRL, wxSCI_CMD_WORDPARTLEFT); - CmdKeyAssign(wxSCI_KEY_RIGHT, wxSCI_SCMOD_CTRL, wxSCI_CMD_WORDPARTRIGHT); - CmdKeyAssign(wxSCI_KEY_LEFT, wxSCI_SCMOD_CTRL|wxSCI_SCMOD_SHIFT, wxSCI_CMD_WORDPARTLEFTEXTEND); - CmdKeyAssign(wxSCI_KEY_RIGHT, wxSCI_SCMOD_CTRL|wxSCI_SCMOD_SHIFT, wxSCI_CMD_WORDPARTRIGHTEXTEND); - } - else // else set default "none CamelCase" key behavior (also default scintilla behaviour, see scintilla docs) - { - CmdKeyAssign(wxSCI_KEY_LEFT, wxSCI_SCMOD_CTRL, wxSCI_CMD_WORDLEFT); - CmdKeyAssign(wxSCI_KEY_RIGHT, wxSCI_SCMOD_CTRL, wxSCI_CMD_WORDRIGHT); - CmdKeyAssign(wxSCI_KEY_LEFT, wxSCI_SCMOD_CTRL|wxSCI_SCMOD_SHIFT, wxSCI_CMD_WORDLEFTEXTEND); - CmdKeyAssign(wxSCI_KEY_RIGHT, wxSCI_SCMOD_CTRL|wxSCI_SCMOD_SHIFT, wxSCI_CMD_WORDRIGHTEXTEND); - } - - SetUseTabs(mgr->ReadBool(_T("/use_tab"), false)); - SetIndentationGuides(mgr->ReadBool(_T("/show_indent_guides"), false)?wxSCI_IV_LOOKBOTH:wxSCI_IV_NONE); - SetTabIndents(mgr->ReadBool(_T("/tab_indents"), true)); - SetBackSpaceUnIndents(mgr->ReadBool(_T("/backspace_unindents"), true)); - SetWrapMode(mgr->ReadBool(_T("/word_wrap"), false)); - if (mgr->ReadBool(_T("/word_wrap_style_home_end"), true)) - { - // in word wrap mode, home/end keys goto the wrap point if not already there, - // otherwise to the start/end of the entire line. - // alt+home/end go to start/end of the entire line. - // in unwrapped mode, there is no difference between home/end and alt+home/end - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_NORM, wxSCI_CMD_LINEENDWRAP); - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_ALT, wxSCI_CMD_LINEEND); - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_SHIFT, wxSCI_CMD_LINEENDWRAPEXTEND); - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT, wxSCI_CMD_LINEENDEXTEND); - - // if user wants "Home" key to set cursor to the very beginning of line - if (mgr->ReadBool(_T("/simplified_home"), false)) - { - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_NORM,wxSCI_CMD_HOMEWRAP); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_ALT,wxSCI_CMD_HOME); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT,wxSCI_CMD_HOMEWRAPEXTEND); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT,wxSCI_CMD_HOMEEXTEND); - } - else // else set default "Home" key behavior - { - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_NORM,wxSCI_CMD_VCHOMEWRAP); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_ALT,wxSCI_CMD_VCHOME); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT,wxSCI_CMD_VCHOMEWRAPEXTEND); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT,wxSCI_CMD_VCHOMEEXTEND); - } - } - else - { // in word wrap mode, home/end keys goto start/end of the entire line. alt+home/end goes to wrap points - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_ALT, wxSCI_CMD_LINEENDWRAP); - CmdKeyAssign(wxSCI_KEY_END, wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT, wxSCI_CMD_LINEENDWRAPEXTEND); - - // if user wants "Home" key to set cursor to the very beginning of line - if (mgr->ReadBool(_T("/simplified_home"), false)) - { - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_ALT,wxSCI_CMD_HOMEWRAP); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT,wxSCI_CMD_HOMEWRAPEXTEND); - } - else // else set default "Home" key behavior - { - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_ALT,wxSCI_CMD_VCHOMEWRAP); - CmdKeyAssign(wxSCI_KEY_HOME,wxSCI_SCMOD_SHIFT|wxSCI_SCMOD_ALT,wxSCI_CMD_VCHOMEWRAPEXTEND); - } - } - SetViewEOL(mgr->ReadBool(_T("/show_eol"), false)); - SetViewWhiteSpace(mgr->ReadInt(_T("/view_whitespace"), 0)); - // gutter - SetEdgeMode(mgr->ReadInt(_T("/gutter/mode"), 0)); - SetEdgeColour(Manager::Get()->GetColourManager()->GetColour(wxT("editor_gutter"))); - SetEdgeColumn(mgr->ReadInt(_T("/gutter/column"), 80)); - - StyleSetFont(wxSCI_STYLE_DEFAULT, font); - StyleClearAll(); - - SetTabWidth(mgr->ReadInt(_T("/tab_size"), 4)); - SetIndent(mgr->ReadInt(_T("/tab_size"), 4)); //NEEDED FOR AUTO INDENTATION (NOT IN CB EDITOR) - - em->GetColourSet()->Apply(_("Python"),this); - -} - -void PythonCodeCtrl::OnCharAdded(wxScintillaEvent& ke) -{ - //User has pressed enter - //if the cursor is at the end of a completed statement, submit the statement to the interpreter - //otherwise, do auto-indentation - if (ke.GetKey() == _T('\n')) - { - //int pos = GetCurrentPos(); - int line = LineFromPosition(GetCurrentPos()); - - if(line>0) - { - wxString prevlinetext = GetLine(line-1).Trim(); - int indentation = GetLineIndentation(line-1); - - if((indentation==0) //submit a return pressed on an unindented line - || (indentation>0 && prevlinetext==wxEmptyString)) // or an indented block where the previous line was empty - { - long rs,re; - GetSelection(&rs,&re); - //if(rs==re && GetLastPosition()==rs) - if(rs==re && GetLength()==rs) // only submit if the cursor is at the end of the control (and there is no selection) - { - m_pyctrl->DispatchCode(GetValue()); - ke.Skip(); - } - } - - // Otherwise indent the code if necessary - if (GetLine(line-1).Trim().EndsWith(_T(":"))) - { - if(GetStyleAt(GetLineEndPosition(line-1)-1) == wxSCI_P_OPERATOR) - indentation+=GetIndent(); - } - if (indentation>0) - { - SetLineIndentation(line,indentation); - SetCurrentPos(PositionFromLine(line)+indentation); - SetAnchor(PositionFromLine(line)+indentation); - } - } - } - ke.Skip(); -} - -void PythonCodeCtrl::OnUserInput(wxKeyEvent& ke) -{ - if(ke.GetModifiers()==wxMOD_CONTROL) - { -// wxMessageBox(_T("control pressed")); -// wxMessageBox(wxString::Format(_("Key: %i"),ke.GetKeyCode())); - if(ke.GetKeyCode()=='D') - { - m_pyctrl->DispatchCode(GetValue()); -// if(m_pyctrl->DispatchCode(GetValue())) -// ChangeValue(_T("")); - return; - } - if(ke.GetKeyCode()=='K') - { - m_pyctrl->BreakCode(); - return; - } - if(ke.GetKeyCode()==WXK_RETURN) - { - m_pyctrl->DispatchCode(GetValue()); - return; - } - if(ke.GetKeyCode()==WXK_UP) //TODO: If the text is ever changed, set m_history_position to -1 - { - if (m_history_position < 0) - m_history_working = GetValue(); - m_history_position--; - if (m_history_position < -1) - m_history_position = m_history_commands.GetCount()-1; - if (m_history_position >= 0) - SetValue(m_history_commands[m_history_position]); - else - SetValue(m_history_working); - int pos = GetLength(); //was GetLastPosition(); - SetSelectionStart(pos);//was SetSelection(pos,pos); - SetSelectionEnd(pos); - SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - return; - } - if(ke.GetKeyCode()==WXK_DOWN) - { - if (m_history_position < 0) - m_history_working = GetValue(); - m_history_position++; - if (m_history_position >= int(m_history_commands.GetCount())) - m_history_position = -1; - if (m_history_position >= 0) - SetValue(m_history_commands[m_history_position]); - else - SetValue(m_history_working); - int pos = GetLength(); //was LastPosition(); - SetSelectionStart(pos); //was SetSelection(pos,pos); - SetSelectionEnd(pos); - SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - return; - } - - } - ke.Skip(); -} - -////////////////////////////////////// PythonInterpCtrl ///////////////////////////////////////////// -int ID_PROC=wxNewId(); - -IMPLEMENT_DYNAMIC_CLASS(PythonInterpCtrl, wxPanel) - -BEGIN_EVENT_TABLE(PythonInterpCtrl, wxPanel) - EVT_CHAR(PythonInterpCtrl::OnUserInput) -// EVT_PY_NOTIFY_UI(PythonInterpCtrl::OnPyNotify) -// EVT_END_PROCESS(ID_PROC, PythonInterpCtrl::OnEndProcess) -// EVT_LEFT_DCLICK(PythonInterpCtrl::OnDClick) - EVT_XMLRPC_RESPONSE(wxID_ANY, PythonInterpCtrl::OnPyNotify) -// EVT_COMMAND(0, wxEVT_PY_NOTIFY_UI_CODEOK, PythonInterpCtrl::OnPyCode) -// EVT_COMMAND(0, wxEVT_PY_NOTIFY_UI_INPUT, PythonInterpCtrl::OnLineInputRequest) - EVT_COMMAND(0, wxEVT_XMLRPC_PROC_END, PythonInterpCtrl::OnEndProcess) - - EVT_SIZE (PythonInterpCtrl::OnSize) -END_EVENT_TABLE() - -PythonInterpCtrl::PythonInterpCtrl(wxWindow* parent, int id, const wxString &name, ShellManager *shellmgr) : ShellCtrlBase(parent, id, name, shellmgr) -{ - m_killlevel=0; - m_port=0; - m_pyinterp=NULL; - m_sw=new wxSplitterWindow(this, wxID_ANY); - m_ioctrl=new PythonIOCtrl(m_sw, this);//new wxTextCtrl(m_sw, id, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RICH|wxTE_MULTILINE|wxTE_READONLY|wxTE_PROCESS_ENTER|wxTE_PROCESS_TAB|wxEXPAND); - m_codectrl=new PythonCodeCtrl(m_sw, this); - m_codectrl->AppendText(_("print 'Python'")); - m_sw->SetMinimumPaneSize(20); - m_sw->SetSashGravity(0.3); - int sash_pos=parent->GetClientSize().GetHeight()/5; - if(sash_pos<20) - sash_pos=0; - m_sw->SplitHorizontally(m_codectrl, m_ioctrl, sash_pos); - wxBoxSizer* bs = new wxBoxSizer(wxVERTICAL); - bs->Add(m_sw, 1, wxEXPAND | wxALL); - SetAutoLayout(TRUE); - SetSizer(bs); -} - -PortAllocator PythonInterpCtrl::m_portalloc; - -long PythonInterpCtrl::LaunchProcess(const wxString &processcmd, const wxArrayString &options) // bool ParseLinks, bool LinkClicks, const wxString &LinkRegex -{ - if(!IsDead()) - return -1; -//TODO: Option to use XMLRPC over localhost or pipe, currently always use pipe -// m_port=m_portalloc.RequestPort(); //TODO: Request port limited to 3 ports -// if(m_port<0) -// return -1; - m_port = -1; //Use XmlRpc over pipe - //TODO: get the command and working dir from config -#ifdef __WXMSW__ -// wxString cmd=_T("cmd /c interp.py ")+wxString::Format(_T(" %i"),m_port); //TODO: this could have process destruction issues on earlier version of wxWidgets (kills cmd, but not python) - wxString cmd=_T("python -u interp.py ")+wxString::Format(_T(" %i"),m_port); //TODO: this could have process destruction issues on earlier version of wxWidgets (kills cmd, but not python) - wxString python=_T("\\python"); - wxString interp=_T("\\interp.py"); -#else - wxString cmd=_T("python -u interp.py ")+wxString::Format(_T(" %i"),m_port); - wxString python=_T("/python"); - wxString interp=_T("/interp.py"); -#endif - wxString gpath = ConfigManager::GetDataFolder(true)+python; - wxString lpath = ConfigManager::GetDataFolder(false)+python; - bool global=false,local=false; - if(wxFileName::FileExists(gpath+interp)) - { - wxSetWorkingDirectory(gpath); - global=true; - } - if(wxFileName::FileExists(lpath+interp)) - { - wxSetWorkingDirectory(lpath); - local=true; - } - if(!global&&!local) //No interpreter script found, return failure. - return -2; //TODO: Return meaningful messages (or at least use the codeblocks logger) - - m_pyinterp = new XmlRpcInstance(cmd,m_port,_T("localhost"),this); - if(m_pyinterp->IsDead()) - { - Manager::Get()->GetLogManager()->Log(_("Error Starting Interpreter")); - return -1; - } - //TODO: Perform any initial communication with the running python process... - return 1; -} - -void PythonInterpCtrl::KillProcess() -{ - if(IsDead()) - return; - if(m_killlevel==0) - { - SendKill(); - m_killlevel=1; - return; - } - if(m_killlevel==1) - { - m_pyinterp->KillProcess(); - return; - } -} - -bool PythonInterpCtrl::DispatchCode(const wxString &code) -{ - if(m_pyinterp->IsJobRunning()) - return false; - m_code=code; -// if (RunCode(wxString(code.c_str()))) - if (RunCode(wxString(code))) - { - m_codectrl->Enable(false); -// wxCommandEvent pe(wxEVT_PY_NOTIFY_UI_CODEOK,0); -// ::wxPostEvent(this,pe); - } - return true; -} - -void PythonInterpCtrl::OnPyNotify(XmlRpcResponseEvent& event) -{ -// if(m_ioctrl->m_line_entry_mode) -// return; - if (event.GetState()==XMLRPC_STATE_RESPONSE) - { - XmlRpc::XmlRpcValue val = event.GetResponse(); - int return_code = val[0]; - std::string sstdout(val[1]); - std::string sstderr(val[2]); - bool input_request = val[3]; - - if (return_code>=0 && m_code!=wxEmptyString) - { - wxTextAttr oldta=m_ioctrl->GetDefaultStyle(); - wxTextAttr ta=oldta; - wxFont f=ta.GetFont(); - f.SetWeight(wxFONTWEIGHT_BOLD); - ta.SetFont(f); - m_ioctrl->SetDefaultStyle(ta); - m_ioctrl->AppendText(m_code); - m_ioctrl->SetDefaultStyle(oldta); -// m_ioctrl->AppendText(_T("\n")); - m_code.Replace(_T("\r"),_T("")); - m_codectrl->m_history_commands.Add(m_code.BeforeLast(_T('\n'))); - m_codectrl->m_history_position = -1; - m_code = wxEmptyString; - } - - if (return_code == -2) - { -// m_codectrl->AppendText(_T("\n")); -// m_codectrl->SetCurrentPos(m_codectrl->GetLength()); -// m_codectrl->SetAnchor(m_codectrl->GetLength()); - } - - m_ioctrl->AppendText(wxString(sstdout.c_str(),wxConvUTF8)); - //TODO: Col or errors - m_ioctrl->AppendText(wxString(sstderr.c_str(),wxConvUTF8)); - - if (input_request) - { - m_ioctrl->LineInputRequest(); //TODO: Need to set up the handler on the ioctrl - m_codectrl->ClearAll(); - m_codectrl->SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - return; - } - else if (return_code == 1) // Eval was successful and is still running - { - m_codectrl->ClearAll(); - m_codectrl->SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - this->Continue(); - return; - } - if (return_code == 0) //Eval has finished - { - m_codectrl->ClearAll(); - m_codectrl->SetScrollWidth(5); //Hides horizontal scrollbar if text doesn't exceed the window width - //Now fall through to re-enable the control - } - //Otherwise it's an error (-1 syntax error, -2 statement incomplete, -3 code already running - m_codectrl->Enable(); - m_codectrl->SetFocus(); - } else - { - if (event.GetState()==XMLRPC_STATE_REQUEST_FAILED) - Manager::Get()->GetLogManager()->LogError(_T("Error parsing response from python interpreter console\n")+wxString(event.GetResponse().toXml().c_str(),wxConvUTF8)); - //Maybe show a popup? - } - //TODO: If not in error and more input available, need to call RunCode("cont") -} - -void PythonInterpCtrl::OnLineInputRequest(wxCommandEvent& event) -{ - m_ioctrl->ProcessEvent(event); -} - - -void PythonInterpCtrl::OnPyCode(wxCommandEvent& event) -{ - wxTextAttr oldta=m_ioctrl->GetDefaultStyle(); - wxTextAttr ta=oldta; - wxFont f=ta.GetFont(); - f.SetWeight(wxFONTWEIGHT_BOLD); - ta.SetFont(f); - m_ioctrl->SetDefaultStyle(ta); - m_ioctrl->AppendText(m_code); - m_ioctrl->SetDefaultStyle(oldta); - m_ioctrl->AppendText(_T("\n")); -} - -void PythonInterpCtrl::OnEndProcess(wxCommandEvent& event) -{ - m_portalloc.ReleasePort(m_port); - if(m_shellmgr) - m_shellmgr->OnShellTerminate(this); -} - -void PythonInterpCtrl::stdin_append(const wxString &data) -{ //asynchronously dispatch data to python interpreter's stdin - stdin_data+=data; -} - -wxString PythonInterpCtrl::stdin_retrieve() - { - wxString s(stdin_data); - stdin_data=_T(""); - return s; -} - -void PythonInterpCtrl::SyncOutput(int maxchars) -{ -// if(!m_proc) -// return; -// bool oneshot=true; -// if(maxchars<=0) -// { -// maxchars=20000; -// oneshot=false; -// } -// int lineno=m_textctrl->GetNumberOfLines()-1; -// if(lineno<0) -// lineno=0; -// while(m_proc->IsInputAvailable()) -// { -// char buf0[maxchars+1]; -// for(int i=0;iRead(buf0,maxchars); -// wxString m_latest=wxString::FromAscii(buf0); -// m_textctrl->AppendText(m_latest); -// if(oneshot) -// break; -// } -// if(m_proc->IsErrorAvailable()) -// { -// wxTextAttr ta(wxColour(255,0,0)); -// wxTextAttr oldta=m_textctrl->GetDefaultStyle(); -// m_textctrl->SetDefaultStyle(ta); -// while(m_proc->IsErrorAvailable()) -// { -// char buf0[maxchars+1]; -// for(int i=0;iRead(buf0,maxchars); -// wxString m_latest=wxString::FromAscii(buf0); -// m_textctrl->AppendText(m_latest); -// if(oneshot) -// break; -// } -// m_textctrl->SetDefaultStyle(oldta); -// } -// if(m_parselinks) -// ParseLinks(lineno,m_textctrl->GetNumberOfLines()); -} - -void PythonInterpCtrl::OnSize(wxSizeEvent& event) -{ - m_sw->SetSize(event.GetSize()); -} - -void PythonInterpCtrl::OnUserInput(wxKeyEvent& ke) -{ - if(!IsDead()) - { - ke.Skip(); - return; - } -// if(ke.GetModifiers()==wxMOD_CONTROL && ke.GetKeyCode()==WXK_RETURN) -// { -// PyInterpJob m_job(m_codectrl->GetValue(),m_pyinterp,this); -// m_pyinterp->AddJob(m_job); -// m_codectrl->ChangeValue(_T("")); -// wxMessageBox(_T("command dispatched")); -// } -// wxMessageBox(_T("key captured")); - -// char* kc1=new char[2]; -// kc1[0]=ke.GetKeyCode()%256; -// kc1[1]=0; -// if(kc1[0]=='\r') -// { -// kc1[0]='\n'; -// } -// wxChar kc2=ke.GetUnicodeKey(); -// wxString buf(kc2); -// //TODO: queue the key press for dispatch to the interpreter -// m_ioctrl->AppendText(kc2); -// m_ioctrl->SetInsertionPointEnd(); -} - - -bool PythonInterpCtrl::RunCode(const wxString &codestr) -{ -//TODO: Should use a common ID for this and cont - XmlRpc::XmlRpcValue args; - args[0]=codestr.utf8_str(); - args[1]=stdin_retrieve().utf8_str(); - return m_pyinterp->ExecAsync(_T("run_code"), args, this); -} - -bool PythonInterpCtrl::Continue() -{ - XmlRpc::XmlRpcValue args; - args[0]=stdin_retrieve().utf8_str(); - return m_pyinterp->ExecAsync(_T("cont"), args, this); -} - -bool PythonInterpCtrl::BreakCode() -{ -//TODO: Need to use a separate ID for this - XmlRpc::XmlRpcValue args; - return m_pyinterp->ExecAsync(_T("break_code"), args, this); -} - -bool PythonInterpCtrl::SendKill() -{ -//TODO: Need to use a separate ID for this - XmlRpc::XmlRpcValue args; - return m_pyinterp->ExecAsync(_T("end"), args, this); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35556085d744fd49912bbb6ef105982063b94c84.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35556085d744fd49912bbb6ef105982063b94c84.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35556085d744fd49912bbb6ef105982063b94c84.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35556085d744fd49912bbb6ef105982063b94c84.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,99 +0,0 @@ -"""An extension to the Python debugger for parsing debugger output in Code::Blocks IL Plugin""" -#TO DO: figure out a way to separate stdin for program vs debugger - -''' -One way to handle the above problem would be to embed python in the plugin and either use -the default pdb implementation or modify it to suit Code::Blocks. -Can then setup overrides for stdout and stderr before running any code -with the following: - - import sys - - #class StdinDelivery: - #def read(self, stuff): - # ecna.stdin(stuff) #this should call a C++ function, which supplies input (possibly requesting it from the plugin) - - - class StdoutCatcher: - def write(self, stuff): - ecna.stdout(stuff) #this should call a C++ function, which notifies the plugin - - class StderrCatcher: - def write(self, stuff): - ecna.stderr(stuff) #this should call a C++ function, which notifies the plugin - - sys.stdout = StdoutCatcher() - sys.stderr = StderrCatcher() - #syd.stdin = StdinDelivery() -''' - -#TO DO: eliminate the imports that aren't used -import sys -import linecache -import cmd -import bdb -import os -import re -import pprint -import traceback -from pdb import * - -class prettyout(object): - def write(fd,str): - decoratoropen="<&CB_PDB" - decoratorclose="CB_PDB&>" -# strout=str.replace("\n",decorator+"\n") - sys.stdout.write(decoratoropen+str+decoratorclose) - def flush(fd): - sys.stdout.flush() - - -def main(): - pout=prettyout() - if not sys.argv[1:]: - print >>pout, "usage: pdb.py scriptfile [arg] ..." - sys.exit(2) - - mainpyfile = sys.argv[1] # Get script filename - if not os.path.exists(mainpyfile): - print >>pout, 'Error:', mainpyfile, 'does not exist' - sys.exit(1) - - del sys.argv[0] # Hide "pdb.py" from argument list - - # Replace pdb's dir with script's dir in front of module search path. - sys.path[0] = os.path.dirname(mainpyfile) - - # Note on saving/restoring sys.argv: it's a good idea when sys.argv was - # modified by the script being debugged. It's a bad idea when it was - # changed by the user from the command line. The best approach would be to - # have a "restart" command which would allow explicit specification of - # command line arguments. - pdb = Pdb(stdout=pout) - while 1: - try: - pdb._runscript(mainpyfile) - if pdb._user_requested_quit: - break - print >>pout, "The program finished and will be restarted" - except SystemExit: - # In most cases SystemExit does not warrant a post-mortem session. - print >>pout, "The program exited via sys.exit(). Exit status: ", - print >>pout, sys.exc_info()[1] - except KeyboardInterrupt: - print >>pout, "Keyboard Interrupt: The program finished and will be restarted" - #ideally would want program to continue here... - except: - traceback.print_exc(pout) - print >>pout, "Uncaught exception. Entering post mortem debugging" - print >>pout, "Running 'cont' or 'step' will restart the program" - t = sys.exc_info()[2] - while t.tb_next is not None: - t = t.tb_next - pdb.interaction(t.tb_frame,t) - print >>pout, "Post mortem debugger finished. The "+mainpyfile+" will be restarted" - - -# When invoked as main program, invoke the debugger on a script -if __name__=='__main__': - main() diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35c75ad4cfdbece4557448c01205a63b8d0f91ac.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35c75ad4cfdbece4557448c01205a63b8d0f91ac.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35c75ad4cfdbece4557448c01205a63b8d0f91ac.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/35/35c75ad4cfdbece4557448c01205a63b8d0f91ac.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -# client-side test program for interp.py - -import xmlrpclib -import os -import subprocess -import sys -import struct -#xml=xmlrpclib.dumps(('os',),'complete_phrase') -#print xml -#p=subprocess.Popen(['python','python_completion_server.py'],stdin=subprocess.PIPE,stdout=subprocess.PIPE) -#p.communicate(struct.pack('@I',len(xml))) -#p.communicate(xml) -#print sys.stdin.read() - -#import sys -#sys.exit() - -s = xmlrpclib.ServerProxy('http://localhost:8001') -# Print list of available methods -print 'Methods' -for m in s.system.listMethods(): - print m -print - -code =''' -class A: - def a(x): - pass - def b(x): - pass -def f(x): - 'f(x)\\nreturns a function' - return x**2 -x=1 -y=f(x) -a=A() -f( -''' - - -f=os.getcwd()+'/test_client.py' - -print f -print s.complete_phrase(f,code,len(code)-2) -print s.complete_tip(f,code,len(code)-2) -print s.get_definition_location(f,code,len(code)-2) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/38/3860b3af45e55a9cc13d87271011ce9a6953b7f1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/38/3860b3af45e55a9cc13d87271011ce9a6953b7f1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/38/3860b3af45e55a9cc13d87271011ce9a6953b7f1.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/38/3860b3af45e55a9cc13d87271011ce9a6953b7f1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,135 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b30d3c5b4e6d4ad77c56457ee005b04752cbebe.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b30d3c5b4e6d4ad77c56457ee005b04752cbebe.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b30d3c5b4e6d4ad77c56457ee005b04752cbebe.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b30d3c5b4e6d4ad77c56457ee005b04752cbebe.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,415 +0,0 @@ - -#include "XmlRpcClient.h" - -#include "XmlRpcSocket.h" -#include "XmlRpc.h" - -#include -#include -//DM -#include -//DM - -using namespace XmlRpc; - -// Static data -const char XmlRpcClient::REQUEST_BEGIN[] = - "\r\n" - ""; -const char XmlRpcClient::REQUEST_END_METHODNAME[] = "\r\n"; -const char XmlRpcClient::PARAMS_TAG[] = ""; -const char XmlRpcClient::PARAMS_ETAG[] = ""; -const char XmlRpcClient::PARAM_TAG[] = ""; -const char XmlRpcClient::PARAM_ETAG[] = ""; -const char XmlRpcClient::REQUEST_END[] = "\r\n"; -const char XmlRpcClient::METHODRESPONSE_TAG[] = ""; -const char XmlRpcClient::FAULT_TAG[] = ""; - - - -XmlRpcClient::XmlRpcClient(const char* host, int port, const char* uri/*=0*/) -{ - XmlRpcUtil::log(1, "XmlRpcClient new client: host %s, port %d.", host, port); - - _host = host; - _port = port; - if (uri) - _uri = uri; - else - _uri = "/RPC2"; - _connectionState = NO_CONNECTION; - _executing = false; - _eof = false; - - // Default to keeping the connection open until an explicit close is done - setKeepOpen(); -} - - -XmlRpcClient::~XmlRpcClient() -{ -} - -// Close the owned fd -void -XmlRpcClient::close() -{ - XmlRpcUtil::log(4, "XmlRpcClient::close: fd %d.", getfd()); - _connectionState = NO_CONNECTION; - _disp.exit(); - _disp.removeSource(this); - XmlRpcSource::close(); -} - - -// Clear the referenced flag even if exceptions or errors occur. -struct ClearFlagOnExit { - ClearFlagOnExit(bool& flag) : _flag(flag) {} - ~ClearFlagOnExit() { _flag = false; } - bool& _flag; -}; - -// Execute the named procedure on the remote server. -// Params should be an array of the arguments for the method. -// Returns true if the request was sent and a result received (although the result -// might be a fault). -bool -XmlRpcClient::execute(const char* method, XmlRpcValue const& params, XmlRpcValue& result) -{ - XmlRpcUtil::log(1, "XmlRpcClient::execute: method %s (_connectionState %d).", method, _connectionState); - - // This is not a thread-safe operation, if you want to do multithreading, use separate - // clients for each thread. If you want to protect yourself from multiple threads - // accessing the same client, replace this code with a real mutex. - if (_executing) - return false; - - _executing = true; - ClearFlagOnExit cf(_executing); - - _sendAttempts = 0; - _isFault = false; - - if ( ! setupConnection()) - return false; - - if ( ! generateRequest(method, params)) - return false; - - result.clear(); - double msTime = -1.0; // Process until exit is called - _disp.work(msTime); - - if (_connectionState != IDLE || ! parseResponse(result)) - return false; - - XmlRpcUtil::log(1, "XmlRpcClient::execute: method %s completed.", method); - _response = ""; - return true; -} - -// XmlRpcSource interface implementation -// Handle server responses. Called by the event dispatcher during execute. -unsigned -XmlRpcClient::handleEvent(unsigned eventType) -{ - if (eventType == XmlRpcDispatch::Exception) - { - if (_connectionState == WRITE_REQUEST && _bytesWritten == 0) - XmlRpcUtil::error("Error in XmlRpcClient::handleEvent: could not connect to server (%s).", - XmlRpcSocket::getErrorMsg().c_str()); - else - XmlRpcUtil::error("Error in XmlRpcClient::handleEvent (state %d): %s.", - _connectionState, XmlRpcSocket::getErrorMsg().c_str()); - return 0; - } - - if (_connectionState == WRITE_REQUEST) - if ( ! writeRequest()) return 0; - - if (_connectionState == READ_HEADER) - if ( ! readHeader()) return 0; - - if (_connectionState == READ_RESPONSE) - if ( ! readResponse()) return 0; - - // This should probably always ask for Exception events too - return (_connectionState == WRITE_REQUEST) - ? XmlRpcDispatch::WritableEvent : XmlRpcDispatch::ReadableEvent; -} - - -// Create the socket connection to the server if necessary -bool -XmlRpcClient::setupConnection() -{ - // If an error occurred last time through, or if the server closed the connection, close our end - if ((_connectionState != NO_CONNECTION && _connectionState != IDLE) || _eof) - close(); - - _eof = false; - if (_connectionState == NO_CONNECTION) - if (! doConnect()) - return false; - - // Prepare to write the request - _connectionState = WRITE_REQUEST; - _bytesWritten = 0; - - // Notify the dispatcher to listen on this source (calls handleEvent when the socket is writable) - _disp.removeSource(this); // Make sure nothing is left over - _disp.addSource(this, XmlRpcDispatch::WritableEvent | XmlRpcDispatch::Exception); - - return true; -} - - -// Connect to the xmlrpc server -bool -XmlRpcClient::doConnect() -{ - int fd = XmlRpcSocket::socket(); - if (fd < 0) - { - XmlRpcUtil::error("Error in XmlRpcClient::doConnect: Could not create socket (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - XmlRpcUtil::log(3, "XmlRpcClient::doConnect: fd %d.", fd); - this->setfd(fd); - - // Don't block on connect/reads/writes - if ( ! XmlRpcSocket::setNonBlocking(fd)) - { - this->close(); - XmlRpcUtil::error("Error in XmlRpcClient::doConnect: Could not set socket to non-blocking IO mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - if ( ! XmlRpcSocket::connect(fd, _host, _port)) - { - this->close(); - XmlRpcUtil::error("Error in XmlRpcClient::doConnect: Could not connect to server (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - return true; -} - -// Encode the request to call the specified method with the specified parameters into xml -bool -XmlRpcClient::generateRequest(const char* methodName, XmlRpcValue const& params) -{ - std::string body = REQUEST_BEGIN; - body += methodName; - body += REQUEST_END_METHODNAME; - - // If params is an array, each element is a separate parameter - if (params.valid()) { - body += PARAMS_TAG; - if (params.getType() == XmlRpcValue::TypeArray) - { - for (int i=0; igetfd(), _request, &_bytesWritten)) { - XmlRpcUtil::error("Error in XmlRpcClient::writeRequest: write error (%s).",XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - XmlRpcUtil::log(3, "XmlRpcClient::writeRequest: wrote %d of %d bytes.", _bytesWritten, _request.length()); - - // Wait for the result - if (_bytesWritten == int(_request.length())) { - _header = ""; - _response = ""; - _connectionState = READ_HEADER; - } - return true; -} - - -// Read the header from the response -bool -XmlRpcClient::readHeader() -{ - // Read available data - if ( ! XmlRpcSocket::nbRead(this->getfd(), _header, &_eof) || - (_eof && _header.length() == 0)) { - - // If we haven't read any data yet and this is a keep-alive connection, the server may - // have timed out, so we try one more time. - if (getKeepOpen() && _header.length() == 0 && _sendAttempts++ == 0) { - XmlRpcUtil::log(4, "XmlRpcClient::readHeader: re-trying connection"); - XmlRpcSource::close(); - _connectionState = NO_CONNECTION; - _eof = false; - return setupConnection(); - } - - XmlRpcUtil::error("Error in XmlRpcClient::readHeader: error while reading header (%s) on fd %d.", - XmlRpcSocket::getErrorMsg().c_str(), getfd()); - return false; - } - - XmlRpcUtil::log(4, "XmlRpcClient::readHeader: client has read %d bytes", _header.length()); - - char *hp = (char*)_header.c_str(); // Start of header - char *ep = hp + _header.length(); // End of string - char *bp = 0; // Start of body - char *lp = 0; // Start of content-length value - - for (char *cp = hp; (bp == 0) && (cp < ep); ++cp) { - if ((ep - cp > 16) && (strncasecmp(cp, "Content-length: ", 16) == 0)) - lp = cp + 16; - else if ((ep - cp > 4) && (strncmp(cp, "\r\n\r\n", 4) == 0)) - bp = cp + 4; - else if ((ep - cp > 2) && (strncmp(cp, "\n\n", 2) == 0)) - bp = cp + 2; - } - - // If we haven't gotten the entire header yet, return (keep reading) - if (bp == 0) { - if (_eof) // EOF in the middle of a response is an error - { - XmlRpcUtil::error("Error in XmlRpcClient::readHeader: EOF while reading header"); - return false; // Close the connection - } - - return true; // Keep reading - } - - // Decode content length - if (lp == 0) { - XmlRpcUtil::error("Error XmlRpcClient::readHeader: No Content-length specified"); - return false; // We could try to figure it out by parsing as we read, but for now... - } - - _contentLength = atoi(lp); - if (_contentLength <= 0) { - XmlRpcUtil::error("Error in XmlRpcClient::readHeader: Invalid Content-length specified (%d).", _contentLength); - return false; - } - - XmlRpcUtil::log(4, "client read content length: %d", _contentLength); - - // Otherwise copy non-header data to response buffer and set state to read response. - _response = bp; - _header = ""; // should parse out any interesting bits from the header (connection, etc)... - _connectionState = READ_RESPONSE; - return true; // Continue monitoring this source -} - - -bool -XmlRpcClient::readResponse() -{ - // If we dont have the entire response yet, read available data - if (int(_response.length()) < _contentLength) { - if ( ! XmlRpcSocket::nbRead(this->getfd(), _response, &_eof)) { - XmlRpcUtil::error("Error in XmlRpcClient::readResponse: read error (%s).",XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - // If we haven't gotten the entire _response yet, return (keep reading) - if (int(_response.length()) < _contentLength) { - if (_eof) { - XmlRpcUtil::error("Error in XmlRpcClient::readResponse: EOF while reading response"); - return false; - } - return true; - } - } - - // Otherwise, parse and return the result - XmlRpcUtil::log(3, "XmlRpcClient::readResponse (read %d bytes)", _response.length()); - XmlRpcUtil::log(5, "response:\n%s", _response.c_str()); - - _connectionState = IDLE; - - return false; // Stop monitoring this source (causes return from work) -} - - -// Convert the response xml into a result value -bool -XmlRpcClient::parseResponse(XmlRpcValue& result) -{ - // Parse response xml into result - int offset = 0; - if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset)) { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response - no methodResponse. Response:\n%s", _response.c_str()); - return false; - } - - // Expect either ... or ... - if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) && - XmlRpcUtil::nextTagIs(PARAM_TAG,_response,&offset)) || - XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)) - { - if ( ! result.fromXml(_response, &offset)) { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response value. Response:\n%s", _response.c_str()); - _response = ""; - return false; - } - } else { - XmlRpcUtil::error("Error in XmlRpcClient::parseResponse: Invalid response - no param or fault tag. Response:\n%s", _response.c_str()); - _response = ""; - return false; - } - - _response = ""; - return result.valid(); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b9f74b11929108bbee82b97912a9e1292f55de6.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b9f74b11929108bbee82b97912a9e1292f55de6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b9f74b11929108bbee82b97912a9e1292f55de6.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3b/3b9f74b11929108bbee82b97912a9e1292f55de6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -import sys -import StringIO - -output = StringIO.StringIO() -sys.stdout= output -print "written secretly" -sys.stdout=sys.__stdout__ -outval=output.getvalue() -print "the output was",outval - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3f/3f7b2b0cf23e65cc8119ae827e5cb019c5e8285a.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3f/3f7b2b0cf23e65cc8119ae827e5cb019c5e8285a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/3f/3f7b2b0cf23e65cc8119ae827e5cb019c5e8285a.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/3f/3f7b2b0cf23e65cc8119ae827e5cb019c5e8285a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -import time -import numpy as n -import numpy.fft as ff -if True: - import string -elif False: - import compiler - -def f(): - a=0 -class g: - def f(): - return 0 - def __init__(self): - h=0 - self.k=1 - -#g.f.c=1 -c=2 -f.b=2 -d=[1,2,"abc"] -d[2]=100 -q,r=1,2 -s,t=(1,2) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/41/412719298812d2594cbdb7ab61a747f6493eae3f.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/41/412719298812d2594cbdb7ab61a747f6493eae3f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/41/412719298812d2594cbdb7ab61a747f6493eae3f.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/41/412719298812d2594cbdb7ab61a747f6493eae3f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,250 +0,0 @@ - -#include "XmlRpcUtil.h" - -#ifndef MAKEDEPEND -# include -# include -# include -# include -# include -#endif - -#include "XmlRpc.h" - -using namespace XmlRpc; - - -//#define USE_WINDOWS_DEBUG // To make the error and log messages go to VC++ debug output -#ifdef USE_WINDOWS_DEBUG -#define WIN32_LEAN_AND_MEAN -#include -#endif - -// Version id -const char XmlRpc::XMLRPC_VERSION[] = "XMLRPC++ 0.7"; - -// Default log verbosity: 0 for no messages through 5 (writes everything) -int XmlRpcLogHandler::_verbosity = 0; - -// Default log handler -static class DefaultLogHandler : public XmlRpcLogHandler { -public: - - void log(int level, const char* msg) { -#ifdef USE_WINDOWS_DEBUG - if (level <= _verbosity) { OutputDebugString(msg); OutputDebugString("\n"); } -#else - if (level <= _verbosity) std::cout << msg << std::endl; -#endif - } - -} defaultLogHandler; - -// Message log singleton -XmlRpcLogHandler* XmlRpcLogHandler::_logHandler = &defaultLogHandler; - - -// Default error handler -static class DefaultErrorHandler : public XmlRpcErrorHandler { -public: - - void error(const char* msg) { -#ifdef USE_WINDOWS_DEBUG - OutputDebugString(msg); OutputDebugString("\n"); -#else - std::cerr << msg << std::endl; -#endif - } -} defaultErrorHandler; - - -// Error handler singleton -XmlRpcErrorHandler* XmlRpcErrorHandler::_errorHandler = &defaultErrorHandler; - - -// Easy API for log verbosity -int XmlRpc::getVerbosity() { return XmlRpcLogHandler::getVerbosity(); } -void XmlRpc::setVerbosity(int level) { XmlRpcLogHandler::setVerbosity(level); } - - - -void XmlRpcUtil::log(int level, const char* fmt, ...) -{ - if (level <= XmlRpcLogHandler::getVerbosity()) - { - va_list va; - char buf[1024]; - va_start( va, fmt); - vsnprintf(buf,sizeof(buf)-1,fmt,va); - buf[sizeof(buf)-1] = 0; - XmlRpcLogHandler::getLogHandler()->log(level, buf); - } -} - - -void XmlRpcUtil::error(const char* fmt, ...) -{ - va_list va; - va_start(va, fmt); - char buf[1024]; - vsnprintf(buf,sizeof(buf)-1,fmt,va); - buf[sizeof(buf)-1] = 0; - XmlRpcErrorHandler::getErrorHandler()->error(buf); -} - - -// Returns contents between and , updates offset to char after -std::string -XmlRpcUtil::parseTag(const char* tag, std::string const& xml, int* offset) -{ - if (*offset >= int(xml.length())) return std::string(); - size_t istart = xml.find(tag, *offset); - if (istart == std::string::npos) return std::string(); - istart += strlen(tag); - std::string etag = "= int(xml.length())) return false; - size_t istart = xml.find(tag, *offset); - if (istart == std::string::npos) - return false; - - *offset = int(istart + strlen(tag)); - return true; -} - - -// Returns true if the tag is found at the specified offset (modulo any whitespace) -// and updates offset to the char after the tag -bool -XmlRpcUtil::nextTagIs(const char* tag, std::string const& xml, int* offset) -{ - if (*offset >= int(xml.length())) return false; - const char* cp = xml.c_str() + *offset; - int nc = 0; - while (*cp && isspace(*cp)) { - ++cp; - ++nc; - } - - int len = int(strlen(tag)); - if (*cp && (strncmp(cp, tag, len) == 0)) { - *offset += nc + len; - return true; - } - return false; -} - -// Returns the next tag and updates offset to the char after the tag, or empty string -// if the next non-whitespace character is not '<' -std::string -XmlRpcUtil::getNextTag(std::string const& xml, int* offset) -{ - if (*offset >= int(xml.length())) return std::string(); - - size_t pos = *offset; - const char* cp = xml.c_str() + pos; - while (*cp && isspace(*cp)) { - ++cp; - ++pos; - } - - if (*cp != '<') return std::string(); - - std::string s; - do { - s += *cp; - ++pos; - } while (*cp++ != '>' && *cp != 0); - - *offset = int(pos); - return s; -} - - - -// xml encodings (xml-encoded entities are preceded with '&') -static const char AMP = '&'; -static const char rawEntity[] = { '<', '>', '&', '\'', '\"', '\r', 0 }; -static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", "#xD;", 0 }; -static const int xmlEntLen[] = { 3, 3, 4, 5, 5, 4 }; - - -// Replace xml-encoded entities with the raw text equivalents. - -std::string -XmlRpcUtil::xmlDecode(const std::string& encoded) -{ - std::string::size_type iAmp = encoded.find(AMP); - if (iAmp == std::string::npos) - return encoded; - - std::string decoded(encoded, 0, iAmp); - std::string::size_type iSize = encoded.size(); - decoded.reserve(iSize); - - const char* ens = encoded.c_str(); - while (iAmp != iSize) { - if (encoded[iAmp] == AMP && iAmp+1 < iSize) { - int iEntity; - for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) - //if (encoded.compare(iAmp+1, xmlEntLen[iEntity], xmlEntity[iEntity]) == 0) - if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) - { - decoded += rawEntity[iEntity]; - iAmp += xmlEntLen[iEntity]+1; - break; - } - if (xmlEntity[iEntity] == 0) // unrecognized sequence - decoded += encoded[iAmp++]; - - } else { - decoded += encoded[iAmp++]; - } - } - - return decoded; -} - - -// Replace raw text with xml-encoded entities. - -std::string -XmlRpcUtil::xmlEncode(const std::string& raw) -{ - std::string::size_type iRep = raw.find_first_of(rawEntity); - if (iRep == std::string::npos) - return raw; - - std::string encoded(raw, 0, iRep); - std::string::size_type iSize = raw.size(); - - while (iRep != iSize) { - int iEntity; - for (iEntity=0; rawEntity[iEntity] != 0; ++iEntity) - if (raw[iRep] == rawEntity[iEntity]) - { - encoded += AMP; - encoded += xmlEntity[iEntity]; - break; - } - if (rawEntity[iEntity] == 0) - encoded += raw[iRep]; - ++iRep; - } - return encoded; -} - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/41/419277cb1238c09b7f00eb84b05e130b515c25fa.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/41/419277cb1238c09b7f00eb84b05e130b515c25fa.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/41/419277cb1238c09b7f00eb84b05e130b515c25fa.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/41/419277cb1238c09b7f00eb84b05e130b515c25fa.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/43/4349a5cce8d52095e8a67f56d76b3430761ca090.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/43/4349a5cce8d52095e8a67f56d76b3430761ca090.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/43/4349a5cce8d52095e8a67f56d76b3430761ca090.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/43/4349a5cce8d52095e8a67f56d76b3430761ca090.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/4c/4c0f405a3d1442166912927dea933eeb348766ef.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/4c/4c0f405a3d1442166912927dea933eeb348766ef.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/4c/4c0f405a3d1442166912927dea933eeb348766ef.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/4c/4c0f405a3d1442166912927dea933eeb348766ef.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/4f/4f7e1dee24f694fdebd855f3b946a3bbdf2df347.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/4f/4f7e1dee24f694fdebd855f3b946a3bbdf2df347.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/4f/4f7e1dee24f694fdebd855f3b946a3bbdf2df347.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/4f/4f7e1dee24f694fdebd855f3b946a3bbdf2df347.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,694 +0,0 @@ -#include // Code::Blocks SDK -#include -#include "PythonCodeCompletion.h" - -#include -#include -#include -#include -#include -#include -#include -// -//#include // SDK -//#include -//#include -//#include - -#include "XmlRpc.h" - -#include -#include -#include - - -int ID_EDITOR_HOOKS = wxNewId(); -int ID_COMPLETE_PHRASE = wxNewId(); -int ID_CALLTIP = wxNewId(); -int ID_GOTO_DECLARATION = wxNewId(); -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ - PluginRegistrant reg(_T("PythonCodeCompletion")); -} - -// events handling -BEGIN_EVENT_TABLE(PythonCodeCompletion, cbCodeCompletionPlugin) - // add any events you want to handle here - EVT_XMLRPC_RESPONSE(ID_COMPLETE_PHRASE,PythonCodeCompletion::OnCompletePhrase) - EVT_XMLRPC_RESPONSE(ID_CALLTIP,PythonCodeCompletion::OnCalltip) - EVT_XMLRPC_RESPONSE(ID_GOTO_DECLARATION,PythonCodeCompletion::OnGotoDefinition) - EVT_COMMAND(wxID_ANY,wxEVT_XMLRPC_PROC_END,PythonCodeCompletion::OnXmlRpcTerminated) - EVT_MENU(ID_GOTO_DECLARATION, PythonCodeCompletion::OnClickedGotoDefinition) -END_EVENT_TABLE() - -// constructor -PythonCodeCompletion::PythonCodeCompletion() : m_ActiveCalltipDef(_("")) -{ - // Make sure our resources are available. - // In the generated boilerplate code we have no resources but when - // we add some, it will be nice that this code is in place already ;) - if(!Manager::LoadResource(_T("PythonCodeCompletion.zip"))) - { - NotifyMissingFile(_T("PythonCodeCompletion.zip")); - } -} - -// destructor -PythonCodeCompletion::~PythonCodeCompletion() -{ -} - -wxString PythonCodeCompletion::GetExtraFile(const wxString &short_name) -{ - wxString fullname=ConfigManager::GetFolder(sdDataUser)+short_name; - if(wxFileName::FileExists(fullname)) - return fullname; - fullname=ConfigManager::GetFolder(sdDataGlobal)+short_name; - if(wxFileName::FileExists(fullname)) - return fullname; - return wxEmptyString; -} - -void PythonCodeCompletion::OnAttach() -{ - // do whatever initialization you need for your plugin - // NOTE: after this function, the inherited member variable - // m_IsAttached will be TRUE... - // You should check for it in other functions, because if it - // is FALSE, it means that the application did *not* "load" - // (see: does not need) this plugin... - // hook to editors - m_state = STATE_NONE; - m_request_submitted_count = 0; - m_request_completed_count = 0; - py_server=NULL; - m_pImageList=NULL; - - ConfigManager *mgr=Manager::Get()->GetConfigManager(_T("PythonCC")); - - wxString server_config_module = ConfigManager::GetFolder(sdDataUser)+_T("/python/python_completion_config.py"); - - wxString script = GetExtraFile(_T("/python/python_completion_server.py")); - if(script==wxEmptyString) - { - Manager::Get()->GetLogManager()->Log(_T("PyCC: Missing python scripts. Try reinstalling the plugin.")); - return; - } - #ifndef EMBEDDER_DEBUG - int port = -1; // Port == -1 uses pipe to do RPC over redirected stdin/stdout of the process, otherwise uses a socket - wxString command = wxString::Format(_T("python -u %s %i %s"),script.c_str(),port, server_config_module.c_str()); - #else - int port = 3456; - wxString command = wxString::Format(_T("xterm -e python -u %s %i"),script.c_str(),port); - #endif - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Starting python code completion server")); - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Launching python on ")+script); - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: with command ")+command); - py_server = new XmlRpcInstance(command,port,_T("localhost"),0); - if(py_server->IsDead()) - { - Manager::Get()->GetLogManager()->Log(_("Error starting python code completion server")); - return; - } - - - wxString prefix = ConfigManager::GetDataFolder() + _T("/images/codecompletion/"); - // bitmaps must be added by order of PARSER_IMG_* consts - m_pImageList = new wxImageList(16, 16); - wxBitmap bmp; - bmp = cbLoadBitmap(prefix + _T("class_folder.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Module - bmp = cbLoadBitmap(prefix + _T("class.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Class - bmp = cbLoadBitmap(prefix + _T("class_public.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Class Object - bmp = cbLoadBitmap(prefix + _T("typedef.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Type - bmp = cbLoadBitmap(prefix + _T("var_public.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Type Instance - bmp = cbLoadBitmap(prefix + _T("method_public.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // BuiltinFunctionType - bmp = cbLoadBitmap(prefix + _T("method_protected.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // BuiltinMethodType - bmp = cbLoadBitmap(prefix + _T("method_protected.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Method - bmp = cbLoadBitmap(prefix + _T("method_private.png"), wxBITMAP_TYPE_PNG); - m_pImageList->Add(bmp); // Function - - - const wxString ctChars = wxT(",\n()"); // default set - const wxString alChars = wxT("."); // default set - - Manager::Get()->GetCCManager()->RegisterCallTipChars(ctChars, this); - Manager::Get()->GetCCManager()->RegisterAutoLaunchChars(alChars, this); - - - if(port!=-1) - ::wxSleep(2); //need a delay to allow the xmlrpc server time to start -} - - -void PythonCodeCompletion::OnRelease(bool appShutDown) -{ - // do de-initialization for your plugin - // if appShutDown is true, the plugin is unloaded because Code::Blocks is being shut down, - // which means you must not use any of the SDK Managers - // NOTE: after this function, the inherited member variable - // m_IsAttached will be FALSE... -// EditorHooks::UnregisterHook(m_EditorHookId, true); - if(py_server && !py_server->IsDead()) //TODO: Really should wait until server is no longer busy and request it to terminate via XMLRPC - py_server->KillProcess(true); - if(m_pImageList) - delete m_pImageList; -} - - -//TODO: This does appear to work correctly (should get a notification if the server dies, but don't -void PythonCodeCompletion::OnXmlRpcTerminated(wxCommandEvent &event) -{ - Manager::Get()->GetLogManager()->LogError(_T("PYCC: Server died")); -} - - -void PythonCodeCompletion::HandleError(XmlRpcResponseEvent &event, wxString message) -{ - //TODO: Should probably kill/restart the XmlRpc server here - if(event.GetState()==XMLRPC_STATE_REQUEST_FAILED) - { - wxMessageBox(_("ERROR PROCESSING PYCC REQUEST: Check the log for details")); - Manager::Get()->GetLogManager()->LogError(message); - Manager::Get()->GetLogManager()->LogError(wxString(event.GetResponse().toXml().c_str(),wxConvUTF8)); - } -} - -void PythonCodeCompletion::OnCalltip(XmlRpcResponseEvent &event) -{ - m_state = STATE_NONE; - m_request_completed_count++; - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_("PYCC: Got calltip response #%i from server"),m_request_completed_count)); - if(event.GetState()==XMLRPC_STATE_RESPONSE) - { - if(m_request_completed_count != m_request_submitted_count) - return; - XmlRpc::XmlRpcValue val=event.GetResponse(); - if(val.getType()==val.TypeArray && val.size()>0) - val = XmlRpc::XmlRpcValue(std::string(val[0])); - if(val.getType()==val.TypeString) - { - m_ActiveCalltipDef=wxString(std::string(val).c_str(),wxConvUTF8); - m_state = STATE_CALLTIP_RETURNED; - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Call tip result ")+m_ActiveCalltipDef.tip); - CodeBlocksEvent evt(cbEVT_SHOW_CALL_TIP); - Manager::Get()->ProcessEvent(evt);//->GetPluginManager()->NotifyPlugins(evt); - } - else - { - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Call tip result is not a string")); - XmlRpc::XmlRpcValue val=event.GetResponse(); - Manager::Get()->GetLogManager()->DebugLog(wxString(val.toXml().c_str(),wxConvUTF8)); - } - } - else - HandleError(event,_T("Error requesting calltip")); -} - -void PythonCodeCompletion::OnCompletePhrase(XmlRpcResponseEvent &event) -{ - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Got complete code response from server")); - m_state = STATE_NONE; - m_request_completed_count++; - if(event.GetState()==XMLRPC_STATE_RESPONSE) - { - if(m_request_completed_count != m_request_submitted_count) - return; - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Completion response")); - XmlRpc::XmlRpcValue val=event.GetResponse(); - m_comp_results.Empty(); - if(val.getType()==val.TypeArray && val.size()>0) - { - for(int i=0;iProcessEvent(evt); - return; - } - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Unexpected phrase completion result")); - Manager::Get()->GetLogManager()->DebugLog(wxString(val.toXml().c_str(),wxConvUTF8)); - return; - } - else - HandleError(event,_T("PYCC: Error requesting completion result")); -} - - -int PythonCodeCompletion::Configure() -{ - //create and display the configuration dialog for your plugin - cbConfigurationDialog dlg(Manager::Get()->GetAppWindow(), wxID_ANY, _("Your dialog title")); - cbConfigurationPanel* panel = GetConfigurationPanel(&dlg); - if (panel) - { - dlg.AttachConfigurationPanel(panel); - PlaceWindow(&dlg); - return dlg.ShowModal() == wxID_OK ? 0 : -1; - } - return -1; -} - -void PythonCodeCompletion::BuildMenu(wxMenuBar* menuBar) -{ - //The application is offering its menubar for your plugin, - //to add any menu items you want... - //Append any items you need in the menu... - //NOTE: Be careful in here... The application's menubar is at your disposal. - NotImplemented(_T("PythonCodeCompletion::BuildMenu()")); - -} - -void PythonCodeCompletion::BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data) -{ - //Some library module is ready to display a pop-up menu. - //Check the parameter \"type\" and see which module it is - //and append any items you need in the menu... - //TIP: for consistency, add a separator as the first item... - // if not attached, exit - if (!menu || !IsAttached() ) - return; - - if (type == mtEditorManager) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if (!ed) - return; - - cbStyledTextCtrl *control = ed->GetControl(); - - if(control->GetLexer() != wxSCI_LEX_PYTHON) - return; - - int pos = control->GetCurrentPos(); - int wordStartPos = control->WordStartPosition(pos, false); - int wordEndPos = control->WordEndPosition(pos, false); - wxString word = control->GetTextRange(wordStartPos, wordEndPos); - if (word.Find(' ')>=0) - return; - - if(wordStartPosInsert(pos, ID_GOTO_DECLARATION, msg); - ++pos; - - } - } -} - -PythonCodeCompletion::CCProviderStatus PythonCodeCompletion::GetProviderStatusFor(cbEditor* ed) -{ - if (ed->GetControl()->GetLexer()==wxSCI_LEX_PYTHON) - return ccpsActive; - return ccpsInactive; -} - -std::vector PythonCodeCompletion::GetAutocompList(bool isAuto, cbEditor* ed, int& tknStart, int& tknEnd) -{ - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: GetAutocompList called")); - std::vector tokens; - if (m_state == STATE_COMPLETION_RETURNED) - { - for (int i = 0; iGetControl(); - control->ClearRegisteredImages(); - for (int i = 0; i < m_pImageList->GetImageCount(); i++) - control->RegisterImage(i+1,m_pImageList->GetBitmap(i)); - m_state=STATE_NONE; - return tokens; - } - else - { -// if ( (!ed->AutoCompActive()) // not already active autocompletion -// || (ch == _T('.'))) - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Checking lexical state...")); - cbStyledTextCtrl *control=ed->GetControl(); - int pos = tknEnd; - int style = control->GetStyleAt(pos); - wxChar ch = control->GetCharAt(pos); - if ( ch != _T('.') && style != wxSCI_P_DEFAULT - && style != wxSCI_P_CLASSNAME - && style != wxSCI_P_DEFNAME - && style != wxSCI_P_IDENTIFIER - && style != wxSCI_P_OPERATOR) - { - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Not a completable lexical state")); - return tokens; - } - wxString phrase=control->GetTextRange(tknStart,tknEnd); - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Looking for ")+phrase+_T(" in ")+ed->GetFilename()+wxString::Format(_T(" %i"),pos)); - m_state = STATE_COMPLETION_REQUEST; - RequestCompletion(control,pos,ed->GetFilename()); - return tokens; - } - return tokens; -} -/// returns html -wxString PythonCodeCompletion::GetDocumentation(const CCToken& token) -{ - wxString doc; - doc = RequestDocString(token.id); - return doc; -} - -std::vector PythonCodeCompletion::GetCallTips(int pos, int style, cbEditor* ed, int& argsPos) -//wxStringVec PythonCodeCompletion::GetCallTips(int pos, int style, cbEditor* ed, int& hlStart, int& hlEnd, int& argsPos) -{ - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_("PYCC: GetCallTips called at pos %i"),pos)); - std::vector cts; - if (m_state == STATE_CALLTIP_RETURNED) - { - m_state=STATE_NONE; - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Supplying the calltip ")+m_ActiveCalltipDef.tip); - PythonCodeCompletion::CCCallTip ct=m_ActiveCalltipDef; - m_ActiveCalltipDef=PythonCodeCompletion::CCCallTip(_T("")); - wxString s = ct.tip.BeforeFirst(_T('\n')); - if(s==_("")) - { - return cts; - } - int pos = s.Find('(')+1; - argsPos = pos; - s=s.AfterFirst('('); - for (int i=0;i=0) - { - pos+=inc+1; - s = s.AfterFirst(','); - } - } - ct.hlStart = pos; - int linc = s.Find(','); - if (linc<0) - linc = s.Find(')'); - ct.hlEnd = ct.hlStart; - if (linc>0) - ct.hlEnd += linc; - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_("PYCC: Showing calltip at pos %i, hl: %i %i"),pos,ct.hlStart,ct.hlEnd)); -// for (int i = 0; iGetLogManager()->DebugLog(wxString::Format(_("PYCC: pos %i, Requesting the calltip at pos %i, argnum %i"),pos,argsStartPos,argNumber)); - cbStyledTextCtrl *control=ed->GetControl(); - m_state = STATE_CALLTIP_REQUEST; - RequestCallTip(control,argsStartPos,ed->GetFilename()); - } - return cts; -} - -std::vector PythonCodeCompletion::GetTokenAt(int pos, cbEditor* ed, bool& allowCallTip) -//std::vector PythonCodeCompletion::GetTokenAt(int pos, cbEditor* ed) -{ - std::vector tokens; - return tokens; -} - -/// dismissPopup is false by default -wxString PythonCodeCompletion::OnDocumentationLink(wxHtmlLinkEvent& event, bool& dismissPopup) -{ - wxString doc; - return doc; -} - -void PythonCodeCompletion::RequestCompletion(cbStyledTextCtrl *control, int pos, const wxString &filename) -{ - int line = control->LineFromPosition(pos); - int column = pos - control->PositionFromLine(line); - XmlRpc::XmlRpcValue value; - value.setSize(4); - value[0] = filename.utf8_str(); //mb_str(wxConvUTF8); - value[1] = control->GetText().utf8_str(); //mb_str(wxConvUTF8); - value[2] = line; - value[3] = column; -// py_server->ClearJobs(); - py_server->ExecAsync(_T("complete_phrase"),value,this,ID_COMPLETE_PHRASE); - m_request_submitted_count++; - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Started server request")); -} - -void PythonCodeCompletion::RequestCallTip(cbStyledTextCtrl *control, int pos, const wxString &filename) -{ - int line = control->LineFromPosition(pos); - int column = pos - control->PositionFromLine(line); - XmlRpc::XmlRpcValue value; - value.setSize(4); - value[0] = filename.utf8_str(); //mb_str(wxConvUTF8); - value[1] = control->GetText().utf8_str(); //mb_str(wxConvUTF8); - value[2] = line; - value[3] = column; -// py_server->ClearJobs(); - py_server->ExecAsync(_T("complete_tip"),value,this,ID_CALLTIP); - m_request_submitted_count++; - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_T("PYCC: Started server request #%i line %i col %i"),m_request_submitted_count,line,column)); -} - -wxString PythonCodeCompletion::RequestDocString(int id) -{ - //Unlike the other request*** functions this one is synchronous and will block the UI if it takes to long - XmlRpc::XmlRpcValue value; - value.setSize(1); - value[0] = id; //mb_str(wxConvUTF8); - py_server->ClearJobs(); - if(py_server->IsJobRunning()) - { - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Can't get doc, server is busy")); - return wxString(); - } - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Requesting doc")); - XmlRpc::XmlRpcValue result; - if (py_server->Exec(_T("get_doc"),value,result)) - { -// if(result.getType()==result.TypeArray && result.size()>0) -// result = result[0]; - m_request_submitted_count++; - m_request_completed_count++; - if(result.getType()==result.TypeString) - return wxString(std::string(result).c_str(),wxConvUTF8); - else - { - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Unexpected get_doc result")); - Manager::Get()->GetLogManager()->DebugLog(wxString(result.toXml().c_str(),wxConvUTF8)); - return wxString(); - } - } else - { - Manager::Get()->GetLogManager()->LogError(_T("PYCC: Bad response for get_doc")); - Manager::Get()->GetLogManager()->LogError(wxString(result.toXml().c_str(),wxConvUTF8)); - - } - return wxString(); -} - -/* -This function computes -argsStartPos: is the stc position of the brace -argNumber: the number of the argument that the cursor is currently position at (0 for the first, 1 for the second etc.) -*/ -void PythonCodeCompletion::GetCalltipPositions(cbEditor* editor, int pos, int &argsStartPos, int &argNumber) -{ - cbStyledTextCtrl* control = editor->GetControl(); - - //FROM CURRENT SCOPE REVERSE FIND FROM CURRENT POS FOR '(', IGNORING COMMENTS, STRINGS, CHAR STYLE - //LOOK FOR MATCHING BRACE, IF FOUND, IS THE POSITION AHEAD OF THE CURRENT BRACE? NO, SKIP. - //RETRIEVE THE SYMBOL TO THE LEFT OF THE '(' E.G. 'os.path.exists' <- ACTIVE SYMBOL - //COUNT THE NUMBER OF COMMAS BETWEEN CURRENT POS AND '(' <- ACTIVE ARG - //RETRIEVE THE CALLTIP AND DOC STRING FROM THE PYTHON SERVER - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Attempting to find call position")); - wxChar ch; - int cpos=pos-1; - int startpos=pos; - int minpos=pos-1000; - if (minpos<0) - minpos=0; - while(cpos>=minpos) - { - ch = control->GetCharAt(cpos); - int style = control->GetStyleAt(cpos); - if (control->IsString(style) || control->IsCharacter(style) || control->IsComment(style)) - { - cpos--; - continue; - } - if(ch==_T(')')) - cpos=control->BraceMatch(cpos); - else if(ch==_T('(')) - break; - cpos--; - } - if(cposBraceMatch(cpos)BraceMatch(cpos)!=-1) - { - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Not in function scope")); - argsStartPos = -1; - argNumber = 0; - return; - } - - argsStartPos = cpos + 1; - - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Finding the calltip symbol")); - //now find the symbol, if any, associated with the parens - int end_pos=cpos; - cpos--; - ch = control->GetCharAt(cpos); - while(cpos>=0) - { - while (ch == _T(' ') || ch == _T('\t')) - { - cpos--; - ch = control->GetCharAt(cpos); - wxString s=control->GetTextRange(cpos,end_pos); - Manager::Get()->GetLogManager()->DebugLog(_T("#")+s); - } - int npos=control->WordStartPosition(cpos+1,true); - if(npos==cpos+1) - { - argsStartPos = -1; - argNumber = 0; - return; - } - cpos=npos; - npos--; - wxString s1=control->GetTextRange(cpos,end_pos); - Manager::Get()->GetLogManager()->DebugLog(_T("#")+s1); - ch = control->GetCharAt(npos); - while (ch == _T(' ') || ch == _T('\t')) - { - npos--; - ch = control->GetCharAt(npos); - wxString s=control->GetTextRange(npos,end_pos); - Manager::Get()->GetLogManager()->DebugLog(_T("#")+s); - } - if (ch!=_T('.')) - break; - cpos=npos-1; - if(cpos<0) - { - argsStartPos = -1; - argNumber = 0; - return; - } - } - int token_pos=cpos; - wxString symbol=control->GetTextRange(token_pos,end_pos); - symbol.Replace(_T(" "),wxEmptyString); - symbol.Replace(_T("\t"),wxEmptyString); - if(symbol==wxEmptyString) //No symbol means not a function call, so return - { - argsStartPos = -1; - argNumber = 0; - return; - } - - //Now figure out which argument the cursor is at by counting "," characters - argNumber = 0; - cpos = argsStartPos; - while(cpos<=startpos) - { - ch = control->GetCharAt(cpos); - int style = control->GetStyleAt(cpos); - if ((ch=='(' || ch =='[' || ch =='{') && (style == wxSCI_P_DEFAULT || style==wxSCI_P_OPERATOR)) - { - cpos = control->BraceMatch(cpos); - if (cpos == wxSCI_INVALID_POSITION) - break; - } - if (ch==',' && (style==wxSCI_P_DEFAULT || style==wxSCI_P_OPERATOR)) - argNumber++; - cpos++; - } - Manager::Get()->GetLogManager()->DebugLog(_T("PYCC: Found calltip symbol ")+symbol); -} - -void PythonCodeCompletion::OnClickedGotoDefinition(wxCommandEvent& event) -{ - cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if(!ed) - return; - - cbStyledTextCtrl *control = ed->GetControl(); - - if(control->GetLexer() != wxSCI_LEX_PYTHON) - return; - int pos = control->GetCurrentPos(); - int line = control->LineFromPosition(pos); - int column = pos - control->PositionFromLine(line); - XmlRpc::XmlRpcValue value; - value.setSize(4); - value[0] = ed->GetFilename().utf8_str(); - value[1] = control->GetText().utf8_str(); - value[2] = line; - value[3] = column; - py_server->ClearJobs(); - py_server->ExecAsync(_T("get_definition_location"),value,this,ID_GOTO_DECLARATION); -} - -void PythonCodeCompletion::OnGotoDefinition(XmlRpcResponseEvent &event) -{ - if(event.GetState()==XMLRPC_STATE_RESPONSE) - { - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: Goto Definition response")); - XmlRpc::XmlRpcValue val=event.GetResponse(); //Should return an array of path, lineno - m_comp_results.Empty(); - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_("PYCC: XML response \n%s"),val.toXml().c_str())); - if(val.getType()==val.TypeArray && val.size()>0) - { - wxString path = wxString(std::string(val[0]).c_str(),wxConvUTF8); - int line = val[1]; - wxFileName f(path); -// cbEditor* ed = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); -// if(!ed) -// return; -// f.MakeRelativeTo(ed->GetFilename()); - Manager::Get()->GetLogManager()->DebugLog(wxString::Format(_("PYCC: Definition is at %s:%i"),f.GetFullPath().wx_str(),line)); - if(f.FileExists()) - { - cbEditor* ed = Manager::Get()->GetEditorManager()->Open(f.GetFullPath()); - if (ed) - { - ed->Show(true); - ed->GotoLine(line, false); - } - return; - } - Manager::Get()->GetLogManager()->DebugLog(_("PYCC: file could not be opened")); - XmlRpc::XmlRpcValue val=event.GetResponse(); - Manager::Get()->GetLogManager()->DebugLog(wxString(val.toXml().c_str(),wxConvUTF8)); - return; - } - } - else - HandleError(event,_T("PYCC: Bad response for goto definition")); -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/531e43aadd763041ad4f94e8aabee4eeb5730de0.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/531e43aadd763041ad4f94e8aabee4eeb5730de0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/531e43aadd763041ad4f94e8aabee4eeb5730de0.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/531e43aadd763041ad4f94e8aabee4eeb5730de0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ - -#include "XmlRpcSource.h" -#include "XmlRpcSocket.h" -#include "XmlRpcUtil.h" - -namespace XmlRpc { - - - XmlRpcSource::XmlRpcSource(int fd /*= -1*/, bool deleteOnClose /*= false*/) - : _fd(fd), _deleteOnClose(deleteOnClose), _keepOpen(false) - { - } - - XmlRpcSource::~XmlRpcSource() - { - } - - - void - XmlRpcSource::close() - { - if (_fd != -1) { - XmlRpcUtil::log(2,"XmlRpcSource::close: closing socket %d.", _fd); - XmlRpcSocket::close(_fd); - XmlRpcUtil::log(2,"XmlRpcSource::close: done closing socket %d.", _fd); - _fd = -1; - } - if (_deleteOnClose) { - XmlRpcUtil::log(2,"XmlRpcSource::close: deleting this"); - _deleteOnClose = false; - delete this; - } - } - -} // namespace XmlRpc diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/5339e8c61ffd43ed308c9881fc333d7c5f6ed34e.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/5339e8c61ffd43ed308c9881fc333d7c5f6ed34e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/5339e8c61ffd43ed308c9881fc333d7c5f6ed34e.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/5339e8c61ffd43ed308c9881fc333d7c5f6ed34e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ -import sys -import os -import struct -import xmlrpclib -from SimpleXMLRPCServer import SimpleXMLRPCServer -import jedi -import textwrap - -def type_suffix(d): - #TODO: Add type/scope combinations here adding more bitmaps to the list in the plugin - if d.startswith('statement'): - return '?'+str(5) - elif d.startswith('class'): - return '?'+str(2) - elif d.startswith('function'): - return '?'+str(6) - elif d.startswith('import'): - return '?'+str(1) - elif d.startswith('keyword'): - return '' - return '' - -isz=struct.calcsize('I') - -class XmlRpcPipeServer: - ''' - A simple XMLRPC server implementation that uses the stdin, stdout - pipes to communicate with the owner of the process. Implements - most of the features of SimpleXMLRPCServer - ''' - def __init__(self): - self.fn_dict={} - self.inpipe=sys.stdin - self.outpipe=sys.stdout - sys.stdout=open(os.devnull,'wb') - - def register_function(self,fn,name): - self.fn_dict[name]=fn - - def register_introspection_functions(self): - pass - - def handle_request(self): - ##TODO: Need more error handling! - size_buf = self.inpipe.read(isz) - size = struct.unpack('I',size_buf)[0] - call_xml = self.inpipe.read(size) - self.outpipe.write(struct.pack('c','M')) - name='' - try: - args,name = xmlrpclib.loads(call_xml) - result = self.__call__(name, *args) - if not isinstance(result,tuple): - result=(result,) - except: - import traceback - result ='Error running call'+name+'\n'+call_xml+'\n' - result += '\n'.join(traceback.format_exception(*sys.exc_info())) - result = ({'error':'ERROR','desc':result},) - try: - res_xml = bytes(xmlrpclib.dumps(result, methodresponse=True)) - except: - result = ({'error':'ERROR','desc':'Method result of length %i could not be converted to XML'%(len(res_xml))},) - res_xml = bytes(xmlrpclib.dumps(result), methodresponse=True) - size = len(res_xml) - self.outpipe.write(struct.pack('I',size)) - self.outpipe.write(res_xml) - - def __call__(self,name,*args): - return self.fn_dict[name](*args) - - -class PythonCompletionServer: - ''' - An XMLRPC server that serves up a jedi interface - ''' - def __init__(self,port): - # Create XMLRPC server - self.timeout=0.2 - self._quit=False - self.port=port - self.project=None - self.active_path=None - - def run(self): - if self.port==-1: - self.server = XmlRpcPipeServer() - else: - self.server = SimpleXMLRPCServer(("localhost", self.port)) - self.server.logRequests=0 - self.server.register_introspection_functions() - #self.server.socket.settimeout(self.timeout) ##timeouts cause probs - self.server.register_function(self.end,'end') - self.server.register_function(self.complete_phrase,'complete_phrase') - self.server.register_function(self.complete_tip,'complete_tip') - self.server.register_function(self.get_doc,'get_doc') - self.server.register_function(self.get_definition_location,'get_definition_location') - while not self._quit: - self.server.handle_request() - - def complete_phrase(self,path,source,line,column): - source=source.replace('\r','') - script = jedi.Script(source,line=line+1,column=column,source_path=path) - self.completions = script.completions() - comps=[s.name+type_suffix(s.description) for s in self.completions] - return comps - - def get_doc(self,index): - ''' - gets the documentation for the `index`th item of the last completion result in self.completions - ''' - comp = self.completions[index] - if comp.type in ['class','import']: - doclines = comp.follow_definition()[0].raw_doc.splitlines() - else: - doclines = comp.doc.splitlines() - doclines = [l.strip() for l in doclines] - if len(doclines)>0: - doclines = ['

']+[l + ' ' if l!='' else '

' for l in doclines[:-1]] + [doclines[-1]] - doclines =[''+comp.type+' '+comp.name+''] + doclines - doc = ''.join(doclines) - return doc - - def complete_tip(self,path,source,line,column): - source=source.replace('\r','') - #don't use the source_path arg because it causes buggy caching to be used - script = jedi.Script(source,line=line+1,column=column)#,source_path=path) - call_def = script.call_signatures() - calltip = '' - for c in call_def: - calltip=c.call_name+'(' - if jedi.__version__ >= '0.8.0': - calltip+=', '.join([p.name for p in c.params])+')' - default_args=[] - for p in c.params: - if '=' in p.description: - default_args.append(p.description) - if default_args: - calltip = calltip + '\n\nDefault Arguments: ' + ', '.join(default_args) -# if c.doc: -# calltip = calltip + '\n\nDescription\n' + c.doc - else: - calltip+=', '.join([p.get_name().names[0] for p in c.params])+')' -# calltip = '\n'.join(textwrap.wrap(calltip,70)) - - return calltip - return '' - - def get_definition_location(self,path,source,line,column): - source=source.replace('\r','') - script = jedi.Script(source,line=line+1,column=column,source_path=path) - results = script.goto_definitions() - for d in results: - module_path = d.module_path - if module_path is None: - module_path = path - line=d.line-1 - if line is None: - line=0 - return [module_path,line] - return ['',-1] - - def end(self): - self._quit=True - return True - -def cmd_err(): - print 'Correct usage: python_completion_server.py ' - print ' must be a positive integer or -1 to use stdin/stdout' - sys.exit() - -if __name__=='__main__': - if len(sys.argv)<2: - port=8001 - else: - try: - port = int(sys.argv[1]) - except: - cmd_err() - if port<-1: - cmd_err() - if len(sys.argv)>2: - config_module_path = sys.argv[2] - config_path, module_name = os.path.split(config_module_path) - module_name = os.path.splitext(module_name)[0] - import importlib - try: - sys.path.insert(0, config_path) - importlib.import_module(module_name) - except: - #TODO: Do something better than silently failing here - pass - - server=PythonCompletionServer(port) - server.run() diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/535be278ee500c304d9b8e7fe950e6985e15db9b.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/535be278ee500c304d9b8e7fe950e6985e15db9b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/53/535be278ee500c304d9b8e7fe950e6985e15db9b.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/53/535be278ee500c304d9b8e7fe950e6985e15db9b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ - - - - - wxVERTICAL - - - - - pdb - rpdb2 - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_LEFT|wxALIGN_TOP - 5 - - - - - - - - wxRIGHT|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 5 - - - - wxEXPAND|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 5 - - - - wxTOP|wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_LEFT|wxALIGN_TOP - 5 - - - - - wxVERTICAL - - - - - wxBOTTOM|wxEXPAND|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 5 - - - - - #800000 - - wxEXPAND|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL - 5 - - - wxLEFT|wxRIGHT|wxEXPAND|wxALIGN_LEFT|wxALIGN_TOP - 5 - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/56/56d9fa595ba6d9cef444281dbe6fcfb8b9e19a03.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/56/56d9fa595ba6d9cef444281dbe6fcfb8b9e19a03.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/56/56d9fa595ba6d9cef444281dbe6fcfb8b9e19a03.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/56/56d9fa595ba6d9cef444281dbe6fcfb8b9e19a03.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,263 +0,0 @@ - -#include "XmlRpcSocket.h" -#include "XmlRpcUtil.h" - -#ifndef MAKEDEPEND - -#if defined(_WINDOWS) -# include -# include -//# pragma lib(WS2_32.lib) - -# define EINPROGRESS WSAEINPROGRESS -# define EWOULDBLOCK WSAEWOULDBLOCK -# define ETIMEDOUT WSAETIMEDOUT -#else -extern "C" { -# include -# include -# include -# include -# include -# include -# include -# include -} -#endif // _WINDOWS - -#endif // MAKEDEPEND - -//DM -#include -//DM - -using namespace XmlRpc; - - - -#if defined(_WINDOWS) - -static void initWinSock() -{ - static bool wsInit = false; - if (! wsInit) - { - WORD wVersionRequested = MAKEWORD( 2, 0 ); - WSADATA wsaData; - WSAStartup(wVersionRequested, &wsaData); - wsInit = true; - } -} - -#else - -#define initWinSock() - -#endif // _WINDOWS - - -// These errors are not considered fatal for an IO operation; the operation will be re-tried. -static inline bool -nonFatalError() -{ - int err = XmlRpcSocket::getError(); - return (err == EINPROGRESS || err == EAGAIN || err == EWOULDBLOCK || err == EINTR); -} - - - -int -XmlRpcSocket::socket() -{ - initWinSock(); - return (int) ::socket(AF_INET, SOCK_STREAM, 0); -} - - -void -XmlRpcSocket::close(int fd) -{ - XmlRpcUtil::log(4, "XmlRpcSocket::close: fd %d.", fd); -#if defined(_WINDOWS) - closesocket(fd); -#else - ::close(fd); -#endif // _WINDOWS -} - - - - -bool -XmlRpcSocket::setNonBlocking(int fd) -{ -#if defined(_WINDOWS) - unsigned long flag = 1; - return (ioctlsocket((SOCKET)fd, FIONBIO, &flag) == 0); -#else - return (fcntl(fd, F_SETFL, O_NONBLOCK) == 0); -#endif // _WINDOWS -} - - -bool -XmlRpcSocket::setReuseAddr(int fd) -{ - // Allow this port to be re-bound immediately so server re-starts are not delayed - int sflag = 1; - return (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (const char *)&sflag, sizeof(sflag)) == 0); -} - - -// Bind to a specified port -bool -XmlRpcSocket::bind(int fd, int port) -{ - struct sockaddr_in saddr; - memset(&saddr, 0, sizeof(saddr)); - saddr.sin_family = AF_INET; - saddr.sin_addr.s_addr = htonl(INADDR_ANY); - saddr.sin_port = htons((u_short) port); - return (::bind(fd, (struct sockaddr *)&saddr, sizeof(saddr)) == 0); -} - - -// Set socket in listen mode -bool -XmlRpcSocket::listen(int fd, int backlog) -{ - return (::listen(fd, backlog) == 0); -} - - -int -XmlRpcSocket::accept(int fd) -{ - struct sockaddr_in addr; -#if defined(_WINDOWS) - int -#else - socklen_t -#endif - addrlen = sizeof(addr); - - return (int) ::accept(fd, (struct sockaddr*)&addr, &addrlen); -} - - - -// Connect a socket to a server (from a client) -bool -XmlRpcSocket::connect(int fd, std::string& host, int port) -{ - struct sockaddr_in saddr; - memset(&saddr, 0, sizeof(saddr)); - saddr.sin_family = AF_INET; - - struct hostent *hp = gethostbyname(host.c_str()); - if (hp == 0) return false; - - saddr.sin_family = hp->h_addrtype; - memcpy(&saddr.sin_addr, hp->h_addr, hp->h_length); - saddr.sin_port = htons((u_short) port); - - // For asynch operation, this will return EWOULDBLOCK (windows) or - // EINPROGRESS (linux) and we just need to wait for the socket to be writable... - int result = ::connect(fd, (struct sockaddr *)&saddr, sizeof(saddr)); - return result == 0 || nonFatalError(); -} - - - -// Read available text from the specified socket. Returns false on error. -bool -XmlRpcSocket::nbRead(int fd, std::string& s, bool *eof) -{ - const int READ_SIZE = 4096; // Number of bytes to attempt to read at a time - char readBuf[READ_SIZE]; - - bool wouldBlock = false; - *eof = false; - - while ( ! wouldBlock && ! *eof) { -#if defined(_WINDOWS) - int n = recv(fd, readBuf, READ_SIZE-1, 0); -#else - int n = read(fd, readBuf, READ_SIZE-1); -#endif - XmlRpcUtil::log(5, "XmlRpcSocket::nbRead: read/recv returned %d.", n); - - if (n > 0) { - readBuf[n] = 0; - s.append(readBuf, n); - } else if (n == 0) { - *eof = true; - } else if (nonFatalError()) { - wouldBlock = true; - } else { - return false; // Error - } - } - return true; -} - - -// Write text to the specified socket. Returns false on error. -bool -XmlRpcSocket::nbWrite(int fd, std::string& s, int *bytesSoFar) -{ - int nToWrite = int(s.length()) - *bytesSoFar; - char *sp = const_cast(s.c_str()) + *bytesSoFar; - bool wouldBlock = false; - - while ( nToWrite > 0 && ! wouldBlock ) { -#if defined(_WINDOWS) - int n = send(fd, sp, nToWrite, 0); -#else - int n = write(fd, sp, nToWrite); -#endif - XmlRpcUtil::log(5, "XmlRpcSocket::nbWrite: send/write returned %d.", n); - - if (n > 0) { - sp += n; - *bytesSoFar += n; - nToWrite -= n; - } else if (nonFatalError()) { - wouldBlock = true; - } else { - return false; // Error - } - } - return true; -} - - -// Returns last errno -int -XmlRpcSocket::getError() -{ -#if defined(_WINDOWS) - return WSAGetLastError(); -#else - return errno; -#endif -} - - -// Returns message corresponding to last errno -std::string -XmlRpcSocket::getErrorMsg() -{ - return getErrorMsg(getError()); -} - -// Returns message corresponding to errno... well, it should anyway -std::string -XmlRpcSocket::getErrorMsg(int error) -{ - char err[60]; - snprintf(err,sizeof(err),"error %d", error); - return std::string(err); -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/5d/5dd592f9d082dd0ea442e3da4d75825f7f0ee199.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/5d/5dd592f9d082dd0ea442e3da4d75825f7f0ee199.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/5d/5dd592f9d082dd0ea442e3da4d75825f7f0ee199.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/5d/5dd592f9d082dd0ea442e3da4d75825f7f0ee199.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -#ifndef ASYNCPROCESS_H_INCLUDED -#define ASYNCPROCESS_H_INCLUDED - -#include -#include - - -//Runs a child process asynchronously with output + error redirected, posting a message to the parent when complete -class AsyncProcess: public wxEvtHandler -{ -public: - AsyncProcess(wxEvtHandler *parent) - { - m_parent=parent; - m_exec_proc=NULL; - return; - } - ~AsyncProcess(); - int Exec(const wxString &command); - wxString GetStdout() {return m_exec_output;} - wxString GetStderr() {return m_exec_err;} - void OnExecTerminate(wxProcessEvent &e); - void OnExecTimer(wxTimerEvent &e); -private: - wxProcess *m_exec_proc; - wxInputStream *m_exec_stream, *m_exec_errstream; - int m_exec_proc_id; - wxTimer *m_exec_timer; - wxString m_exec_output, m_exec_err; - void ReadStream(bool all=false); - wxEvtHandler *m_parent; - DECLARE_EVENT_TABLE() -}; - -#endif //ASYNCPROCESS_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/65/650f6adbe1ce4d9cbcb23ff47a4c18f45a20ac12.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/65/650f6adbe1ce4d9cbcb23ff47a4c18f45a20ac12.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/65/650f6adbe1ce4d9cbcb23ff47a4c18f45a20ac12.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/65/650f6adbe1ce4d9cbcb23ff47a4c18f45a20ac12.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,233 +0,0 @@ -// TestValues.cpp : Test XML encoding and decoding of XmlRpcValues. - -#include - -#include "XmlRpcValue.h" - - -#include -#include - - -using namespace XmlRpc; - - -void testBoolean() -{ - XmlRpcValue booleanFalse(false); - XmlRpcValue booleanTrue(true); - int offset = 0; - XmlRpcValue booleanFalseXml("0", &offset); - offset = 0; - XmlRpcValue booleanTrueXml("1", &offset); - assert(booleanFalse != booleanTrue); - assert(booleanFalse == booleanFalseXml); - assert(booleanFalse != booleanTrueXml); - - if (bool(booleanFalse)) - assert(false); - - if ( ! bool(booleanTrue)) - assert(false); -} - -// Int -void testInt() -{ - XmlRpcValue int0(0); - XmlRpcValue int1(1); - XmlRpcValue int10(10); - XmlRpcValue int_1(-1); - int offset = 0; - XmlRpcValue int0Xml("0", &offset); - offset = 0; - XmlRpcValue int9Xml("9", &offset); - assert(int0 == int0Xml); - assert(int(int10) - int(int1) == int(int9Xml)); - assert(9 == int(int9Xml)); - assert(int(int10) + int(int_1) == int(int9Xml)); -} - -void testDouble() -{ - // Double - XmlRpcValue d(43.7); - int offset = 0; - XmlRpcValue dXml("56.3", &offset); - assert(double(d) + double(dXml) == 100.0); // questionable practice... -} - -void testString() -{ - // String - XmlRpcValue s("Now is the time <&"); - char csxml[] = "Now is the time <&"; - std::string ssxml = csxml; - int offset = 0; - XmlRpcValue vscXml(csxml, &offset); - offset = 0; - XmlRpcValue vssXml(ssxml, &offset); - assert(s == vscXml); - assert(s == vssXml); - offset = 0; - XmlRpcValue fromXml(vssXml.toXml(), &offset); - assert(s == fromXml); - - // Empty or blank strings with no tags - std::string emptyStringXml(""); - offset = 0; - XmlRpcValue emptyStringVal1(emptyStringXml, &offset); - XmlRpcValue emptyStringVal2(""); - assert(emptyStringVal1 == emptyStringVal2); - - emptyStringXml = " "; - offset = 0; - XmlRpcValue blankStringVal(emptyStringXml, &offset); - assert(std::string(blankStringVal) == " "); -} - - -void testDateTime() -{ - // DateTime - int offset = 0; - XmlRpcValue dateTime("19040101T03:12:35", &offset); - struct tm &t = dateTime; - assert(t.tm_year == 1904 && t.tm_min == 12); -} - - -void testArray(XmlRpcValue const& d) -{ - // Array - XmlRpcValue a; - a.setSize(4); - a[0] = 1; - a[1] = std::string("two"); - a[2] = 43.7; - a[3] = "four"; - assert(int(a[0]) == 1); - assert(a[2] == d); - - char csaXml[] = - "\n" - " \n" - " 1 \n" - " two\n" - " 43.7\n" - " four\n" - " \n" - ""; - - int offset = 0; - XmlRpcValue aXml(csaXml, &offset); - assert(a == aXml); -} - -void testStruct() -{ - // Struct - XmlRpcValue struct1; - struct1["i4"] = 1; - struct1["str"] = "two"; - struct1["d"] = 43.7; - - XmlRpcValue a; - a.setSize(4); - a[0] = 1; - a[1] = std::string("two"); - a[2] = 43.7; - a[3] = "four"; - - assert(struct1["d"] == a[2]); - - char csStructXml[] = - "\n" - " \n" - " i4 \n" - " 1 \n" - " \n" - " \n" - " d \n" - " 43.7\n" - " \n" - " \n" - " str \n" - " two\n" - " \n" - ""; - - int offset = 0; - XmlRpcValue structXml(csStructXml, &offset); - assert(struct1 == structXml); - - XmlRpcValue astruct; - astruct["array"] = a; - assert(astruct["array"][2] == struct1["d"]); - - for (int i=0; i<10; i++) { - XmlRpcValue Event; - Event["Name"] = "string"; - - Event.clear(); - - const int NELMTS = 100; - int ii; - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - Event[std::string(buf)] = buf; - } - - Event.clear(); - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - if (ii != NELMTS/2) - Event[std::string(buf)] = ii; - else - for (int jj=0; jj< NELMTS; ++jj) { - char bufj[40]; - sprintf(bufj,"%d", jj); - Event[std::string(buf)][std::string(bufj)] = bufj; - } - } - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - if (ii != NELMTS/2) - assert(Event[std::string(buf)] == XmlRpcValue(ii)); - else - assert(Event[std::string(buf)].size() == NELMTS); - } - } -} - - - -int main(int argc, char* argv[]) -{ - testBoolean(); - - testInt(); - - - testDouble(); - - - testString(); - - - testDateTime(); - - - testArray(43.7); - - - testStruct(); - - return 0; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/66/664b1c50c7e03ff5b695ed275c7b4b99e45047d8.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/66/664b1c50c7e03ff5b695ed275c7b4b99e45047d8.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/66/664b1c50c7e03ff5b695ed275c7b4b99e45047d8.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/66/664b1c50c7e03ff5b695ed275c7b4b99e45047d8.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -// TestXml.cpp : Test XML encoding and decoding. -// The characters <>&'" are illegal in xml and must be encoded. - - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers - -#include -// If you are using MSVC++6, you should update to fix -// BUG: getline Template Function Reads Extra Character -#include -#include -#include - -#include "XmlRpcUtil.h" - -using namespace XmlRpc; - - -int main(int argc, char* argv[]) -{ - // Basic tests - std::string empty; - assert(empty == XmlRpcUtil::xmlEncode(empty)); - assert(empty == XmlRpcUtil::xmlDecode(empty)); - assert(empty == XmlRpcUtil::xmlEncode("")); - assert(empty == XmlRpcUtil::xmlDecode("")); - - std::string raw("<>&'\""); - assert(XmlRpcUtil::xmlDecode(XmlRpcUtil::xmlEncode(raw)) == raw); - - std::cout << "Basic tests passed.\n"; - - // Interactive tests - std::string s; - for (;;) { - std::cout << "\nEnter line of raw text to encode:\n"; - std::getline(std::cin, s); - if (s.empty()) break; - - std::cout << XmlRpcUtil::xmlEncode(s) << std::endl; - } - - for (;;) { - std::cout << "\nEnter line of xml-encoded text to decode:\n"; - std::getline(std::cin, s); - if (s.empty()) break; - - std::cout << XmlRpcUtil::xmlDecode(s) << std::endl; - } - - return 0; -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/68/683eac9ffa5d8d8d255398d694c0dd0cd2200b7c.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/68/683eac9ffa5d8d8d255398d694c0dd0cd2200b7c.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6b/6bc261014a7a7cdf21b909182f48554740ea514d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6b/6bc261014a7a7cdf21b909182f48554740ea514d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6b/6bc261014a7a7cdf21b909182f48554740ea514d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6b/6bc261014a7a7cdf21b909182f48554740ea514d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ - -#ifndef _XMLRPCSERVER_H_ -#define _XMLRPCSERVER_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -# include -#endif - -#include "XmlRpcDispatch.h" -#include "XmlRpcSource.h" - -namespace XmlRpc { - - - // An abstract class supporting XML RPC methods - class XmlRpcServerMethod; - - // Class representing connections to specific clients - class XmlRpcServerConnection; - - // Class representing argument and result values - class XmlRpcValue; - - - //! A class to handle XML RPC requests - class XmlRpcServer : public XmlRpcSource { - public: - //! Create a server object. - XmlRpcServer(); - //! Destructor. - virtual ~XmlRpcServer(); - - //! Specify whether introspection is enabled or not. Default is not enabled. - void enableIntrospection(bool enabled=true); - - //! Add a command to the RPC server - void addMethod(XmlRpcServerMethod* method); - - //! Remove a command from the RPC server - void removeMethod(XmlRpcServerMethod* method); - - //! Remove a command from the RPC server by name - void removeMethod(const std::string& methodName); - - //! Look up a method by name - XmlRpcServerMethod* findMethod(const std::string& name) const; - - //! Create a socket, bind to the specified port, and - //! set it in listen mode to make it available for clients. - bool bindAndListen(int port, int backlog = 5); - - //! Process client requests for the specified time - void work(double msTime); - - //! Temporarily stop processing client requests and exit the work() method. - void exit(); - - //! Close all connections with clients and the socket file descriptor - void shutdown(); - - //! Introspection support - void listMethods(XmlRpcValue& result); - - // XmlRpcSource interface implementation - - //! Handle client connection requests - virtual unsigned handleEvent(unsigned eventType); - - //! Remove a connection from the dispatcher - virtual void removeConnection(XmlRpcServerConnection*); - - protected: - - //! Accept a client connection request - virtual void acceptConnection(); - - //! Create a new connection object for processing requests from a specific client. - virtual XmlRpcServerConnection* createConnection(int socket); - - // Whether the introspection API is supported by this server - bool _introspectionEnabled; - - // Event dispatcher - XmlRpcDispatch _disp; - - // Collection of methods. This could be a set keyed on method name if we wanted... - typedef std::map< std::string, XmlRpcServerMethod* > MethodMap; - MethodMap _methods; - - // system methods - XmlRpcServerMethod* _listMethods; - XmlRpcServerMethod* _methodHelp; - - }; -} // namespace XmlRpc - -#endif //_XMLRPCSERVER_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6c/6cd9660d673f8a999b6f8fa919989240d698d2e9.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6c/6cd9660d673f8a999b6f8fa919989240d698d2e9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6c/6cd9660d673f8a999b6f8fa919989240d698d2e9.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6c/6cd9660d673f8a999b6f8fa919989240d698d2e9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,153 +0,0 @@ -#ifndef SHELLCTRL_H -#define SHELLCTRL_H - -#include - - -#include - -#ifndef WX_PRECOMP - #include -#endif - - -#include -#include -#include - -// CLASSES DEFINED IN THIS LIBRARY -class ShellManager; //Manages the collection of Shell Control Widgets allowing user interaction with external processes within a tabbed notepage - usually the main app (or some plugin) will declare a global instance of this manager. See the full declaration below for more detail -class ShellCtrlBase; //The manager manages a set of Shell Control widgets that redirect I/O from an external process - ShellCtrlBase is an abstract base class allowing the developer to create custom controls for handling I/O from their process. Note that "process" is not defined here, it could be a new thread, an external program, a server connection etc -class ShellRegInfo; //Every custom shell control must provide basic info to a global registry -class ShellRegistry; //The global registry stores the info for all known custom shell controls -template class ShellCtrlRegistrant; //The developer makes their custom Shell Control classes available to the manager (and the main application) by creating an instance of this template class - -typedef ShellCtrlBase*(*fnCreate)(wxWindow*, int, const wxString &, ShellManager *); //typedef defining function to create a custom shell control widget -typedef void(*fnFree)(ShellCtrlBase*); //typedef defining function to free a custom shell control widget - -//Every type of shell control has the following registration info -struct ShellRegInfo -{ -// wxString name; //unique name of the type - fnCreate create; //static function call needed to create instance on the heap - fnFree free; //static function call needed to free instance -}; - -// Before shells can be used they must be registered in a ShellRegistry, which -// represents a collection of registered shell controls. One global instance is created -// within this library -class ShellRegistry -{ -public: - bool Register(const wxString &name, fnCreate create, fnFree free); //register/deregister are called by the plugin registrant instance - bool Deregister(const wxString &name); - ShellCtrlBase *CreateControl(const wxString &type,wxWindow* parent, int id, const wxString &windowname, ShellManager *shellmgr=NULL); - void FreeControl(ShellCtrlBase *sh); //TODO: Don't think this is necessary? -private: -// std::vector m_reginfo; - std::map m_reginfo; -}; - -extern ShellRegistry& GlobalShellRegistry(); //defined in shellctrlbase.cpp, but accessible to all linking libraries - -// every library that creates a new shell control must create an instance of this class with the type of their control as the template paramater T. This will add the new class to the registry of shell controls and the needed functions to create new instances -template class ShellCtrlRegistrant -{ - public: - /// @param name The name of the ShellCtrl. - ShellCtrlRegistrant(const wxString& name) - { - m_name=name; - GlobalShellRegistry().Register(name, &Create, &Free); - } - ~ShellCtrlRegistrant() - { - GlobalShellRegistry().Deregister(m_name); - } - static ShellCtrlBase* Create(wxWindow* parent, int id, const wxString &windowname, ShellManager *shellmgr=NULL) //allocates new shell control object on heap - { - return new T(parent, id, windowname, shellmgr); - } - - static void Free(ShellCtrlBase* sh) // deletes object from heap - { - delete sh; - } - wxString m_name; - -// static void SDKVersion(int* major, int* minor, int* release) -// { -// if (major) *major = PLUGIN_SDK_VERSION_MAJOR; -// if (minor) *minor = PLUGIN_SDK_VERSION_MINOR; -// if (release) *release = PLUGIN_SDK_VERSION_RELEASE; -// } -}; - - - -// This is the shell control base class -// All controls derives from a basic wxPanel -// The control must offer services to create and destroy underlying processes -// terminal controls sit inside a tabbed panel managed by the Shell Manager -class ShellCtrlBase : public wxPanel //TODO: make wxPanel a member, not a base?? -{ - public: - ShellCtrlBase():wxPanel() {m_id=-1;} - ShellCtrlBase(wxWindow* parent, int id, const wxString &name, ShellManager *shellmgr=NULL); - virtual ~ShellCtrlBase() {} - - // Every shell control widget must override the following - virtual long LaunchProcess(const wxString &processcmd, const wxArrayString &options)=0; -// virtual void KillWindow()=0; // manager may destroy the window, but will call this before doing so - virtual void KillProcess()=0; //use this to respond to ShellManager request to kill the process - virtual void SyncOutput(int maxchars=1000)=0; //use this to respond to ShellManager request to gather output from the running process for display in the panel - - virtual bool IsDead()=0; - wxString GetName() {return m_name;} - void SetName(const wxString &name) {m_name=name;} - protected: - wxString m_name; - ShellManager *m_shellmgr; - int m_id; -// DECLARE_DYNAMIC_CLASS(ShellCtrlBase) -// DECLARE_EVENT_TABLE() -}; - - -BEGIN_DECLARE_EVENT_TYPES() -DECLARE_LOCAL_EVENT_TYPE(wxEVT_SHELL_ADD_CLICKED, -1) -END_DECLARE_EVENT_TYPES() - - -class ShellManager : public wxPanel -{ - friend class ShellCtrlBase; - public: - ShellManager(wxWindow* parent); - ~ShellManager(); //virtual?? - long LaunchProcess(const wxString &processcmd, const wxString &name, const wxString &type, const wxArrayString &options); - void KillProcess(int id); - void KillWindow(int id); - void RemoveDeadPages(); - ShellCtrlBase *GetPage(size_t i); - ShellCtrlBase *GetPage(const wxString &name); - void OnShellTerminate(ShellCtrlBase *term); - int NumAlive(); - private: - //Responders to standard wxWidgets Messages - void OnUserInput(wxKeyEvent& ke); - void OnPollandSyncOutput(wxTimerEvent& te); - void OnPageClosing(wxAuiNotebookEvent& event); - void OnPageChanging(wxAuiNotebookEvent& event); - bool QueryClose(ShellCtrlBase* sh); - //Responders to friend class ShellCtrlBase - size_t GetTermNum(ShellCtrlBase *term); - protected: - wxTimer m_synctimer; - wxAuiNotebook *m_nb; - DECLARE_EVENT_TABLE() -}; - - - -#endif // SHELLCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f54bbb4471ff3a912cbd6d82d31e4faa2535735.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f54bbb4471ff3a912cbd6d82d31e4faa2535735.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f54bbb4471ff3a912cbd6d82d31e4faa2535735.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f54bbb4471ff3a912cbd6d82d31e4faa2535735.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,253 +0,0 @@ -// TestValues.cpp : Test XML encoding and decoding of XmlRpcValues. - -#define _CRTDBG_MAP_ALLOC -#include -#include - -#include "XmlRpcValue.h" - - -#include -#include - - -using namespace XmlRpc; - - -void testBoolean() -{ - XmlRpcValue booleanFalse(false); - XmlRpcValue booleanTrue(true); - int offset = 0; - XmlRpcValue booleanFalseXml("0", &offset); - offset = 0; - XmlRpcValue booleanTrueXml("1", &offset); - assert(booleanFalse != booleanTrue); - assert(booleanFalse == booleanFalseXml); - assert(booleanFalse == booleanFalseXml); - if (booleanFalse) - assert(false); - - if (booleanTrue) - assert( ! false); - else - assert(false); -} - -// Int -void testInt() -{ - XmlRpcValue int0(0); - XmlRpcValue int1(1); - XmlRpcValue int10(10); - XmlRpcValue int_1(-1); - int offset = 0; - XmlRpcValue int0Xml("0", &offset); - offset = 0; - XmlRpcValue int9Xml("9", &offset); - assert(int0 == int0Xml); - assert(int(int10) - int(int1) == int(int9Xml)); - assert(9 == int(int9Xml)); - assert(int(int10) + int(int_1) == int(int9Xml)); -} - -void testDouble() -{ - // Double - XmlRpcValue d(43.7); - int offset = 0; - XmlRpcValue dXml("56.3", &offset); - assert(double(d) + double(dXml) == 100.0); // questionable practice... -} - -void testString() -{ - // String - XmlRpcValue s("Now is the time <&"); - char csxml[] = "Now is the time <&"; - std::string ssxml = csxml; - int offset = 0; - XmlRpcValue vscXml(csxml, &offset); - offset = 0; - XmlRpcValue vssXml(ssxml, &offset); - assert(s == vscXml); - assert(s == vssXml); - offset = 0; - XmlRpcValue fromXml(vssXml.toXml(), &offset); - assert(s == fromXml); - - // Empty or blank strings with no tags - std::string emptyStringXml(""); - offset = 0; - XmlRpcValue emptyStringVal1(emptyStringXml, &offset); - XmlRpcValue emptyStringVal2(""); - assert(emptyStringVal1 == emptyStringVal2); - - emptyStringXml = " "; - offset = 0; - XmlRpcValue blankStringVal(emptyStringXml, &offset); - assert(std::string(blankStringVal) == " "); -} - - -void testDateTime() -{ - // DateTime - int offset = 0; - XmlRpcValue dateTime("19040101T03:12:35", &offset); - struct tm &t = dateTime; - assert(t.tm_year == 1904 && t.tm_min == 12); -} - - -void testArray(XmlRpcValue const& d) -{ - // Array - XmlRpcValue a; - a.setSize(4); - a[0] = 1; - a[1] = std::string("two"); - a[2] = 43.7; - a[3] = "four"; - assert(int(a[0]) == 1); - assert(a[2] == d); - - char csaXml[] = - "\n" - " \n" - " 1 \n" - " two\n" - " 43.7\n" - " four\n" - " \n" - ""; - - int offset = 0; - XmlRpcValue aXml(csaXml, &offset); - assert(a == aXml); -} - -void testStruct() -{ - // Struct - XmlRpcValue struct1; - struct1["i4"] = 1; - struct1["str"] = "two"; - struct1["d"] = 43.7; - - XmlRpcValue a; - a.setSize(4); - a[0] = 1; - a[1] = std::string("two"); - a[2] = 43.7; - a[3] = "four"; - - assert(struct1["d"] == a[2]); - - char csStructXml[] = - "\n" - " \n" - " i4 \n" - " 1 \n" - " \n" - " \n" - " d \n" - " 43.7\n" - " \n" - " \n" - " str \n" - " two\n" - " \n" - ""; - - int offset = 0; - XmlRpcValue structXml(csStructXml, &offset); - assert(struct1 == structXml); - - XmlRpcValue astruct; - astruct["array"] = a; - assert(astruct["array"][2] == struct1["d"]); - - for (int i=0; i<10; i++) { - XmlRpcValue Event; - Event["Name"] = "string"; - - Event.clear(); - - const int NELMTS = 100; - int ii; - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - Event[buf] = buf; - } - - Event.clear(); - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - if (ii != NELMTS/2) - Event[buf] = ii; - else - for (int jj=0; jj< NELMTS; ++jj) { - char bufj[40]; - sprintf(bufj,"%d", jj); - Event[buf][bufj] = bufj; - } - } - - for (ii=0; ii< NELMTS; ++ii) { - char buf[40]; - sprintf(buf,"%d", ii); - if (ii != NELMTS/2) - assert(Event[buf] == XmlRpcValue(ii)); - else - assert(Event[buf].size() == NELMTS); - } - } -} - - - -int main(int argc, char* argv[]) -{ - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - testBoolean(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - testInt(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - - testDouble(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - - testString(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - - testDateTime(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - - testArray(43.7); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - - testStruct(); - _CrtDumpMemoryLeaks(); - _CrtCheckMemory( ); - - return 0; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f970b0b611cd5c76244552ee3af9b4e79a88b4b.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f970b0b611cd5c76244552ee3af9b4e79a88b4b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f970b0b611cd5c76244552ee3af9b4e79a88b4b.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/6f/6f970b0b611cd5c76244552ee3af9b4e79a88b4b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -PNG diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/71/711fd298cc9a3501a1e19f2bf506706387a2deb1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/71/711fd298cc9a3501a1e19f2bf506706387a2deb1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/71/711fd298cc9a3501a1e19f2bf506706387a2deb1.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/71/711fd298cc9a3501a1e19f2bf506706387a2deb1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ -#include "asyncprocess.h" -#include - - -DEFINE_EVENT_TYPE(wxEVT_NOTIFY_UPDATE_TREE) -DEFINE_EVENT_TYPE(wxEVT_NOTIFY_EXEC_REQUEST) - -int ID_EXEC_TIMER=wxNewId(); - -BEGIN_EVENT_TABLE(AsyncProcess, wxEvtHandler) - EVT_TIMER(ID_EXEC_TIMER, AsyncProcess::OnExecTimer) - EVT_END_PROCESS(wxID_ANY, AsyncProcess::OnExecTerminate) -END_EVENT_TABLE() - -AsyncProcess::~AsyncProcess() -{ - if(m_exec_proc) - { - m_exec_timer->Stop(); - delete m_exec_timer; - m_exec_proc->Detach(); - } -} - - -int AsyncProcess::Exec(const wxString &command) -{ - int exitcode=0; - m_exec_output.Empty(); - m_exec_err.Empty(); - m_exec_proc=new wxProcess(this); - m_exec_proc->Redirect(); - m_exec_proc_id=wxExecute(command,wxEXEC_ASYNC,m_exec_proc); - if(m_exec_proc_id==0) - return 1; - m_exec_timer=new wxTimer(this,ID_EXEC_TIMER); - m_exec_timer->Start(100,true); - return exitcode; -} - -void AsyncProcess::OnExecTerminate(wxProcessEvent &e) -{ - ReadStream(true); - m_exec_timer->Stop(); - delete m_exec_timer; - delete m_exec_proc; - m_exec_proc=NULL; - m_parent->AddPendingEvent(e); -} - -void AsyncProcess::OnExecTimer(wxTimerEvent &e) -{ - if(m_exec_proc) - ReadStream(); -} - -void AsyncProcess::ReadStream(bool all) -{ - m_exec_timer->Stop(); - m_exec_stream=m_exec_proc->GetInputStream(); - wxTextInputStream tis(*m_exec_stream); - wxStopWatch sw; - while(m_exec_proc->IsInputAvailable()) - { - m_exec_output+=_("\n")+tis.ReadLine(); - if(!all && sw.Time()>30) - break; - } - - m_exec_errstream=m_exec_proc->GetErrorStream(); - wxTextInputStream tes(*m_exec_errstream); - while(m_exec_proc->IsErrorAvailable()) - { - m_exec_err+=_("\n")+tes.ReadLine(); - if(!all && sw.Time()>30) - break; - } - - if(!all) - { - m_exec_timer->Start(150,true); - } -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/72/7259ebb20d9fae7bf44d156e8763059b094d230f.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/72/7259ebb20d9fae7bf44d156e8763059b094d230f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/72/7259ebb20d9fae7bf44d156e8763059b094d230f.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/72/7259ebb20d9fae7bf44d156e8763059b094d230f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,428 +0,0 @@ - -def list2str(list,sep='\t'): - '''Takes a list of numbers and returns a single string conversion - of those numbers separated by sep.''' - return sep.join([str(x) for x in list]) - -# tolerance for floating point comparison -tol = 1e-5 - - -def equals(val1, val2, matchint=False, matchfloat=False): - ''' compares two values for equality - forces integer comparison if matchint is true - forces floating point comparison if matchfloat is true (using tolerance tol) - ''' - if matchint: - return int(val1)==int(val2) - elif matchfloat: - tolmul=abs((float(val1)+float(val2))*tol) - return float(val1)-tolmul val2 - forces integer comparison if matchint is true - forces floating point comparison if matchfloat is true (using tolerance tol) - ''' - if matchint: - return int(val1)>int(val2) - elif matchfloat: - v1=float(val1) - v2=float(val2) - return v1>v2+tol*abs(v1+v2) - else: - return val1>val2 #Could compare str(val1) with str(val2) instead - - -def convert(val,vtype): - if vtype=='s': - return str(val) - if vtype=='i': - return int(val) - if vtype=='f': - return float(val) - return val - - -SEEK_SET = 0 #for compatibility of previous python versions with python 2.5 naming convention for file start position - - -# TODO: Let user specify autobind on import -#delimrow=rowfactory() - -#TODO: type conversion of fields using a mask -#TODO: - -class delimfile_iter: - ''' - an iterator for the delimfile class, reads one row at a time sequentially from - current start position. Limits rows read to numrows (unlimited if numrows is set to -1) - ''' - file=None - rowsread=0 - numrows=-1 - rowincrement=1 - def __init__(self,delimfile,numrows=-1): - self.file=delimfile - self.numrows=numrows - if numrows<0: - self.rowincrement=0 - self.rowsread=-2 - def __iter__(self): - return self - def next(self): - if self.rowsread>=self.numrows: - raise StopIteration - row=self.file.readrow() - if row: - self.rowsread+=self.rowincrement - return row - else: - raise StopIteration - -class delimfile(file): - ''' - class to read and write fields from text delimited files - inherits from the standard file class but allows cute things like binding field names of read rows - to attributes of delimrow - ''' - currentrow=None #buffers the current row of fields - for use in iterative reads - delim='\t' #text delimiter character separating fields - names=[] #list of field names - usually taken from the header. Names are assigned to any returned delimrows - rowloc=0 #position in the file - the next record read or written will have this index, -1 == EOF - headloc=0 # stores the position of the first row of data in the file (0 if no header row) - maxiterrows=-1 #maximum number of rows to read with the iterator, -1 = no maximum - delimrow=None #a class representing a delimited row object (set of fields from a row) - - def __init__(self, name, writemode=False, header=True, delim='\t', autobind=True): - if writemode: - file.__init__(self, name, 'w') - else: - file.__init__(self, name, 'r') - if header: - self.names=self.readline().strip('\n').split(delim) - self.headloc=self.tell() - else: - self.names=[] - self.headloc=0 - self.delim=delim - self.delimrow=self.rowfactory(autobind) - - def __iter__(self): - ''' defines an iterable to allow user to call: - df=delimfile('filename.txt') - for rows in df: - print rows - the iterable limits the number of rows read to self.maxiterrows (-1 = no limit) - ''' - return delimfile_iter(self,self.maxiterrows) - - def reset(self): - ''' - set file position to start of data (i.e. after the header) - ''' - self.seek(self.headloc,SEEK_SET) - - def fieldindex(self, name): - ''' - returns the index position of a field named name, or None if not found - ''' - if name in self.names: - return self.names.index(name) - - def __getitem__(self, index): - ''' - allows user to call delimfile[rownum] to read a particular row number or delimfile[start:stop:step] to read a slice of rows - CAUTION: highly inefficient algorithm since it always seeks from the beginnning - ''' - # TODO: come up with a fast means of reading lines in reverse - if isinstance(index,slice): - self.seek(self.headloc,SEEK_SET) - start=index.start - if not start: - start=0 - if start>0: - for i in range(index): - self.readline() - l=[] - count=start - for row in self: - l.append(row) - count+=1 - if index.stop and count>=index.stop: - break - if index.step: - for skips in xrange(index.step-1): - self.readrow() - count+=index.step-1 - if index.stop and count>=index.stop: - break - if index.stop: - self.rowloc=index.stop+1 - else: - self.rowloc=-1 - return l - if isinstance(index,int): - self.seek(self.headloc,SEEK_SET) - if index>0: - for i in range(index): - self.readline() - self.rowloc=index+1 - return self.readrow() - - def readrow(self): - ''' - reads one row of data and returns a delimrow containing named fields - note that the named fields in the returned delimrow is merely a reference - (not a copy) to the names list in the delimfile object. Thus if you change the - names in the returned delimrow, they will alse be changed in the delimfile object - ''' - if self.currentrow: #if there is a buffered row, just return it and empty the buffer - row=self.currentrow - self.currentrow=None - return row - rowstr=self.readline().strip('\n') - if rowstr!='': - self.rowloc+=1 - return self.delimrow(None,rowstr.split(self.delim),self.names) - else: - self.rowloc=-1 - return self.delimrow() - - def writerow(self, row): - self.write(list2str(row,self.delim)+'\n') - self.rowloc+=1 - - def seekrow(self, matchind, matchval, matchint=False, matchfloat=False): - ''' - seeks the first row from the current position forward where the field - indexed by matchind matches matchval. Will seek to end of file if match not found - ''' - if self.currentrow!=None: - row=self.currentrow - self.currentrow=None - else: - row=self.readrow() - id=matchval - while row and not equals(row[matchind],id,matchint,matchfloat): - row=self.readrow() - return row - - def seekrow_sorted(self, matchind, matchval, matchint=False, matchfloat=False): - ''' - seeks the first row from the current position forward where the field - indexed by matchind matches matchval. returns the first row where a match occurs, - or if no match, returns None and buffers the next row of fields at the logical position - of the missing row. Assumes file is sorted on field matchind - ''' - if self.currentrow!=None: - row=self.currentrow - self.currentrow=None - else: - row=self.readrow() - - id=matchval - while row and greater(id,row[matchind],matchint,matchfloat): - row=self.readrow() - if row: - if greater(row[matchind],id,matchint,matchfloat): - self.currentrow=row - return self.delimrow() - return row - - def readrows(self, matchind, matchint=False, matchfloat=False): - ''' - reads contiguous rows of data from current file position - where contents of the field at location matchind is - identical to the coresponding field in current row - returns a compound list - of the fields and rows. - ''' - if self.currentrow!=None: - row=self.currentrow - self.currentrow=None - else: - row=self.readrow() - if row==None: - return - - l=[] - id=row[matchind] - while row!=None and equals(row[matchind],id,matchint,matchfloat): - l.append(row) - row=self.readrow() - self.currentrow=row - return l - - def readrows_seek(self, matchind, matchval, matchint=False, matchfloat=False): - ''' - reads contiguous rows from current file position where value of field - indexed by matchind matches matchval and returns a list of delimrows - containing the names field data. This routine will first seek through - the file until the first occurence of matchval, returning None if not found. - - matchind = index position of field to match - matchval = value to match - matchint=True specifies conversion of string field type to integer before - comparison (matchval should be integer type in this case) - matchfloat=True specifies conversion of string field type to float before - comparison (matchval should be integer type in this case). Comparison uses tolerance - in global variable tol - ''' - row=self.seekrow(matchind, matchval, matchint, matchfloat) - if not row: - return row - id=row[matchind] - l=[row] - row=self.readrow() - while row and equals(row[matchind],id,matchint,matchfloat): - l.append(row) - row=self.readrow() - self.currentrow=row - return l - - def readrows_seeksorted(self, matchind, matchval, matchint=False, matchfloat=False): - ''' - reads rows where value of field indexed by matchind matches matchval - and returns a array of delimrows containing the named field data. This routine will seek - through the file until the first occurence of matchval, returning None - if not found. If no matching rows found, the file is positioned at the nearest row - to the missing value. Assumes file is sorted on field matchind. See readrows_seek - ''' - row=self.seekrow_sorted(matchind, matchval, matchint, matchfloat) - if not row: - return row - id=row[matchind] - l=[row] - row=self.readrow() - while row and equals(row[matchind],id,matchint,matchfloat): - l.append(row) - row=self.readrow() - self.currentrow=row - return l - - def rowfactory(self,autobind=True): - ''' - This function returns on of two class definitions for a delimited row that allows user to invoke field names - as class attributes. Derived from a standard list class where each item in the list represents field data for - a given row. Each field can have a name and a type (in the string lists names and types). When instancing new delimrows - users have the option to reference (rather than copy) existing field names and types data by - calling delimrow(None,values,names,types). - If autobind is false, the user must bind the field names in the names list using bindnames before they can be invoked - this copies the data in the list, so changes won't affect the underlying values in the list - If autobind is true, an extended version of the delimited row class definition is returned that inherits - the simple class but adds overloads to __getattribute__ and __setattr__ to automatically allow the called - to invoke field names as attributes of the class (as contained in names). Tradeoff = speed - ''' - class delimrowi(list): - def __init__(self,copy=None,fieldvals=None,fieldnames=None,fieldtypes=None): - ''' - called after construction of a new instance of delimrowi - if copy contains a delimrow object, a new row that is a distinct copy will be created - if copy is none, and the user can pass a list of fieldnames and/or fieldtypes that will - be referenced (not copied) - ''' - if copy and isinstance(copy,delimrow): - list.__init__(self,fieldvals) - self[:]=copy[:] # this will call the __getitem__ method of copy - if names: - self.names[:]=copy.names[:] - if types: - self.types[:]=copy.types[:] - return - if fieldnames: - self.names=fieldnames - else: - self.names=[] - if fieldtypes: - self.types=fieldtypes - else: - self.types=[] - - if not fieldvals: - fieldvals=[] - list.__init__(self,fieldvals) - # def __init__(self,fieldvals=None): - # self.names=[] - # list.__init__(self,fieldvals) - def __repr__(self): - if self.names: - return list2str(['('+self.names[i]+': '+str(self[i])+')' for i in xrange(len(self))],', ') - else: - return list.__repr__(self) - def __getslice__(self,i,j): # this is supposed to be deprecated, but apparently it is still implemented for list objects, so we need to override it - return self.__getitem__(slice(i,j,None)) - def __getitem__(self,key): - if isinstance(key,str): - return list.__getitem__(self,self.names.index(key)) - if isinstance(key,slice): - subrow=delimrow() - subrow[:]=list.__getitem__(self,key) - if self.names: - subrow.names[:]=self.names[key] - if self.types: - subrow.types[:]=self.types[key] - return subrow - if isinstance(key,list): # the list can be either a string list of field names or a list of integer index positions (or a mix) - subrow=delimrow() - for l in key: # unpredictable results if l is not string or int - if isinstance(l,str): - ind=self.names.index(l) - else: - ind=l - subrow.append(self[ind]) - if self.names: - subrow.names.append(self.names[ind]) - if self.types: - subrow.types.append(self.types[ind]) - return subrow - return list.__getitem__(self,key) - def __setitem__(self,key,value): - if isinstance(key,str): - list.__setitem__(self,self.names.index(key),value) - list.__setitem__(self,key,value) - def setnames(self,namelist,delimchar=','): - if isinstance(namelist,list): - self.names=namelist - return - if isinstance(namelist,str): - self.names=namestr.strip(' \n').split(delimchar) - return - def bindnames(self): #this is ridiculously inefficient and redundant. already have getattribute overloaded for autobind True AND dictionary style lookup (i.e. row['fieldname'] - i=0 - for n in self.names: - self.__dict__[n]=self[i] - i+=1 - def settypes(self,typestr,delimchar=','): - if isinstance(typestr,str): - self.types=typestr.strip(' \n').split(delimchar) - def coercetypes(self): - for i in range(len(self)): - self[i]=convert(self[i],self.types[i]) - names=list() - types=list() - if not autobind: - return delimrowi - class delimrow(delimrowi): - def __getattribute__(self,name): - try: - return delimrowi.__getattribute__(self,name) - except AttributeError: - if name in self.names: - return list.__getitem__(self,delimrowi.__getattribute__(self,'names').index(name)) -# return delimrowi.__getitem__(self,delimrowi.__getattribute__(self,'names').index(name)) - else: - raise AttributeError - def __setattr__(self,name,value): - try: - delimrowi.__setattr__(self,name,value) - return - except AttributeError: - if name in self.names: - delimrowi.__setitem__(self,delimrowi.__getattribute__(self,'names').index(name),value) - return - else: - raise AttributeError - return delimrow diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/74/749408d78e599e4fff32a74918c82839c17b01ae.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/74/749408d78e599e4fff32a74918c82839c17b01ae.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/74/749408d78e599e4fff32a74918c82839c17b01ae.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/74/749408d78e599e4fff32a74918c82839c17b01ae.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/78/782746577bce72f1e4f96f07cd74e0a3e516420c.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/78/782746577bce72f1e4f96f07cd74e0a3e516420c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/78/782746577bce72f1e4f96f07cd74e0a3e516420c.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/78/782746577bce72f1e4f96f07cd74e0a3e516420c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,284 +0,0 @@ - -#include "XmlRpcServer.h" -#include "XmlRpcServerConnection.h" -#include "XmlRpcServerMethod.h" -#include "XmlRpcSocket.h" -#include "XmlRpcUtil.h" -#include "XmlRpcException.h" - - -using namespace XmlRpc; - - -XmlRpcServer::XmlRpcServer() -{ - _introspectionEnabled = false; - _listMethods = 0; - _methodHelp = 0; -} - - -XmlRpcServer::~XmlRpcServer() -{ - this->shutdown(); - _methods.clear(); - delete _listMethods; - delete _methodHelp; -} - - -// Add a command to the RPC server -void -XmlRpcServer::addMethod(XmlRpcServerMethod* method) -{ - _methods[method->name()] = method; -} - -// Remove a command from the RPC server -void -XmlRpcServer::removeMethod(XmlRpcServerMethod* method) -{ - MethodMap::iterator i = _methods.find(method->name()); - if (i != _methods.end()) - _methods.erase(i); -} - -// Remove a command from the RPC server by name -void -XmlRpcServer::removeMethod(const std::string& methodName) -{ - MethodMap::iterator i = _methods.find(methodName); - if (i != _methods.end()) - _methods.erase(i); -} - - -// Look up a method by name -XmlRpcServerMethod* -XmlRpcServer::findMethod(const std::string& name) const -{ - MethodMap::const_iterator i = _methods.find(name); - if (i == _methods.end()) - return 0; - return i->second; -} - - -// Create a socket, bind to the specified port, and -// set it in listen mode to make it available for clients. -bool -XmlRpcServer::bindAndListen(int port, int backlog /*= 5*/) -{ - int fd = XmlRpcSocket::socket(); - if (fd < 0) - { - XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not create socket (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - this->setfd(fd); - - // Don't block on reads/writes - if ( ! XmlRpcSocket::setNonBlocking(fd)) - { - this->close(); - XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set socket to non-blocking input mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - // Allow this port to be re-bound immediately so server re-starts are not delayed - if ( ! XmlRpcSocket::setReuseAddr(fd)) - { - this->close(); - XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set SO_REUSEADDR socket option (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - // Bind to the specified port on the default interface - if ( ! XmlRpcSocket::bind(fd, port)) - { - this->close(); - XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not bind to specified port (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - // Set in listening mode - if ( ! XmlRpcSocket::listen(fd, backlog)) - { - this->close(); - XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set socket in listening mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - XmlRpcUtil::log(2, "XmlRpcServer::bindAndListen: server listening on port %d fd %d", port, fd); - - // Notify the dispatcher to listen on this source when we are in work() - _disp.addSource(this, XmlRpcDispatch::ReadableEvent); - - return true; -} - - -// Process client requests for the specified time -void -XmlRpcServer::work(double msTime) -{ - XmlRpcUtil::log(2, "XmlRpcServer::work: waiting for a connection"); - _disp.work(msTime); -} - - - -// Handle input on the server socket by accepting the connection -// and reading the rpc request. -unsigned -XmlRpcServer::handleEvent(unsigned mask) -{ - acceptConnection(); - return XmlRpcDispatch::ReadableEvent; // Continue to monitor this fd -} - - -// Accept a client connection request and create a connection to -// handle method calls from the client. -void -XmlRpcServer::acceptConnection() -{ - int s = XmlRpcSocket::accept(this->getfd()); - XmlRpcUtil::log(2, "XmlRpcServer::acceptConnection: socket %d", s); - if (s < 0) - { - //this->close(); - XmlRpcUtil::error("XmlRpcServer::acceptConnection: Could not accept connection (%s).", XmlRpcSocket::getErrorMsg().c_str()); - } - else if ( ! XmlRpcSocket::setNonBlocking(s)) - { - XmlRpcSocket::close(s); - XmlRpcUtil::error("XmlRpcServer::acceptConnection: Could not set socket to non-blocking input mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); - } - else // Notify the dispatcher to listen for input on this source when we are in work() - { - XmlRpcUtil::log(2, "XmlRpcServer::acceptConnection: creating a connection"); - _disp.addSource(this->createConnection(s), XmlRpcDispatch::ReadableEvent); - } -} - - -// Create a new connection object for processing requests from a specific client. -XmlRpcServerConnection* -XmlRpcServer::createConnection(int s) -{ - // Specify that the connection object be deleted when it is closed - return new XmlRpcServerConnection(s, this, true); -} - - -void -XmlRpcServer::removeConnection(XmlRpcServerConnection* sc) -{ - _disp.removeSource(sc); -} - - -// Stop processing client requests -void -XmlRpcServer::exit() -{ - _disp.exit(); -} - - -// Close the server socket file descriptor and stop monitoring connections -void -XmlRpcServer::shutdown() -{ - // This closes and destroys all connections as well as closing this socket - _disp.clear(); -} - - -// Introspection support -static const std::string LIST_METHODS("system.listMethods"); -static const std::string METHOD_HELP("system.methodHelp"); -static const std::string MULTICALL("system.multicall"); - - -// List all methods available on a server -class ListMethods : public XmlRpcServerMethod -{ -public: - ListMethods(XmlRpcServer* s) : XmlRpcServerMethod(LIST_METHODS, s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - _server->listMethods(result); - } - - std::string help() { return std::string("List all methods available on a server as an array of strings"); } -}; - - -// Retrieve the help string for a named method -class MethodHelp : public XmlRpcServerMethod -{ -public: - MethodHelp(XmlRpcServer* s) : XmlRpcServerMethod(METHOD_HELP, s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - if (params[0].getType() != XmlRpcValue::TypeString) - throw XmlRpcException(METHOD_HELP + ": Invalid argument type"); - - XmlRpcServerMethod* m = _server->findMethod(params[0]); - if ( ! m) - throw XmlRpcException(METHOD_HELP + ": Unknown method name"); - - result = m->help(); - } - - std::string help() { return std::string("Retrieve the help string for a named method"); } -}; - - -// Specify whether introspection is enabled or not. Default is enabled. -void -XmlRpcServer::enableIntrospection(bool enabled) -{ - if (_introspectionEnabled == enabled) - return; - - _introspectionEnabled = enabled; - - if (enabled) - { - if ( ! _listMethods) - { - _listMethods = new ListMethods(this); - _methodHelp = new MethodHelp(this); - } else { - addMethod(_listMethods); - addMethod(_methodHelp); - } - } - else - { - removeMethod(LIST_METHODS); - removeMethod(METHOD_HELP); - } -} - - -void -XmlRpcServer::listMethods(XmlRpcValue& result) -{ - int i = 0; - result.setSize(_methods.size()+1); - for (MethodMap::iterator it=_methods.begin(); it != _methods.end(); ++it) - result[i++] = it->first; - - // Multicall support is built into XmlRpcServerConnection - result[i] = MULTICALL; -} - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7f6a155a99bfecccdc3e4ef7e68bc9e976528ad1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7f6a155a99bfecccdc3e4ef7e68bc9e976528ad1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7f6a155a99bfecccdc3e4ef7e68bc9e976528ad1.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7f6a155a99bfecccdc3e4ef7e68bc9e976528ad1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -def f(): - a=0 -class g: - def f(): - return 0 - self.f.b=0 - -g.f.c=1 -c=2 -f.b=2 -d=[1,2,"abc"] -d[2]=100 - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7fecd10d3e3c35a86aae0fb0db500822682d5a9a.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7fecd10d3e3c35a86aae0fb0db500822682d5a9a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7fecd10d3e3c35a86aae0fb0db500822682d5a9a.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/7f/7fecd10d3e3c35a86aae0fb0db500822682d5a9a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ - - - echo - - Hello Chris - 123 - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/80/8080724de93a90a4ec3cad9a2ed9ed6cc143bfd7.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/80/8080724de93a90a4ec3cad9a2ed9ed6cc143bfd7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/80/8080724de93a90a4ec3cad9a2ed9ed6cc143bfd7.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/80/8080724de93a90a4ec3cad9a2ed9ed6cc143bfd7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,122 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/83/83ca760d774a6a6fca5f6ab1cec0dbb93932c288.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/83/83ca760d774a6a6fca5f6ab1cec0dbb93932c288.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/83/83ca760d774a6a6fca5f6ab1cec0dbb93932c288.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/83/83ca760d774a6a6fca5f6ab1cec0dbb93932c288.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ -/*************************************************************** - * Name: PythonCodeCompletion - * Purpose: Code::Blocks plugin - * Author: Damien Moore (damienlmoore@gmail.com) - * Created: 2012-10-02 - * Copyright: Damien Moore - * License: GPL - **************************************************************/ - -//TODO: Possible need to relaunch the py_server if it fails -//TODO: Let user customize the python command used to launch the server -//TODO: Code browsing pane - - -#ifndef PYTHON_CODE_COMPLETION_H_INCLUDED -#define PYTHON_CODE_COMPLETION_H_INCLUDED - -// For compilers that support precompilation, includes -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include // for "class cbPlugin" -#include "xmlrpc_embedder.h" - -class cbEditor; -class wxScintillaEvent; - -class PythonCodeCompletion : public cbCodeCompletionPlugin -{ - public: - enum StateType - { - STATE_NONE, - STATE_COMPLETION_REQUEST, - STATE_COMPLETION_RETURNED, - STATE_CALLTIP_REQUEST, - STATE_CALLTIP_RETURNED, - STATE_DOC_REQUEST, - STATE_DOC_RETURNED, - STATE_GOTO_REQUEST, - STATE_GOTO_RETURNED - }; - PythonCodeCompletion(); - virtual ~PythonCodeCompletion(); - virtual int Configure(); - - /** Return the plugin's configuration priority. - * This is a number (default is 50) that is used to sort plugins - * in configuration dialogs. Lower numbers mean the plugin's - * configuration is put higher in the list. - */ - virtual int GetConfigurationPriority() const { return 50; } - - /** Return the configuration group for this plugin. Default is cgUnknown. - * Notice that you can logically OR more than one configuration groups, - * so you could set it, for example, as "cgCompiler | cgContribPlugin". - */ - virtual int GetConfigurationGroup() const { return cgUnknown; } - - /** Return plugin's configuration panel. - * @param parent The parent window. - * @return A pointer to the plugin's cbConfigurationPanel. It is deleted by the caller. - */ - virtual cbConfigurationPanel* GetConfigurationPanel(wxWindow* parent){ return 0; } - - /** Return plugin's configuration panel for projects. - * The panel returned from this function will be added in the project's - * configuration dialog. - * @param parent The parent window. - * @param project The project that is being edited. - * @return A pointer to the plugin's cbConfigurationPanel. It is deleted by the caller. - */ - virtual cbConfigurationPanel* GetProjectConfigurationPanel(wxWindow* parent, cbProject* project){ return 0; } - - /** This method is called by Code::Blocks and is used by the plugin - * to add any menu items it needs on Code::Blocks's menu bar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the menu, - * just do nothing ;) - * @param menuBar the wxMenuBar to create items in - */ - virtual void BuildMenu(wxMenuBar* menuBar); - - /** This method is called by Code::Blocks core modules (EditorManager, - * ProjectManager etc) and is used by the plugin to add any menu - * items it needs in the module's popup menu. For example, when - * the user right-clicks on a project file in the project tree, - * ProjectManager prepares a popup menu to display with context - * sensitive options for that file. Before it displays this popup - * menu, it asks all attached plugins (by asking PluginManager to call - * this method), if they need to add any entries - * in that menu. This method is called.\n - * If the plugin does not need to add items in the menu, - * just do nothing ;) - * @param type the module that's preparing a popup menu - * @param menu pointer to the popup menu - * @param data pointer to FileTreeData object (to access/modify the file tree) - */ - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0); - - /** This method is called by Code::Blocks and is used by the plugin - * to add any toolbar items it needs on Code::Blocks's toolbar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the toolbar, - * just do nothing ;) - * @param toolBar the wxToolBar to create items on - * @return The plugin should return true if it needed the toolbar, false if not - */ - virtual bool BuildToolBar(wxToolBar* toolBar){ return false; } - - virtual CCProviderStatus GetProviderStatusFor(cbEditor* ed); - - virtual std::vector GetAutocompList(bool isAuto, cbEditor* ed, int& tknStart, int& tknEnd); - /// returns html - virtual wxString GetDocumentation(const CCToken& token); - virtual std::vector GetCallTips(int pos, int style, cbEditor* ed, int& argsPos); - virtual std::vector GetTokenAt(int pos, cbEditor* ed, bool& allowCallTip); - /// dismissPopup is false by default - virtual wxString OnDocumentationLink(wxHtmlLinkEvent& event, bool& dismissPopup); - - protected: - /// Called when the plugin is enabled - virtual void OnAttach(); - /// Called when the plugin is disabled - virtual void OnRelease(bool appShutDown); - - //Handlers for the responses to asynchronous XMLRPC requests - void OnCalltip(XmlRpcResponseEvent &event); - void OnCompletePhrase(XmlRpcResponseEvent &event); - void OnClickedGotoDefinition(wxCommandEvent& event); - void OnGotoDefinition(XmlRpcResponseEvent &event); - void OnXmlRpcTerminated(wxCommandEvent &event); - void HandleError(XmlRpcResponseEvent &event, wxString message); - - // Additional implementation details - // Helper for figuring out the position of calltips - void GetCalltipPositions(cbEditor* editor, int pos, int &argsStartPos, int &argNumber); - // Functions to make the XmlRpc server request - void RequestCompletion(cbStyledTextCtrl *control, int pos, const wxString &filename); - void RequestCallTip(cbStyledTextCtrl *control, int pos, const wxString &filename); - wxString RequestDocString(int id); - - private: - int m_state; // takes one of the values of the StateType enum (used to report current state of the engine) - int m_request_submitted_count; // m_request_id is used to keep track of the active request and is used to prevent responses from stale requests from propagating - int m_request_completed_count; // m_request_id is used to keep track of the active request and is used to prevent responses from stale requests from propagating - int m_argsPos; // position of the call args in the active editor - int m_argNumber; // zero-based numerical position of the cursor within the function call spec - wxString GetExtraFile(const wxString &short_name); - XmlRpcInstance *py_server; //Code Completion Server (a python process running an XMLRPC server) - wxImageList* m_pImageList; //Type icons displayed in the code completion popup - CCCallTip m_ActiveCalltipDef; //contains the call tip definition retrieved from the server - wxArrayString m_comp_results; //contains an array of completion results retrieved from the server - - DECLARE_EVENT_TABLE(); -}; - -#endif // PYTHON_CODE_COMPLETION_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/85/853c6dc1383f294db43389d30c4d12c02f7a26ed.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/85/853c6dc1383f294db43389d30c4d12c02f7a26ed.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/85/853c6dc1383f294db43389d30c4d12c02f7a26ed.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/85/853c6dc1383f294db43389d30c4d12c02f7a26ed.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - -#include "XmlRpcServerMethod.h" -#include "XmlRpcServer.h" - -namespace XmlRpc { - - - XmlRpcServerMethod::XmlRpcServerMethod(std::string const& name, XmlRpcServer* server) - { - _name = name; - _server = server; - if (_server) _server->addMethod(this); - } - - XmlRpcServerMethod::~XmlRpcServerMethod() - { - if (_server) _server->removeMethod(this); - } - - -} // namespace XmlRpc diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/86/86a334f195b28b1293dae77f2eeb6f1f9261b6e8.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/86/86a334f195b28b1293dae77f2eeb6f1f9261b6e8.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/86/86a334f195b28b1293dae77f2eeb6f1f9261b6e8.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/86/86a334f195b28b1293dae77f2eeb6f1f9261b6e8.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f1a637d2e2ed1bdb9eb01a7dccb5c12cc0557e1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f1a637d2e2ed1bdb9eb01a7dccb5c12cc0557e1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f1a637d2e2ed1bdb9eb01a7dccb5c12cc0557e1.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f1a637d2e2ed1bdb9eb01a7dccb5c12cc0557e1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,504 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - 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.1 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 - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f34f6362a1e274482ce0c199281452c95f3cdc1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f34f6362a1e274482ce0c199281452c95f3cdc1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f34f6362a1e274482ce0c199281452c95f3cdc1.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/8f/8f34f6362a1e274482ce0c199281452c95f3cdc1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -This file contains source browsing command (browse.py) operating on -one python file at a time. A couple of sample python files are included. - -This routine cannot be used to browse python builtins or python compiled modules. To do this probably requires something like: - -#Either construct a database of builtins OR -#alternatively, it might be better to simply search in real time through the known builts-in or loaded modules - -#Iterate through builtins -for obj in dir(__builtins__): - print obj, eval("type("+mod+"."+obj+")") - #recurse on classes/functions to get methods/attributes etc - -#Iterate through compiled modules -import sys -for mod in sys.builtin_module_names: - import mod - for obj in dir(mod): - print obj, eval("type("+mod+"."+obj+")") - #could do this recursively on classes/functions to get methods/attributes etc - #close module?? - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/90/9015f17d7955858837a9cb15eeaa62b5fb250f58.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/90/9015f17d7955858837a9cb15eeaa62b5fb250f58.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/90/9015f17d7955858837a9cb15eeaa62b5fb250f58.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/90/9015f17d7955858837a9cb15eeaa62b5fb250f58.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,55 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/92/92027bb6e368195966294b3476770f9a02816dbb.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/92/92027bb6e368195966294b3476770f9a02816dbb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/92/92027bb6e368195966294b3476770f9a02816dbb.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/92/92027bb6e368195966294b3476770f9a02816dbb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,151 +0,0 @@ -#ifndef PYEMBEDDER_H_INCLUDED -#define PYEMBEDDER_H_INCLUDED - -#include -#include -//#include -#include - -#include -#include -#include "XmlRpcEvents.h" -#include "XmlRpc.h" - -class XmlRpcJob; -class XmlRpcInstance; - -////////////////////////////////////////////////////// -// XmlRpcJob: An abstract class for a python job to be -// run by an interpreter instance. The job is defined -// in the pure virtual method operator(). The job -// should try to restrict itself to writing to its -// own non-GUI data members for thread safety. -////////////////////////////////////////////////////// -class XmlRpcJob: public wxThread -{ -public: - XmlRpcJob(XmlRpcInstance *xmlrpc_instance, wxEvtHandler *p, int id, bool selfdestroy=true); - virtual ~XmlRpcJob(); - void Abort(); - virtual bool operator()()=0;// {return false;} -protected: - virtual void *Entry(); - XmlRpcInstance *xmlrpc_instance; - wxEvtHandler *parent; - int id; - bool finished; - bool started; - bool killonexit; - friend class XmlRpcInstance; -// DECLARE_DYNAMIC_CLASS(XmlRpcJob); -}; - -WX_DECLARE_LIST(XmlRpcJob, XmlRpcJobQueue); - -class XmlRpcPipeClient; - -///////////////////////////////////////////////////////////////////////////////////// -// XmlRpcInstance: The interface to an instance of a runninng XMLRPC server -// each instance launches an external server process then -// connects to the server via XMLRPC -// The interface maintains a queue of jobs for the interpreter, -// which are run in sequence as worker threads. a job is a single/multiple -// xml-rpc method request -// jobs must not interact with objects, esp. gui objects, on the main thread. -///////////////////////////////////////////////////////////////////////////////////// -class XmlRpcInstance: public wxEvtHandler -{ - friend class XmlRpcJob; -public: - // Standard constructor -- generally should use the Manager instance to create these - XmlRpcInstance(const wxString &processcmd, int port=-1, const wxString &hostaddress=_T("localhost"), wxWindow *parent=NULL); - - // Copy constructor - XmlRpcInstance(const XmlRpcInstance ©); - - // Destructor - ~XmlRpcInstance(); - - // Returns the unique system PID of the server process - long GetPid() {if(m_proc) return m_proc_id; else return -1;} - - // Kills the server process (need to use force on windows) - void KillProcess(bool force=false); - - // Send a break signal to the process (probably not all that useful) - void Break(); - - // Queue a Job that will run custom XMLRPC requests asynchously - bool AddJob(XmlRpcJob *job); - - // Stop threaded jobs from being process - void PauseJobs(); - - // Clear all threaded jobs that have not started yet - void ClearJobs(); - - // Returns true if a job is active - bool IsJobRunning() {return m_jobrunning;} - - // Returns true if the process is no longer active - bool IsDead() {return m_proc_dead;} - - // Make a synchronous XMLRPC call to the server - bool Exec(const wxString &method, const XmlRpc::XmlRpcValue &inarg, XmlRpc::XmlRpcValue &result); - - // Make a synchronous XMLRPC call to the server - bool ExecAsync(const wxString &method, const XmlRpc::XmlRpcValue &inarg, wxEvtHandler *hndlr, int id=wxID_ANY); -protected: - // XmlRpcJobs threads send a signal that is processed by this thread on completion - void OnJobNotify(wxCommandEvent &event); - - // Signal processed if the server process terminates - void OnEndProcess(wxProcessEvent &event); - - // Retrieves the next threaded job from the queue and starts it - bool NextJob(); -private: - // Deletes process object and empties queue - void CleanupTerminatedProcess(); - // Called by the constructor to actually start the process running - long LaunchProcess(const wxString &processcmd); - wxWindow *m_parent; - wxMutex exec_mutex; - wxProcess *m_proc; // handle to XMLRPC server process - long m_proc_id; - int m_proc_killlevel; - bool m_proc_dead; - XmlRpcJobQueue m_queue; - bool m_paused; //if paused is true, new jobs in the queue will not be processed automatically - wxString m_hostaddress; //address for python server process - int m_port; // port number for server - bool m_jobrunning; - XmlRpc::XmlRpcClient *m_client; - XmlRpcPipeClient *m_pipeclient; - DECLARE_CLASS(XmlRpcInstance) - DECLARE_EVENT_TABLE() -}; - -//WX_DECLARE_OBJARRAY(XmlRpcInstance, XmlRpcInstanceCollection); -// -/////////////////////////////////////////////////////////////////////////////////////// -//// XmlRpcMgr: manages the collection of interpreters -/////////////////////////////////////////////////////////////////////////////////////// -//class XmlRpcMgr -//{ -//public: -// XmlRpcInstance *LaunchProcess(const wxString &cmd,int port=-1,const wxString &address=_("localhost")); -// void Remove(XmlRpcInstance *p); -// static XmlRpcMgr &Get(); -// ~XmlRpcMgr(); -//protected: -// XmlRpcMgr(); -//private: -// XmlRpcInstanceCollection m_Interpreters; -// static std::auto_ptr theSingleInstance; -//// todo: create an xmlrpc server? -// -//}; -// - -#endif //PYEMBEDDER_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/93/938a59ff7500930b06eec1cd8b25bd75466a6718.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/93/938a59ff7500930b06eec1cd8b25bd75466a6718.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/93/938a59ff7500930b06eec1cd8b25bd75466a6718.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/93/938a59ff7500930b06eec1cd8b25bd75466a6718.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -Codeblocks-Python -================= - -A variety of plugins for the Code::Blocks IDE that will be useful for python programmers. Plugins include: - -* Code completion -* Visual debugger -* Python interpreter console - -All plugins assume that python is installed and in the system path. - -Code Completion ---------------- - -* Uses the jedi completion lib (must be installed) -* Provides completion tips for any open python source file -* TODO: Symbol browser pane, showing docstrings alongside completion hints, - -.. image:: screenshots/codecompletion1.png - -Visual Debugger ---------------- - -* Uses pdb (installed by default in any python) -* TODO: add support for rpdb2 - -To use it, make the python debugger the active debugger from the debugger menu - -.. image:: screenshots/debugger1.png - -Then open a source file and press Debug/Continue (from the Debugger toolbar or the Debugger menu). - -.. image:: screenshots/debugger2.png - -Python Interpreter Console --------------------------- - -* Run multiple python interpreters sessions inside a dockable pane in Code::Blocks -* Features syntax highlighting and automatic indentation in the code input control -* TODO: Handling stdin (e.g. raw_input), code completion hints, syntax error hints, - extracting code/output from the I/O control, numbering instructions and output(?) - -**Usage** - -Show the interpreters panel using the View menu: - -.. image:: screenshots/interpreters1.png - -Each interpreter has 2 panes, one for editing and submitting blocks of code, the other -for displaying the history of submitted statements and any output - -.. image:: screenshots/interpreters2.png - -When the code control has the keyboard focus, press - -* 'Enter' with the keyboard positioned at the end of your block of code to submit it to the interpreter -* 'Ctrl-Up' and 'Ctrl-Down' to browse through the history of previously submitted statements. - - -Ready Built Binaries --------------------- - -Coming soon ... - -Building from Source --------------------- - -There are two Code::Blocks projects for each of the plugins (one for Windows and one for Linux) and the -XmlRpcEmbedder library that is used to control remote python processes from Code::Blocks. There -is also a workspace file for Windows and Linux containing all of the projects. - -Use the "All" target to compile against Code::Blocks that you have built yourself. Read more about -building Code::Blocks at the Code::Blocks `Wiki `_ - -Use the "cbplugin" target to be able to install into a pre-built Code::Blocks (you must compile against -the headers that were used to create that version of Code::Blocks and link against the pre-built Code::Blocks -library files) - -For the cbplugin targets, the plugins that use it should be statically linked against the XmlRpcEmbedder -lib if you want to be able to install the plugins as cbplugin packages. - - - -Get Help --------- - -Use the issues to report problems or get support at the `Code::Blocks Forums `_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/94/94dbe1ba28284e10a61470afcc63be5bdf1a99c9.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/94/94dbe1ba28284e10a61470afcc63be5bdf1a99c9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/94/94dbe1ba28284e10a61470afcc63be5bdf1a99c9.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/94/94dbe1ba28284e10a61470afcc63be5bdf1a99c9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -# client-side test program for interp.py - -import xmlrpclib - -s = xmlrpclib.ServerProxy('http://localhost:8000') -# Print list of available methods -print s.system.listMethods() -s.end() - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/96/9679cfa8719bc0a5561c30b143a30b524be43b4d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/96/9679cfa8719bc0a5561c30b143a30b524be43b4d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/96/9679cfa8719bc0a5561c30b143a30b524be43b4d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/96/9679cfa8719bc0a5561c30b143a30b524be43b4d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,175 +0,0 @@ -/*************************************************************** - * Name: CodeAnalyzer - * Purpose: Code::Blocks plugin - * Author: Damien Moore (damien.moore@excite.com) - * Created: 2008-09-05 - * Copyright: Damien Moore - * License: GPL - **************************************************************/ - -#ifndef CODE_ANALYZER_H_INCLUDED -#define CODE_ANALYZER_H_INCLUDED - -// For compilers that support precompilation, includes -#include "asyncprocess.h" -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include // for "class cbPlugin" - -struct LangData -{ - LangData() {regexp_indfile=1;regexp_indline=2;regexp_indmsg=3;} - wxString command; - wxString regexp; - int regexp_indfile; - int regexp_indline; - int regexp_indmsg; -}; - -typedef std::map Languages; - -struct CodeIssue -{ - int line; - wxString msg; -}; - -typedef std::vector CodeIssues; - -struct ProcessQueueItems -{ - wxString file; - int lang; -}; - -typedef std::list ProcessQueue; - -// The core data for this plugin maps the open files (using full path) to a list of issues -typedef std::map OpenCodeIssues; - - -class CodeChecker : public cbPlugin -{ - public: - /** Constructor. */ - CodeChecker(); - /** Destructor. */ - virtual ~CodeChecker(); - - /** Invoke configuration dialog. */ - virtual int Configure(); - - /** Called if a new file is opened or saved in the editor */ - void OnAnalyze(CodeBlocksEvent &e); - - void OnTooltip(CodeBlocksEvent& e); - - /** Called if a new file is opened or saved in the editor */ - void OnQueueTimer(wxTimerEvent &e); - - /** Called if a new file is opened or saved in the editor */ - void OnProcessTerminate(wxProcessEvent &e); - - /** Return the plugin's configuration priority. - * This is a number (default is 50) that is used to sort plugins - * in configuration dialogs. Lower numbers mean the plugin's - * configuration is put higher in the list. - */ - virtual int GetConfigurationPriority() const { return 50; } - - /** Return the configuration group for this plugin. Default is cgUnknown. - * Notice that you can logically OR more than one configuration groups, - * so you could set it, for example, as "cgCompiler | cgContribPlugin". - */ - virtual int GetConfigurationGroup() const { return cgUnknown; } - - /** Return plugin's configuration panel. - * @param parent The parent window. - * @return A pointer to the plugin's cbConfigurationPanel. It is deleted by the caller. - */ - virtual cbConfigurationPanel* GetConfigurationPanel(wxWindow* parent){ return 0; } - - /** Return plugin's configuration panel for projects. - * The panel returned from this function will be added in the project's - * configuration dialog. - * @param parent The parent window. - * @param project The project that is being edited. - * @return A pointer to the plugin's cbConfigurationPanel. It is deleted by the caller. - */ - virtual cbConfigurationPanel* GetProjectConfigurationPanel(wxWindow* parent, cbProject* project){ return 0; } - - /** This method is called by Code::Blocks and is used by the plugin - * to add any menu items it needs on Code::Blocks's menu bar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the menu, - * just do nothing ;) - * @param menuBar the wxMenuBar to create items in - */ - virtual void BuildMenu(wxMenuBar* menuBar); - - /** This method is called by Code::Blocks core modules (EditorManager, - * ProjectManager etc) and is used by the plugin to add any menu - * items it needs in the module's popup menu. For example, when - * the user right-clicks on a project file in the project tree, - * ProjectManager prepares a popup menu to display with context - * sensitive options for that file. Before it displays this popup - * menu, it asks all attached plugins (by asking PluginManager to call - * this method), if they need to add any entries - * in that menu. This method is called.\n - * If the plugin does not need to add items in the menu, - * just do nothing ;) - * @param type the module that's preparing a popup menu - * @param menu pointer to the popup menu - * @param data pointer to FileTreeData object (to access/modify the file tree) - */ - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0); - - /** This method is called by Code::Blocks and is used by the plugin - * to add any toolbar items it needs on Code::Blocks's toolbar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the toolbar, - * just do nothing ;) - * @param toolBar the wxToolBar to create items on - * @return The plugin should return true if it needed the toolbar, false if not - */ - virtual bool BuildToolBar(wxToolBar* toolBar); - protected: - /** Any descendent plugin should override this virtual method and - * perform any necessary initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded and should attach in Code::Blocks. When Code::Blocks - * starts up, it finds and loads all plugins but does - * not activate (attaches) them. It then activates all plugins - * that the user has selected to be activated on start-up.\n - * This means that a plugin might be loaded but not activated...\n - * Think of this method as the actual constructor... - */ - virtual void OnAttach(); - - /** Any descendent plugin should override this virtual method and - * perform any necessary de-initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded, attached and should de-attach from Code::Blocks.\n - * Think of this method as the actual destructor... - * @param appShutDown If true, the application is shutting down. In this - * case *don't* use Manager::Get()->Get...() functions or the - * behaviour is undefined... - */ - virtual void OnRelease(bool appShutDown); - - private: - DECLARE_EVENT_TABLE(); - OpenCodeIssues m_issues; - AsyncProcess *m_process; - ProcessQueue m_processqueue; - Languages m_commands; - wxString m_activefile; - wxTimer m_queuetimer; - wxString m_process_out, m_process_err; -}; - -#endif // CODE_ANALYZER_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/97/97df324eebe59706595cbc881634ca0d24d43294.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/97/97df324eebe59706595cbc881634ca0d24d43294.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/97/97df324eebe59706595cbc881634ca0d24d43294.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/97/97df324eebe59706595cbc881634ca0d24d43294.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ - - - validator1.easyStructTest - - - - - curly - - -78 - - - - larry - - 23 - - - - moe - - 38 - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/9958f1fd2399d0a72cf468a57f38ecf2df6bd04d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/9958f1fd2399d0a72cf468a57f38ecf2df6bd04d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/9958f1fd2399d0a72cf468a57f38ecf2df6bd04d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/9958f1fd2399d0a72cf468a57f38ecf2df6bd04d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99c8199474141cefacddb24d262a05b92bb0fecd.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99c8199474141cefacddb24d262a05b92bb0fecd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99c8199474141cefacddb24d262a05b92bb0fecd.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99c8199474141cefacddb24d262a05b92bb0fecd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,125 +0,0 @@ - -#ifndef _XMLRPCCLIENT_H_ -#define _XMLRPCCLIENT_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - - -#ifndef MAKEDEPEND -# include -#endif - -#include "XmlRpcDispatch.h" -#include "XmlRpcSource.h" - -namespace XmlRpc { - - // Arguments and results are represented by XmlRpcValues - class XmlRpcValue; - - //! A class to send XML RPC requests to a server and return the results. - class XmlRpcClient : public XmlRpcSource { - public: - // Static data - static const char REQUEST_BEGIN[]; - static const char REQUEST_END_METHODNAME[]; - static const char PARAMS_TAG[]; - static const char PARAMS_ETAG[]; - static const char PARAM_TAG[]; - static const char PARAM_ETAG[]; - static const char REQUEST_END[]; - // Result tags - static const char METHODRESPONSE_TAG[]; - static const char FAULT_TAG[]; - - //! Construct a client to connect to the server at the specified host:port address - //! @param host The name of the remote machine hosting the server - //! @param port The port on the remote machine where the server is listening - //! @param uri An optional string to be sent as the URI in the HTTP GET header - XmlRpcClient(const char* host, int port, const char* uri=0); - - //! Destructor - virtual ~XmlRpcClient(); - - //! Execute the named procedure on the remote server. - //! @param method The name of the remote procedure to execute - //! @param params An array of the arguments for the method - //! @param result The result value to be returned to the client - //! @return true if the request was sent and a result received - //! (although the result might be a fault). - //! - //! Currently this is a synchronous (blocking) implementation (execute - //! does not return until it receives a response or an error). Use isFault() - //! to determine whether the result is a fault response. - bool execute(const char* method, XmlRpcValue const& params, XmlRpcValue& result); - - //! Returns true if the result of the last execute() was a fault response. - bool isFault() const { return _isFault; } - - - // XmlRpcSource interface implementation - //! Close the connection - virtual void close(); - - //! Handle server responses. Called by the event dispatcher during execute. - //! @param eventType The type of event that occurred. - //! @see XmlRpcDispatch::EventType - virtual unsigned handleEvent(unsigned eventType); - - protected: - // Execution processing helpers - virtual bool doConnect(); - virtual bool setupConnection(); - - virtual bool generateRequest(const char* method, XmlRpcValue const& params); - virtual std::string generateHeader(std::string const& body); - virtual bool writeRequest(); - virtual bool readHeader(); - virtual bool readResponse(); - virtual bool parseResponse(XmlRpcValue& result); - - // Possible IO states for the connection - enum ClientConnectionState { NO_CONNECTION, CONNECTING, WRITE_REQUEST, READ_HEADER, READ_RESPONSE, IDLE }; - ClientConnectionState _connectionState; - - // Server location - std::string _host; - std::string _uri; - int _port; - - // The xml-encoded request, http header of response, and response xml - std::string _request; - std::string _header; - std::string _response; - - // Number of times the client has attempted to send the request - int _sendAttempts; - - // Number of bytes of the request that have been written to the socket so far - int _bytesWritten; - - // True if we are currently executing a request. If you want to multithread, - // each thread should have its own client. - bool _executing; - - // True if the server closed the connection - bool _eof; - - // True if a fault response was returned by the server - bool _isFault; - - // Number of bytes expected in the response body (parsed from response header) - int _contentLength; - - // Event dispatcher - XmlRpcDispatch _disp; - - }; // class XmlRpcClient - -} // namespace XmlRpc - -#endif // _XMLRPCCLIENT_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99eb59f028bd061928f3f85c423ead648fe0ed14.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99eb59f028bd061928f3f85c423ead648fe0ed14.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99eb59f028bd061928f3f85c423ead648fe0ed14.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/99/99eb59f028bd061928f3f85c423ead648fe0ed14.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -// TestBase64Client.cpp : A simple xmlrpc client that returns a png file -// encoded as base64 data to the client. -// -// Usage: TestBase64Client serverHost serverPort outputfile -// Requests a png file from the specified server and saves it in outputfile. -// Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib on windows) - -#include "XmlRpc.h" -#include -#include -#include - -using namespace XmlRpc; - -int main(int argc, char* argv[]) -{ - if (argc != 4) { - std::cerr << "Usage: TestBase64Client serverHost serverPort outputFile\n"; - return -1; - } - int port = atoi(argv[2]); - - //XmlRpc::setVerbosity(5); - XmlRpcClient c(argv[1], port); - - XmlRpcValue noArgs, result; - if (c.execute("TestBase64", noArgs, result)) - { - const XmlRpcValue::BinaryData& data = result; - std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc); - if (outfile.fail()) - std::cerr << "Error opening " << argv[3] << " for output.\n"; - else - { - int n = int(data.size()); - for (int i=0; iGetPluginManager(); -CodeBlocksEvent evt(cbEVT_DEBUGGER_PAUSED); -plm->NotifyPlugins(evt); - - -CHANGES TO THE SDK - -typedef std::tr1::shared_ptr Pointer; -typedef std::vector BPList; - - -struct cbBreakpointInternal -{ - public: - enum Type - { - Code, - Data - }; - wxString m_filename; - wxString m_condition; - int m_line; - int m_ignoreCount; - Type m_type; - bool m_enabled; - bool m_useIgnoreCount; - bool m_useCondition; - wxString m_dataExpression; - bool m_breakOnRead; - bool m_breakOnWrite; -}; - -class cbBreakpoint:std::tr1::shared_ptr -{ - public: - cbBreakpoint(); - cbBreakpoint(const wxString &filename, int line); - cbBreakpoint(const wxString &dataExpression, bool breakOnRead, bool breakOnWrite); - bool IsValid(); //returns false to indicate an invalid breakpoint (i.e. one that has not been added to the debuggers list of breakpoints) - void SetValid(bool); //If false sets the state of the breakpoint to invalid. The framework will interpret this as a non-existent breakpoint (it won't appear in UI etc) - - void SetLine(int line); - void SetCondition(wxString const &condition); - void SetIgnoreCount(int count); - void SetEnabled(bool flag); - void SetUseIgnoreCount(bool flag); - void SetUseCondition(bool flag); - - const wxString & GetFilename() const; - const wxString & GetCondition() const; - int GetLine() const; - int GetIgnoreCount() const; - Type GetType() const; - bool IsEnabled() const; - bool UseIgnoreCount() const; - bool UseCondition() const; - - const wxString& GetDataExpression() const; - bool GetBreakOnRead() const; - bool GetBreakOnWrite() const; -} - -class cbBreakpoint -{ - public: - cbBreakpoint(); - cbBreakpoint(const wxString &filename, int line); - // ... - private: - std::tr1::shared_ptr -} - -class BreakpointList -{ - cbBreakpoint &operator[](...); //array style access - int GetCount(); //returns number of breakpoints - cbBreakpoint Add(file, line); //returns invalid breakpoint if request invalid - bool Remove(cbBreakpoint); //returns true if successful - int Find(cbBreakpoint); //find index of breakpoint - void RemoveAll(); -} - -CURRENT BUGS ---------------------------------------------------------------- -Breakpoints off by 1 -Stop does not kill process -Breakpoints set while debugger running are not honored -Watch does not use SDK-provided gui -Need watch on hover diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/9b/9ba95460aa1693b8068ba26c2741c6cddab05354.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/9b/9ba95460aa1693b8068ba26c2741c6cddab05354.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/9b/9ba95460aa1693b8068ba26c2741c6cddab05354.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/9b/9ba95460aa1693b8068ba26c2741c6cddab05354.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,88 +0,0 @@ - -#ifndef _XMLRPCDISPATCH_H_ -#define _XMLRPCDISPATCH_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -namespace XmlRpc { - - // An RPC source represents a file descriptor to monitor - class XmlRpcSource; - - //! An object which monitors file descriptors for events and performs - //! callbacks when interesting events happen. - class XmlRpcDispatch { - public: - //! Constructor - XmlRpcDispatch(); - ~XmlRpcDispatch(); - - //! Values indicating the type of events a source is interested in - enum EventType { - ReadableEvent = 1, //!< data available to read - WritableEvent = 2, //!< connected/data can be written without blocking - Exception = 4 //!< uh oh - }; - - //! Monitor this source for the event types specified by the event mask - //! and call its event handler when any of the events occur. - //! @param source The source to monitor - //! @param eventMask Which event types to watch for. \see EventType - void addSource(XmlRpcSource* source, unsigned eventMask); - - //! Stop monitoring this source. - //! @param source The source to stop monitoring - void removeSource(XmlRpcSource* source); - - //! Modify the types of events to watch for on this source - void setSourceEvents(XmlRpcSource* source, unsigned eventMask); - - - //! Watch current set of sources and process events for the specified - //! duration (in ms, -1 implies wait forever, or until exit is called) - void work(double msTime); - - //! Exit from work routine - void exit(); - - //! Clear all sources from the monitored sources list. Sources are closed. - void clear(); - - protected: - - // helper - double getTime(); - - // A source to monitor and what to monitor it for - struct MonitoredSource { - MonitoredSource(XmlRpcSource* src, unsigned mask) : _src(src), _mask(mask) {} - XmlRpcSource* getSource() const { return _src; } - unsigned& getMask() { return _mask; } - XmlRpcSource* _src; - unsigned _mask; - }; - - // A list of sources to monitor - typedef std::list< MonitoredSource > SourceList; - - // Sources being monitored - SourceList _sources; - - // When work should stop (-1 implies wait forever, or until exit is called) - double _endTime; - - bool _doClear; - bool _inWork; - - }; -} // namespace XmlRpc - -#endif // _XMLRPCDISPATCH_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a0/a0f4fc8d6139314f460fb0676f97f5cb666e0d9a.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a0/a0f4fc8d6139314f460fb0676f97f5cb666e0d9a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a0/a0f4fc8d6139314f460fb0676f97f5cb666e0d9a.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a0/a0f4fc8d6139314f460fb0676f97f5cb666e0d9a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a11befb9814430db36c00f9a6f6d0546be29bccb.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a11befb9814430db36c00f9a6f6d0546be29bccb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a11befb9814430db36c00f9a6f6d0546be29bccb.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a11befb9814430db36c00f9a6f6d0546be29bccb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,100 +0,0 @@ -/*************************************************************** - * Name: PreservePermissions - * Purpose: Code::Blocks plugin - * Author: Damien Moore (damienlmoore@gmail.com) - * Created: 2014-03-29 - * Copyright: Damien Moore - * License: GPL - **************************************************************/ - -#ifndef PERMISSIONS_PRESERVER_H_INCLUDED -#define PERMISSIONS_PRESERVER_H_INCLUDED - -// For compilers that support precompilation, includes -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include // for "class cbPlugin" - -#include - - -class PermissionsPreserver : public cbPlugin -{ - public: - /** Constructor. */ - PermissionsPreserver(); - /** Destructor. */ - virtual ~PermissionsPreserver(); - - - /** This method is called by Code::Blocks and is used by the plugin - * to add any menu items it needs on Code::Blocks's menu bar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the menu, - * just do nothing ;) - * @param menuBar the wxMenuBar to create items in - */ - virtual void BuildMenu(wxMenuBar* menuBar){} - - /** This method is called by Code::Blocks core modules (EditorManager, - * ProjectManager etc) and is used by the plugin to add any menu - * items it needs in the module's popup menu. For example, when - * the user right-clicks on a project file in the project tree, - * ProjectManager prepares a popup menu to display with context - * sensitive options for that file. Before it displays this popup - * menu, it asks all attached plugins (by asking PluginManager to call - * this method), if they need to add any entries - * in that menu. This method is called.\n - * If the plugin does not need to add items in the menu, - * just do nothing ;) - * @param type the module that's preparing a popup menu - * @param menu pointer to the popup menu - * @param data pointer to FileTreeData object (to access/modify the file tree) - */ - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0){} - - /** This method is called by Code::Blocks and is used by the plugin - * to add any toolbar items it needs on Code::Blocks's toolbar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the toolbar, - * just do nothing ;) - * @param toolBar the wxToolBar to create items on - * @return The plugin should return true if it needed the toolbar, false if not - */ - virtual bool BuildToolBar(wxToolBar* toolBar){ return false; } - protected: - /** Any descendent plugin should override this virtual method and - * perform any necessary initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded and should attach in Code::Blocks. When Code::Blocks - * starts up, it finds and loads all plugins but does - * not activate (attaches) them. It then activates all plugins - * that the user has selected to be activated on start-up.\n - * This means that a plugin might be loaded but not activated...\n - * Think of this method as the actual constructor... - */ - virtual void OnAttach(); - - /** Any descendent plugin should override this virtual method and - * perform any necessary de-initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded, attached and should de-attach from Code::Blocks.\n - * Think of this method as the actual destructor... - * @param appShutDown If true, the application is shutting down. In this - * case *don't* use Manager::Get()->Get...() functions or the - * behaviour is undefined... - */ - virtual void OnRelease(bool appShutDown); - private: - void OnEditorBeforeSave(CodeBlocksEvent& event); - void OnEditorSave(CodeBlocksEvent& event); - wxString m_filename; - mode_t m_permissions; - -}; - -#endif // PERMISSIONS_PRESERVER_H_INCLUDED Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a13c5e9f68d1173836d36a7e2a676fd731209837.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a1/a13c5e9f68d1173836d36a7e2a676fd731209837.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7021b26ceb34b9b7834c025ff7605194b8d9734.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7021b26ceb34b9b7834c025ff7605194b8d9734.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7021b26ceb34b9b7834c025ff7605194b8d9734.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7021b26ceb34b9b7834c025ff7605194b8d9734.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,248 +0,0 @@ -#include // Code::Blocks SDK -#include -#include -#include "codechecker.h" - - -//#define CHECK_MARKER 6 -//#define CHECK_STYLE wxSCI_MARK_MINUS -#define CHECK_MARKER 1 -#define CHECK_STYLE wxSCI_MARK_SMALLRECT - - -inline void LogMessage(const wxString &msg) -{ Manager::Get()->GetLogManager()->Log(msg); } - - -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ - PluginRegistrant reg(_T("CodeChecker")); -} - - -// events handling -BEGIN_EVENT_TABLE(CodeChecker, cbPlugin) - // add any events you want to handle here - EVT_TIMER(wxID_ANY,CodeChecker::OnQueueTimer) - EVT_END_PROCESS(wxID_ANY,CodeChecker::OnProcessTerminate) -END_EVENT_TABLE() - -// constructor -CodeChecker::CodeChecker() -{ - // Make sure our resources are available. - // In the generated boilerplate code we have no resources but when - // we add some, it will be nice that this code is in place already ;) - if(!Manager::LoadResource(_T("codechecker.zip"))) - { - NotifyMissingFile(_T("codechecker.zip")); - } -} - -// destructor -CodeChecker::~CodeChecker() -{ -} - -void CodeChecker::OnAttach() -{ - Manager::Get()->RegisterEventSink(cbEVT_EDITOR_SAVE, new cbEventFunctor(this, &CodeChecker::OnAnalyze)); - Manager::Get()->RegisterEventSink(cbEVT_EDITOR_OPEN, new cbEventFunctor(this, &CodeChecker::OnAnalyze)); - Manager::Get()->RegisterEventSink(cbEVT_EDITOR_TOOLTIP, new cbEventFunctor(this, &CodeChecker::OnTooltip)); - m_process=new AsyncProcess(this); - - LangData ld1,ld2; - ld1.command=_T("c:\\python25\\python -m py_compile $file"); - ld1.regexp=_T("File \"([^\\n]+)\", line (\\d+)\\n(.*)"); - m_commands[wxSCI_LEX_PYTHON]=ld1; - - ld2.command=_T("php -l $file"); - ld2.regexp=_T("(.*) in (.*) on line ([0-9]+)"); - ld2.regexp_indmsg=1; - ld2.regexp_indfile=2; - ld2.regexp_indline=3; - m_commands[wxSCI_LEX_PHPSCRIPT]=ld2; - m_commands[wxSCI_LEX_HTML]=ld2; - LogMessage(_("Attached Code Checker")); - m_queuetimer.SetOwner(this); -} - -void CodeChecker::OnRelease(bool appShutDown) -{ - // do de-initialization for your plugin - // if appShutDown is true, the plugin is unloaded because Code::Blocks is being shut down, - // which means you must not use any of the SDK Managers - // NOTE: after this function, the inherited member variable - // m_IsAttached will be FALSE... - delete m_process; - m_commands.clear(); - m_issues.clear(); -} - -//TODO: Tooltips for error messages -void CodeChecker::OnTooltip(CodeBlocksEvent& e) -{ - EditorBase *edb=e.GetEditor(); - if(!edb->IsBuiltinEditor()) - return; - cbEditor *ed=(cbEditor *)edb; - int lexer=ed->GetControl()->GetLexer(); - if(m_commands.find(lexer)==m_commands.end()) - return; - /* NOTE: The following 2 lines of codes can fix [Bug #11785]. - * The solution may not the best one and it requires the editor - * to have the focus (even if C::B has the focus) in order to pop-up the tooltip. */ - if (wxWindow::FindFocus() != static_cast(ed->GetControl())) - return; - int pos = ed->GetControl()->PositionFromPointClose(e.GetX(), e.GetY()); - if(pos==wxSCI_INVALID_POSITION) - return; - int line = ed->GetControl()->LineFromPosition(pos); - if(m_issues.find(ed->GetFilename())==m_issues.end()) - return; - CodeIssues &ci=m_issues[ed->GetFilename()]; - for(CodeIssues::iterator it=ci.begin();it!=ci.end();++it) - if(line==it->line) - { - if (ed->GetControl()->CallTipActive()) - ed->GetControl()->CallTipCancel(); -// LogMessage(wxString::Format(_("Tooltip dear: X - %i, Y - %i, pos - %i"),e.GetX(),e.GetY(),pos)); - wxString msg=it->msg;//_T("Goodnight Dear"); - ed->GetControl()->CallTipShow(pos, msg); - } -} - - - -void CodeChecker::OnQueueTimer(wxTimerEvent &e) -{ - if(m_processqueue.empty()) - return; - wxString cmd=m_commands[m_processqueue.begin()->lang].command; - cmd.Replace(_("$file"),m_processqueue.begin()->file); - if(m_process->Exec(cmd)!=0) - m_processqueue.pop_front(); -} - -void CodeChecker::OnProcessTerminate(wxProcessEvent &e) -{ - if(m_processqueue.empty()) - return; - wxString file(m_processqueue.begin()->file); - wxString out=m_process->GetStdout(); - wxString err=m_process->GetStderr(); - LangData &ld=m_commands[m_processqueue.begin()->lang]; - wxRegEx re(ld.regexp,wxRE_ADVANCED); - wxString data=out+err; - if(m_issues.find(file)!=m_issues.end()) - m_issues[file].clear(); - while(re.Matches(data)) - { - long linenum; - if(re.GetMatch(data,ld.regexp_indline).ToLong(&linenum)) - { - CodeIssue ci; - ci.line=linenum-1; - ci.msg=re.GetMatch(data,ld.regexp_indmsg);//_T(""); - m_issues[file].push_back(ci); - } - size_t start,end; - re.GetMatch(&start,&end,0); - data=data.Mid(end); - } - - LogMessage(_("Syntax Check Results")); - LogMessage(out); - LogMessage(err); - EditorManager* em = Manager::Get()->GetEditorManager(); - EditorBase* eb = em->IsOpen(file); - if (eb && eb->IsBuiltinEditor()) - { - cbEditor *ed=(cbEditor *)eb; - cbStyledTextCtrl *control=ed->GetControl(); -// control->MarkerDefine(CHECK_MARKER, CHECK_STYLE); -// control->MarkerSetForeground(CHECK_MARKER, wxColour(0xFF, 0xA0, 0xA0)); -// control->MarkerSetBackground(CHECK_MARKER, wxColour(0xA0, 0xA0, 0xA0)); - control->MarkerDeleteAll(CHECK_MARKER); - CodeIssues::iterator iend=m_issues[file].end(); - for(CodeIssues::iterator it=m_issues[file].begin();it!=iend;++it) - control->MarkerAdd(it->line,CHECK_MARKER); - } - - //TODO: retrieve a handle to the editor control - //TODO: Parse stdout/stderr - //TODO: Define the marker (if not defined already) -// -// if(!control->LineHasMarker(CHECK_MARKER,linenum)) -// control->MarkerAdd(CHECK_MARKER,linenum)); - m_processqueue.pop_front(); -} - -void CodeChecker::OnAnalyze(CodeBlocksEvent &e) -{ - EditorBase *edb=e.GetEditor(); - if(!edb->IsBuiltinEditor()) - return; - cbEditor *ed=(cbEditor *)edb; - int lexer=ed->GetControl()->GetLexer(); - if(m_commands.find(lexer)==m_commands.end()) - return; - ProcessQueueItems p; - p.lang=lexer; - p.file=ed->GetFilename(); - ProcessQueue::iterator it=m_processqueue.begin(); - for(;it!=m_processqueue.end();++it) - if(it->file==p.file) - break; - if(it==m_processqueue.begin() || it==m_processqueue.end()) - { - m_processqueue.push_back(p); - if(m_processqueue.size()==1) - m_queuetimer.Start(1000,true); - } -} - -int CodeChecker::Configure() -{ - //create and display the configuration dialog for your plugin - cbConfigurationDialog dlg(Manager::Get()->GetAppWindow(), wxID_ANY, _("Your dialog title")); - cbConfigurationPanel* panel = GetConfigurationPanel(&dlg); - if (panel) - { - dlg.AttachConfigurationPanel(panel); - PlaceWindow(&dlg); - return dlg.ShowModal() == wxID_OK ? 0 : -1; - } - return -1; -} - -void CodeChecker::BuildMenu(wxMenuBar* menuBar) -{ - //The application is offering its menubar for your plugin, - //to add any menu items you want... - //Append any items you need in the menu... - //NOTE: Be careful in here... The application's menubar is at your disposal. - NotImplemented(_T("CodeChecker::BuildMenu()")); -} - -void CodeChecker::BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data) -{ - //Some library module is ready to display a pop-up menu. - //Check the parameter \"type\" and see which module it is - //and append any items you need in the menu... - //TIP: for consistency, add a separator as the first item... - NotImplemented(_T("CodeChecker::BuildModuleMenu()")); -} - -bool CodeChecker::BuildToolBar(wxToolBar* toolBar) -{ - //The application is offering its toolbar for your plugin, - //to add any toolbar items you want... - //Append any items you need on the toolbar... - NotImplemented(_T("CodeChecker::BuildToolBar()")); - - // return true if you add toolbar items - return false; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a744b4549da38988a7a8b0ec5432224aacc860ec.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a744b4549da38988a7a8b0ec5432224aacc860ec.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a744b4549da38988a7a8b0ec5432224aacc860ec.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a744b4549da38988a7a8b0ec5432224aacc860ec.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#ifndef __EXECHIDDENMSW__ -#define __EXECHIDDENMSW__ - -#include - -#ifdef __WXMSW__ -long wxExecuteHidden(const wxString& cmd, int flags, wxProcess *handler); -long wxExecuteHidden(wxChar **argv, int flags, wxProcess *handler); -#endif /*__WXMSW__*/ - -#endif /*__EXECHIDDENMSW__*/ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7c61f888778c61a3661f659c124d6265927f005.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7c61f888778c61a3661f659c124d6265927f005.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7c61f888778c61a3661f659c124d6265927f005.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7c61f888778c61a3661f659c124d6265927f005.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ - - - validator1.countTheEntities - - - &''<&"'>ehv<>iu'<<qo>"z"f - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7cddee5e9e632f4409aec44f9703cc1e6f819cc.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7cddee5e9e632f4409aec44f9703cc1e6f819cc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7cddee5e9e632f4409aec44f9703cc1e6f819cc.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/a7/a7cddee5e9e632f4409aec44f9703cc1e6f819cc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,204 +0,0 @@ -import code -import sys -import threading -import time -from SimpleXMLRPCServer import SimpleXMLRPCServer - -DEBUG=False - -if DEBUG: - def logmsg(msg,*kargs): - print >>sys.__stdout__,msg, - for x in kargs: - print >>sys.__stdout__,x, - print >>sys.__stdout__,'' -else: - def logmsg(msg,*kargs): - return - -class datastore: - def __init__(self): - self.data='' - self.lock=threading.Condition(threading.Lock()) - self.inputrequest=False - def write(self,textstr): - self.lock.acquire() - self.data=self.data+textstr - self.lock.release() - def flush(self): - self.lock.acquire() - self.data='' - self.lock.release() - def read(self,size=None): - self.lock.acquire() - data=self.data ##TODO: should this be before the lock? - self.data='' - self.lock.release() - return data - if size: - self.lock.acquire() - while 1: - if(len(self.data)>=size): - line=self.data[:size] - self.data=self.data[size:] - self.lock.release() - logmsg('received',size,' chars of text:',line) - return line - self.inputrequest=True - self.lock.wait() - self.inputrequest=False - def readline(self): - #check data for a full line (terminated by \n or EOF(?)) - #if the line is there, extract it and return - #if not a complete line, set a request for input from the client - # with a hint containing the current data in the line - # then wait on a mutex - ## TODO: Could optionally raise a keyboard interrupt - self.lock.acquire() - while 1: - ind=self.data.find('\n') - if ind>=0: - line=self.data[:ind+1] - self.data=self.data[ind+1:] - self.lock.release() - logmsg('received line of text:',line) - return line - self.inputrequest=True - self.lock.wait() - self.inputrequest=False - def HasInputRequest(self): - self.lock.acquire() - a=self.inputrequest - self.lock.release() - return a - def InputRequestNotify(self): - self.lock.acquire() - self.lock.notify() - self.lock.release() - - -class PyInterp (code.InteractiveInterpreter): - def __init__(self,lock): - code.InteractiveInterpreter.__init__(self) - self._stdout=datastore() - self._stdin=datastore() - self._stderr=datastore() - self._running=True - self._runningeval=False - self.lock=lock - self.eval_str='' - def queue_code(self,eval_str): - if not self._runningeval: - self.lock.acquire() - self.eval_str=eval_str - self._runningeval=True - self.lock.notify() - self.lock.release() - return True - else: - return False - def main_loop(self): - while self._running: #runs the eval_str queued by the server, then waits for the next eval_str. the loop ends when the server requests exit - try: - if self.eval_str!='': - logmsg('running code '+self.eval_str) - try: - self.runsource(self.eval_str+'\n') - logmsg('ran code') - except KeyboardInterrupt: - print 'Keyboard Interrupt' - except: - print "error in eval_str", sys.exc_info()[0] - self.lock.acquire() #acquire the lock to reset eval string and running status - self._runningeval=False - self.eval_str='' - self.lock.notify() #notify the server in case it is waiting - self.lock.wait() #now await the next instruction - self.lock.release() - except KeyboardInterrupt: - logmsg('keyboard interrupt') - print 'Keyboard Interrupt' - -class AsyncServer(threading.Thread): - def __init__(self,port): - # Create XMLRPC server - threading.Thread.__init__(self) - self.lock=threading.Condition(threading.Lock()) - self.timeout=0.2 - self._quit=False - self.port=port - self.interp = PyInterp(self.lock) - sys.stdout=self.interp._stdout - sys.stdin=self.interp._stdin - sys.stderr=self.interp._stderr - def start_interp(self): - self.interp.main_loop() - def run(self): - self.server = SimpleXMLRPCServer(("localhost", self.port)) - self.server.logRequests=0 - self.server.register_introspection_functions() - #self.server.socket.settimeout(self.timeout) ##timeouts cause probs - self.server.register_function(self.end,'end') - self.server.register_function(self.run_code,'run_code') - self.server.register_function(self.cont,'cont') - while not self._quit: - self.server.handle_request() - def end(self): - if self.interp._runningeval: - raise KeyboardInterrupt - self.lock.acquire() - self.interp._running=False - self._quit=True - self.lock.notify() - self.lock.release() - return "Session Terminated" - def run_code(self,eval_str,stdin): - logmsg("compiling code") - try: - cobj=code.compile_command(eval_str) - except: - logmsg("syntax error") - return -1,'','',False - if cobj==None: - logmsg("statement incomplete") - return -2,'','',False - logmsg("running code "+eval_str) - if self.interp.queue_code(eval_str): - return self.cont(stdin) - else: - return -3,self.interp._stdout.read(),self.interp._stderr.read(),self.interp._stdin.HasInputRequest() - def cont(self,stdin): - logmsg('continuing with stdin: '+stdin) - self.interp._stdin.write(stdin) - if self.interp._stdin.HasInputRequest(): - self.interp._stdin.InputRequestNotify() - self.lock.acquire() - if self.interp._runningeval: - self.lock.wait(self.timeout) - self.lock.release() - result=(int(self.interp._runningeval),self.interp._stdout.read(),self.interp._stderr.read(),self.interp._stdin.HasInputRequest()) - logmsg('returning result ',result) - return result - #return status, stdout, stderr - -def cmd_err(): - print 'Correct usage: pyinterp.py ' - print ' must be a positive integer' - exit() - -if len(sys.argv)!=2: - cmd_err() -try: - port = int(sys.argv[1]) -except: - cmd_err() -if port<=0: - cmd_err() - -logmsg('starting server on port', port) - -interp_server=AsyncServer(port) -interp_server.start() -interp_server.start_interp() - -logmsg('server terminated') diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ab/ab7e4e53ec540962baf384175944864dc5c8a6da.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ab/ab7e4e53ec540962baf384175944864dc5c8a6da.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ab/ab7e4e53ec540962baf384175944864dc5c8a6da.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ab/ab7e4e53ec540962baf384175944864dc5c8a6da.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -#include "XmlRpcEvents.h" - -////////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////////// -// classes PyNotifyIntepreterEvent and PyNotifyUIEvent -////////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////////// - -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_STARTED) -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_FINISHED) -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_ABORTED) -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_NOTIFY) -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_RESPONSE) -DEFINE_EVENT_TYPE(wxEVT_XMLRPC_PROC_END) - - -XmlRpcResponseEvent::XmlRpcResponseEvent(int id, XmlRpcInstance *inst, wxEvtHandler *window, JobStates js, XmlRpc::XmlRpcValue val) : wxEvent(id, wxEVT_XMLRPC_RESPONSE) -{ - instance=inst; - jobstate=js; - job=NULL; - parent=window; - value=val; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/ad704fa7d9ffc34fa05f88a703813451c9c5403d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/ad704fa7d9ffc34fa05f88a703813451c9c5403d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/ad704fa7d9ffc34fa05f88a703813451c9c5403d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/ad704fa7d9ffc34fa05f88a703813451c9c5403d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/adec368a7bbc2ae9279ecd78af044051aa123643.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/adec368a7bbc2ae9279ecd78af044051aa123643.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/adec368a7bbc2ae9279ecd78af044051aa123643.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ad/adec368a7bbc2ae9279ecd78af044051aa123643.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/af/af2efeb0d2ac4f623b1b5306a967385be02bf814.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/af/af2efeb0d2ac4f623b1b5306a967385be02bf814.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/af/af2efeb0d2ac4f623b1b5306a967385be02bf814.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/af/af2efeb0d2ac4f623b1b5306a967385be02bf814.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ - -#ifndef _XMLRPCEXCEPTION_H_ -#define _XMLRPCEXCEPTION_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - - -namespace XmlRpc { - - //! A class representing an error. - //! If server methods throw this exception, a fault response is returned - //! to the client. - class XmlRpcException { - public: - //! Constructor - //! @param message A descriptive error message - //! @param code An integer error code - XmlRpcException(const std::string& message, int code=-1) : - _message(message), _code(code) {} - - //! Return the error message. - const std::string& getMessage() const { return _message; } - - //! Return the error code. - int getCode() const { return _code; } - - private: - std::string _message; - int _code; - }; - -} - -#endif // _XMLRPCEXCEPTION_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/af/afb47e59013787ef986e522322c5c8c84f4b9a6b.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/af/afb47e59013787ef986e522322c5c8c84f4b9a6b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/af/afb47e59013787ef986e522322c5c8c84f4b9a6b.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/af/afb47e59013787ef986e522322c5c8c84f4b9a6b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ -#ifndef PYEVENTS_H_INCLUDED -#define PYEVENTS_H_INCLUDED - -#include -#include "XmlRpc.h" - -///////////////////////////////////////////////////////////////////////////////////// -// XmlRpc Instance Events -///////////////////////////////////////////////////////////////////////////////////// - -class XmlRpcJob; -class XmlRpcInstance; - -BEGIN_DECLARE_EVENT_TYPES() -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_RESPONSE, -1) -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_STARTED, -1) -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_FINISHED, -1) -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_ABORTED, -1) -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_NOTIFY, -1) -DECLARE_LOCAL_EVENT_TYPE(wxEVT_XMLRPC_PROC_END, -1) -END_DECLARE_EVENT_TYPES() - - - - -//// TO INTERCEPT THE wxCommandEvent CUSTOM EVENTS: -// -//BEGIN_EVENT_TABLE(MyFrame, wxFrame) -// EVT_MENU (wxID_EXIT, MyFrame::OnExit) -// // .... -// EVT_COMMAND (ID_MY_WINDOW, wxEVT_PY_NOTIFY_UI_STARTED, MyFrame::OnMyEvent) -//END_EVENT_TABLE() -// -//void MyFrame::OnMyEvent( wxCommandEvent &event ) -//{ -// // do something -// wxString text = event.GetText(); -//} -// -// -//// TO SEND THE wxCommandEvent CUSTOM EVENT: -// -//void MyWindow::SendEvent() -//{ -// wxCommandEvent event( wxEVT_PY_NOTIFY_UI_STARTED, GetId() ); -// event.SetEventObject( this ); -// // Give it some contents -// event.SetText( wxT("Hallo") ); -// // Send it -// GetEventHandler()->ProcessEvent( event ); -//} - - - - - -enum JobStates {XMLRPC_STATE_STARTEDJOB, XMLRPC_STATE_FINISHEDJOB, XMLRPC_STATE_ABORTEDJOB, XMLRPC_STATE_NOTIFY, XMLRPC_STATE_ERROR, XMLRPC_STATE_RESPONSE, XMLRPC_STATE_REQUEST_FAILED}; - - -// Events sent from the thread interacting with the python interpreter back to the UI. -// indicating job completion, interpreter shutdown etc -class XmlRpcResponseEvent: public wxEvent -{ - friend class XmlRpcInstance; -public: - XmlRpcResponseEvent(int id=-1): wxEvent(id,wxEVT_XMLRPC_RESPONSE) {} - XmlRpcResponseEvent(int id, XmlRpcInstance *instance, wxEvtHandler *parent, JobStates jobstate, XmlRpc::XmlRpcValue value); - XmlRpcResponseEvent(const XmlRpcResponseEvent& c) : wxEvent(c) - { - jobstate = c.jobstate; - job= c.job; - instance= c.instance; - parent= c.parent; - value=c.value; - } - wxEvent *Clone() const { return new XmlRpcResponseEvent(*this); } - ~XmlRpcResponseEvent() {} - XmlRpcJob *GetJob() {return job;} - XmlRpcInstance *GetInterpreter(); - XmlRpc::XmlRpcValue GetResponse() {return value;} - void SetState(JobStates s) {jobstate=s;} - JobStates GetState() {return jobstate;} -protected: - JobStates jobstate; - XmlRpcInstance *instance; - XmlRpcJob *job; - wxEvtHandler *parent; - XmlRpc::XmlRpcValue value; -}; - - -typedef void (wxEvtHandler::*XmlRpcResponseEventFunction)(XmlRpcResponseEvent&); - -#define EVT_XMLRPC_RESPONSE(id, fn) \ - DECLARE_EVENT_TABLE_ENTRY( wxEVT_XMLRPC_RESPONSE, id, -1, \ - (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ - wxStaticCastEvent( XmlRpcResponseEventFunction, & fn ), (wxObject *) NULL ), - - - -#endif //PYEVENTS_H_INCLUDED - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b0/b0358cb1630a86a5771a85b1d72256d4bcfe8dc0.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b0/b0358cb1630a86a5771a85b1d72256d4bcfe8dc0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b0/b0358cb1630a86a5771a85b1d72256d4bcfe8dc0.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b0/b0358cb1630a86a5771a85b1d72256d4bcfe8dc0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ - -#include "XmlRpcDispatch.h" -#include "XmlRpcSource.h" -#include "XmlRpcUtil.h" - -#include -#include - -#if defined(_WINDOWS) -# include - -# define USE_FTIME -# if defined(_MSC_VER) -# define timeb _timeb -# define ftime _ftime -# endif -#else -# include -#endif // _WINDOWS - - -using namespace XmlRpc; - - -XmlRpcDispatch::XmlRpcDispatch() -{ - _endTime = -1.0; - _doClear = false; - _inWork = false; -} - - -XmlRpcDispatch::~XmlRpcDispatch() -{ -} - -// Monitor this source for the specified events and call its event handler -// when the event occurs -void -XmlRpcDispatch::addSource(XmlRpcSource* source, unsigned mask) -{ - _sources.push_back(MonitoredSource(source, mask)); -} - -// Stop monitoring this source. Does not close the source. -void -XmlRpcDispatch::removeSource(XmlRpcSource* source) -{ - for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it) - if (it->getSource() == source) - { - _sources.erase(it); - break; - } -} - - -// Modify the types of events to watch for on this source -void -XmlRpcDispatch::setSourceEvents(XmlRpcSource* source, unsigned eventMask) -{ - for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it) - if (it->getSource() == source) - { - it->getMask() = eventMask; - break; - } -} - - - -// Watch current set of sources and process events -void -XmlRpcDispatch::work(double timeout) -{ - // Compute end time - _endTime = (timeout < 0.0) ? -1.0 : (getTime() + timeout); - _doClear = false; - _inWork = true; - - // Only work while there is something to monitor - while (_sources.size() > 0) { - - // Construct the sets of descriptors we are interested in - fd_set inFd, outFd, excFd; - FD_ZERO(&inFd); - FD_ZERO(&outFd); - FD_ZERO(&excFd); - - int maxFd = -1; // Not used on windows - SourceList::iterator it; - for (it=_sources.begin(); it!=_sources.end(); ++it) { - int fd = it->getSource()->getfd(); - if (it->getMask() & ReadableEvent) FD_SET(fd, &inFd); - if (it->getMask() & WritableEvent) FD_SET(fd, &outFd); - if (it->getMask() & Exception) FD_SET(fd, &excFd); - if (it->getMask() && fd > maxFd) maxFd = fd; - } - - // Check for events - int nEvents; - if (timeout < 0.0) - nEvents = select(maxFd+1, &inFd, &outFd, &excFd, NULL); - else - { - struct timeval tv; - tv.tv_sec = (int)floor(timeout); - tv.tv_usec = ((int)floor(1000000.0 * (timeout-floor(timeout)))) % 1000000; - nEvents = select(maxFd+1, &inFd, &outFd, &excFd, &tv); - } - - if (nEvents < 0) - { - XmlRpcUtil::error("Error in XmlRpcDispatch::work: error in select (%d).", nEvents); - _inWork = false; - return; - } - - // Process events - for (it=_sources.begin(); it != _sources.end(); ) - { - SourceList::iterator thisIt = it++; - XmlRpcSource* src = thisIt->getSource(); - int fd = src->getfd(); - unsigned newMask = (unsigned) -1; - if (fd <= maxFd) { - // If you select on multiple event types this could be ambiguous - if (FD_ISSET(fd, &inFd)) - newMask &= src->handleEvent(ReadableEvent); - if (FD_ISSET(fd, &outFd)) - newMask &= src->handleEvent(WritableEvent); - if (FD_ISSET(fd, &excFd)) - newMask &= src->handleEvent(Exception); - - if ( ! newMask) { - _sources.erase(thisIt); // Stop monitoring this one - if ( ! src->getKeepOpen()) - src->close(); - } else if (newMask != (unsigned) -1) { - thisIt->getMask() = newMask; - } - } - } - - // Check whether to clear all sources - if (_doClear) - { - SourceList closeList = _sources; - _sources.clear(); - for (SourceList::iterator it=closeList.begin(); it!=closeList.end(); ++it) { - XmlRpcSource *src = it->getSource(); - src->close(); - } - - _doClear = false; - } - - // Check whether end time has passed - if (0 <= _endTime && getTime() > _endTime) - break; - } - - _inWork = false; -} - - -// Exit from work routine. Presumably this will be called from -// one of the source event handlers. -void -XmlRpcDispatch::exit() -{ - _endTime = 0.0; // Return from work asap -} - -// Clear all sources from the monitored sources list -void -XmlRpcDispatch::clear() -{ - if (_inWork) - _doClear = true; // Finish reporting current events before clearing - else - { - SourceList closeList = _sources; - _sources.clear(); - for (SourceList::iterator it=closeList.begin(); it!=closeList.end(); ++it) - it->getSource()->close(); - } -} - - -double -XmlRpcDispatch::getTime() -{ -#ifdef USE_FTIME - struct timeb tbuff; - - ftime(&tbuff); - return ((double) tbuff.time + ((double)tbuff.millitm / 1000.0) + - ((double) tbuff.timezone * 60)); -#else - struct timeval tv; - struct timezone tz; - - gettimeofday(&tv, &tz); - return (tv.tv_sec + tv.tv_usec / 1000000.0); -#endif /* USE_FTIME */ -} - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b2/b2d76f4e49bc4a337c5939dc13d876ed4f6cc97e.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b2/b2d76f4e49bc4a337c5939dc13d876ed4f6cc97e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b2/b2d76f4e49bc4a337c5939dc13d876ed4f6cc97e.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b2/b2d76f4e49bc4a337c5939dc13d876ed4f6cc97e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,69 +0,0 @@ -#ifndef _XMLRPCSOCKET_H_ -#define _XMLRPCSOCKET_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -namespace XmlRpc { - - //! A platform-independent socket API. - class XmlRpcSocket { - public: - - //! Creates a stream (TCP) socket. Returns -1 on failure. - static int socket(); - - //! Closes a socket. - static void close(int socket); - - - //! Sets a stream (TCP) socket to perform non-blocking IO. Returns false on failure. - static bool setNonBlocking(int socket); - - //! Read text from the specified socket. Returns false on error. - static bool nbRead(int socket, std::string& s, bool *eof); - - //! Write text to the specified socket. Returns false on error. - static bool nbWrite(int socket, std::string& s, int *bytesSoFar); - - - // The next four methods are appropriate for servers. - - //! Allow the port the specified socket is bound to to be re-bound immediately so - //! server re-starts are not delayed. Returns false on failure. - static bool setReuseAddr(int socket); - - //! Bind to a specified port - static bool bind(int socket, int port); - - //! Set socket in listen mode - static bool listen(int socket, int backlog); - - //! Accept a client connection request - static int accept(int socket); - - - //! Connect a socket to a server (from a client) - static bool connect(int socket, std::string& host, int port); - - - //! Returns last errno - static int getError(); - - //! Returns message corresponding to last error - static std::string getErrorMsg(); - - //! Returns message corresponding to error - static std::string getErrorMsg(int error); - }; - -} // namespace XmlRpc - -#endif Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b3/b3425fc8f80fbd6385adacb8fe6b16acebe9a8d9.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b3/b3425fc8f80fbd6385adacb8fe6b16acebe9a8d9.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b7/b73fe74d998678909969592cf3f1f1ff919dc891.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b7/b73fe74d998678909969592cf3f1f1ff919dc891.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b7/b73fe74d998678909969592cf3f1f1ff919dc891.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b7/b73fe74d998678909969592cf3f1f1ff919dc891.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -import sys, os -home = os.path.expanduser('~') -sys.path.insert(0, os.path.join(home,'.cache/fakegir')) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b8/b8081794aa0a937f1fae51c7d291ed923746e7c4.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b8/b8081794aa0a937f1fae51c7d291ed923746e7c4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b8/b8081794aa0a937f1fae51c7d291ed923746e7c4.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b8/b8081794aa0a937f1fae51c7d291ed923746e7c4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b9/b944a6da21f8c884036bac175ba5bea0999f7837.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b9/b944a6da21f8c884036bac175ba5bea0999f7837.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/b9/b944a6da21f8c884036bac175ba5bea0999f7837.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/b9/b944a6da21f8c884036bac175ba5bea0999f7837.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -import jedi -script = ''' -def f(x,y,z): - print x,y,z -f() -print 1 -import os -os. -''' -script1=''' -import numpy -numpy.''' -script2=''' -import pandas -pandas.''' - -jedi.settings.cache_directory = 'c:\\jedi-cache' -s = jedi.Script(script1,3,6) -comps = s.completions() - -def repeated_import_test(): - import time - for x in range(200): - s = jedi.Script(script1,3,6) - comps = s.completions() - time.sleep(10) - for c in comps: - print c.name - col = 6+len(c.name+'(') - s=jedi.Script(script1+c.name+'(',3,col) - time.sleep(10) - -# s = jedi.Script(script2,3,7) -# comps = s.completions() -# for c in comps: -# print c.name -# col = 7+len(c.name+'(') -# s=jedi.Script(script2+c.name+'(',3,col) - -def get_definition_location(path,source,line,column): - source=source.replace('\r','') - script = jedi.Script(source,line=line+1,column=column,source_path=path) - results = script.goto_definitions() - for d in results: - print dir(d) - module_path = d.module_path - print d.line,d.line_nr - if module_path is None: - module_path = path - return [module_path,d.line-1] - return ['',-1] - -def complete_tip(path,source,line,column): - source=source.replace('\r','') - script = jedi.Script(source,line=line+1,column=column,source_path=path) - call_def = script.call_signatures() - calltip = '' - for c in call_def: - calltip=c.call_name+'(' - calltip+=', '.join([p.get_name().names[0] for p in c.params])+')' -# docstr='' -# for p in c.params: -# docstr+=p.docstr -# if docstr!='': -# calltip+='\n'+docstr - return calltip - return '' - -#print complete_tip(None,script,3,2) - - -#s = jedi.Script(script,line=4,column=2) -#cs = s.call_signatures() -#for m in dir(cs[0]): -# print m -# -#for p in cs[0].params: -# print p.get_name().names, p.docstr -# - -#for m in dir(cs[0].params[0]): -# print m - -#print cs[0].call_name -#print cs[0].module -#for m in dir(cs[0].params[0].get_name()): -# print m diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ba/badd55c046c0ed998505639acdd086e41c2a653f.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ba/badd55c046c0ed998505639acdd086e41c2a653f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ba/badd55c046c0ed998505639acdd086e41c2a653f.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ba/badd55c046c0ed998505639acdd086e41c2a653f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,153 +0,0 @@ -#ifndef PPCTRL_H -#define PPCTRL_H - -#include - -#ifndef WX_PRECOMP - #include -#endif - -#include "xmlrpc_embedder.h" -#include "ShellCtrlBase.h" -#include "editormanager.h" -#include "cbstyledtextctrl.h" - -#include - -class PythonInterpCtrl; - -class PythonCodeCtrl: public cbStyledTextCtrl -{ -public: - PythonCodeCtrl(wxWindow *parent, PythonInterpCtrl *py); - wxArrayString m_history_commands; - wxString m_history_working; - int m_history_position; -private: - void OnUserInput(wxKeyEvent& ke); - void OnCharAdded(wxScintillaEvent& ke); - PythonInterpCtrl *m_pyctrl; - DECLARE_EVENT_TABLE() -}; - -class PythonIOCtrl: public wxTextCtrl -{ -public: - PythonIOCtrl(wxWindow *parent, PythonInterpCtrl *py); - void OnUserInput(wxKeyEvent& ke); - void LineInputRequest(); - void OnTextChange(wxCommandEvent& e); - PythonInterpCtrl *m_pyctrl; - long m_line_entry_point; - bool m_line_entry_mode; - DECLARE_EVENT_TABLE() -}; - - -// Allocates ports for xmlrpc connections (ensures unique port allocations) -// TODO: define port as an object to automate release -class PortAllocator: public std::map -{ -public: - PortAllocator(const wxString &portlist=_T("9000;9001;9002")) - { - SetPorts(portlist); - } - void SetPorts(wxString portlist) - { //TODO: If new ports overlap current then use current state of the port - this->clear(); - wxString portstr=portlist.BeforeFirst(';'); - while(portstr!=_("")) - { - long port; - if(portstr.ToLong(&port)) - if(port>0) - (*this)[port]=false; - portlist=portlist.AfterFirst(';'); - portstr=portlist.BeforeFirst(';'); - } - } - wxString GetPorts() - { - wxString portlist; - for(PortAllocator::iterator it=this->begin();it!=this->end();it++) - portlist+=wxString::Format(_T("%i;"),it->first); - return portlist; - } - int RequestPort() //return the first free port - { - for(PortAllocator::iterator it=this->begin();it!=this->end();it++) - if(!(it->second)) - { - it->second=true; - return it->first; - } - return -1; //no ports available - } - bool ReleasePort(int port) //release port, returns false if not found - { - PortAllocator::iterator it=this->find(port); - if(it==PortAllocator::end()) - return false; - it->second=false; - return true; - } -}; - -namespace -{ -ShellCtrlRegistrant reg(_T("Python Interpreter")); -} - -class PythonInterpCtrl : public ShellCtrlBase -{ - friend class PythonIOCtrl; - public: - PythonInterpCtrl() { m_pyinterp=NULL; } - PythonInterpCtrl(wxWindow* parent, int id, const wxString &name, ShellManager *shellmgr=NULL); - virtual ~PythonInterpCtrl() { if (m_pyinterp) delete m_pyinterp; } - - virtual long LaunchProcess(const wxString &processcmd, const wxArrayString &options); - virtual void KillProcess(); - virtual void SyncOutput(int maxchars=1000); //use this to respond to ShellManager request to gather output from the running process for display in the frame - virtual bool IsDead() {if (m_pyinterp) return m_pyinterp->IsDead(); return true;} - -// long GetPid() {if(m_proc) return m_procid; else return -1;} - - void OnUserInput(wxKeyEvent& ke); - void OnSize(wxSizeEvent& event); - void OnPyNotify(XmlRpcResponseEvent& event); - void OnLineInputRequest(wxCommandEvent& event); - void OnPyCode(wxCommandEvent& event); - void OnEndProcess(wxCommandEvent& event); - - bool DispatchCode(const wxString &code); - - bool BreakCode(); - - static PortAllocator m_portalloc; - - void stdin_append(const wxString &data); - wxString stdin_retrieve(); - - protected: - bool RunCode(const wxString &codestr); - bool Continue(); - bool SendKill(); - - private: - wxString stdin_data; - PythonIOCtrl *m_ioctrl; - PythonCodeCtrl *m_codectrl; - wxSplitterWindow *m_sw; - XmlRpcInstance *m_pyinterp; - wxString m_code; //currently running code - int m_killlevel; - int m_port; - -// void OnEndProcess(wxProcessEvent &event); - DECLARE_DYNAMIC_CLASS(PythonInterpCtrl) - DECLARE_EVENT_TABLE() -}; - -#endif // PPCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/be/befe5679356fabf3f4ca39dd079e1189ec0037e2.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/be/befe5679356fabf3f4ca39dd079e1189ec0037e2.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/be/befe5679356fabf3f4ca39dd079e1189ec0037e2.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/be/befe5679356fabf3f4ca39dd079e1189ec0037e2.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,189 +0,0 @@ - -#ifndef _XMLRPCVALUE_H_ -#define _XMLRPCVALUE_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -# include -# include -# include -#endif - -namespace XmlRpc { - - //! RPC method arguments and results are represented by Values - // should probably refcount them... - class XmlRpcValue { - public: - - - enum Type { - TypeInvalid, - TypeBoolean, - TypeInt, - TypeDouble, - TypeString, - TypeDateTime, - TypeBase64, - TypeArray, - TypeStruct - }; - - // Non-primitive types - typedef std::vector BinaryData; - typedef std::vector ValueArray; - typedef std::map ValueStruct; - - - //! Constructors - XmlRpcValue() : _type(TypeInvalid) { _value.asBinary = 0; } - XmlRpcValue(bool value) : _type(TypeBoolean) { _value.asBool = value; } - XmlRpcValue(int value) : _type(TypeInt) { _value.asInt = value; } - XmlRpcValue(double value) : _type(TypeDouble) { _value.asDouble = value; } - - XmlRpcValue(std::string const& value) : _type(TypeString) - { _value.asString = new std::string(value); } - - XmlRpcValue(const char* value) : _type(TypeString) - { _value.asString = new std::string(value); } - - XmlRpcValue(struct tm* value) : _type(TypeDateTime) - { _value.asTime = new struct tm(*value); } - - - XmlRpcValue(void* value, int nBytes) : _type(TypeBase64) - { - _value.asBinary = new BinaryData((char*)value, ((char*)value)+nBytes); - } - - //! Construct from xml, beginning at *offset chars into the string, updates offset - XmlRpcValue(std::string const& xml, int* offset) : _type(TypeInvalid) - { if ( ! fromXml(xml,offset)) _type = TypeInvalid; } - - //! Copy - XmlRpcValue(XmlRpcValue const& rhs) : _type(TypeInvalid) { *this = rhs; } - - //! Destructor (make virtual if you want to subclass) - /*virtual*/ ~XmlRpcValue() { invalidate(); } - - //! Erase the current value - void clear() { invalidate(); } - - // Operators - XmlRpcValue& operator=(XmlRpcValue const& rhs); - XmlRpcValue& operator=(int const& rhs) { return operator=(XmlRpcValue(rhs)); } - XmlRpcValue& operator=(double const& rhs) { return operator=(XmlRpcValue(rhs)); } - XmlRpcValue& operator=(const char* rhs) { return operator=(XmlRpcValue(std::string(rhs))); } - - bool operator==(XmlRpcValue const& other) const; - bool operator!=(XmlRpcValue const& other) const; - - operator bool&() { assertTypeOrInvalid(TypeBoolean); return _value.asBool; } - operator int&() { assertTypeOrInvalid(TypeInt); return _value.asInt; } - operator double&() { assertTypeOrInvalid(TypeDouble); return _value.asDouble; } - operator std::string&() { assertTypeOrInvalid(TypeString); return *_value.asString; } - operator BinaryData&() { assertTypeOrInvalid(TypeBase64); return *_value.asBinary; } - operator struct tm&() { assertTypeOrInvalid(TypeDateTime); return *_value.asTime; } - - XmlRpcValue const& operator[](int i) const { assertArray(i+1); return _value.asArray->at(i); } - XmlRpcValue& operator[](int i) { assertArray(i+1); return _value.asArray->at(i); } - - XmlRpcValue& operator[](std::string const& k) { assertStruct(); return (*_value.asStruct)[k]; } - XmlRpcValue& operator[](const char* k) { assertStruct(); std::string s(k); return (*_value.asStruct)[s]; } - - // Accessors - //! Return true if the value has been set to something. - bool valid() const { return _type != TypeInvalid; } - - //! Return the type of the value stored. \see Type. - Type const &getType() const { return _type; } - - //! Return the size for string, base64, array, and struct values. - int size() const; - - //! Specify the size for array values. Array values will grow beyond this size if needed. - void setSize(int size) { assertArray(size); } - - //! Check for the existence of a struct member by name. - bool hasMember(const std::string& name) const; - - //! Decode xml. Destroys any existing value. - bool fromXml(std::string const& valueXml, int* offset); - - //! Encode the Value in xml - std::string toXml() const; - - //! Write the value (no xml encoding) - std::ostream& write(std::ostream& os) const; - - // Formatting - //! Return the format used to write double values. - static std::string const& getDoubleFormat() { return _doubleFormat; } - - //! Specify the format used to write double values. - static void setDoubleFormat(const char* f) { _doubleFormat = f; } - - - protected: - // Clean up - void invalidate(); - - // Type checking - void assertTypeOrInvalid(Type t); - void assertArray(int size) const; - void assertArray(int size); - void assertStruct(); - - // XML decoding - bool boolFromXml(std::string const& valueXml, int* offset); - bool intFromXml(std::string const& valueXml, int* offset); - bool doubleFromXml(std::string const& valueXml, int* offset); - bool stringFromXml(std::string const& valueXml, int* offset); - bool timeFromXml(std::string const& valueXml, int* offset); - bool binaryFromXml(std::string const& valueXml, int* offset); - bool arrayFromXml(std::string const& valueXml, int* offset); - bool structFromXml(std::string const& valueXml, int* offset); - - // XML encoding - std::string boolToXml() const; - std::string intToXml() const; - std::string doubleToXml() const; - std::string stringToXml() const; - std::string timeToXml() const; - std::string binaryToXml() const; - std::string arrayToXml() const; - std::string structToXml() const; - - // Format strings - static std::string _doubleFormat; - - // Type tag and values - Type _type; - - // At some point I will split off Arrays and Structs into - // separate ref-counted objects for more efficient copying. - union { - bool asBool; - int asInt; - double asDouble; - struct tm* asTime; - std::string* asString; - BinaryData* asBinary; - ValueArray* asArray; - ValueStruct* asStruct; - } _value; - - }; -} // namespace XmlRpc - - -std::ostream& operator<<(std::ostream& os, XmlRpc::XmlRpcValue& v); - - -#endif // _XMLRPCVALUE_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/bf/bfb113462777b01edeba571c220fdbb4da38622e.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/bf/bfb113462777b01edeba571c220fdbb4da38622e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/bf/bfb113462777b01edeba571c220fdbb4da38622e.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/bf/bfb113462777b01edeba571c220fdbb4da38622e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c1/c16c021c1ad122ddf1f7811f0d17a7c2b0cb7be4.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c1/c16c021c1ad122ddf1f7811f0d17a7c2b0cb7be4.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c1/c16c021c1ad122ddf1f7811f0d17a7c2b0cb7be4.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c1/c16c021c1ad122ddf1f7811f0d17a7c2b0cb7be4.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,265 +0,0 @@ -#include -#include -#include -#include "ShellCtrlBase.h" -#include - -// The global instance of the shell registry -ShellRegistry& GlobalShellRegistry() -{ - static ShellRegistry* theRegistry = new ShellRegistry(); - return *theRegistry; -} - -// Unique IDs for Timer and Shell Manager messages -int ID_SHELLPOLLTIMER=wxNewId(); -int ID_SHELLMGR=wxNewId(); - - -bool ShellRegistry::Register(const wxString &name, fnCreate create, fnFree free) //register/deregister are called by the plugin registrant instance -{ - Manager::Get()->GetLogManager()->Log(wxString::Format(_("Python Interpreter Plugin: Registering shell type %s"),name.c_str())); - std::map::iterator it; - if(m_reginfo.find(name)!=m_reginfo.end()) - return false; - ShellRegInfo sri; - sri.create=create; - sri.free=free; - m_reginfo[name]=sri; - return true; -} - - -bool ShellRegistry::Deregister(const wxString &name) -{ - std::map::iterator it - =m_reginfo.find(name); - if(it==m_reginfo.end()) - return false; - m_reginfo.erase(it); - return true; -} - - -ShellCtrlBase *ShellRegistry::CreateControl(const wxString &type,wxWindow* parent, int id, const wxString &windowname, ShellManager *shellmgr) -{ - std::map::iterator it - =m_reginfo.find(type); - if(it==m_reginfo.end()) - return NULL; - return it->second.create(parent, id, windowname, shellmgr); -} - - -void ShellRegistry::FreeControl(ShellCtrlBase */*sh*/) //TODO: Don't think this is necessary? -{ -// std::map::iterator it -// =m_reginfo.find(type); -// if(it!=m_reginfo.end()) -// it.second->free(); //TODO: Can't compile -} - - -//IMPLEMENT_DYNAMIC_CLASS(ShellCtrlBase, wxPanel) - -ShellCtrlBase::ShellCtrlBase(wxWindow* parent, int id, const wxString &name, ShellManager *shellmgr) - : wxPanel(parent, id) -{ - m_parent=parent; - m_name=name; - m_id=id; - m_shellmgr=shellmgr; -} - - -DEFINE_EVENT_TYPE(wxEVT_SHELL_ADD_CLICKED) - -////////////////////////////////////// ShellManager ///////////////////////////////////////////// - -BEGIN_EVENT_TABLE(ShellManager, wxPanel) - EVT_CHAR(ShellManager::OnUserInput) - EVT_TIMER(ID_SHELLPOLLTIMER, ShellManager::OnPollandSyncOutput) - EVT_AUINOTEBOOK_PAGE_CLOSE(ID_SHELLMGR, ShellManager::OnPageClosing) - EVT_AUINOTEBOOK_PAGE_CHANGING(ID_SHELLMGR, ShellManager::OnPageChanging) -END_EVENT_TABLE() - - -void ShellManager::OnPageClosing(wxAuiNotebookEvent& event) -{ - ShellCtrlBase* sh = GetPage(event.GetSelection()); - // LOGSTREAM << wxString::Format(_T("OnPageClosing(): ed=%p, title=%s\n"), eb, eb ? eb->GetTitle().c_str() : _T("")); - if (!QueryClose(sh)) - event.Veto(); - m_nb->SetSelection(0); -// event.Skip(); // allow others to process it too -} - - -void ShellManager::OnPageChanging(wxAuiNotebookEvent& event) -{ - if(event.GetSelection() == int(m_nb->GetPageCount()-1)) - { - wxCommandEvent pe(wxEVT_SHELL_ADD_CLICKED,0); - AddPendingEvent(pe); - event.Veto(); - return; - } - event.Skip(); -} - - - -bool ShellManager::QueryClose(ShellCtrlBase* sh) -{ - if(!sh) - return true; - if(!sh->IsDead()) - { - wxString msg(_("Process \"")+sh->GetName()+_("\" is still running...\nDo you want to kill it?")); - switch (cbMessageBox(msg, _("Kill process?"), wxICON_QUESTION | wxYES_NO)) - { - case wxID_YES: - sh->KillProcess(); - return false; - case wxID_NO: - return false; - default: - break; - } - } - return true; -} - - -long ShellManager::LaunchProcess(const wxString &processcmd, const wxString &name, const wxString &type, const wxArrayString &options) -{ - int id=wxNewId(); - ShellCtrlBase *shell=GlobalShellRegistry().CreateControl(type,this,id,name,this); - if(!shell) - { - cbMessageBox(wxString::Format(_("Console type %s not found in registry."),type.c_str())); - return -1; - } - long procid=shell->LaunchProcess(processcmd,options); - if(procid>0) - { - if(!m_synctimer.IsRunning()) - m_synctimer.Start(100); - } - else - { - cbMessageBox(_("process launch failed.")); - delete shell; //TODO: GlobalShellRegistry.FreeControl() ??? - return -1; - } - m_nb->InsertPage(m_nb->GetPageCount()-1,shell,name); - m_nb->SetSelection(m_nb->GetPageCount()-2); -// shell->Show(); - return procid; - -} - -ShellCtrlBase *ShellManager::GetPage(size_t i) -{ - return (ShellCtrlBase*)m_nb->GetPage(i); -} - -ShellCtrlBase *ShellManager::GetPage(const wxString &name) -{ - for(unsigned int i=0;iGetPageCount()-1;i++) - { - ShellCtrlBase *sh=GetPage(i); - if(name==sh->GetName()) - return sh; - } - return NULL; -} - - -// Forecefully kill the process -void ShellManager::KillProcess(int /*id*/) -{ -} - -void ShellManager::KillWindow(int /*id*/) -{ -} - -void ShellManager::RemoveDeadPages() -{ - unsigned int i=0; - while(iGetPageCount()-1) - { - ShellCtrlBase *shell=GetPage(i); - if(shell->IsDead()) - m_nb->DeletePage(i); - else - i++; - } -} - - -size_t ShellManager::GetTermNum(ShellCtrlBase *term) -{ - for(unsigned int i=0;iGetPageCount()-1;i++) - { - ShellCtrlBase *shell=GetPage(i); - if(shell==term) - return i; - } - return m_nb->GetPageCount(); -} - -int ShellManager::NumAlive() -{ - int count=0; - for(unsigned int i=0;iGetPageCount()-1;i++) - count+=!GetPage(i)->IsDead(); - return count; -} - - -void ShellManager::OnShellTerminate(ShellCtrlBase *term) -{ - size_t i=GetTermNum(term); - if(iGetPageCount()-1) - m_nb->SetPageText(i,_("[DONE]")+m_nb->GetPageText(i)); - if(NumAlive()==0) - m_synctimer.Stop(); -} - - -void ShellManager::OnPollandSyncOutput(wxTimerEvent& /*te*/) -{ - for(unsigned int i=0;iGetPageCount()-1;i++) - { - GetPage(i)->SyncOutput(); - } -} - -void ShellManager::OnUserInput(wxKeyEvent& /*ke*/) -{ //TODO: This shouldn't be necessary as individual pages will have the focus -// ShellCtrlBase *sh=(ShellCtrlBase*)m_nb->GetCurrentPage(); -// sh->OnUserInput(ke); -} - -ShellManager::ShellManager(wxWindow* parent) - : wxPanel(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL/* | wxCLIP_CHILDREN*/) -{ - m_synctimer.SetOwner(this, ID_SHELLPOLLTIMER); - wxBoxSizer* bs = new wxBoxSizer(wxVERTICAL); - m_nb = new wxAuiNotebook(this, ID_SHELLMGR, wxDefaultPosition, wxDefaultSize, wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_CLOSE_ON_ACTIVE_TAB); - bs->Add(m_nb, 1, wxEXPAND | wxALL); - wxBitmap bm = wxArtProvider::GetBitmap(wxART_NEW); - wxButton *wnd = new wxButton(this, wxID_ANY); - m_nb->AddPage(wnd,_(""),false,bm); - SetAutoLayout(TRUE); - SetSizer(bs); -} - -ShellManager::~ShellManager() -{ - //dtor - //All of the subwindows owned by this panel will be destroyed automatically -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c5/c591947f211530a3e0c449c9ff0d773f1f0e649d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c5/c591947f211530a3e0c449c9ff0d773f1f0e649d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c5/c591947f211530a3e0c449c9ff0d773f1f0e649d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c5/c591947f211530a3e0c449c9ff0d773f1f0e649d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -import sys -import compiler,compiler.ast - -def walkAST(node,level,parent=""): - newparent=parent - if isinstance(node,compiler.ast.Class): - print " "*level,"C",node.name,":", - for inode in node.bases: - try: - print inode.name, - except: - print "***",inode, #when base class is in another module, inode is a (possible nested) Getattr type - print - newparent=node.name - if isinstance(node,compiler.ast.Function): - print " "*level,"F",node.name,"(", - for a in node.argnames: - print a, - try: - defaultval=node.defaults[i].name - print "=",defaultval, - except: - print ",", - print ")" - if isinstance(node, compiler.ast.AssAttr): - try: - if node.expr.name=='self': - expr=parent - else: - expr=node.expr.name - print " "*level,"AA",expr,".",node.attrname - except: - print " "*level,"AA",node.expr,".",node.attrname - if isinstance(node, compiler.ast.AssName): - print " "*level,"AN",node.name - try: - for inode in node.code: - walkAST(inode,level+1,newparent) - except: - try: - for inode in node.nodes: - walkAST(inode,level,newparent) #NB: Not incrementing level here... - except: - return - - -print "PYTHON SOURCE BROWSER v0.0001" -if len(sys.argv)!=2: - print "Correct usage: \n\nbrowse.py \n\nor:\n\npython browse.py " - exit(1) - -mod=compiler.parseFile(sys.argv[1]) -print "MODULE\n-----------------------------------" -print sys.argv[1] -print "\nMODULE DOCSTRING\n-----------------------------------" -print mod.doc -print "\n\nMODULE CONTENTS\n-----------------------------------" -for outernode in mod.node.nodes: - walkAST(outernode,0) - -#NB: use sys.builtin_module_names to return the list of modules diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6581ce382892dfd7b641f39ef64758c490b128b.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6581ce382892dfd7b641f39ef64758c490b128b.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6581ce382892dfd7b641f39ef64758c490b128b.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6581ce382892dfd7b641f39ef64758c490b128b.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,207 +0,0 @@ -#include "PythonInterpreter.h" - -#include -#include - -//#include "ConfigDialog.h" -#ifdef TOOLSPLUSLINK -#include "ToolsPlus.h" -#endif - -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ - PluginRegistrant reg(_T("PythonInterpreter")); -} - - -bool WildCardListMatch(wxString list, wxString name) -{ - if(list==_T("")) //any empty list matches everything by default - return true; - wxString wildlist=list; - wxString wild=list.BeforeFirst(';'); - while(wildlist!=_T("")) - { - if(wild!=_T("") && ::wxMatchWild(wild,name)) - return true; - wildlist=wildlist.AfterFirst(';'); - wild=wildlist.BeforeFirst(';'); - } - return false; -} - - -int ID_INTERP_WINDOW_TOGGLE=wxNewId(); - -// events handling -BEGIN_EVENT_TABLE(PythonInterpreter, cbPlugin) - // add any events you want to handle here - EVT_MENU(ID_INTERP_WINDOW_TOGGLE,PythonInterpreter::OnToggleInterpreterWindow) - EVT_UPDATE_UI(wxID_ANY/*ID_INTERP_WINDOW_TOGGLE*/, PythonInterpreter::OnUpdateUI) - EVT_COMMAND(0,wxEVT_SHELL_ADD_CLICKED, PythonInterpreter::AddNewInterpreter) -END_EVENT_TABLE() - - -void PythonInterpreter::OnUpdateUI(wxUpdateUIEvent& event) -{ -#ifndef TOOLSPLUSLINK - if(m_ViewMenu) - { - m_ViewMenu->Check(ID_INTERP_WINDOW_TOGGLE,IsWindowReallyShown(m_shellmgr)); - // allow other UpdateUI handlers to process this event - // *very* important! don't forget it... - event.Skip(); - } -#endif // TOOLSPLUSLINK -} - -void PythonInterpreter::OnToggleInterpreterWindow(wxCommandEvent &event) -{ -#ifndef TOOLSPLUSLINK - CodeBlocksDockEvent evt(event.IsChecked()? cbEVT_SHOW_DOCK_WINDOW : cbEVT_HIDE_DOCK_WINDOW); - evt.pWindow = m_shellmgr; - Manager::Get()->ProcessEvent(evt); -#endif // TOOLSPLUSLINK -} - -// constructor -PythonInterpreter::PythonInterpreter() -{ - // Make sure our resources are available. - // In the generated boilerplate code we have no resources but when - // we add some, it will be nice that this code is in place already ;) -// if(!Manager::LoadResource(_T("PythonInterpreter.zip"))) -// { -// NotifyMissingFile(_T("PythonInterpreter.zip")); -// } -} - -cbConfigurationPanel* PythonInterpreter::GetConfigurationPanel(wxWindow* parent) -{ -// MyDialog* dlg = new MyDialog(this, *m_pKeyProfArr, parent, -// wxT("Keybindings"), mode); - return 0; -// return new ConfigDialog(parent, this); -} - -// destructor -PythonInterpreter::~PythonInterpreter() -{ - -} - -void PythonInterpreter::OnAttach() -{ - m_ViewMenu = 0; -#ifndef TOOLSPLUSLINK - m_shellmgr = new ShellManager(Manager::Get()->GetAppWindow()); - - CodeBlocksDockEvent evt(cbEVT_ADD_DOCK_WINDOW); - evt.name = _T("PythonWindow"); - evt.title = _("Python Interpreters"); - evt.pWindow = m_shellmgr; - evt.dockSide = CodeBlocksDockEvent::dsFloating; - evt.desiredSize.Set(400, 300); - evt.floatingSize.Set(400, 300); - evt.minimumSize.Set(200, 150); - Manager::Get()->ProcessEvent(evt); - - //TODO: Add UI to open a terminal instead of opening on attach -// wxArrayString as; -// m_shellmgr->LaunchProcess(_T(""),_T("Python"),_("Python Interpreter"),as); -#endif -} - -void PythonInterpreter::AddNewInterpreter(wxCommandEvent &event) -{ - wxArrayString as; - m_shellmgr->LaunchProcess(_T(""),_T("Python"),_("Python Interpreter"),as); -} - - -void PythonInterpreter::OnRelease(bool appShutDown) -{ -#ifndef TOOLSPLUSLINK - if (m_shellmgr) //remove the Shell Terminals Notebook from its dockable window and delete it - { - CodeBlocksDockEvent evt(cbEVT_REMOVE_DOCK_WINDOW); - evt.pWindow = m_shellmgr; - Manager::Get()->ProcessEvent(evt); - m_shellmgr->Destroy(); - } - m_shellmgr = 0; -#endif -} - -int PythonInterpreter::Execute() -{ -#ifdef TOOLSPLUSLINK - ToolsPlus *tp = dynamic_cast(Manager::Get()->GetPluginManager()->FindPluginByName(_T("ToolsPlus"))); - wxArrayString as; - if (tp && tp->IsAttached()) - return tp->LaunchProcess(_T(""),_T("Python"),_T("Python Interpreter"),as); - else - return -1; -#else - CodeBlocksDockEvent evt(cbEVT_SHOW_DOCK_WINDOW); - evt.pWindow = m_shellmgr; - Manager::Get()->ProcessEvent(evt); - wxArrayString as; - return m_shellmgr->LaunchProcess(_T(""),_T("Python"),_("Python Interpreter"),as); -#endif -} - -int PythonInterpreter::Configure() -{ - //create and display the configuration dialog for the plugin - cbConfigurationDialog dlg(Manager::Get()->GetAppWindow(), wxID_ANY, _("Python Language Properties")); - cbConfigurationPanel* panel = GetConfigurationPanel(&dlg); - if (panel) - { - dlg.AttachConfigurationPanel(panel); - PlaceWindow(&dlg); - return dlg.ShowModal() == wxID_OK ? 0 : -1; - } - return -1; -} - - -void PythonInterpreter::BuildMenu(wxMenuBar* menuBar) -{ - //The application is offering its menubar for your plugin, - //to add any menu items you want... - //Append any items you need in the menu... - //NOTE: Be careful in here... The application's menubar is at your disposal. -#ifndef TOOLSPLUSLINK - int pos = menuBar->FindMenu(_("&View")); - if(pos==wxNOT_FOUND) - return; - m_ViewMenu = menuBar->GetMenu(pos); - int id = m_ViewMenu->FindItem(_("S&cript console")); - if(id==wxNOT_FOUND) - { - m_ViewMenu = 0; - return; - } - size_t ipos; - m_ViewMenu->FindChildItem(id,&ipos); - m_ViewMenu->InsertCheckItem(ipos+1,ID_INTERP_WINDOW_TOGGLE,_("Python &interpreters"),_("Show or hide the python interpreter window")); -#endif -} - -void PythonInterpreter::BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data) -{ - //Some library module is ready to display a pop-up menu. - //Check the parameter \"type\" and see which module it is - //and append any items you need in the menu... - //TIP: for consistency, add a separator as the first item... -} - -bool PythonInterpreter::BuildToolBar(wxToolBar* toolBar) -{ -// if (!IsAttached() || !toolBar) -// return false; - return false; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6fa2f8652eb8ccd2e4098a4f1ba5c99091ee2e9.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6fa2f8652eb8ccd2e4098a4f1ba5c99091ee2e9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6fa2f8652eb8ccd2e4098a4f1ba5c99091ee2e9.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c6/c6fa2f8652eb8ccd2e4098a4f1ba5c99091ee2e9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c87ea84f84a6c95f5b681d3acbbf6ff760c42914.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c87ea84f84a6c95f5b681d3acbbf6ff760c42914.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c87ea84f84a6c95f5b681d3acbbf6ff760c42914.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c87ea84f84a6c95f5b681d3acbbf6ff760c42914.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,1143 +0,0 @@ -#include "PythonDebugger.h" -#include -#include -#include -#include -//#include - -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ - PluginRegistrant reg(_T("PythonDebugger")); -} - - - -bool WildCardListMatch(wxString list, wxString name) -{ - if(list==_T("")) //any empty list matches everything by default - return true; - wxString wildlist=list; - wxString wild=list.BeforeFirst(';'); - while(wildlist!=_T("")) - { - if(wild!=_T("") && ::wxMatchWild(wild,name)) - return true; - wildlist=wildlist.AfterFirst(';'); - wild=wildlist.BeforeFirst(';'); - } - return false; -} - - -int ID_LangMenu_Settings=wxNewId(); -int ID_LangMenu_Run=wxNewId(); -int ID_LangMenu_ShowWatch=wxNewId(); -int ID_LangMenu_UpdateWatch=wxNewId(); - -int ID_PipedProcess=wxNewId(); -int ID_TimerPollDebugger=wxNewId(); - -//assign menu IDs to correspond with toolbar buttons -int ID_LangMenu_RunPiped = wxNewId();//XRCID("idPyDebuggerMenuDebug"); - -// events handling -BEGIN_EVENT_TABLE(PythonDebugger, cbDebuggerPlugin) - EVT_END_PROCESS(ID_PipedProcess, PythonDebugger::OnTerminatePipedProcess) - EVT_TIMER(ID_TimerPollDebugger, PythonDebugger::OnTimer) -END_EVENT_TABLE() - - -void PythonDebugger::SendCommand(const wxString& cmd, bool debugLog) -{ - wxString scmd = cmd; - if(!m_DebuggerActive) //could be unsafe, but allows user to provide program input - return; - if(!scmd.EndsWith(_T("\n"))) - scmd+=_T("\n"); - DispatchCommands(scmd,DBGCMDTYPE_USERCOMMAND,true); -} - -bool PythonDebugger::SupportsFeature(cbDebuggerFeature::Flags f) -{ - switch(f) - { - case cbDebuggerFeature::Breakpoints: - case cbDebuggerFeature::Callstack: - case cbDebuggerFeature::Watches: - case cbDebuggerFeature::ValueTooltips: -// case cbDebuggerFeature::Threads: //enable for rpdb2 - case cbDebuggerFeature::RunToCursor: - case cbDebuggerFeature::SetNextStatement: - return true; - default: - return false; - } - return true; -} - - -// sends a newline delimited string of cmdcount debugger commands -bool PythonDebugger::DispatchCommands(const wxString& cmd, int cmdtype, bool poll) -{ - if(m_TimerPollDebugger.IsRunning()) - return false; - if(cmd.Len()>0) - { - char *cmdc=new char[cmd.Len()]; - for(size_t i=0;iWrite(cmdc,cmd.Len()); - delete[] cmdc; - } - if(poll&&m_DebugCommandCount>0) - { - m_TimerPollDebugger.Start(50); - } - return true; -} - - -static wxString PythonFileExtensions=wxT("*.py;*.pyc"); - -bool PythonDebugger::IsPythonFile(const wxString &file) const -{ - if(WildCardListMatch(PythonFileExtensions,file)) - return true; - return false; -} - -wxString PythonDebugger::AssembleBreakpointCommands() -{ - wxString commands; - for(BPList::iterator itr=m_bplist.begin();itr!=m_bplist.end();itr++) - { - wxString sfile=(*itr)->GetLocation(); -// if(sfile.Contains(_T(" "))) -// { -// wxFileName f(sfile); -// sfile=f.GetShortPath(); -// } - int line=(*itr)->GetLine(); - wxString cmd=_T("break ")+sfile+_T(":")+wxString::Format(_T("%i"),line)+_T("\n"); - commands+=cmd; - } - return commands; -} - - -void PythonDebugger::DispatchWatchCommands() -{ - wxString command; - - for (unsigned int i=0;iGetSymbol(s); - command=_T("ps ")+s+_T("\n"); - DispatchCommands(command,DBGCMDTYPE_WATCHEXPRESSION,false); - if (w->IsExpanded()) - { - command=_T("pm ")+s+_T("\n"); - DispatchCommands(command,DBGCMDTYPE_WATCHGETCHILDREN,false); - } - } - if (m_locals_watch->IsExpanded()) - { - command=_T("pl *Locals:\n"); - DispatchCommands(command,DBGCMDTYPE_WATCHGETCHILDREN,false); - } -} - -wxString PythonDebugger::AssembleAliasCommands() -{ - wxString commands; - //NB: \001 is the separator character used when parsing in OnTimer - //Print variables associated with a child - commands+=_T("alias pm for __x in sorted(%1.__dict__): print '%s\\001%s\\001'%(__x,type(%1.__dict__[__x])),str(%1.__dict__[__x])[:1200],'\\001',\n"); - //Print all local variables - commands+=_T("alias pl for __x in sorted(locals()): print '%s\\001%s\\001'%(__x,type(locals()[__x])),str(locals()[__x])[:1200],'\\001',\n"); - //Print variable name, type and value - commands+=_T("alias ps print '%1\\001',;print str(type(%1))+'\\001',;print str(%1)[:1200]\n"); - //Print comment - commands+=_T("alias pc print '%1'\n"); - //TODO: Print function arguments too (currently included in locals) - - //Alias for creating tooltip watch output - commands+=_T("alias pw print '%1',type(%1);print str(%1)[:1200]\n"); - return commands; -} - -void PythonDebugger::RequestUpdate(DebugWindows window) -{ -// switch (window) -// { -// case Backtrace: -// RunCommand(CMD_BACKTRACE); -// break; -// case CPURegisters: -// RunCommand(CMD_REGISTERS); -// break; -// case Disassembly: -// RunCommand(CMD_DISASSEMBLE); -// break; -// case ExamineMemory: -// RunCommand(CMD_MEMORYDUMP); -// break; -// case Threads: -// RunCommand(CMD_RUNNINGTHREADS); -// break; -// case Watches: -// if (IsWindowReallyShown(Manager::Get()->GetDebuggerManager()->GetWatchesDialog()->GetWindow())) -// { -// if (!m_locals_watch) -// { -// m_locals_watch = PythonWatch::Pointer(new PythonWatch(_T("*Locals:"))); -// cbWatch::AddChild(m_locals_watch,PythonWatch::Pointer(new PythonWatch(_("#child")))); -// Manager::Get()->GetDebuggerManager()->GetWatchesDialog()->AddSpecialWatch(m_locals_watch,false); -// } -// } -// break; -// default: -// break; -// } - -} - - - -void PythonDebugger::ClearActiveMarkFromAllEditors() -{ - EditorManager* edMan = Manager::Get()->GetEditorManager(); - for (int i = 0; i < edMan->GetEditorsCount(); ++i) - { - cbEditor* ed = edMan->GetBuiltinEditor(i); - if (ed) - ed->SetDebugLine(-1); - } -} - -void RemoveMissingChildren(cb::shared_ptr parent, const std::set &knownsyms) -{ - for (int i=0; iGetChildCount(); ++i) - { - cb::shared_ptr p(parent->GetChild(i)); - wxString s; - p->GetSymbol(s); - if (knownsyms.find(s)==knownsyms.end()) - { - parent->RemoveChild(i); - --i; - continue; - } - } -} - -void PythonDebugger::OnTimer(wxTimerEvent& event) -{ - bool debugoutputmode=false; - if (m_pp && m_pp->IsInputAvailable()) - { - while(m_pp->IsInputAvailable()) - { - int c; - if (m_istream->CanRead()) - c = m_istream->GetC(); - if (m_istream->LastRead()>0) - m_outbuf += c; - } - //TODO: Program could hang if debug output is incorrectly parsed - m_outdebugbuf=m_outbuf; - - // Loop over the output, looking for parseable output separated by "(Pdb)" prompts - - while(true) - { - wxString s=m_outdebugbuf.Mid(m_debugbufpos); - int pos=s.Find(_T("(Pdb)")); //position in the string of the Pdb prompt returning from the last call - if(pos==wxNOT_FOUND) - break; - wxString logout=s.Mid(0,pos+5); - wxString exprresult=s.Mid(0,pos); - m_DebugCommandCount--; - PythonCmdDispatchData cmd; - if(!m_DispatchedCommands.empty()) - { - cmd=m_DispatchedCommands.front(); - m_DispatchedCommands.pop_front(); - } - m_debugbufpos+=pos+5; - if(pos==0) - continue; - switch(cmd.type) - { - case DBGCMDTYPE_WATCHEXPRESSION: - { - exprresult.RemoveLast(); - exprresult.Replace(_T("\t"),_T("\\t"),true); - exprresult.Replace(_T("\n"),_T("\\n"),true); - wxString symbol=exprresult.BeforeFirst(_T('\001')).Trim(false); - exprresult=exprresult.AfterFirst(_T('\001')); - wxString type=exprresult.BeforeFirst(_T('\001')).Trim().Trim(false); - wxString value=exprresult.AfterFirst(_T('\001')); - for(size_t i=0;i p; - wxString s; - m_watchlist[i]->GetSymbol(s); - if (s==symbol) - p=m_watchlist[i]; - else - p=m_watchlist[i]->FindChild(symbol); - if(p) - { - wxString oldval,oldtype; - p->GetValue(oldval); - p->GetType(oldtype); - p->MarkAsChanged(oldval!=value || oldtype!=type); - p->SetType(type); - p->SetValue(value); - } - } - DebuggerManager &dbg_manager = *Manager::Get()->GetDebuggerManager(); - dbg_manager.GetWatchesDialog()->UpdateWatches(); - break; - } - case DBGCMDTYPE_WATCHGETCHILDREN: - { - exprresult.RemoveLast(); - exprresult.Replace(_T("\t"),_T("\\t"),true); - exprresult.Replace(_T("\n"),_T("\\n"),true); - wxString parentsymbol=cmd.cmdtext.AfterFirst(_T(' ')); - parentsymbol=parentsymbol.BeforeLast(_T('\n')); - - //Find the parent watch and remove it's children - PythonWatch::Pointer parentwatch, pw; - PythonWatchesContainer::iterator it; - for(it=m_watchlist.begin();it!=m_watchlist.end();it++) - { - wxString symbol; - (*it)->GetSymbol(symbol); - if(symbol==parentsymbol) - { - parentwatch=*it; - break; - } - } - if(it==m_watchlist.end()) - { - if (parentsymbol == _("*Locals:")) - parentwatch = m_locals_watch; - else - break; - } -// parentwatch->RemoveChildren(); -// parentwatch->MarkAsChanged(true); - - //Now add the newly updated children - std::set foundsyms; - foundsyms.insert(_T("*Modules:")); - foundsyms.insert(_T("*Classes:")); - foundsyms.insert(_T("*Functions:")); - while (exprresult.Len()>0) - { - wxString symbol=exprresult.BeforeFirst(_T('\001')).Trim(false); - exprresult=exprresult.AfterFirst(_T('\001')); - wxString type=exprresult.BeforeFirst(_T('\001')).Trim(false).Trim(); - exprresult=exprresult.AfterFirst(_T('\001')); - wxString value=exprresult.BeforeFirst(_T('\001')); - exprresult=exprresult.AfterFirst(_T('\001')); - foundsyms.insert(symbol); - cb::shared_ptr p = parentwatch->FindChild(symbol); - pw = parentwatch; - if (parentwatch == m_locals_watch) - { - if(!p && type == _("")) - { - p = m_modules_watch->FindChild(symbol); - pw = m_modules_watch; - } - if(!p && type == _("")) - { - p = m_classes_watch->FindChild(symbol); - pw = m_classes_watch; - } - if(!p && type == _("")) - { - p = m_functions_watch->FindChild(symbol); - pw = m_functions_watch; - } - } - if(!p) - { - p = cb::shared_ptr(new PythonWatch(symbol)); - cbWatch::AddChild(pw,p); - } - wxString oldval,oldtype; - p->GetValue(oldval); - p->GetType(oldtype); - p->MarkAsChanged(oldval!=value || oldtype!=type); - p->SetType(type); - p->SetValue(value); - } - RemoveMissingChildren(parentwatch, foundsyms); - if (parentwatch == m_locals_watch) - { - RemoveMissingChildren(m_functions_watch, foundsyms); - RemoveMissingChildren(m_classes_watch, foundsyms); - RemoveMissingChildren(m_modules_watch, foundsyms); - } - DebuggerManager &dbg_manager = *Manager::Get()->GetDebuggerManager(); - dbg_manager.GetWatchesDialog()->UpdateWatches(); - break; - } - case DBGCMDTYPE_WATCHTOOLTIP: - { - wxString output; - wxString lines=exprresult; - if(lines.EndsWith(_T("\n"))) - lines=lines.Left(lines.Length()-1); - int i=0; - int def_end=0; - while(lines!=_T("")) - { - if(i==1) - def_end=output.Length(); - if(i>0) - output+=_T("\n"); - wxString line=lines.BeforeFirst(_T('\n')); - lines=lines.AfterFirst(_T('\n')); - output+=line; - i++; - if(i>10) - break; - } - if(lines!=_T("")) - { - if(lines.BeforeLast(_T('\n'))!=_T("")) - output+=_T("\n..."); - output+=_T("\n")+lines.AfterLast(_T('\n')); - } - // exprresult.Replace(_T("\t"),_T("\\t"),true); - // exprresult.Replace(_T("\n"),_T("\\n"),true); - SetWatchTooltip(output, def_end); - break; - } - case DBGCMDTYPE_FLOWCONTROL: - { - wxRegEx re; - re.Compile(_T("\\> ([^\\n]*)\\((\\d+)\\)([^\\n]*)\\n([^\\n]*)\\n\\Z"),wxRE_ADVANCED); // Group 1 is the file, Group 2 is the line location, Group 3 is the source of the current line - if(re.Matches(exprresult)) - { - m_curfile=re.GetMatch(exprresult,1); - re.GetMatch(exprresult,2).ToULong(&m_curline); - m_changeposition=true; - } - re.Compile(_T("Uncaught exception. Entering post mortem debugging\\nRunning 'cont' or 'step' will restart the program"),wxRE_ADVANCED); - - // re.Compile(_T("Traceback \\(most recent call last\\):\\n File .*\\n(\\w*Error\\:.+?)\n"),wxRE_ADVANCED); //Traceback notification - if(re.Matches(exprresult)) - { - wxString err=re.GetMatch(exprresult,1); - // wxMessageBox(_T("Runtime Error During Debug:\n")+err+_T("\n at line ")+wxString().Format(_T("%u"),m_curline)+_T(" in ")+m_curfile); - wxMessageBox(_T("Runtime Error During Debug:\nEntering post mortem debug mode...\nYou may inspect variables by updating the watch\n(Select continue/next to restart or Stop to cancel debug)\n\nError:\n")+err); - } - if(!debugoutputmode) // in standard debug mode, only log flow control information (clearer) - { - m_DebugLog->Append(cmd.cmdtext); - m_DebugLog->Append(logout); - } - break; - } - - case DBGCMDTYPE_CALLSTACK: - { - wxRegEx re; - re.Compile(_T("[> ] \\\\(1\\)\\\\(\\)\\n"),wxRE_ADVANCED); - if(!re.Matches(exprresult)) - break; - size_t start,len; - wxString matchstr; - re.GetMatch(&start,&len,0); - matchstr=exprresult.Mid(start+len); - re.Compile(_T("[> ] ([^\\n]*)\\((\\d+)\\)([^\\n]*)\\n\\-\\> ([^\\n]*)\\n"),wxRE_ADVANCED); // Group 1 is the file, Group 2 is the line location, Group 3 is the source of the current line - m_stackinfo.frames.clear(); - int n=0; - while(true) - { - if(!re.Matches(matchstr)) - break; - wxString file=re.GetMatch(matchstr,1); - wxString line=re.GetMatch(matchstr,2); - wxString Module=re.GetMatch(matchstr,3); - wxString Code=re.GetMatch(matchstr,4); - bool active=(re.GetMatch(matchstr,0).Left(1)==_T(">")); - m_changeposition=true; - cb::shared_ptr f=cb::shared_ptr(new cbStackFrame); - f->SetFile(file,line); - f->SetNumber(n); - f->SetSymbol(Module); - f->SetAddress(0); - m_stackinfo.frames.push_back(f); - if(active) - { - m_stackinfo.activeframe=n; - m_curfile=file; - line.ToULong(&m_curline); - } - re.GetMatch(&start,&len,0); - matchstr=matchstr.Mid(start+len); - n++; - } - DebuggerManager &dbg_manager = *Manager::Get()->GetDebuggerManager(); - dbg_manager.GetBacktraceDialog()->Reload(); - break; - } - } - - } - } - if(m_DebugCommandCount==0) - { //TODO: clear debug and program output strings as well - if(m_changeposition) - { - if(m_curline<1) - { - wxMessageBox(_T("Invalid line position reported by PDB")); - return; - } else - { - SyncEditor(m_curfile,m_curline); - } - } - m_changeposition=false; - m_outbuf=_T(""); - m_bufpos=0; - m_outdebugbuf=_T(""); - m_debugbufpos=0; - m_outprogbuf=_T(""); - m_progbufpos=0; - m_TimerPollDebugger.Stop(); - } - -} - - -bool PythonDebugger::IsAttachedToProcess() const -{ -// return false; - EditorBase *ed=Manager::Get()->GetEditorManager()->GetActiveEditor(); - if(!ed) - return false; - wxString s=ed->GetFilename(); - if(!(wxFileName(s).FileExists() && IsPythonFile(s))) - return false; - return true; -} - - -bool PythonDebugger::Debug(bool breakOnEntry) -{ - if(m_DebuggerActive) - return 0; - m_changeposition=false; - m_DispatchedCommands.clear(); - m_curline=0; - m_bufpos=0; - m_debugbufpos=0; - m_progbufpos=0; - m_outbuf=_T(""); - m_outdebugbuf=_T(""); - m_outprogbuf=_T(""); - if(!m_RunTarget) - { - cbEditor *ed=Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor(); - if(!ed) - return false; - wxString s=ed->GetFilename(); - if(!ed->GetControl()->GetLexer()==wxSCI_LEX_PYTHON) - { - if(!(wxFileName(s).FileExists() && IsPythonFile(s))) - return false; - } - m_RunTarget=s; - } - - m_TimerPollDebugger.SetOwner(this, ID_TimerPollDebugger); - m_pp=new wxProcess(this,ID_PipedProcess); - m_pp->Redirect(); - wxString target=m_RunTarget; - wxString olddir=wxGetCwd(); - wxSetWorkingDirectory(wxFileName(m_RunTarget).GetPath()); - target.Replace(_T("\\"),_T("/"),true); - - PyDebuggerConfiguration &cfg = GetActiveConfigEx(); - wxString commandln = cfg.GetCommandLine(cfg.GetState()); - commandln.Replace(wxT("$target"),target); - - //TODO: - //read args for this target from config - //commandln.Replace(wxT("$args"),args); - - Manager::Get()->GetLogManager()->Log(_T("Running python debugger with command line\n")+commandln); - m_pid=wxExecute(commandln,wxEXEC_ASYNC,m_pp); - if(!m_pid) - { - wxSetWorkingDirectory(olddir); - return -1; - } - m_ostream=m_pp->GetOutputStream(); - m_istream=m_pp->GetInputStream(); - - wxSetWorkingDirectory(olddir); - -//Send initial stream of commands - PythonCmdDispatchData dd; - dd.type=DBGCMDTYPE_FLOWCONTROL; - dd.cmdtext=_T("Starting New Python Debug Session..."); - m_DispatchedCommands.push_back(dd);//the debug console reports a command prompt on startup, which should be included in the parse count - m_DebugCommandCount=1; - - wxString acommands=AssembleAliasCommands(); - DispatchCommands(acommands,DBGCMDTYPE_OTHER,false); - wxString bpcommands=AssembleBreakpointCommands(); - DispatchCommands(bpcommands,DBGCMDTYPE_BREAKPOINT,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); //where - m_DebuggerActive=true; - - CodeBlocksLogEvent evtlog(cbEVT_SWITCH_TO_LOG_WINDOW,m_DebugLog); - Manager::Get()->ProcessEvent(evtlog); - - return 0; -} - -void PythonDebugger::Continue() -{ - if(m_DebuggerActive) - { - DispatchCommands(_T("cont\n"),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - -void PythonDebugger::Next() -{ - if(m_DebuggerActive) - { - DispatchCommands(_T("next\n"),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - -void PythonDebugger::NextInstruction() -{ - Next(); -} - -void PythonDebugger::Step() -{ - if(m_DebuggerActive) - { - DispatchCommands(_T("step\n"),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - -void PythonDebugger::StepIntoInstruction() -{ - Step(); -} - -void PythonDebugger::StepOut() -{ - if(m_DebuggerActive) - { - DispatchCommands(_T("r\n"),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - -void PythonDebugger::Break() -{ - if(!m_DebuggerActive) - return; - if(IsStopped()) - return; - if(m_TimerPollDebugger.IsRunning()) //TODO: there is a risk this will kill the process... - { - if(wxProcess::Exists(m_pid)) - wxProcess::Kill(m_pid,wxSIGINT); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - - -void PythonDebugger::Stop() -{ - if(m_DebuggerActive) - { - if(m_TimerPollDebugger.IsRunning()) //TODO: there is a risk this will kill the process... - { - if(wxProcess::Exists(m_pid)) - wxProcess::Kill(m_pid,wxSIGKILL); - } else - DispatchCommands(_T("exit\n")); - } - m_RunTarget=_(""); -} - -bool PythonDebugger::RunToCursor(const wxString& filename, int line, const wxString& line_text) -{ -// if(filename!=m_curfile) -// return false; - if(!m_DebuggerActive) - return false; - wxString sfile=filename; -// if(sfile.Contains(_T(" "))) -// { -// wxFileName f(sfile); -// sfile=f.GetShortPath(); -// } - DispatchCommands(_T("tbreak ")+sfile+wxString::Format(_T(":%i\n"),line),DBGCMDTYPE_FLOWCONTROL,false); - DispatchCommands(wxString::Format(_T("c\n"),line),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - return true; -} - -void PythonDebugger::SetNextStatement(const wxString& filename, int line) -{ - if(filename!=m_curfile) - return; - if(m_DebuggerActive) - { - DispatchCommands(wxString::Format(_T("j %i\n"),line),DBGCMDTYPE_FLOWCONTROL,false); - DispatchWatchCommands(); - DispatchCommands(_T("w\n"),DBGCMDTYPE_CALLSTACK,true); - } -} - - -cb::shared_ptr PythonDebugger::GetBreakpoint(int index) -{ - return m_bplist[index]; -} - -cb::shared_ptr PythonDebugger::GetBreakpoint(int index) const -{ - return m_bplist[index]; -} - - -cb::shared_ptr PythonDebugger::AddBreakpoint(const wxString& file, int line) -{ - if(!IsPythonFile(file)) - return cb::shared_ptr(); - for (BPList::iterator itr=m_bplist.begin(); itr!=m_bplist.end(); ++itr) - { - if((*itr)->GetLocation()==file && (*itr)->GetLine()==line) - return cb::shared_ptr(); - } - Pointer p(new PyBreakpoint(file,line)); - m_bplist.push_back(p); - if(m_DebuggerActive) // if the debugger is running already we need to send a message to the interpreter to add the new breakpoint - { - wxString sfile=file; -// if(sfile.Contains(_T(" "))) -// { -// wxFileName f(sfile); -// sfile=f.GetShortPath(); -// } - wxString cmd=_T("break ")+sfile+_T(":")+wxString::Format(_T("%i"),line)+_T("\n"); - DispatchCommands(cmd,DBGCMDTYPE_BREAKPOINT); - } - return p; -} - -void PythonDebugger::DeleteBreakpoint(cb::shared_ptr bp) -{ - if(!IsPythonFile(bp->GetLocation())) - return; - wxString sfile=bp->GetLocation(); - int line = bp->GetLine(); - - for (size_t i=0;iGetFilename()==bp->GetFilename() && m_bplist[i]->GetLine()==bp->GetLine()) - m_bplist.erase(m_bplist.begin()+i); - if(m_DebuggerActive) - { -// if(sfile.Contains(_T(" "))) -// { -// wxFileName f(sfile); -// sfile=f.GetShortPath(); -// } - wxString cmd=_T("clear ")+sfile+_T(":")+wxString::Format(_T("%i"),line)+_T("\n"); - DispatchCommands(cmd,DBGCMDTYPE_BREAKPOINT); - } - return; - } -} - - -void PythonDebugger::DeleteAllBreakpoints() -{ - - for (size_t i=0;i bp=m_bplist[i]; - wxString sfile=bp->GetLocation(); - int line = bp->GetLine(); - m_bplist.erase(m_bplist.begin()+i); - if(m_DebuggerActive) - { -// if(sfile.Contains(_T(" "))) -// { -// wxFileName f(sfile); -// sfile=f.GetShortPath(); -// } - wxString cmd=_T("clear ")+sfile+_T(":")+wxString::Format(_T("%i"),line)+_T("\n"); - DispatchCommands(cmd,DBGCMDTYPE_BREAKPOINT); - } - } -} - - -cb::shared_ptr PythonDebugger::AddWatch(const wxString& symbol) -{ - wxString sym(symbol); - sym = sym.Trim().Trim(false); - PythonWatch::Pointer pwatch(new PythonWatch(sym)); - m_watchlist.push_back(pwatch); - cbWatch::AddChild(pwatch,PythonWatch::Pointer(new PythonWatch(_("#child")))); - - if(IsRunning()) - DispatchCommands(_T("ps ")+sym+_T("\n"),DBGCMDTYPE_WATCHEXPRESSION); - return pwatch; -} - -void PythonDebugger::DeleteWatch(cb::shared_ptr watch) -{ - //this will delete the root node of watch - //TODO: Why do we need to delete root node? - -// cb::shared_ptr root_watch = GetRootWatch(watch); - unsigned int i; - for (i=0;i watch) -{ - //cb::shared_ptr root_watch = GetRootWatch(watch); - unsigned int i; - for (i=0;i watch) -{ -} - -bool PythonDebugger::SetWatchValue(cb::shared_ptr watch, const wxString &value) -{ - return false; -} - -void PythonDebugger::ExpandWatch(cb::shared_ptr watch) -{ - if(IsRunning()) - { - if (watch == m_locals_watch) - DispatchCommands(_T("pl *Locals:\n"),DBGCMDTYPE_WATCHGETCHILDREN); - else - { - wxString symbol; - watch->GetSymbol(symbol); - DispatchCommands(_T("pm ")+symbol+_T("\n"),DBGCMDTYPE_WATCHGETCHILDREN); - } - } -} - -void PythonDebugger::CollapseWatch(cb::shared_ptr watch) -{ - if(IsRunning()) - { -// watch->RemoveChildren(); -// cbWatch::AddChild(watch,PythonWatch::Pointer(new PythonWatch(_("...members...")))); - } -} - -void PythonDebugger::UpdateWatch(cb::shared_ptr watch) -{ - if(IsRunning()) - { -// watch->RemoveChildren(); //TODO: Update instead of removing children - - wxString symbol; - watch->GetSymbol(symbol); - DispatchCommands(_T("ps ")+symbol+_T("\n"),DBGCMDTYPE_WATCHEXPRESSION); - } -} - -void PythonDebugger::OnWatchesContextMenu(wxMenu &menu, const cbWatch &watch, wxObject *property) -{ -} - - - -int PythonDebugger::GetStackFrameCount() const -{ - return m_stackinfo.frames.size(); -} - -cb::shared_ptr PythonDebugger::GetStackFrame(int index) const -{ - return m_stackinfo.frames[index]; -} - -void PythonDebugger::SwitchToFrame(int number) -{ - if(number<0) - return; - if(number>=(int)m_stackinfo.frames.size()) - { - wxMessageBox(_("Frame out of bounds")); - return; - } - int frames_to_move = number - m_stackinfo.activeframe; - if(m_DebuggerActive) // if the debugger is running already we need to send a message to the interpreter to add the new breakpoint - { - if(frames_to_move>0) - { - for(int i=0;iAppend(_T("\n*** SESSION TERMINATED ***")); - MarkAsStopped(); -} - -// constructor -PythonDebugger::PythonDebugger() : cbDebuggerPlugin(_T("PythonDebugger"),_T("py_debugger")) -{ - // Make sure our resources are available. - // In the generated boilerplate code we have no resources but when - // we add some, it will be nice that this code is in place already ;) - if(!Manager::LoadResource(_T("PythonDebugger.zip"))) - { - NotifyMissingFile(_T("PythonDebugger.zip")); - } - m_DebuggerActive=false; - m_RunTargetSelected=false; - -} - -cbConfigurationPanel* PythonDebugger::GetConfigurationPanel(wxWindow* parent) -{ -// MyDialog* dlg = new MyDialog(this, *m_pKeyProfArr, parent, -// wxT("Keybindings"), mode); - - return NULL;//new ConfigDialog(parent, this); -} - -// destructor -PythonDebugger::~PythonDebugger() -{ - -} - -void PythonDebugger::OnAttachReal() -{ - // do whatever initialization you need for your plugin - // NOTE: after this function, the inherited member variable - // m_IsAttached will be TRUE... - // You should check for it in other functions, because if it - // is FALSE, it means that the application did *not* "load" - // (see: does not need) this plugin... - - m_DebugLog = new TextCtrlLogger(true); - CodeBlocksLogEvent evtlog(cbEVT_ADD_LOG_WINDOW,m_DebugLog, _("PythonDebugger")); - Manager::Get()->ProcessEvent(evtlog); - - DebuggerManager &dbg_manager = *Manager::Get()->GetDebuggerManager(); - dbg_manager.RegisterDebugger(this); - - Manager::Get()->RegisterEventSink(cbEVT_EDITOR_TOOLTIP, new cbEventFunctor(this, &PythonDebugger::OnValueTooltip)); - - m_locals_watch = PythonWatch::Pointer(new PythonWatch(_T("*Locals:"))); - m_locals_watch->MarkAsChanged(false); - Manager::Get()->GetDebuggerManager()->GetWatchesDialog()->AddSpecialWatch(m_locals_watch,true); - - m_functions_watch = PythonWatch::Pointer(new PythonWatch(_T("*Functions:"))); - m_functions_watch->MarkAsChanged(false); - cbWatch::AddChild(m_locals_watch,m_functions_watch); - - m_classes_watch = PythonWatch::Pointer(new PythonWatch(_T("*Classes:"))); - m_classes_watch->MarkAsChanged(false); - cbWatch::AddChild(m_locals_watch,m_classes_watch); - - m_modules_watch = PythonWatch::Pointer(new PythonWatch(_T("*Modules:"))); - m_modules_watch->MarkAsChanged(false); - cbWatch::AddChild(m_locals_watch,m_modules_watch); - - m_locals_watch->Expand(true); - Manager::Get()->GetDebuggerManager()->GetWatchesDialog()->UpdateWatches(); -} - -void PythonDebugger::OnReleaseReal(bool appShutDown) -{ - // do de-initialization for your plugin - // if appShutDown is false, the plugin is unloaded because Code::Blocks is being shut down, - // which means you must not use any of the SDK Managers - // NOTE: after this function, the inherited member variable - // m_IsAttached will be FALSE... - - //TODO: Handle destruction of any running python debugger processes? (Maybe not necessary...) - - CodeBlocksLogEvent evt(cbEVT_REMOVE_LOG_WINDOW,m_DebugLog); - Manager::Get()->ProcessEvent(evt); - m_DebugLog = 0L; - -// DebuggerManager &dbg_manager = *Manager::Get()->GetDebuggerManager(); -// dbg_manager.UnregisterDebugger(this); - Manager::Get()->GetDebuggerManager()->GetWatchesDialog()->RemoveWatch(m_locals_watch); - m_locals_watch = PythonWatch::Pointer(); - m_functions_watch = PythonWatch::Pointer(); - m_classes_watch = PythonWatch::Pointer(); -} - -void PythonDebugger::SetWatchTooltip(const wxString &tip, int definition_length) -{ - EditorManager* edMan = Manager::Get()->GetEditorManager(); - EditorBase* base = edMan->GetActiveEditor(); - cbEditor* ed = base && base->IsBuiltinEditor() ? static_cast(base) : 0; - if (!ed) - return; - ed->GetControl()->CallTipShow(m_watch_tooltip_pos, tip); - ed->GetControl()->CallTipSetHighlight(0,definition_length); - -} - -void PythonDebugger::OnValueTooltip(CodeBlocksEvent& event) -{ - event.Skip(); - if (!m_DebuggerActive) - return; - if (!IsStopped()) - return; - - EditorBase* base = event.GetEditor(); - cbEditor* ed = base && base->IsBuiltinEditor() ? static_cast(base) : 0; - if (!ed) - return; - - if(ed->IsContextMenuOpened()) - { - return; - } - - // get rid of other calltips (if any) [for example the code completion one, at this time we - // want the debugger value call/tool-tip to win and be shown] - if(ed->GetControl()->CallTipActive()) - { - ed->GetControl()->CallTipCancel(); - } - - const int style = event.GetInt(); - if (style != wxSCI_P_DEFAULT && style != wxSCI_P_OPERATOR && style != wxSCI_P_IDENTIFIER && style != wxSCI_P_CLASSNAME) - return; - - wxPoint pt; - pt.x = event.GetX(); - pt.y = event.GetY(); - int pos = ed->GetControl()->PositionFromPoint(pt); - int start = ed->GetControl()->WordStartPosition(pos, true); - int end = ed->GetControl()->WordEndPosition(pos, true); - while(ed->GetControl()->GetCharAt(start-1)==_T('.')) - start=ed->GetControl()->WordStartPosition(start-2, true); - wxString token; - if (start >= ed->GetControl()->GetSelectionStart() && - end <= ed->GetControl()->GetSelectionEnd()) - { - token = ed->GetControl()->GetSelectedText(); - } - else - token = ed->GetControl()->GetTextRange(start,end); - if (token.IsEmpty()) - return; - - wxString cmd; - cmd+=_T("pw ")+token+_T("\n"); - DispatchCommands(cmd,DBGCMDTYPE_WATCHTOOLTIP,true); - m_watch_tooltip_pos=pos; -} - Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c8d237999c4849f2c10b9f8ffea1924ee20ee854.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/c8/c8d237999c4849f2c10b9f8ffea1924ee20ee854.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca6f6ede3639dd99b66c0122434df0f99636c548.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca6f6ede3639dd99b66c0122434df0f99636c548.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca6f6ede3639dd99b66c0122434df0f99636c548.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca6f6ede3639dd99b66c0122434df0f99636c548.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -# client-side test program for interp.py - -import xmlrpclib - -s = xmlrpclib.ServerProxy('http://localhost:8000') -# Print list of available methods -for m in s.system.listMethods(): - print m -s.run_code('a=[1,2,3]') -s.run_code('print a') -s.end() - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca8c3aeac8ca428c4699ac9153cac8a52dc6f80c.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca8c3aeac8ca428c4699ac9153cac8a52dc6f80c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca8c3aeac8ca428c4699ac9153cac8a52dc6f80c.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ca/ca8c3aeac8ca428c4699ac9153cac8a52dc6f80c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -/* - * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - */ - -#ifndef DEBUGGEROPTIONSDLG_H -#define DEBUGGEROPTIONSDLG_H - -#include - -class ConfigManagerWrapper; - -class PyDebuggerConfiguration : public cbDebuggerConfiguration -{ - public: - explicit PyDebuggerConfiguration(const ConfigManagerWrapper &config); - - virtual cbDebuggerConfiguration* Clone() const; - virtual wxPanel* MakePanel(wxWindow *parent); - virtual bool SaveChanges(wxPanel *panel); - public: - int GetState(); - wxString GetPrefix(int state); - wxString GetInitCommands(int state); - wxString GetCommandLine(int state); - -}; - -#endif // DEBUGGEROPTIONSDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ce/ce9de7f575f8e8dc273285d00836f2734633d8eb.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ce/ce9de7f575f8e8dc273285d00836f2734633d8eb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ce/ce9de7f575f8e8dc273285d00836f2734633d8eb.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ce/ce9de7f575f8e8dc273285d00836f2734633d8eb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/da/da33f5e8976ec87c251d700e52da1ce92fa60354.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/da/da33f5e8976ec87c251d700e52da1ce92fa60354.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/da/da33f5e8976ec87c251d700e52da1ce92fa60354.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/da/da33f5e8976ec87c251d700e52da1ce92fa60354.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -# makefile written for gnu make -CXX = g++ -SRC = ./src -INCLUDE = ./include -CPPFLAGS = -I$(INCLUDE) -DEBUG = -g -OPTIMIZE = -O2 -GCCWARN = -CXXFLAGS = $(DEBUG) $(GCCWARN) $(OPTIMIZE) $(INCLUDES) - -LIB = ./libXmlRpc.a - -# Add your system-dependent network libs here. These are -# only used to build the tests (your application will need them too). -# Linux: none -# Solaris: -lsocket -lnsl -#SYSTEMLIBS = -lsocket -lnsl -SYSTEMLIBS = -LDLIBS = $(LIB) $(SYSTEMLIBS) - -OBJ = $(SRC)/XmlRpcClient.o $(SRC)/XmlRpcDispatch.o \ - $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \ - $(SRC)/XmlRpcServerMethod.o $(SRC)/XmlRpcSocket.o $(SRC)/XmlRpcSource.o \ - $(SRC)/XmlRpcUtil.o $(SRC)/XmlRpcValue.o - -all: $(LIB) - -$(LIB): $(OBJ) - $(AR) $(ARFLAGS) $(LIB) $(OBJ) - - -tests: $(LIB) - cd test && $(MAKE) CXX=$(CXX) CXXFLAGS="$(CXXFLAGS)" SYSTEMLIBS="$(SYSTEMLIBS)" - -doc doxygen: - cd src && doxygen Doxyfile - -clean: - rm -f $(SRC)/*.o - rm -f $(SRC)/*~ - rm -f $(LIB) - cd test && $(MAKE) clean - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/df/df067320e8fcf53405024a83559cd1dd26c45dff.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/df/df067320e8fcf53405024a83559cd1dd26c45dff.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/df/df067320e8fcf53405024a83559cd1dd26c45dff.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/df/df067320e8fcf53405024a83559cd1dd26c45dff.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,359 +0,0 @@ -// For compilers that support precompilation, includes "wx.h". -#include "ExecHiddenMSW.h" - -#ifdef __WXMSW__ -#include - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#ifndef WX_PRECOMP - #include - #include - #include - #include - #include -#endif - -#include - -#include - - -#include - -#include - -#if !defined(__GNUWIN32__) && !defined(__SALFORDC__) && !defined(__WXMICROWIN__) && !defined(__WXWINCE__) - #include -#ifndef __MWERKS__ - #include -#endif -#endif - -#if defined(__GNUWIN32__) - #include - #include -#endif - -#if !defined(__WXMICROWIN__) && !defined(__WXWINCE__) - #ifndef __UNIX__ - #include - #endif - - #ifndef __GNUWIN32__ - #include - #endif -#endif - -#include -#include -#include -#ifndef __WATCOMC__ - #if !(defined(_MSC_VER) && (_MSC_VER > 800)) - #include - #endif -#endif -#include - -#define wxWM_PROC_TERMINATED (WM_USER + 10000) - - -extern "C" WXDLLIMPEXP_BASE HWND -wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc); - -static const wxChar *wxMSWEXEC_WNDCLASSNAME2 = wxT("_wxExecute_Internal_Class2"); -static const wxChar *gs_classForHiddenWindow2 = NULL; - - -// structure describing the process we're being waiting for -struct wxExecuteData2 -{ -public: - ~wxExecuteData2() - { - if ( !::CloseHandle(hProcess) ) - { - wxLogLastError(wxT("CloseHandle(hProcess)")); - } - } - - HWND hWnd; // window to send wxWM_PROC_TERMINATED to - HANDLE hProcess; // handle of the process - DWORD dwProcessId; // pid of the process - wxProcess *handler; - DWORD dwExitCode; // the exit code of the process - bool state; // set to false when the process finishes -}; - -LRESULT APIENTRY _EXPORT wxExecuteWindowCbk2(HWND hWnd, UINT message, - WPARAM wParam, LPARAM lParam) -{ - if ( message == wxWM_PROC_TERMINATED ) - { - DestroyWindow(hWnd); // we don't need it any more - - wxExecuteData2 * const data = (wxExecuteData2 *)lParam; - if ( data->handler ) - { - data->handler->OnTerminate((int)data->dwProcessId, - (int)data->dwExitCode); - } - - if ( data->state ) - { - // we're executing synchronously, tell the waiting thread - // that the process finished - data->state = 0; - } - else - { - // asynchronous execution - we should do the clean up - delete data; - } - - return 0; - } - else - { - return ::DefWindowProc(hWnd, message, wParam, lParam); - } -} - - -// thread function for the thread monitoring the process termination -static DWORD __stdcall wxExecuteThread2(void *arg) -{ - wxExecuteData2 * const data = (wxExecuteData2 *)arg; - - if ( ::WaitForSingleObject(data->hProcess, INFINITE) != WAIT_OBJECT_0 ) - { - wxLogDebug(_T("Waiting for the process termination failed!")); - } - - // get the exit code - if ( !::GetExitCodeProcess(data->hProcess, &data->dwExitCode) ) - { - wxLogLastError(wxT("GetExitCodeProcess")); - } - - wxASSERT_MSG( data->dwExitCode != STILL_ACTIVE, - wxT("process should have terminated") ); - - // send a message indicating process termination to the window - ::SendMessage(data->hWnd, wxWM_PROC_TERMINATED, 0, (LPARAM)data); - - return 0; -} - - - -long wxExecuteHidden(const wxString& cmd, int flags, wxProcess *handler) -{ - wxCHECK_MSG( !cmd.empty(), 0, wxT("empty command in wxExecute") ); - -#if wxUSE_THREADS - // for many reasons, the code below breaks down if it's called from another - // thread -- this could be fixed, but as Unix versions don't support this - // neither I don't want to waste time on this now - wxASSERT_MSG( wxThread::IsMain(), - _T("wxExecute() can be called only from the main thread") ); -#endif // wxUSE_THREADS - - wxString command; - -#if wxUSE_IPC -#endif // wxUSE_IPC - { - // no DDE - command = cmd; - } - - // the IO redirection is only supported with wxUSE_STREAMS - BOOL redirect = FALSE; - - // create the process - STARTUPINFO si; - wxZeroMemory(si); - si.cb = sizeof(si); - -//DM ADDED CODE HERE - // we don't show the (console) process - // window by default, but this can be overridden by the caller by - // specifying wxEXEC_NOHIDE flag - if ( !(flags & wxEXEC_NOHIDE) ) - { - si.dwFlags |= STARTF_USESHOWWINDOW; - si.wShowWindow = SW_HIDE; - } -//END DM ADDED CODE HERE - - PROCESS_INFORMATION pi; - DWORD dwFlags = CREATE_SUSPENDED; - -#ifndef __WXWINCE__ - dwFlags |= CREATE_DEFAULT_ERROR_MODE ; -#else - // we are assuming commands without spaces for now - wxString moduleName = command.BeforeFirst(wxT(' ')); - wxString arguments = command.AfterFirst(wxT(' ')); -#endif - - bool ok = ::CreateProcess - ( - // WinCE requires appname to be non null - // Win32 allows for null -#ifdef __WXWINCE__ - (wxChar *) - moduleName.c_str(), // application name - (wxChar *) - arguments.c_str(), // arguments -#else - NULL, // application name (use only cmd line) - (wxChar *) - command.c_str(), // full command line -#endif - NULL, // security attributes: defaults for both - NULL, // the process and its main thread - redirect, // inherit handles if we use pipes - dwFlags, // process creation flags - NULL, // environment (use the same) - NULL, // current directory (use the same) - &si, // startup info (unused here) - &pi // process info - ) != 0; - - if ( !ok ) - { - - wxLogSysError(_("Execution of command '%s' failed"), command.c_str()); - - return flags & wxEXEC_SYNC ? -1 : 0; - } - - - // create a hidden window to receive notification about process - // termination - HWND hwnd = wxCreateHiddenWindow - ( - &gs_classForHiddenWindow2, - wxMSWEXEC_WNDCLASSNAME2, - (WNDPROC)wxExecuteWindowCbk2 - ); - - wxASSERT_MSG( hwnd, wxT("can't create a hidden window for wxExecute") ); - - // Alloc data - wxExecuteData2 *data = new wxExecuteData2; - data->hProcess = pi.hProcess; - data->dwProcessId = pi.dwProcessId; - data->hWnd = hwnd; - data->state = (flags & wxEXEC_SYNC) != 0; - if ( flags & wxEXEC_SYNC ) - { - // handler may be !NULL for capturing program output, but we don't use - // it wxExecuteData struct in this case - data->handler = NULL; - } - else - { - // may be NULL or not - data->handler = handler; - } - - DWORD tid; - HANDLE hThread = ::CreateThread(NULL, - 0, - wxExecuteThread2, - (void *)data, - 0, - &tid); - - // resume process we created now - whether the thread creation succeeded or - // not - if ( ::ResumeThread(pi.hThread) == (DWORD)-1 ) - { - // ignore it - what can we do? - wxLogLastError(wxT("ResumeThread in wxExecute")); - } - - // close unneeded handle - if ( !::CloseHandle(pi.hThread) ) - wxLogLastError(wxT("CloseHandle(hThread)")); - - if ( !hThread ) - { - wxLogLastError(wxT("CreateThread in wxExecute")); - - DestroyWindow(hwnd); - delete data; - - // the process still started up successfully... - return pi.dwProcessId; - } - - ::CloseHandle(hThread); - -#if wxUSE_IPC && !defined(__WXWINCE__) -#endif // wxUSE_IPC - - if ( !(flags & wxEXEC_SYNC) ) - { - // clean up will be done when the process terminates - - // return the pid - return pi.dwProcessId; - } - - wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; - wxCHECK_MSG( traits, -1, _T("no wxAppTraits in wxExecute()?") ); - - void *cookie = NULL; - if ( !(flags & wxEXEC_NODISABLE) ) - { - // disable all app windows while waiting for the child process to finish - cookie = traits->BeforeChildWaitLoop(); - } - - // wait until the child process terminates - while ( data->state ) - { - // don't eat 100% of the CPU -- ugly but anything else requires - // real async IO which we don't have for the moment - ::Sleep(50); - - // we must process messages or we'd never get wxWM_PROC_TERMINATED - traits->AlwaysYield(); - } - - if ( !(flags & wxEXEC_NODISABLE) ) - { - // reenable disabled windows back - traits->AfterChildWaitLoop(cookie); - } - - DWORD dwExitCode = data->dwExitCode; - delete data; - - // return the exit code - return dwExitCode; -} - -long wxExecuteHidden(wxChar **argv, int flags, wxProcess *handler) -{ - wxString command; - - for ( ;; ) - { - command += *argv++; - if ( !*argv ) - break; - - command += _T(' '); - } - - return wxExecuteHidden(command, flags, handler); -} - -#endif /*__WXMSW__*/ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/e0/e0316ab2ed00d1418160e55e02ee3ab6d616a55f.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/e0/e0316ab2ed00d1418160e55e02ee3ab6d616a55f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/e0/e0316ab2ed00d1418160e55e02ee3ab6d616a55f.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/e0/e0316ab2ed00d1418160e55e02ee3ab6d616a55f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -import sys -import ast - -def walkAST(node,level,parent=""): - newparent=parent - if isinstance(node,compiler.ast.Class): - print " "*level,"C",node.name,":", - for inode in node.bases: - try: - print inode.name, - except: - print "***",inode, #when base class is in another module, inode is a (possible nested) Getattr type - print - newparent=node.name - if isinstance(node,ast.FunctionDef): - print " "*level,"F",node.name,"(", - for a in node.argnames: - print a, - try: - defaultval=node.defaults[i].name - print "=",defaultval, - except: - print ",", - print ")" - if isinstance(node, ast.Assign): - try: - qual=node.attrname - inode=node.expr - while isinstance(inode, ast.GetAttr): - qual=inode.attrname+'.'+qual - inode=inode.expr - if inode.name=='self': - qual=parent+'.'+qual - else: - qual=inode.name+'.'+qual - print " "*level,"AA",qual - except: - print 'ERR' - print " "*level,"AA",node.expr,".",node.attrname - if isinstance(node, ast.AugAssign): - print " "*level,"AN",node.name,node - if isinstance(node, ast.Import): - print " "*level,"IM",node.names - if isinstance(node, ast.ImportFrom): - print " "*level,"IF",node.names -# if isinstance(node, compiler.ast.If): -# print " "*level,"IF",node - try: - raise - for inode in node.code: - walkAST(inode,level+1,newparent) - except: - try: - for inode in node.getChildNodes(): - walkAST(inode,level+1,newparent) #NB: Not incrementing level here... - except: - return - - - -class allnames(ast.NodeVisitor): - def visit_Module(self, node): - self.names = set() - self.generic_visit(node) - print sorted(self.names) - def visit_Name(self, node): - self.names.add(node.id) - - -class SymbolVisitor(ast.NodeVisitor): - def visit_Module(self, node): - '''(stmt* body)''' - self.root={} - self.pos=self.root - self.generic_visit(node) - def visit_FunctionDef(self,node): - '''(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns)''' -# args=None - pos=self.pos - self.pos={} - print 'FN stmts for',node.name - for nb in node.body: - try: - print nb.targets - except: - pass - self.visit(nb) - pos[node.name]=['F',node.args,ast.get_docstring(node),self.pos] - self.pos=pos - ''' - arguments = (arg* args, identifier? vararg, expr? varargannotation, - arg* kwonlyargs, identifier? kwarg, - expr? kwargannotation, expr* defaults, - expr* kw_defaults)''' - def visit_ClassDef(self,node): - '''(identifier name, - expr* bases, - keyword* keywords, - expr? starargs, - expr? kwargs, - stmt* body, - expr* decorator_list) - ''' - args=None - pos=self.pos - self.pos={} - for nb in node.body: - self.visit(nb) - pos[node.name]=['C',args,ast.get_docstring(node),self.pos] - self.pos=pos - def visit_Assign(self,node): - '''(expr* targets, expr value)''' - # print 'A',node.targets,node.value - for t in node.targets: - if isinstance(t,ast.Name): - self.pos[t.id]=['A',t.ctx,None,None] - elif isinstance(t,ast.Attribute): - 'Attribute(expr value, identifier attr, expr_context ctx)' - #probably should only use this to define class attributes that are set in __init__ - if isinstance(t.value,ast.Name): - if t.value.id=='self': ##TODO: not always 'self' -- should be whatever the first arg of the class method is - self.pos[t.attr]=('CA',None,None,None) - elif isinstance(t, ast.Tuple): - for el in t.elts: - if isinstance(t,ast.Name): - self.pos[t.id]=['A',t.ctx,None,None] - else : - print 'UNKOWN ATTR',t - def visit_Import(self,node): - '''(alias* names)''' - names=[] - for n in node.names: - if n.asname == None: - name=n.name - else: - name=n.asname - self.pos[name]=['I',n.name,None,None] - def visit_ImportFrom(self,node): - '''(identifier? module, alias* names, int? level)''' - names=[] - for n in node.names: - if n.asname == None: - name=n.name - else: - name=n.asname - self.pos[name]=['I',n.name,ast.get_docstring(Node),None] - -if __name__=='__main__': - print "PYTHON SOURCE BROWSER v0.0001" - if len(sys.argv)!=2: - fname='function_attribute.py' - # print "Correct usage: \n\nbrowse.py \n\nor:\n\npython browse.py " - # exit(1) - else: - fname=sys.argv[1] - - mod=ast.parse(open(fname,'r').read()) - print ast.dump(mod) - - allnames().visit(mod) - sv=SymbolVisitor() - sv.visit(mod) - for s in sv.pos: - print s,sv.pos[s] - - - import sys - sys.exit() - print "MODULE\n-----------------------------------" - print fname - print "\nMODULE DOCSTRING\n-----------------------------------" - print mod.doc - print "\n\nMODULE CONTENTS\n-----------------------------------" - for outernode in mod.node.nodes: - walkAST(outernode,0) - - #NB: use sys.builtin_module_names to return the list of modules diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/e2/e2823d1ca020ccba712404d13379b1f7424b7de7.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/e2/e2823d1ca020ccba712404d13379b1f7424b7de7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/e2/e2823d1ca020ccba712404d13379b1f7424b7de7.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/e2/e2823d1ca020ccba712404d13379b1f7424b7de7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -// HelloServer.cpp : Simple XMLRPC server example. Usage: HelloServer serverPort -// -#include "XmlRpc.h" - -#include -#include - -using namespace XmlRpc; - -// The server -XmlRpcServer s; - -// No arguments, result is "Hello". -class Hello : public XmlRpcServerMethod -{ -public: - Hello(XmlRpcServer* s) : XmlRpcServerMethod("Hello", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - result = "Hello"; - } - - std::string help() { return std::string("Say hello"); } - -} hello(&s); // This constructor registers the method with the server - - -// One argument is passed, result is "Hello, " + arg. -class HelloName : public XmlRpcServerMethod -{ -public: - HelloName(XmlRpcServer* s) : XmlRpcServerMethod("HelloName", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - std::string resultString = "Hello, "; - resultString += std::string(params[0]); - result = resultString; - } -} helloName(&s); - - -// A variable number of arguments are passed, all doubles, result is their sum. -class Sum : public XmlRpcServerMethod -{ -public: - Sum(XmlRpcServer* s) : XmlRpcServerMethod("Sum", s) {} - - void execute(XmlRpcValue& params, XmlRpcValue& result) - { - int nArgs = params.size(); - double sum = 0.0; - for (int i=0; i - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/ed2ba466226c22201534a854cdafeaf23caa2911.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/ed2ba466226c22201534a854cdafeaf23caa2911.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/ed2ba466226c22201534a854cdafeaf23caa2911.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/ed2ba466226c22201534a854cdafeaf23caa2911.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,225 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/edf9def6e6b0f3175dc2f068afa59272f8c6097c.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/edf9def6e6b0f3175dc2f068afa59272f8c6097c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/edf9def6e6b0f3175dc2f068afa59272f8c6097c.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ed/edf9def6e6b0f3175dc2f068afa59272f8c6097c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ef/efd9bdcb6c04f770fcbad060e19caad7d5e1d50c.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ef/efd9bdcb6c04f770fcbad060e19caad7d5e1d50c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ef/efd9bdcb6c04f770fcbad060e19caad7d5e1d50c.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ef/efd9bdcb6c04f770fcbad060e19caad7d5e1d50c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,77 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f2011bcb7aa17ae2417819278355c91a505abeb7.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f2011bcb7aa17ae2417819278355c91a505abeb7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f2011bcb7aa17ae2417819278355c91a505abeb7.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f2011bcb7aa17ae2417819278355c91a505abeb7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f21dc6ae3afc1b3e24768df81a1e81a0dae71e81.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f21dc6ae3afc1b3e24768df81a1e81a0dae71e81.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f21dc6ae3afc1b3e24768df81a1e81a0dae71e81.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f2/f21dc6ae3afc1b3e24768df81a1e81a0dae71e81.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ -#ifndef _XMLRPC_H_ -#define _XMLRPC_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// 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.1 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 -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// - -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -#include "XmlRpcClient.h" -#include "XmlRpcException.h" -#include "XmlRpcServer.h" -#include "XmlRpcServerMethod.h" -#include "XmlRpcValue.h" -#include "XmlRpcUtil.h" - -namespace XmlRpc { - - - //! An interface allowing custom handling of error message reporting. - class XmlRpcErrorHandler { - public: - //! Returns a pointer to the currently installed error handling object. - static XmlRpcErrorHandler* getErrorHandler() - { return _errorHandler; } - - //! Specifies the error handler. - static void setErrorHandler(XmlRpcErrorHandler* eh) - { _errorHandler = eh; } - - //! Report an error. Custom error handlers should define this method. - virtual void error(const char* msg) = 0; - - protected: - static XmlRpcErrorHandler* _errorHandler; - }; - - //! An interface allowing custom handling of informational message reporting. - class XmlRpcLogHandler { - public: - //! Returns a pointer to the currently installed message reporting object. - static XmlRpcLogHandler* getLogHandler() - { return _logHandler; } - - //! Specifies the message handler. - static void setLogHandler(XmlRpcLogHandler* lh) - { _logHandler = lh; } - - //! Returns the level of verbosity of informational messages. 0 is no output, 5 is very verbose. - static int getVerbosity() - { return _verbosity; } - - //! Specify the level of verbosity of informational messages. 0 is no output, 5 is very verbose. - static void setVerbosity(int v) - { _verbosity = v; } - - //! Output a message. Custom error handlers should define this method. - virtual void log(int level, const char* msg) = 0; - - protected: - static XmlRpcLogHandler* _logHandler; - static int _verbosity; - }; - - //! Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity() - int getVerbosity(); - //! Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level) - void setVerbosity(int level); - - - //! Version identifier - extern const char XMLRPC_VERSION[]; - -} // namespace XmlRpc - -#endif // _XMLRPC_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f4/f40276eb014e9ee5a230c75604862a13a5803b39.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f4/f40276eb014e9ee5a230c75604862a13a5803b39.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f4/f40276eb014e9ee5a230c75604862a13a5803b39.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f4/f40276eb014e9ee5a230c75604862a13a5803b39.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,103 +0,0 @@ -/* - * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 - * http://www.gnu.org/licenses/gpl-3.0.html - * - * $Revision: 8543 $ - * $Id: debuggeroptionsdlg.cpp 8543 2012-11-10 22:36:18Z thomasdenk $ - * $HeadURL: http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/plugins/debuggergdb/debuggeroptionsdlg.cpp $ - */ - -#include -#include "debuggeroptionsdlg.h" -#ifndef CB_PRECOMP - #include - #include -// #include - #include - #include -// #include - #include - #include - - #include - #include -#endif - - -class DebuggerConfigurationPanel : public wxPanel -{ - public: - DebuggerConfigurationPanel(PyDebuggerConfiguration *dbgcfg): m_dbgcfg(dbgcfg) {} - protected: - void OnChangeEngine(wxCommandEvent &event) - { - int state = XRCCTRL(*this, "DebugEngine", wxRadioBox)->GetSelection(); - XRCCTRL(*this, "InitCommands", wxTextCtrl)->ChangeValue(m_dbgcfg->GetInitCommands(state)); - XRCCTRL(*this, "CommandLine", wxTextCtrl)->ChangeValue(m_dbgcfg->GetCommandLine(state)); - } - private: - PyDebuggerConfiguration *m_dbgcfg; - DECLARE_EVENT_TABLE() -}; - -BEGIN_EVENT_TABLE(DebuggerConfigurationPanel, wxPanel) - EVT_RADIOBOX(XRCID("DebugEngine"), DebuggerConfigurationPanel::OnChangeEngine) -END_EVENT_TABLE() - -PyDebuggerConfiguration::PyDebuggerConfiguration(const ConfigManagerWrapper &config) : cbDebuggerConfiguration(config) -{ -} - -cbDebuggerConfiguration* PyDebuggerConfiguration::Clone() const -{ - return new PyDebuggerConfiguration(*this); -} - -wxPanel* PyDebuggerConfiguration::MakePanel(wxWindow *parent) -{ - DebuggerConfigurationPanel *panel = new DebuggerConfigurationPanel(this); - if (!wxXmlResource::Get()->LoadPanel(panel, parent, wxT("dlgPythonDebuggerOptions"))) - return panel; - - XRCCTRL(*panel, "DebugEngine", wxRadioBox)->SetSelection(GetState()); - XRCCTRL(*panel, "InitCommands", wxTextCtrl)->ChangeValue(GetInitCommands(GetState())); - XRCCTRL(*panel, "CommandLine", wxTextCtrl)->ChangeValue(GetCommandLine(GetState())); - return panel; -} - -bool PyDebuggerConfiguration::SaveChanges(wxPanel *panel) -{ - int sel = XRCCTRL(*panel, "DebugEngine", wxRadioBox)->GetSelection(); - m_config.Write(wxT("active_engine"), sel); - wxString prefix = GetPrefix(sel); - m_config.Write(prefix + wxT("command_line"), XRCCTRL(*panel, "CommandLine", wxTextCtrl)->GetValue()); - m_config.Write(prefix + wxT("init_commands"), XRCCTRL(*panel, "InitCommands", wxTextCtrl)->GetValue()); - - return true; -} - -int PyDebuggerConfiguration::GetState() -{ - return m_config.ReadInt(wxT("active_engine"), 0); -} - -wxString PyDebuggerConfiguration::GetPrefix(int state) -{ - if(state == 0) - return wxT("pdb/"); - else - return wxT("rpdb2/"); -} - -wxString PyDebuggerConfiguration::GetCommandLine(int state) -{ - wxString default_cmd = (state == 0) ? wxT("python -u -m pdb $target") : wxT("python -u -m rpdb2 $target"); - wxString result = m_config.Read(GetPrefix(state)+wxT("command_line"), default_cmd); - return result; -} - - -wxString PyDebuggerConfiguration::GetInitCommands(int state) -{ - return m_config.Read(GetPrefix(state) + wxT("init_commands"), wxEmptyString); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f51af78199b893aaf859483c14bd44c3d0c946c1.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f51af78199b893aaf859483c14bd44c3d0c946c1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f51af78199b893aaf859483c14bd44c3d0c946c1.svn-base 2017-11-26 01:48:57.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f51af78199b893aaf859483c14bd44c3d0c946c1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -*.dll -*.a -*.so -*.obj -*.depend -*.cbplugin -*.layout -*.zip -.objs -*~ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f5fa4c9b8bfa8fa21d0e8c78741b90f4d9d58bfb.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f5fa4c9b8bfa8fa21d0e8c78741b90f4d9d58bfb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f5fa4c9b8bfa8fa21d0e8c78741b90f4d9d58bfb.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f5/f5fa4c9b8bfa8fa21d0e8c78741b90f4d9d58bfb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,85 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f7/f7572f0a6223cf588073f277e05d37cb0bfcd61d.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f7/f7572f0a6223cf588073f277e05d37cb0bfcd61d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f7/f7572f0a6223cf588073f277e05d37cb0bfcd61d.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f7/f7572f0a6223cf588073f277e05d37cb0bfcd61d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,109 +0,0 @@ - - - - XmlRpc++ Library - - - - - - -

XmlRpc++ Library

-

This is version 0.7 of XmlRpc++, an implementation of the - XmlRpc protocol written in C++, based upon Shilad Sen's excellent - py-xmlrpc library. XmlRpc++ is designed to make it easy to incorporate - XmlRpc client and server support into C++ applications. Or use both client and - server objects in your app for easy peer-to-peer support. -

-

Features

-
    -
  • - Easy   This library is easy to incorporate into C++ - applications. No other libraries are required, other than your system's socket - libraries. Simple XML parsing and HTTP support are built in.
    -
  • - Fast   All IO is non-blocking, so a slow client or - network will not slow down the server.
    -
  • - Portable Written in standard C++ to the POSIX and Windows - sockets APIs. You do need a fairly recent compiler (g++ 3.1 or MSVC++ .Net or - MSVC++ 6 with the STL patches.) -
  • -
  • - Free   This library is released under the - GNU LGPL.
    -
    -
  • -
-

 

-

Changes

-
    -
  • - Better handling of fault responses: server methods can throw an - XmlRpcException to return a fault and XmlRpcClient has a new method to - test whether the last response was a fault.
  • -
  • - Support for system.listMethods and system.methodHelp from the introspection - API.
  • -
  • - Support for system.multicall to process multiple requests in a single transaction.
  • -
  • - Fixed a problem in the XmlRpcServer destructor (it should not have been deleting the methods).
  • -
  • - The server ensures a valid result value is returned even if the method does not - set the result. The default result is an empty string.
  • -
  • - Doxygen comments in header files and a doc target in the makefile.
  • -
-

-

 

-

Installation

-

- There are VC++ 6 and VC++ .Net project files building on Windows. If you are - using VC++ 6, you should apply SP3 and the fixes at - http://www.dinkumware.com/vc_fixes.html. Be sure to set the appropriate - code generation switches. In particular, ensure that the runtime library - (single/multi-threaded, static library/DLL) used is the same for the XmlRpc++ - code and whatever application it will be linked to.

-

- For Linux, Solaris, and other Unix-like platforms there is a GNU Makefile which - can be edited to suit your system. Specify your C++ compiler, compiler flags, - and your system's socket libraries. -

-

In the test directory there are various test programs that are built by default. - To verify that the library built correctly, you can start the HelloServer - example:
-

HelloServer 8000
-			
- and the HelloClient example in another terminal window:
-
HelloClient localhost 8000
-			
-

- You should see two Hello messages and a sum displayed (amongst a bunch of debug - output). You can also try the XML server validator program (eg, "Validator 80") - and then attempt to connect to it from http://validator.xmlrpc.com - (if you have access to the internet and are not behind a firewall etc). -

-

Author

-

Chris Morley -

-

Although no code was re-used, the design and structure of the library is based - upon the py-xmlrpc library implementation.
- The base64 decoder/encoder is by Konstantin - Pilipchuk.

-

-

License

-

A full copy of the LGPL license is included in the file COPYING. The source code - is Copyright (c) 2002-2003 by Chris Morley. 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.1 - 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 License along - with this library; if not, write to the Free Software Foundation, Inc., 59 - Temple Place, Suite 330, Boston, MA 02111-1307 USA -

- - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f8/f822c5f8cbb2b9624acd0151c92763d35e91fb07.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f8/f822c5f8cbb2b9624acd0151c92763d35e91fb07.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/f8/f822c5f8cbb2b9624acd0151c92763d35e91fb07.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/f8/f822c5f8cbb2b9624acd0151c92763d35e91fb07.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,261 +0,0 @@ - - - validator1.echoStructTest - - - - - substruct0 - - - - curly - - -76 - - - - larry - - 31 - - - - moe - - 44 - - - - - - - substruct1 - - - - curly - - -9 - - - - larry - - 42 - - - - moe - - 57 - - - - - - - substruct2 - - - - curly - - -15 - - - - larry - - 69 - - - - moe - - 78 - - - - - - - substruct3 - - - - curly - - -91 - - - - larry - - 66 - - - - moe - - 4 - - - - - - - substruct4 - - - - curly - - -47 - - - - larry - - 66 - - - - moe - - 8 - - - - - - - substruct5 - - - - curly - - -68 - - - - larry - - 26 - - - - moe - - 87 - - - - - - - substruct6 - - - - curly - - -59 - - - - larry - - 20 - - - - moe - - 74 - - - - - - - substruct7 - - - - curly - - -57 - - - - larry - - 30 - - - - moe - - 75 - - - - - - - substruct8 - - - - curly - - -34 - - - - larry - - 33 - - - - moe - - 30 - - - - - - - substruct9 - - - - curly - - -64 - - - - larry - - 98 - - - - moe - - 17 - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fe58a2790b54f20a6dc6c0c5b2487fc6875acf75.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fe58a2790b54f20a6dc6c0c5b2487fc6875acf75.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fe58a2790b54f20a6dc6c0c5b2487fc6875acf75.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fe58a2790b54f20a6dc6c0c5b2487fc6875acf75.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,373 +0,0 @@ - -#include "XmlRpcServerConnection.h" - -#include "XmlRpcSocket.h" -#include "XmlRpc.h" -#ifndef MAKEDEPEND -# include -# include -#endif - -#include - -using namespace XmlRpc; - -// Static data -const char XmlRpcServerConnection::METHODNAME_TAG[] = ""; -const char XmlRpcServerConnection::PARAMS_TAG[] = ""; -const char XmlRpcServerConnection::PARAMS_ETAG[] = ""; -const char XmlRpcServerConnection::PARAM_TAG[] = ""; -const char XmlRpcServerConnection::PARAM_ETAG[] = ""; - -const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall"; -const std::string XmlRpcServerConnection::METHODNAME = "methodName"; -const std::string XmlRpcServerConnection::PARAMS = "params"; - -const std::string XmlRpcServerConnection::FAULTCODE = "faultCode"; -const std::string XmlRpcServerConnection::FAULTSTRING = "faultString"; - - - -// The server delegates handling client requests to a serverConnection object. -XmlRpcServerConnection::XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose /*= false*/) : - XmlRpcSource(fd, deleteOnClose) -{ - XmlRpcUtil::log(2,"XmlRpcServerConnection: new socket %d.", fd); - _server = server; - _connectionState = READ_HEADER; - _keepAlive = true; -} - - -XmlRpcServerConnection::~XmlRpcServerConnection() -{ - XmlRpcUtil::log(4,"XmlRpcServerConnection dtor."); - _server->removeConnection(this); -} - - -// Handle input on the server socket by accepting the connection -// and reading the rpc request. Return true to continue to monitor -// the socket for events, false to remove it from the dispatcher. -unsigned -XmlRpcServerConnection::handleEvent(unsigned /*eventType*/) -{ - if (_connectionState == READ_HEADER) - if ( ! readHeader()) return 0; - - if (_connectionState == READ_REQUEST) - if ( ! readRequest()) return 0; - - if (_connectionState == WRITE_RESPONSE) - if ( ! writeResponse()) return 0; - - return (_connectionState == WRITE_RESPONSE) - ? XmlRpcDispatch::WritableEvent : XmlRpcDispatch::ReadableEvent; -} - - -bool -XmlRpcServerConnection::readHeader() -{ - // Read available data - bool eof; - if ( ! XmlRpcSocket::nbRead(this->getfd(), _header, &eof)) { - // Its only an error if we already have read some data - if (_header.length() > 0) - XmlRpcUtil::error("XmlRpcServerConnection::readHeader: error while reading header (%s).",XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - XmlRpcUtil::log(4, "XmlRpcServerConnection::readHeader: read %d bytes.", _header.length()); - char *hp = (char*)_header.c_str(); // Start of header - char *ep = hp + _header.length(); // End of string - char *bp = 0; // Start of body - char *lp = 0; // Start of content-length value - char *kp = 0; // Start of connection value - - for (char *cp = hp; (bp == 0) && (cp < ep); ++cp) { - if ((ep - cp > 16) && (strncasecmp(cp, "Content-length: ", 16) == 0)) - lp = cp + 16; - else if ((ep - cp > 12) && (strncasecmp(cp, "Connection: ", 12) == 0)) - kp = cp + 12; - else if ((ep - cp > 4) && (strncmp(cp, "\r\n\r\n", 4) == 0)) - bp = cp + 4; - else if ((ep - cp > 2) && (strncmp(cp, "\n\n", 2) == 0)) - bp = cp + 2; - } - - // If we haven't gotten the entire header yet, return (keep reading) - if (bp == 0) { - // EOF in the middle of a request is an error, otherwise its ok - if (eof) { - XmlRpcUtil::log(4, "XmlRpcServerConnection::readHeader: EOF"); - if (_header.length() > 0) - XmlRpcUtil::error("XmlRpcServerConnection::readHeader: EOF while reading header"); - return false; // Either way we close the connection - } - - return true; // Keep reading - } - - // Decode content length - if (lp == 0) { - XmlRpcUtil::error("XmlRpcServerConnection::readHeader: No Content-length specified"); - return false; // We could try to figure it out by parsing as we read, but for now... - } - - _contentLength = atoi(lp); - if (_contentLength <= 0) { - XmlRpcUtil::error("XmlRpcServerConnection::readHeader: Invalid Content-length specified (%d).", _contentLength); - return false; - } - - XmlRpcUtil::log(3, "XmlRpcServerConnection::readHeader: specified content length is %d.", _contentLength); - - // Otherwise copy non-header data to request buffer and set state to read request. - _request = bp; - - // Parse out any interesting bits from the header (HTTP version, connection) - _keepAlive = true; - if (_header.find("HTTP/1.0") != std::string::npos) { - if (kp == 0 || strncasecmp(kp, "keep-alive", 10) != 0) - _keepAlive = false; // Default for HTTP 1.0 is to close the connection - } else { - if (kp != 0 && strncasecmp(kp, "close", 5) == 0) - _keepAlive = false; - } - XmlRpcUtil::log(3, "KeepAlive: %d", _keepAlive); - - - _header = ""; - _connectionState = READ_REQUEST; - return true; // Continue monitoring this source -} - -bool -XmlRpcServerConnection::readRequest() -{ - // If we dont have the entire request yet, read available data - if (int(_request.length()) < _contentLength) { - bool eof; - if ( ! XmlRpcSocket::nbRead(this->getfd(), _request, &eof)) { - XmlRpcUtil::error("XmlRpcServerConnection::readRequest: read error (%s).",XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - - // If we haven't gotten the entire request yet, return (keep reading) - if (int(_request.length()) < _contentLength) { - if (eof) { - XmlRpcUtil::error("XmlRpcServerConnection::readRequest: EOF while reading request"); - return false; // Either way we close the connection - } - return true; - } - } - - // Otherwise, parse and dispatch the request - XmlRpcUtil::log(3, "XmlRpcServerConnection::readRequest read %d bytes.", _request.length()); - //XmlRpcUtil::log(5, "XmlRpcServerConnection::readRequest:\n%s\n", _request.c_str()); - - _connectionState = WRITE_RESPONSE; - - return true; // Continue monitoring this source -} - - -bool -XmlRpcServerConnection::writeResponse() -{ - if (_response.length() == 0) { - executeRequest(); - _bytesWritten = 0; - if (_response.length() == 0) { - XmlRpcUtil::error("XmlRpcServerConnection::writeResponse: empty response."); - return false; - } - } - - // Try to write the response - if ( ! XmlRpcSocket::nbWrite(this->getfd(), _response, &_bytesWritten)) { - XmlRpcUtil::error("XmlRpcServerConnection::writeResponse: write error (%s).",XmlRpcSocket::getErrorMsg().c_str()); - return false; - } - XmlRpcUtil::log(3, "XmlRpcServerConnection::writeResponse: wrote %d of %d bytes.", _bytesWritten, _response.length()); - - // Prepare to read the next request - if (_bytesWritten == int(_response.length())) { - _header = ""; - _request = ""; - _response = ""; - _connectionState = READ_HEADER; - } - - return _keepAlive; // Continue monitoring this source if true -} - -// Run the method, generate _response string -void -XmlRpcServerConnection::executeRequest() -{ - XmlRpcValue params, resultValue; - std::string methodName = parseRequest(params); - XmlRpcUtil::log(2, "XmlRpcServerConnection::executeRequest: server calling method '%s'", - methodName.c_str()); - - try { - - if ( ! executeMethod(methodName, params, resultValue) && - ! executeMulticall(methodName, params, resultValue)) - generateFaultResponse(methodName + ": unknown method name"); - else - generateResponse(resultValue.toXml()); - - } catch (const XmlRpcException& fault) { - XmlRpcUtil::log(2, "XmlRpcServerConnection::executeRequest: fault %s.", - fault.getMessage().c_str()); - generateFaultResponse(fault.getMessage(), fault.getCode()); - } -} - -// Parse the method name and the argument values from the request. -std::string -XmlRpcServerConnection::parseRequest(XmlRpcValue& params) -{ - int offset = 0; // Number of chars parsed from the request - - std::string methodName = XmlRpcUtil::parseTag(METHODNAME_TAG, _request, &offset); - - if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset)) - { - int nArgs = 0; - while (XmlRpcUtil::nextTagIs(PARAM_TAG, _request, &offset)) { - params[nArgs++] = XmlRpcValue(_request, &offset); - (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, _request, &offset); - } - - (void) XmlRpcUtil::nextTagIs(PARAMS_ETAG, _request, &offset); - } - - return methodName; -} - -// Execute a named method with the specified params. -bool -XmlRpcServerConnection::executeMethod(const std::string& methodName, - XmlRpcValue& params, XmlRpcValue& result) -{ - XmlRpcServerMethod* method = _server->findMethod(methodName); - - if ( ! method) return false; - - method->execute(params, result); - - // Ensure a valid result value - if ( ! result.valid()) - result = std::string(); - - return true; -} - -// Execute multiple calls and return the results in an array. -bool -XmlRpcServerConnection::executeMulticall(const std::string& methodName, - XmlRpcValue& params, XmlRpcValue& result) -{ - if (methodName != SYSTEM_MULTICALL) return false; - - // There ought to be 1 parameter, an array of structs - if (params.size() != 1 || params[0].getType() != XmlRpcValue::TypeArray) - throw XmlRpcException(SYSTEM_MULTICALL + ": Invalid argument (expected an array)"); - - int nc = params[0].size(); - result.setSize(nc); - - for (int i=0; i\r\n" - "\r\n\t"; - const char RESPONSE_2[] = - "\r\n\r\n"; - - std::string body = RESPONSE_1 + resultXml + RESPONSE_2; - std::string header = generateHeader(body); - - _response = header + body; - XmlRpcUtil::log(5, "XmlRpcServerConnection::generateResponse:\n%s\n", _response.c_str()); -} - -// Prepend http headers -std::string -XmlRpcServerConnection::generateHeader(std::string const& body) -{ - std::string header = - "HTTP/1.1 200 OK\r\n" - "Server: "; - header += XMLRPC_VERSION; - header += "\r\n" - "Content-Type: text/xml\r\n" - "Content-length: "; - - char buffLen[40]; - sprintf(buffLen,"%d\r\n\r\n", body.size()); - - return header + buffLen; -} - - -void -XmlRpcServerConnection::generateFaultResponse(std::string const& errorMsg, int errorCode) -{ - const char RESPONSE_1[] = - "\r\n" - "\r\n\t"; - const char RESPONSE_2[] = - "\r\n\r\n"; - - XmlRpcValue faultStruct; - faultStruct[FAULTCODE] = errorCode; - faultStruct[FAULTSTRING] = errorMsg; - std::string body = RESPONSE_1 + faultStruct.toXml() + RESPONSE_2; - std::string header = generateHeader(body); - - _response = header + body; -} - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fea1c67a49794a2a3c4e0f8746ef8f61fa1a3348.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fea1c67a49794a2a3c4e0f8746ef8f61fa1a3348.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fea1c67a49794a2a3c4e0f8746ef8f61fa1a3348.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/fe/fea1c67a49794a2a3c4e0f8746ef8f61fa1a3348.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,47 +0,0 @@ - -#ifndef _XMLRPCSERVERMETHOD_H_ -#define _XMLRPCSERVERMETHOD_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// -#if defined(_MSC_VER) -# pragma warning(disable:4786) // identifier was truncated in debug info -#endif - -#ifndef MAKEDEPEND -# include -#endif - -namespace XmlRpc { - - // Representation of a parameter or result value - class XmlRpcValue; - - // The XmlRpcServer processes client requests to call RPCs - class XmlRpcServer; - - //! Abstract class representing a single RPC method - class XmlRpcServerMethod { - public: - //! Constructor - XmlRpcServerMethod(std::string const& name, XmlRpcServer* server = 0); - //! Destructor - virtual ~XmlRpcServerMethod(); - - //! Returns the name of the method - std::string& name() { return _name; } - - //! Execute the method. Subclasses must provide a definition for this method. - virtual void execute(XmlRpcValue& params, XmlRpcValue& result) = 0; - - //! Returns a help string for the method. - //! Subclasses should define this method if introspection is being used. - virtual std::string help() { return std::string(); } - - protected: - std::string _name; - XmlRpcServer* _server; - }; -} // namespace XmlRpc - -#endif // _XMLRPCSERVERMETHOD_H_ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ff/ffb8afaba5c0eb7ba32a760d5a8324510d23dbb3.svn-base codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ff/ffb8afaba5c0eb7ba32a760d5a8324510d23dbb3.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/pristine/ff/ffb8afaba5c0eb7ba32a760d5a8324510d23dbb3.svn-base 2017-11-26 01:48:58.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/pristine/ff/ffb8afaba5c0eb7ba32a760d5a8324510d23dbb3.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,124 +0,0 @@ -// HelloClient.cpp : A simple xmlrpc client. Usage: HelloClient serverHost serverPort -// Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib -// on windows) -#include "XmlRpc.h" -#include -using namespace XmlRpc; - -int main(int argc, char* argv[]) -{ - if (argc != 3) { - std::cerr << "Usage: HelloClient serverHost serverPort\n"; - return -1; - } - int port = atoi(argv[2]); - //XmlRpc::setVerbosity(5); - - // Use introspection API to look up the supported methods - XmlRpcClient c(argv[1], port); - XmlRpcValue noArgs, result; - if (c.execute("system.listMethods", noArgs, result)) - std::cout << "\nMethods:\n " << result << "\n\n"; - else - std::cout << "Error calling 'listMethods'\n\n"; - - -//// // Use introspection API to get the help string for the Hello method -// XmlRpcValue oneArg; -// oneArg[0] = "exec"; -// if (c.execute("system.methodSignature", oneArg, result)) -// std::cout << "Help for 'Hello' method: " << result << "\n\n"; -// else -// std::cout << "Error calling 'methodHelp'\n\n"; - - // Add up an array of numbers - XmlRpcValue numbers; - numbers[0] = "print 1"; - numbers[1] = ""; - if (c.execute("run_code", numbers, result)) - { - std::cout << result.size(); - std::cout << "run_code result = " << "return code: "<0) - if(c.execute("cont", numbers, result)) - { - std::cout << result.size(); - std::cout << "cont result = " << int(result[0]) << result[1] << result[2] << "\n\n"; - } - else - std::cout << "Error calling 'cont'\n\n"; - - if (c.execute("end", noArgs, result)) - std::cout << "end result = " << result<< "\n\n"; - else - std::cout << "Error calling 'end'\n\n"; - -// -// -// // Use introspection API to get the help string for the Hello method -// XmlRpcValue oneArg; -// oneArg[0] = "Hello"; -// if (c.execute("system.methodHelp", oneArg, result)) -// std::cout << "Help for 'Hello' method: " << result << "\n\n"; -// else -// std::cout << "Error calling 'methodHelp'\n\n"; -// -// // Call the Hello method -// if (c.execute("Hello", noArgs, result)) -// std::cout << result << "\n\n"; -// else -// std::cout << "Error calling 'Hello'\n\n"; -// -// // Call the HelloName method -// oneArg[0] = "Chris"; -// if (c.execute("HelloName", oneArg, result)) -// std::cout << result << "\n\n"; -// else -// std::cout << "Error calling 'HelloName'\n\n"; -// -// // Add up an array of numbers -// XmlRpcValue numbers; -// numbers[0] = 33.33; -// numbers[1] = 112.57; -// numbers[2] = 76.1; -// std::cout << "numbers.size() is " << numbers.size() << std::endl; -// if (c.execute("Sum", numbers, result)) -// std::cout << "Sum = " << double(result) << "\n\n"; -// else -// std::cout << "Error calling 'Sum'\n\n"; -// -// // Test the "no such method" fault -// if (c.execute("NoSuchMethod", numbers, result)) -// std::cout << "NoSuchMethod call: fault: " << c.isFault() << ", result = " << result << std::endl; -// else -// std::cout << "Error calling 'Sum'\n"; -// -// // Test the multicall method. It accepts one arg, an array of structs -// XmlRpcValue multicall; -// multicall[0][0]["methodName"] = "Sum"; -// multicall[0][0]["params"][0] = 5.0; -// multicall[0][0]["params"][1] = 9.0; -// -// multicall[0][1]["methodName"] = "NoSuchMethod"; -// multicall[0][1]["params"][0] = ""; -// -// multicall[0][2]["methodName"] = "Sum"; -// // Missing params -// -// multicall[0][3]["methodName"] = "Sum"; -// multicall[0][3]["params"][0] = 10.5; -// multicall[0][3]["params"][1] = 12.5; -// -// if (c.execute("system.multicall", multicall, result)) -// std::cout << "\nmulticall result = " << result << std::endl; -// else -// std::cout << "\nError calling 'system.multicall'\n"; - - return 0; -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/PythonPlugins/.svn/wc.db and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/PythonPlugins/.svn/wc.db differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/Makefile.in codeblocks-17.12/src/plugins/contrib/regex_testbed/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/regex_testbed/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,813 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/regex_testbed +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libRegExTestbed_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libRegExTestbed_la_OBJECTS = regexdlg.lo RegExTestbed.lo +libRegExTestbed_la_OBJECTS = $(am_libRegExTestbed_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libRegExTestbed_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libRegExTestbed_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libRegExTestbed_la_SOURCES) +DIST_SOURCES = $(libRegExTestbed_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pkgdata_DATA = RegExTestbed.zip +pluginlib_LTLIBRARIES = libRegExTestbed.la +libRegExTestbed_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libRegExTestbed_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libRegExTestbed_la_SOURCES = regexdlg.cpp RegExTestbed.cpp +noinst_HEADERS = regexdlg.h RegExTestbed.h +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/regexdlg.xrc \ + $(srcdir)/manifest.xml \ + $(srcdir)/wxsmith/RegExDlg.wxs + +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/regex_testbed/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/regex_testbed/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libRegExTestbed.la: $(libRegExTestbed_la_OBJECTS) $(libRegExTestbed_la_DEPENDENCIES) $(EXTRA_libRegExTestbed_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libRegExTestbed_la_LINK) -rpath $(pluginlibdir) $(libRegExTestbed_la_OBJECTS) $(libRegExTestbed_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RegExTestbed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexdlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +RegExTestbed.zip: manifest.xml regexdlg.xrc + PWD=`pwd` cd $(srcdir) && zip $(PWD)/RegExTestbed.zip manifest.xml regexdlg.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/regexdlg.cpp codeblocks-17.12/src/plugins/contrib/regex_testbed/regexdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/regexdlg.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/regex_testbed/regexdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10293 $ * $Id: regexdlg.cpp 10293 2015-05-15 10:58:52Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/regex_testbed/regexdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/regex_testbed/regexdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/RegExTestbed.cpp codeblocks-17.12/src/plugins/contrib/regex_testbed/RegExTestbed.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/regex_testbed/RegExTestbed.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/regex_testbed/RegExTestbed.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7593 $ * $Id: RegExTestbed.cpp 7593 2011-11-13 19:04:12Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/regex_testbed/RegExTestbed.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/regex_testbed/RegExTestbed.cpp $ */ #include // Code::Blocks SDK diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ReopenEditor/Makefile.in codeblocks-17.12/src/plugins/contrib/ReopenEditor/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ReopenEditor/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ReopenEditor/Makefile.in 2017-12-28 11:01:56.000000000 +0000 @@ -0,0 +1,823 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ReopenEditor +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libReopenEditor_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libReopenEditor_la_OBJECTS = ReopenEditor.lo ReopenEditorConfDLg.lo \ + ReopenEditorListView.lo +libReopenEditor_la_OBJECTS = $(am_libReopenEditor_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libReopenEditor_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libReopenEditor_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libReopenEditor_la_SOURCES) +DIST_SOURCES = $(libReopenEditor_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libReopenEditor.la +libReopenEditor_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libReopenEditor_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libReopenEditor_la_SOURCES = ReopenEditor.cpp \ + ReopenEditorConfDLg.cpp \ + ReopenEditorListView.cpp + +noinst_HEADERS = ReopenEditor.h \ + ReopenEditorConfDLg.h \ + ReopenEditorListView.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/*.xrc \ + $(srcdir)/wxsmith/*.wxs \ + manifest.xml + +pkgdata_DATA = ReopenEditor.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ReopenEditor/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ReopenEditor/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libReopenEditor.la: $(libReopenEditor_la_OBJECTS) $(libReopenEditor_la_DEPENDENCIES) $(EXTRA_libReopenEditor_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libReopenEditor_la_LINK) -rpath $(pluginlibdir) $(libReopenEditor_la_OBJECTS) $(libReopenEditor_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditorConfDLg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReopenEditorListView.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +ReopenEditor.zip: manifest.xml ReopenEditorConfDLg.xrc + PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/ReopenEditor.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ReopenEditor/manifest.xml codeblocks-17.12/src/plugins/contrib/ReopenEditor/manifest.xml --- codeblocks-16.01svn11246/src/plugins/contrib/ReopenEditor/manifest.xml 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ReopenEditor/manifest.xml 2017-10-31 23:32:41.000000000 +0000 @@ -7,7 +7,7 @@ * * $Revision: 7600 $ * $Id: manifest.xml 7600 2011-11-20 10:44:50Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/ReopenEditor/manifest.xml $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/ReopenEditor/manifest.xml $ --> &2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/SmartIndent +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libSmartIndentCpp_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentCpp_la_OBJECTS = SmartIndentCpp.lo +libSmartIndentCpp_la_OBJECTS = $(am_libSmartIndentCpp_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libSmartIndentCpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentCpp_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentFortran_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentFortran_la_OBJECTS = SmartIndentFortran.lo +libSmartIndentFortran_la_OBJECTS = \ + $(am_libSmartIndentFortran_la_OBJECTS) +libSmartIndentFortran_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentFortran_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentHDL_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentHDL_la_OBJECTS = SmartIndentHDL.lo +libSmartIndentHDL_la_OBJECTS = $(am_libSmartIndentHDL_la_OBJECTS) +libSmartIndentHDL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentHDL_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentLua_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentLua_la_OBJECTS = SmartIndentLua.lo +libSmartIndentLua_la_OBJECTS = $(am_libSmartIndentLua_la_OBJECTS) +libSmartIndentLua_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentLua_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentPascal_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentPascal_la_OBJECTS = SmartIndentPascal.lo +libSmartIndentPascal_la_OBJECTS = \ + $(am_libSmartIndentPascal_la_OBJECTS) +libSmartIndentPascal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentPascal_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentPython_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentPython_la_OBJECTS = SmartIndentPython.lo +libSmartIndentPython_la_OBJECTS = \ + $(am_libSmartIndentPython_la_OBJECTS) +libSmartIndentPython_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentPython_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +libSmartIndentXML_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSmartIndentXML_la_OBJECTS = SmartIndentXML.lo +libSmartIndentXML_la_OBJECTS = $(am_libSmartIndentXML_la_OBJECTS) +libSmartIndentXML_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSmartIndentXML_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libSmartIndentCpp_la_SOURCES) \ + $(libSmartIndentFortran_la_SOURCES) \ + $(libSmartIndentHDL_la_SOURCES) \ + $(libSmartIndentLua_la_SOURCES) \ + $(libSmartIndentPascal_la_SOURCES) \ + $(libSmartIndentPython_la_SOURCES) \ + $(libSmartIndentXML_la_SOURCES) +DIST_SOURCES = $(libSmartIndentCpp_la_SOURCES) \ + $(libSmartIndentFortran_la_SOURCES) \ + $(libSmartIndentHDL_la_SOURCES) \ + $(libSmartIndentLua_la_SOURCES) \ + $(libSmartIndentPascal_la_SOURCES) \ + $(libSmartIndentPython_la_SOURCES) \ + $(libSmartIndentXML_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libSmartIndentHDL.la \ + libSmartIndentPascal.la \ + libSmartIndentCpp.la \ + libSmartIndentPython.la \ + libSmartIndentLua.la \ + libSmartIndentFortran.la \ + libSmartIndentXML.la + +libSmartIndentHDL_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentHDL_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentHDL_la_SOURCES = SmartIndentHDL.cpp +libSmartIndentPascal_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentPascal_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentPascal_la_SOURCES = SmartIndentPascal.cpp +libSmartIndentCpp_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentCpp_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentCpp_la_SOURCES = SmartIndentCpp.cpp +libSmartIndentPython_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentPython_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentPython_la_SOURCES = SmartIndentPython.cpp +libSmartIndentLua_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentLua_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentLua_la_SOURCES = SmartIndentLua.cpp +libSmartIndentFortran_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentFortran_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentFortran_la_SOURCES = SmartIndentFortran.cpp +libSmartIndentXML_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSmartIndentXML_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) + +libSmartIndentXML_la_SOURCES = SmartIndentXML.cpp +noinst_HEADERS = SmartIndentHDL.h \ + SmartIndentPascal.h \ + SmartIndentCpp.h \ + SmartIndentPython.h \ + SmartIndentLua.h \ + SmartIndentFortran.h \ + SmartIndentXML.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + manifest_hdl.xml \ + manifest_pascal.xml \ + manifest_cpp.xml \ + manifest_python.xml \ + manifest_lua.xml \ + manifest_fortran.xml \ + manifest_xml.xml + +pkgdata_DATA = SmartIndentHDL.zip \ + SmartIndentPascal.zip \ + SmartIndentCpp.zip \ + SmartIndentPython.zip \ + SmartIndentLua.zip \ + SmartIndentFortran.zip \ + SmartIndentXML.zip + +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SmartIndent/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/SmartIndent/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libSmartIndentCpp.la: $(libSmartIndentCpp_la_OBJECTS) $(libSmartIndentCpp_la_DEPENDENCIES) $(EXTRA_libSmartIndentCpp_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentCpp_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentCpp_la_OBJECTS) $(libSmartIndentCpp_la_LIBADD) $(LIBS) + +libSmartIndentFortran.la: $(libSmartIndentFortran_la_OBJECTS) $(libSmartIndentFortran_la_DEPENDENCIES) $(EXTRA_libSmartIndentFortran_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentFortran_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentFortran_la_OBJECTS) $(libSmartIndentFortran_la_LIBADD) $(LIBS) + +libSmartIndentHDL.la: $(libSmartIndentHDL_la_OBJECTS) $(libSmartIndentHDL_la_DEPENDENCIES) $(EXTRA_libSmartIndentHDL_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentHDL_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentHDL_la_OBJECTS) $(libSmartIndentHDL_la_LIBADD) $(LIBS) + +libSmartIndentLua.la: $(libSmartIndentLua_la_OBJECTS) $(libSmartIndentLua_la_DEPENDENCIES) $(EXTRA_libSmartIndentLua_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentLua_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentLua_la_OBJECTS) $(libSmartIndentLua_la_LIBADD) $(LIBS) + +libSmartIndentPascal.la: $(libSmartIndentPascal_la_OBJECTS) $(libSmartIndentPascal_la_DEPENDENCIES) $(EXTRA_libSmartIndentPascal_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentPascal_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentPascal_la_OBJECTS) $(libSmartIndentPascal_la_LIBADD) $(LIBS) + +libSmartIndentPython.la: $(libSmartIndentPython_la_OBJECTS) $(libSmartIndentPython_la_DEPENDENCIES) $(EXTRA_libSmartIndentPython_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentPython_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentPython_la_OBJECTS) $(libSmartIndentPython_la_LIBADD) $(LIBS) + +libSmartIndentXML.la: $(libSmartIndentXML_la_OBJECTS) $(libSmartIndentXML_la_DEPENDENCIES) $(EXTRA_libSmartIndentXML_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSmartIndentXML_la_LINK) -rpath $(pluginlibdir) $(libSmartIndentXML_la_OBJECTS) $(libSmartIndentXML_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentCpp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentFortran.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentHDL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentLua.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentPascal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentPython.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SmartIndentXML.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +.NOTPARALLEL: $(pkgdata_DATA) + +SmartIndentHDL.zip: manifest_hdl.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_hdl.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentHDL.zip manifest.xml + +SmartIndentPascal.zip: manifest_pascal.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_pascal.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentPascal.zip manifest.xml + +SmartIndentCpp.zip: manifest_cpp.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_cpp.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentCpp.zip manifest.xml + +SmartIndentPython.zip: manifest_python.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_python.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentPython.zip manifest.xml + +SmartIndentLua.zip: manifest_lua.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_lua.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentLua.zip manifest.xml + +SmartIndentFortran.zip: manifest_fortran.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_fortran.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentFortran.zip manifest.xml + +SmartIndentXML.zip: manifest_xml.xml + PWD=`pwd` cd $(srcdir) && \ + cp manifest_xml.xml ./manifest.xml && \ + zip -R $(PWD)/SmartIndentXML.zip manifest.xml + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/Makefile.in codeblocks-17.12/src/plugins/contrib/source_exporter/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/source_exporter/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,951 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/source_exporter +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libexporter_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + wxPdfDocument/libwxPdfDocument.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +am_libexporter_la_OBJECTS = BaseExporter.lo exporter.lo \ + HTMLExporter.lo ODTExporter.lo PDFExporter.lo RTFExporter.lo +libexporter_la_OBJECTS = $(am_libexporter_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libexporter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libexporter_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libexporter_la_SOURCES) +DIST_SOURCES = $(libexporter_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = wxPdfDocument +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_FONTCONFIG_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/plugins/contrib/source_exporter/wxPdfDocument/include \ + -include "sdk.h" \ + -DwxPDF_USE_WXMODULE=0 + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libexporter.la +libexporter_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libexporter_la_LIBADD = ../../../sdk/libcodeblocks.la \ + wxPdfDocument/libwxPdfDocument.la \ + $(WX_LIBS) $(CB_FONTCONFIG_LIBS) + +libexporter_la_SOURCES = BaseExporter.cpp \ + exporter.cpp \ + HTMLExporter.cpp \ + ODTExporter.cpp \ + PDFExporter.cpp \ + RTFExporter.cpp + +noinst_HEADERS = BaseExporter.h \ + exporter.h \ + HTMLExporter.h \ + ODTExporter.h \ + PDFExporter.h \ + RTFExporter.h + +EXTRA_DIST = $(srcdir)/*.cbp manifest.xml +pkgdata_DATA = exporter.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libexporter.la: $(libexporter_la_OBJECTS) $(libexporter_la_DEPENDENCIES) $(EXTRA_libexporter_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libexporter_la_LINK) -rpath $(pluginlibdir) $(libexporter_la_OBJECTS) $(libexporter_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseExporter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTMLExporter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ODTExporter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PDFExporter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RTFExporter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exporter.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +exporter.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/exporter.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.in codeblocks-17.12/src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,952 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/source_exporter/wxPdfDocument +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxPdfDocument_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxPdfDocument_la_OBJECTS = src/pdfannotation.lo \ + src/pdfbarcode.lo src/pdfcffdecoder.lo src/pdfcffindex.lo \ + src/pdfcolour.lo src/pdfdc.lo src/pdfdecode.lo \ + src/pdfdocument.lo src/pdfencoding.lo src/pdfencrypt.lo \ + src/pdffont.lo src/pdffontdatacore.lo src/pdffontdata.lo \ + src/pdffontdataopentype.lo src/pdffontdatatruetype.lo \ + src/pdffontdatatype0.lo src/pdffontdatatype1.lo \ + src/pdffontdescription.lo src/pdffontdetails.lo \ + src/pdffontextended.lo src/pdffontmanager.lo \ + src/pdffontparser.lo src/pdffontparsertruetype.lo \ + src/pdffontparsertype1.lo src/pdffontsubsetcff.lo \ + src/pdffontsubsettruetype.lo src/pdffontvolt.lo src/pdfform.lo \ + src/pdfgradient.lo src/pdfgraphics.lo src/pdfimage.lo \ + src/pdfkernel.lo src/pdflayer.lo src/pdfobjects.lo \ + src/pdfocg.lo src/pdfparser.lo src/pdfpattern.lo \ + src/pdfprint.lo src/pdfrijndael.lo src/pdftemplate.lo \ + src/pdfutility.lo src/pdfxml.lo +libwxPdfDocument_la_OBJECTS = $(am_libwxPdfDocument_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxPdfDocument_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxPdfDocument_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxPdfDocument_la_SOURCES) +DIST_SOURCES = $(libwxPdfDocument_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/plugins/contrib/source_exporter/wxPdfDocument/include \ + -DwxPDF_USE_WXMODULE=0 + +noinst_LTLIBRARIES = libwxPdfDocument.la +libwxPdfDocument_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxPdfDocument_la_SOURCES = src/pdfannotation.cpp \ + src/pdfbarcode.cpp \ + src/pdfcffdecoder.cpp \ + src/pdfcffindex.cpp \ + src/pdfcolour.cpp \ + src/pdfdc.cpp \ + src/pdfdecode.cpp \ + src/pdfdocument.cpp \ + src/pdfencoding.cpp \ + src/pdfencrypt.cpp \ + src/pdffont.cpp \ + src/pdffontdatacore.cpp \ + src/pdffontdata.cpp \ + src/pdffontdataopentype.cpp \ + src/pdffontdatatruetype.cpp \ + src/pdffontdatatype0.cpp \ + src/pdffontdatatype1.cpp \ + src/pdffontdescription.cpp \ + src/pdffontdetails.cpp \ + src/pdffontextended.cpp \ + src/pdffontmanager.cpp \ + src/pdffontparser.cpp \ + src/pdffontparsertruetype.cpp \ + src/pdffontparsertype1.cpp \ + src/pdffontsubsetcff.cpp \ + src/pdffontsubsettruetype.cpp \ + src/pdffontvolt.cpp \ + src/pdfform.cpp \ + src/pdfgradient.cpp \ + src/pdfgraphics.cpp \ + src/pdfimage.cpp \ + src/pdfkernel.cpp \ + src/pdflayer.cpp \ + src/pdfobjects.cpp \ + src/pdfocg.cpp \ + src/pdfparser.cpp \ + src/pdfpattern.cpp \ + src/pdfprint.cpp \ + src/pdfrijndael.cpp \ + src/pdftemplate.cpp \ + src/pdfutility.cpp \ + src/pdfxml.cpp + +noinst_HEADERS = include/wx/pdfannotation.h \ + include/wx/pdfarraydouble.h \ + include/wx/pdfarraytypes.h \ + include/wx/pdfbarcode.h \ + include/wx/pdfbookmark.h \ + include/wx/pdfcffdecoder.h \ + include/wx/pdfcffindex.h \ + include/wx/pdfcjkfontdata.h \ + include/wx/pdfcolour.h \ + include/wx/pdfcoonspatchmesh.h \ + include/wx/pdfcorefontdata.h \ + include/wx/pdfdc28.h \ + include/wx/pdfdc29.h \ + include/wx/pdfdc.h \ + include/wx/pdfdocdef.h \ + include/wx/pdfdoc.h \ + include/wx/pdfdocument.h \ + include/wx/pdfencoding.h \ + include/wx/pdfencrypt.h \ + include/wx/pdffontdatacore.h \ + include/wx/pdffontdata.h \ + include/wx/pdffontdataopentype.h \ + include/wx/pdffontdatatruetype.h \ + include/wx/pdffontdatatype0.h \ + include/wx/pdffontdatatype1.h \ + include/wx/pdffontdescription.h \ + include/wx/pdffontdetails.h \ + include/wx/pdffontextended.h \ + include/wx/pdffont.h \ + include/wx/pdffontmacosx.h \ + include/wx/pdffontmanager.h \ + include/wx/pdffontparser.h \ + include/wx/pdffontparsertruetype.h \ + include/wx/pdffontparsertype1.h \ + include/wx/pdffontsubsetcff.h \ + include/wx/pdffontsubsettruetype.h \ + include/wx/pdffontvolt.h \ + include/wx/pdfform.h \ + include/wx/pdfgradient.h \ + include/wx/pdfgraphics.h \ + include/wx/pdfimage.h \ + include/wx/pdfinfo.h \ + include/wx/pdflayer.h \ + include/wx/pdflinestyle.h \ + include/wx/pdflinks.h \ + include/wx/pdfobjects.h \ + include/wx/pdfparser.h \ + include/wx/pdfpattern.h \ + include/wx/pdfprint.h \ + include/wx/pdfproperties.h \ + include/wx/pdfrijndael.h \ + include/wx/pdfshape.h \ + include/wx/pdfspotcolour.h \ + include/wx/pdftemplate.h \ + include/wx/pdfutility.h \ + include/wx/pdfxml.h \ + src/wxmemdbg.h + +EXTRA_DIST = src/pdfcjkfontdata.inc \ + src/pdfcmapdata.inc \ + src/pdfcodepagedata.inc \ + src/pdfcolourdata.inc \ + src/pdfcorefontdata.inc \ + src/pdfcorefontkerning.inc \ + src/pdfdc28.inc \ + src/pdfdc29.inc \ + src/pdfglyphnames.inc + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/wxPdfDocument/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/source_exporter/wxPdfDocument/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/pdfannotation.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdfbarcode.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfcffdecoder.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdfcffindex.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfcolour.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfdc.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfdecode.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfdocument.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfencoding.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfencrypt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdffont.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdatacore.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdata.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdataopentype.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdatatruetype.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdatatype0.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdatatype1.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdescription.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontdetails.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontextended.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontmanager.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontparser.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontparsertruetype.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontparsertype1.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontsubsetcff.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontsubsettruetype.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/pdffontvolt.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfform.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfgradient.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfgraphics.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfimage.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfkernel.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdflayer.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfobjects.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfocg.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfparser.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfpattern.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfprint.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfrijndael.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdftemplate.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfutility.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/pdfxml.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +libwxPdfDocument.la: $(libwxPdfDocument_la_OBJECTS) $(libwxPdfDocument_la_DEPENDENCIES) $(EXTRA_libwxPdfDocument_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxPdfDocument_la_LINK) $(libwxPdfDocument_la_OBJECTS) $(libwxPdfDocument_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f src/*.$(OBJEXT) + -rm -f src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfannotation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfbarcode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcffdecoder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcffindex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfcolour.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdecode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfdocument.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfencoding.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfencrypt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffont.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatacore.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdataopentype.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatruetype.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatype0.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdatatype1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdescription.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontdetails.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontextended.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparsertruetype.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontparsertype1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontsubsetcff.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontsubsettruetype.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdffontvolt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfform.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfgradient.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfgraphics.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfimage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfkernel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdflayer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfobjects.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfocg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfparser.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfpattern.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfprint.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfrijndael.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdftemplate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfutility.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pdfxml.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf src/.libs src/_libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/Makefile.in codeblocks-17.12/src/plugins/contrib/SpellChecker/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/SpellChecker/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,1061 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/SpellChecker +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(dist_confimages_DATA) \ + $(dist_onlinecheckerconfig_DATA) $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(confimagesdir)" \ + "$(DESTDIR)$(onlinecheckerconfigdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libSpellChecker_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + wxspellchecker/libwxSpellChecker.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libSpellChecker_la_OBJECTS = DictionariesNeededDialog.lo \ + MySpellingDialog.lo OnlineSpellChecker.lo SpellCheckHelper.lo \ + SpellCheckSettingsPanel.lo SpellCheckerConfig.lo \ + SpellCheckerPlugin.lo StatusField.lo Thesaurus.lo \ + ThesaurusDialog.lo mythes.lo wxThes.lo +libSpellChecker_la_OBJECTS = $(am_libSpellChecker_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libSpellChecker_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libSpellChecker_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libSpellChecker_la_SOURCES) +DIST_SOURCES = $(libSpellChecker_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(dist_confimages_DATA) $(dist_onlinecheckerconfig_DATA) \ + $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = wxspellchecker +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_HUNSPELL_CFLAGS) \ + -I$(srcdir)/wxspellchecker/include \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libSpellChecker.la +libSpellChecker_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSpellChecker_la_LIBADD = ../../../sdk/libcodeblocks.la \ + wxspellchecker/libwxSpellChecker.la \ + $(WX_LIBS) \ + $(CB_HUNSPELL_LIBS) \ + $(CB_TINYXML_LIBS) + +libSpellChecker_la_SOURCES = DictionariesNeededDialog.cpp \ + MySpellingDialog.cpp \ + OnlineSpellChecker.cpp \ + SpellCheckHelper.cpp \ + SpellCheckSettingsPanel.cpp \ + SpellCheckerConfig.cpp \ + SpellCheckerPlugin.cpp \ + StatusField.cpp \ + Thesaurus.cpp \ + ThesaurusDialog.cpp \ + mythes.cxx \ + wxThes.cpp + +noinst_HEADERS = DictionariesNeededDialog.h \ + MySpellingDialog.h \ + SpellCheckHelper.h \ + SpellCheckerConfig.h \ + StatusField.h \ + ThesaurusDialog.h \ + OnlineSpellChecker.h \ + SpellCheckSettingsPanel.h \ + SpellCheckerPlugin.h \ + Thesaurus.h \ + mythes.hxx \ + wxThes.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/*.xrc \ + $(srcdir)/*.png \ + wxsmith \ + hunspell \ + dictionaries \ + manifest.xml \ + $(srcdir)/update* + +pkgdata_DATA = SpellChecker.zip +CLEANFILES = $(pkgdata_DATA) +confimagesdir = $(datadir)/@PACKAGE@/images/settings +dist_confimages_DATA = $(srcdir)/*.png +onlinecheckerconfigdir = $(datadir)/@PACKAGE@/SpellChecker +dist_onlinecheckerconfig_DATA = $(srcdir)/rc/*.png $(srcdir)/OnlineSpellChecking.xml +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .cxx .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libSpellChecker.la: $(libSpellChecker_la_OBJECTS) $(libSpellChecker_la_DEPENDENCIES) $(EXTRA_libSpellChecker_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSpellChecker_la_LINK) -rpath $(pluginlibdir) $(libSpellChecker_la_OBJECTS) $(libSpellChecker_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DictionariesNeededDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MySpellingDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OnlineSpellChecker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckHelper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckSettingsPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckerConfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpellCheckerPlugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StatusField.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Thesaurus.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThesaurusDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mythes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxThes.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +.cxx.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cxx.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cxx.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_confimagesDATA: $(dist_confimages_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ + done + +uninstall-dist_confimagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) +install-dist_onlinecheckerconfigDATA: $(dist_onlinecheckerconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_onlinecheckerconfig_DATA)'; test -n "$(onlinecheckerconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(onlinecheckerconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(onlinecheckerconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(onlinecheckerconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(onlinecheckerconfigdir)" || exit $$?; \ + done + +uninstall-dist_onlinecheckerconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_onlinecheckerconfig_DATA)'; test -n "$(onlinecheckerconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(onlinecheckerconfigdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(onlinecheckerconfigdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_confimagesDATA \ + install-dist_onlinecheckerconfigDATA install-pkgdataDATA \ + install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_confimagesDATA \ + uninstall-dist_onlinecheckerconfigDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_confimagesDATA \ + install-dist_onlinecheckerconfigDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgdataDATA \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-dist_confimagesDATA \ + uninstall-dist_onlinecheckerconfigDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +SpellChecker.zip: manifest.xml SpellCheckSettingsPanel.xrc + PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/SpellChecker.zip manifest.xml SpellCheckSettingsPanel.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.in codeblocks-17.12/src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,803 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/SpellChecker/wxspellchecker +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) ChangeLog TODO +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxSpellChecker_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxSpellChecker_la_OBJECTS = ../HunspellInterface.lo \ + src/PersonalDictionary.lo src/SpellCheckCmdLineInterface.lo \ + src/SpellCheckDialogInterface.lo \ + src/SpellCheckEngineInterface.lo src/SpellCheckEngineOption.lo \ + src/SpellCheckUserInterface.lo \ + src/SpellCheckerOptionsDialog.lo \ + src/XmlPersonalDictionaryDialog.lo src/XmlSpellCheckDialog.lo \ + src/exports.lo +libwxSpellChecker_la_OBJECTS = $(am_libwxSpellChecker_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxSpellChecker_la_SOURCES) +DIST_SOURCES = $(libwxSpellChecker_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_HUNSPELL_CFLAGS) \ + -I$(srcdir)/include \ + -I$(srcdir)/.. \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -DHUNSPELL_STATIC + +noinst_LTLIBRARIES = libwxSpellChecker.la +libwxSpellChecker_la_LIBADD = $(WX_LIBS) \ + $(CB_HUNSPELL_LIBS) + +libwxSpellChecker_la_SOURCES = ../HunspellInterface.cpp \ + src/PersonalDictionary.cpp \ + src/SpellCheckCmdLineInterface.cpp \ + src/SpellCheckDialogInterface.cpp \ + src/SpellCheckEngineInterface.cpp \ + src/SpellCheckEngineOption.cpp \ + src/SpellCheckUserInterface.cpp \ + src/SpellCheckerOptionsDialog.cpp \ + src/XmlPersonalDictionaryDialog.cpp \ + src/XmlSpellCheckDialog.cpp \ + src/exports.cpp + +noinst_HEADERS = ../HunspellInterface.h \ + include/PersonalDictionary.h \ + include/SpellCheckEngineInterface.h \ + include/SpellCheckerOptionsDialog.h \ + include/exports.h \ + include/SpellCheckCmdLineInterface.h \ + include/SpellCheckEngineOption.h \ + include/XmlPersonalDictionaryDialog.h \ + include/SpellCheckDialogInterface.h \ + include/SpellCheckUserInterface.h \ + include/XmlSpellCheckDialog.h + +EXTRA_DIST = src/open.xpm +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/wxspellchecker/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/SpellChecker/wxspellchecker/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +../$(am__dirstamp): + @$(MKDIR_P) .. + @: > ../$(am__dirstamp) +../$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../$(DEPDIR) + @: > ../$(DEPDIR)/$(am__dirstamp) +../HunspellInterface.lo: ../$(am__dirstamp) \ + ../$(DEPDIR)/$(am__dirstamp) +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/PersonalDictionary.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckCmdLineInterface.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckDialogInterface.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckEngineInterface.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckEngineOption.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckUserInterface.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/SpellCheckerOptionsDialog.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/XmlPersonalDictionaryDialog.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/XmlSpellCheckDialog.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +src/exports.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +libwxSpellChecker.la: $(libwxSpellChecker_la_OBJECTS) $(libwxSpellChecker_la_DEPENDENCIES) $(EXTRA_libwxSpellChecker_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libwxSpellChecker_la_OBJECTS) $(libwxSpellChecker_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ../*.$(OBJEXT) + -rm -f ../*.lo + -rm -f src/*.$(OBJEXT) + -rm -f src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@../$(DEPDIR)/HunspellInterface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/PersonalDictionary.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckCmdLineInterface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckDialogInterface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckEngineInterface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckEngineOption.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckUserInterface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SpellCheckerOptionsDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/XmlPersonalDictionaryDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/XmlSpellCheckDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/exports.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ../.libs ../_libs + -rm -rf src/.libs src/_libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ../$(DEPDIR)/$(am__dirstamp) + -rm -f ../$(am__dirstamp) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ../$(DEPDIR) src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ../$(DEPDIR) src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/symtab/Makefile.in codeblocks-17.12/src/plugins/contrib/symtab/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/symtab/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/symtab/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,901 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/symtab +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libSymTab_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libSymTab_la_OBJECTS = symtabconfig.lo symtab.lo symtabexec.lo +libSymTab_la_OBJECTS = $(am_libSymTab_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libSymTab_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libSymTab_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libSymTab_la_SOURCES) +DIST_SOURCES = $(libSymTab_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libSymTab.la +libSymTab_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libSymTab_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libSymTab_la_SOURCES = symtabconfig.cpp \ + symtab.cpp \ + symtabexec.cpp + +noinst_HEADERS = symtabconfig.h \ + symtabexec.h \ + symtab.h + +EXTRA_DIST = $(srcdir)/*.cbp +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/symtab/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/symtab/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libSymTab.la: $(libSymTab_la_OBJECTS) $(libSymTab_la_DEPENDENCIES) $(EXTRA_libSymTab_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libSymTab_la_LINK) -rpath $(pluginlibdir) $(libSymTab_la_OBJECTS) $(libSymTab_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabconfig.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabexec.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/symtab/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/symtab/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/symtab/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/symtab/resources/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/symtab/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = config_dialog.xrc exec_dialog.xrc manifest.xml +pkgdata_DATA = SymTab.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/symtab/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/symtab/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +SymTab.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/SymTab.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtabconfig.cpp codeblocks-17.12/src/plugins/contrib/symtab/symtabconfig.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtabconfig.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/symtab/symtabconfig.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: symtabconfig.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/symtab/symtabconfig.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/symtab/symtabconfig.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtab.cpp codeblocks-17.12/src/plugins/contrib/symtab/symtab.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtab.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/symtab/symtab.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: symtab.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/symtab/symtab.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/symtab/symtab.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtabexec.cpp codeblocks-17.12/src/plugins/contrib/symtab/symtabexec.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/symtab/symtabexec.cpp 2017-11-26 01:48:32.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/symtab/symtabexec.cpp 2017-10-31 23:32:41.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10024 $ * $Id: symtabexec.cpp 10024 2014-11-06 09:23:26Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/symtab/symtabexec.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/symtab/symtabexec.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/Makefile.in codeblocks-17.12/src/plugins/contrib/ThreadSearch/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ThreadSearch/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,1007 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ThreadSearch +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libThreadSearch_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + ../wxContribItems/wxthings/libwxcustombutton.la \ + $(am__DEPENDENCIES_1) +am_libThreadSearch_la_OBJECTS = DirectoryParamsPanel.lo \ + InsertIndexManager.lo SearchInPanel.lo TextFileSearcher.lo \ + TextFileSearcherRegEx.lo TextFileSearcherText.lo \ + ThreadSearch.lo ThreadSearchConfPanel.lo \ + ThreadSearchControlIds.lo ThreadSearchEvent.lo \ + ThreadSearchFindData.lo ThreadSearchLoggerBase.lo \ + ThreadSearchLoggerList.lo ThreadSearchLoggerTree.lo \ + ThreadSearchThread.lo ThreadSearchTrace.lo ThreadSearchView.lo \ + ThreadSearchViewManagerBase.lo \ + ThreadSearchViewManagerLayout.lo \ + ThreadSearchViewManagerMessagesNotebook.lo +libThreadSearch_la_OBJECTS = $(am_libThreadSearch_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libThreadSearch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libThreadSearch_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libThreadSearch_la_SOURCES) +DIST_SOURCES = $(libThreadSearch_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ + -I$(srcdir)/../wxContribItems/wxthings/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libThreadSearch.la +libThreadSearch_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libThreadSearch_la_LIBADD = ../../../sdk/libcodeblocks.la ../wxContribItems/wxthings/libwxcustombutton.la $(WX_LIBS) +libThreadSearch_la_SOURCES = DirectoryParamsPanel.cpp \ + InsertIndexManager.cpp \ + SearchInPanel.cpp \ + TextFileSearcher.cpp \ + TextFileSearcherRegEx.cpp \ + TextFileSearcherText.cpp \ + ThreadSearch.cpp \ + ThreadSearchConfPanel.cpp \ + ThreadSearchControlIds.cpp \ + ThreadSearchEvent.cpp \ + ThreadSearchFindData.cpp \ + ThreadSearchLoggerBase.cpp \ + ThreadSearchLoggerList.cpp \ + ThreadSearchLoggerTree.cpp \ + ThreadSearchThread.cpp \ + ThreadSearchTrace.cpp \ + ThreadSearchView.cpp \ + ThreadSearchViewManagerBase.cpp \ + ThreadSearchViewManagerLayout.cpp \ + ThreadSearchViewManagerMessagesNotebook.cpp + +noinst_HEADERS = DirectoryParamsPanel.h \ + InsertIndexManager.h \ + logging.h \ + SearchInPanel.h \ + TextFileSearcher.h \ + TextFileSearcherRegEx.h \ + TextFileSearcherText.h \ + ThreadSearch.h \ + ThreadSearchConfPanel.h \ + ThreadSearchControlIds.h \ + ThreadSearchEvent.h \ + ThreadSearchFindData.h \ + ThreadSearchLoggerBase.h \ + ThreadSearchLoggerList.h \ + ThreadSearchLoggerTree.h \ + ThreadSearchThread.h \ + ThreadSearchTrace.h \ + ThreadSearchView.h \ + ThreadSearchViewManagerBase.h \ + ThreadSearchViewManagerLayout.h \ + ThreadSearchViewManagerMessagesNotebook.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/ThreadSearch.wxg \ + $(srcdir)/update* \ + $(srcdir)/manifest.xml + +pkgdata_DATA = ThreadSearch.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libThreadSearch.la: $(libThreadSearch_la_OBJECTS) $(libThreadSearch_la_DEPENDENCIES) $(EXTRA_libThreadSearch_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libThreadSearch_la_LINK) -rpath $(pluginlibdir) $(libThreadSearch_la_OBJECTS) $(libThreadSearch_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DirectoryParamsPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InsertIndexManager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SearchInPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcher.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcherRegEx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TextFileSearcherText.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchConfPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchControlIds.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchEvent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchFindData.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerList.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchLoggerTree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchThread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchTrace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerLayout.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ThreadSearchViewManagerMessagesNotebook.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +ThreadSearch.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/ThreadSearch.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile.in codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ThreadSearch/resources/images/16x16 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch/16x16 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile.in codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ThreadSearch/resources/images/22x22 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch/22x22 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/Makefile.in codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/images/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/images/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,790 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ThreadSearch/resources/images +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +pkgdatadir = $(datadir)/@PACKAGE@/images/ThreadSearch +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = 16x16 22x22 +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/images/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ThreadSearch/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ThreadSearch/resources/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,791 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ThreadSearch/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +pkgdatadir = $(datadir)/@PACKAGE@/images/settings +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = images +EXTRA_DIST = ThreadSearch.xcf +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ThreadSearch/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Makefile.in codeblocks-17.12/src/plugins/contrib/ToolsPlus/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ToolsPlus/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,952 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ToolsPlus +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libToolsPlus_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libToolsPlus_la_OBJECTS = CmdConfigDialog.lo PipedProcessCtrl.lo \ + se_globals.lo ShellCtrlBase.lo shellproperties.lo ToolsPlus.lo +libToolsPlus_la_OBJECTS = $(am_libToolsPlus_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libToolsPlus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libToolsPlus_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libToolsPlus_la_SOURCES) +DIST_SOURCES = $(libToolsPlus_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = Resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libToolsPlus.la +libToolsPlus_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libToolsPlus_la_LIBADD = ../../../sdk/libcodeblocks.la $(WX_LIBS) +libToolsPlus_la_SOURCES = CmdConfigDialog.cpp \ + PipedProcessCtrl.cpp \ + se_globals.cpp \ + ShellCtrlBase.cpp \ + shellproperties.cpp \ + ToolsPlus.cpp + +noinst_HEADERS = CmdConfigDialog.h \ + PipedProcessCtrl.h \ + se_globals.h \ + ShellCtrlBase.h \ + shellproperties.h \ + ToolsPlus.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/update* \ + $(srcdir)/manifest.xml + +pkgdata_DATA = ToolsPlus.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libToolsPlus.la: $(libToolsPlus_la_OBJECTS) $(libToolsPlus_la_DEPENDENCIES) $(EXTRA_libToolsPlus_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libToolsPlus_la_LINK) -rpath $(pluginlibdir) $(libToolsPlus_la_OBJECTS) $(libToolsPlus_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CmdConfigDialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PipedProcessCtrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ShellCtrlBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ToolsPlus.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se_globals.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shellproperties.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +ToolsPlus.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip -j9 $(PWD)/ToolsPlus.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Resources/Makefile.in codeblocks-17.12/src/plugins/contrib/ToolsPlus/Resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/ToolsPlus/Resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/ToolsPlus/Resources/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,610 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/ToolsPlus/Resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/settings +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +EXTRA_DIST = dialogs.fbp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/ToolsPlus/Resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/Makefile.in codeblocks-17.12/src/plugins/contrib/Valgrind/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Valgrind/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,909 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/Valgrind +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libValgrind_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libValgrind_la_OBJECTS = Valgrind.lo ValgrindListLog.lo \ + valgrind_config.lo +libValgrind_la_OBJECTS = $(am_libValgrind_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libValgrind_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libValgrind_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libValgrind_la_SOURCES) +DIST_SOURCES = $(libValgrind_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libValgrind.la +libValgrind_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libValgrind_la_LIBADD = ../../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libValgrind_la_SOURCES = Valgrind.cpp \ + ValgrindListLog.cpp \ + valgrind_config.cpp + +noinst_HEADERS = Valgrind.h \ + ValgrindListLog.h \ + valgrind_config.h + +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/update* \ + wxsmith/valgrind_config_panel.wxs + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libValgrind.la: $(libValgrind_la_OBJECTS) $(libValgrind_la_DEPENDENCIES) $(EXTRA_libValgrind_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libValgrind_la_LINK) -rpath $(pluginlibdir) $(libValgrind_la_OBJECTS) $(libValgrind_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Valgrind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ValgrindListLog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valgrind_config.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/resources/Makefile.in codeblocks-17.12/src/plugins/contrib/Valgrind/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/Valgrind/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/Valgrind/resources/Makefile.in 2017-12-28 11:01:57.000000000 +0000 @@ -0,0 +1,642 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/Valgrind/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_confimages_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(confimagesdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_confimages_DATA) $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = manifest.xml \ + $(srcdir)/images/*.png + +pkgdata_DATA = Valgrind.zip +CLEANFILES = $(pkgdata_DATA) +confimagesdir = $(datadir)/@PACKAGE@/images/settings +dist_confimages_DATA = $(srcdir)/images/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/Valgrind/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_confimagesDATA: $(dist_confimages_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(confimagesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(confimagesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confimagesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(confimagesdir)" || exit $$?; \ + done + +uninstall-dist_confimagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_confimages_DATA)'; test -n "$(confimagesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(confimagesdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(confimagesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_confimagesDATA install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_confimagesDATA uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_confimagesDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pkgdataDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_confimagesDATA \ + uninstall-pkgdataDATA + + +Valgrind.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/Valgrind.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,684 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/KWIC/include/wx/KWIC +sdk_HEADERS = \ +./AngularMeter.h \ +./AngularRegulator.h \ +./BmpCheckBox.h \ +./BmpSwitcher.h \ +./LCDClock.h \ +./LCDWindow.h \ +./LinearMeter.h \ +./LinearRegulator.h \ +./TimeAlarm.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,681 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/KWIC/include//wx/xrc +sdk_HEADERS = \ +.//xh_kwxangularmeterhandler.h \ +./xh_kwxangularregulatorhandler.h \ +./xh_kwxlcdclockhandler.h \ +./xh_kwxlcddisplayhandler.h \ +./xh_kwxlinearmeterhandler.h \ +./xh_kwxlinearregulatorhandler.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/KWIC/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/KWIC/Makefile.in 2017-12-28 11:01:59.000000000 +0000 @@ -0,0 +1,987 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/KWIC +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxkwic_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxkwic_la_OBJECTS = ./src/wx/KWIC/AngularMeter.lo \ + ./src/wx/KWIC/AngularRegulator.lo ./src/wx/KWIC/BmpCheckBox.lo \ + ./src/wx/KWIC/BmpSwitcher.lo ./src/wx/KWIC/LCDClock.lo \ + ./src/wx/KWIC/LCDWindow.lo ./src/wx/KWIC/LinearMeter.lo \ + ./src/wx/KWIC/LinearRegulator.lo ./src/wx/KWIC/TimeAlarm.lo \ + ./src/wx/xrc/xh_kwxangularmeterhandler.lo \ + ./src/wx/xrc/xh_kwxangularregulatorhandler.lo \ + ./src/wx/xrc/xh_kwxlcdclockhandler.lo \ + ./src/wx/xrc/xh_kwxlcddisplayhandler.lo \ + ./src/wx/xrc/xh_kwxlinearmeterhandler.lo \ + ./src/wx/xrc/xh_kwxlinearregulatorhandler.lo +libwxkwic_la_OBJECTS = $(am_libwxkwic_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxkwic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libwxkwic_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxkwic_la_SOURCES) +DIST_SOURCES = $(libwxkwic_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = include/wx/KWIC include/wx/xrc +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxkwic.la +libwxkwic_la_LDFLAGS = -version-info 0:1:0 +libwxkwic_la_LIBADD = $(WX_LIBS) +libwxkwic_la_SOURCES = \ +./src/wx/KWIC/AngularMeter.cpp \ +./src/wx/KWIC/AngularRegulator.cpp \ +./src/wx/KWIC/BmpCheckBox.cpp \ +./src/wx/KWIC/BmpSwitcher.cpp \ +./src/wx/KWIC/LCDClock.cpp \ +./src/wx/KWIC/LCDWindow.cpp \ +./src/wx/KWIC/LinearMeter.cpp \ +./src/wx/KWIC/LinearRegulator.cpp \ +./src/wx/KWIC/TimeAlarm.cpp \ +./src/wx/xrc/xh_kwxangularmeterhandler.cpp \ +./src/wx/xrc/xh_kwxangularregulatorhandler.cpp \ +./src/wx/xrc/xh_kwxlcdclockhandler.cpp \ +./src/wx/xrc/xh_kwxlcddisplayhandler.cpp \ +./src/wx/xrc/xh_kwxlinearmeterhandler.cpp \ +./src/wx/xrc/xh_kwxlinearregulatorhandler.cpp + +EXTRA_DIST = \ +./CREDITS \ +./KWIC-LICENSE + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/KWIC/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/wx/KWIC/$(am__dirstamp): + @$(MKDIR_P) ./src/wx/KWIC + @: > src/wx/KWIC/$(am__dirstamp) +src/wx/KWIC/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/wx/KWIC/$(DEPDIR) + @: > src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/AngularMeter.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/AngularRegulator.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/BmpCheckBox.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/BmpSwitcher.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/LCDClock.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/LCDWindow.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/LinearMeter.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/LinearRegulator.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +./src/wx/KWIC/TimeAlarm.lo: src/wx/KWIC/$(am__dirstamp) \ + src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) +src/wx/xrc/$(am__dirstamp): + @$(MKDIR_P) ./src/wx/xrc + @: > src/wx/xrc/$(am__dirstamp) +src/wx/xrc/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/wx/xrc/$(DEPDIR) + @: > src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxangularmeterhandler.lo: src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxangularregulatorhandler.lo: \ + src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxlcdclockhandler.lo: src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxlcddisplayhandler.lo: src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxlinearmeterhandler.lo: src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) +./src/wx/xrc/xh_kwxlinearregulatorhandler.lo: \ + src/wx/xrc/$(am__dirstamp) \ + src/wx/xrc/$(DEPDIR)/$(am__dirstamp) + +libwxkwic.la: $(libwxkwic_la_OBJECTS) $(libwxkwic_la_DEPENDENCIES) $(EXTRA_libwxkwic_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxkwic_la_LINK) -rpath $(wxcontribitemsdir) $(libwxkwic_la_OBJECTS) $(libwxkwic_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/wx/KWIC/*.$(OBJEXT) + -rm -f ./src/wx/KWIC/*.lo + -rm -f ./src/wx/xrc/*.$(OBJEXT) + -rm -f ./src/wx/xrc/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/AngularMeter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/AngularRegulator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/BmpCheckBox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/BmpSwitcher.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LCDClock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LCDWindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LinearMeter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/LinearRegulator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/KWIC/$(DEPDIR)/TimeAlarm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxangularmeterhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxangularregulatorhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlcdclockhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlcddisplayhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlinearmeterhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wx/xrc/$(DEPDIR)/xh_kwxlinearregulatorhandler.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/wx/KWIC/.libs ./src/wx/KWIC/_libs + -rm -rf ./src/wx/xrc/.libs ./src/wx/xrc/_libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(wxcontribitemsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/wx/KWIC/$(DEPDIR)/$(am__dirstamp) + -rm -f src/wx/KWIC/$(am__dirstamp) + -rm -f src/wx/xrc/$(DEPDIR)/$(am__dirstamp) + -rm -f src/wx/xrc/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./src/wx/KWIC/$(DEPDIR) ./src/wx/xrc/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./src/wx/KWIC/$(DEPDIR) ./src/wx/xrc/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-wxcontribitemsLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,828 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(srcdir)/wxsmith-contrib.pc.in $(srcdir)/cb_wxcontrib.pc.in \ + $(srcdir)/cb_wxchartctrl.pc.in \ + $(srcdir)/cb_wxcustombutton.pc.in \ + $(srcdir)/cb_wximagepanel.pc.in \ + $(srcdir)/cb_wxflatnotebook.pc.in \ + $(srcdir)/cb_wxspeedbutton.pc.in $(srcdir)/cb_wxKWIC.pc.in \ + $(srcdir)/cb_wxtreelist.pc.in $(srcdir)/cb_wxled.pc.in \ + $(srcdir)/cb_wxmathplot.pc.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = wxsmith-contrib.pc cb_wxcontrib.pc \ + cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wximagepanel.pc \ + cb_wxflatnotebook.pc cb_wxspeedbutton.pc cb_wxKWIC.pc \ + cb_wxtreelist.pc cb_wxled.pc cb_wxmathplot.pc +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel \ + wxSpeedButton KWIC wxTreeList wxled wxmathplot . +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@HAVE_WX29_FALSE@TREELIST_DIR = wxTreeList +@HAVE_WX29_FALSE@TREELIST_PC = cb_wxtreelist.pc +@HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxTreeList/src/treelistctrl.cpp $(srcdir)/wxTreeList/include/wx/treelistctrl.h +SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel wxSpeedButton KWIC $(TREELIST_DIR) wxled wxmathplot . +EXTRA_DIST = $(srcdir)/*.cbp $(TREELIST_DIST) +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc $(TREELIST_PC) cb_wxled.pc cb_wxmathplot.pc +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +wxsmith-contrib.pc: $(top_builddir)/config.status $(srcdir)/wxsmith-contrib.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxcontrib.pc: $(top_builddir)/config.status $(srcdir)/cb_wxcontrib.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxchartctrl.pc: $(top_builddir)/config.status $(srcdir)/cb_wxchartctrl.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxcustombutton.pc: $(top_builddir)/config.status $(srcdir)/cb_wxcustombutton.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wximagepanel.pc: $(top_builddir)/config.status $(srcdir)/cb_wximagepanel.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxflatnotebook.pc: $(top_builddir)/config.status $(srcdir)/cb_wxflatnotebook.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxspeedbutton.pc: $(top_builddir)/config.status $(srcdir)/cb_wxspeedbutton.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxKWIC.pc: $(top_builddir)/config.status $(srcdir)/cb_wxKWIC.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxtreelist.pc: $(top_builddir)/config.status $(srcdir)/cb_wxtreelist.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxled.pc: $(top_builddir)/config.status $(srcdir)/cb_wxled.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +cb_wxmathplot.pc: $(top_builddir)/config.status $(srcdir)/cb_wxmathplot.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgconfigDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgconfigDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxchart/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxchart/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxchart/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxchart/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,907 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxchart +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxchartctrl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxchartctrl_la_OBJECTS = ./src/axis.lo ./src/barchartpoints.lo \ + ./src/chart.lo ./src/chartwindow.lo ./src/legend.lo \ + ./src/pie3dchartpoints.lo ./src/points.lo ./src/xaxiswindow.lo \ + ./src/yaxiswindow.lo ./src/bar3dchartpoints.lo \ + ./src/chartcolors.lo ./src/chartctrl.lo ./src/chartsizes.lo \ + ./src/label.lo ./src/legendwindow.lo ./src/piechartpoints.lo \ + ./src/xaxis.lo ./src/yaxis.lo +libwxchartctrl_la_OBJECTS = $(am_libwxchartctrl_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxchartctrl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxchartctrl_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxchartctrl_la_SOURCES) +DIST_SOURCES = $(libwxchartctrl_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxchartctrl.la +libwxchartctrl_la_LDFLAGS = -version-info 0:1:0 +libwxchartctrl_la_LIBADD = $(WX_LIBS) +libwxchartctrl_la_SOURCES = \ +./src/axis.cpp \ +./src/barchartpoints.cpp \ +./src/chart.cpp \ +./src/chartwindow.cpp \ +./src/legend.cpp \ +./src/pie3dchartpoints.cpp \ +./src/points.cpp \ +./src/xaxiswindow.cpp \ +./src/yaxiswindow.cpp \ +./src/bar3dchartpoints.cpp \ +./src/chartcolors.cpp \ +./src/chartctrl.cpp \ +./src/chartsizes.cpp \ +./src/label.cpp \ +./src/legendwindow.cpp \ +./src/piechartpoints.cpp \ +./src/xaxis.cpp \ +./src/yaxis.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxchart/include/wx +sdk_HEADERS = \ +./include/wx/axis.h \ +./include/wx/bar3dchartpoints.h \ +./include/wx/barchartpoints.h \ +./include/wx/chartcolors.h \ +./include/wx/chartctrl.h \ +./include/wx/chartdef.h \ +./include/wx/chart.h \ +./include/wx/chartpoints.h \ +./include/wx/chartpointstypes.h \ +./include/wx/chartsizes.h \ +./include/wx/charttypes.h \ +./include/wx/chartwindow.h \ +./include/wx/legend.h \ +./include/wx/legendwindow.h \ +./include/wx/pie3dchartpoints.h \ +./include/wx/piechartpoints.h \ +./include/wx/points.h \ +./include/wx/xaxis.h \ +./include/wx/xaxiswindow.h \ +./include/wx/yaxis.h \ +./include/wx/yaxiswindow.h + +noinst_HEADERS = \ +./include/wx/label.h + +EXTRA_DIST = $(srcdir)/include/wx/chartart/*.xpm \ + $(srcdir)/include/wx/chartart/*.bmp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxchart/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxchart/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) ./src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +./src/axis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/barchartpoints.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/chart.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/chartwindow.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/legend.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/pie3dchartpoints.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/points.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/xaxiswindow.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/yaxiswindow.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/bar3dchartpoints.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/chartcolors.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/chartctrl.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/chartsizes.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/label.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/legendwindow.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/piechartpoints.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) +./src/xaxis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/yaxis.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +libwxchartctrl.la: $(libwxchartctrl_la_OBJECTS) $(libwxchartctrl_la_DEPENDENCIES) $(EXTRA_libwxchartctrl_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxchartctrl_la_LINK) -rpath $(wxcontribitemsdir) $(libwxchartctrl_la_OBJECTS) $(libwxchartctrl_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/*.$(OBJEXT) + -rm -f ./src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/axis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/bar3dchartpoints.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/barchartpoints.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chart.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartcolors.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartsizes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/chartwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/label.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/legend.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/legendwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/pie3dchartpoints.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/piechartpoints.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/points.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xaxis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xaxiswindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/yaxis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/yaxiswindow.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/.libs ./src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,857 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxFlatNotebook +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) $(sdk_HEADERS) README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxflatnotebook_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxflatnotebook_la_OBJECTS = \ + ./src/wxFlatNotebook/fnb_customize_dlg.lo \ + ./src/wxFlatNotebook/fnb_resources.lo \ + ./src/wxFlatNotebook/popup_dlg.lo \ + ./src/wxFlatNotebook/renderer.lo \ + ./src/wxFlatNotebook/wxFlatNotebook.lo \ + ./src/wxFlatNotebook/xh_fnb.lo +libwxflatnotebook_la_OBJECTS = $(am_libwxflatnotebook_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxflatnotebook_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxflatnotebook_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxflatnotebook_la_SOURCES) +DIST_SOURCES = $(libwxflatnotebook_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxflatnotebook.la +libwxflatnotebook_la_LDFLAGS = -version-info 0:1:0 +libwxflatnotebook_la_LIBADD = $(WX_LIBS) +libwxflatnotebook_la_SOURCES = \ +./src/wxFlatNotebook/fnb_customize_dlg.cpp \ +./src/wxFlatNotebook/fnb_resources.cpp \ +./src/wxFlatNotebook/popup_dlg.cpp \ +./src/wxFlatNotebook/renderer.cpp \ +./src/wxFlatNotebook/wxFlatNotebook.cpp \ +./src/wxFlatNotebook/xh_fnb.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook +sdk_HEADERS = \ +./include/wx/wxFlatNotebook/wxFlatNotebook.h \ +./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h \ +./include/wx/wxFlatNotebook/wxFNBDropTarget.h \ +./include/wx/wxFlatNotebook/fnb_singleton.h \ +./include/wx/wxFlatNotebook/fnb_smart_ptr.h \ +./include/wx/wxFlatNotebook/renderer.h + +noinst_HEADERS = \ +./include/wx/wxFlatNotebook/fnb_customize_dlg.h \ +./include/wx/wxFlatNotebook/fnb_resources.h \ +./include/wx/wxFlatNotebook/popup_dlg.h \ +./include/wx/wxFlatNotebook/xh_fnb.h + +EXTRA_DIST = README +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/wxFlatNotebook/$(am__dirstamp): + @$(MKDIR_P) ./src/wxFlatNotebook + @: > src/wxFlatNotebook/$(am__dirstamp) +src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/wxFlatNotebook/$(DEPDIR) + @: > src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/fnb_customize_dlg.lo: \ + src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/fnb_resources.lo: \ + src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/popup_dlg.lo: src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/renderer.lo: src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/wxFlatNotebook.lo: \ + src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) +./src/wxFlatNotebook/xh_fnb.lo: src/wxFlatNotebook/$(am__dirstamp) \ + src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) + +libwxflatnotebook.la: $(libwxflatnotebook_la_OBJECTS) $(libwxflatnotebook_la_DEPENDENCIES) $(EXTRA_libwxflatnotebook_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxflatnotebook_la_LINK) -rpath $(wxcontribitemsdir) $(libwxflatnotebook_la_OBJECTS) $(libwxflatnotebook_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/wxFlatNotebook/*.$(OBJEXT) + -rm -f ./src/wxFlatNotebook/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/fnb_customize_dlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/fnb_resources.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/popup_dlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/renderer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/wxFlatNotebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/wxFlatNotebook/$(DEPDIR)/xh_fnb.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/wxFlatNotebook/.libs ./src/wxFlatNotebook/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/wxFlatNotebook/$(DEPDIR)/$(am__dirstamp) + -rm -f src/wxFlatNotebook/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/wxFlatNotebook/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/wxFlatNotebook/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxImagePanel/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,816 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxImagePanel +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwximagepanel_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwximagepanel_la_OBJECTS = ./src/wxImagePanel.lo +libwximagepanel_la_OBJECTS = $(am_libwximagepanel_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwximagepanel_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwximagepanel_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwximagepanel_la_SOURCES) +DIST_SOURCES = $(libwximagepanel_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwximagepanel.la +libwximagepanel_la_LDFLAGS = -version-info 0:1:0 +libwximagepanel_la_LIBADD = $(WX_LIBS) +libwximagepanel_la_SOURCES = \ +./src/wxImagePanel.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxImagePanel/include/wx +sdk_HEADERS = \ +./include/wx/wxImagePanel.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxImagePanel/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxImagePanel/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) ./src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +./src/wxImagePanel.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +libwximagepanel.la: $(libwximagepanel_la_OBJECTS) $(libwximagepanel_la_DEPENDENCIES) $(EXTRA_libwximagepanel_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwximagepanel_la_LINK) -rpath $(wxcontribitemsdir) $(libwximagepanel_la_OBJECTS) $(libwximagepanel_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/*.$(OBJEXT) + -rm -f ./src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/wxImagePanel.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/.libs ./src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,677 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ +sdk_HEADERS = \ +./gizmos.h \ +./ledctrl.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,677 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = \ + src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/ +sdk_HEADERS = \ +./lcdwindow.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,677 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxled/led/include/wx +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/led/include/wx/ +sdk_HEADERS = \ +./led.h \ +./stateLed.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,677 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxled/led/include/xrc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/led/include/xrc/ +sdk_HEADERS = \ +./xh_ledHandler.h \ +./xh_stateLedHandler.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,679 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +sdkdir = $(includedir)/codeblocks/wxContribItems/wxled/ledpanel/include/wx/ +sdk_HEADERS = \ +./advancedmatrixobject.h \ +./matrixobject.h \ +./wxledfont.h \ +./wxledpanel.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install 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 install-pdf \ + install-pdf-am install-ps install-ps-am install-sdkHEADERS \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxled/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxled/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,1002 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxled +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxled_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxled_la_OBJECTS = ./gizmosled/src/ledctrl.lo \ + ./lcdWindow/src/lcdwindow.lo ./led/src/led.lo \ + ./led/src/stateLed.lo ./led/src/xrc/xh_ledHandler.lo \ + ./led/src/xrc/xh_stateLedHandler.lo \ + ./ledpanel/src/advancedmatrixobject.lo \ + ./ledpanel/src/font75.lo ./ledpanel/src/font77.lo \ + ./ledpanel/src/matrixobject.lo ./ledpanel/src/wxledfont.lo \ + ./ledpanel/src/wxledpanel.lo +libwxled_la_OBJECTS = $(am_libwxled_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxled_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libwxled_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxled_la_SOURCES) +DIST_SOURCES = $(libwxled_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = gizmosled/include/wx/gizmos lcdWindow/include/wx led/include/wx led/include/xrc ledpanel/include/wx +AM_CPPFLAGS = -I$(srcdir)/gizmosled/include \ + $(WX_CXXFLAGS) \ +-I$(srcdir)/ledpanel/include \ +-I$(srcdir)/lcdWindow/include \ +-I$(srcdir)/led/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxled.la +libwxled_la_LDFLAGS = -version-info 0:1:0 +libwxled_la_LIBADD = $(WX_LIBS) +libwxled_la_SOURCES = \ +./gizmosled/src/ledctrl.cpp \ +./lcdWindow/src/lcdwindow.cpp\ +./led/src/led.cpp \ +./led/src/stateLed.cpp \ +./led/src/xrc/xh_ledHandler.cpp \ +./led/src/xrc/xh_stateLedHandler.cpp \ +./ledpanel/src/advancedmatrixobject.cpp \ +./ledpanel/src/font75.cpp \ +./ledpanel/src/font77.cpp \ +./ledpanel/src/matrixobject.cpp \ +./ledpanel/src/wxledfont.cpp \ +./ledpanel/src/wxledpanel.cpp + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxled/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +gizmosled/src/$(am__dirstamp): + @$(MKDIR_P) ./gizmosled/src + @: > gizmosled/src/$(am__dirstamp) +gizmosled/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./gizmosled/src/$(DEPDIR) + @: > gizmosled/src/$(DEPDIR)/$(am__dirstamp) +./gizmosled/src/ledctrl.lo: gizmosled/src/$(am__dirstamp) \ + gizmosled/src/$(DEPDIR)/$(am__dirstamp) +lcdWindow/src/$(am__dirstamp): + @$(MKDIR_P) ./lcdWindow/src + @: > lcdWindow/src/$(am__dirstamp) +lcdWindow/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./lcdWindow/src/$(DEPDIR) + @: > lcdWindow/src/$(DEPDIR)/$(am__dirstamp) +./lcdWindow/src/lcdwindow.lo: lcdWindow/src/$(am__dirstamp) \ + lcdWindow/src/$(DEPDIR)/$(am__dirstamp) +led/src/$(am__dirstamp): + @$(MKDIR_P) ./led/src + @: > led/src/$(am__dirstamp) +led/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./led/src/$(DEPDIR) + @: > led/src/$(DEPDIR)/$(am__dirstamp) +./led/src/led.lo: led/src/$(am__dirstamp) \ + led/src/$(DEPDIR)/$(am__dirstamp) +./led/src/stateLed.lo: led/src/$(am__dirstamp) \ + led/src/$(DEPDIR)/$(am__dirstamp) +led/src/xrc/$(am__dirstamp): + @$(MKDIR_P) ./led/src/xrc + @: > led/src/xrc/$(am__dirstamp) +led/src/xrc/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./led/src/xrc/$(DEPDIR) + @: > led/src/xrc/$(DEPDIR)/$(am__dirstamp) +./led/src/xrc/xh_ledHandler.lo: led/src/xrc/$(am__dirstamp) \ + led/src/xrc/$(DEPDIR)/$(am__dirstamp) +./led/src/xrc/xh_stateLedHandler.lo: led/src/xrc/$(am__dirstamp) \ + led/src/xrc/$(DEPDIR)/$(am__dirstamp) +ledpanel/src/$(am__dirstamp): + @$(MKDIR_P) ./ledpanel/src + @: > ledpanel/src/$(am__dirstamp) +ledpanel/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./ledpanel/src/$(DEPDIR) + @: > ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/advancedmatrixobject.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/font75.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/font77.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/matrixobject.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/wxledfont.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) +./ledpanel/src/wxledpanel.lo: ledpanel/src/$(am__dirstamp) \ + ledpanel/src/$(DEPDIR)/$(am__dirstamp) + +libwxled.la: $(libwxled_la_OBJECTS) $(libwxled_la_DEPENDENCIES) $(EXTRA_libwxled_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxled_la_LINK) -rpath $(wxcontribitemsdir) $(libwxled_la_OBJECTS) $(libwxled_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./gizmosled/src/*.$(OBJEXT) + -rm -f ./gizmosled/src/*.lo + -rm -f ./lcdWindow/src/*.$(OBJEXT) + -rm -f ./lcdWindow/src/*.lo + -rm -f ./led/src/*.$(OBJEXT) + -rm -f ./led/src/*.lo + -rm -f ./led/src/xrc/*.$(OBJEXT) + -rm -f ./led/src/xrc/*.lo + -rm -f ./ledpanel/src/*.$(OBJEXT) + -rm -f ./ledpanel/src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./gizmosled/src/$(DEPDIR)/ledctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./lcdWindow/src/$(DEPDIR)/lcdwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./led/src/$(DEPDIR)/led.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./led/src/$(DEPDIR)/stateLed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./led/src/xrc/$(DEPDIR)/xh_ledHandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./led/src/xrc/$(DEPDIR)/xh_stateLedHandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/advancedmatrixobject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/font75.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/font77.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/matrixobject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/wxledfont.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./ledpanel/src/$(DEPDIR)/wxledpanel.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./gizmosled/src/.libs ./gizmosled/src/_libs + -rm -rf ./lcdWindow/src/.libs ./lcdWindow/src/_libs + -rm -rf ./led/src/.libs ./led/src/_libs + -rm -rf ./led/src/xrc/.libs ./led/src/xrc/_libs + -rm -rf ./ledpanel/src/.libs ./ledpanel/src/_libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(wxcontribitemsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f gizmosled/src/$(DEPDIR)/$(am__dirstamp) + -rm -f gizmosled/src/$(am__dirstamp) + -rm -f lcdWindow/src/$(DEPDIR)/$(am__dirstamp) + -rm -f lcdWindow/src/$(am__dirstamp) + -rm -f led/src/$(DEPDIR)/$(am__dirstamp) + -rm -f led/src/$(am__dirstamp) + -rm -f led/src/xrc/$(DEPDIR)/$(am__dirstamp) + -rm -f led/src/xrc/$(am__dirstamp) + -rm -f ledpanel/src/$(DEPDIR)/$(am__dirstamp) + -rm -f ledpanel/src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./gizmosled/src/$(DEPDIR) ./lcdWindow/src/$(DEPDIR) ./led/src/$(DEPDIR) ./led/src/xrc/$(DEPDIR) ./ledpanel/src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./gizmosled/src/$(DEPDIR) ./lcdWindow/src/$(DEPDIR) ./led/src/$(DEPDIR) ./led/src/xrc/$(DEPDIR) ./ledpanel/src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-wxcontribitemsLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxmathplot/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxmathplot/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxmathplot/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxmathplot/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,812 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxmathplot +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxmathplot_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxmathplot_la_OBJECTS = ./mathplot.lo +libwxmathplot_la_OBJECTS = $(am_libwxmathplot_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxmathplot_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxmathplot_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxmathplot_la_SOURCES) +DIST_SOURCES = $(libwxmathplot_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxmathplot.la +libwxmathplot_la_LDFLAGS = -version-info 0:1:0 +libwxmathplot_la_LIBADD = $(WX_LIBS) +libwxmathplot_la_SOURCES = \ +./mathplot.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxMathPlot +sdk_HEADERS = \ +./mathplot.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxmathplot/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxmathplot/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./mathplot.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxmathplot.la: $(libwxmathplot_la_OBJECTS) $(libwxmathplot_la_DEPENDENCIES) $(EXTRA_libwxmathplot_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxmathplot_la_LINK) -rpath $(wxcontribitemsdir) $(libwxmathplot_la_OBJECTS) $(libwxmathplot_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mathplot.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,814 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxSpeedButton +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxspeedbutton_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxspeedbutton_la_OBJECTS = ./wxSpeedButton.lo +libwxspeedbutton_la_OBJECTS = $(am_libwxspeedbutton_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxspeedbutton_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxspeedbutton_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxspeedbutton_la_SOURCES) +DIST_SOURCES = $(libwxspeedbutton_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxspeedbutton.la +libwxspeedbutton_la_LDFLAGS = -version-info 0:1:0 +libwxspeedbutton_la_LIBADD = $(WX_LIBS) +libwxspeedbutton_la_SOURCES = \ +./wxSpeedButton.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxSpeedButton +sdk_HEADERS = \ +./wxSpeedButton.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxSpeedButton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxspeedbutton.la: $(libwxspeedbutton_la_OBJECTS) $(libwxspeedbutton_la_DEPENDENCIES) $(EXTRA_libwxspeedbutton_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxspeedbutton_la_LINK) -rpath $(wxcontribitemsdir) $(libwxspeedbutton_la_OBJECTS) $(libwxspeedbutton_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSpeedButton.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxthings/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxthings/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxthings/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxthings/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,817 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxthings +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxcustombutton_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxcustombutton_la_OBJECTS = ./src/toggle.lo +libwxcustombutton_la_OBJECTS = $(am_libwxcustombutton_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxcustombutton_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxcustombutton_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxcustombutton_la_SOURCES) +DIST_SOURCES = $(libwxcustombutton_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxcustombutton.la +libwxcustombutton_la_LDFLAGS = -version-info 0:1:0 +libwxcustombutton_la_LIBADD = $(WX_LIBS) +libwxcustombutton_la_SOURCES = \ +./src/toggle.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxthings/include/wx/things +sdk_HEADERS = \ +./include/wx/things/toggle.h \ +./include/wx/things/thingdef.h + +EXTRA_DIST = ./src/precomp.cpp ./src/precomp.h +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxthings/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxthings/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) ./src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +./src/toggle.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) + +libwxcustombutton.la: $(libwxcustombutton_la_OBJECTS) $(libwxcustombutton_la_DEPENDENCIES) $(EXTRA_libwxcustombutton_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxcustombutton_la_LINK) -rpath $(wxcontribitemsdir) $(libwxcustombutton_la_OBJECTS) $(libwxcustombutton_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/*.$(OBJEXT) + -rm -f ./src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/toggle.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/.libs ./src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxTreeList/Makefile.in codeblocks-17.12/src/plugins/contrib/wxContribItems/wxTreeList/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxContribItems/wxTreeList/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxContribItems/wxTreeList/Makefile.in 2017-12-28 11:02:00.000000000 +0000 @@ -0,0 +1,816 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxContribItems/wxTreeList +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(wxcontribitemsdir)" \ + "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(wxcontribitems_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxtreelist_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxtreelist_la_OBJECTS = ./src/treelistctrl.lo +libwxtreelist_la_OBJECTS = $(am_libwxtreelist_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxtreelist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxtreelist_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxtreelist_la_SOURCES) +DIST_SOURCES = $(libwxtreelist_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(srcdir)/include + +wxcontribitemsdir = $(libdir)/codeblocks/wxContribItems +wxcontribitems_LTLIBRARIES = libwxtreelist.la +libwxtreelist_la_LDFLAGS = -version-info 0:1:0 +libwxtreelist_la_LIBADD = $(WX_LIBS) +libwxtreelist_la_SOURCES = \ +./src/treelistctrl.cpp + +sdkdir = $(includedir)/codeblocks/wxContribItems/wxTreeList/include/wx +sdk_HEADERS = \ +./include/wx/treelistctrl.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxTreeList/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxContribItems/wxTreeList/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-wxcontribitemsLTLIBRARIES: $(wxcontribitems_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxcontribitemsdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(wxcontribitemsdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(wxcontribitemsdir)"; \ + } + +uninstall-wxcontribitemsLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(wxcontribitems_LTLIBRARIES)'; test -n "$(wxcontribitemsdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(wxcontribitemsdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(wxcontribitemsdir)/$$f"; \ + done + +clean-wxcontribitemsLTLIBRARIES: + -test -z "$(wxcontribitems_LTLIBRARIES)" || rm -f $(wxcontribitems_LTLIBRARIES) + @list='$(wxcontribitems_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) ./src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +./src/treelistctrl.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +libwxtreelist.la: $(libwxtreelist_la_OBJECTS) $(libwxtreelist_la_DEPENDENCIES) $(EXTRA_libwxtreelist_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxtreelist_la_LINK) -rpath $(wxcontribitemsdir) $(libwxtreelist_la_OBJECTS) $(libwxtreelist_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/*.$(OBJEXT) + -rm -f ./src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/treelistctrl.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/.libs ./src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(wxcontribitemsdir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-wxcontribitemsLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS install-wxcontribitemsLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS uninstall-wxcontribitemsLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-wxcontribitemsLTLIBRARIES cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + install-wxcontribitemsLTLIBRARIES installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-sdkHEADERS \ + uninstall-wxcontribitemsLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/entries codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/entries --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/entries 2017-11-26 01:49:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/entries 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/format codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/format --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/format 2017-11-26 01:49:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/format 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/00/00a4642a3efa5fb3b72256da45928b2497f39817.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/00/00a4642a3efa5fb3b72256da45928b2497f39817.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/00/00a4642a3efa5fb3b72256da45928b2497f39817.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/00/00a4642a3efa5fb3b72256da45928b2497f39817.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#ifndef __WXCLIB_DEFINES_H__ -#define __WXCLIB_DEFINES_H__ - -// Macros -#define WXC_PORT_NUMBER_INT 53986 - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/01/019cd2982a2a46a07ed1882b82fa3e47c775fa14.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/01/019cd2982a2a46a07ed1882b82fa3e47c775fa14.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/01/019cd2982a2a46a07ed1882b82fa3e47c775fa14.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/01/019cd2982a2a46a07ed1882b82fa3e47c775fa14.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,920 +0,0 @@ -// -// This file was automatically generated by wxrc, do not edit by hand. -// - -#include - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#include -#include -#include -#include - -#if wxCHECK_VERSION(2,8,5) && wxABI_VERSION >= 20805 - #define XRC_ADD_FILE(name, data, size, mime) \ - wxMemoryFSHandler::AddFileWithMimeType(name, data, size, mime) -#else - #define XRC_ADD_FILE(name, data, size, mime) \ - wxMemoryFSHandler::AddFile(name, data, size) -#endif - -static size_t xml_res_size_0 = 509; -static unsigned char xml_res_file_0[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,1,115,82,71,66,0,174,206,28,233,0,0,0,6,98,75,71, -68,0,255,0,255,0,255,160,189,167,147,0,0,0,9,112,72,89,115,0,0,11,19,0, -0,11,19,1,0,154,156,24,0,0,0,7,116,73,77,69,7,218,8,10,18,51,58,13,121, -245,208,0,0,1,125,73,68,65,84,56,203,165,146,205,106,212,80,20,199,127, -73,38,29,44,84,97,196,42,248,8,162,96,95,192,39,240,57,4,55,174,125,130, -174,93,138,75,241,81,132,130,162,160,46,92,139,182,58,99,166,173,52,105, -146,123,207,249,187,136,147,204,48,83,170,120,54,247,227,220,255,239,124, -220,3,255,105,201,247,247,207,180,225,94,73,150,31,0,15,111,222,123,92, -92,10,184,113,247,209,154,163,154,190,107,203,31,111,50,32,219,36,188,117, -255,73,2,48,186,136,188,189,187,183,181,189,187,183,209,55,251,244,162, -89,236,123,192,209,219,125,178,173,107,32,239,106,144,129,28,169,171,80, -30,134,85,62,254,242,250,105,109,117,49,238,1,89,190,195,206,237,7,255, -210,191,113,241,249,101,232,1,242,128,60,16,202,163,75,149,146,1,16,235, -121,54,0,36,100,13,22,202,11,100,62,148,36,71,50,218,242,48,237,1,30,171, -46,11,107,0,71,110,189,80,18,120,28,50,149,33,55,78,139,111,113,165,4,143, -53,214,28,35,58,129,164,30,42,89,223,216,133,77,79,226,0,176,230,152,216, -156,208,150,135,120,172,65,241,207,15,44,4,233,48,60,73,2,192,217,185,15, -223,88,253,252,192,149,201,29,218,179,175,75,15,151,102,40,73,215,186,210, -182,75,0,143,21,30,43,98,61,95,31,215,52,223,216,214,96,26,0,33,24,110, -45,241,124,186,30,125,149,182,114,28,1,204,62,62,231,180,52,102,7,175,136, -6,109,112,92,208,4,17,163,227,222,69,91,88,154,64,62,74,0,234,4,96,114, -53,187,14,76,128,252,47,167,48,0,243,249,47,43,126,3,72,159,236,174,83, -63,246,35,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_1 = 702; -static unsigned char xml_res_file_1[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189,167,147,0, -0,0,9,112,72,89,115,0,0,13,215,0,0,13,215,1,66,40,155,120,0,0,0,7,116,73, -77,69,7,221,3,21,16,2,33,32,106,169,128,0,0,2,75,73,68,65,84,56,203,197, -147,59,107,83,97,0,134,159,47,57,13,109,147,54,210,90,69,180,80,173,138, -232,228,5,13,40,174,94,80,4,39,253,13,58,136,184,137,93,4,21,156,221,172, -232,222,201,65,68,23,193,65,7,111,197,74,20,74,98,211,99,147,52,169,57, -73,207,249,78,206,249,110,46,14,130,162,163,239,248,242,188,207,246,194, -255,142,248,83,185,233,226,173,241,49,213,158,208,42,21,169,210,40,109, -136,109,182,19,44,188,110,210,248,224,126,101,189,223,214,71,174,76,28, -63,113,246,241,182,205,27,75,173,245,148,32,86,116,227,148,21,223,95,14, -251,233,105,221,248,176,240,119,193,150,233,93,199,119,111,218,227,13,141, -176,142,66,120,16,103,33,45,138,173,3,197,137,125,26,254,33,8,155,162,209, -83,118,93,106,222,173,106,218,221,136,176,86,38,92,169,56,245,241,125,30, -24,253,73,42,32,246,0,238,20,10,185,209,193,193,65,99,53,215,235,243,5, -191,19,138,86,118,136,74,109,5,243,245,13,27,76,147,39,215,70,178,83,119, -47,204,166,250,244,44,72,148,10,120,245,234,221,13,111,102,122,186,80,58, -116,232,206,72,177,120,84,197,146,155,237,40,255,172,86,29,89,244,52,234, -227,19,146,96,141,243,135,3,74,251,175,2,62,208,2,122,14,134,68,175,87, -188,228,121,197,226,228,246,82,233,210,232,142,29,40,127,153,129,90,157, -71,159,222,226,139,42,182,254,25,211,237,224,34,13,172,57,231,150,133,16, -45,180,94,21,214,182,177,182,129,215,75,211,156,238,247,233,87,171,36,139, -139,140,7,1,51,181,38,79,91,129,157,235,116,231,146,110,191,188,241,228, -216,25,104,29,20,162,73,154,86,144,178,70,38,35,73,211,166,243,226,40,66, -174,173,145,179,22,181,180,68,163,86,195,133,33,7,180,114,159,122,173,251, -47,227,248,249,222,157,185,13,73,242,229,160,49,101,151,36,85,33,132,4, -36,208,21,94,167,211,161,89,173,162,181,198,175,84,248,174,20,145,16,180, -141,37,66,12,0,200,56,174,119,187,11,120,222,146,112,110,21,144,88,43,145, -50,108,121,210,24,213,244,125,34,99,248,102,12,177,16,200,76,134,111,198, -100,165,214,33,192,252,124,244,96,106,234,197,196,240,176,221,226,92,236, -32,193,185,68,151,203,250,161,56,150,207,15,239,202,231,111,231,224,84, -108,173,136,173,165,239,92,38,80,234,233,203,48,188,12,56,128,115,231,240, -38,39,7,60,231,44,96,0,220,189,123,36,255,253,140,252,0,40,62,87,91,205, -65,102,164,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_2 = 442; -static unsigned char xml_res_file_2[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189,167,147,0, -0,1,111,73,68,65,84,56,141,149,146,189,75,195,80,20,197,127,13,169,134, -102,73,255,128,142,162,29,93,236,98,151,130,84,68,28,92,180,56,56,138,131, -34,232,172,84,16,23,199,170,56,58,213,69,80,17,17,36,212,212,69,4,113,114, -235,228,172,131,9,181,29,222,135,67,109,218,42,77,241,192,133,119,223,131, -115,207,61,231,197,0,60,207,211,68,64,74,137,105,154,159,90,235,82,179, -217,220,207,231,243,245,246,91,12,192,117,93,157,201,100,250,18,184,174, -75,54,155,165,86,171,169,70,163,241,41,165,156,202,229,114,207,0,70,107, -130,64,107,221,183,130,192,199,113,28,210,233,180,225,56,78,210,48,12,175, -82,169,140,133,4,66,74,148,82,125,43,8,124,0,108,219,38,149,74,145,72,36, -108,165,212,21,128,9,32,132,64,41,21,233,193,209,81,137,120,60,206,240, -176,133,101,89,88,150,53,18,18,72,25,77,80,40,44,253,185,171,62,120,116, -8,68,203,131,255,64,10,209,33,104,123,240,31,8,41,187,20,12,88,1,160,120, -62,215,211,79,38,215,186,20,12,48,177,141,221,229,29,0,182,79,139,136,238, -21,100,196,10,123,151,243,225,57,248,250,8,207,143,193,49,171,135,19,250, -199,131,104,5,43,51,139,0,248,245,247,158,254,228,230,172,147,66,20,129, -223,53,249,55,194,20,162,98,44,223,223,1,48,59,49,14,192,245,211,75,47, -65,84,10,91,211,101,0,14,110,11,248,245,142,146,81,185,192,198,250,102, -44,52,241,226,234,188,175,2,0,134,160,250,250,22,182,242,231,31,124,3,116, -212,227,183,130,7,180,142,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_3 = 376; -static unsigned char xml_res_file_3[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,1,115,82,71,66,0,174,206,28,233,0,0,0,6,98,75,71, -68,0,255,0,255,0,255,160,189,167,147,0,0,0,9,112,72,89,115,0,0,11,17,0, -0,11,17,1,127,100,95,145,0,0,1,11,73,68,65,84,56,203,189,147,189,74,3,65, -20,133,191,89,103,127,210,229,1,180,240,49,180,87,16,95,194,87,72,227,18, -116,65,216,164,137,47,99,103,8,24,182,8,90,165,18,75,177,182,181,217,117, -69,143,69,54,38,251,19,89,136,248,13,195,20,119,206,156,59,247,206,192, -150,24,73,48,30,139,201,4,172,93,69,172,229,108,58,101,247,244,136,60,122, -175,43,95,96,180,63,50,72,66,189,158,4,181,121,12,10,7,125,209,52,238,144, -36,156,165,91,19,206,111,185,59,45,246,180,225,143,14,8,130,166,250,146, -1,152,180,89,25,172,117,225,196,113,132,84,138,103,192,249,205,43,247,243, -46,159,126,14,152,31,207,192,190,113,149,236,241,117,155,27,11,112,24,71, -192,71,217,223,164,60,204,187,12,98,15,240,42,246,79,244,195,203,69,253, -1,162,139,20,184,174,101,57,28,198,13,226,5,174,239,182,41,162,249,175, -46,108,192,117,237,134,200,206,234,197,151,150,10,179,217,99,113,13,85, -196,207,168,232,154,5,72,146,164,38,238,116,32,203,14,8,195,8,191,40,216, -18,73,120,158,214,126,227,22,124,3,251,56,100,251,39,40,122,217,0,0,0,0, -73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_4 = 282; -static unsigned char xml_res_file_4[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,225,73,68,65,84,120,94,181,82,75,170,131,64,16,28, -131,59,23,198,181,32,136,27,65,92,120,130,120,36,111,144,220,32,239,6,185, -138,199,112,153,27,164,179,87,39,83,144,9,197,248,25,66,120,13,77,81,85, -77,247,180,173,178,209,52,205,201,164,6,146,118,133,166,40,192,161,91,126, -176,198,52,77,159,36,173,3,175,235,58,6,7,130,67,183,53,33,55,160,112,181, -190,170,42,153,231,249,232,214,4,76,202,178,212,195,48,4,204,213,70,216, -186,208,157,232,240,139,1,60,151,39,139,201,191,213,174,121,158,47,38,22, -69,17,27,253,1,15,8,174,182,34,203,50,189,165,35,217,95,92,33,77,211,155, -89,1,120,38,127,243,66,107,87,184,187,230,222,133,124,103,244,55,224,21, -146,36,137,199,113,236,80,8,252,122,5,173,181,162,159,4,200,129,166,251, -43,136,200,51,138,34,245,223,223,160,55,217,254,210,160,245,189,64,222, -251,11,249,94,239,5,175,224,154,246,120,76,79,72,0,0,0,0,73,69,78,68,174, -66,96,130}; - -static size_t xml_res_size_5 = 10300; -static unsigned char xml_res_file_5[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,128,0,0,0,128,8,6,0, -0,0,195,62,97,203,0,0,32,0,73,68,65,84,120,156,237,157,121,156,28,213,117, -239,191,167,170,122,155,69,179,111,106,129,141,193,15,25,179,24,131,16, -4,217,16,192,38,9,96,35,225,4,2,31,155,124,28,199,193,240,158,157,151,197, -228,131,99,125,130,176,19,199,159,192,75,176,77,108,30,146,19,63,44,39, -128,193,54,143,196,11,241,243,70,44,89,72,104,36,141,144,16,24,129,16,66, -251,104,214,94,170,238,121,127,84,85,79,117,79,247,76,119,143,164,145,144, -126,159,207,157,238,169,186,181,254,206,61,247,220,115,207,61,45,156,128, -144,200,23,17,248,209,223,59,188,119,193,41,136,216,160,10,104,201,1,22, -168,65,213,229,158,135,94,229,158,111,76,170,81,253,181,69,184,253,246, -219,185,253,246,219,17,145,66,9,161,170,168,250,103,55,198,96,140,193,243, -188,66,49,198,144,207,231,113,93,151,92,46,71,62,159,39,159,207,179,116, -233,82,54,109,218,84,243,253,56,117,62,199,113,137,247,158,227,151,80,2, -4,120,239,185,22,139,206,239,70,141,128,228,1,11,193,68,142,18,80,15,159, -114,11,172,36,72,166,46,9,16,17,22,44,88,192,39,62,241,137,138,228,3,73, -224,131,192,165,34,210,100,89,22,158,231,189,104,140,121,202,243,188,254, -80,8,140,153,184,71,99,12,31,250,208,135,24,24,24,40,8,79,213,247,84,251, -99,28,159,16,129,225,239,37,177,146,61,224,52,131,56,136,88,128,32,24,132, -44,104,30,17,3,24,108,111,215,71,16,146,70,186,30,84,245,130,179,56,120, -217,17,174,254,139,3,252,124,99,237,50,176,96,193,2,190,254,245,175,99, -89,86,165,150,255,41,96,41,208,10,136,136,224,121,30,217,108,150,108,54, -171,185,92,238,7,198,152,63,50,198,236,12,53,131,235,186,5,141,112,227, -141,55,158,20,128,74,176,4,134,190,155,194,74,116,128,36,64,28,95,181,163, -128,65,112,17,60,16,197,145,125,87,154,214,235,254,93,220,61,251,204,240, -150,121,160,170,42,64,12,99,98,120,99,123,249,155,149,195,252,221,163,138, -18,244,26,211,93,223,178,232,239,239,199,178,172,130,0,132,80,85,71,85, -87,138,200,135,28,199,33,22,139,97,89,150,24,99,10,170,126,108,108,76,135, -134,134,200,102,179,187,68,228,10,85,221,26,237,34,114,185,92,93,2,96,215, -84,251,56,134,8,252,229,77,14,130,223,159,99,242,224,229,38,138,201,163, -198,197,210,177,121,180,92,244,31,214,200,207,90,80,175,137,252,254,127, -53,94,124,191,170,141,106,12,67,10,98,157,92,122,94,59,159,190,193,230, -55,206,116,121,117,143,203,142,125,83,93,91,88,177,98,5,243,230,205,43, -71,190,168,234,195,182,109,255,94,42,149,66,85,37,159,207,75,38,147,97, -116,116,148,145,145,17,178,217,44,128,36,147,73,50,153,76,243,248,248,248, -101,192,67,170,106,66,155,193,24,131,170,178,121,243,230,154,222,139,85, -215,219,60,158,97,12,234,230,49,110,30,209,131,105,227,230,196,47,121,17, -51,116,33,205,243,127,168,99,219,123,53,123,8,205,30,20,35,93,191,101,92, -48,121,15,47,239,98,114,25,76,110,28,245,64,156,54,222,115,94,23,79,124, -218,23,176,114,16,17,150,47,95,206,69,23,93,84,73,237,223,101,219,246,77, -137,68,130,241,241,113,201,102,179,228,243,121,114,185,92,161,140,142,142, -114,240,224,65,246,239,223,47,77,77,77,216,182,125,78,62,159,255,227,144, -124,85,157,36,88,213,226,132,50,2,129,64,101,27,132,209,187,164,253,242, -101,142,211,40,190,225,39,251,212,138,119,153,193,181,48,246,18,6,132,220, -62,165,121,222,31,234,200,129,175,25,141,101,252,151,237,161,42,40,226, -235,126,207,55,8,133,201,54,65,104,244,133,228,91,214,68,123,11,136,187, -198,178,172,101,241,120,156,241,241,113,9,91,114,104,217,135,197,117,221, -66,95,159,201,100,164,185,185,89,15,28,56,112,163,170,62,160,129,206,175, -135,124,56,1,5,0,64,141,98,140,243,77,221,245,163,59,69,221,230,96,115, -87,240,233,191,73,13,190,185,214,217,210,124,198,15,57,184,245,127,26,147, -88,231,107,93,241,119,150,99,61,60,73,64,254,138,21,43,10,253,126,225,250, -62,103,239,20,145,149,137,68,66,50,153,76,129,252,144,232,82,242,93,215, -197,243,60,84,149,241,241,113,226,241,248,194,80,237,71,206,89,51,78,184, -46,64,85,81,35,24,207,126,197,203,114,151,155,133,160,72,80,252,255,115, -254,54,111,207,58,188,108,126,145,149,190,246,87,177,222,139,183,88,177, -228,93,152,92,7,170,83,14,3,46,188,240,66,86,172,88,81,105,168,215,169, -170,79,36,147,201,230,108,54,91,232,195,61,207,43,144,30,37,63,244,1,132, -36,143,143,143,227,56,142,227,121,94,58,234,55,168,7,199,132,6,144,224, -207,84,74,172,90,107,123,106,40,198,19,60,207,66,93,69,181,241,1,242,135, -110,16,184,124,202,219,219,179,1,246,108,64,146,29,111,183,59,206,187,135, -225,31,183,16,239,190,179,226,1,129,179,39,84,251,37,234,217,81,213,71, -18,137,196,25,185,92,14,99,140,132,214,124,57,242,195,18,29,247,3,184,174, -11,48,133,233,89,29,142,9,1,248,236,71,224,179,31,174,108,72,129,79,254, -251,254,28,126,218,95,159,23,78,1,227,26,242,153,44,234,57,168,241,80,207, -85,212,249,26,198,189,188,138,195,33,183,63,159,31,249,217,223,89,137,150, -207,7,157,192,36,68,141,190,50,22,63,170,122,127,44,22,187,92,85,241,60, -79,194,22,28,37,63,170,254,67,199,79,41,60,207,123,13,200,170,234,36,45, -83,11,102,93,0,68,224,178,119,89,72,162,7,36,137,104,190,76,37,7,212,227, -233,251,118,115,213,159,230,234,19,2,133,191,93,153,231,127,92,5,98,227, -123,247,140,135,26,51,40,241,86,52,59,88,233,164,26,48,253,172,229,216, -127,36,78,170,95,177,43,146,127,251,237,183,79,69,254,31,218,182,125,155, -109,219,68,251,253,82,242,163,106,223,243,188,210,203,40,128,231,121,63, -0,84,68,8,133,160,30,204,186,13,32,192,123,223,149,66,173,22,176,91,80, -167,19,117,90,139,139,221,6,78,59,196,251,248,209,189,54,239,61,175,246, -235,40,240,197,199,33,55,110,225,121,54,198,21,60,79,32,153,254,160,151, -183,38,250,253,114,37,203,118,99,228,10,207,163,223,228,178,152,220,56, -38,159,197,24,15,69,124,123,49,226,230,173,64,254,101,150,101,61,16,143, -199,201,100,50,18,110,159,206,232,171,128,60,240,149,240,28,145,107,212, -252,94,102,93,3,248,77,41,129,168,135,154,172,63,33,3,133,14,95,5,192,5, -4,177,90,33,230,241,217,15,239,226,231,27,60,76,29,125,129,231,9,182,177, -80,99,161,174,151,180,91,59,110,204,237,221,49,245,45,90,44,87,209,17,203, -243,80,203,67,61,80,111,28,65,192,182,248,229,86,223,232,91,30,88,252,101, -140,190,183,136,200,183,18,137,68,44,112,234,20,89,252,211,25,125,17,132, -27,190,2,244,71,175,33,34,60,246,216,99,53,191,143,89,23,128,187,110,2, -37,9,198,5,49,168,88,216,249,23,239,3,206,244,156,83,62,138,164,118,251, -138,202,194,136,13,118,59,139,206,247,248,254,223,190,193,231,87,42,63, -223,88,249,220,229,13,71,65,213,70,141,139,186,122,163,186,110,107,240, -90,75,102,128,138,78,244,154,113,125,97,20,153,152,48,52,162,220,116,175, -199,170,109,22,253,27,38,44,254,18,117,220,164,170,79,38,147,201,222,168, -209,87,173,197,95,242,56,0,191,0,62,93,180,35,232,74,234,193,172,10,64, -225,61,137,131,26,131,136,7,228,90,189,166,203,63,101,154,126,67,236,3, -223,124,82,221,209,43,84,146,35,96,161,98,2,149,208,200,123,222,213,206, -127,156,51,30,188,168,112,92,30,154,102,10,38,135,122,57,154,23,79,22,2, -69,2,103,14,118,230,141,205,155,16,249,1,200,83,8,207,128,58,24,189,21, -248,34,208,12,190,231,56,20,9,13,4,96,213,139,112,211,87,252,135,88,190, -124,57,34,101,125,252,162,170,223,136,199,227,103,7,228,22,89,252,149,28, -62,101,200,12,159,96,59,240,187,248,42,177,8,181,186,128,67,204,174,0,0, -119,222,24,199,40,254,20,172,122,8,99,23,96,53,99,31,124,28,175,245,250, -11,157,3,223,92,233,121,44,81,105,118,149,4,88,41,52,145,132,228,219,16, -20,49,89,64,3,150,189,192,207,159,133,252,65,188,177,29,8,102,178,109,103, -212,47,98,175,192,150,21,254,152,94,195,243,184,192,215,128,85,192,247, -128,121,64,134,96,216,175,254,100,33,55,125,197,23,164,229,15,77,105,241, -47,117,28,231,122,0,215,117,139,44,254,114,214,126,37,139,63,192,48,176, -24,216,29,221,24,158,243,209,71,31,173,203,6,152,53,35,80,4,158,92,10,98, -53,163,158,133,26,69,13,40,13,239,98,252,5,97,236,121,177,246,63,142,219, -246,251,215,162,217,251,213,184,162,94,30,227,102,81,119,12,117,71,209, -252,24,234,102,80,119,220,223,150,31,67,243,35,254,119,207,243,231,248, -203,92,216,184,57,191,11,48,198,23,4,141,150,66,205,126,224,34,224,203, -248,106,183,128,251,159,6,40,118,243,150,33,255,6,203,178,150,198,98,49, -114,185,92,89,55,111,233,88,191,130,209,23,70,168,124,148,72,191,31,94, -7,224,177,199,30,99,96,96,160,14,22,102,65,3,72,224,240,249,238,103,224, -210,115,90,80,167,29,99,60,4,11,17,197,114,90,23,234,216,171,126,143,236, -190,42,232,211,170,237,55,220,198,238,111,185,208,248,105,149,198,140,63, -137,25,202,174,1,85,241,223,145,23,72,145,7,94,14,45,105,251,10,152,124, -22,21,9,154,178,191,85,34,213,68,138,142,217,13,124,106,242,51,248,228, -47,175,236,230,61,79,68,86,132,110,222,112,123,233,80,47,74,124,133,150, -31,222,204,50,224,219,69,59,2,242,7,6,6,120,244,209,71,43,188,237,233,113, -212,226,1,68,224,210,51,225,207,23,11,239,57,167,1,59,217,142,36,90,176, -108,9,130,49,50,8,174,88,201,206,23,25,217,112,90,209,189,181,92,162,210, -186,16,221,255,253,93,58,186,227,27,144,216,2,226,96,59,111,17,39,54,15, -167,229,173,152,241,52,99,47,175,247,172,185,55,250,45,57,143,201,239,167, -245,6,83,24,45,8,112,199,21,126,108,64,41,46,58,13,22,190,45,176,38,166, -113,72,173,26,94,192,249,183,124,29,74,60,125,1,41,61,170,250,171,84,42, -117,74,54,155,45,24,125,225,188,126,24,198,149,203,229,138,132,96,10,163, -239,59,192,13,80,44,205,170,202,192,192,0,119,223,125,247,177,237,10,22, -224,146,51,225,47,22,199,88,116,238,28,236,84,7,86,162,5,177,227,65,156, -93,22,85,23,81,1,119,248,221,38,57,239,173,132,17,88,225,9,14,252,82,200, -143,171,213,179,184,79,122,147,119,226,141,129,221,132,88,49,212,27,135, -252,33,176,147,152,237,15,116,170,231,85,116,43,43,240,229,31,87,144,122, -129,133,111,133,111,124,172,114,171,240,93,214,194,5,239,253,32,166,178, -155,247,209,68,34,113,74,57,139,63,106,245,135,209,60,211,88,252,235,129, -143,80,134,252,153,244,251,69,55,60,163,163,171,192,37,255,13,190,253,231, -14,241,246,183,97,37,59,16,219,6,20,245,12,104,62,32,95,193,203,54,73,188, -227,159,84,109,81,23,41,125,44,57,184,94,204,193,126,72,244,34,118,10,188, -81,52,63,4,38,3,160,88,49,80,185,87,157,164,63,62,159,170,21,87,216,184, -250,101,248,240,67,190,54,40,167,5,68,132,219,254,236,30,244,212,235,43, -25,125,15,196,98,177,69,1,233,147,200,47,85,255,21,84,127,120,123,187,240, -141,190,145,162,157,1,249,119,223,125,119,221,253,126,20,71,94,0,222,14, -96,163,158,193,100,135,145,80,255,170,71,104,181,139,142,206,179,109,93, -105,245,125,224,194,252,182,7,39,186,231,73,80,112,119,85,216,151,219,38, -78,203,125,24,5,91,234,234,219,20,95,8,86,191,60,89,126,68,132,229,43,150, -99,78,189,8,75,202,146,127,135,109,219,31,43,117,243,150,235,247,171,176, -248,243,192,205,192,43,69,247,23,144,191,108,217,178,195,66,62,28,97,1, -8,251,83,85,197,228,199,17,99,34,45,75,69,188,193,115,237,120,252,14,167, -231,146,91,172,182,119,166,114,47,62,140,201,101,38,181,254,105,160,128, -138,149,250,164,104,44,35,6,176,4,21,219,183,13,235,68,244,30,68,132,11, -23,44,96,193,130,139,252,64,210,201,228,95,105,89,214,125,165,129,29,149, -140,190,105,44,126,128,219,129,159,22,237,136,24,125,135,139,124,56,202, -163,0,85,227,91,81,238,208,13,78,75,250,83,177,158,223,188,212,110,62,85, -242,187,215,145,221,240,21,76,238,224,68,48,70,45,16,190,43,150,251,67, -204,16,150,248,115,71,216,150,79,206,97,184,239,112,110,191,52,154,55,32, -229,116,17,121,36,145,72,196,50,153,12,192,148,228,87,97,241,127,21,88, -94,174,194,192,192,0,203,150,45,155,113,191,31,197,81,31,6,154,177,55,150, -165,206,184,246,51,246,156,211,36,247,250,127,49,182,249,155,162,174,255, -226,234,120,44,191,245,139,44,67,140,138,37,168,37,88,94,30,141,193,23, -31,171,239,164,81,88,150,85,20,216,81,66,126,232,230,109,203,229,114,168, -234,148,253,126,21,110,222,167,129,79,78,218,25,233,247,15,39,249,48,11, -2,160,134,23,51,175,63,135,251,252,227,76,209,217,215,130,65,44,187,95, -196,66,212,6,181,241,60,143,95,109,53,124,241,241,153,241,47,34,60,244, -208,67,147,2,59,2,18,28,85,93,25,143,199,231,71,221,188,165,228,151,170, -254,41,200,127,17,191,223,47,114,243,30,73,242,97,22,4,192,106,236,253, -134,55,182,111,171,201,155,255,5,92,28,241,189,213,220,97,11,128,147,60, -132,7,98,89,8,14,72,2,227,89,252,248,217,161,25,171,255,197,139,23,19,143, -199,25,28,28,164,161,161,1,219,182,163,113,253,75,29,199,185,22,124,55, -239,84,228,79,209,242,67,132,110,222,162,8,159,195,109,241,151,195,81,116, -5,91,190,127,198,115,193,74,172,182,82,173,151,170,218,191,111,92,182,27, -23,140,139,6,159,85,23,207,5,167,229,140,180,241,180,209,120,22,198,56, -24,141,163,78,59,119,92,145,152,145,151,107,225,194,133,204,155,55,143, -93,187,118,177,115,231,78,246,239,223,207,240,240,48,227,227,227,168,234, -45,182,109,127,198,113,156,34,55,111,157,253,190,226,183,252,34,134,15, -135,155,183,26,28,81,1,40,76,199,26,240,114,163,152,177,253,120,99,251, -49,153,65,76,118,68,21,254,13,56,75,61,190,92,175,16,56,173,111,137,153, -172,123,139,170,133,49,130,122,2,70,176,156,24,119,252,102,125,247,157, -78,167,89,184,112,33,129,31,159,3,7,14,176,111,223,62,6,7,7,49,198,92,96, -219,246,131,241,120,92,178,217,172,192,244,70,223,52,22,255,82,224,169, -162,29,135,201,205,91,13,142,248,202,160,85,47,194,194,183,121,164,155, -131,40,26,215,5,207,67,141,9,39,128,92,85,190,111,92,78,87,195,185,106, -2,215,128,255,57,93,17,177,19,88,13,29,103,122,227,135,190,226,203,179, -160,158,139,151,27,227,87,47,185,252,234,229,218,238,55,157,78,115,195, -13,55,96,219,54,241,120,156,48,228,202,243,60,26,26,26,122,231,206,157, -251,147,84,42,213,22,68,243,74,116,125,94,181,241,124,76,144,255,48,240, -103,229,42,28,14,55,111,53,56,226,93,128,42,220,120,63,220,248,143,240, -95,47,128,49,224,121,65,11,246,195,242,80,127,198,246,147,248,125,97,77, -200,236,218,76,170,239,172,183,155,124,238,3,254,60,127,16,26,85,231,123, -91,184,112,33,150,101,17,143,199,81,213,194,202,156,253,251,247,39,251, -251,251,31,55,198,244,229,114,185,170,140,190,105,44,254,103,241,199,251, -71,204,205,91,13,142,218,218,192,29,7,224,219,107,252,150,187,240,52,10, -147,118,133,94,16,178,192,2,96,62,149,93,249,165,16,80,177,27,218,80,207, -155,167,94,254,159,177,252,71,50,249,44,171,107,212,0,75,150,44,225,148, -83,78,33,145,72,16,174,204,13,91,241,240,240,240,131,45,45,45,215,110,221, -186,21,219,182,165,173,173,173,98,60,95,21,195,189,93,192,85,192,254,162, -157,71,193,232,43,197,81,141,7,80,133,251,127,8,103,124,26,126,185,45,24, -5,78,188,35,197,31,10,77,58,44,82,107,28,63,42,102,60,178,93,71,95,94,141, -149,104,186,212,228,198,206,66,117,234,233,188,10,88,178,100,9,243,230, -205,43,168,253,168,106,207,100,50,119,182,180,180,252,1,64,127,127,191, -124,245,171,95,229,233,167,159,46,204,234,213,104,241,231,129,37,192,206, -114,143,121,207,178,101,108,222,60,80,152,54,143,150,35,129,163,239,7,32, -16,132,167,225,225,143,249,219,34,124,29,42,83,29,252,232,156,187,129,255, -4,60,32,1,214,121,136,92,140,122,151,97,220,133,217,55,54,219,226,36,71, -212,115,177,156,120,77,247,148,78,167,11,228,7,9,25,10,228,91,150,117,117, -42,149,90,214,210,210,194,186,117,235,100,104,104,136,161,161,33,86,172, -88,193,134,13,27,184,249,230,155,139,226,250,43,132,116,21,30,29,248,56, -176,186,104,135,250,145,231,111,137,255,132,37,23,12,176,228,130,242,247, -169,234,175,139,248,89,157,107,35,202,97,214,66,194,126,245,50,124,233, -199,240,201,43,139,54,191,22,249,30,62,227,99,76,118,144,100,16,107,53, -34,171,177,236,127,4,17,196,82,44,43,24,74,216,85,55,153,208,232,115,28, -7,219,182,11,22,125,64,228,153,201,100,242,145,190,190,190,88,127,127,63, -7,15,30,100,100,100,132,209,209,81,70,71,71,249,254,247,191,207,182,109, -219,248,196,39,62,65,83,83,211,148,228,7,26,225,94,224,95,202,68,13,179, -121,243,0,139,23,253,19,23,126,100,10,247,117,96,218,92,245,103,240,147, -254,74,149,106,195,172,133,132,133,154,160,228,97,223,160,88,229,127,153, -50,222,49,255,4,97,252,159,7,234,41,198,69,189,60,234,101,49,185,49,170, -89,71,38,34,44,89,178,4,219,182,113,28,167,148,252,214,68,34,241,196,188, -121,243,154,183,108,217,194,222,189,123,101,120,120,152,145,145,17,198, -198,198,200,100,50,228,114,57,54,109,218,196,95,255,245,95,243,242,203, -47,23,214,232,151,222,105,176,237,251,192,93,229,238,99,243,230,1,204,203, -119,163,146,64,237,78,112,58,193,110,159,92,98,221,96,55,243,163,123,203, -7,181,212,131,89,93,24,242,149,255,71,169,4,132,26,64,129,207,225,143,12, -74,92,163,97,81,140,241,252,226,185,24,207,95,243,239,229,178,120,185,81, -52,159,43,39,96,69,88,188,120,49,182,109,19,139,197,10,33,91,1,249,78,44, -22,91,57,119,238,220,249,59,118,236,96,215,174,93,50,60,60,204,232,232, -40,99,99,99,140,143,143,19,140,4,0,216,187,119,47,95,248,194,23,88,179, -102,77,112,143,133,171,134,228,111,113,93,247,102,245,3,78,35,207,226,27, -125,143,61,250,40,106,20,36,133,98,161,196,80,137,151,148,4,138,3,86,19, -88,141,252,240,139,190,16,204,212,86,56,106,33,97,229,96,9,108,249,28,216, -197,98,248,113,124,3,233,169,210,250,33,161,171,127,205,180,214,189,170, -95,103,117,133,122,161,197,31,143,251,246,66,116,56,231,56,206,125,61,61, -61,127,146,207,231,217,184,113,163,12,14,14,50,52,52,84,212,250,131,197, -153,69,16,17,174,189,246,90,174,189,246,90,100,34,184,112,248,224,193,131, -23,37,18,137,173,169,84,170,48,161,52,49,183,127,55,207,111,30,96,244,41, -193,78,180,251,189,153,191,46,221,22,242,87,41,206,42,36,126,40,92,159, -134,226,7,180,230,134,48,94,158,191,89,89,70,200,21,62,255,173,234,236, -132,89,95,24,82,6,15,150,219,24,146,191,234,215,112,235,242,233,53,252, -84,187,67,55,111,44,22,67,68,138,198,238,142,227,220,58,103,206,156,79, -217,182,77,127,127,191,148,18,159,205,102,43,46,217,82,85,158,124,242,73, -118,238,220,201,173,183,222,74,42,149,202,143,140,140,252,222,240,240,240, -86,219,182,139,234,129,239,230,221,188,121,128,167,150,1,26,15,180,128, -191,79,36,123,171,48,246,191,5,54,121,218,118,169,146,24,241,147,82,8,170, -14,216,14,72,142,187,62,28,118,59,193,184,218,228,80,227,241,211,141,240, -243,42,178,198,205,170,0,132,36,77,55,114,11,213,254,135,31,242,91,244, -76,44,224,168,155,183,212,226,23,145,133,169,84,234,193,142,142,14,121, -246,217,103,229,208,161,67,5,163,111,124,124,188,208,242,167,115,208,172, -91,183,78,247,236,217,195,45,183,220,114,215,174,93,187,126,208,217,217, -73,99,99,99,81,157,205,3,3,124,251,177,71,249,203,15,193,162,119,90,126, -238,33,227,167,168,83,1,199,49,215,186,173,55,139,152,209,115,172,67,79, -174,112,77,215,141,170,162,138,141,239,190,113,80,43,57,225,107,87,15,76, -30,65,80,29,227,61,239,172,78,0,102,53,73,148,0,11,78,131,116,91,180,111, -47,83,240,201,255,213,97,32,63,116,243,58,142,83,32,63,32,53,157,76,38, -159,78,167,211,45,27,55,110,44,107,244,85,67,62,193,45,14,13,13,253,115, -62,159,255,75,17,193,113,28,26,26,26,104,110,110,198,18,225,249,205,3,100, -6,238,230,123,127,165,92,122,118,28,43,54,7,177,226,19,135,43,66,178,247, -1,25,126,38,69,126,15,166,241,226,179,36,179,181,197,152,216,15,53,88,213, -236,39,181,202,131,230,253,132,87,234,250,159,193,132,202,47,6,224,23,85, -248,146,102,93,3,220,186,156,233,147,67,212,239,217,45,32,180,248,67,66, -162,45,223,24,211,148,72,36,158,72,167,211,125,47,188,240,2,187,119,239, -158,68,126,80,175,154,71,2,88,213,214,214,118,251,158,61,123,200,231,243, -168,42,205,205,205,244,245,245,210,229,173,226,142,211,255,1,235,204,6, -136,55,33,118,2,21,48,198,195,82,215,239,2,100,236,55,140,75,171,228,93, -200,239,23,216,161,218,120,241,159,88,67,63,191,208,152,212,189,170,177, -159,162,234,138,184,157,64,7,232,107,198,196,119,23,70,70,53,96,214,109, -0,13,254,28,105,175,247,226,197,139,139,124,252,145,126,95,82,169,212,131, -61,61,61,23,238,218,181,139,29,59,118,20,44,254,80,237,7,33,222,85,61,10, -176,203,182,237,37,227,227,227,25,215,117,25,25,25,97,104,104,8,99,12,167, -191,237,52,206,208,21,224,196,80,187,17,212,6,215,67,69,253,117,145,98, -16,43,239,88,146,185,7,141,137,186,65,187,24,217,38,164,44,213,206,155, -23,145,221,177,72,188,49,69,28,112,154,208,177,237,48,246,210,48,134,183, -160,214,161,90,223,227,172,11,192,209,64,232,230,141,14,247,66,171,63,30, -143,223,213,210,210,114,83,38,147,225,133,23,94,40,59,220,171,97,229,237, -48,240,1,207,243,222,240,60,143,76,38,195,200,200,8,7,15,30,228,245,215, -95,231,153,95,252,156,181,247,28,66,61,7,242,89,176,61,84,196,207,48,32, -138,145,188,99,203,248,253,116,95,121,185,57,248,75,138,6,141,249,173,194, -208,86,36,153,6,137,11,106,192,27,130,100,90,213,229,144,162,35,160,53, -123,193,223,244,2,144,78,167,73,167,211,196,98,49,128,162,148,107,241,120, -252,154,198,198,198,101,169,84,138,53,107,214,20,212,254,232,232,104,161, -229,79,145,164,33,138,208,121,117,59,176,54,186,35,92,13,156,201,100,24, -27,29,241,13,94,240,215,37,6,121,15,16,183,213,146,204,141,146,104,190, -67,186,175,57,219,61,176,30,198,71,202,83,153,47,154,66,80,198,14,170,138, -117,59,98,123,98,77,68,93,87,171,9,222,212,2,144,78,167,89,178,100,9,142, -227,76,154,224,177,44,235,157,137,68,98,101,71,71,135,172,93,187,86,6,7, -7,39,13,247,202,141,245,203,32,124,215,159,7,190,89,180,35,48,24,243,249, -60,163,163,163,147,189,119,38,159,16,198,254,201,158,115,250,141,118,231, -130,148,230,14,145,127,253,103,104,45,209,209,194,191,97,39,159,66,252, -108,135,181,70,194,191,105,5,32,36,223,182,237,73,62,126,85,237,76,36,18, -79,244,246,246,54,15,12,12,176,127,255,254,162,225,94,29,228,255,95,252, -5,156,147,16,146,95,246,96,227,93,168,134,91,173,88,143,100,182,61,66,249, -229,204,83,94,91,17,231,211,24,69,172,32,127,2,82,147,22,120,211,10,64, -24,216,17,250,248,67,47,159,49,198,73,38,147,143,244,244,244,156,241,210, -75,47,241,250,235,175,23,25,125,97,170,214,106,135,123,192,22,42,68,243, -2,97,158,223,242,176,18,207,24,215,253,124,246,181,255,186,19,136,5,231, -172,69,8,250,17,221,137,184,136,101,1,30,38,239,226,36,225,11,143,84,119, -130,89,79,18,117,36,16,26,125,81,242,67,213,31,139,197,238,111,111,111, -191,124,255,254,253,108,223,190,189,200,232,171,131,252,189,192,117,148, -89,191,7,48,50,50,50,165,38,81,4,156,198,165,138,115,145,231,178,202,115, -193,203,163,94,30,166,44,46,24,187,21,207,101,48,56,6,55,39,184,89,139, -204,16,220,243,127,170,154,11,3,222,132,26,96,225,194,133,164,211,105,28, -199,153,100,241,39,147,201,63,108,110,110,190,77,85,121,254,249,231,39, -181,252,26,45,254,112,253,222,75,209,141,33,249,149,230,11,84,125,63,14, -40,120,185,96,66,75,251,85,229,189,198,213,149,192,135,168,66,19,56,169, -102,140,55,210,171,74,193,141,170,6,220,113,200,143,87,251,8,111,50,13, -144,78,167,185,232,162,139,112,28,95,174,195,62,63,151,203,145,72,36,46, -75,38,147,15,52,55,55,179,126,253,122,25,26,26,42,180,252,26,198,250,48, -209,250,255,20,63,64,101,98,71,196,232,11,151,137,21,239,135,103,54,131, -231,122,152,204,40,38,63,142,201,231,208,188,135,113,213,53,30,31,53,121, -182,79,167,1,76,30,242,131,187,113,218,207,58,211,184,230,92,227,106,33, -190,210,84,53,104,153,192,155,70,0,66,163,47,92,193,19,181,248,129,183, -196,98,177,111,117,117,117,197,250,251,251,41,181,248,107,28,238,1,60,68, -144,167,175,20,83,26,125,192,13,247,194,51,207,43,158,167,190,42,15,214, -55,24,23,212,99,196,243,248,90,53,235,33,220,108,78,140,177,196,205,154, -63,86,13,146,94,249,137,175,106,194,155,66,0,68,132,197,139,23,35,34,216, -182,93,148,130,77,85,155,26,26,26,158,236,238,238,238,125,254,249,231,217, -187,119,175,132,228,215,105,241,255,2,127,188,95,188,51,104,253,149,200, -159,168,7,191,123,159,95,138,136,157,136,144,94,165,38,88,71,235,23,173, -84,178,251,182,131,114,139,241,212,9,5,160,86,188,41,4,32,36,191,52,170, -39,151,203,73,67,67,195,55,58,58,58,206,126,237,181,215,120,237,181,215, -164,116,184,87,99,203,223,78,153,52,109,81,163,175,218,147,253,114,155, -31,46,239,5,45,90,189,192,112,211,162,44,96,225,117,223,192,247,51,44,70, -88,140,240,5,96,189,25,31,244,143,48,36,212,212,58,128,240,113,220,27,129, -75,150,44,97,238,220,185,101,45,254,134,134,134,165,141,141,141,215,143, -140,140,20,185,121,163,45,191,134,216,251,138,105,218,96,122,139,191,20, -10,252,242,69,248,135,31,192,127,255,205,162,16,175,76,164,10,248,139,71, -62,62,177,93,0,190,139,200,103,80,237,64,36,175,170,163,120,30,88,181,183, -231,227,90,3,164,211,233,2,249,209,9,158,92,46,71,42,149,186,33,149,74, -45,141,199,227,108,220,184,113,82,203,175,114,184,7,19,110,222,138,105, -218,42,89,252,213,156,248,75,79,83,234,177,217,203,68,216,251,95,1,183, -50,33,20,19,83,163,254,197,247,161,122,168,16,27,89,199,61,28,183,26,32, -157,78,115,253,245,215,23,82,180,69,23,105,196,98,177,243,98,177,216,138, -214,214,86,89,179,102,77,193,226,15,103,247,106,36,31,166,72,211,86,201, -226,175,5,37,119,50,10,92,137,223,205,172,45,83,125,242,17,193,189,132, -143,84,203,244,249,113,41,0,233,116,186,208,239,91,150,85,52,193,3,244, -36,18,137,239,117,117,117,53,111,216,176,129,3,7,14,204,116,184,247,29, -234,112,243,206,16,171,203,109,44,16,59,5,193,171,127,237,103,66,171,22, -199,165,0,44,88,176,0,96,82,72,23,224,52,52,52,60,218,217,217,121,202,182, -109,219,120,227,141,55,164,116,184,87,35,249,21,211,180,193,52,110,222, -42,81,83,88,28,240,165,255,172,76,112,61,177,21,199,221,239,6,46,94,188, -152,185,115,231,98,219,118,97,69,78,184,68,43,149,74,125,181,165,165,229, -250,3,7,14,240,194,11,47,20,245,251,117,140,245,119,1,239,199,239,147,39, -118,214,105,244,85,66,200,249,69,167,77,31,22,247,145,135,224,241,117,19, -70,73,105,153,201,245,143,11,44,94,188,152,190,190,62,194,8,219,232,143, -40,55,52,52,220,209,208,208,240,165,88,44,198,154,53,107,10,1,157,83,133, -113,87,128,226,187,121,223,79,133,76,93,135,139,252,16,18,252,57,210,97, -113,229,112,220,116,1,115,231,206,165,175,175,175,200,232,139,144,127,101, -44,22,187,175,177,177,145,213,171,87,203,240,240,112,85,97,220,101,16,190, -227,138,105,218,66,161,59,156,56,90,97,113,229,112,92,12,3,211,233,52,31, -252,224,7,1,138,226,248,131,126,255,116,203,178,30,233,236,236,140,173, -95,191,158,67,135,14,213,28,198,29,32,172,84,49,77,219,17,52,250,102,13, -199,133,0,92,119,221,117,168,106,145,197,159,203,229,0,154,26,27,27,159, -236,238,238,110,27,24,24,96,223,190,125,50,67,242,43,166,105,131,233,221, -188,199,35,142,121,1,184,238,186,235,48,198,20,249,248,115,185,28,34,226, -164,82,169,149,109,109,109,243,95,121,229,21,118,238,220,41,117,132,113, -195,4,249,21,211,180,65,245,110,222,227,13,199,180,0,92,119,221,117,244, -246,246,150,117,243,58,142,179,180,161,161,225,218,225,225,97,182,109,219, -38,35,35,35,181,134,113,71,81,49,77,27,28,126,163,239,88,194,49,43,0,23, -92,112,1,189,189,189,69,195,189,144,252,198,198,198,91,146,201,228,103, -28,199,97,195,134,13,50,131,48,238,112,4,85,49,77,91,189,110,222,227,5, -199,164,0,244,245,245,113,254,249,231,23,44,254,146,144,174,11,44,203,122, -176,173,173,77,214,175,95,95,152,224,169,113,94,31,38,84,127,197,52,109, -135,195,205,123,172,227,152,19,128,190,190,62,174,185,230,26,128,114,129, -29,189,142,227,124,175,187,187,59,181,126,253,122,14,28,56,80,79,24,55, -20,207,180,253,77,185,10,111,70,139,191,28,142,57,1,56,255,252,243,81,213, -34,163,47,32,63,153,74,165,30,239,238,238,46,172,223,171,35,140,27,38,200, -175,152,166,13,14,143,155,247,120,192,49,37,0,191,253,219,191,77,79,79, -79,33,142,63,154,130,45,149,74,61,48,103,206,156,139,119,239,222,205,43, -175,188,34,51,152,218,133,41,126,141,3,222,220,70,95,41,142,25,79,224,239, -252,206,239,20,200,47,53,250,26,26,26,238,76,38,147,127,224,186,46,155, -55,111,46,12,247,106,36,63,68,217,52,109,39,34,249,112,140,104,128,222, -222,94,186,187,187,203,26,125,13,13,13,87,199,98,177,101,13,13,13,172,95, -191,94,102,16,198,29,90,252,101,211,180,69,175,123,34,97,214,5,160,183, -183,151,171,175,190,186,144,59,167,196,205,123,166,136,60,210,213,213,21, -123,238,185,231,24,26,26,170,103,106,23,38,84,255,189,192,191,20,237,40, -89,191,119,162,97,214,5,224,234,171,175,6,202,206,237,183,166,82,169,39, -250,250,250,154,55,109,218,196,190,125,251,164,142,48,110,152,32,191,98, -154,182,19,149,124,152,101,1,120,223,251,222,87,176,248,163,70,31,224,36, -147,201,149,157,157,157,243,127,253,235,95,179,115,231,78,169,35,140,27, -14,199,250,189,55,57,102,77,0,222,255,254,247,87,52,250,28,199,249,226, -156,57,115,126,235,208,161,67,188,244,210,75,82,71,24,55,76,144,31,186, -121,7,139,118,158,160,70,95,41,102,101,20,112,238,185,231,210,213,213,53, -41,154,55,48,250,110,77,38,147,159,178,44,171,224,230,173,51,140,27,124, -139,255,247,128,173,209,141,39,138,155,183,26,28,117,13,208,211,211,195, -217,103,159,93,136,234,137,146,31,139,197,22,218,182,253,96,123,123,187, -172,91,183,174,222,177,62,76,180,254,187,128,31,20,237,56,129,220,188,213, -224,168,10,64,79,79,15,87,94,121,101,225,135,151,74,140,190,180,227,56, -143,247,246,246,198,214,173,91,199,224,224,96,209,212,110,29,228,255,51, -190,213,63,9,39,178,209,87,138,163,42,0,87,93,117,21,192,164,245,123,64, -83,50,153,124,162,175,175,175,47,92,191,55,195,225,222,42,102,176,126,239, -68,194,81,19,128,43,174,184,2,99,76,185,185,125,73,38,147,15,182,183,183, -95,184,115,231,78,94,125,245,213,153,146,191,11,223,211,87,164,223,223, -236,129,29,245,226,168,24,129,87,94,121,37,157,157,157,147,114,245,4,73, -27,238,74,165,82,55,101,179,89,182,108,217,34,229,178,113,215,128,97,224, -3,248,139,41,11,56,105,241,87,198,17,215,0,221,221,221,116,116,116,76,74, -218,16,76,240,92,19,143,199,151,53,53,53,209,223,223,95,239,88,31,38,220, -188,147,210,180,157,200,110,222,106,112,68,5,160,187,187,155,203,46,187, -172,108,210,134,88,44,246,78,17,89,217,221,221,45,207,62,251,172,12,13, -13,213,51,214,135,9,213,63,109,154,182,147,152,140,35,38,0,221,221,221, -92,126,249,229,69,73,27,194,214,15,116,218,182,253,68,58,157,110,222,184, -113,35,7,15,30,172,39,146,23,38,200,175,43,77,219,73,28,65,1,120,199,59, -222,129,170,78,74,211,6,56,137,68,226,145,158,158,158,51,182,109,219,198, -235,175,191,46,53,102,227,14,113,210,205,123,24,112,68,4,224,178,203,46, -163,179,179,179,224,233,139,186,121,45,203,186,191,181,181,245,242,3,7, -14,240,242,203,47,75,29,97,220,48,65,254,140,210,180,157,196,17,24,5,156, -117,214,89,116,118,118,78,250,29,158,48,77,91,67,67,195,109,150,101,177, -105,211,166,122,135,123,33,234,74,211,118,18,197,56,172,26,160,171,171, -139,249,243,231,99,219,118,209,47,111,186,174,75,42,149,186,44,22,139,61, -208,222,222,206,218,181,107,37,186,106,183,70,242,195,214,95,115,154,182, -147,152,140,195,38,0,93,93,93,44,90,180,168,108,210,6,85,125,139,136,124, -107,238,220,185,177,181,107,215,50,52,52,84,207,188,62,204,48,77,219,73, -76,198,97,235,2,222,243,158,247,248,39,44,249,53,14,160,41,145,72,60,217, -215,215,215,27,6,118,204,96,172,15,51,76,211,118,18,197,56,44,26,96,209, -162,69,69,110,222,232,175,113,196,227,241,111,116,119,119,159,253,218,107, -175,177,99,199,142,153,146,203,249,163,213,0,0,7,247,73,68,65,84,191,131, -195,144,166,237,36,38,48,99,1,88,180,104,17,237,237,237,101,231,246,19, -137,196,210,166,166,166,235,199,199,199,217,186,117,171,212,57,181,27,34, -116,243,30,150,52,109,39,225,99,70,2,208,209,209,65,91,91,219,164,223,223, -11,200,191,33,145,72,44,109,108,108,100,253,250,245,51,33,255,136,165,105, -59,137,25,8,64,71,71,7,151,92,114,73,225,215,56,162,228,59,142,115,158, -109,219,43,122,123,123,101,205,154,53,50,50,50,82,239,112,239,168,164,105, -59,145,81,151,17,216,217,217,201,37,151,92,82,201,205,219,99,219,246,247, -230,205,155,215,252,220,115,207,49,56,56,56,83,242,103,35,77,219,9,131, -186,52,192,25,103,156,1,64,44,22,43,253,41,22,39,22,139,61,154,78,167,79, -217,186,117,43,187,119,239,150,25,14,247,54,113,132,211,180,157,232,168, -89,0,46,190,248,226,194,244,110,52,176,195,117,93,44,203,122,160,163,163, -99,209,158,61,123,216,190,125,251,76,45,254,55,56,233,230,61,226,168,169, -11,184,248,226,139,105,111,111,159,244,19,108,174,235,18,143,199,239,104, -106,106,250,152,101,89,108,222,188,89,234,156,218,13,145,7,126,31,120,37, -186,241,36,249,135,31,85,107,128,246,246,118,218,218,218,10,110,222,18, -242,175,140,199,227,247,181,181,181,177,102,205,26,9,23,110,214,17,198, -61,43,105,218,78,100,84,45,0,11,22,44,64,85,17,145,34,181,175,170,167,139, -200,35,233,116,58,182,118,237,90,66,139,191,206,225,30,156,96,105,218,102, -27,85,9,192,105,167,157,22,186,117,139,178,114,27,99,154,98,177,216,147, -167,158,122,106,219,134,13,27,216,191,127,191,204,144,252,159,112,130,165, -105,155,109,84,101,3,52,54,54,226,186,46,182,109,227,186,46,198,24,68,196, -137,199,227,43,231,206,157,59,127,251,246,237,236,220,185,83,102,56,220, -123,17,127,21,207,73,55,239,81,68,85,2,208,208,208,64,62,159,71,130,116, -214,158,231,145,74,165,150,54,55,55,95,59,58,58,202,182,109,219,234,37, -63,196,9,155,166,109,182,81,85,23,16,142,227,115,185,28,185,92,14,219,182, -207,83,213,59,27,27,27,121,238,185,231,100,6,97,220,39,124,154,182,217, -70,85,26,32,92,197,19,182,238,120,60,254,153,166,166,166,216,166,77,155, -136,90,252,53,226,100,154,182,99,0,85,11,0,248,63,133,110,89,86,114,108, -108,236,154,100,50,201,158,61,123,164,206,177,126,72,254,191,114,130,167, -105,155,109,84,37,0,225,52,111,224,251,63,51,151,203,37,69,164,158,72,94, -40,78,211,246,113,74,220,188,224,231,7,60,233,230,61,58,168,218,19,24,182, -242,124,62,223,234,186,46,99,99,99,50,3,242,139,210,180,57,142,67,50,153, -164,189,189,157,83,78,57,133,84,42,85,175,7,241,184,130,170,242,157,239, -124,167,238,99,15,7,202,10,128,148,249,241,154,48,192,211,113,156,76,96, -241,171,49,53,253,222,125,136,124,99,99,227,146,182,182,182,157,169,84, -138,166,166,38,186,186,186,152,59,119,46,243,230,205,163,179,179,179,144, -45,236,205,14,85,101,241,226,197,53,31,55,149,208,168,42,91,182,108,97, -203,150,45,101,247,149,66,66,178,231,207,159,207,252,249,243,11,228,95, -127,253,245,133,74,207,60,243,12,175,188,242,10,67,67,67,28,58,116,168, -105,247,238,221,251,61,207,139,81,219,79,206,40,160,141,141,141,31,125, -251,219,223,254,47,205,205,205,204,153,51,135,246,246,118,186,186,186,104, -107,107,163,177,177,177,176,134,176,156,16,158,68,117,45,191,92,157,168, -80,68,53,143,220,117,215,93,204,159,63,223,255,167,228,165,139,8,170,202, -238,221,187,121,245,213,87,217,187,119,47,131,131,131,172,90,181,234,223, -129,223,162,122,1,80,128,57,115,230,252,195,185,231,158,251,167,115,230, -204,161,165,165,133,214,214,86,90,90,90,104,105,105,33,153,76,22,178,134, -68,238,67,74,62,143,55,104,201,231,236,220,68,137,64,68,255,119,222,241, -142,119,0,83,183,184,80,77,91,150,69,34,145,224,244,211,79,95,246,210,75, -47,93,29,236,158,142,28,5,112,28,231,7,231,156,115,206,103,122,123,123, -99,205,205,205,180,180,180,208,220,220,76,67,67,67,57,242,5,223,71,17,126, -30,207,48,248,239,32,252,156,14,81,161,41,87,95,43,124,175,136,114,13,59, -132,83,133,170,149,120,60,46,115,230,204,65,85,197,113,28,121,247,187,223, -253,236,208,208,208,231,246,238,221,251,217,200,77,148,59,145,2,52,54,54, -174,190,237,182,219,62,113,234,169,167,54,137,72,69,66,35,228,219,248,246, -73,44,248,126,60,107,0,15,127,122,219,13,190,79,71,90,40,40,94,80,202,9, -78,40,28,38,40,80,94,112,42,9,81,1,242,240,195,15,23,253,79,113,203,179, -84,213,10,191,227,147,97,3,162,170,246,242,229,203,239,24,24,24,184,211, -243,188,138,198,228,91,223,250,214,167,110,190,249,230,191,239,233,233, -201,227,11,92,120,254,74,176,240,137,79,4,37,22,185,167,227,69,16,162,4, -229,129,108,80,242,76,16,86,233,56,131,47,44,185,160,148,19,130,80,56,66, -193,50,148,23,156,210,50,73,19,133,2,16,182,186,24,16,15,74,172,76,9,247, -57,170,106,3,206,214,173,91,79,91,179,102,205,13,207,63,255,252,89,163, -163,163,221,0,77,77,77,251,206,56,227,140,23,23,44,88,240,147,179,206,58, -107,167,136,36,129,164,136,84,67,102,216,250,147,65,137,71,142,57,158,16, -190,236,28,126,186,154,12,19,90,160,82,253,168,208,132,199,68,133,38,172, -19,10,72,38,248,12,207,27,21,156,124,153,18,221,231,1,42,15,63,252,176, -224,147,155,2,230,0,173,64,19,208,8,52,48,65,68,88,18,76,8,65,216,82,147, -170,154,192,39,78,152,24,93,88,248,173,190,150,214,44,193,121,10,194,198, -132,29,112,188,8,65,216,194,74,91,179,75,101,149,92,141,214,136,10,64,22, -95,0,178,193,255,225,117,194,237,209,50,134,255,163,212,35,248,9,51,135, -240,127,161,60,31,190,220,56,208,6,244,1,243,128,110,124,65,104,198,23, -130,20,197,66,16,3,108,17,9,251,233,120,208,186,109,138,141,182,168,102, -113,152,232,207,167,83,231,209,46,231,120,83,255,33,162,132,70,85,242,116, -245,67,53,238,18,105,169,145,122,225,249,194,22,29,181,47,162,154,35,131, -79,242,24,254,108,235,32,176,7,120,13,223,17,231,1,94,216,98,99,248,68, -119,3,167,2,167,0,237,248,26,33,20,128,104,43,14,213,178,93,82,66,226,162, -195,183,176,148,18,57,221,16,175,26,65,41,173,127,52,81,237,208,46,74,236, -84,231,41,53,220,12,147,143,141,26,126,94,73,9,187,155,168,246,8,5,96,8, -56,128,223,120,115,192,33,124,30,51,81,227,173,84,242,194,207,60,197,173, -23,38,212,180,148,28,27,246,223,161,32,132,55,47,193,13,150,19,8,40,79, -94,244,193,167,35,247,104,251,11,166,35,53,90,175,218,243,84,34,60,68,72, -124,116,52,17,21,134,144,175,28,197,220,69,185,156,52,18,113,152,144,156, -97,124,213,64,240,189,133,9,59,32,21,148,176,95,142,218,2,33,145,54,197, -6,100,185,225,91,72,124,180,91,152,78,16,166,194,108,116,21,181,170,246, -74,231,8,63,67,82,67,117,95,105,216,23,85,251,225,232,32,106,104,134,125, -127,184,127,156,9,13,48,138,223,234,247,224,115,60,28,212,49,78,112,146, -44,126,31,225,226,171,139,157,76,244,251,225,103,168,254,19,20,219,2,33, -1,161,225,22,214,45,24,132,145,7,9,5,37,236,78,226,20,107,146,90,200,155, -13,99,177,30,227,110,170,243,68,45,250,80,109,151,246,249,229,12,191,168, -229,95,58,106,8,13,199,176,238,120,228,115,4,159,252,145,96,191,134,2,224, -5,21,242,193,78,135,9,71,76,244,179,116,168,24,85,247,161,6,72,82,76,108, -37,1,8,5,37,218,122,107,193,108,13,23,107,29,222,77,119,30,143,98,139,126, -42,1,136,14,253,162,218,167,116,248,87,174,43,119,75,190,27,2,1,8,47,18, -117,46,148,246,213,86,201,247,130,67,136,98,213,27,245,222,217,101,30,58, -60,62,42,68,97,189,122,212,255,209,118,24,213,235,224,169,116,46,240,223, -121,148,188,74,93,74,169,243,167,212,118,40,117,0,105,201,247,104,253,2, -202,121,240,202,93,188,156,229,94,78,109,71,133,165,28,9,81,161,138,10, -81,61,132,205,166,203,184,30,23,111,165,243,148,115,251,86,154,3,40,117, -255,66,113,119,82,110,68,49,37,170,13,8,169,101,86,171,84,229,79,85,111, -166,214,251,108,78,26,213,58,201,83,14,213,250,236,107,158,0,170,22,255, -31,228,190,91,114,150,166,162,115,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_6 = 456; -static unsigned char xml_res_file_6[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0, -65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60, -0,0,1,106,73,68,65,84,120,218,164,83,63,75,195,64,20,127,151,187,20,170, -68,4,49,137,20,28,4,33,144,15,80,180,34,8,25,252,4,153,221,92,116,235,226, -39,112,115,113,235,183,200,34,150,116,40,56,249,1,156,106,59,88,16,29,50, -132,182,8,185,75,226,189,171,45,28,162,144,246,193,143,59,30,239,253,238, -247,254,28,41,203,18,214,49,22,134,225,129,60,155,18,86,197,220,137,196, -51,203,243,252,168,221,110,223,216,182,237,231,185,0,33,114,9,14,156,227, -93,64,81,20,48,23,73,129,16,166,192,88,13,146,36,121,233,116,238,110,153, -12,216,154,205,102,254,104,52,82,193,8,73,170,240,223,93,194,143,162,104, -147,153,166,89,4,65,176,82,253,221,110,151,48,41,147,204,101,86,107,38, -33,4,75,84,4,198,66,86,21,51,12,3,9,140,37,1,162,138,81,74,231,4,156,115, -3,187,221,127,47,225,233,147,106,65,123,53,1,167,230,43,76,167,83,205,239, -56,14,52,26,13,192,92,150,101,25,197,215,31,6,2,238,207,183,181,192,235, -199,47,56,222,21,208,106,181,52,127,28,199,224,186,46,96,46,18,168,18,134, -227,15,232,15,184,22,56,28,39,144,214,82,192,17,107,27,52,153,168,146,49, -119,169,224,236,176,14,87,113,162,5,54,119,8,164,105,10,189,94,79,243,123, -158,183,32,160,76,46,145,137,35,185,240,55,20,126,219,201,159,99,84,185, -150,101,93,202,142,238,175,178,72,82,197,27,145,103,253,231,35,177,138, -249,2,219,65,214,253,206,223,2,12,0,147,178,225,133,173,98,29,0,0,0,0,0, -73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_7 = 468; -static unsigned char xml_res_file_7[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0, -65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60, -0,0,1,118,73,68,65,84,120,218,156,83,49,75,195,64,24,125,119,57,83,139, -138,105,42,56,57,136,166,45,181,8,5,21,92,170,131,238,66,252,47,10,130, -46,254,5,17,252,11,182,163,56,56,85,235,88,113,168,14,181,163,155,139,155, -214,228,238,188,187,52,133,170,181,198,7,225,72,114,239,125,223,123,247, -29,57,57,61,131,144,178,42,165,244,165,4,160,159,62,6,94,250,32,148,128, -0,53,74,233,46,227,66,84,43,155,21,223,203,229,193,185,80,28,2,170,120, -22,168,162,135,106,183,248,46,64,8,218,157,39,255,186,222,168,178,48,12, -253,76,54,139,151,178,135,183,139,91,20,106,203,232,236,180,112,116,53, -139,227,173,103,220,221,55,161,180,116,197,1,172,173,174,32,8,2,159,113, -206,145,117,28,180,207,47,49,231,76,161,185,125,131,249,204,36,246,214, -219,200,184,211,240,114,139,170,162,41,219,115,21,217,114,93,215,116,172, -59,192,68,202,70,185,144,51,63,102,74,249,104,131,227,153,213,113,138,24, -6,205,101,66,117,160,209,122,120,236,251,251,13,178,215,65,105,169,8,33, -56,88,252,33,157,78,143,36,127,21,209,43,19,34,74,57,165,108,36,21,208, -92,102,142,206,8,164,144,20,38,196,88,205,30,179,19,11,24,11,92,68,33,218, -202,66,44,54,10,177,85,205,85,167,16,89,24,87,22,226,60,70,65,141,112,148, -129,182,16,207,187,86,181,44,43,169,9,208,191,38,63,204,10,235,118,223, -235,251,7,135,27,60,228,67,111,223,15,84,88,204,66,24,124,212,117,249,5, -61,177,255,108,226,245,83,128,1,0,252,66,151,102,82,249,150,146,0,0,0,0, -73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_8 = 602; -static unsigned char xml_res_file_8[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0, -65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60, -0,0,1,252,73,68,65,84,120,218,164,147,207,75,20,97,28,198,159,119,230,221, -214,102,103,195,93,100,217,68,52,216,130,132,214,75,118,136,232,232,49, -40,196,75,251,15,116,235,176,55,187,20,212,57,10,130,14,222,116,47,94,180, -168,107,93,196,16,33,15,29,4,77,164,214,81,219,129,153,162,117,103,198, -153,121,183,247,251,238,20,171,184,40,52,240,242,254,152,121,62,207,247, -121,191,12,107,183,219,248,159,135,63,158,159,7,65,24,99,127,231,59,242, -252,226,25,245,123,188,123,71,144,48,12,7,159,85,42,175,79,171,139,201, -241,168,86,123,208,13,80,206,18,114,123,117,107,11,214,90,245,4,149,148, -201,42,251,240,11,19,147,31,112,24,4,140,247,114,30,47,45,246,116,126,247, -102,10,145,16,240,19,192,17,231,23,31,25,184,6,232,114,68,2,200,246,1,41, -185,30,206,3,3,230,121,220,191,89,4,231,169,14,192,243,24,63,238,60,91, -234,157,249,253,218,166,18,30,70,231,16,118,0,26,167,28,177,204,245,101, -161,208,67,214,65,151,239,53,100,37,177,2,236,239,90,106,110,81,5,148,131, -54,154,102,34,157,22,234,158,148,84,103,208,83,58,68,44,32,100,22,250,38, -142,125,229,108,89,62,34,105,234,181,90,76,163,28,244,242,229,171,33,124, -90,41,192,48,12,100,50,25,228,138,69,12,93,191,129,66,233,50,76,51,171, -0,235,78,7,116,117,226,41,116,206,225,58,142,206,41,7,81,55,214,183,97, -255,232,151,135,6,134,71,116,92,187,53,130,129,108,25,129,215,144,162,223, -202,185,121,16,41,231,231,51,51,111,31,78,79,47,197,205,166,205,91,73,5, -213,170,43,203,255,41,163,104,170,173,246,246,87,100,47,44,193,174,71,112, -172,0,229,113,129,43,253,158,114,142,124,255,179,189,188,92,147,73,93,78, -57,136,186,179,35,146,139,139,21,192,112,66,176,76,132,253,111,2,141,239, -49,70,143,58,239,165,115,185,221,192,117,193,41,7,81,239,62,177,79,108, -223,165,100,62,238,252,175,79,249,177,177,138,110,154,131,103,249,115,200, -249,160,94,159,35,231,238,70,167,229,200,39,235,211,30,82,122,221,7,127, -4,24,0,138,132,23,84,221,35,102,201,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_9 = 305; -static unsigned char xml_res_file_9[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0, -65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60, -0,0,0,211,73,68,65,84,120,218,156,147,221,9,195,48,12,132,165,36,248,161, -166,3,180,157,169,27,116,128,46,97,28,200,18,29,160,27,116,166,226,1,26, -23,242,95,159,32,134,190,69,17,8,67,208,119,156,46,54,215,117,125,37,162, -19,233,43,120,239,95,213,56,142,231,166,105,30,90,218,57,119,199,89,77, -211,68,203,178,72,111,45,102,38,112,34,48,12,3,207,243,172,22,0,39,2,105, -5,17,64,111,173,162,40,8,220,234,64,224,213,210,214,2,39,2,125,223,179, -86,0,43,128,203,25,0,214,10,228,12,246,56,64,6,217,65,215,117,106,129,178, -44,9,220,110,7,152,255,115,160,205,0,179,217,65,140,145,113,137,52,247, -0,243,224,68,32,132,80,33,20,99,140,42,68,112,242,71,172,181,183,244,225, -162,125,76,201,241,187,109,219,39,108,28,82,31,17,174,130,71,96,159,180, -202,247,39,192,0,252,76,170,213,210,75,189,20,0,0,0,0,73,69,78,68,174,66, -96,130}; - -static size_t xml_res_size_10 = 442; -static unsigned char xml_res_file_10[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0, -65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60, -0,0,1,92,73,68,65,84,120,218,164,147,49,78,195,48,24,133,159,237,52,137, -99,42,145,84,66,8,6,36,102,6,134,78,112,8,36,118,216,145,24,144,24,96,106, -39,36,24,146,130,96,97,133,11,112,10,102,78,129,16,8,24,10,116,72,98,19, -59,109,18,90,1,169,234,33,122,177,252,62,255,254,159,77,148,82,152,101, -88,250,179,123,124,117,23,199,201,86,154,202,90,38,198,40,26,13,235,254, -230,116,127,211,0,180,249,54,60,192,227,251,0,248,175,34,66,176,228,115, -236,28,158,111,20,21,232,157,251,95,41,158,223,250,198,79,126,241,170,220, -143,166,99,99,84,173,149,83,41,132,199,176,186,56,95,167,0,179,86,123,10, -128,239,81,108,239,157,33,78,210,90,71,104,88,12,203,1,47,1,107,11,9,174, -79,142,48,248,252,24,22,250,39,1,92,204,225,242,34,42,1,113,162,32,149, -196,211,203,107,173,20,86,60,207,120,10,128,150,82,42,216,182,93,11,160, -215,170,234,61,200,91,76,224,100,0,146,157,145,82,138,209,5,211,255,227, -154,84,114,50,173,212,147,218,228,186,46,90,173,0,189,94,4,33,4,130,192, -159,208,156,243,31,27,208,130,148,41,33,56,58,157,14,218,237,54,156,44, -235,110,183,59,161,93,215,49,81,150,149,103,164,48,12,213,180,99,232,201, -123,192,24,235,71,81,212,148,82,142,5,86,134,90,213,250,8,218,99,230,77, -83,8,89,215,156,41,31,98,154,121,31,200,172,207,249,91,128,1,0,143,73,185, -134,246,77,109,68,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_11 = 669; -static unsigned char xml_res_file_11[] = { -137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,16,0,0,0,16,8,6,0,0, -0,31,243,255,97,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189,167,147,0, -0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,0,7,116,73,77, -69,7,220,7,9,6,37,36,182,125,173,234,0,0,2,42,73,68,65,84,56,203,165,147, -79,72,84,81,20,198,127,247,189,55,53,99,76,76,36,131,204,194,32,153,77, -211,162,85,81,187,64,112,64,23,34,217,96,32,184,11,66,90,9,18,72,224,166, -104,51,3,3,110,102,210,141,27,9,68,4,25,28,107,49,208,42,181,133,80,144, -127,70,168,25,194,22,35,105,60,168,59,231,222,105,209,100,105,36,88,7,62, -206,229,112,207,185,223,57,223,61,240,159,166,250,251,251,47,2,215,128, -240,9,115,191,0,175,60,99,204,245,145,145,145,7,209,104,52,97,140,32,98, -16,169,83,175,11,34,130,181,150,70,3,192,69,41,15,165,60,60,239,20,181, -90,237,109,46,151,126,236,89,107,207,250,190,159,216,222,222,198,90,139, -181,22,99,12,198,152,99,207,214,218,196,252,252,252,25,47,16,8,216,206, -206,206,127,234,191,88,44,42,79,68,212,15,154,141,147,13,79,41,68,68,57, -34,226,24,99,16,145,63,176,191,187,198,214,202,45,246,119,215,14,98,149, -74,133,185,185,57,202,229,50,34,226,28,91,96,125,117,148,104,52,202,250, -234,40,34,66,181,90,101,121,121,153,174,174,46,10,133,2,34,226,120,245, -122,221,17,17,74,31,27,188,252,228,30,162,121,33,244,144,234,139,97,66, -109,247,201,102,179,100,179,89,54,54,54,72,167,211,116,119,119,179,176, -176,224,56,90,107,215,24,67,97,83,243,232,198,233,3,220,49,183,121,227, -95,162,253,74,158,186,61,79,46,151,99,112,112,144,142,142,14,98,177,24, -241,120,28,173,181,235,105,173,29,99,12,229,202,14,165,205,250,175,231, -219,158,82,46,237,176,248,122,145,124,62,79,95,95,31,147,147,147,140,143, -143,19,137,68,216,90,73,161,181,118,188,159,12,110,198,67,12,63,175,29, -106,33,246,190,196,196,244,4,189,189,189,76,77,77,49,48,48,128,235,186, -180,182,182,210,126,121,26,173,147,174,231,251,126,64,41,197,80,162,133, -161,68,203,65,242,210,210,18,99,207,158,144,76,38,153,157,157,37,147,201, -208,211,211,115,72,70,223,247,3,42,28,14,223,117,93,183,253,168,206,123, -123,123,247,82,169,84,100,102,102,198,15,6,131,197,96,48,248,238,232,29, -99,204,7,5,132,154,139,228,253,46,0,112,21,24,3,50,64,9,208,77,124,107, -250,175,192,103,245,151,143,118,174,89,216,54,33,128,57,226,45,96,191,3, -75,8,66,197,24,125,248,245,0,0,0,0,73,69,78,68,174,66,96,130}; - -static size_t xml_res_size_12 = 1367; -static unsigned char xml_res_file_12[] = { -60,63,120,109,108,32,118,101,114,115,105,111,110,61,34,49,46,48,34,32,101, -110,99,111,100,105,110,103,61,34,85,84,70,45,56,34,63,62,10,60,114,101, -115,111,117,114,99,101,32,120,109,108,110,115,61,34,104,116,116,112,58, -47,47,119,119,119,46,119,120,119,105,110,100,111,119,115,46,111,114,103, -47,119,120,120,114,99,34,32,118,101,114,115,105,111,110,61,34,50,46,51, -46,48,46,49,34,62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115, -61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101,61,34,109,95,98, -109,112,70,111,108,100,101,114,34,62,85,73,95,119,120,99,114,97,102,116, -101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101,115, -111,117,114,99,101,115,95,102,111,108,100,101,114,46,112,110,103,60,47, -111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108,97, -115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101,61,34, -109,95,98,109,112,87,120,67,114,97,102,116,101,114,76,111,103,111,34,62, -85,73,95,119,120,99,114,97,102,116,101,114,99,98,95,98,105,116,109,97,112, -115,46,99,112,112,36,82,101,115,111,117,114,99,101,115,95,119,120,99,45, -108,111,103,111,45,49,54,46,112,110,103,60,47,111,98,106,101,99,116,62, -10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66, -105,116,109,97,112,34,32,110,97,109,101,61,34,110,101,119,45,114,101,115, -111,117,114,99,101,34,62,85,73,95,119,120,99,114,97,102,116,101,114,99, -98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101,115,111,117,114, -99,101,115,95,110,101,119,45,114,101,115,111,117,114,99,101,46,112,110, -103,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32, -99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109, -101,61,34,112,114,111,106,101,99,116,34,62,85,73,95,119,120,99,114,97,102, -116,101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101, -115,111,117,114,99,101,115,95,112,114,111,106,101,99,116,46,112,110,103, -60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99, -108,97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101, -61,34,115,101,116,116,105,110,103,115,34,62,85,73,95,119,120,99,114,97, -102,116,101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82, -101,115,111,117,114,99,101,115,95,115,101,116,116,105,110,103,115,46,112, -110,103,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116, -32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109, -101,61,34,119,105,122,97,114,100,34,62,85,73,95,119,120,99,114,97,102,116, -101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101,115, -111,117,114,99,101,115,95,119,105,122,97,114,100,46,112,110,103,60,47,111, -98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115, -115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101,61,34,119, -120,100,105,97,108,111,103,34,62,85,73,95,119,120,99,114,97,102,116,101, -114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101,115,111, -117,114,99,101,115,95,119,120,100,105,97,108,111,103,46,112,110,103,60, -47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108, -97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101,61, -34,119,120,102,114,97,109,101,34,62,85,73,95,119,120,99,114,97,102,116, -101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82,101,115, -111,117,114,99,101,115,95,119,120,102,114,97,109,101,46,112,110,103,60, -47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108, -97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109,101,61, -34,119,120,105,109,103,108,105,115,116,34,62,85,73,95,119,120,99,114,97, -102,116,101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36,82, -101,115,111,117,114,99,101,115,95,119,120,105,109,103,108,105,115,116,46, -112,110,103,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99, -116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110, -97,109,101,61,34,119,120,112,97,110,101,108,34,62,85,73,95,119,120,99,114, -97,102,116,101,114,99,98,95,98,105,116,109,97,112,115,46,99,112,112,36, -82,101,115,111,117,114,99,101,115,95,119,120,112,97,110,101,108,46,112, -110,103,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116, -32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,34,32,110,97,109, -101,61,34,119,120,112,111,112,117,112,119,105,110,100,111,119,34,62,85, -73,95,119,120,99,114,97,102,116,101,114,99,98,95,98,105,116,109,97,112, -115,46,99,112,112,36,82,101,115,111,117,114,99,101,115,95,119,120,112,111, -112,117,112,119,105,110,100,111,119,46,112,110,103,60,47,111,98,106,101, -99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34, -119,120,66,105,116,109,97,112,34,32,110,97,109,101,61,34,119,120,119,105, -122,97,114,100,34,62,85,73,95,119,120,99,114,97,102,116,101,114,99,98,95, -98,105,116,109,97,112,115,46,99,112,112,36,82,101,115,111,117,114,99,101, -115,95,119,120,119,105,122,97,114,100,46,112,110,103,60,47,111,98,106,101, -99,116,62,10,60,47,114,101,115,111,117,114,99,101,62,10}; - -void wxC8968InitBitmapResources() -{ - - // Check for memory FS. If not present, load the handler: - { - wxMemoryFSHandler::AddFile(wxT("XRC_resource/dummy_file"), wxT("dummy one")); - wxFileSystem fsys; - wxFSFile *f = fsys.OpenFile(wxT("memory:XRC_resource/dummy_file")); - wxMemoryFSHandler::RemoveFile(wxT("XRC_resource/dummy_file")); - if (f) delete f; - else wxFileSystem::AddHandler(new wxMemoryFSHandlerBase); - } - - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_folder.png"), xml_res_file_0, xml_res_size_0, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxc-logo-16.png"), xml_res_file_1, xml_res_size_1, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_new-resource.png"), xml_res_file_2, xml_res_size_2, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_project.png"), xml_res_file_3, xml_res_size_3, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_settings.png"), xml_res_file_4, xml_res_size_4, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wizard.png"), xml_res_file_5, xml_res_size_5, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxdialog.png"), xml_res_file_6, xml_res_size_6, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxframe.png"), xml_res_file_7, xml_res_size_7, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wximglist.png"), xml_res_file_8, xml_res_size_8, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxpanel.png"), xml_res_file_9, xml_res_size_9, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxpopupwindow.png"), xml_res_file_10, xml_res_size_10, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$Resources_wxwizard.png"), xml_res_file_11, xml_res_size_11, wxT("image/x-apple-ios-png")); - XRC_ADD_FILE(wxT("XRC_resource/UI_wxcraftercb_bitmaps.cpp$_home_eran_devl_wxCrafterCB_UI_wxcraftercb_bitmaps.xrc"), xml_res_file_12, xml_res_size_12, wxT("text/xml")); - wxXmlResource::Get()->Load(wxT("memory:XRC_resource/UI_wxcraftercb_bitmaps.cpp$_home_eran_devl_wxCrafterCB_UI_wxcraftercb_bitmaps.xrc")); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/0b/0b46adc696683415d160c13e0463afaede77f30d.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/0b/0b46adc696683415d160c13e0463afaede77f30d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/0b/0b46adc696683415d160c13e0463afaede77f30d.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/0b/0b46adc696683415d160c13e0463afaede77f30d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,160 +0,0 @@ -#ifndef ZJSONNODE_H -#define ZJSONNODE_H - -#include -#include -#include -#include -#include -#include -#include "cJSON.h" -#include - -////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////// - -class JSONElement -{ -protected: - cJSON * _json; - int _type; - wxString _name; - - // Values - wxVariant _value; - -public: - typedef std::map wxStringMap_t; - -public: - JSONElement(cJSON *json); - JSONElement(const wxString &name, const wxVariant& val, int type); - - virtual ~JSONElement() {} - - // Setters - //////////////////////////////////////////////// - void setName(const wxString& _name) { - this->_name = _name; - } - void setType(int _type) { - this->_type = _type; - } - int getType() const { - return _type; - } - const wxString& getName() const { - return _name; - } - const wxVariant& getValue() const { - return _value; - } - void setValue(const wxVariant& _value) { - this->_value = _value; - } - // Readers - //////////////////////////////////////////////// - JSONElement namedObject(const wxString& name) const ; - bool hasNamedObject(const wxString &name) const; - - bool toBool(bool defaultValue = false) const ; - wxString toString(const wxString &defaultValue = wxEmptyString) const ; - wxArrayString toArrayString() const ; - JSONElement arrayItem(int pos) const ; - bool isNull() const ; - bool isBool() const ; - bool isString() const ; - wxString format() const ; - int arraySize() const ; - int toInt(int defaultVal = -1) const ; - size_t toSize_t(size_t defaultVal = 0) const ; - double toDouble(double defaultVal = -1.0) const; - wxSize toSize() const; - wxPoint toPoint() const; - wxColour toColour(const wxColour& defaultColour = wxNullColour) const; - JSONElement::wxStringMap_t toStringMap() const; - - - // Writers - //////////////////////////////////////////////// - /** - * @brief create new named object and append it to this json element - * @return the newly created object - */ - static JSONElement createObject(const wxString &name = wxT("")); - /** - * @brief create new named array and append it to this json element - * @return the newly created array - */ - static JSONElement createArray(const wxString &name = wxT("")); - - /** - * @brief append new element to this json element - */ - void append(const JSONElement& element); - - JSONElement& addProperty(const wxString &name, const wxString &value); - JSONElement& addProperty(const wxString& name, const wxChar* value); - JSONElement& addProperty(const wxString &name, int value); - JSONElement& addProperty(const wxString &name, size_t value); - JSONElement& addProperty(const wxString &name, bool value); - JSONElement& addProperty(const wxString &name, const wxSize& sz); - JSONElement& addProperty(const wxString &name, const wxPoint& pt); - JSONElement& addProperty(const wxString &name, const wxColour& colour); - JSONElement& addProperty(const wxString &name, const wxArrayString &arr); - JSONElement& addProperty(const wxString &name, const JSONElement::wxStringMap_t& stringMap); - JSONElement& addProperty(const wxString &name, const JSONElement& element); - - /** - * @brief delete property by name - */ - void removeProperty(const wxString &name); - - ////////////////////////////////////////////////// - // Array operations - ////////////////////////////////////////////////// - - /** - * @brief append new number - * @return the newly added property - */ - void arrayAppend(const JSONElement& element); - void arrayAppend(const wxString &value); - - bool isOk() const { - return _json != NULL; - } -}; - -////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////// - -class JSONRoot -{ - cJSON *_json; - wxString _errorString; - -public: - JSONRoot(int type); - JSONRoot(const wxString& text); - JSONRoot(const wxFileName& filename); - virtual ~JSONRoot(); - - void save(const wxFileName &fn) const; - wxString errorString() const; - bool isOk() const { - return _json != NULL; - } - - JSONElement toElement() const; - - void clear(); - -private: - // Make this class not copyable - JSONRoot(const JSONRoot& src); - JSONRoot& operator=(const JSONRoot& src); -}; - - -#endif // ZJSONNODE_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/0d/0d09da110ce1dd12979b4f64f447a4dcf47c9089.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/0d/0d09da110ce1dd12979b4f64f447a4dcf47c9089.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/0f/0f67a68adf2f5abf8db5cd1d4aa9a517bc6adba5.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/0f/0f67a68adf2f5abf8db5cd1d4aa9a517bc6adba5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/0f/0f67a68adf2f5abf8db5cd1d4aa9a517bc6adba5.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/0f/0f67a68adf2f5abf8db5cd1d4aa9a517bc6adba5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -- When removing wxcp file from the workspace, remove it from the wxCrafter view diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/11/1172ae16815ebad2b55c09964846ad428d3d12cf.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/11/1172ae16815ebad2b55c09964846ad428d3d12cf.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/11/1172ae16815ebad2b55c09964846ad428d3d12cf.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/11/1172ae16815ebad2b55c09964846ad428d3d12cf.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -#include "wxCrafterCBSettings.h" -#include -#include - -#ifdef __WXMSW__ -# include -#endif - -wxCrafterCBSettings::wxCrafterCBSettings() -{ -#ifdef __WXMSW__ - // By default read the value from the registry - wxString wxcrafterPath; - wxRegKey key(wxRegKey::HKLM, wxT("Software\\wxCrafter\\settings")); - if ( key.QueryValue(wxT("InstallPath"), wxcrafterPath) ) { - wxFileName fnWxc(wxcrafterPath, wxT("wxcrafter.exe")); - fnWxc.AppendDir(wxT("Standalone")); - m_wxcPath = fnWxc.GetFullPath(); - } -#else - m_wxcPath = wxT("/usr/bin/wxcrafter"); -#endif -} - -wxCrafterCBSettings::~wxCrafterCBSettings() -{ -} - -void wxCrafterCBSettings::FromJSON(const JSONElement& json) -{ - m_wxcPath = json.namedObject(wxT("m_wxcPath")).toString(m_wxcPath); - - // Read the settings dialog size and pos - wxPoint settingsDlgPt ( wxDefaultPosition ); - wxSize settingsDlgSize( wxDefaultSize ); - - if ( json.hasNamedObject(wxT("m_settingsDialogRect.size")) && json.hasNamedObject(wxT("m_settingsDialogRect.point")) ) { - settingsDlgSize = json.namedObject(wxT("m_settingsDialogRect.size")).toSize(); - settingsDlgPt = json.namedObject(wxT("m_settingsDialogRect.point")).toPoint(); - m_settingsDialogRect = wxRect(settingsDlgPt, settingsDlgSize); - } -} - -void wxCrafterCBSettings::ToJSON(JSONElement &json) const -{ - json.addProperty(wxT("m_wxcPath"), m_wxcPath); - json.addProperty(wxT("m_settingsDialogRect.size"), m_settingsDialogRect.GetSize()); - json.addProperty(wxT("m_settingsDialogRect.point"), m_settingsDialogRect.GetPosition()); -} - -wxCrafterCBSettings& wxCrafterCBSettings::Load() -{ - wxFileName fnConfig(wxStandardPaths::Get().GetUserConfigDir(), wxT(".wxCrafterCB.conf")); - JSONRoot root( fnConfig ); - FromJSON( root.toElement() ); - return *this; -} - -wxCrafterCBSettings& wxCrafterCBSettings::Save() -{ - wxFileName fnConfig(wxStandardPaths::Get().GetUserConfigDir(), wxT(".wxCrafterCB.conf")); - JSONRoot root(cJSON_Object); - JSONElement json = root.toElement(); - ToJSON( json ); - root.save( fnConfig ); - return *this; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/13/131e82f1be891931d1922ca56f7872811c3571be.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/13/131e82f1be891931d1922ca56f7872811c3571be.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/13/131e82f1be891931d1922ca56f7872811c3571be.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/13/131e82f1be891931d1922ca56f7872811c3571be.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,469 +0,0 @@ -{ - "metadata": { - "m_generatedFilesDir": ".", - "m_objCounter": 9, - "m_includeFiles": [], - "m_bitmapFunction": "wxC9ED9InitBitmapResources", - "m_bitmapsFile": "wxcrafter_bitmaps.cpp", - "m_GenerateCodeTypes": 1, - "m_outputFileName": "", - "m_firstWindowId": 1000, - "m_useEnum": false, - "m_templateClasses": [] - }, - "windows": [{ - "m_type": 4402, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxCAPTION", "wxRESIZE_BORDER", "wxMAXIMIZE_BOX", "wxMINIMIZE_BOX", "wxSYSTEM_MENU", "wxCLOSE_BOX"], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Size:", - "m_value": "500,300" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "MainFrameBaseClass" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Title:", - "m_value": "My Frame" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "" - }, { - "type": "choice", - "m_label": "Centre:", - "m_selection": 1, - "m_options": ["", "wxBOTH", "wxVERTICAL", "wxHORIZONTAL"] - }, { - "type": "string", - "m_label": "Inherited Class", - "m_value": "MainFrame" - }, { - "type": "string", - "m_label": "File:", - "m_value": "MainFrame" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }, { - "type": "choice", - "m_label": "wxFrame Type", - "m_selection": 0, - "m_options": ["wxFrame", "wxDocMDIParentFrame", "wxDocMDIChildFrame", "wxDocParentFrame", "wxDocChildFrame"] - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (16x16) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (32x32) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (64x64) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (128x128):", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (256x256):", - "m_path": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer1" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4408, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTAB_TRAVERSAL"], - "m_sizerFlags": ["wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_mainPanel" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }], - "m_events": [], - "m_children": [] - }] - }, { - "m_type": 4457, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_menuBar" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4458, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "m_name6" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "File" - }], - "m_events": [], - "m_children": [{ - "m_type": 4459, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_EXIT" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_menuItem7" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Exit" - }, { - "type": "string", - "m_label": "Shortcut:", - "m_value": "Alt-X" - }, { - "type": "string", - "m_label": "Help String:", - "m_value": "Quit" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "" - }, { - "type": "choice", - "m_label": "Kind:", - "m_selection": 0, - "m_options": ["normal", "checkable", "radio", "separator"] - }, { - "type": "bool", - "m_label": "Checked", - "m_value": false - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_MENU_SELECTED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnExit(wxCommandEvent& event)", - "m_description": "Menu item has been clicked", - "m_noBody": false - }], - "m_children": [] - }] - }, { - "m_type": 4458, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "m_name8" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Help" - }], - "m_events": [], - "m_children": [{ - "m_type": 4459, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ABOUT" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_menuItem9" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "About..." - }, { - "type": "string", - "m_label": "Shortcut:", - "m_value": "" - }, { - "type": "string", - "m_label": "Help String:", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "" - }, { - "type": "choice", - "m_label": "Kind:", - "m_selection": 0, - "m_options": ["normal", "checkable", "radio", "separator"] - }, { - "type": "bool", - "m_label": "Checked", - "m_value": false - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_MENU_SELECTED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnAbout(wxCommandEvent& event)", - "m_description": "Menu item has been clicked", - "m_noBody": false - }], - "m_children": [] - }] - }] - }, { - "m_type": 4461, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTB_FLAT"], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_mainToolbar" - }, { - "type": "string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "string", - "m_label": "Bitmap Size:", - "m_value": "16,16" - }, { - "type": "string", - "m_label": "Margins:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Padding:", - "m_value": "1" - }, { - "type": "string", - "m_label": "Separator Size:", - "m_value": "5" - }], - "m_events": [], - "m_children": [] - }] - }] -} \ No newline at end of file Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/17/17dcb49e81620b6c10884dc430fcb7d5b7908e06.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/17/17dcb49e81620b6c10884dc430fcb7d5b7908e06.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/19/19dac10f0915019fa24e975a366f6eb00bf5e5fa.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/19/19dac10f0915019fa24e975a366f6eb00bf5e5fa.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/19/19dac10f0915019fa24e975a366f6eb00bf5e5fa.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/19/19dac10f0915019fa24e975a366f6eb00bf5e5fa.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,3424 +0,0 @@ -{ - "metadata": { - "m_generatedFilesDir": ".", - "m_objCounter": 154, - "m_includeFiles": [], - "m_bitmapFunction": "wxC8968InitBitmapResources", - "m_bitmapsFile": "UI_wxcraftercb_bitmaps.cpp", - "m_GenerateCodeTypes": 1, - "m_outputFileName": "UI", - "m_firstWindowId": 1000, - "m_useEnum": true, - "m_templateClasses": [] - }, - "windows": [{ - "m_type": 4407, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTAB_TRAVERSAL"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Size:", - "m_value": "500,300" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "wxCrafterTabBase" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Title:", - "m_value": "" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "wxCrafterCB:src" - }, { - "type": "choice", - "m_label": "Centre:", - "m_selection": 1, - "m_options": ["", "wxBOTH", "wxVERTICAL", "wxHORIZONTAL"] - }, { - "type": "string", - "m_label": "Inherited Class", - "m_value": "wxCrafterTab" - }, { - "type": "string", - "m_label": "File:", - "m_value": "wxCrafterTab" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer2" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4463, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxAUI_TB_DEFAULT_STYLE"], - "m_sizerFlags": ["wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_auibar" - }, { - "type": "string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "string", - "m_label": "Bitmap Size:", - "m_value": "16,16" - }, { - "type": "string", - "m_label": "Margins:", - "m_value": "-1,-1" - }], - "m_events": [], - "m_children": [{ - "m_type": 4462, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "ID_TOOL_NEW_PROJECT" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_toolbarItem" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Create new Code::Blocks Project" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Create new Code::Blocks Project with wxCrafter" - }, { - "type": "string", - "m_label": "Help String:", - "m_value": "Create new Code::Blocks Project with wxCrafter" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "Resources/project.png" - }, { - "type": "filePicker", - "m_label": "Disabled-Bitmap File", - "m_path": "" - }, { - "type": "choice", - "m_label": "Kind:", - "m_selection": 0, - "m_options": ["normal", "checkable", "radio", "separator", "dropdown"] - }, { - "type": "bool", - "m_label": "Construct the Dropdown Menu:", - "m_value": true - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_TOOL_CLICKED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnNewCBProject(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_TOOL_CLICKED event (a synonym for wxEVT_COMMAND_MENU_SELECTED). Pass the id of the tool", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4462, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "ID_TOOL_NEW_RESOURCE" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_toolNew" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Add wxCrafter file to a project" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Add wxCrafter file to a project" - }, { - "type": "string", - "m_label": "Help String:", - "m_value": "Add wxCrafter file to a project" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "Resources/new-resource.png" - }, { - "type": "filePicker", - "m_label": "Disabled-Bitmap File", - "m_path": "" - }, { - "type": "choice", - "m_label": "Kind:", - "m_selection": 0, - "m_options": ["normal", "checkable", "radio", "separator", "dropdown"] - }, { - "type": "bool", - "m_label": "Construct the Dropdown Menu:", - "m_value": true - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_TOOL_CLICKED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnNewWxCrafterFile(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_TOOL_CLICKED event (a synonym for wxEVT_COMMAND_MENU_SELECTED). Pass the id of the tool", - "m_noBody": false - }, { - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnNewWxCrafterFileUI(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4462, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "ID_TOOL_SETTINGS" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_toolbarItemSettings" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Tool Label" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "string", - "m_label": "Help String:", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "Resources/settings.png" - }, { - "type": "filePicker", - "m_label": "Disabled-Bitmap File", - "m_path": "" - }, { - "type": "choice", - "m_label": "Kind:", - "m_selection": 0, - "m_options": ["normal", "checkable", "radio", "separator", "dropdown"] - }, { - "type": "bool", - "m_label": "Construct the Dropdown Menu:", - "m_value": true - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_TOOL_CLICKED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnSettings(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_TOOL_CLICKED event (a synonym for wxEVT_COMMAND_MENU_SELECTED). Pass the id of the tool", - "m_noBody": false - }], - "m_children": [] - }] - }, { - "m_type": 4422, - "proportion": 1, - "border": 0, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTR_DEFAULT_STYLE", "wxTR_HIDE_ROOT"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_treeCtrl" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", - "m_eventClass": "wxTreeEvent", - "m_eventHandler": "wxTreeEventHandler", - "m_functionNameAndSignature": "OnItemActivated(wxTreeEvent& event)", - "m_description": "An item has been activated (e.g. double clicked).", - "m_noBody": false - }, { - "m_eventName": "wxEVT_COMMAND_TREE_ITEM_MENU", - "m_eventClass": "wxTreeEvent", - "m_eventHandler": "wxTreeEventHandler", - "m_functionNameAndSignature": "OnItemMenu(wxTreeEvent& event)", - "m_description": "The context menu for the selected item has been requested,\neither by a right click or by using the menu key.", - "m_noBody": false - }], - "m_children": [] - }] - }] - }, { - "m_type": 4481, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxcImages" - }, { - "type": "string", - "m_label": "File:", - "m_value": "" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "wxCrafterCB:src" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }, { - "type": "integer", - "m_label": "Bitmap Size:", - "m_value": 16 - }, { - "type": "bool", - "m_label": "Bitmap Mask", - "m_value": true - }], - "m_events": [], - "m_children": [{ - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "m_bmpWxCrafterLogo" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxc-logo-16.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "m_bmpFolder" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/folder.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxframe" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxframe.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxdialog" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxdialog.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxpanel" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxpanel.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxwizard" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxwizard.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wxpopupwindow" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wxpopupwindow.png" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4482, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": [], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "wximglist" - }, { - "type": "filePicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wximglist.png" - }], - "m_events": [], - "m_children": [] - }] - }, { - "m_type": 4421, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxDEFAULT_DIALOG_STYLE", "wxRESIZE_BORDER"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "NewWxCrafterFileDlgBase" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Title:", - "m_value": "New wxCrafter Resource" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "wxCrafterCB:UI" - }, { - "type": "choice", - "m_label": "Centre:", - "m_selection": 1, - "m_options": ["", "wxBOTH", "wxVERTICAL", "wxHORIZONTAL"] - }, { - "type": "string", - "m_label": "Inherited Class", - "m_value": "NewWxCrafterFileDlg" - }, { - "type": "string", - "m_label": "File:", - "m_value": "NewWxCrafterFileDlg" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (16x16) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (32x32) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (64x64) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (128x128):", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (256x256):", - "m_path": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer36" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4403, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "flexGridSizer44" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "# Columns:", - "m_value": "2" - }, { - "type": "string", - "m_label": "# Rows:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Growable columns:", - "m_value": "1" - }, { - "type": "string", - "m_label": "Growable rows:", - "m_value": "" - }, { - "type": "string", - "m_label": "Horizontal gap:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Vertical gap:", - "m_value": "0" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText48" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Select Project:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4411, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_choiceProjects" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Associate the wxCrafter project file to a project" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Choices:", - "m_value": "" - }, { - "type": "string", - "m_label": "Selection:", - "m_value": "" - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_CHOICE_SELECTED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnProjectSelected(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the list is selected.", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText52" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "File name:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4431, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxFLP_USE_TEXTCTRL", "wxFLP_OVERWRITE_PROMPT", "wxFLP_SAVE"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_filePicker" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "wxcrafter.wxcp" - }, { - "type": "string", - "m_label": "Message:", - "m_value": "Select a file" - }, { - "type": "string", - "m_label": "Wildcard:", - "m_value": "*" - }], - "m_events": [], - "m_children": [] - }] - }, { - "m_type": 4467, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_CENTER_HORIZONTAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_stdBtnSizer38" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4468, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "choice", - "m_label": "ID:", - "m_selection": 0, - "m_options": ["wxID_OK", "wxID_YES", "wxID_SAVE", "wxID_APPLY", "wxID_CLOSE", "wxID_NO", "wxID_CANCEL", "wxID_HELP", "wxID_CONTEXT_HELP"] - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_buttonOK" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Default Button", - "m_value": true - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnButtonOKUI(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4468, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "choice", - "m_label": "ID:", - "m_selection": 6, - "m_options": ["wxID_OK", "wxID_YES", "wxID_SAVE", "wxID_APPLY", "wxID_CLOSE", "wxID_NO", "wxID_CANCEL", "wxID_HELP", "wxID_CONTEXT_HELP"] - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_button42" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Default Button", - "m_value": false - }], - "m_events": [], - "m_children": [] - }] - }] - }] - }, { - "m_type": 4450, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxDEFAULT_DIALOG_STYLE"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Size:", - "m_value": "500,300" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "NewCodeBlocksProjectWizardBase" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Title:", - "m_value": "New Code::Blocks + wxCrafter Project" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "wxCrafterCB:UI" - }, { - "type": "choice", - "m_label": "Centre:", - "m_selection": 1, - "m_options": ["", "wxBOTH", "wxVERTICAL", "wxHORIZONTAL"] - }, { - "type": "string", - "m_label": "Inherited Class", - "m_value": "NewCodeBlocksProjectWizard" - }, { - "type": "string", - "m_label": "File:", - "m_value": "NewCodeBlocksProjectWizard" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "Resources/wizard.png" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (16x16) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (32x32) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (64x64) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (128x128):", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (256x256):", - "m_path": "" - }], - "m_events": [{ - "m_eventName": "wxEVT_WIZARD_PAGE_CHANGING", - "m_eventClass": "wxWizardEvent", - "m_eventHandler": "wxWizardEventHandler", - "m_functionNameAndSignature": "OnPageChanging(wxWizardEvent& event)", - "m_description": "The page is being changed (this event can be vetoed).", - "m_noBody": false - }], - "m_children": [{ - "m_type": 4451, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTAB_TRAVERSAL"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "500,300" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_wizardPage82" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer86" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4449, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "staticBoxSizer96" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["Vertical", "Horizontal"] - }, { - "type": "string", - "m_label": "Label:", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_LEFT"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText98" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "wxSYS_DEFAULT_GUI_FONT,normal,bold,normal" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Project Details" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText112" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Set the project name and location" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }] - }, { - "m_type": 4403, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "flexGridSizer100" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "# Columns:", - "m_value": "2" - }, { - "type": "string", - "m_label": "# Rows:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Growable columns:", - "m_value": "1" - }, { - "type": "string", - "m_label": "Growable rows:", - "m_value": "" - }, { - "type": "string", - "m_label": "Horizontal gap:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Vertical gap:", - "m_value": "0" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText106" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Name:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4406, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_textCtrlProjectName" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Set the project name" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": true - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "" - }, { - "type": "string", - "m_label": "Text Hint", - "m_value": "" - }, { - "type": "string", - "m_label": "Max Length:", - "m_value": "0" - }, { - "type": "bool", - "m_label": "Auto Complete Directories:", - "m_value": false - }, { - "type": "bool", - "m_label": "Auto Complete Files:", - "m_value": false - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_TEXT_UPDATED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnProjectNameUpdated(wxCommandEvent& event)", - "m_description": "Respond to a wxEVT_COMMAND_TEXT_UPDATED event, generated when the text changes.\nNotice that this event will be sent when the text controls contents changes\n - whether this is due to user input or comes from the program itself\n(for example, if SetValue() is called); see ChangeValue() for a function which does not send this event.", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText102" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Project Folder:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4432, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxDIRP_USE_TEXTCTRL"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_dirPickerProjectFolder" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Select the project folder" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "" - }, { - "type": "string", - "m_label": "Message:", - "m_value": "Select a folder" - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_DIRPICKER_CHANGED", - "m_eventClass": "wxFileDirPickerEvent", - "m_eventHandler": "wxFileDirPickerEventHandler", - "m_functionNameAndSignature": "OnProjectFolderPathChanged(wxFileDirPickerEvent& event)", - "m_description": "The user changed the directory selected in the control either using the button or using text control\n(see wxDIRP_USE_TEXTCTRL; note that in this case the event is fired only if the user's input is valid, e.g. an existing directory path).", - "m_noBody": false - }], - "m_children": [] - }] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticTextProjectPathPreview" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }] - }] - }, { - "m_type": 4451, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTAB_TRAVERSAL"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "500,300" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_wizardPage78" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer84" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4449, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "staticBoxSizer90" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["Vertical", "Horizontal"] - }, { - "type": "string", - "m_label": "Label:", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_LEFT"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText92" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "wxSYS_DEFAULT_GUI_FONT,normal,bold,normal" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "Configure wxWidgets" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxLEFT", "wxRIGHT", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText114" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }] - }, { - "m_type": 4403, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "flexGridSizer94" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "# Columns:", - "m_value": "2" - }, { - "type": "string", - "m_label": "# Rows:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Growable columns:", - "m_value": "1" - }, { - "type": "string", - "m_label": "Growable rows:", - "m_value": "2" - }, { - "type": "string", - "m_label": "Horizontal gap:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Vertical gap:", - "m_value": "0" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText116" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "wxWidgets installation folder:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnEnableIfMSW(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4432, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxDIRP_USE_TEXTCTRL"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_dirPickerWxPath" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Select wxWidgets base installation folder\\ne.g. C:\\\\wxWidgets-3.0.0" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "" - }, { - "type": "string", - "m_label": "Message:", - "m_value": "Select a folder" - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnEnableIfMSW(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText120" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "wxWidgets Build Type:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnEnableIfMSW(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4411, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_choiceBuildType" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Select the wxWidgets build type.\\nThis can be either static library or dynamic library (dll)" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Choices:", - "m_value": "Dynamic Library;Static" - }, { - "type": "string", - "m_label": "Selection:", - "m_value": "0" - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnEnableIfMSW(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText124" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "wxWidgets Components:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4406, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxTE_PROCESS_ENTER", "wxTE_MULTILINE"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_textCtrlComponents" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "Select the wxWidgets components to include\\nUsually, you don't need more than 'std' and 'aui'\\nIf your wxWidgets is a single DLL or library, leave this field\\nempty" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "std\\naui" - }, { - "type": "string", - "m_label": "Text Hint", - "m_value": "" - }, { - "type": "string", - "m_label": "Max Length:", - "m_value": "0" - }, { - "type": "bool", - "m_label": "Auto Complete Directories:", - "m_value": false - }, { - "type": "bool", - "m_label": "Auto Complete Files:", - "m_value": false - }], - "m_events": [], - "m_children": [] - }] - }] - }] - }] - }, { - "m_type": 4421, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": ["wxDEFAULT_DIALOG_STYLE", "wxRESIZE_BORDER"], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "wxCrafterSettingsDlgBase" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Title:", - "m_value": "wxCrafter Settings" - }, { - "type": "virtualFolderPicker", - "m_label": "Virtual Folder:", - "m_path": "wxCrafterCB:UI" - }, { - "type": "choice", - "m_label": "Centre:", - "m_selection": 1, - "m_options": ["", "wxBOTH", "wxVERTICAL", "wxHORIZONTAL"] - }, { - "type": "string", - "m_label": "Inherited Class", - "m_value": "wxCrafterSettingsDlg" - }, { - "type": "string", - "m_label": "File:", - "m_value": "wxCrafterSettingsDlg" - }, { - "type": "string", - "m_label": "Class Decorator", - "m_value": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (16x16) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (32x32) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (64x64) :", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (128x128):", - "m_path": "" - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File (256x256):", - "m_path": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4401, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "boxSizer136" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "choice", - "m_label": "Orientation:", - "m_selection": 0, - "m_options": ["wxVERTICAL", "wxHORIZONTAL"] - }], - "m_events": [], - "m_children": [{ - "m_type": 4403, - "proportion": 1, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "string", - "m_label": "Name:", - "m_value": "flexGridSizer144" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "# Columns:", - "m_value": "3" - }, { - "type": "string", - "m_label": "# Rows:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Growable columns:", - "m_value": "1" - }, { - "type": "string", - "m_label": "Growable rows:", - "m_value": "" - }, { - "type": "string", - "m_label": "Horizontal gap:", - "m_value": "0" - }, { - "type": "string", - "m_label": "Vertical gap:", - "m_value": "0" - }], - "m_events": [], - "m_children": [{ - "m_type": 4405, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_RIGHT", "wxALIGN_CENTER_VERTICAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_staticText146" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "multi-string", - "m_label": "Label:", - "m_value": "wxCrafter executable:" - }, { - "type": "string", - "m_label": "Wrap:", - "m_value": "-1" - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4406, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxEXPAND"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_textCtrlPath" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": true - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Value:", - "m_value": "" - }, { - "type": "string", - "m_label": "Text Hint", - "m_value": "" - }, { - "type": "string", - "m_label": "Max Length:", - "m_value": "0" - }, { - "type": "bool", - "m_label": "Auto Complete Directories:", - "m_value": false - }, { - "type": "bool", - "m_label": "Auto Complete Files:", - "m_value": false - }], - "m_events": [], - "m_children": [] - }, { - "m_type": 4400, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_OPEN" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_buttonBrowse" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }, { - "type": "string", - "m_label": "Label:", - "m_value": "Browse..." - }, { - "type": "bool", - "m_label": "Default Button", - "m_value": false - }, { - "type": "bitmapPicker", - "m_label": "Bitmap File:", - "m_path": "" - }, { - "type": "string", - "m_label": "Margins:", - "m_value": "2,2" - }], - "m_events": [{ - "m_eventName": "wxEVT_COMMAND_BUTTON_CLICKED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnBrowse(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.", - "m_noBody": false - }], - "m_children": [] - }] - }, { - "m_type": 4467, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM", "wxALIGN_CENTER_HORIZONTAL"], - "m_properties": [{ - "type": "winid", - "m_label": "ID:", - "m_winid": "wxID_ANY" - }, { - "type": "string", - "m_label": "Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Minimum Size:", - "m_value": "-1,-1" - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_stdBtnSizer138" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "colour", - "m_label": "Bg Colour:", - "colour": "" - }, { - "type": "colour", - "m_label": "Fg Colour:", - "colour": "" - }, { - "type": "font", - "m_label": "Font:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Hidden", - "m_value": false - }, { - "type": "bool", - "m_label": "Disabled", - "m_value": false - }, { - "type": "bool", - "m_label": "Focused", - "m_value": false - }, { - "type": "string", - "m_label": "Class Name:", - "m_value": "" - }, { - "type": "string", - "m_label": "Include File:", - "m_value": "" - }, { - "type": "string", - "m_label": "Style:", - "m_value": "" - }], - "m_events": [], - "m_children": [{ - "m_type": 4468, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "choice", - "m_label": "ID:", - "m_selection": 0, - "m_options": ["wxID_OK", "wxID_YES", "wxID_SAVE", "wxID_APPLY", "wxID_CLOSE", "wxID_NO", "wxID_CANCEL", "wxID_HELP", "wxID_CONTEXT_HELP"] - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_buttonOK" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Default Button", - "m_value": true - }], - "m_events": [{ - "m_eventName": "wxEVT_UPDATE_UI", - "m_eventClass": "wxUpdateUIEvent", - "m_eventHandler": "wxUpdateUIEventHandler", - "m_functionNameAndSignature": "OnOKUI(wxUpdateUIEvent& event)", - "m_description": "Process a wxEVT_UPDATE_UI event", - "m_noBody": false - }, { - "m_eventName": "wxEVT_COMMAND_BUTTON_CLICKED", - "m_eventClass": "wxCommandEvent", - "m_eventHandler": "wxCommandEventHandler", - "m_functionNameAndSignature": "OnOK(wxCommandEvent& event)", - "m_description": "Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.", - "m_noBody": false - }], - "m_children": [] - }, { - "m_type": 4468, - "proportion": 0, - "border": 5, - "gbSpan": "1,1", - "gbPosition": "0,0", - "m_styles": [], - "m_sizerFlags": ["wxALL", "wxLEFT", "wxRIGHT", "wxTOP", "wxBOTTOM"], - "m_properties": [{ - "type": "choice", - "m_label": "ID:", - "m_selection": 6, - "m_options": ["wxID_OK", "wxID_YES", "wxID_SAVE", "wxID_APPLY", "wxID_CLOSE", "wxID_NO", "wxID_CANCEL", "wxID_HELP", "wxID_CONTEXT_HELP"] - }, { - "type": "string", - "m_label": "Name:", - "m_value": "m_buttonCancel" - }, { - "type": "multi-string", - "m_label": "Tooltip:", - "m_value": "" - }, { - "type": "bool", - "m_label": "Default Button", - "m_value": false - }], - "m_events": [], - "m_children": [] - }] - }] - }] - }] -} \ No newline at end of file diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/1b/1ba29111fee803a0a36296010aeeb33bba117e09.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/1b/1ba29111fee803a0a36296010aeeb33bba117e09.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/1b/1ba29111fee803a0a36296010aeeb33bba117e09.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/1b/1ba29111fee803a0a36296010aeeb33bba117e09.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/24/2467f270a3e4d258770fb7707ede81144a701719.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/24/2467f270a3e4d258770fb7707ede81144a701719.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/24/2467f270a3e4d258770fb7707ede81144a701719.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/24/2467f270a3e4d258770fb7707ede81144a701719.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -#include "wxcNetworkCommand.h" - -wxcNetworkCommand::wxcNetworkCommand() - : m_commandType(wxCrafter::kCommandTypeInvalid) -{ -} - -wxcNetworkCommand::wxcNetworkCommand(const wxString& json) -{ - JSONRoot root(json); - FromJSON( root.toElement() ); -} - -wxcNetworkCommand::~wxcNetworkCommand() -{ -} - -void wxcNetworkCommand::FromJSON(const JSONElement& json) -{ - m_commandType = (wxCrafter::eCommandType) json.namedObject(wxT("m_commandType")).toInt(wxCrafter::kCommandTypeInvalid); - m_filename = json.namedObject(wxT("m_filename")).toString(); -} - -JSONElement wxcNetworkCommand::ToJSON() const -{ - JSONElement json = JSONElement::createObject(); - json.addProperty(wxT("m_commandType"), (int)m_commandType); - json.addProperty(wxT("m_filename"), m_filename); - return json; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/26/26e96d5988dff16416e9cac7bbc750e39f131ba6.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/26/26e96d5988dff16416e9cac7bbc750e39f131ba6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/26/26e96d5988dff16416e9cac7bbc750e39f131ba6.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/26/26e96d5988dff16416e9cac7bbc750e39f131ba6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,110 +0,0 @@ -#ifndef WXCRAFTERCB_H -#define WXCRAFTERCB_H - -#include // for "class cbPlugin" -#include -#include -#include "wxcLib/wxcConnector.h" -#include -#include - -class wxCrafterTab; -class FileTreeData; -class cbTreeCtrl; - -class wxCrafterCB : public cbPlugin -{ - cbTreeCtrl* m_projectTree; - wxcConnector m_connector; - wxCrafterTab* m_tabView; - -protected: - // Event handlers - void OnTreeItemActivated(wxTreeEvent& event); - void OnFilesGenerated(wxCommandEvent &event); - - // Helpers - bool IsWxCrafterFile(const FileTreeData* ftd) const; - wxArrayString DoGetAllProjectTargets(cbProject* proj) const; - FileTreeData* DoGetSelectedItem(); - -public: - /** - * @brief ensure wxCrafter is running - * @return - */ - bool EnsureWxCrafterIsRunning(); - - wxcConnector& GetConnector() { - return m_connector; - } - - /** Constructor. */ - wxCrafterCB(); - /** Destructor. */ - virtual ~wxCrafterCB(); - - - /** This method is called by Code::Blocks and is used by the plugin - * to add any menu items it needs on Code::Blocks's menu bar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the menu, - * just do nothing ;) - * @param menuBar the wxMenuBar to create items in - */ - virtual void BuildMenu(wxMenuBar* menuBar); - - /** This method is called by Code::Blocks core modules (EditorManager, - * ProjectManager etc) and is used by the plugin to add any menu - * items it needs in the module's popup menu. For example, when - * the user right-clicks on a project file in the project tree, - * ProjectManager prepares a popup menu to display with context - * sensitive options for that file. Before it displays this popup - * menu, it asks all attached plugins (by asking PluginManager to call - * this method), if they need to add any entries - * in that menu. This method is called.\n - * If the plugin does not need to add items in the menu, - * just do nothing ;) - * @param type the module that's preparing a popup menu - * @param menu pointer to the popup menu - * @param data pointer to FileTreeData object (to access/modify the file tree) - */ - virtual void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data = 0); - - /** This method is called by Code::Blocks and is used by the plugin - * to add any toolbar items it needs on Code::Blocks's toolbar.\n - * It is a pure virtual method that needs to be implemented by all - * plugins. If the plugin does not need to add items on the toolbar, - * just do nothing ;) - * @param toolBar the wxToolBar to create items on - * @return The plugin should return true if it needed the toolbar, false if not - */ - virtual bool BuildToolBar(wxToolBar* toolBar) { - return false; - } -protected: - /** Any descendent plugin should override this virtual method and - * perform any necessary initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded and should attach in Code::Blocks. When Code::Blocks - * starts up, it finds and loads all plugins but does - * not activate (attaches) them. It then activates all plugins - * that the user has selected to be activated on start-up.\n - * This means that a plugin might be loaded but not activated...\n - * Think of this method as the actual constructor... - */ - virtual void OnAttach(); - - /** Any descendent plugin should override this virtual method and - * perform any necessary de-initialization. This method is called by - * Code::Blocks (PluginManager actually) when the plugin has been - * loaded, attached and should de-attach from Code::Blocks.\n - * Think of this method as the actual destructor... - * @param appShutDown If true, the application is shutting down. In this - * case *don't* use Manager::Get()->Get...() functions or the - * behaviour is undefined... - */ - virtual void OnRelease(bool appShutDown); -}; - -#endif // WXCRAFTERCB_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/2806565f09fcca311a11378989c4f711596f878d.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/2806565f09fcca311a11378989c4f711596f878d.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/2806565f09fcca311a11378989c4f711596f878d.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/2806565f09fcca311a11378989c4f711596f878d.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,151 +0,0 @@ -#include "wxcHelper.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include - -bool wxcHelper::ExtractFileFromZip(const wxString& zipPath, const wxString& filename, const wxString& targetDir, wxString &targetFileName) -{ - wxZipEntry * entry(NULL); - wxFFileInputStream in(zipPath); - wxZipInputStream zip(in); - - // Make sure the target directory exists... - wxFileName::Mkdir(targetDir, 0777, wxPATH_MKDIR_FULL); - - entry = zip.GetNextEntry(); - while ( entry ) { - - wxString name = entry->GetName(); - if (name == filename) { - targetFileName = wxFileName(targetDir, filename).GetFullPath(); - wxFFileOutputStream out( targetFileName ); - zip.Read(out); - out.Close(); - delete entry; - return true; - } - - wxDELETE(entry); - entry = zip.GetNextEntry(); - - } - return false; -} - -bool wxcHelper::CreateEmptyFile( const wxFileName& fn ) -{ - if ( fn.FileExists() ) { - if ( ::cbMessageBox(_("A file with this name already exists, would you like to replace it?"), wxT("wxCrafter"), wxYES_NO|wxCENTER|wxICON_QUESTION) != wxID_YES ) { - return false; - } - // Remove the current file - if ( !::wxRemoveFile( fn.GetFullPath() ) ) { - return false; - } - } - - // Create an empty file - wxFFile fp(fn.GetFullPath(), wxT("w+b")); - if( !fp.IsOpened() ) { - wxString errmsg; - errmsg << _("Failed to create file '") << fn.GetFullPath() << wxT("'"); - ::wxMessageBox(errmsg, wxT("wxCrafter"), wxICON_ERROR|wxCENTER|wxOK); - return false; - } - return true; -} - -void wxcHelper::AddFileToProject(cbProject* proj, const wxFileName& file, bool compile) -{ - std::vector files; - files.push_back( file ); - AddFilesToProject(proj, files, compile); -} - -void wxcHelper::AddFilesToProject(cbProject* proj, const std::vector& files, bool compile) -{ - wxFileName folderPath(proj->GetFilename()); - proj->BeginAddFiles(); - - for(size_t i=0; iGetBuildTargetsCount(); ++targetIndex) { - pf = proj->AddFile( targetIndex, fn.GetFullPath(), compile, compile ); - } - - if ( pf ) { - // This is the only sane way I found to add the file all build targets: - // clear the array and then iterate them one by one and add them - pf->buildTargets.Clear(); - for(int targetIndex=0; targetIndexGetBuildTargetsCount(); ++targetIndex) { - pf->buildTargets.Add( proj->GetBuildTarget(targetIndex)->GetTitle() ); - } - } - } - proj->EndAddFiles(); - - // Save and rebuild the project tree - Manager::Get()->GetProjectManager()->SaveAllProjects(); - Manager::Get()->GetProjectManager()->GetUI().RebuildTree(); -} - -cbProject* wxcHelper::GetProject(const wxString& name) -{ - cbProject *selectedProject ( NULL ); - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for ( size_t i=0; iGetCount(); ++i ) { - if ( projects->Item(i)->GetTitle() == name ) { - selectedProject = projects->Item(i); - break; - } - } - return selectedProject; -} - -void wxcHelper::GetAllFiles(FilesList& files, const wxString& filterExt) -{ - wxString filterExtLowerCase = filterExt; - filterExtLowerCase.MakeLower(); - - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for ( size_t i=0; iGetCount(); ++i ) { - cbProject* pProj = projects->Item(i); - const FilesList& fileList = pProj->GetFilesList(); - FilesList::const_iterator iter = fileList.begin(); - for( ; iter != fileList.end(); ++iter ) { - if( filterExtLowerCase.IsEmpty() || filterExtLowerCase == (*iter)->file.GetExt().MakeLower() ) { - files.insert( (*iter) ); - } - } - } -} - -bool wxcHelper::ReadFileContent(const wxString& filepath, wxString& content) -{ - wxFFile fp(filepath, wxT("r+b")); - if ( fp.IsOpened() ) { - fp.ReadAll(&content, wxConvUTF8); - fp.Close(); - return true; - } - return false; -} - -bool wxcHelper::WriteFileContent(const wxString& filepath, const wxString& content) -{ - wxFFile fp(filepath, wxT("w+b")); - if ( fp.IsOpened() ) { - fp.Write( content ); - fp.Close(); - return true; - } - return false; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/28d47668e83dcc54fe22947b096bb62dbe2d37bb.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/28d47668e83dcc54fe22947b096bb62dbe2d37bb.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/28d47668e83dcc54fe22947b096bb62dbe2d37bb.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/28/28d47668e83dcc54fe22947b096bb62dbe2d37bb.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -#include "wxcNetworkReply.h" - -wxcNetworkReply::wxcNetworkReply() - : m_replyType(wxCrafter::kReplyTypeInvalid) -{ -} - -wxcNetworkReply::wxcNetworkReply(const wxString& json) -{ - JSONRoot root( json ); - FromJSON( root.toElement() ); -} - -wxcNetworkReply::~wxcNetworkReply() -{ -} - -void wxcNetworkReply::FromJSON(const JSONElement& json) -{ - m_replyType = (wxCrafter::eReplyType) json.namedObject(wxT("m_replyType")).toInt(wxCrafter::kCommandTypeInvalid); - m_wxcpFile = json.namedObject(wxT("m_wxcpFile")).toString(); - - m_files.clear(); - JSONElement arr = json.namedObject(wxT("m_files")); - for(int i=0; i - - - - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/29/29f7fe199e8a06daf3e7f8697c2da9e2a91e39b0.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/29/29f7fe199e8a06daf3e7f8697c2da9e2a91e39b0.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/29/29f7fe199e8a06daf3e7f8697c2da9e2a91e39b0.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/29/29f7fe199e8a06daf3e7f8697c2da9e2a91e39b0.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -#include "wxCrafterSettingsDlg.h" -#include "wxCrafterCBSettings.h" - -wxCrafterSettingsDlg::wxCrafterSettingsDlg(wxWindow* parent) - : wxCrafterSettingsDlgBase(parent) -{ - m_settings.Load(); - m_textCtrlPath->ChangeValue( m_settings.GetWxcPath() ); - - if ( !m_settings.GetSettingsDialogRect().IsEmpty() ) { - SetSize( m_settings.GetSettingsDialogRect() ); - } -} - -wxCrafterSettingsDlg::~wxCrafterSettingsDlg() -{ - m_settings.SetSettingsDialogRect( GetRect() ); - m_settings.Save(); -} - -void wxCrafterSettingsDlg::OnOKUI(wxUpdateUIEvent& event) -{ - event.Enable( !m_textCtrlPath->IsEmpty() && wxFileExists( m_textCtrlPath->GetValue() ) ); -} - -void wxCrafterSettingsDlg::OnOK(wxCommandEvent& event) -{ - wxUnusedVar( event ); - m_settings.SetWxcPath( m_textCtrlPath->GetValue() ); - m_settings.Save(); - EndModal( wxID_OK ); -} - -void wxCrafterSettingsDlg::OnBrowse(wxCommandEvent& event) -{ - wxString filename = ::wxFileSelector(_("Select wxCrafter executable")); - if ( !filename.IsEmpty() ) { - m_textCtrlPath->ChangeValue( filename ); - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2c/2cb3fd9fd812644986b57ef6aa83c0e237270267.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2c/2cb3fd9fd812644986b57ef6aa83c0e237270267.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2c/2cb3fd9fd812644986b57ef6aa83c0e237270267.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2c/2cb3fd9fd812644986b57ef6aa83c0e237270267.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ -#include "wxcLib/clSocketClient.h" - -#ifndef _WIN32 -#include -#include -#include -#include /* superset of previous */ -#include -#include -#endif - -clSocketClient::clSocketClient() -{ -} - -clSocketClient::~clSocketClient() -{ -} - -bool clSocketClient::ConnectLocal(const wxString &socketPath) -{ - DestroySocket(); -#ifndef __WXMSW__ - struct sockaddr_un server; - m_socket = socket(AF_UNIX, SOCK_STREAM, 0); - server.sun_family = AF_UNIX; - strcpy(server.sun_path, socketPath.mb_str(wxConvUTF8).data()); - if (::connect(m_socket, (struct sockaddr *) &server, sizeof(struct sockaddr_un)) < 0) { - return false; - } - return true; -#else - return false; -#endif -} - -bool clSocketClient::ConnectRemote(const wxString& address, int port) -{ - wxCharBuffer cb = address.mb_str(wxConvUTF8); - return ConnectRemote(std::string(cb.data()), port); -} - -bool clSocketClient::ConnectRemote(const std::string& address, int port) -{ - DestroySocket(); - m_socket = ::socket(AF_INET, SOCK_STREAM, 0); - const char* ip_addr = address.c_str(); - struct sockaddr_in serv_addr; - serv_addr.sin_family = AF_INET; - serv_addr.sin_port = htons(port); - -#ifndef __WXMSW__ - if(inet_pton(AF_INET, ip_addr, &serv_addr.sin_addr) <= 0) { - return false; - } -#else - serv_addr.sin_addr.s_addr = inet_addr( ip_addr ); -#endif - - int rc = ::connect(m_socket, (struct sockaddr*)&serv_addr, sizeof(serv_addr)); - return rc == 0; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2e/2e3694d2177f1eb2680d63f549c56f77677e7302.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2e/2e3694d2177f1eb2680d63f549c56f77677e7302.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2e/2e3694d2177f1eb2680d63f549c56f77677e7302.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2e/2e3694d2177f1eb2680d63f549c56f77677e7302.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,160 +0,0 @@ -////////////////////////////////////////////////////////////////////// -// This file was auto-generated by codelite's wxCrafter Plugin -// wxCrafter project file: UI.wxcp -// Do not modify this file by hand! -////////////////////////////////////////////////////////////////////// - -#ifndef UI_BASE_CLASSES_H -#define UI_BASE_CLASSES_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -class wxCrafterTabBase : public wxPanel -{ -public: - enum { - ID_TOOL_NEW_PROJECT = 1001, - ID_TOOL_NEW_RESOURCE = 1002, - ID_TOOL_SETTINGS = 1003, - }; -protected: - wxAuiToolBar* m_auibar; - wxTreeCtrl* m_treeCtrl; - -protected: - virtual void OnNewCBProject(wxCommandEvent& event) { event.Skip(); } - virtual void OnNewWxCrafterFile(wxCommandEvent& event) { event.Skip(); } - virtual void OnNewWxCrafterFileUI(wxUpdateUIEvent& event) { event.Skip(); } - virtual void OnSettings(wxCommandEvent& event) { event.Skip(); } - virtual void OnItemActivated(wxTreeEvent& event) { event.Skip(); } - virtual void OnItemMenu(wxTreeEvent& event) { event.Skip(); } - -public: - wxCrafterTabBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxTAB_TRAVERSAL); - virtual ~wxCrafterTabBase(); -}; - - -class wxcImages : public wxImageList -{ -protected: - // Maintain a map of all bitmaps representd by their name - std::map m_bitmaps; - - -protected: - -public: - wxcImages(); - const wxBitmap& Bitmap(const wxString &name) const { - if ( !m_bitmaps.count(name) ) - return wxNullBitmap; - return m_bitmaps.find(name)->second; - } - virtual ~wxcImages(); -}; - - -class NewWxCrafterFileDlgBase : public wxDialog -{ -protected: - wxStaticText* m_staticText48; - wxChoice* m_choiceProjects; - wxStaticText* m_staticText52; - wxFilePickerCtrl* m_filePicker; - wxStdDialogButtonSizer* m_stdBtnSizer38; - wxButton* m_buttonOK; - wxButton* m_button42; - -protected: - virtual void OnProjectSelected(wxCommandEvent& event) { event.Skip(); } - virtual void OnButtonOKUI(wxUpdateUIEvent& event) { event.Skip(); } - -public: - NewWxCrafterFileDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New wxCrafter Resource"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER); - virtual ~NewWxCrafterFileDlgBase(); -}; - - -class NewCodeBlocksProjectWizardBase : public wxWizard -{ -protected: - std::vector m_pages; - - wxWizardPageSimple* m_wizardPage82; - wxStaticText* m_staticText98; - wxStaticText* m_staticText112; - wxStaticText* m_staticText106; - wxTextCtrl* m_textCtrlProjectName; - wxStaticText* m_staticText102; - wxDirPickerCtrl* m_dirPickerProjectFolder; - wxStaticText* m_staticTextProjectPathPreview; - wxWizardPageSimple* m_wizardPage78; - wxStaticText* m_staticText92; - wxStaticText* m_staticText114; - wxStaticText* m_staticText116; - wxDirPickerCtrl* m_dirPickerWxPath; - wxStaticText* m_staticText120; - wxChoice* m_choiceBuildType; - wxStaticText* m_staticText124; - wxTextCtrl* m_textCtrlComponents; - -protected: - virtual void OnPageChanging(wxWizardEvent& event) { event.Skip(); } - virtual void OnProjectNameUpdated(wxCommandEvent& event) { event.Skip(); } - virtual void OnProjectFolderPathChanged(wxFileDirPickerEvent& event) { event.Skip(); } - virtual void OnEnableIfMSW(wxUpdateUIEvent& event) { event.Skip(); } - -public: - NewCodeBlocksProjectWizardBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Code::Blocks + wxCrafter Project"), const wxBitmap& bmp = wxNullBitmap, const wxPoint& pos = wxDefaultPosition, long style = wxDEFAULT_DIALOG_STYLE); - wxWizardPageSimple* GetFirstPage() const { if(!m_pages.empty()) return m_pages.at(0); return NULL; } - virtual ~NewCodeBlocksProjectWizardBase(); -}; - - -class wxCrafterSettingsDlgBase : public wxDialog -{ -protected: - wxStaticText* m_staticText146; - wxTextCtrl* m_textCtrlPath; - wxButton* m_buttonBrowse; - wxStdDialogButtonSizer* m_stdBtnSizer138; - wxButton* m_buttonOK; - wxButton* m_buttonCancel; - -protected: - virtual void OnBrowse(wxCommandEvent& event) { event.Skip(); } - virtual void OnOKUI(wxUpdateUIEvent& event) { event.Skip(); } - virtual void OnOK(wxCommandEvent& event) { event.Skip(); } - -public: - wxCrafterSettingsDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("wxCrafter Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER); - virtual ~wxCrafterSettingsDlgBase(); -}; - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2f90e9f7ac9aea982e5edd6dfc47347dc0eb3420.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2f90e9f7ac9aea982e5edd6dfc47347dc0eb3420.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2f90e9f7ac9aea982e5edd6dfc47347dc0eb3420.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2f90e9f7ac9aea982e5edd6dfc47347dc0eb3420.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -cmake_minimum_required(VERSION 2.8) - -if ( WX_TOOL ) - # /usr/lib/x86_64-linux-gnu/wx/config/gtk2-unicode-release-2.8 - set( wxWidgets_CONFIG_EXECUTABLE ${WX_TOOL}) -endif() - -project(wxcLib) - -## Add wxWidgets -find_package(wxWidgets COMPONENTS std REQUIRED) -include( "${wxWidgets_USE_FILE}" ) - -## Print the wx version -execute_process(COMMAND ${wxWidgets_CONFIG_EXECUTABLE} --version OUTPUT_VARIABLE WX_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) -string(SUBSTRING "${WX_VERSION}" "0" "1" wxMAJOR_VERSION) -string(SUBSTRING "${WX_VERSION}" "2" "1" wxMINOR_VERSION) -string(SUBSTRING "${WX_VERSION}" "4" "1" wxRELEASE_NUMBER) - -message("-- wxWidgets used is ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER}") - -## Use all source files -FILE(GLOB WXCLIB_SRCS "*.cpp") - -if ( UNIX ) - add_definitions(-fPIC) -endif() - -include_directories(${CMAKE_SOURCE_DIR}) -add_library(wxcLib STATIC ${WXCLIB_SRCS}) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2feb0067aad6b6a58197f5fe6c916d9c8d7318cd.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2feb0067aad6b6a58197f5fe6c916d9c8d7318cd.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2feb0067aad6b6a58197f5fe6c916d9c8d7318cd.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/2f/2feb0067aad6b6a58197f5fe6c916d9c8d7318cd.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,118 +0,0 @@ -#ifndef CLSOCKETBASE_H -#define CLSOCKETBASE_H - -#include -#include -#include - -#if wxCHECK_VERSION(3, 0, 0) -# include -#else -# include "wxcLib/smart_ptr.h" -#endif - - -#ifdef _WIN32 -#include -typedef SOCKET socket_t; -typedef int socklen_t; -#else -typedef int socket_t; -#define INVALID_SOCKET -1 -#endif - -class clSocketException -{ - wxString m_what; -public: - clSocketException(const wxString & what ) : m_what(what) {} - ~clSocketException() {} - - const wxString& what() const { - return m_what; - } -}; - -class clSocketBase -{ -protected: - socket_t m_socket; - bool m_closeOnExit; - -public: -#if wxCHECK_VERSION(3, 0, 0) - typedef wxSharedPtr Ptr_t; -#else - typedef SmartPtr Ptr_t; -#endif - - enum { - kSuccess = 1, - kTimeout = 2, - kError = 3, - }; - - wxString error() const; -public: - clSocketBase(int sockfd = INVALID_SOCKET); - virtual ~clSocketBase(); - - void SetCloseOnExit(bool closeOnExit) { - this->m_closeOnExit = closeOnExit; - } - bool IsCloseOnExit() const { - return m_closeOnExit; - } - /** - * @brief return the descriptor and clear this socket. - */ - socket_t Release() ; - - /** - * @brief initialize the socket library - */ - static void Initialize(); - - socket_t GetSocket() const { - return m_socket; - } - - /** - * @brief - * @param msg - */ - void Send(const std::string& msg) throw (clSocketException); - /** - * @brief - * @return - */ - int Read(char* buffer, size_t bufferSize, size_t& bytesRead, long timeout = -1) throw (clSocketException); - /** - * @brief - * @param milliseconds - * @return - */ - int SelectRead(long seconds = -1) throw (clSocketException); - - /** - * @brief read a full message that was sent with 'SendMessage' - * @param message - * @param timeout seconds to wait - * @return kSuccess, kTimeout or kError - */ - int ReadMessage(wxString &message, int timeout) throw (clSocketException); - - /** - * @brief write a full message - * @param message - */ - void WriteMessage(const wxString &message) throw (clSocketException); - -protected: - /** - * @brief - */ - void DestroySocket(); -}; - -#endif // CLSOCKETBASE_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/32/327f9ed0947153100da2bec7d84f63de3648b317.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/32/327f9ed0947153100da2bec7d84f63de3648b317.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/36/3636c77e0c4df0ccd847dfb6df4102b793dd8c8e.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/36/3636c77e0c4df0ccd847dfb6df4102b793dd8c8e.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/36/3636c77e0c4df0ccd847dfb6df4102b793dd8c8e.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/36/3636c77e0c4df0ccd847dfb6df4102b793dd8c8e.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -#include "wxcNetworkReplyThread.h" -#include "wxcLib/wxcReplyEventData.h" -#include "wxcLib/wxcNetworkReply.h" - -wxcNetworkReplyThread::wxcNetworkReplyThread(wxEvtHandler *parent, socket_t sock) - : wxThread(wxTHREAD_JOINABLE) - , m_parent(parent) -{ - m_socket.reset( new clSocketBase(sock) ); -} - -wxcNetworkReplyThread::~wxcNetworkReplyThread() -{ -} - -void* wxcNetworkReplyThread::Entry() -{ - try { - while ( !TestDestroy() ) { - // Wait for message - wxString message; - if ( m_socket->ReadMessage( message, 1 ) == clSocketBase::kSuccess ) { - wxcNetworkReply reply( message ); - switch ( reply.GetReplyType() ) { - case wxCrafter::kReplyTypeFilesGenerated: { - if ( m_parent ) { - - // File generation completed - wxcReplyEventData *data = new wxcReplyEventData; - data->SetFiles( reply.GetFiles() ); - data->SetWxcpFile( reply.GetWxcpFile() ); - wxCommandEvent event(wxcEVT_NET_REPLY_FILES_GENERATED); - event.SetClientObject( data ); - m_parent->AddPendingEvent( event ); - - } - } - break; - default: - break; - } - } - } - - } catch (clSocketException& e) { - // got an exception!, this means that the other side closed the connection - wxCommandEvent event(wxcEVT_NET_REPLY_CONN_TERMINATED); - m_parent->AddPendingEvent( event ); - } - return NULL; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/40/40c801f56385043276375297e3b35e9d40b3aea5.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/40/40c801f56385043276375297e3b35e9d40b3aea5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/40/40c801f56385043276375297e3b35e9d40b3aea5.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/40/40c801f56385043276375297e3b35e9d40b3aea5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,69 +0,0 @@ -cmake_minimum_required(VERSION 2.8) -set( CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" ) -set( CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" ) -set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" ) -project(wxCrafterCB) -add_subdirectory(wxcLib) - -## Try to locate codeblocks package is installed -if ( UNIX ) - find_library(LIB_CODEBLOCKS - NAMES - libcodeblocks.so - HINTS - /usr/lib - /usr/local/lib) - - find_path(CODEBLOCKS_SDK_H NAMES sdk.h - HINTS - /usr/include/codeblocks - /usr/local/include/codeblocks - ) - - if ( LIB_CODEBLOCKS STREQUAL "LIB_CODEBLOCKS-NOTFOUND" OR CODEBLOCKS_SDK_H STREQUAL "STREQUAL-NOTFOUND" ) - message(FATAL_ERROR "**** Please install codeblocks-dev package. Could not locate codeblocks/sdk.h") - else() - message("-- Adding include directory ${CODEBLOCKS_SDK_H}") - message("-- Adding include directory ${CMAKE_SOURCE_DIR}") - include_directories(${CODEBLOCKS_SDK_H}) - include_directories(${CMAKE_SOURCE_DIR}) - add_definitions(-DBUILDING_PLUGIN) - endif() -else() - # Windows - if( NOT DEFINED ENV{CB_SRC_DIR}) - message(FATAL_ERROR "**** Please define the environment variable CB_SRC_DIR to point to CodeBlocks source directory") - else() - message("-- Adding include directory ${CODEBLOCKS_SDK_H}") - message("-- Adding include directory ${CMAKE_SOURCE_DIR}") - include_directories($ENV{CB_SRC_DIR}) - include_directories(${CMAKE_SOURCE_DIR}) - add_definitions(-DBUILDING_PLUGIN) - endif() -endif() - -if ( UNIX ) - add_definitions(-Ulinux) - add_definitions(-Uunix) -endif() - -## Add wxWidgets -set( wxWidgets_CONFIG_EXECUTABLE /usr/lib/x86_64-linux-gnu/wx/config/gtk2-unicode-release-2.8) -find_package(wxWidgets COMPONENTS std REQUIRED) -include( "${wxWidgets_USE_FILE}" ) - -FILE(GLOB PLUGIN_SRCS "*.cpp") -add_library(wxCrafterCB SHARED ${PLUGIN_SRCS}) -target_link_libraries(wxCrafterCB wxcLib) -target_link_libraries(wxCrafterCB ${wxWidgets_LIBRARIES}) - -## Create the resource zip file -add_custom_command(TARGET wxCrafterCB - COMMAND zip -j ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/wxCrafterCB.zip ${CMAKE_SOURCE_DIR}/manifest.xml ${CMAKE_SOURCE_DIR}/Resources/Templates/wxFrameApp/* - POST_BUILD -) - -if ( UNIX AND NOT APPLE ) - install(TARGETS wxCrafterCB DESTINATION /usr/lib/codeblocks/plugins) - install(FILES ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/wxCrafterCB.zip DESTINATION /usr/share/codeblocks) -endif() Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/41/41100eb3892edb908a200dde222aa19f15632c81.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/41/41100eb3892edb908a200dde222aa19f15632c81.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/44/44e550343f33296bcd8d19e942d1c7f7b470c2fc.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/44/44e550343f33296bcd8d19e942d1c7f7b470c2fc.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/44/44e550343f33296bcd8d19e942d1c7f7b470c2fc.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/44/44e550343f33296bcd8d19e942d1c7f7b470c2fc.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -#ifndef NEWCODEBLOCKSPROJECTWIZARD_H -#define NEWCODEBLOCKSPROJECTWIZARD_H -#include "UI.h" - -struct ProjectInfo -{ - wxFileName cbp_path; - wxArrayString wx_components; - wxString wx_prefix; - wxString wx_build_type; -}; - -class NewCodeBlocksProjectWizard : public NewCodeBlocksProjectWizardBase -{ -public: - NewCodeBlocksProjectWizard(wxWindow* parent); - virtual ~NewCodeBlocksProjectWizard(); - ProjectInfo GetProjectDetails() const; - -protected: - virtual void OnEnableIfMSW(wxUpdateUIEvent& event); - virtual void OnPageChanging(wxWizardEvent& event); - virtual void OnProjectFolderPathChanged(wxFileDirPickerEvent& event); - virtual void OnProjectNameUpdated(wxCommandEvent& event); -private: - void DoUpdateProjectPathPreview(); - -}; -#endif // NEWCODEBLOCKSPROJECTWIZARD_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/4e/4ebc7950696420f413451afcd7248ef0553f0ed6.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/4e/4ebc7950696420f413451afcd7248ef0553f0ed6.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/4e/4ebc7950696420f413451afcd7248ef0553f0ed6.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/4e/4ebc7950696420f413451afcd7248ef0553f0ed6.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,152 +0,0 @@ -#include -#include "wxCrafterCB.h" -#include // Code::Blocks SDK -#include -#include -#include -#include -#include -#include -#include -#include "wxcLib/wxcReplyEventData.h" -#include "wxcHelper.h" -#include -#include -#include "wxCrafterTab.h" -#include -#include "wxCrafterCBSettings.h" - -// Register the plugin with Code::Blocks. -// We are using an anonymous namespace so we don't litter the global one. -namespace -{ -PluginRegistrant reg(_T("wxCrafterCB")); -} - -wxCrafterCB::wxCrafterCB() - : m_projectTree(NULL) -{ -} - -wxCrafterCB::~wxCrafterCB() -{ -} - -void wxCrafterCB::OnAttach() -{ - m_projectTree = Manager::Get()->GetProjectManager()->GetUI().GetTree(); - wxASSERT( m_projectTree ); - - m_projectTree->Connect(wxEVT_COMMAND_TREE_ITEM_ACTIVATED, wxTreeEventHandler(wxCrafterCB::OnTreeItemActivated), NULL, this); - m_connector.Connect(wxcEVT_NET_REPLY_FILES_GENERATED, wxCommandEventHandler(wxCrafterCB::OnFilesGenerated), NULL, this); - - // Add our tab to the project view - wxcImages images; - cbAuiNotebook* book = Manager::Get()->GetProjectManager()->GetUI().GetNotebook(); - m_tabView = new wxCrafterTab( book, this ); - book->AddPage( m_tabView, _("wxCrafter"), false, images.Bitmap(wxT("m_bmpWxCrafterLogo"))); -} - -void wxCrafterCB::OnRelease(bool appShutDown) -{ - // Shutdown wxCrafter - m_connector.Shutdown(); - m_projectTree->Disconnect(wxEVT_COMMAND_TREE_ITEM_ACTIVATED, wxTreeEventHandler(wxCrafterCB::OnTreeItemActivated), NULL, this); - m_connector.Disconnect(wxcEVT_NET_REPLY_FILES_GENERATED, wxCommandEventHandler(wxCrafterCB::OnFilesGenerated), NULL, this); -} - -void wxCrafterCB::BuildMenu(wxMenuBar* menuBar) -{ - wxUnusedVar( menuBar ); -} - -void wxCrafterCB::OnTreeItemActivated(wxTreeEvent& event) -{ - // Call skip to make sure that the default operation works, unless - // we decide otherwise - event.Skip(true); - - if ( event.GetItem().IsOk() ) { - ProjectManager *prjManager = Manager::Get()->GetProjectManager(); - FileTreeData* ftd = (FileTreeData*) m_projectTree->GetItemData( event.GetItem() ); - if ( IsWxCrafterFile( ftd ) ) { - event.Skip(false); - if ( EnsureWxCrafterIsRunning() ) { - m_connector.LoadFile( ftd->GetProjectFile()->file.GetFullPath() ); - } - } - } -} - -void wxCrafterCB::BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data) -{ - wxUnusedVar(type); - wxUnusedVar(menu); - wxUnusedVar(data); -} - -bool wxCrafterCB::IsWxCrafterFile(const FileTreeData* ftd) const -{ - return ftd && - ftd->GetKind() == FileTreeData::ftdkFile && - ftd->GetProjectFile() && - ftd->GetProjectFile()->file.GetExt() == wxT("wxcp"); -} - -wxArrayString wxCrafterCB::DoGetAllProjectTargets(cbProject* proj) const -{ - int targetCounts = proj->GetBuildTargetsCount(); - wxArrayString allTargets; - for(int i=0; iGetBuildTarget(i)->GetTitle() ); - } - return allTargets; -} - -bool wxCrafterCB::EnsureWxCrafterIsRunning() -{ - if ( m_connector.IsConnected() ) { - return true; - } - - // Launch wxCrafter process is server mode - try { - wxCrafterCBSettings settings; - wxString wxcrafterPath = settings.Load().GetWxcPath(); - if ( wxcrafterPath.IsEmpty() ) { - ::cbMessageBox(_("Could not locate wxCrafter executable path"), wxT("wxCrafter"), wxICON_ERROR|wxCENTER|wxOK); - return false; - } - m_connector.LaunchAndConnect( wxcrafterPath ); - - } catch (clSocketException &e) { - ::cbMessageBox(_("Failed to launch wxCrafter"), wxT("wxCrafter"), wxICON_ERROR|wxCENTER|wxOK); - return false; - } - return true; -} - -void wxCrafterCB::OnFilesGenerated(wxCommandEvent& event) -{ - wxcReplyEventData *red = dynamic_cast( event.GetClientObject() ); - if ( red ) { - const wxcReplyEventData::StringVec_t& files = red->GetFiles(); - wxFileName wxcpFile(red->GetWxcpFile()); - - // Load the project that has this file - cbProject* proj = Manager::Get()->GetProjectManager()->FindProjectForFile(wxcpFile.GetFullPath(), NULL, false, false); - if ( proj ) { - std::vector vFiles; - std::for_each( files.begin(), files.end(), StrToFileNameVecFunctor( vFiles ) ); - - // Add the files - wxcHelper::AddFilesToProject( proj, vFiles, true ); - - // Reload externally modified files if needed - Manager::Get()->GetEditorManager()->CheckForExternallyModifiedFiles(); - } - - // And free the event data - wxDELETE( red ); - } -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/53/5381fad84a03799f36c881e3de398a4ace7644a9.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/53/5381fad84a03799f36c881e3de398a4ace7644a9.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/54/54fd7e955ee43dd563818adf8cbba99e41d95e1b.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/54/54fd7e955ee43dd563818adf8cbba99e41d95e1b.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/55/555fea92878f71d6fc1b25f5df3e000dfa913517.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/55/555fea92878f71d6fc1b25f5df3e000dfa913517.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/55/555fea92878f71d6fc1b25f5df3e000dfa913517.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/55/555fea92878f71d6fc1b25f5df3e000dfa913517.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,320 +0,0 @@ -#include -#include "wxCrafterTab.h" -#include "wxCrafterCB.h" -#include -#include -#include "NewWxCrafterFileDlg.h" -#include "wxcHelper.h" -#include "wxcHelper.h" -#include -#include -#include "NewCodeBlocksProjectWizard.h" -#include -#include "wxCrafterSettingsDlg.h" - -class wxCrafterTabItemData : public wxTreeItemData -{ -public: - enum { - kKindFile = 0, - kKindProject = 1, - }; -protected: - wxString m_filename; - int m_kind; - -public: - wxCrafterTabItemData(const wxString& filename) : m_filename(filename), m_kind(kKindFile) {} - wxCrafterTabItemData(int kind) : m_kind(kind) {} - - void SetFilename(const wxString& filename) { - this->m_filename = filename; - } - const wxString& GetFilename() const { - return m_filename; - } - int GetKind() const { - return m_kind; - } -}; - -// ----------------------------------- - -wxCrafterTab::wxCrafterTab(wxWindow* parent, wxCrafterCB* plugin) - : wxCrafterTabBase(parent) - , m_plugin(plugin) -{ - m_treeCtrl->AssignImageList( new wxcImages() ); - Manager::Get()->RegisterEventSink(cbEVT_WORKSPACE_CHANGED, new cbEventFunctor(this, &wxCrafterTab::OnWorkspaceChanged)); - - wxTheApp->Connect(ID_MENU_NEW_FRAME, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - wxTheApp->Connect(ID_MENU_NEW_DIALOG, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - wxTheApp->Connect(ID_MENU_NEW_IMGLIST, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - wxTheApp->Connect(ID_MENU_NEW_PANEL, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - wxTheApp->Connect(ID_MENU_NEW_POPUPWINDOW, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - wxTheApp->Connect(ID_MENU_NEW_WIZARD, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(wxCrafterTab::OnNewForm), NULL, this); - -} - -wxCrafterTab::~wxCrafterTab() -{ -} - -void wxCrafterTab::OnNewFormUI(wxUpdateUIEvent& event) -{ - wxCrafterTabItemData* itemData = GetSelectionItemData(); - event.Enable( itemData && itemData->GetKind() == wxCrafterTabItemData::kKindFile ); -} - -void wxCrafterTab::OnNewWxCrafterFile(wxCommandEvent& event) -{ - NewWxCrafterFileDlg dlg(NULL); - if ( dlg.ShowModal() == wxID_OK ) { - wxFileName fnResrouceFile( dlg.GetPath() ); - fnResrouceFile.SetExt(wxT("wxcp")); // make sure we got the correct extension - if ( wxcHelper::CreateEmptyFile( fnResrouceFile ) ) { - // Add the file to a project - cbProject* pProj = wxcHelper::GetProject( dlg.GetProjectName() ); - if ( pProj ) { - // Add the file to the project - wxcHelper::AddFileToProject(pProj, fnResrouceFile, false); - BuildTree(); - - } - } - } -} - -void wxCrafterTab::OnNewWxCrafterFileUI(wxUpdateUIEvent& event) -{ - wxCrafterTabItemData* itemData = GetSelectionItemData(); - event.Enable( itemData && itemData->GetKind() == wxCrafterTabItemData::kKindProject ); -} - -void wxCrafterTab::OnWorkspaceChanged(CodeBlocksEvent& event) -{ - event.Skip(); - BuildTree(); -} - -void wxCrafterTab::DoClear() -{ - m_treeCtrl->DeleteAllItems(); -} - -wxTreeItemId wxCrafterTab::GetProjectNode(const wxString& name) -{ - wxTreeItemIdValue cookie; - wxTreeItemId child = m_treeCtrl->GetFirstChild(m_treeCtrl->GetRootItem(), cookie); - while ( child.IsOk() ) { - if ( m_treeCtrl->GetItemText(child) == name ) { - return child; - } - child = m_treeCtrl->GetNextChild(m_treeCtrl->GetRootItem(), cookie); - } - return wxTreeItemId(); -} - -wxCrafterTabItemData* wxCrafterTab::GetSelectionItemData() -{ - wxTreeItemId sel = m_treeCtrl->GetSelection(); - if ( !sel.IsOk() ) { - return NULL; - } - - return dynamic_cast( m_treeCtrl->GetItemData(sel) ); -} - -void wxCrafterTab::BuildTree() -{ - m_treeCtrl->Freeze(); - m_treeCtrl->DeleteAllItems(); - - m_treeCtrl->AddRoot(_("Hidden Root")); - - // Load all wxcp files - FilesList allWxcpFiles; - wxcHelper::GetAllFiles( allWxcpFiles, wxT("wxcp") ); - - // Now add the file to the tab view - FilesList::iterator iter = allWxcpFiles.begin(); - for(; iter != allWxcpFiles.end(); ++iter ) { - wxFileName fnProjectFile( (*iter)->GetParentProject()->GetFilename() ); - wxFileName fnResrouceFile( (*iter)->file ); - wxTreeItemId projectItem = GetProjectNode( (*iter)->GetParentProject()->GetTitle() ); - if ( !projectItem.IsOk() ) { - // First time, add a project node - projectItem = m_treeCtrl->AppendItem(m_treeCtrl->GetRootItem(), (*iter)->GetParentProject()->GetTitle(), 1, 1, new wxCrafterTabItemData(wxCrafterTabItemData::kKindProject)); - } - wxCrafterTabItemData* itemData = new wxCrafterTabItemData(fnResrouceFile.GetFullPath()); - - fnResrouceFile.MakeRelativeTo( fnProjectFile.GetPath() ); - m_treeCtrl->AppendItem(projectItem, fnResrouceFile.GetFullPath(), 0, 0, itemData); - } - m_treeCtrl->ExpandAll(); - m_treeCtrl->Thaw(); -} - -void wxCrafterTab::OnItemActivated(wxTreeEvent& event) -{ - wxUnusedVar( event ); - wxCrafterTabItemData* itemData = GetSelectionItemData(); - if ( itemData && itemData->GetKind() == wxCrafterTabItemData::kKindFile ) { - if( m_plugin->EnsureWxCrafterIsRunning() ) { - m_plugin->GetConnector().LoadFile( itemData->GetFilename() ); - } - } -} - -void wxCrafterTab::OnNewForm(wxCommandEvent& event) -{ - wxUnusedVar( event ); - wxCrafterTabItemData* itemData = GetSelectionItemData(); - if ( !itemData || (itemData->GetKind() != wxCrafterTabItemData::kKindFile) ) { - return; - } - - // Make sure wxCrafter is up and running - if ( ! m_plugin->EnsureWxCrafterIsRunning() ) { - return; - } - - wxFileName wxcpFile = itemData->GetFilename(); - switch( event.GetId() ) { - case ID_MENU_NEW_DIALOG: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewDialog); - break; - case ID_MENU_NEW_FRAME: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewFrame); - break; - case ID_MENU_NEW_IMGLIST: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewImageList); - break; - case ID_MENU_NEW_PANEL: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewPanel); - break; - case ID_MENU_NEW_POPUPWINDOW: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewPopupWindow); - break; - case ID_MENU_NEW_WIZARD: - m_plugin->GetConnector().NewForm(wxcpFile, wxCrafter::kCommandTypeNewWizard); - break; - default: - break; - } -} - -void wxCrafterTab::OnItemMenu(wxTreeEvent& event) -{ - m_treeCtrl->SelectItem( event.GetItem() ); - - wxMenu menu; - wxMenuItem *menuItem(NULL); - - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_FRAME, _("New wxFrame..."), _("New wxFrame..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wxframe"))); - menu.Append(menuItem); - - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_DIALOG, _("New wxDialog..."), _("New wxDialog..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wxdialog"))); - menu.Append(menuItem); - - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_PANEL, _("New wxPanel..."), _("New wxPanel..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wxpanel"))); - menu.Append(menuItem); - - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_WIZARD, _("New wxWizard..."), _("New wxWizard..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wxwizard"))); - menu.Append(menuItem); - - menu.AppendSeparator(); - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_POPUPWINDOW, _("New wxPopupWindow..."), _("New wxPopupWindow..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wxpopupwindow"))); - menu.Append(menuItem); - - menuItem = new wxMenuItem(&menu, ID_MENU_NEW_IMGLIST, _("New wxImageList..."), _("New wxImageList..."), wxITEM_NORMAL); - menuItem->SetBitmap(wxXmlResource::Get()->LoadBitmap(wxT("wximglist"))); - menu.Append(menuItem); - - m_treeCtrl->PopupMenu( &menu ); -} - -void wxCrafterTab::OnNewCBProject(wxCommandEvent& event) -{ - NewCodeBlocksProjectWizard wiz(NULL); - if ( wiz.RunWizard( wiz.GetFirstPage() ) ) { - // create the project - ProjectInfo pi = wiz.GetProjectDetails(); - DoCreateProject( pi ); - } -} - -void wxCrafterTab::DoCreateProject(const ProjectInfo& projectInfo) -{ - // Create the project folder - wxFileName::Mkdir( projectInfo.cbp_path.GetPath(), 0777, wxPATH_MKDIR_FULL); - - // Get the resources Zip file - wxString dataFolder = ConfigManager::GetDataFolder(); - wxFileName zipFile(dataFolder, wxT("wxCrafterCB.zip")); - - // Extract the files to this folder - wxString dummy; - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("main.cpp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("MainFrame.cpp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("MainFrame.h"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("wxcrafter.cpp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("wxcrafter.h"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("wxcrafter.wxcp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("wxcrafter_bitmaps.cpp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("wxCrafterCBTemplate.cbp"), projectInfo.cbp_path.GetPath(), dummy); - wxcHelper::ExtractFileFromZip(zipFile.GetFullPath(), wxT("resources.rc"), projectInfo.cbp_path.GetPath(), dummy); - - // Perform a simple string replace on the cbp file - wxFileName projectFile(projectInfo.cbp_path.GetPath(), wxT("wxCrafterCBTemplate.cbp")); - wxString fileContent; - wxcHelper::ReadFileContent( projectFile.GetFullPath(), fileContent ); - - // Replace the place holders - wxString buildType, components; - if ( projectInfo.wx_build_type.Contains(wxT("Dynamic")) ) { - buildType = wxT("gcc_dll"); - - } else { - buildType = wxT("gcc_lib"); - } - - for(size_t i=0; iGetProjectManager()->LoadProject( projectInfo.cbp_path.GetFullPath() ); -} - -void wxCrafterTab::OnSettings(wxCommandEvent& event) -{ - wxCrafterSettingsDlg dlg(NULL); - dlg.ShowModal(); -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/57/578c3cabe9587d2e7c57c8cecd9bb3f7b50a04fb.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/57/578c3cabe9587d2e7c57c8cecd9bb3f7b50a04fb.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/57/57a93426122c154030010878e51d10830b489448.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/57/57a93426122c154030010878e51d10830b489448.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5b/5b26cce05b938d516cd33d2c520c62925872f0fa.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5b/5b26cce05b938d516cd33d2c520c62925872f0fa.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5b/5b26cce05b938d516cd33d2c520c62925872f0fa.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5b/5b26cce05b938d516cd33d2c520c62925872f0fa.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -[Setup] -AppName=wxCrafter Integration with Code::Blocks -AppVerName=wxCrafterCB -AppPublisherURL=http://wxcrafter.codelite.org -AppSupportURL=http://wxcrafter.codelite.org -AppUpdatesURL=http://wxcrafter.codelite.org -DefaultDirName={reg:HKCU\Software\CodeBlocks,Path} -DefaultGroupName=wxCrafter -OutputDir=. -OutputBaseFilename=wxcrafter-codeblocks -ChangesEnvironment=yes -FlatComponentsList=yes -SetupIconFile=installer.ico -Compression=lzma/ultra -SolidCompression=true -InternalCompressLevel=ultra -PrivilegesRequired=none -DirExistsWarning=no -DisableDirPage=no -ChangesAssociations=yes - -[Components] -Name: "wxCrafterCB"; Description: "Integrating wxCrafter with Code::Blocks IDE"; Types: full; Flags: fixed - -[Messages] -SelectDirLabel3 = Please select Code::Blocks installation folder - -[Files] -Source: "C:\src\codelite\wxcrafter\Installer\wxcrafter-standlone-setup.exe"; DestDir: "{tmp}"; AfterInstall: RunWxCrafterInstaller -Source: "wxCrafterCB.zip"; DestDir: "{app}\share\codeblocks"; Flags: ignoreversion; Components: wxCrafterCB -Source: "Release\wxCrafterCB.dll"; DestDir: "{app}\share\codeblocks\plugins"; Flags: ignoreversion; Components: wxCrafterCB -Source: "wx-config.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: wxCrafterCB - -[code] -function HasDefaultDir(): Boolean; -var - PluginsPath: String; -begin - RegQueryStringValue(HKCU, 'Software\CodeBlocks', 'Path', PluginsPath); - Result := Length( PluginsPath ) > 0; -end; - -function ShouldSkipPage(PageID: Integer): Boolean; -begin - Result := false; - //if PageID = wpSelectDir Then - //begin - // Result := (PageID = wpSelectDir) and HasDefaultDir(); - // if not Result Then - // begin - // MsgBox('codelite 5.0 could not be located on this machine' + #10#13 + 'Please select codelite plugins directory manualy', mbInformation, MB_OK); - // end; - //end; -end; - -procedure RunWxCrafterInstaller; -var - ResultCode: Integer; -begin - if not Exec(ExpandConstant('{tmp}\wxcrafter-standlone-setup.exe'), '', '', SW_SHOWNORMAL, - ewWaitUntilTerminated, ResultCode) - then - MsgBox('wxCrafter installer failed to run!' + #13#10 + - SysErrorMessage(ResultCode), mbError, MB_OK); -end; diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5d/5d5104344adfa5c2d69bb884b5d4049063b77fe7.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5d/5d5104344adfa5c2d69bb884b5d4049063b77fe7.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5d/5d5104344adfa5c2d69bb884b5d4049063b77fe7.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5d/5d5104344adfa5c2d69bb884b5d4049063b77fe7.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - zip -j wxCrafterCB.zip manifest.xml Resources/Templates/wxFrameApp/* - #zip -j wxCrafterCB.cbplugin $(IntermediateDirectory)/$(ProjectName).dll wxCrafterCB.zip - cp $(IntermediateDirectory)/$(ProjectName).dll $(CB_SRC_DIR)\src\devel\share\CodeBlocks\plugins - cp wxCrafterCB.zip $(CB_SRC_DIR)\src\devel\share\CodeBlocks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 .. -DWX_TOOL=/usr/lib/x86_64-linux-gnu/wx/config/gtk2-unicode-release-2.8 - make clean && make -j8 - make clean - make -j8 - - - - - $(WorkspacePath)/build-debug - - - - - - - - - - /usr/include/wx-2.8 - - - - - - - - - - - - - - - - - - - - - - - - - - zip -j wxCrafterCB.zip manifest.xml Resources/Templates/wxFrameApp/* - #zip -j wxCrafterCB.cbplugin $(IntermediateDirectory)/$(ProjectName).dll wxCrafterCB.zip - cp $(IntermediateDirectory)/$(ProjectName).dll $(CB_SRC_DIR)\src\devel\share\CodeBlocks\plugins - cp wxCrafterCB.zip $(CB_SRC_DIR)\src\devel\share\CodeBlocks - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5e/5ef4755780527b202ebaf1e96fa11641a93d1aa9.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5e/5ef4755780527b202ebaf1e96fa11641a93d1aa9.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5e/5ef4755780527b202ebaf1e96fa11641a93d1aa9.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5e/5ef4755780527b202ebaf1e96fa11641a93d1aa9.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -#include "NewWxCrafterFileDlg.h" -#include -#include -#include -#include "wxcHelper.h" - -NewWxCrafterFileDlg::NewWxCrafterFileDlg(wxWindow* parent) - : NewWxCrafterFileDlgBase(parent) -{ - ProjectsArray* projects = Manager::Get()->GetProjectManager()->GetProjects(); - for(size_t i=0; iGetCount(); ++i) { - cbProject* project = projects->Item(i); - m_choiceProjects->Append(project->GetTitle()); - } - m_choiceProjects->SetSelection(0); - - // Update the default path - wxCommandEvent dummy; - OnProjectSelected( dummy ); - - Centre(); -} - -NewWxCrafterFileDlg::~NewWxCrafterFileDlg() -{ -} - -void NewWxCrafterFileDlg::OnButtonOKUI(wxUpdateUIEvent& event) -{ - event.Enable( !m_filePicker->GetPath().IsEmpty() ); -} - -void NewWxCrafterFileDlg::OnProjectSelected(wxCommandEvent& event) -{ - wxUnusedVar ( event ); - wxString projectName = m_choiceProjects->GetStringSelection(); - cbProject *selectedProject = wxcHelper::GetProject( projectName ); - if ( selectedProject ) { - wxFileName fnProject(selectedProject->GetFilename()); - fnProject.SetFullName(wxT("wxcrafter.wxcp")); - m_filePicker->SetPath( fnProject.GetFullPath() ); - } -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5f/5f5b48bc1c2adb0fffbca2126f344cdf3e38a897.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5f/5f5b48bc1c2adb0fffbca2126f344cdf3e38a897.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/5f/5f5b48bc1c2adb0fffbca2126f344cdf3e38a897.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/5f/5f5b48bc1c2adb0fffbca2126f344cdf3e38a897.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,526 +0,0 @@ -#include "json_node.h" -#include -#include -#include - -JSONRoot::JSONRoot(const wxString& text) - : _json(NULL) -{ - _json = cJSON_Parse(text.mb_str(wxConvUTF8).data()); -} - -JSONRoot::JSONRoot(int type) - : _json(NULL) -{ - if(type == cJSON_Array) - _json = cJSON_CreateArray(); - else - _json = cJSON_CreateObject(); -} - - -JSONRoot::JSONRoot(const wxFileName& filename) - : _json(NULL) -{ - wxString content; - wxFFile fp(filename.GetFullPath(), wxT("r+b")); - if( fp.IsOpened() ) { - if( fp.ReadAll( &content, wxConvUTF8 ) ) { - _json = cJSON_Parse( content.mb_str(wxConvUTF8).data() ); - } - } - - if ( !_json ) { - _json = cJSON_CreateObject(); - } -} - -JSONRoot::~JSONRoot() -{ - if(_json) { - cJSON_Delete(_json); - _json = NULL; - } -} - -void JSONRoot::save(const wxFileName& fn) const -{ - wxFFile fp( fn.GetFullPath(), wxT("w+b") ); - if( fp.IsOpened() ) { - fp.Write( toElement().format(), wxConvUTF8 ); - fp.Close(); - } -} - -JSONElement JSONRoot::toElement() const -{ - if(!_json) { - return JSONElement(NULL); - } - return JSONElement(_json); -} - -wxString JSONRoot::errorString() const -{ - return _errorString; -} - -JSONElement JSONElement::namedObject(const wxString& name) const -{ - if(!_json) { - return JSONElement(NULL); - } - - cJSON *obj = cJSON_GetObjectItem(_json, name.mb_str(wxConvUTF8).data()); - if(!obj) { - return JSONElement(NULL); - } - return JSONElement(obj); -} - -void JSONRoot::clear() -{ - int type = cJSON_Object; - if(_json) { - type = _json->type; - cJSON_Delete(_json); - _json = NULL; - } - if(type == cJSON_Array) - _json = cJSON_CreateArray(); - else - _json = cJSON_CreateObject(); -} - -/////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////// -JSONElement::JSONElement(cJSON* json) - : _json(json) - , _type(-1) -{ - if(_json) { - _name = wxString(_json->string, wxConvUTF8); - _type = _json->type; - } -} - -JSONElement::JSONElement(const wxString &name, const wxVariant& val, int type) - : _json(NULL) - , _type(type) -{ - _value = val; - _name = name; -} - -JSONElement JSONElement::arrayItem(int pos) const -{ - if(!_json) { - return JSONElement(NULL); - } - - if(_json->type != cJSON_Array) - return JSONElement(NULL); - - int size = cJSON_GetArraySize(_json); - if(pos >= size) - return JSONElement(NULL); - - return JSONElement(cJSON_GetArrayItem(_json, pos)); -} - -bool JSONElement::isNull() const -{ - if(!_json) { - return false; - } - return _json->type == cJSON_NULL; -} - -bool JSONElement::toBool(bool defaultValue) const -{ - if(!_json) { - return defaultValue; - } - - if(!isBool()) { - return defaultValue; - } - - return _json->type == cJSON_True; -} - -wxString JSONElement::toString(const wxString& defaultValue) const -{ - if(!_json) { - return defaultValue; - } - - if(_json->type != cJSON_String) { - return defaultValue; - } - - return wxString(_json->valuestring, wxConvUTF8); -} - -bool JSONElement::isBool() const -{ - if(!_json) { - return false; - } - - return _json->type == cJSON_True || _json->type == cJSON_False; -} - -bool JSONElement::isString() const -{ - if(!_json) { - return false; - } - - return _json->type == cJSON_String; -} - -void JSONElement::append(const JSONElement& element) -{ - if(!_json) { - return; - } - - switch(element.getType()) { - case cJSON_False: - cJSON_AddFalseToObject(_json, element.getName().mb_str(wxConvUTF8).data()); - break; - - case cJSON_True: - cJSON_AddTrueToObject(_json, element.getName().mb_str(wxConvUTF8).data()); - break; - - case cJSON_NULL: - cJSON_AddNullToObject(_json, element.getName().mb_str(wxConvUTF8).data()); - break; - - case cJSON_Number: - cJSON_AddNumberToObject(_json, element.getName().mb_str(wxConvUTF8).data(), element.getValue().GetLong()); - break; - - case cJSON_String: - cJSON_AddStringToObject(_json, element.getName().mb_str(wxConvUTF8).data(), element.getValue().GetString().mb_str(wxConvUTF8).data()); - break; - - case cJSON_Array: - case cJSON_Object: - cJSON_AddItemToObject(_json, element.getName().mb_str(wxConvUTF8).data(), element._json); - break; - } -} - -void JSONElement::arrayAppend(const JSONElement& element) -{ - if(!_json) { - return; - } - - cJSON* p = NULL; - switch(element.getType()) { - case cJSON_False: - p = cJSON_CreateFalse(); - break; - - case cJSON_True: - p = cJSON_CreateTrue(); - break; - - case cJSON_NULL: - p = cJSON_CreateNull(); - break; - - case cJSON_Number: - p = cJSON_CreateNumber(element.getValue().GetDouble()); - break; - - case cJSON_String: - p = cJSON_CreateString(element.getValue().GetString().mb_str(wxConvUTF8).data()); - break; - case cJSON_Array: - case cJSON_Object: - p = element._json; - break; - } - if(p) { - cJSON_AddItemToArray(_json, p); - - } -} - -JSONElement JSONElement::createArray(const wxString &name) -{ - JSONElement arr(cJSON_CreateArray()); - arr.setName(name); - arr.setType(cJSON_Array); - return arr; -} - -JSONElement JSONElement::createObject(const wxString &name) -{ - JSONElement obj(cJSON_CreateObject()); - obj.setName(name); - obj.setType(cJSON_Object); - return obj; -} - -wxString JSONElement::format() const -{ - if(!_json) { - return wxT(""); - } - - char *p = cJSON_Print(_json); - wxString output(p, wxConvUTF8); - free(p); - return output; -} - -int JSONElement::toInt(int defaultVal) const -{ - if(!_json) { - return defaultVal; - } - - if(_json->type != cJSON_Number) { - return defaultVal; - } - - return _json->valueint; -} - -size_t JSONElement::toSize_t(size_t defaultVal) const -{ - if(!_json) { - return defaultVal; - } - - if(_json->type != cJSON_Number) { - return defaultVal; - } - - return (size_t)_json->valueint; -} - -double JSONElement::toDouble(double defaultVal) const -{ - if(!_json) { - return defaultVal; - } - - if(_json->type != cJSON_Number) { - return defaultVal; - } - - return _json->valuedouble; -} - -int JSONElement::arraySize() const -{ - if(!_json) { - return 0; - } - - if(_json->type != cJSON_Array) - return 0; - - return cJSON_GetArraySize(_json); -} - -JSONElement& JSONElement::addProperty(const wxString& name, bool value) -{ - if(value) { - append(JSONElement(name, value, cJSON_True)); - - } else { - append(JSONElement(name, value, cJSON_False)); - } - return *this; -} - -JSONElement& JSONElement::addProperty(const wxString& name, const wxString& value) -{ - append(JSONElement(name, value, cJSON_String)); - return *this; -} - -JSONElement& JSONElement::addProperty(const wxString& name, const wxChar* value) -{ - append(JSONElement(name, wxString(value), cJSON_String)); - return *this; -} - -JSONElement& JSONElement::addProperty(const wxString& name, int value) -{ - append(JSONElement(name, value, cJSON_Number)); - return *this; -} - -JSONElement& JSONElement::addProperty(const wxString& name, const wxArrayString& arr) -{ - JSONElement arrEle = JSONElement::createArray(name); - for(size_t i=0; itype != cJSON_Array) { - return arr; - } - - for(int i=0; itype != cJSON_String) { - return wxDefaultPosition; - } - - wxString str = wxString(_json->valuestring, wxConvUTF8); - wxString x = str.BeforeFirst(','); - wxString y = str.AfterFirst(','); - - long nX(-1), nY(-1); - if ( !x.ToLong(&nX) || !y.ToLong(&nY) ) - return wxDefaultPosition; - - return wxPoint(nX, nY); -} - -wxColour JSONElement::toColour(const wxColour& defaultColour) const -{ - if(!_json) { - return defaultColour; - } - - if(_json->type != cJSON_String) { - return defaultColour; - } - - return wxColour( wxString(_json->valuestring, wxConvUTF8) ); -} - -wxSize JSONElement::toSize() const -{ - wxPoint pt = toPoint(); - return wxSize(pt.x, pt.y); -} - -void JSONElement::removeProperty(const wxString& name) -{ - // delete child property - if(!_json) { - return; - } - cJSON_DeleteItemFromObject(_json, name.mb_str(wxConvUTF8).data()); -} - -JSONElement& JSONElement::addProperty(const wxString& name, const JSONElement::wxStringMap_t& stringMap) -{ - if ( !_json ) - return *this; - - JSONElement arr = JSONElement::createArray(name); - JSONElement::wxStringMap_t::const_iterator iter = stringMap.begin(); - for( ; iter != stringMap.end(); ++iter ) { - JSONElement obj = JSONElement::createObject(); - obj.addProperty(wxT("key"), iter->first); - obj.addProperty(wxT("value"), iter->second); - arr.arrayAppend(obj); - } - append(arr); - return *this; -} - -JSONElement::wxStringMap_t JSONElement::toStringMap() const -{ - JSONElement::wxStringMap_t res; - if(!_json) { - return res; - } - - if(_json->type != cJSON_Array) { - return res; - } - - for(int i=0; i -#include "wxcLib/json_node.h" - -class wxCrafterCBSettings -{ - wxString m_wxcPath; - wxRect m_settingsDialogRect; - -public: - void SetWxcPath(const wxString& wxcPath) { - this->m_wxcPath = wxcPath; - } - const wxString& GetWxcPath() const { - return m_wxcPath; - } - - void SetSettingsDialogRect(const wxRect& settingsDialogRect) { - this->m_settingsDialogRect = settingsDialogRect; - } - const wxRect& GetSettingsDialogRect() const { - return m_settingsDialogRect; - } - wxCrafterCBSettings(); - virtual ~wxCrafterCBSettings(); - - void ToJSON(JSONElement &json) const; - void FromJSON(const JSONElement &json); - - /** - * @brief save the configuration to file - */ - wxCrafterCBSettings& Load(); - - /** - * @brief save the configuration to the file system - */ - wxCrafterCBSettings& Save(); -}; - -#endif // WXCRAFTERCBSETTINGS_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/65/65b8dbad65578da4fea96ba93ddd9872555ac7ae.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/65/65b8dbad65578da4fea96ba93ddd9872555ac7ae.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/65/65b8dbad65578da4fea96ba93ddd9872555ac7ae.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/65/65b8dbad65578da4fea96ba93ddd9872555ac7ae.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -#ifndef WXCRAFTERTAB_H -#define WXCRAFTERTAB_H -#include "UI.h" -#include -#include - -class wxCrafterCB; -class wxCrafterTabItemData; -class wxCrafterTab : public wxCrafterTabBase -{ - wxCrafterCB* m_plugin; - -public: - enum { - ID_MENU_NEW_FRAME = 7000, - ID_MENU_NEW_DIALOG, - ID_MENU_NEW_PANEL, - ID_MENU_NEW_WIZARD, - ID_MENU_NEW_POPUPWINDOW, - ID_MENU_NEW_IMGLIST - }; - -private: - void DoClear(); - void BuildTree(); - void DoCreateProject(const ProjectInfo &projectInfo); - - wxTreeItemId GetProjectNode( const wxString &name ); - wxCrafterTabItemData* GetSelectionItemData(); - -public: - wxCrafterTab(wxWindow* parent, wxCrafterCB* plugin); - virtual ~wxCrafterTab(); - -protected: - virtual void OnSettings(wxCommandEvent& event); - virtual void OnNewCBProject(wxCommandEvent& event); - virtual void OnItemActivated(wxTreeEvent& event); - virtual void OnItemMenu(wxTreeEvent& event); - virtual void OnNewWxCrafterFileUI(wxUpdateUIEvent& event); - virtual void OnNewWxCrafterFile(wxCommandEvent& event); - virtual void OnNewFormUI(wxUpdateUIEvent& event); - void OnNewForm(wxCommandEvent &event); - - // CodeBlocks events - void OnWorkspaceChanged(CodeBlocksEvent &event); -}; -#endif // WXCRAFTERTAB_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/66/660fb1fa2a3b21b41d951a086cb55749a2608ce6.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/66/660fb1fa2a3b21b41d951a086cb55749a2608ce6.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/68/686da15b3068555d75cc99f8982a8c472d3a09e5.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/68/686da15b3068555d75cc99f8982a8c472d3a09e5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/68/686da15b3068555d75cc99f8982a8c472d3a09e5.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/68/686da15b3068555d75cc99f8982a8c472d3a09e5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,71 +0,0 @@ -#include "NewCodeBlocksProjectWizard.h" -#include -#include - -NewCodeBlocksProjectWizard::NewCodeBlocksProjectWizard(wxWindow* parent) - : NewCodeBlocksProjectWizardBase(parent) -{ -} - -NewCodeBlocksProjectWizard::~NewCodeBlocksProjectWizard() -{ -} - -void NewCodeBlocksProjectWizard::OnProjectFolderPathChanged(wxFileDirPickerEvent& event) -{ - DoUpdateProjectPathPreview(); -} - -void NewCodeBlocksProjectWizard::OnProjectNameUpdated(wxCommandEvent& event) -{ - DoUpdateProjectPathPreview(); -} - -void NewCodeBlocksProjectWizard::DoUpdateProjectPathPreview() -{ - wxString path; - path << m_dirPickerProjectFolder->GetPath() << wxFILE_SEP_PATH << m_textCtrlProjectName->GetValue() << wxFILE_SEP_PATH << m_textCtrlProjectName->GetValue() << wxT(".cbp"); - m_staticTextProjectPathPreview->SetLabel( path ); -} - -void NewCodeBlocksProjectWizard::OnPageChanging(wxWizardEvent& event) -{ - if ( event.GetDirection() ) { - if ( event.GetPage() == m_pages.at(0) ) { - // Moving from page1 -> page2 - if ( m_dirPickerProjectFolder->GetPath().IsEmpty() || m_textCtrlProjectName->IsEmpty() ) { - ::cbMessageBox(_("Make sure you properly selected project name and location"), wxT("wxCrafter"), wxOK|wxICON_WARNING); - event.Veto(); - return; - } - } -#ifdef __WXMSW__ - else if ( event.GetPage() == m_pages.at(1) ) { - if ( m_dirPickerWxPath->GetPath().IsEmpty() || !wxFileName::DirExists( m_dirPickerWxPath->GetPath()) ) { - ::cbMessageBox(_("Please select a valid wxWidgets installation folder"), wxT("wxCrafter"), wxOK|wxICON_WARNING); - event.Veto(); - return; - } - } -#endif - } -} - -ProjectInfo NewCodeBlocksProjectWizard::GetProjectDetails() const -{ - ProjectInfo pi; - pi.cbp_path = m_staticTextProjectPathPreview->GetLabel(); - pi.wx_components = ::wxStringTokenize(m_textCtrlComponents->GetValue(), wxT("\n"), wxTOKEN_STRTOK); - pi.wx_build_type = m_choiceBuildType->GetStringSelection(); - pi.wx_prefix = m_dirPickerWxPath->GetPath(); - return pi; -} - -void NewCodeBlocksProjectWizard::OnEnableIfMSW(wxUpdateUIEvent& event) -{ -#ifdef __WXMSW__ - event.Enable( true ); -#else - event.Enable( false ); -#endif -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/6a/6abcdc467ca40e8cc03f57eaaacbf4a2e1b3272c.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/6a/6abcdc467ca40e8cc03f57eaaacbf4a2e1b3272c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/6a/6abcdc467ca40e8cc03f57eaaacbf4a2e1b3272c.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/6a/6abcdc467ca40e8cc03f57eaaacbf4a2e1b3272c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,33 +0,0 @@ -#ifndef WXCRAFTER_H -#define WXCRAFTER_H - -#include -#include -#include -#include -#include -#include -#include -#include - -class MainFrameBaseClass : public wxFrame -{ -protected: - wxPanel* m_mainPanel; - wxMenuBar* m_menuBar; - wxMenu* m_name6; - wxMenuItem* m_menuItem7; - wxMenu* m_name8; - wxMenuItem* m_menuItem9; - wxToolBar* m_mainToolbar; - -protected: - virtual void OnExit(wxCommandEvent& event) { event.Skip(); } - virtual void OnAbout(wxCommandEvent& event) { event.Skip(); } - -public: - MainFrameBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("My Frame"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxCAPTION|wxRESIZE_BORDER|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLOSE_BOX); - virtual ~MainFrameBaseClass(); -}; - -#endif Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/73/73a17eb574e63a2e1909a28629f78aee3a5c57b4.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/73/73a17eb574e63a2e1909a28629f78aee3a5c57b4.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/7b/7b5ae6c376bc5a4998a6021b5891eb5ef91d5e6d.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/7b/7b5ae6c376bc5a4998a6021b5891eb5ef91d5e6d.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/7f/7f639182060cfdf95a94b7d2a1de42cf4096360f.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/7f/7f639182060cfdf95a94b7d2a1de42cf4096360f.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/7f/7f639182060cfdf95a94b7d2a1de42cf4096360f.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/7f/7f639182060cfdf95a94b7d2a1de42cf4096360f.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -#include "wxcConnector.h" -#include -#include "wxcLib/clSocketClient.h" -#include "wxcLib/wxcLibDefines.h" -#include -#include "wxcLib/wxcNetworkReplyThread.h" -#include "wxcLib/wxcReplyEventData.h" -#include - -const int ID_WXC_PROCESS = ::wxNewId(); - -BEGIN_EVENT_TABLE(wxcConnector, wxEvtHandler) - EVT_END_PROCESS(ID_WXC_PROCESS, wxcConnector::OnProcessTerminated) -END_EVENT_TABLE() - -wxcConnector::wxcConnector() - : m_wxcrafterProcess(NULL) - , m_networkThread(NULL) -{ -#ifdef __WXMSW__ - static bool bInitialized = false; - if ( !bInitialized ) { - WORD wVersionRequested; - WSADATA wsaData; - // Using MAKEWORD macro, Winsock version request 2.2 - wVersionRequested = MAKEWORD(2, 2); - WSAStartup(wVersionRequested, &wsaData); - bInitialized = true; - } -#endif -} - -wxcConnector::~wxcConnector() -{ - Shutdown(); -} - -void wxcConnector::DoLaunchAndConnect() throw (clSocketException) -{ - m_wxcrafterProcess = new wxProcess(this, ID_WXC_PROCESS); - long pid = ::wxExecute(m_wxcrafterExecCommand, wxEXEC_ASYNC, m_wxcrafterProcess); - if ( pid > 0 ) { - clSocketClient* client = new clSocketClient(); - m_socket.reset( client ); - - // wait for the process to launch and connect to it - // we wait up to 5 seconds - int nRetries = 100; - do { - if ( client->ConnectRemote(wxT("127.0.0.1"), WXC_PORT_NUMBER_INT)) { - break; - } - - --nRetries; - wxThread::Sleep(50); - } while ( nRetries > 0 ); - - if ( nRetries <= 0 ) { - wxString message; - message << _("Could not connect to wxCrafter in a timely manner"); - Shutdown(); - - throw clSocketException( message ); - } - - // we are connected, use the same descriptor to create a listener thread - m_socket->SetCloseOnExit( false ); - - m_networkThread = new wxcNetworkReplyThread(this, m_socket->GetSocket()); - m_networkThread->Start(); - - } else { - wxString message; - message << _("Could not start wxCrafter at: ") << m_wxcrafterExecCommand; - throw clSocketException( message ); - } -} - -void wxcConnector::LaunchAndConnect(const wxString& wxcPath) throw (clSocketException) -{ - wxString command; - command << wxcPath; - if ( command.Contains(wxT(" ")) ) { - command.Prepend(wxT("\"")).Append(wxT("\"")); - } - command << wxT(" -s"); - m_wxcrafterExecCommand = command; - DoLaunchAndConnect(); -} - -void wxcConnector::SendCommand(const wxcNetworkCommand& command) throw (clSocketException) -{ - if ( !m_socket ) { - throw clSocketException(wxT("socket not connected!")); - } - - // Serialize the command - wxString serializedCommand = command.ToJSON().format(); - m_socket->WriteMessage( serializedCommand ); -} - -void wxcConnector::OnProcessTerminated(wxProcessEvent& event) -{ - wxUnusedVar( event ); - - // Call shutdown to perform cleanup - Shutdown(); -} - -void wxcConnector::Shutdown() -{ - m_socket.reset( NULL ); - - // The network thread should be destroyed after the socket - if ( m_networkThread ) { - m_networkThread->Stop(); - } - wxDELETE( m_networkThread ); - if ( m_wxcrafterProcess ) { - - // don't send us any more events - m_wxcrafterProcess->Detach(); - - // kill wxCrafter - int pid = m_wxcrafterProcess->GetPid(); - if ( pid > 0 ) { - wxProcess::Kill( pid ); - } - - } - m_wxcrafterProcess = NULL; -} - -void wxcConnector::LoadFile(const wxFileName& filename) throw (clSocketException) -{ - wxcNetworkCommand command; - command.SetCommandType( wxCrafter::kCommandTypeLoadFile ); - command.SetFilename( filename.GetFullPath() ); - SendCommand( command ); -} - -void wxcConnector::OnFilesGenerated(wxCommandEvent& event) -{ - event.Skip(); - - wxcReplyEventData *data = dynamic_cast( event.GetClientObject() ); - if ( data ) { - wxString message; - const wxcReplyEventData::StringVec_t &files = data->GetFiles(); - for(size_t i=0; i -#include - -class wxcNetworkReply -{ - wxCrafter::eReplyType m_replyType; - std::vector m_files; - wxString m_wxcpFile; - -public: - wxcNetworkReply(); - wxcNetworkReply(const wxString &json); - virtual ~wxcNetworkReply(); - - // Serialization API - void FromJSON(const JSONElement& json); - JSONElement ToJSON() const; - - void SetFiles(const std::vector& files) { - this->m_files = files; - } - void SetReplyType(const wxCrafter::eReplyType& replyType) { - this->m_replyType = replyType; - } - const std::vector& GetFiles() const { - return m_files; - } - const wxCrafter::eReplyType& GetReplyType() const { - return m_replyType; - } - void SetWxcpFile(const wxString& wxcpFile) { - this->m_wxcpFile = wxcpFile; - } - const wxString& GetWxcpFile() const { - return m_wxcpFile; - } -}; - -#endif // WXCNETWORKREPLY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/90/90401a22dfb21cb27a4071715a2a17e1753a0263.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/90/90401a22dfb21cb27a4071715a2a17e1753a0263.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/90/90401a22dfb21cb27a4071715a2a17e1753a0263.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/90/90401a22dfb21cb27a4071715a2a17e1753a0263.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - copy "$(IntermediateDirectory)\lib$(ProjectName).a" ..\libs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - copy "$(IntermediateDirectory)\lib$(ProjectName).a" ..\lib - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/91/9170fd1ae46f0ce5bd772ce9453c2cdcfc4aea42.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/91/9170fd1ae46f0ce5bd772ce9453c2cdcfc4aea42.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/91/9170fd1ae46f0ce5bd772ce9453c2cdcfc4aea42.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/91/9170fd1ae46f0ce5bd772ce9453c2cdcfc4aea42.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,104 +0,0 @@ -#include "wxcLib/clSocketServer.h" - -#ifndef _WIN32 -# include -# include -# include -# include -# include -# include -# include -# include -#endif - -clSocketServer::clSocketServer() -{ -} - -clSocketServer::~clSocketServer() -{ -} - -void clSocketServer::CreateServer(const std::string &pipePath) throw (clSocketException) -{ -#ifndef __WXMSW__ - unlink(pipePath.c_str()); - - // Create a socket - if((m_socket = ::socket(AF_UNIX , SOCK_STREAM , 0 )) == INVALID_SOCKET) { - throw clSocketException( wxT("Could not create socket: ") + error() ); - } - - // must set reuse-address - int optval; - - // set SO_REUSEADDR on a socket to true (1): - optval = 1; - ::setsockopt(m_socket, SOL_SOCKET, SO_REUSEADDR, (const char*)&optval, sizeof(optval)); - - // Prepare the sockaddr_in structure - struct sockaddr_un server; - server.sun_family = AF_UNIX; - strcpy(server.sun_path, pipePath.c_str()); - - // Bind - if( ::bind(m_socket ,(struct sockaddr *)&server , sizeof(server)) == -1) { - throw clSocketException( wxT("CreateServer: bind operation failed: ") + error() ); - } - - char mode[] = "0777"; - int newMode = ::strtol(mode, 0, 8); - ::chmod(pipePath.c_str(), newMode); - - // define the accept queue size - ::listen(m_socket, 10); -#else - int port = ::atoi( pipePath.c_str() ); - CreateServer( "127.0.0.1", port ); -#endif -} - -clSocketBase::Ptr_t clSocketServer::WaitForNewConnection(long timeout) throw (clSocketException) -{ - if ( SelectRead( timeout ) == kTimeout ) { - return clSocketBase::Ptr_t( NULL ); - } - - int fd = ::accept(m_socket , 0, 0); - if ( fd < 0 ) { - throw clSocketException( wxT("accept error: ") + error() ); - } - return clSocketBase::Ptr_t(new clSocketBase(fd)); -} - -void clSocketServer::CreateServer(const std::string &address, int port) throw (clSocketException) -{ - // Create a socket - if( (m_socket = ::socket(AF_INET , SOCK_STREAM , 0)) == INVALID_SOCKET) { - throw clSocketException( wxT("Could not create socket: ") + error() ); - } - - // must set reuse-address - int optval; - - // set SO_REUSEADDR on a socket to true (1): - optval = 1; - ::setsockopt(m_socket, SOL_SOCKET, SO_REUSEADDR, (const char*)&optval, sizeof(optval)); - - // Prepare the sockaddr_in structure - struct sockaddr_in server; - server.sin_family = AF_INET; -#ifdef __WXMSW__ - server.sin_addr.s_addr = inet_addr( address.c_str() ); -#else - inet_pton(AF_INET, address.c_str(), &server.sin_addr); -#endif - server.sin_port = htons( port ); - - // Bind - if( ::bind(m_socket ,(struct sockaddr *)&server , sizeof(server)) == -1) { - throw clSocketException( wxT("CreateServer: bind operation failed: ") + error() ); - } - // define the accept queue size - ::listen(m_socket, 10); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/92/926a875e3b9ce09a204135848a4990f2b8c8bdef.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/92/926a875e3b9ce09a204135848a4990f2b8c8bdef.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/92/926a875e3b9ce09a204135848a4990f2b8c8bdef.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/92/926a875e3b9ce09a204135848a4990f2b8c8bdef.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,67 +0,0 @@ -#ifndef WXCHELPER_H -#define WXCHELPER_H - -#include -#include -#include - -class cbProject; -struct StrToFileNameVecFunctor { - std::vector& m_outoutVec; - - StrToFileNameVecFunctor(std::vector& outputVec) : m_outoutVec( outputVec) {} - void operator()(const wxString &str) { - m_outoutVec.push_back( wxFileName(str) ); - } -}; - -typedef std::vector wxFileNameVec_t; - -class wxcHelper -{ -public: - /** - * @brief create an empty file. Prompt the user incase of an error - */ - static bool CreateEmptyFile( const wxFileName& fn ); - - /** - * @brief add files to project - */ - static void AddFilesToProject(cbProject* proj, const std::vector& files, bool compile); - - /** - * @brief add file to project - */ - static void AddFileToProject(cbProject* proj, const wxFileName& file, bool compile); - - /** - * @brief find a project by name - */ - static cbProject* GetProject( const wxString &name ); - - /** - * @brief return all workspace files - * @param files [output] - */ - static void GetAllFiles( FilesList &files, const wxString &filterExt = wxEmptyString ); - - /** - * @brief extract a file from Zip archive - * @param zipPath zip file path - * @param filename the file that we want to extract - * @param targetDir destination folder for the extracted file - * @param targetFileName [output] - */ - static bool ExtractFileFromZip(const wxString& zipPath, const wxString& filename, const wxString& targetDir, wxString &targetFileName); - - /** - * @brief read a file content - */ - static bool ReadFileContent( const wxString& filepath, wxString &content ); - /** - * @brief write file content (replacing any existing content) - */ - static bool WriteFileContent( const wxString& filepath, const wxString &content ); -}; -#endif // WXCHELPER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/94/94afd66bb42caec54fe4bb5a0b29be9304418c81.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/94/94afd66bb42caec54fe4bb5a0b29be9304418c81.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/94/94afd66bb42caec54fe4bb5a0b29be9304418c81.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/94/94afd66bb42caec54fe4bb5a0b29be9304418c81.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,73 +0,0 @@ -#ifndef WXCCONNECTOR_H -#define WXCCONNECTOR_H - -#include -#include -#include "wxcLib/clSocketBase.h" -#include "wxcLib/wxcNetworkCommand.h" - - -class wxcNetworkReplyThread; -class wxcConnector : public wxEvtHandler -{ - clSocketBase::Ptr_t m_socket; - wxProcess* m_wxcrafterProcess; - wxString m_wxcrafterExecCommand; - wxcNetworkReplyThread* m_networkThread; - -protected: - DECLARE_EVENT_TABLE() - void OnProcessTerminated(wxProcessEvent& event); - void OnFilesGenerated(wxCommandEvent& event); - -private: - void DoLaunchAndConnect() throw (clSocketException); - -public: - wxcConnector(); - virtual ~wxcConnector(); - - /** - * @brief return true if this instance is connected to wxCrafter - */ - bool IsConnected() const; - /** - * @brief shutdown wxCrafter and perform cleanup - */ - void Shutdown(); - - /** - * @brief launch wxCrafter in server-mode - * @param wxcPath wxCrafter executable path - * @throw clSocketException - */ - void LaunchAndConnect(const wxString &wxcPath) throw (clSocketException); - - /** - * @brief send a network command to wxCrafter - * @param command command to send - * @throw clSocketException - */ - void SendCommand(const wxcNetworkCommand& command) throw (clSocketException); - - /** - * @brief load a wxCrafter file into wxCrafter and show the designer (if not shown) - * @param filename full path the file to load - */ - void LoadFile( const wxFileName& filename ) throw (clSocketException); - - /** - * @brief generate code for the wxcp file - * @param wxcpFileName - */ - void GenerateCode( const wxFileName& wxcpFileName) throw (clSocketException); - - /** - * @brief create new form - * @param wxcpFileName - * @param formType - */ - void NewForm(const wxFileName& wxcpFile, wxCrafter::eCommandType formType); -}; - -#endif // WXCCONNECTOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/97/976ddc77d40199f49ffd243c8f13a22fb4d4e437.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/97/976ddc77d40199f49ffd243c8f13a22fb4d4e437.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/97/976ddc77d40199f49ffd243c8f13a22fb4d4e437.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/97/976ddc77d40199f49ffd243c8f13a22fb4d4e437.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -#ifndef WXCREPLYEVENTDATA_H -#define WXCREPLYEVENTDATA_H - -#include -#include -#include -#include - -/// a wxCommandEvent. GetClientObject() contains an instance of wxcReplyEventData -#define wxcEVT_NET_REPLY_FILES_GENERATED 21000 -#define wxcEVT_NET_REPLY_CONN_TERMINATED 21001 - -class wxcReplyEventData : public wxClientData -{ -public: - typedef std::vector StringVec_t; - -protected: - wxcReplyEventData::StringVec_t m_files; - wxString m_wxcpFile; - -public: - wxcReplyEventData(); - virtual ~wxcReplyEventData(); - - void SetFiles( const std::vector& files ); - void SetFiles( const std::vector& files ); - - const wxcReplyEventData::StringVec_t& GetFiles() const { - return m_files; - } - void SetWxcpFile(const wxString& wxcpFile) { - this->m_wxcpFile = wxcpFile.c_str(); - } - const wxString& GetWxcpFile() const { - return m_wxcpFile; - } -}; - -#endif // WXCREPLYEVENTDATA_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/a5/a504ec16ac6b460c257e495190bd3aa6d72c61ad.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/a5/a504ec16ac6b460c257e495190bd3aa6d72c61ad.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/a5/a504ec16ac6b460c257e495190bd3aa6d72c61ad.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/a5/a504ec16ac6b460c257e495190bd3aa6d72c61ad.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,181 +0,0 @@ -#include "wxcLib/clSocketBase.h" -#include -#include - -#ifndef _WIN32 -# include -# include -# include -# include -# include -#endif - -clSocketBase::clSocketBase(int sockfd) - : m_socket(sockfd) - , m_closeOnExit(true) -{ -} - -clSocketBase::~clSocketBase() -{ - DestroySocket(); -} - -void clSocketBase::Initialize() -{ -#ifdef _WIN32 - WSADATA wsa; - WSAStartup(MAKEWORD(2, 2), &wsa); -#endif -} - -int clSocketBase::Read(char* buffer, size_t bufferSize, size_t& bytesRead, long timeout) throw (clSocketException) -{ - if ( SelectRead(timeout) == kTimeout ) { - return kTimeout; - } - memset(buffer, 0, bufferSize); - bytesRead = recv(m_socket, buffer, bufferSize, 0); - return kSuccess; -} - -int clSocketBase::SelectRead(long seconds) throw (clSocketException) -{ - if ( seconds == -1 ) { - return kSuccess; - } - - if ( m_socket == INVALID_SOCKET ) { - throw clSocketException(wxT("Invalid socket!")); - } - - struct timeval tv = {seconds, 0}; - - fd_set readfds; - FD_ZERO(&readfds); - FD_SET(m_socket, &readfds); - int rc = select(m_socket+1, &readfds, NULL, NULL, &tv); - if ( rc == 0 ) { - // timeout - return kTimeout; - - } else if ( rc < 0 ) { - // an error occured - throw clSocketException( wxString() << wxT("SelectRead failed: ") << error() ); - - } else { - // we got something to read - return kSuccess; - } -} - -void clSocketBase::Send(const std::string& msg) throw (clSocketException) -{ - if ( m_socket == INVALID_SOCKET ) { - throw clSocketException(wxT("Invalid socket!")); - } - ::send(m_socket, msg.c_str(), msg.length(), 0); -} - -wxString clSocketBase::error() const -{ - wxString err; -#ifdef _WIN32 - char _buf[256]; - memset(_buf, 0, sizeof(_buf)); - sprintf(_buf, "WSAGetLastError returned: %d", WSAGetLastError()); - err = wxString(_buf, wxConvUTF8); -#else - err = wxString(strerror(errno), wxConvUTF8); -#endif - return err; -} - -void clSocketBase::DestroySocket() -{ - if (IsCloseOnExit()) { - if ( m_socket != INVALID_SOCKET ) { -#ifdef _WIN32 - ::closesocket( m_socket ); -#else - ::close(m_socket); -#endif - ::shutdown(m_socket, 2); - } - } - m_socket = INVALID_SOCKET; -} - -int clSocketBase::ReadMessage(wxString& message, int timeout) throw (clSocketException) -{ - // send the length in string form to avoid binary / arch differences between remote and local machine - char msglen[11]; - memset(msglen, 0, sizeof(msglen)); - - size_t message_len(0); - size_t bytesRead(0); - int rc = Read( (char*)msglen, sizeof(msglen)-1, bytesRead, timeout); - if ( rc != kSuccess ) { - // timeout - return rc; - } - - // convert the string to int - message_len = ::atoi(msglen); - - bytesRead = 0; - char *buff = new char[message_len+1]; - memset(buff, 0, message_len+1); - - // read the entire amount we need - int bytesLeft = message_len; - int totalRead = 0; - while ( bytesLeft > 0 ) { - rc = Read(buff + totalRead, bytesLeft, bytesRead, timeout); - if ( rc != kSuccess ) { - wxDELETEA( buff ); - return rc; - - } else if ( rc == 0 ) { - // session was closed - wxDELETEA( buff ); - throw clSocketException(wxT("connection closed by peer")); - - } else { - bytesLeft -= bytesRead; - totalRead += bytesRead; - bytesRead = 0; - } - } - - buff[message_len] = '\0'; - message = wxString(buff, wxConvUTF8); - return kSuccess; -} - -void clSocketBase::WriteMessage(const wxString& message) throw (clSocketException) -{ - if ( m_socket == INVALID_SOCKET ) { - throw clSocketException(wxT("Invalid socket!")); - } - - // Write the message length - std::string c_str = message.mb_str(wxConvUTF8).data(); - int len = c_str.length(); - - // send the length in string form to avoid binary / arch differences between remote and local machine - char msglen[11]; - memset(msglen, 0, sizeof(msglen)); - sprintf(msglen, "%010d", len); - ::send(m_socket, msglen, sizeof(msglen)-1, 0); // send it without the NULL byte - - // now send the actual data - Send(c_str); -} - -socket_t clSocketBase::Release() -{ - int fd = m_socket; - m_socket = INVALID_SOCKET; - return fd; -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/a9/a92e596f206d7c7135f7fa069271c2074acd0ee5.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/a9/a92e596f206d7c7135f7fa069271c2074acd0ee5.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/a9/a92e596f206d7c7135f7fa069271c2074acd0ee5.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/a9/a92e596f206d7c7135f7fa069271c2074acd0ee5.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -#include "wx/msw/wx.rc" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/aa/aa5960ed94b86a3726b516c275dfc02f5cb5bc52.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/aa/aa5960ed94b86a3726b516c275dfc02f5cb5bc52.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/aa/aa5960ed94b86a3726b516c275dfc02f5cb5bc52.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/aa/aa5960ed94b86a3726b516c275dfc02f5cb5bc52.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,127 +0,0 @@ -/* - Copyright (c) 2009 Dave Gamble - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. -*/ - -#ifndef cJSON__h -#define cJSON__h - -#ifdef __cplusplus -extern "C" -{ -#endif - -/* cJSON Types: */ -#define cJSON_False 0 -#define cJSON_True 1 -#define cJSON_NULL 2 -#define cJSON_Number 3 -#define cJSON_String 4 -#define cJSON_Array 5 -#define cJSON_Object 6 - -#define cJSON_IsReference 256 - -/* The cJSON structure: */ -typedef struct cJSON { - struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ - struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ - - int type; /* The type of the item, as above. */ - - char *valuestring; /* The item's string, if type==cJSON_String */ - int valueint; /* The item's number, if type==cJSON_Number */ - double valuedouble; /* The item's number, if type==cJSON_Number */ - - char *string; /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */ -} cJSON; - -typedef struct cJSON_Hooks { - void *(*malloc_fn)(size_t sz); - void (*free_fn)(void *ptr); -} cJSON_Hooks; - -/* Supply malloc, realloc and free functions to cJSON */ -extern void cJSON_InitHooks(cJSON_Hooks* hooks); - - -/* Supply a block of JSON, and this returns a cJSON object you can interrogate. Call cJSON_Delete when finished. */ -extern cJSON *cJSON_Parse(const char *value); -/* Render a cJSON entity to text for transfer/storage. Free the char* when finished. */ -extern char *cJSON_Print(cJSON *item); -/* Render a cJSON entity to text for transfer/storage without any formatting. Free the char* when finished. */ -extern char *cJSON_PrintUnformatted(cJSON *item); -/* Delete a cJSON entity and all subentities. */ -extern void cJSON_Delete(cJSON *c); - -/* Returns the number of items in an array (or object). */ -extern int cJSON_GetArraySize(cJSON *array); -/* Retrieve item number "item" from array "array". Returns NULL if unsuccessful. */ -extern cJSON *cJSON_GetArrayItem(cJSON *array,int item); -/* Get item "string" from object. Case insensitive. */ -extern cJSON *cJSON_GetObjectItem(cJSON *object,const char *string); - -/* For analysing failed parses. This returns a pointer to the parse error. You'll probably need to look a few chars back to make sense of it. Defined when cJSON_Parse() returns 0. 0 when cJSON_Parse() succeeds. */ -extern const char *cJSON_GetErrorPtr(); - -/* These calls create a cJSON item of the appropriate type. */ -extern cJSON *cJSON_CreateNull(); -extern cJSON *cJSON_CreateTrue(); -extern cJSON *cJSON_CreateFalse(); -extern cJSON *cJSON_CreateBool(int b); -extern cJSON *cJSON_CreateNumber(double num); -extern cJSON *cJSON_CreateString(const char *string); -extern cJSON *cJSON_CreateArray(); -extern cJSON *cJSON_CreateObject(); - -/* These utilities create an Array of count items. */ -extern cJSON *cJSON_CreateIntArray(int *numbers,int count); -extern cJSON *cJSON_CreateFloatArray(float *numbers,int count); -extern cJSON *cJSON_CreateDoubleArray(double *numbers,int count); -extern cJSON *cJSON_CreateStringArray(const char **strings,int count); - -/* Append item to the specified array/object. */ -extern void cJSON_AddItemToArray(cJSON *array, cJSON *item); -extern void cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item); -/* Append reference to item to the specified array/object. Use this when you want to add an existing cJSON to a new cJSON, but don't want to corrupt your existing cJSON. */ -extern void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item); -extern void cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item); - -/* Remove/Detatch items from Arrays/Objects. */ -extern cJSON *cJSON_DetachItemFromArray(cJSON *array,int which); -extern void cJSON_DeleteItemFromArray(cJSON *array,int which); -extern cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string); -extern void cJSON_DeleteItemFromObject(cJSON *object,const char *string); - -/* Update array items. */ -extern void cJSON_ReplaceItemInArray(cJSON *array,int which,cJSON *newitem); -extern void cJSON_ReplaceItemInObject(cJSON *object,const char *string,cJSON *newitem); - -#define cJSON_AddNullToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateNull()) -#define cJSON_AddTrueToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateTrue()) -#define cJSON_AddFalseToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateFalse()) -#define cJSON_AddNumberToObject(object,name,n) cJSON_AddItemToObject(object, name, cJSON_CreateNumber(n)) -#define cJSON_AddStringToObject(object,name,s) cJSON_AddItemToObject(object, name, cJSON_CreateString(s)) - -#ifdef __cplusplus -} -#endif - -#endif diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/ac/acad0a8e8958705c7aa69e89b020271419c28a48.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/ac/acad0a8e8958705c7aa69e89b020271419c28a48.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/ac/acad0a8e8958705c7aa69e89b020271419c28a48.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/ac/acad0a8e8958705c7aa69e89b020271419c28a48.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -**wxCrafter Integration for Code::Blocks IDE** ----- - -This plugin integrates wxCrafter - a wxWidgets RAD Tool - with Code::Blocks IDE - -Build -==== - -Windows: - - 1. Install [CodeLite IDE][1] - 2. Install CodeBlocks SDK 13.12 - 3. Install wxWidgets 2.8.12 - 4. Defined an environment variable CB_SRC_DIR pointing to CodeBlocks source folder - 5. Build the workspace - -Linux - - 1. Install CMake - 2. Install CodeBlocks development package `sudo apt-get install codeblocks-dev` - 3. Execute CMake like this: -``` -cd /path/to/plugin/sources -mkdir build-debug -cd build-debug -cmake .. -DCMAKE_BUILD_TYPE=Debug -sudo make install -``` - -The above will create `libwxCrafterCB.so` and `wxCrafterCB.zip` and will install them under -`/usr/lib/codeblocks/plugins` and `/usr/share/codeblocks` - -Start CodeBlocks and the plugin should be loaded - - [1]: http://codelite.org \ No newline at end of file diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02dde8392bfa51562d770d75ce2e7c6e199758c.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02dde8392bfa51562d770d75ce2e7c6e199758c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02dde8392bfa51562d770d75ce2e7c6e199758c.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02dde8392bfa51562d770d75ce2e7c6e199758c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,253 +0,0 @@ -////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////// -// -// copyright : (C) 2008 by Eran Ifrah -// file name : smart_ptr.h -// -// ------------------------------------------------------------------------- -// A -// _____ _ _ _ _ -// / __ \ | | | | (_) | -// | / \/ ___ __| | ___| | _| |_ ___ -// | | / _ \ / _ |/ _ \ | | | __/ _ ) -// | \__/\ (_) | (_| | __/ |___| | || __/ -// \____/\___/ \__,_|\___\_____/_|\__\___| -// -// F i l e -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////// - #ifndef CODELITE_SMART_PTR_H -#define CODELITE_SMART_PTR_H - -/** - * A smart pointer class that provides a reference counting and auto delete memory. - * - * This class is similar to std::auto_ptr, with 2 exceptions: - * - This class uses reference counting - * - We dont provide a release() function (because of the reference counting) - * It is recommended to use this class instead of using raw pointer wherever possible. - * - * \note smart pointer to NULL is valid. - * - * \ingroup CodeLite - * \version 1.0 - * first version - * \date 09-17-2006 - * \author Eran - */ -template -class SmartPtr -{ - /** - * The reference counting class - * - * \ingroup CodeLite - * \version 1.0 - * first version - * - * \date 09-17-2006 - * \author Eran - */ - class SmartPtrRef - { - T* m_data; - int m_refCount; - - public: - /** - * Construct a reference counting class for row pointer data - * \param data pointer - */ - SmartPtrRef(T* data) - : m_data( data ) - , m_refCount( 1 ) - { - } - - /** - * Destructor - */ - virtual ~SmartPtrRef() - { - delete m_data; - } - - /** - * \return Pointer to the row data - */ - T* GetData() { return m_data; } - - const T* GetData() const { return m_data; } - /** - * Increase reference counting by 1 - */ - void IncRef() { m_refCount ++ ; } - - - /** - * Decrease reference counting by 1 - */ - void DecRef() { m_refCount -- ; } - /** - * Return the current reference counting - * \return current reference counting - */ - int GetRefCount() { return m_refCount; } - }; - - SmartPtrRef *m_ref; - -public: - /** - * Construct smart pointer from ptr - * \param ptr pointer - */ - SmartPtr(T* ptr) - { - // create a fresh copy - CreateFresh( ptr ); - } - - /** - * Default constructor - */ - SmartPtr() - : m_ref(NULL) - { - } - - /** - * Copy constructor - * \param rhs right hand side - */ - SmartPtr(const SmartPtr& rhs) - : m_ref(NULL) - { - *this = rhs; - } - - /** - * Assignment operator - * \param rhs right hand side - * \return reference to this - */ - SmartPtr& operator=(const SmartPtr& rhs) - { - // increase the reference count - if( m_ref == rhs.m_ref ) - return *this; - - // Delete previous reference - DeleteRefCount(); - - if( !rhs.m_ref ) - return *this; - - m_ref = rhs.m_ref; - if (m_ref) { - m_ref->IncRef(); - } - return *this; - } - - /** - * Destructor - */ - virtual ~SmartPtr() - { - DeleteRefCount(); - } - - /** - * Replace the current pointer with ptr - * if the current ptr is not NULL, it will be freed (reference counting free) before assingning the new ptr - * \param ptr new pointer - */ - void reset(T* ptr) - { - DeleteRefCount(); - CreateFresh( ptr ); - } - - /** - * Return pointer the row data pointer - * \return pointer to the row data pointer - */ - T* get() - { - return m_ref->GetData(); - } - - const T* get() const - { - return m_ref->GetData(); - } - /** - * Overload the '->' operator - * \return pointer to the row data pointer - */ - T* operator->() const - { - return m_ref->GetData(); - } - - /** - * Dereference operator - * \return dereference the row data - */ - T& operator*() const - { - return *(m_ref->GetData()); - } - - /** - * Test for NULL operator - * \return true if the internal row data or the reference counting class are NULL false otherwise - */ - bool operator!() const - { - if( !m_ref ) - return true; - - return m_ref->GetData() == NULL; - } - - /** - * test for bool operation - * \return true of the internal raw data exist and it is not null - */ - operator bool() const - { - return m_ref && m_ref->GetData(); - } - -private: - void DeleteRefCount() - { - // decrease the ref count (or delete pointer if it is 1) - if( m_ref ) - { - if( m_ref->GetRefCount() == 1 ) - { - delete m_ref; - m_ref = NULL; - } - else - m_ref->DecRef(); - } - }; - - void CreateFresh(T* ptr) - { - m_ref = new SmartPtrRef( ptr ); - } -}; - - -#endif // CODELITE_SMART_PTR_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02ef5d3fa459b96f1abc8c163069b3eebbdce9f.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b0/b02ef5d3fa459b96f1abc8c163069b3eebbdce9f.svn-base differ Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b2/b2cdb130119561a955b8c34230429aff29abb414.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b2/b2cdb130119561a955b8c34230429aff29abb414.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b3/b313cfc078f693a29533448c6ec84b9242890350.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b3/b313cfc078f693a29533448c6ec84b9242890350.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b3/b313cfc078f693a29533448c6ec84b9242890350.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b3/b313cfc078f693a29533448c6ec84b9242890350.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ -#include "wxcrafter.h" - - -// Declare the bitmap loading function -extern void wxC9ED9InitBitmapResources(); - -static bool bBitmapLoaded = false; - - -MainFrameBaseClass::MainFrameBaseClass(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) - : wxFrame(parent, id, title, pos, size, style) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC9ED9InitBitmapResources(); - bBitmapLoaded = true; - } - - wxBoxSizer* boxSizer1 = new wxBoxSizer(wxVERTICAL); - this->SetSizer(boxSizer1); - - m_mainPanel = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxSize(500,300), wxTAB_TRAVERSAL); - - boxSizer1->Add(m_mainPanel, 1, wxEXPAND, 5); - - wxBoxSizer* boxSizer5 = new wxBoxSizer(wxVERTICAL); - m_mainPanel->SetSizer(boxSizer5); - - m_menuBar = new wxMenuBar(0); - this->SetMenuBar(m_menuBar); - - m_name6 = new wxMenu(); - m_menuBar->Append(m_name6, _("File")); - - m_menuItem7 = new wxMenuItem(m_name6, wxID_EXIT, _("Exit Alt-X"), _("Quit"), wxITEM_NORMAL); - m_name6->Append(m_menuItem7); - - m_name8 = new wxMenu(); - m_menuBar->Append(m_name8, _("Help")); - - m_menuItem9 = new wxMenuItem(m_name8, wxID_ABOUT, _("About..."), wxT(""), wxITEM_NORMAL); - m_name8->Append(m_menuItem9); - - m_mainToolbar = this->CreateToolBar(wxTB_FLAT, wxID_ANY); - m_mainToolbar->SetToolBitmapSize(wxSize(16,16)); - - - SetSize(wxSize(500,300)); - Centre(); - // Connect events - this->Connect(m_menuItem7->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrameBaseClass::OnExit), NULL, this); - this->Connect(m_menuItem9->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrameBaseClass::OnAbout), NULL, this); - -} - -MainFrameBaseClass::~MainFrameBaseClass() -{ - this->Disconnect(m_menuItem7->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrameBaseClass::OnExit), NULL, this); - this->Disconnect(m_menuItem9->GetId(), wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MainFrameBaseClass::OnAbout), NULL, this); - -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b4/b4e079e97d6daf061b82d416f1a35ce301dc221c.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b4/b4e079e97d6daf061b82d416f1a35ce301dc221c.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b4/b4e079e97d6daf061b82d416f1a35ce301dc221c.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b4/b4e079e97d6daf061b82d416f1a35ce301dc221c.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -#ifndef NEWWXCRAFTERFILEDLG_H -#define NEWWXCRAFTERFILEDLG_H -#include "UI.h" - -class NewWxCrafterFileDlg : public NewWxCrafterFileDlgBase -{ -public: - NewWxCrafterFileDlg(wxWindow* parent); - virtual ~NewWxCrafterFileDlg(); - - wxString GetPath() const { - return m_filePicker->GetPath(); - } - - wxString GetProjectName() const { - return m_choiceProjects->GetStringSelection(); - } - -protected: - virtual void OnProjectSelected(wxCommandEvent& event); - virtual void OnButtonOKUI(wxUpdateUIEvent& event); -}; -#endif // NEWWXCRAFTERFILEDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b8/b8861af2e9664247e95115a29778315fa8db9041.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b8/b8861af2e9664247e95115a29778315fa8db9041.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/b8/b8861af2e9664247e95115a29778315fa8db9041.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/b8/b8861af2e9664247e95115a29778315fa8db9041.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -#include "wxcReplyEventData.h" - -wxcReplyEventData::wxcReplyEventData() -{ -} - -wxcReplyEventData::~wxcReplyEventData() -{ -} - -void wxcReplyEventData::SetFiles(const std::vector& files) -{ - m_files.clear(); - for(size_t i=0; i& files) -{ - m_files.clear(); - for(size_t i=0; i -#include -#include -#include -#include -#include -#include -#include "cJSON.h" - -static const char *ep; - -const char *cJSON_GetErrorPtr() {return ep;} - -static int cJSON_strcasecmp(const char *s1,const char *s2) -{ - if (!s1) return (s1==s2)?0:1;if (!s2) return 1; - for(; tolower(*s1) == tolower(*s2); ++s1, ++s2) if(*s1 == 0) return 0; - return tolower(*(const unsigned char *)s1) - tolower(*(const unsigned char *)s2); -} - -static void *(*cJSON_malloc)(size_t sz) = malloc; -static void (*cJSON_free)(void *ptr) = free; - -static char* cJSON_strdup(const char* str) -{ - size_t len; - char* copy; - - len = strlen(str) + 1; - if (!(copy = (char*)cJSON_malloc(len))) return 0; - memcpy(copy,str,len); - return copy; -} - -void cJSON_InitHooks(cJSON_Hooks* hooks) -{ - if (!hooks) { /* Reset hooks */ - cJSON_malloc = malloc; - cJSON_free = free; - return; - } - - cJSON_malloc = (hooks->malloc_fn)?hooks->malloc_fn:malloc; - cJSON_free = (hooks->free_fn)?hooks->free_fn:free; -} - -/* Internal constructor. */ -static cJSON *cJSON_New_Item() -{ - cJSON* node = (cJSON*)cJSON_malloc(sizeof(cJSON)); - if (node) memset(node,0,sizeof(cJSON)); - return node; -} - -/* Delete a cJSON structure. */ -void cJSON_Delete(cJSON *c) -{ - cJSON *next; - while (c) - { - next=c->next; - if (!(c->type&cJSON_IsReference) && c->child) cJSON_Delete(c->child); - if (!(c->type&cJSON_IsReference) && c->valuestring) cJSON_free(c->valuestring); - if (c->string) cJSON_free(c->string); - cJSON_free(c); - c=next; - } -} - -/* Parse the input text to generate a number, and populate the result into item. */ -static const char *parse_number(cJSON *item,const char *num) -{ - double n=0,sign=1,scale=0;int subscale=0,signsubscale=1; - - /* Could use sscanf for this? */ - if (*num=='-') sign=-1,num++; /* Has sign? */ - if (*num=='0') num++; /* is zero */ - if (*num>='1' && *num<='9') do n=(n*10.0)+(*num++ -'0'); while (*num>='0' && *num<='9'); /* Number? */ - if (*num=='.' && num[1]>='0' && num[1]<='9') {num++; do n=(n*10.0)+(*num++ -'0'),scale--; while (*num>='0' && *num<='9');} /* Fractional part? */ - if (*num=='e' || *num=='E') /* Exponent? */ - { num++;if (*num=='+') num++; else if (*num=='-') signsubscale=-1,num++; /* With sign? */ - while (*num>='0' && *num<='9') subscale=(subscale*10)+(*num++ - '0'); /* Number? */ - } - - n=sign*n*pow(10.0,(scale+subscale*signsubscale)); /* number = +/- number.fraction * 10^+/- exponent */ - - item->valuedouble=n; - item->valueint=(int)n; - item->type=cJSON_Number; - return num; -} - -/* Render the number nicely from the given item into a string. */ -static char *print_number(cJSON *item) -{ - char *str; - double d=item->valuedouble; - if (fabs(((double)item->valueint)-d)<=DBL_EPSILON && d<=INT_MAX && d>=INT_MIN) - { - str=(char*)cJSON_malloc(21); /* 2^64+1 can be represented in 21 chars. */ - if (str) sprintf(str,"%d",item->valueint); - } - else - { - str=(char*)cJSON_malloc(64); /* This is a nice tradeoff. */ - if (str) - { - if (fabs(floor(d)-d)<=DBL_EPSILON) sprintf(str,"%.0f",d); - else if (fabs(d)<1.0e-6 || fabs(d)>1.0e9) sprintf(str,"%e",d); - else sprintf(str,"%f",d); - } - } - return str; -} - -/* Parse the input text into an unescaped cstring, and populate item. */ -static const unsigned char firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; -static const char *parse_string(cJSON *item,const char *str) -{ - const char *ptr=str+1;char *ptr2;char *out;int len=0;unsigned uc,uc2; - if (*str!='\"') {ep=str;return 0;} /* not a string! */ - - while (*ptr!='\"' && *ptr && ++len) if (*ptr++ == '\\') ptr++; /* Skip escaped quotes. */ - - out=(char*)cJSON_malloc(len+1); /* This is how long we need for the string, roughly. */ - if (!out) return 0; - - ptr=str+1;ptr2=out; - while (*ptr!='\"' && *ptr) - { - if (*ptr!='\\') *ptr2++=*ptr++; - else - { - ptr++; - switch (*ptr) - { - case 'b': *ptr2++='\b'; break; - case 'f': *ptr2++='\f'; break; - case 'n': *ptr2++='\n'; break; - case 'r': *ptr2++='\r'; break; - case 't': *ptr2++='\t'; break; - case 'u': /* transcode utf16 to utf8. */ - sscanf(ptr+1,"%4x",&uc);ptr+=4; /* get the unicode char. */ - - if ((uc>=0xDC00 && uc<=0xDFFF) || uc==0) break; // check for invalid. - - if (uc>=0xD800 && uc<=0xDBFF) // UTF16 surrogate pairs. - { - if (ptr[1]!='\\' || ptr[2]!='u') break; // missing second-half of surrogate. - sscanf(ptr+3,"%4x",&uc2);ptr+=6; - if (uc2<0xDC00 || uc2>0xDFFF) break; // invalid second-half of surrogate. - uc=0x10000 | ((uc&0x3FF)<<10) | (uc2&0x3FF); - } - - len=4;if (uc<0x80) len=1;else if (uc<0x800) len=2;else if (uc<0x10000) len=3; ptr2+=len; - - switch (len) { - case 4: *--ptr2 =((uc | 0x80) & 0xBF); uc >>= 6; - case 3: *--ptr2 =((uc | 0x80) & 0xBF); uc >>= 6; - case 2: *--ptr2 =((uc | 0x80) & 0xBF); uc >>= 6; - case 1: *--ptr2 =(uc | firstByteMark[len]); - } - ptr2+=len; - break; - default: *ptr2++=*ptr; break; - } - ptr++; - } - } - *ptr2=0; - if (*ptr=='\"') ptr++; - item->valuestring=out; - item->type=cJSON_String; - return ptr; -} - -/* Render the cstring provided to an escaped version that can be printed. */ -static char *print_string_ptr(const char *str) -{ - const char *ptr;char *ptr2,*out;int len=0;unsigned char token; - - if (!str) return cJSON_strdup(""); - ptr=str;while ((token=*ptr) && ++len) {if (strchr("\"\\\b\f\n\r\t",token)) len++; else if (token<32) len+=5;ptr++;} - - out=(char*)cJSON_malloc(len+3); - if (!out) return 0; - - ptr2=out;ptr=str; - *ptr2++='\"'; - while (*ptr) - { - if ((unsigned char)*ptr>31 && *ptr!='\"' && *ptr!='\\') *ptr2++=*ptr++; - else - { - *ptr2++='\\'; - switch (token=*ptr++) - { - case '\\': *ptr2++='\\'; break; - case '\"': *ptr2++='\"'; break; - case '\b': *ptr2++='b'; break; - case '\f': *ptr2++='f'; break; - case '\n': *ptr2++='n'; break; - case '\r': *ptr2++='r'; break; - case '\t': *ptr2++='t'; break; - default: sprintf(ptr2,"u%04x",token);ptr2+=5; break; /* escape and print */ - } - } - } - *ptr2++='\"';*ptr2++=0; - return out; -} -/* Invote print_string_ptr (which is useful) on an item. */ -static char *print_string(cJSON *item) {return print_string_ptr(item->valuestring);} - -/* Predeclare these prototypes. */ -static const char *parse_value(cJSON *item,const char *value); -static char *print_value(cJSON *item,int depth,int fmt); -static const char *parse_array(cJSON *item,const char *value); -static char *print_array(cJSON *item,int depth,int fmt); -static const char *parse_object(cJSON *item,const char *value); -static char *print_object(cJSON *item,int depth,int fmt); - -/* Utility to jump whitespace and cr/lf */ -static const char *skip(const char *in) {while (in && *in && (unsigned char)*in<=32) in++; return in;} - -/* Parse an object - create a new root, and populate. */ -cJSON *cJSON_Parse(const char *value) -{ - cJSON *c=cJSON_New_Item(); - ep=0; - if (!c) return 0; /* memory fail */ - - if (!parse_value(c,skip(value))) {cJSON_Delete(c);return 0;} - return c; -} - -/* Render a cJSON item/entity/structure to text. */ -char *cJSON_Print(cJSON *item) {return print_value(item,0,1);} -char *cJSON_PrintUnformatted(cJSON *item) {return print_value(item,0,0);} - -/* Parser core - when encountering text, process appropriately. */ -static const char *parse_value(cJSON *item,const char *value) -{ - if (!value) return 0; /* Fail on null. */ - if (!strncmp(value,"null",4)) { item->type=cJSON_NULL; return value+4; } - if (!strncmp(value,"false",5)) { item->type=cJSON_False; return value+5; } - if (!strncmp(value,"true",4)) { item->type=cJSON_True; item->valueint=1; return value+4; } - if (*value=='\"') { return parse_string(item,value); } - if (*value=='-' || (*value>='0' && *value<='9')) { return parse_number(item,value); } - if (*value=='[') { return parse_array(item,value); } - if (*value=='{') { return parse_object(item,value); } - - ep=value;return 0; /* failure. */ -} - -/* Render a value to text. */ -static char *print_value(cJSON *item,int depth,int fmt) -{ - char *out=0; - if (!item) return 0; - switch ((item->type)&255) - { - case cJSON_NULL: out=cJSON_strdup("null"); break; - case cJSON_False: out=cJSON_strdup("false");break; - case cJSON_True: out=cJSON_strdup("true"); break; - case cJSON_Number: out=print_number(item);break; - case cJSON_String: out=print_string(item);break; - case cJSON_Array: out=print_array(item,depth,fmt);break; - case cJSON_Object: out=print_object(item,depth,fmt);break; - } - return out; -} - -/* Build an array from input text. */ -static const char *parse_array(cJSON *item,const char *value) -{ - cJSON *child; - if (*value!='[') {ep=value;return 0;} /* not an array! */ - - item->type=cJSON_Array; - value=skip(value+1); - if (*value==']') return value+1; /* empty array. */ - - item->child=child=cJSON_New_Item(); - if (!item->child) return 0; /* memory fail */ - value=skip(parse_value(child,skip(value))); /* skip any spacing, get the value. */ - if (!value) return 0; - - while (*value==',') - { - cJSON *new_item; - if (!(new_item=cJSON_New_Item())) return 0; /* memory fail */ - child->next=new_item;new_item->prev=child;child=new_item; - value=skip(parse_value(child,skip(value+1))); - if (!value) return 0; /* memory fail */ - } - - if (*value==']') return value+1; /* end of array */ - ep=value;return 0; /* malformed. */ -} - -/* Render an array to text */ -static char *print_array(cJSON *item,int depth,int fmt) -{ - char **entries; - char *out=0,*ptr,*ret;int len=5; - cJSON *child=item->child; - int numentries=0,i=0,fail=0; - - /* How many entries in the array? */ - while (child) numentries++,child=child->next; - /* Allocate an array to hold the values for each */ - entries=(char**)cJSON_malloc(numentries*sizeof(char*)); - if (!entries) return 0; - memset(entries,0,numentries*sizeof(char*)); - /* Retrieve all the results: */ - child=item->child; - while (child && !fail) - { - ret=print_value(child,depth+1,fmt); - entries[i++]=ret; - if (ret) len+=strlen(ret)+2+(fmt?1:0); else fail=1; - child=child->next; - } - - /* If we didn't fail, try to malloc the output string */ - if (!fail) out=(char*)cJSON_malloc(len); - /* If that fails, we fail. */ - if (!out) fail=1; - - /* Handle failure. */ - if (fail) - { - for (i=0;itype=cJSON_Object; - value=skip(value+1); - if (*value=='}') return value+1; /* empty array. */ - - item->child=child=cJSON_New_Item(); - if (!item->child) return 0; - value=skip(parse_string(child,skip(value))); - if (!value) return 0; - child->string=child->valuestring;child->valuestring=0; - if (*value!=':') {ep=value;return 0;} /* fail! */ - value=skip(parse_value(child,skip(value+1))); /* skip any spacing, get the value. */ - if (!value) return 0; - - while (*value==',') - { - cJSON *new_item; - if (!(new_item=cJSON_New_Item())) return 0; /* memory fail */ - child->next=new_item;new_item->prev=child;child=new_item; - value=skip(parse_string(child,skip(value+1))); - if (!value) return 0; - child->string=child->valuestring;child->valuestring=0; - if (*value!=':') {ep=value;return 0;} /* fail! */ - value=skip(parse_value(child,skip(value+1))); /* skip any spacing, get the value. */ - if (!value) return 0; - } - - if (*value=='}') return value+1; /* end of array */ - ep=value;return 0; /* malformed. */ -} - -/* Render an object to text. */ -static char *print_object(cJSON *item,int depth,int fmt) -{ - char **entries=0,**names=0; - char *out=0,*ptr,*ret,*str;int len=7,i=0,j; - cJSON *child=item->child; - int numentries=0,fail=0; - /* Count the number of entries. */ - while (child) numentries++,child=child->next; - /* Allocate space for the names and the objects */ - entries=(char**)cJSON_malloc(numentries*sizeof(char*)); - if (!entries) return 0; - names=(char**)cJSON_malloc(numentries*sizeof(char*)); - if (!names) {cJSON_free(entries);return 0;} - memset(entries,0,sizeof(char*)*numentries); - memset(names,0,sizeof(char*)*numentries); - - /* Collect all the results into our arrays: */ - child=item->child;depth++;if (fmt) len+=depth; - while (child) - { - names[i]=str=print_string_ptr(child->string); - entries[i++]=ret=print_value(child,depth,fmt); - if (str && ret) len+=strlen(ret)+strlen(str)+2+(fmt?2+depth:0); else fail=1; - child=child->next; - } - - /* Try to allocate the output string */ - if (!fail) out=(char*)cJSON_malloc(len); - if (!out) fail=1; - - /* Handle failure */ - if (fail) - { - for (i=0;ichild;int i=0;while(c)i++,c=c->next;return i;} -cJSON *cJSON_GetArrayItem(cJSON *array,int item) {cJSON *c=array->child; while (c && item>0) item--,c=c->next; return c;} -cJSON *cJSON_GetObjectItem(cJSON *object,const char *string) {cJSON *c=object->child; while (c && cJSON_strcasecmp(c->string,string)) c=c->next; return c;} - -/* Utility for array list handling. */ -static void suffix_object(cJSON *prev,cJSON *item) {prev->next=item;item->prev=prev;} -/* Utility for handling references. */ -static cJSON *create_reference(cJSON *item) {cJSON *ref=cJSON_New_Item();if (!ref) return 0;memcpy(ref,item,sizeof(cJSON));ref->string=0;ref->type|=cJSON_IsReference;ref->next=ref->prev=0;return ref;} - -/* Add item to array/object. */ -void cJSON_AddItemToArray(cJSON *array, cJSON *item) {cJSON *c=array->child;if (!item) return; if (!c) {array->child=item;} else {while (c && c->next) c=c->next; suffix_object(c,item);}} -void cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item) {if (!item) return; if (item->string) cJSON_free(item->string);item->string=cJSON_strdup(string);cJSON_AddItemToArray(object,item);} -void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) {cJSON_AddItemToArray(array,create_reference(item));} -void cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item) {cJSON_AddItemToObject(object,string,create_reference(item));} - -cJSON *cJSON_DetachItemFromArray(cJSON *array,int which) {cJSON *c=array->child;while (c && which>0) c=c->next,which--;if (!c) return 0; - if (c->prev) c->prev->next=c->next;if (c->next) c->next->prev=c->prev;if (c==array->child) array->child=c->next;c->prev=c->next=0;return c;} -void cJSON_DeleteItemFromArray(cJSON *array,int which) {cJSON_Delete(cJSON_DetachItemFromArray(array,which));} -cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string) {int i=0;cJSON *c=object->child;while (c && cJSON_strcasecmp(c->string,string)) i++,c=c->next;if (c) return cJSON_DetachItemFromArray(object,i);return 0;} -void cJSON_DeleteItemFromObject(cJSON *object,const char *string) {cJSON_Delete(cJSON_DetachItemFromObject(object,string));} - -/* Replace array/object items with new ones. */ -void cJSON_ReplaceItemInArray(cJSON *array,int which,cJSON *newitem) {cJSON *c=array->child;while (c && which>0) c=c->next,which--;if (!c) return; - newitem->next=c->next;newitem->prev=c->prev;if (newitem->next) newitem->next->prev=newitem; - if (c==array->child) array->child=newitem; else newitem->prev->next=newitem;c->next=c->prev=0;cJSON_Delete(c);} -void cJSON_ReplaceItemInObject(cJSON *object,const char *string,cJSON *newitem){int i=0;cJSON *c=object->child;while(c && cJSON_strcasecmp(c->string,string))i++,c=c->next;if(c){newitem->string=cJSON_strdup(string);cJSON_ReplaceItemInArray(object,i,newitem);}} - -/* Create basic types: */ -cJSON *cJSON_CreateNull() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;return item;} -cJSON *cJSON_CreateTrue() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_True;return item;} -cJSON *cJSON_CreateFalse() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_False;return item;} -cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJSON_False;return item;} -cJSON *cJSON_CreateNumber(double num) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_Number;item->valuedouble=num;item->valueint=(int)num;}return item;} -cJSON *cJSON_CreateString(const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestring=cJSON_strdup(string);}return item;} -cJSON *cJSON_CreateArray() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Array;return item;} -cJSON *cJSON_CreateObject() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;return item;} - -/* Create Arrays: */ -cJSON *cJSON_CreateIntArray(int *numbers,int count) {int i;cJSON *n=0,*p=0,*a=cJSON_CreateArray();for(i=0;a && ichild=n;else suffix_object(p,n);p=n;}return a;} -cJSON *cJSON_CreateFloatArray(float *numbers,int count) {int i;cJSON *n=0,*p=0,*a=cJSON_CreateArray();for(i=0;a && ichild=n;else suffix_object(p,n);p=n;}return a;} -cJSON *cJSON_CreateDoubleArray(double *numbers,int count) {int i;cJSON *n=0,*p=0,*a=cJSON_CreateArray();for(i=0;a && ichild=n;else suffix_object(p,n);p=n;}return a;} -cJSON *cJSON_CreateStringArray(const char **strings,int count) {int i;cJSON *n=0,*p=0,*a=cJSON_CreateArray();for(i=0;a && ichild=n;else suffix_object(p,n);p=n;}return a;} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/be/bea26392ef14b277e33f2c93dda946f947ef3149.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/be/bea26392ef14b277e33f2c93dda946f947ef3149.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/be/bea26392ef14b277e33f2c93dda946f947ef3149.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/be/bea26392ef14b277e33f2c93dda946f947ef3149.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -#include "MainFrame.h" -#include - -MainFrame::MainFrame(wxWindow* parent) - : MainFrameBaseClass(parent) -{ -} - -MainFrame::~MainFrame() -{ -} - -void MainFrame::OnExit(wxCommandEvent& event) -{ - wxUnusedVar(event); - Close(); -} - -void MainFrame::OnAbout(wxCommandEvent& event) -{ - wxUnusedVar(event); - wxAboutDialogInfo info; - info.SetCopyright(_("My MainFrame")); - info.SetLicence(_("GPL v2 or later")); - info.SetDescription(_("Short description goes here")); - ::wxAboutBox(info); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/c1/c18cbb7eccc9b7c8fd4def3f8c9d5651b2171a1a.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/c1/c18cbb7eccc9b7c8fd4def3f8c9d5651b2171a1a.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/c1/c18cbb7eccc9b7c8fd4def3f8c9d5651b2171a1a.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/c1/c18cbb7eccc9b7c8fd4def3f8c9d5651b2171a1a.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -#ifndef CLSOCKETSERVER_H -#define CLSOCKETSERVER_H - -#include "wxcLib/clSocketBase.h" - -class clSocketServer : public clSocketBase -{ -public: - clSocketServer(); - virtual ~clSocketServer(); - - /** - * @brief On Windows, the 'pipePath' is a string containing the port number. - * LocalSocket is implemented under Windows with TCP/IP with IP always set to 127.0.0.1 - * @param pipePath - */ - void CreateServer(const std::string &pipePath) throw (clSocketException); - void CreateServer(const std::string &address, int port) throw (clSocketException); - clSocketBase::Ptr_t WaitForNewConnection( long timeout = -1 ) throw (clSocketException); -}; - -#endif // CLSOCKETSERVER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/d1/d17cb2fa979d716fd439f5ad8016f78923c46a79.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/d1/d17cb2fa979d716fd439f5ad8016f78923c46a79.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/d1/d17cb2fa979d716fd439f5ad8016f78923c46a79.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/d1/d17cb2fa979d716fd439f5ad8016f78923c46a79.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -#ifndef WXCNETWORKREPLYTHREAD_H -#define WXCNETWORKREPLYTHREAD_H - -#include -#include "wxcLib/clSocketBase.h" -#include - -class wxcNetworkReplyThread : public wxThread -{ - clSocketBase::Ptr_t m_socket; - wxEvtHandler * m_parent; -public: - wxcNetworkReplyThread(wxEvtHandler *parent, socket_t sock); - virtual ~wxcNetworkReplyThread(); - -public: - virtual void* Entry(); - - void Stop() { -#if wxCHECK_VERSION(3, 0, 0) - if ( IsAlive() ) { - Delete(NULL, wxTHREAD_WAIT_BLOCK); - } else { - Wait( wxTHREAD_WAIT_BLOCK ); - } -#else - Delete(); -#endif - } - - void Start() { - Create(); - Run(); - } -}; - -#endif // WXCNETWORKREPLYTHREAD_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/d7/d7e90e5f1de6eaeb1e47824d5254f67eeb9135ec.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/d7/d7e90e5f1de6eaeb1e47824d5254f67eeb9135ec.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/d7/d7e90e5f1de6eaeb1e47824d5254f67eeb9135ec.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/d7/d7e90e5f1de6eaeb1e47824d5254f67eeb9135ec.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -#ifndef CLSOCKETCLIENT_H -#define CLSOCKETCLIENT_H - -#include "wxcLib/clSocketBase.h" -#include - -class clSocketClient : public clSocketBase -{ - wxString m_path; - -public: - clSocketClient(); - virtual ~clSocketClient(); - - /** - * @brief connect to a remote socket, using unix-domain socket - */ - bool ConnectLocal(const wxString &socketPath); - /** - * @brief connect to a remote server using ip/port - */ - bool ConnectRemote(const wxString &address, int port); - /** - * @brief for wx2.8 ... - */ - bool ConnectRemote(const std::string &address, int port); -}; - -#endif // CLSOCKETCLIENT_H Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/db/dbbc35893adc1e0767fc9e9cf127ef8125f701d7.svn-base and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/db/dbbc35893adc1e0767fc9e9cf127ef8125f701d7.svn-base differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/e2/e2361712ca9fd43d7d26f620100aee3f2ba4b8cf.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/e2/e2361712ca9fd43d7d26f620100aee3f2ba4b8cf.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/e2/e2361712ca9fd43d7d26f620100aee3f2ba4b8cf.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/e2/e2361712ca9fd43d7d26f620100aee3f2ba4b8cf.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ - - - - - - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/eb/eb949a9c1baf2de16c0fdfb2d41a97b142e7acb1.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/eb/eb949a9c1baf2de16c0fdfb2d41a97b142e7acb1.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/eb/eb949a9c1baf2de16c0fdfb2d41a97b142e7acb1.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/eb/eb949a9c1baf2de16c0fdfb2d41a97b142e7acb1.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -#ifndef MAINFRAME_H -#define MAINFRAME_H -#include "wxcrafter.h" - -class MainFrame : public MainFrameBaseClass -{ -public: - MainFrame(wxWindow* parent); - virtual ~MainFrame(); - - void OnExit(wxCommandEvent& event); - void OnAbout(wxCommandEvent& event); -}; -#endif // MAINFRAME_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f3/f3c9463aa34a431ff3503ec929ebbc428d29ff58.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f3/f3c9463aa34a431ff3503ec929ebbc428d29ff58.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f3/f3c9463aa34a431ff3503ec929ebbc428d29ff58.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f3/f3c9463aa34a431ff3503ec929ebbc428d29ff58.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -#ifndef __WXC_ENUMS_H__ -#define __WXC_ENUMS_H__ - -namespace wxCrafter -{ - /// Commands supported by wxCrafter -enum eCommandType { - kCommandTypeInvalid = -1, - kCommandTypeLoadFile, - kCommandTypeGenerateCode, - kCommandTypeShowDesigner, - kCommandTypeExit, - kCommandTypeNewWizard, - kCommandTypeNewDialog, - kCommandTypeNewFrame, - kCommandTypeNewPanel, - kCommandTypeNewPopupWindow, - kCommandTypeNewImageList, -}; - -enum eReplyType { - kReplyTypeInvalid = -1, - kReplyTypeFilesGenerated, -}; -} -#endif // __WXC_ENUMS_H__ - diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f537133fa26e4e5df4a52fdf00afedb2c89c4385.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f537133fa26e4e5df4a52fdf00afedb2c89c4385.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f537133fa26e4e5df4a52fdf00afedb2c89c4385.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f537133fa26e4e5df4a52fdf00afedb2c89c4385.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -#ifndef WXCNETWORKCOMMAND_H -#define WXCNETWORKCOMMAND_H - -#include "wxcLib/wxcEnums.h" -#include "wxcLib/json_node.h" - -class wxcNetworkCommand -{ - wxCrafter::eCommandType m_commandType; - wxString m_filename; - -public: - wxcNetworkCommand(); - wxcNetworkCommand(const wxString& json); - virtual ~wxcNetworkCommand(); - - void SetCommandType(const wxCrafter::eCommandType& commandType) { - this->m_commandType = commandType; - } - void SetFilename(const wxString& filename) { - this->m_filename = filename; - } - const wxCrafter::eCommandType& GetCommandType() const { - return m_commandType; - } - const wxString& GetFilename() const { - return m_filename; - } - - // Serialization API - void FromJSON(const JSONElement& json); - JSONElement ToJSON() const; -}; - -#endif // WXCNETWORKCOMMAND_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f5670535a58bc243e3a97e0c7871a1c75531acfe.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f5670535a58bc243e3a97e0c7871a1c75531acfe.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f5670535a58bc243e3a97e0c7871a1c75531acfe.svn-base 2017-11-26 01:49:02.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f5/f5670535a58bc243e3a97e0c7871a1c75531acfe.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#ifndef WXCRAFTERSETTINGSDLG_H -#define WXCRAFTERSETTINGSDLG_H - -#include "UI.h" -#include "wxCrafterCBSettings.h" - -class wxCrafterSettingsDlg : public wxCrafterSettingsDlgBase -{ - wxCrafterCBSettings m_settings; -public: - wxCrafterSettingsDlg(wxWindow* parent); - virtual ~wxCrafterSettingsDlg(); - -protected: - virtual void OnBrowse(wxCommandEvent& event); - virtual void OnOK(wxCommandEvent& event); - virtual void OnOKUI(wxUpdateUIEvent& event); -}; -#endif // WXCRAFTERSETTINGSDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f6/f66574af1aadbaa2a3abc464b851720f8c7ac2c2.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f6/f66574af1aadbaa2a3abc464b851720f8c7ac2c2.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/f6/f66574af1aadbaa2a3abc464b851720f8c7ac2c2.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/f6/f66574af1aadbaa2a3abc464b851720f8c7ac2c2.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -#include -#include -#include "MainFrame.h" -#include - -// Define the MainApp -class MainApp : public wxApp -{ -public: - MainApp() {} - virtual ~MainApp() {} - - virtual bool OnInit() { - // Add the common image handlers - wxImage::AddHandler( new wxPNGHandler ); - wxImage::AddHandler( new wxJPEGHandler ); - - MainFrame *mainFrame = new MainFrame(NULL); - SetTopWindow(mainFrame); - return GetTopWindow()->Show(); - } -}; - -DECLARE_APP(MainApp) -IMPLEMENT_APP(MainApp) diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb1d4a24152edca4541cfe4fd4e98652a5b598ab.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb1d4a24152edca4541cfe4fd4e98652a5b598ab.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb1d4a24152edca4541cfe4fd4e98652a5b598ab.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb1d4a24152edca4541cfe4fd4e98652a5b598ab.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -// -// This file was automatically generated by wxrc, do not edit by hand. -// - -#include - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#include -#include -#include -#include - -#if wxCHECK_VERSION(2,8,5) && wxABI_VERSION >= 20805 - #define XRC_ADD_FILE(name, data, size, mime) \ - wxMemoryFSHandler::AddFileWithMimeType(name, data, size, mime) -#else - #define XRC_ADD_FILE(name, data, size, mime) \ - wxMemoryFSHandler::AddFile(name, data, size) -#endif - -static size_t xml_res_size_0 = 51; -static unsigned char xml_res_file_0[] = { -60,63,120,109,108,32,118,101,114,115,105,111,110,61,34,49,46,48,34,32,101, -110,99,111,100,105,110,103,61,34,85,84,70,45,56,34,63,62,10,60,114,101, -115,111,117,114,99,101,47,62,10}; - -void wxC9ED9InitBitmapResources() -{ - - // Check for memory FS. If not present, load the handler: - { - wxMemoryFSHandler::AddFile(wxT("XRC_resource/dummy_file"), wxT("dummy one")); - wxFileSystem fsys; - wxFSFile *f = fsys.OpenFile(wxT("memory:XRC_resource/dummy_file")); - wxMemoryFSHandler::RemoveFile(wxT("XRC_resource/dummy_file")); - if (f) delete f; - else wxFileSystem::AddHandler(new wxMemoryFSHandler); - } - - XRC_ADD_FILE(wxT("XRC_resource/wxcrafter_bitmaps.cpp$._wxcrafter_bitmaps.xrc"), xml_res_file_0, xml_res_size_0, wxT("text/xml")); - wxXmlResource::Get()->Load(wxT("memory:XRC_resource/wxcrafter_bitmaps.cpp$._wxcrafter_bitmaps.xrc")); -} diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb7a904ef8d6b5cffb670aed7928e26485665677.svn-base codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb7a904ef8d6b5cffb670aed7928e26485665677.svn-base --- codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb7a904ef8d6b5cffb670aed7928e26485665677.svn-base 2017-11-26 01:49:01.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/pristine/fb/fb7a904ef8d6b5cffb670aed7928e26485665677.svn-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,451 +0,0 @@ -////////////////////////////////////////////////////////////////////// -// This file was auto-generated by codelite's wxCrafter Plugin -// wxCrafter project file: UI.wxcp -// Do not modify this file by hand! -////////////////////////////////////////////////////////////////////// - -#include "UI.h" - - -// Declare the bitmap loading function -extern void wxC8968InitBitmapResources(); - -static bool bBitmapLoaded = false; - - -wxCrafterTabBase::wxCrafterTabBase(wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style) - : wxPanel(parent, id, pos, size, style) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC8968InitBitmapResources(); - bBitmapLoaded = true; - } - - wxBoxSizer* boxSizer2 = new wxBoxSizer(wxVERTICAL); - this->SetSizer(boxSizer2); - - m_auibar = new wxAuiToolBar(this, wxID_ANY, wxDefaultPosition, wxSize(-1,-1), wxAUI_TB_DEFAULT_STYLE); - m_auibar->SetToolBitmapSize(wxSize(16,16)); - - boxSizer2->Add(m_auibar, 0, wxEXPAND, 5); - - m_auibar->AddTool(ID_TOOL_NEW_PROJECT, _("Create new Code::Blocks Project"), wxXmlResource::Get()->LoadBitmap(wxT("project")), wxNullBitmap, wxITEM_NORMAL, _("Create new Code::Blocks Project with wxCrafter"), _("Create new Code::Blocks Project with wxCrafter"), NULL); - - m_auibar->AddTool(ID_TOOL_NEW_RESOURCE, _("Add wxCrafter file to a project"), wxXmlResource::Get()->LoadBitmap(wxT("new-resource")), wxNullBitmap, wxITEM_NORMAL, _("Add wxCrafter file to a project"), _("Add wxCrafter file to a project"), NULL); - - m_auibar->AddTool(ID_TOOL_SETTINGS, _("Tool Label"), wxXmlResource::Get()->LoadBitmap(wxT("settings")), wxNullBitmap, wxITEM_NORMAL, wxT(""), wxT(""), NULL); - m_auibar->Realize(); - - m_treeCtrl = new wxTreeCtrl(this, wxID_ANY, wxDefaultPosition, wxSize(-1,-1), wxTR_DEFAULT_STYLE|wxTR_HIDE_ROOT); - - boxSizer2->Add(m_treeCtrl, 1, wxALL|wxEXPAND, 0); - - SetSizeHints(500,300); - if ( GetSizer() ) { - GetSizer()->Fit(this); - } - Centre(wxBOTH); - // Connect events - this->Connect(ID_TOOL_NEW_PROJECT, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnNewCBProject), NULL, this); - this->Connect(ID_TOOL_NEW_RESOURCE, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnNewWxCrafterFile), NULL, this); - this->Connect(ID_TOOL_NEW_RESOURCE, wxEVT_UPDATE_UI, wxUpdateUIEventHandler(wxCrafterTabBase::OnNewWxCrafterFileUI), NULL, this); - this->Connect(ID_TOOL_SETTINGS, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnSettings), NULL, this); - m_treeCtrl->Connect(wxEVT_COMMAND_TREE_ITEM_ACTIVATED, wxTreeEventHandler(wxCrafterTabBase::OnItemActivated), NULL, this); - m_treeCtrl->Connect(wxEVT_COMMAND_TREE_ITEM_MENU, wxTreeEventHandler(wxCrafterTabBase::OnItemMenu), NULL, this); - -} - -wxCrafterTabBase::~wxCrafterTabBase() -{ - this->Disconnect(ID_TOOL_NEW_PROJECT, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnNewCBProject), NULL, this); - this->Disconnect(ID_TOOL_NEW_RESOURCE, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnNewWxCrafterFile), NULL, this); - this->Disconnect(ID_TOOL_NEW_RESOURCE, wxEVT_UPDATE_UI, wxUpdateUIEventHandler(wxCrafterTabBase::OnNewWxCrafterFileUI), NULL, this); - this->Disconnect(ID_TOOL_SETTINGS, wxEVT_COMMAND_TOOL_CLICKED, wxCommandEventHandler(wxCrafterTabBase::OnSettings), NULL, this); - m_treeCtrl->Disconnect(wxEVT_COMMAND_TREE_ITEM_ACTIVATED, wxTreeEventHandler(wxCrafterTabBase::OnItemActivated), NULL, this); - m_treeCtrl->Disconnect(wxEVT_COMMAND_TREE_ITEM_MENU, wxTreeEventHandler(wxCrafterTabBase::OnItemMenu), NULL, this); - -} - -wxcImages::wxcImages() - : wxImageList(16, 16, true) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC8968InitBitmapResources(); - bBitmapLoaded = true; - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("m_bmpWxCrafterLogo")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("m_bmpWxCrafterLogo"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("m_bmpFolder")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("m_bmpFolder"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wxframe")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wxframe"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wxdialog")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wxdialog"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wxpanel")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wxpanel"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wxwizard")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wxwizard"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wxpopupwindow")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wxpopupwindow"), bmp ) ); - } - - { - wxBitmap bmp; - wxIcon icn; - bmp = wxXmlResource::Get()->LoadBitmap(wxT("wximglist")); - icn.CopyFromBitmap( bmp ); - this->Add( icn ); - m_bitmaps.insert( std::make_pair(wxT("wximglist"), bmp ) ); - } - -} - -wxcImages::~wxcImages() -{ -} - -NewWxCrafterFileDlgBase::NewWxCrafterFileDlgBase(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) - : wxDialog(parent, id, title, pos, size, style) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC8968InitBitmapResources(); - bBitmapLoaded = true; - } - - wxBoxSizer* boxSizer36 = new wxBoxSizer(wxVERTICAL); - this->SetSizer(boxSizer36); - - wxFlexGridSizer* flexGridSizer44 = new wxFlexGridSizer(0, 2, 0, 0); - flexGridSizer44->SetFlexibleDirection( wxBOTH ); - flexGridSizer44->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); - flexGridSizer44->AddGrowableCol(1); - - boxSizer36->Add(flexGridSizer44, 1, wxALL|wxEXPAND, 5); - - m_staticText48 = new wxStaticText(this, wxID_ANY, _("Select Project:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer44->Add(m_staticText48, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - wxArrayString m_choiceProjectsArr; - m_choiceProjects = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxSize(-1,-1), m_choiceProjectsArr, 0); - m_choiceProjects->SetToolTip(_("Associate the wxCrafter project file to a project")); - - flexGridSizer44->Add(m_choiceProjects, 0, wxALL|wxEXPAND, 5); - - m_staticText52 = new wxStaticText(this, wxID_ANY, _("File name:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer44->Add(m_staticText52, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - m_filePicker = new wxFilePickerCtrl(this, wxID_ANY, wxEmptyString, wxT("Select a file"), wxT("*"), wxDefaultPosition, wxSize(-1,-1), wxFLP_USE_TEXTCTRL|wxFLP_OVERWRITE_PROMPT|wxFLP_SAVE); - - flexGridSizer44->Add(m_filePicker, 0, wxALL|wxEXPAND, 5); - - m_stdBtnSizer38 = new wxStdDialogButtonSizer(); - - boxSizer36->Add(m_stdBtnSizer38, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5); - - m_buttonOK = new wxButton(this, wxID_OK, wxT(""), wxDefaultPosition, wxSize(-1, -1), 0); - m_buttonOK->SetDefault(); - m_stdBtnSizer38->AddButton(m_buttonOK); - - m_button42 = new wxButton(this, wxID_CANCEL, wxT(""), wxDefaultPosition, wxSize(-1, -1), 0); - m_stdBtnSizer38->AddButton(m_button42); - m_stdBtnSizer38->Realize(); - - SetSizeHints(-1,-1); - if ( GetSizer() ) { - GetSizer()->Fit(this); - } - Centre(wxBOTH); - // Connect events - m_choiceProjects->Connect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(NewWxCrafterFileDlgBase::OnProjectSelected), NULL, this); - m_buttonOK->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewWxCrafterFileDlgBase::OnButtonOKUI), NULL, this); - -} - -NewWxCrafterFileDlgBase::~NewWxCrafterFileDlgBase() -{ - m_choiceProjects->Disconnect(wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler(NewWxCrafterFileDlgBase::OnProjectSelected), NULL, this); - m_buttonOK->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewWxCrafterFileDlgBase::OnButtonOKUI), NULL, this); - -} - -NewCodeBlocksProjectWizardBase::NewCodeBlocksProjectWizardBase(wxWindow* parent, wxWindowID id, const wxString& title, const wxBitmap& bmp, const wxPoint& pos, long style) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC8968InitBitmapResources(); - bBitmapLoaded = true; - } - Create(parent, id, title, wxXmlResource::Get()->LoadBitmap(wxT("wizard")), pos, style); - - m_wizardPage82 = new wxWizardPageSimple(this, NULL, NULL, wxNullBitmap); - m_pages.push_back(m_wizardPage82); - - wxBoxSizer* boxSizer86 = new wxBoxSizer(wxVERTICAL); - m_wizardPage82->SetSizer(boxSizer86); - - wxStaticBoxSizer* staticBoxSizer96 = new wxStaticBoxSizer( new wxStaticBox(m_wizardPage82, wxID_ANY, wxT("")), wxVERTICAL); - - boxSizer86->Add(staticBoxSizer96, 0, wxALL|wxEXPAND, 5); - - m_staticText98 = new wxStaticText(m_wizardPage82, wxID_ANY, _("Project Details"), wxDefaultPosition, wxSize(-1,-1), 0); - wxFont m_staticText98Font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); - m_staticText98Font.SetWeight(wxFONTWEIGHT_BOLD); - m_staticText98->SetFont(m_staticText98Font); - - staticBoxSizer96->Add(m_staticText98, 0, wxALL|wxALIGN_LEFT, 5); - - m_staticText112 = new wxStaticText(m_wizardPage82, wxID_ANY, _("Set the project name and location"), wxDefaultPosition, wxSize(-1,-1), 0); - - staticBoxSizer96->Add(m_staticText112, 0, wxLEFT|wxRIGHT|wxBOTTOM, 5); - - wxFlexGridSizer* flexGridSizer100 = new wxFlexGridSizer(0, 2, 0, 0); - flexGridSizer100->SetFlexibleDirection( wxBOTH ); - flexGridSizer100->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); - flexGridSizer100->AddGrowableCol(1); - - boxSizer86->Add(flexGridSizer100, 1, wxALL|wxEXPAND, 5); - - m_staticText106 = new wxStaticText(m_wizardPage82, wxID_ANY, _("Name:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer100->Add(m_staticText106, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - m_textCtrlProjectName = new wxTextCtrl(m_wizardPage82, wxID_ANY, wxT(""), wxDefaultPosition, wxSize(-1,-1), 0); - m_textCtrlProjectName->SetToolTip(_("Set the project name")); - m_textCtrlProjectName->SetFocus(); - #if wxVERSION_NUMBER >= 3000 - m_textCtrlProjectName->SetHint(wxT("")); - #endif - - flexGridSizer100->Add(m_textCtrlProjectName, 0, wxALL|wxEXPAND, 5); - - m_staticText102 = new wxStaticText(m_wizardPage82, wxID_ANY, _("Project Folder:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer100->Add(m_staticText102, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - m_dirPickerProjectFolder = new wxDirPickerCtrl(m_wizardPage82, wxID_ANY, wxEmptyString, wxT("Select a folder"), wxDefaultPosition, wxSize(-1,-1), wxDIRP_USE_TEXTCTRL); - m_dirPickerProjectFolder->SetToolTip(_("Select the project folder")); - - flexGridSizer100->Add(m_dirPickerProjectFolder, 0, wxALL|wxEXPAND, 5); - - m_staticTextProjectPathPreview = new wxStaticText(m_wizardPage82, wxID_ANY, wxT(""), wxDefaultPosition, wxSize(-1,-1), 0); - - boxSizer86->Add(m_staticTextProjectPathPreview, 0, wxALL|wxEXPAND, 5); - - m_wizardPage78 = new wxWizardPageSimple(this, NULL, NULL, wxNullBitmap); - m_pages.push_back(m_wizardPage78); - if (m_pages.size() > 1) { - for(size_t i=1; iAdd(m_pages.at(0)); - - wxBoxSizer* boxSizer84 = new wxBoxSizer(wxVERTICAL); - m_wizardPage78->SetSizer(boxSizer84); - - wxStaticBoxSizer* staticBoxSizer90 = new wxStaticBoxSizer( new wxStaticBox(m_wizardPage78, wxID_ANY, wxT("")), wxVERTICAL); - - boxSizer84->Add(staticBoxSizer90, 0, wxALL|wxEXPAND, 5); - - m_staticText92 = new wxStaticText(m_wizardPage78, wxID_ANY, _("Configure wxWidgets"), wxDefaultPosition, wxSize(-1,-1), 0); - wxFont m_staticText92Font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); - m_staticText92Font.SetWeight(wxFONTWEIGHT_BOLD); - m_staticText92->SetFont(m_staticText92Font); - - staticBoxSizer90->Add(m_staticText92, 0, wxALL|wxALIGN_LEFT, 5); - - m_staticText114 = new wxStaticText(m_wizardPage78, wxID_ANY, wxT(""), wxDefaultPosition, wxSize(-1,-1), 0); - - staticBoxSizer90->Add(m_staticText114, 0, wxLEFT|wxRIGHT|wxBOTTOM, 5); - - wxFlexGridSizer* flexGridSizer94 = new wxFlexGridSizer(0, 2, 0, 0); - flexGridSizer94->SetFlexibleDirection( wxBOTH ); - flexGridSizer94->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); - flexGridSizer94->AddGrowableCol(1); - flexGridSizer94->AddGrowableRow(2); - - boxSizer84->Add(flexGridSizer94, 1, wxALL|wxEXPAND, 5); - - m_staticText116 = new wxStaticText(m_wizardPage78, wxID_ANY, _("wxWidgets installation folder:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer94->Add(m_staticText116, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - m_dirPickerWxPath = new wxDirPickerCtrl(m_wizardPage78, wxID_ANY, wxEmptyString, wxT("Select a folder"), wxDefaultPosition, wxSize(-1,-1), wxDIRP_USE_TEXTCTRL); - m_dirPickerWxPath->SetToolTip(_("Select wxWidgets base installation folder\ne.g. C:\\wxWidgets-3.0.0")); - - flexGridSizer94->Add(m_dirPickerWxPath, 0, wxALL|wxEXPAND, 5); - - m_staticText120 = new wxStaticText(m_wizardPage78, wxID_ANY, _("wxWidgets Build Type:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer94->Add(m_staticText120, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - wxArrayString m_choiceBuildTypeArr; - m_choiceBuildTypeArr.Add(wxT("Dynamic Library")); - m_choiceBuildTypeArr.Add(wxT("Static")); - m_choiceBuildType = new wxChoice(m_wizardPage78, wxID_ANY, wxDefaultPosition, wxSize(-1,-1), m_choiceBuildTypeArr, 0); - m_choiceBuildType->SetToolTip(_("Select the wxWidgets build type.\nThis can be either static library or dynamic library (dll)")); - m_choiceBuildType->SetSelection(0); - - flexGridSizer94->Add(m_choiceBuildType, 0, wxALL|wxEXPAND, 5); - - m_staticText124 = new wxStaticText(m_wizardPage78, wxID_ANY, _("wxWidgets Components:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer94->Add(m_staticText124, 0, wxALL|wxALIGN_RIGHT, 5); - - m_textCtrlComponents = new wxTextCtrl(m_wizardPage78, wxID_ANY, wxT("std\naui"), wxDefaultPosition, wxSize(-1,-1), wxTE_PROCESS_ENTER|wxTE_MULTILINE); - m_textCtrlComponents->SetToolTip(_("Select the wxWidgets components to include\nUsually, you don't need more than 'std' and 'aui'\nIf your wxWidgets is a single DLL or library, leave this field\nempty")); - - flexGridSizer94->Add(m_textCtrlComponents, 1, wxALL|wxEXPAND, 5); - - SetSizeHints(500,300); - if ( GetSizer() ) { - GetSizer()->Fit(this); - } - Centre(wxBOTH); - // Connect events - this->Connect(wxEVT_WIZARD_PAGE_CHANGING, wxWizardEventHandler(NewCodeBlocksProjectWizardBase::OnPageChanging), NULL, this); - m_textCtrlProjectName->Connect(wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler(NewCodeBlocksProjectWizardBase::OnProjectNameUpdated), NULL, this); - m_dirPickerProjectFolder->Connect(wxEVT_COMMAND_DIRPICKER_CHANGED, wxFileDirPickerEventHandler(NewCodeBlocksProjectWizardBase::OnProjectFolderPathChanged), NULL, this); - m_staticText116->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_dirPickerWxPath->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_staticText120->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_choiceBuildType->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - -} - -NewCodeBlocksProjectWizardBase::~NewCodeBlocksProjectWizardBase() -{ - this->Disconnect(wxEVT_WIZARD_PAGE_CHANGING, wxWizardEventHandler(NewCodeBlocksProjectWizardBase::OnPageChanging), NULL, this); - m_textCtrlProjectName->Disconnect(wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler(NewCodeBlocksProjectWizardBase::OnProjectNameUpdated), NULL, this); - m_dirPickerProjectFolder->Disconnect(wxEVT_COMMAND_DIRPICKER_CHANGED, wxFileDirPickerEventHandler(NewCodeBlocksProjectWizardBase::OnProjectFolderPathChanged), NULL, this); - m_staticText116->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_dirPickerWxPath->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_staticText120->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - m_choiceBuildType->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(NewCodeBlocksProjectWizardBase::OnEnableIfMSW), NULL, this); - -} - -wxCrafterSettingsDlgBase::wxCrafterSettingsDlgBase(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) - : wxDialog(parent, id, title, pos, size, style) -{ - if ( !bBitmapLoaded ) { - // We need to initialise the default bitmap handler - wxXmlResource::Get()->AddHandler(new wxBitmapXmlHandler); - wxC8968InitBitmapResources(); - bBitmapLoaded = true; - } - - wxBoxSizer* boxSizer136 = new wxBoxSizer(wxVERTICAL); - this->SetSizer(boxSizer136); - - wxFlexGridSizer* flexGridSizer144 = new wxFlexGridSizer(0, 3, 0, 0); - flexGridSizer144->SetFlexibleDirection( wxBOTH ); - flexGridSizer144->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); - flexGridSizer144->AddGrowableCol(1); - - boxSizer136->Add(flexGridSizer144, 1, wxALL|wxEXPAND, 5); - - m_staticText146 = new wxStaticText(this, wxID_ANY, _("wxCrafter executable:"), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer144->Add(m_staticText146, 0, wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL, 5); - - m_textCtrlPath = new wxTextCtrl(this, wxID_ANY, wxT(""), wxDefaultPosition, wxSize(-1,-1), 0); - m_textCtrlPath->SetFocus(); - #if wxVERSION_NUMBER >= 3000 - m_textCtrlPath->SetHint(wxT("")); - #endif - - flexGridSizer144->Add(m_textCtrlPath, 0, wxALL|wxEXPAND, 5); - - m_buttonBrowse = new wxButton(this, wxID_OPEN, _("Browse..."), wxDefaultPosition, wxSize(-1,-1), 0); - - flexGridSizer144->Add(m_buttonBrowse, 0, wxALL, 5); - - m_stdBtnSizer138 = new wxStdDialogButtonSizer(); - - boxSizer136->Add(m_stdBtnSizer138, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5); - - m_buttonOK = new wxButton(this, wxID_OK, wxT(""), wxDefaultPosition, wxSize(-1, -1), 0); - m_buttonOK->SetDefault(); - m_stdBtnSizer138->AddButton(m_buttonOK); - - m_buttonCancel = new wxButton(this, wxID_CANCEL, wxT(""), wxDefaultPosition, wxSize(-1, -1), 0); - m_stdBtnSizer138->AddButton(m_buttonCancel); - m_stdBtnSizer138->Realize(); - - SetSizeHints(-1,-1); - if ( GetSizer() ) { - GetSizer()->Fit(this); - } - Centre(wxBOTH); - // Connect events - m_buttonBrowse->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxCrafterSettingsDlgBase::OnBrowse), NULL, this); - m_buttonOK->Connect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(wxCrafterSettingsDlgBase::OnOKUI), NULL, this); - m_buttonOK->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxCrafterSettingsDlgBase::OnOK), NULL, this); - -} - -wxCrafterSettingsDlgBase::~wxCrafterSettingsDlgBase() -{ - m_buttonBrowse->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxCrafterSettingsDlgBase::OnBrowse), NULL, this); - m_buttonOK->Disconnect(wxEVT_UPDATE_UI, wxUpdateUIEventHandler(wxCrafterSettingsDlgBase::OnOKUI), NULL, this); - m_buttonOK->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxCrafterSettingsDlgBase::OnOK), NULL, this); - -} Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/plugins/contrib/wxCrafterCB/.svn/wc.db and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/plugins/contrib/wxCrafterCB/.svn/wc.db differ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,1097 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(srcdir)/wxsmith.pc.in $(top_srcdir)/depcomp \ + $(noinst_HEADERS) $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = wxsmith.pc +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ + "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sdkdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxsmithlib_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + properties/libwxsmith_properties.la \ + wxwidgets/libwxsmith_wxwidgets.la $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxsmithlib_la_OBJECTS = ./wxsadvqpp.lo ./wxsadvqppchild.lo \ + ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo \ + ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo \ + ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo \ + ./wxsresourcefactory.lo ./wxsresourcetree.lo \ + ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo \ + ./wxsversionconverter.lo ./wxssettings.lo \ + ./wxsautoresourcetreeimage.lo +libwxsmithlib_la_OBJECTS = $(am_libwxsmithlib_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmithlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmithlib_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmithlib_la_SOURCES) +DIST_SOURCES = $(libwxsmithlib_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgconfig_DATA) $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = properties wxwidgets . plugin +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +lib_LTLIBRARIES = libwxsmithlib.la +libwxsmithlib_la_LDFLAGS = -version-info 0:1:0 -shared +libwxsmithlib_la_LIBADD = ../../../sdk/libcodeblocks.la \ + properties/libwxsmith_properties.la \ + wxwidgets/libwxsmith_wxwidgets.la \ + $(WX_LIBS) + +libwxsmithlib_la_SOURCES = \ +./wxsadvqpp.cpp \ +./wxsadvqppchild.cpp \ +./wxscoder.cpp \ +./wxscodinglang.cpp \ +./wxseditor.cpp \ +./wxsextresmanager.cpp \ +./wxsgui.cpp \ +./wxsguifactory.cpp \ +./wxsmith.cpp \ +./wxsmithmime.cpp \ +./wxsproject.cpp \ +./wxsresource.cpp \ +./wxsresourcefactory.cpp \ +./wxsresourcetree.cpp \ +./wxsresourcetreeitemdata.cpp \ +./wxsstoringsplitterwindow.cpp \ +./wxsversionconverter.cpp \ +./wxssettings.cpp \ +./wxsautoresourcetreeimage.cpp + +sdkdir = $(includedir)/wxsmith/ +sdk_HEADERS = \ +./wxsadvqpp.h \ +./wxsadvqppchild.h \ +./wxsautoresourcetreeimage.h \ +./wxscodinglang.h \ +./wxsgui.h \ +./wxsguifactory.h \ +./wxseditor.h \ +./wxsproject.h \ +./wxsresource.h \ +./wxsresourcefactory.h \ +./wxsresourcetree.h \ +./wxsresourcetreeitemdata.h + +noinst_HEADERS = \ +./wxscoder.h \ +./wxsextresmanager.h \ +./wxsmith.h \ +./wxsmithmime.h \ +./wxsstoringsplitterwindow.h \ +./wxsversionconverter.h \ +./wxssettings.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = wxsmith.pc +EXTRA_DIST = \ +$(srcdir)/*.cbp \ +$(srcdir)/*.bat \ +$(srcdir)/update* \ +$(srcdir)/wxsmith/* \ +manifest.xml \ +wxs.doxy + +pkgdata_DATA = wxsmith.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +wxsmith.pc: $(top_builddir)/config.status $(srcdir)/wxsmith.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxsadvqpp.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsadvqppchild.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscoder.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscodinglang.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxseditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsextresmanager.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsguifactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmith.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmithmime.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsproject.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsresource.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsresourcefactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsresourcetree.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsresourcetreeitemdata.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsstoringsplitterwindow.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsversionconverter.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssettings.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsautoresourcetreeimage.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) + +libwxsmithlib.la: $(libwxsmithlib_la_OBJECTS) $(libwxsmithlib_la_DEPENDENCIES) $(EXTRA_libwxsmithlib_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmithlib_la_LINK) -rpath $(libdir) $(libwxsmithlib_la_OBJECTS) $(libwxsmithlib_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsadvqpp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsadvqppchild.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsautoresourcetreeimage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscoder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodinglang.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsextresmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgui.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsguifactory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmith.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmithmime.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsproject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresource.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcefactory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcetree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsresourcetreeitemdata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssettings.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstoringsplitterwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsversionconverter.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA install-pkgdataDATA \ + install-sdkHEADERS + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \ + uninstall-pkgdataDATA uninstall-sdkHEADERS + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libLTLIBRARIES \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-pkgconfigDATA install-pkgdataDATA install-ps \ + install-ps-am install-sdkHEADERS install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ + uninstall-pkgconfigDATA uninstall-pkgdataDATA \ + uninstall-sdkHEADERS + + +wxsmith.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxsmith.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/plugin/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/plugin/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/plugin/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/plugin/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,774 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/plugin +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxsmith_la_DEPENDENCIES = ../../../../sdk/libcodeblocks.la \ + ../libwxsmithlib.la $(am__DEPENDENCIES_1) +am_libwxsmith_la_OBJECTS = wxsmithpluginregistrants.lo +libwxsmith_la_OBJECTS = $(am_libwxsmith_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmith_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_la_LDFLAGS) $(LDFLAGS) \ + -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmith_la_SOURCES) +DIST_SOURCES = $(libwxsmith_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) + +pluginlib_LTLIBRARIES = libwxsmith.la +pluginlibdir = $(pkglibdir)/plugins +libwxsmith_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmith_la_LIBADD = ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la $(WX_LIBS) +libwxsmith_la_SOURCES = wxsmithpluginregistrants.cpp +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/plugin/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/plugin/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libwxsmith.la: $(libwxsmith_la_OBJECTS) $(libwxsmith_la_DEPENDENCIES) $(EXTRA_libwxsmith_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmith_la_LINK) -rpath $(pluginlibdir) $(libwxsmith_la_OBJECTS) $(libwxsmith_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmithpluginregistrants.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsmithpluginregistrants.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/plugin/wxsmithpluginregistrants.cpp $ */ #include "../wxsmith.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/properties/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,862 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/properties +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxsmith_properties_la_DEPENDENCIES = \ + ../../../../sdk/libcodeblocks.la +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxsmith_properties_la_OBJECTS = ./wxsarraystringeditordlg.lo \ + ./wxsboolproperty.lo ./wxspropertystream.lo \ + ./wxsflagsproperty.lo ./wxsfloatproperty.lo \ + ./wxsemptyproperty.lo ./wxsstringproperty.lo \ + ./wxslongproperty.lo ./wxsenumproperty.lo \ + ./wxsarraystringproperty.lo ./wxsquickpropspanel.lo \ + ./wxsproperty.lo ./wxspropertygridmanager.lo \ + ./wxscustomeditorproperty.lo ./wxspropertycontainer.lo \ + ./wxseditenumproperty.lo +libwxsmith_properties_la_OBJECTS = \ + $(am_libwxsmith_properties_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmith_properties_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_properties_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmith_properties_la_SOURCES) +DIST_SOURCES = $(libwxsmith_properties_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) + +noinst_LTLIBRARIES = libwxsmith_properties.la +libwxsmith_properties_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmith_properties_la_LIBADD = ../../../../sdk/libcodeblocks.la +libwxsmith_properties_la_SOURCES = \ +./wxsarraystringeditordlg.cpp \ +./wxsboolproperty.cpp \ +./wxspropertystream.cpp \ +./wxsflagsproperty.cpp \ +./wxsfloatproperty.cpp \ +./wxsemptyproperty.cpp \ +./wxsstringproperty.cpp \ +./wxslongproperty.cpp \ +./wxsenumproperty.cpp \ +./wxsarraystringproperty.cpp \ +./wxsquickpropspanel.cpp \ +./wxsproperty.cpp \ +./wxspropertygridmanager.cpp \ +./wxscustomeditorproperty.cpp \ +./wxspropertycontainer.cpp \ +./wxseditenumproperty.cpp + +sdkdir = $(includedir)/wxsmith/properties +sdk_HEADERS = \ +./wxspropertycontainer.h \ +./wxsproperties.h \ +./wxsboolproperty.h \ +./wxspropertystream.h \ +./wxsflagsproperty.h \ +./wxsfloatproperty.h \ +./wxsemptyproperty.h \ +./wxslongproperty.h \ +./wxsarraystringeditordlg.h \ +./wxsenumproperty.h \ +./wxsarraystringproperty.h \ +./wxsstringproperty.h \ +./wxsquickpropspanel.h \ +./wxsproperty.h \ +./wxspropertygridmanager.h \ +./wxscustomeditorproperty.h \ +./wxseditenumproperty.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxsarraystringeditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsboolproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspropertystream.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsflagsproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfloatproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsemptyproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstringproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxslongproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsenumproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsarraystringproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsquickpropspanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspropertygridmanager.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxscustomeditorproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxspropertycontainer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxseditenumproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxsmith_properties.la: $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_DEPENDENCIES) $(EXTRA_libwxsmith_properties_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmith_properties_la_LINK) $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsboolproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomeditorproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseditenumproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsemptyproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsenumproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsflagsproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfloatproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslongproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertycontainer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertygridmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertystream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsquickpropspanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstringproperty.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10972 $ * $Id: wxsarraystringeditordlg.cpp 10972 2017-01-21 10:41:43Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.cpp $ */ #include "wxsarraystringeditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10972 $ * $Id: wxsarraystringeditordlg.h 10972 2017-01-21 10:41:43Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsarraystringeditordlg.h $ */ #ifndef WXSARRAYSTRINGEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsarraystringproperty.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.cpp $ */ #include "wxsarraystringproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsarraystringproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsarraystringproperty.h $ */ #ifndef WXSARRAYSTRINGPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsboolproperty.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsboolproperty.cpp $ */ #include "wxsboolproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsboolproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsboolproperty.h $ */ #ifndef WXSBOOLPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxscustomeditorproperty.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxscustomeditorproperty.cpp $ */ #include "wxscustomeditorproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsemptyproperty.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.cpp $ */ #include "wxsemptyproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsemptyproperty.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsemptyproperty.h $ */ #ifndef WXSEMPTYPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsenumproperty.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsenumproperty.cpp $ */ #include "wxsenumproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 9300 $ * $Id: wxsenumproperty.h 9300 2013-09-10 21:52:39Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsenumproperty.h $ */ #ifndef WXSENUMPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsflagsproperty.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.cpp $ */ #include "wxsflagsproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 9300 $ * $Id: wxsflagsproperty.h 9300 2013-09-10 21:52:39Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsflagsproperty.h $ */ #ifndef WXSFLAGSPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsfloatproperty.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.cpp $ */ #include "wxsfloatproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsfloatproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsfloatproperty.h $ */ #ifndef WXSFLOATPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxslongproperty.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxslongproperty.cpp $ */ #include "wxslongproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxslongproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxslongproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxslongproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxslongproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxslongproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxslongproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxslongproperty.h $ */ #ifndef WXSLONGPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8373 $ * $Id: wxspropertycontainer.cpp 8373 2012-09-07 22:20:34Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.cpp $ */ #include "wxspropertycontainer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxspropertycontainer.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertycontainer.h $ */ #ifndef WXSPROPERTYCONTAINER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsproperty.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsproperty.cpp $ */ #include "wxsproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11053 $ * $Id: wxspropertygridmanager.cpp 11053 2017-04-22 14:25:27Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.cpp $ */ #include "wxspropertygridmanager.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11149 $ * $Id: wxspropertygridmanager.h 11149 2017-08-15 21:52:26Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertygridmanager.h $ */ #ifndef WXSPROPERTYGRIDMANAGER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11150 $ * $Id: wxsproperty.h 11150 2017-08-15 21:52:29Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsproperty.h $ */ #ifndef WXSPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspropertystream.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertystream.cpp $ */ #include "wxspropertystream.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertystream.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertystream.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxspropertystream.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxspropertystream.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspropertystream.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxspropertystream.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxspropertystream.h $ */ #ifndef WXSPROPERTYSTREAM_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsquickpropspanel.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.cpp $ */ #include "wxsquickpropspanel.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsquickpropspanel.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsquickpropspanel.h $ */ #ifndef WXSQUICKPROPSPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsstringproperty.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsstringproperty.cpp $ */ #include "wxsstringproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsstringproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/properties/wxsstringproperty.h $ */ #ifndef WXSSTRINGPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsadvqppchild.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsadvqppchild.cpp $ */ #include "wxsadvqppchild.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqppchild.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqppchild.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqppchild.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqppchild.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsadvqppchild.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsadvqppchild.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsadvqppchild.h $ */ #ifndef WXSADVQPPCHILD_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqpp.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqpp.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqpp.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqpp.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsadvqpp.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsadvqpp.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsadvqpp.cpp $ */ #include "wxsadvqpp.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqpp.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqpp.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsadvqpp.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsadvqpp.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsadvqpp.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsadvqpp.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsadvqpp.h $ */ #ifndef WXSADVQPP_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsautoresourcetreeimage.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.cpp $ */ #include "wxsautoresourcetreeimage.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsautoresourcetreeimage.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsautoresourcetreeimage.h $ */ #ifndef WXSAUTORESOURCETREEIMAGE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscoder.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxscoder.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscoder.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxscoder.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxscoder.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxscoder.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxscoder.cpp $ */ #include "wxscoder.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscoder.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxscoder.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscoder.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxscoder.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxscoder.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxscoder.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxscoder.h $ */ #ifndef WXSCODER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscodinglang.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxscodinglang.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscodinglang.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxscodinglang.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10686 $ * $Id: wxscodinglang.cpp 10686 2016-01-22 10:53:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxscodinglang.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxscodinglang.cpp $ */ #include "wxscodinglang.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscodinglang.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxscodinglang.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxscodinglang.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxscodinglang.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10686 $ * $Id: wxscodinglang.h 10686 2016-01-22 10:53:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxscodinglang.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxscodinglang.h $ */ #ifndef WXSCODINGLANG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxs.doxy codeblocks-17.12/src/plugins/contrib/wxSmith/wxs.doxy --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxs.doxy 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxs.doxy 2017-12-28 11:01:33.000000000 +0000 @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "16.01" +PROJECT_NUMBER = "17.12" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxseditor.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxseditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxseditor.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxseditor.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8335 $ * $Id: wxseditor.cpp 8335 2012-09-03 07:43:04Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxseditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxseditor.cpp $ */ #include "wxseditor.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxseditor.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxseditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxseditor.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxseditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxseditor.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxseditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxseditor.h $ */ #ifndef WXSEDITOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsextresmanager.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsextresmanager.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsextresmanager.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsextresmanager.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsextresmanager.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsextresmanager.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsextresmanager.cpp $ */ #include "wxsextresmanager.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsextresmanager.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsextresmanager.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsextresmanager.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsextresmanager.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsextresmanager.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsextresmanager.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsextresmanager.h $ */ #ifndef WXSEXTRESMANAGER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsgui.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsgui.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsgui.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsgui.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsgui.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsgui.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsgui.cpp $ */ #include "wxsgui.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsguifactory.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsguifactory.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsguifactory.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsguifactory.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsguifactory.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsguifactory.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsguifactory.cpp $ */ #include "wxsguifactory.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsguifactory.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsguifactory.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsguifactory.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsguifactory.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsguifactory.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsguifactory.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsguifactory.h $ */ #ifndef WXSGUIFACTORY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsgui.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsgui.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsgui.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsgui.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsgui.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsgui.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsgui.h $ */ #ifndef WXSGUI_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmith.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmith.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmith.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmith.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10686 $ * $Id: wxsmith.cpp 10686 2016-01-22 10:53:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsmith.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsmith.cpp $ */ #include "wxsmith.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmith.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmith.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmith.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmith.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsmith.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsmith.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsmith.h $ */ #ifndef WXSMITH_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmithmime.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmithmime.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmithmime.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmithmime.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsmithmime.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsmithmime.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsmithmime.cpp $ */ #include "wxsmithmime.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmithmime.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmithmime.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsmithmime.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsmithmime.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsmithmime.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsmithmime.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsmithmime.h $ */ #ifndef WXSMITHMIME_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsproject.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsproject.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsproject.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsproject.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10648 $ * $Id: wxsproject.cpp 10648 2016-01-16 15:42:36Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsproject.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsproject.cpp $ */ #include "wxsproject.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsproject.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsproject.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsproject.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsproject.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsproject.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsproject.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsproject.h $ */ #ifndef WXSPROJECT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresource.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresource.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresource.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresource.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsresource.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresource.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresource.cpp $ */ #include "wxsresource.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsresourcefactory.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcefactory.cpp $ */ #include "wxsresourcefactory.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcefactory.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcefactory.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcefactory.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcefactory.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8574 $ * $Id: wxsresourcefactory.h 8574 2012-11-18 15:59:14Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcefactory.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcefactory.h $ */ #ifndef WXSRESOURCEFACTORY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresource.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresource.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresource.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresource.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsresource.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresource.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresource.h $ */ #ifndef WXSRESOURCE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetree.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetree.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetree.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetree.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsresourcetree.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcetree.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcetree.cpp $ */ #include "wxsresourcetree.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetree.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetree.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetree.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetree.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsresourcetree.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcetree.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcetree.h $ */ #ifndef WXSRESOURCETREE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsresourcetreeitemdata.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.cpp $ */ #include "wxsresourcetreeitemdata.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8574 $ * $Id: wxsresourcetreeitemdata.h 8574 2012-11-18 15:59:14Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsresourcetreeitemdata.h $ */ #ifndef WXSRESOURCETREEITEMDATA_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxssettings.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxssettings.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxssettings.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxssettings.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10686 $ * $Id: wxssettings.cpp 10686 2016-01-22 10:53:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxssettings.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxssettings.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxssettings.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxssettings.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxssettings.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxssettings.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10686 $ * $Id: wxssettings.h 10686 2016-01-22 10:53:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxssettings.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxssettings.h $ */ #ifndef WXSSETTINGS_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8573 $ * $Id: wxsstoringsplitterwindow.cpp 8573 2012-11-18 14:44:53Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.cpp $ */ #include "wxsstoringsplitterwindow.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8573 $ * $Id: wxsstoringsplitterwindow.h 8573 2012-11-18 14:44:53Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsstoringsplitterwindow.h $ */ #ifndef WXSSTORINGSPLITTERWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsversionconverter.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxsversionconverter.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsversionconverter.cpp 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsversionconverter.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsversionconverter.cpp 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsversionconverter.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsversionconverter.cpp $ */ #include "wxsversionconverter.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsversionconverter.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxsversionconverter.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxsversionconverter.h 2017-11-26 01:48:26.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxsversionconverter.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsversionconverter.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxsversionconverter.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxsversionconverter.h $ */ #ifndef WXSVERSIONCONVERTER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,1151 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/wxwidgets/defitems +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxsmith_wxwidgets_defitems_la_DEPENDENCIES = \ + ../../../../../sdk/libcodeblocks.la +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxsmith_wxwidgets_defitems_la_OBJECTS = ./wxsdatepickerctrl.lo \ + ./wxsstatictext.lo ./wxslistctrl.lo ./wxsflexgridsizer.lo \ + ./wxsboxsizer.lo ./wxsgenericdirctrl.lo ./wxsstaticbitmap.lo \ + ./wxscheckbox.lo ./wxschoice.lo ./wxsspinctrl.lo \ + ./wxscalendarctrl.lo ./wxsstaticline.lo ./wxsgridsizer.lo \ + ./wxsstaticboxsizer.lo ./wxsbitmapbutton.lo ./wxstextctrl.lo \ + ./wxstogglebutton.lo ./wxsspacer.lo ./wxsscrollbar.lo \ + ./wxsdialog.lo ./wxsscrollingdialog.lo ./wxsspinbutton.lo \ + ./wxsbutton.lo ./wxslistbox.lo ./wxsgauge.lo \ + ./wxsradiobutton.lo ./wxspanel.lo ./wxsstaticbox.lo \ + ./wxsradiobox.lo ./wxscombobox.lo ./wxschecklistbox.lo \ + ./wxsslider.lo ./wxstreectrl.lo ./wxsframe.lo \ + ./wxshtmlwindow.lo ./wxsscrolledwindow.lo \ + ./wxsstddialogbuttonsizer.lo ./wxssplitterwindow.lo \ + ./wxscustomwidget.lo ./wxsnotebook.lo ./wxschoicebook.lo \ + ./wxslistbook.lo ./wxstimer.lo ./wxsmenubar.lo ./wxsmenu.lo \ + ./wxsmenueditor.lo ./wxsmenuitem.lo ./wxsstatusbar.lo \ + ./wxstoolbar.lo ./wxstoolbaritem.lo ./wxstoolbareditor.lo \ + ./wxsgrid.lo ./wxscolourdialog.lo ./wxsdirdialog.lo \ + ./wxsfiledialog.lo ./wxsmultichoicedialog.lo \ + ./wxssinglechoicedialog.lo ./wxssashwindow.lo \ + ./wxssashlayoutwindow.lo ./wxssingleinstancechecker.lo \ + ./wxsstopwatch.lo ./wxssymbolpickerdialog.lo ./wxsglcanvas.lo \ + ./wxshyperlinkctrl.lo ./wxsanimationctrl.lo \ + ./wxsfindreplacedialog.lo ./wxsfontdialog.lo \ + ./wxsmessagedialog.lo ./wxspagesetupdialog.lo \ + ./wxspasswordentrydialog.lo ./wxsprintdialog.lo \ + ./wxsprogressdialog.lo ./wxsrichtextformattingdialog.lo \ + ./wxsrichtextstyleorganiserdialog.lo ./wxstextentrydialog.lo \ + ./wxscolourpickerctrl.lo ./wxsdirpickerctrl.lo \ + ./wxsfilepickerctrl.lo ./wxsfontpickerctrl.lo \ + ./wxsbitmapcombobox.lo ./wxscontexthelpbutton.lo \ + ./wxsdialupmanager.lo ./wxshtmleasyprinting.lo \ + ./wxslistview.lo ./wxsrichtextctrl.lo ./wxssearchctrl.lo \ + ./wxssimplehtmllistbox.lo ./wxstreebook.lo ./wxsimage.lo \ + ./wxsimagelist.lo ./wxsrichtextstylecomboctrl.lo \ + ./wxsrichtextstylelistbox.lo ./wxsrichtextstylelistctrl.lo +libwxsmith_wxwidgets_defitems_la_OBJECTS = \ + $(am_libwxsmith_wxwidgets_defitems_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmith_wxwidgets_defitems_la_LINK = $(LIBTOOL) $(AM_V_lt) \ + --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ + $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(libwxsmith_wxwidgets_defitems_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmith_wxwidgets_defitems_la_SOURCES) +DIST_SOURCES = $(libwxsmith_wxwidgets_defitems_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) + +noinst_LTLIBRARIES = libwxsmith_wxwidgets_defitems.la +libwxsmith_wxwidgets_defitems_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmith_wxwidgets_defitems_la_LIBADD = ../../../../../sdk/libcodeblocks.la +libwxsmith_wxwidgets_defitems_la_SOURCES = \ +./wxsdatepickerctrl.cpp \ +./wxsstatictext.cpp \ +./wxslistctrl.cpp \ +./wxsflexgridsizer.cpp \ +./wxsboxsizer.cpp \ +./wxsgenericdirctrl.cpp \ +./wxsstaticbitmap.cpp \ +./wxscheckbox.cpp \ +./wxschoice.cpp \ +./wxsspinctrl.cpp \ +./wxscalendarctrl.cpp \ +./wxsstaticline.cpp \ +./wxsgridsizer.cpp \ +./wxsstaticboxsizer.cpp \ +./wxsbitmapbutton.cpp \ +./wxstextctrl.cpp \ +./wxstogglebutton.cpp \ +./wxsspacer.cpp \ +./wxsscrollbar.cpp \ +./wxsdialog.cpp \ +./wxsscrollingdialog.cpp \ +./wxsspinbutton.cpp \ +./wxsbutton.cpp \ +./wxslistbox.cpp \ +./wxsgauge.cpp \ +./wxsradiobutton.cpp \ +./wxspanel.cpp \ +./wxsstaticbox.cpp \ +./wxsradiobox.cpp \ +./wxscombobox.cpp \ +./wxschecklistbox.cpp \ +./wxsslider.cpp \ +./wxstreectrl.cpp \ +./wxsframe.cpp \ +./wxshtmlwindow.cpp \ +./wxsscrolledwindow.cpp \ +./wxsstddialogbuttonsizer.cpp \ +./wxssplitterwindow.cpp \ +./wxscustomwidget.cpp \ +./wxsnotebook.cpp \ +./wxschoicebook.cpp \ +./wxslistbook.cpp \ +./wxstimer.cpp \ +./wxsmenubar.cpp \ +./wxsmenu.cpp \ +./wxsmenueditor.cpp \ +./wxsmenuitem.cpp \ +./wxsstatusbar.cpp \ +./wxstoolbar.cpp \ +./wxstoolbaritem.cpp \ +./wxstoolbareditor.cpp \ +./wxsgrid.cpp \ +./wxscolourdialog.cpp \ +./wxsdirdialog.cpp \ +./wxsfiledialog.cpp \ +./wxsmultichoicedialog.cpp \ +./wxssinglechoicedialog.cpp \ +./wxssashwindow.cpp \ +./wxssashlayoutwindow.cpp \ +./wxssingleinstancechecker.cpp \ +./wxsstopwatch.cpp \ +./wxssymbolpickerdialog.cpp \ +./wxsglcanvas.cpp \ +./wxshyperlinkctrl.cpp \ +./wxsanimationctrl.cpp \ +./wxsfindreplacedialog.cpp \ +./wxsfontdialog.cpp \ +./wxsmessagedialog.cpp \ +./wxspagesetupdialog.cpp \ +./wxspasswordentrydialog.cpp \ +./wxsprintdialog.cpp \ +./wxsprogressdialog.cpp \ +./wxsrichtextformattingdialog.cpp \ +./wxsrichtextstyleorganiserdialog.cpp \ +./wxstextentrydialog.cpp \ +./wxscolourpickerctrl.cpp \ +./wxsdirpickerctrl.cpp \ +./wxsfilepickerctrl.cpp \ +./wxsfontpickerctrl.cpp \ +./wxsbitmapcombobox.cpp \ +./wxscontexthelpbutton.cpp \ +./wxsdialupmanager.cpp \ +./wxshtmleasyprinting.cpp \ +./wxslistview.cpp \ +./wxsrichtextctrl.cpp \ +./wxssearchctrl.cpp \ +./wxssimplehtmllistbox.cpp \ +./wxstreebook.cpp \ +./wxsimage.cpp \ +./wxsimagelist.cpp \ +./wxsrichtextstylecomboctrl.cpp \ +./wxsrichtextstylelistbox.cpp \ +./wxsrichtextstylelistctrl.cpp + +noinst_HEADERS = \ +./wxsgauge.h \ +./wxsradiobutton.h \ +./wxsstaticline.h \ +./wxsstaticbox.h \ +./wxscombobox.h \ +./wxstextctrl.h \ +./wxstogglebutton.h \ +./wxsspacer.h \ +./wxsslider.h \ +./wxschecklistbox.h \ +./wxsscrollbar.h \ +./wxstreectrl.h \ +./wxsframe.h \ +./wxsdatepickerctrl.h \ +./wxsstatictext.h \ +./wxsdialog.h \ +./wxsscrollingdialog.h \ +./wxslistctrl.h \ +./wxsspinbutton.h \ +./wxsbutton.h \ +./wxsstaticbitmap.h \ +./wxscheckbox.h \ +./wxschoice.h \ +./wxsspinctrl.h \ +./wxscalendarctrl.h \ +./wxspanel.h \ +./wxsgenericdirctrl.h \ +./wxsgridsizer.h \ +./wxsradiobox.h \ +./wxsbitmapbutton.h \ +./wxsstaticboxsizer.h \ +./wxsboxsizer.h \ +./wxsflexgridsizer.h \ +./wxslistbox.h \ +./wxshtmlwindow.h \ +./wxsscrolledwindow.h \ +./wxsstddialogbuttonsizer.h \ +./wxssplitterwindow.h \ +./wxscustomwidget.h \ +./wxsnotebook.h \ +./wxschoicebook.h \ +./wxslistbook.h \ +./wxstimer.h \ +./wxsmenubar.h \ +./wxsmenu.h \ +./wxsmenueditor.h \ +./wxsmenuitem.h \ +./wxsstatusbar.h \ +./wxstoolbar.h \ +./wxstoolbaritem.h \ +./wxstoolbareditor.h \ +./wxsgrid.h \ +./wxscolourdialog.h \ +./wxsdirdialog.h \ +./wxsfiledialog.h \ +./wxsmultichoicedialog.h \ +./wxssinglechoicedialog.h \ +./wxssashwindow.h \ +./wxssashlayoutwindow.h \ +./wxssingleinstancechecker.h \ +./wxsstopwatch.h \ +./wxssymbolpickerdialog.h \ +./wxsglcanvas.h \ +./wxshyperlinkctrl.h \ +./wxsanimationctrl.h \ +./wxsfindreplacedialog.h \ +./wxsfontdialog.h \ +./wxsmessagedialog.h \ +./wxspagesetupdialog.h \ +./wxspasswordentrydialog.h \ +./wxsprintdialog.h \ +./wxsprogressdialog.h \ +./wxsrichtextformattingdialog.h \ +./wxsrichtextstyleorganiserdialog.h \ +./wxstextentrydialog.h \ +./wxscolourpickerctrl.h \ +./wxsdirpickerctrl.h \ +./wxsfilepickerctrl.h \ +./wxsfontpickerctrl.h \ +./wxsbitmapcombobox.h \ +./wxscontexthelpbutton.h \ +./wxsdialupmanager.h \ +./wxshtmleasyprinting.h \ +./wxslistview.h \ +./wxsrichtextctrl.h \ +./wxssearchctrl.h \ +./wxssimplehtmllistbox.h \ +./wxstreebook.h \ +./wxsimage.h \ +./wxsimagelist.h \ +./wxsrichtextstylecomboctrl.h \ +./wxsrichtextstylelistbox.h \ +./wxsrichtextstylelistctrl.h + +EXTRA_DIST = $(srcdir)/wxsmediactrl.* +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxsdatepickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstatictext.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxslistctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsflexgridsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsboxsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgenericdirctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstaticbitmap.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscheckbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxschoice.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsspinctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscalendarctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstaticline.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgridsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstaticboxsizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbitmapbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstextctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstogglebutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsspacer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsscrollbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsscrollingdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsspinbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxslistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgauge.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsradiobutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstaticbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsradiobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscombobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxschecklistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsslider.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstreectrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsframe.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxshtmlwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsscrolledwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstddialogbuttonsizer.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxssplitterwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscustomwidget.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsnotebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxschoicebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxslistbook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstimer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmenubar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmenu.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmenueditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmenuitem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstatusbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstoolbar.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstoolbaritem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstoolbareditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgrid.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscolourdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdirdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfiledialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmultichoicedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssinglechoicedialog.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxssashwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssashlayoutwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssingleinstancechecker.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsstopwatch.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssymbolpickerdialog.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsglcanvas.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxshyperlinkctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsanimationctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfindreplacedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfontdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsmessagedialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspagesetupdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspasswordentrydialog.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsprintdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsprogressdialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsrichtextformattingdialog.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsrichtextstyleorganiserdialog.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxstextentrydialog.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscolourpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdirpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfilepickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsfontpickerctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbitmapcombobox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscontexthelpbutton.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdialupmanager.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxshtmleasyprinting.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxslistview.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsrichtextctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssearchctrl.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssimplehtmllistbox.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstreebook.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsimage.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsimagelist.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsrichtextstylecomboctrl.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsrichtextstylelistbox.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsrichtextstylelistctrl.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) + +libwxsmith_wxwidgets_defitems.la: $(libwxsmith_wxwidgets_defitems_la_OBJECTS) $(libwxsmith_wxwidgets_defitems_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_defitems_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmith_wxwidgets_defitems_la_LINK) $(libwxsmith_wxwidgets_defitems_la_OBJECTS) $(libwxsmith_wxwidgets_defitems_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsanimationctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapbutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapcombobox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsboxsizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscalendarctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscheckbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschecklistbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschoice.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschoicebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourpickerctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscombobox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscontexthelpbutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomwidget.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdatepickerctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialupmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdirdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdirpickerctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfiledialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfilepickerctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfindreplacedialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsflexgridsizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontpickerctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsframe.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgauge.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgenericdirctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsglcanvas.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgridsizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshtmleasyprinting.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshtmlwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxshyperlinkctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistbook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslistview.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenu.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenubar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenueditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmenuitem.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmessagedialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsmultichoicedialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsnotebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspagesetupdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspasswordentrydialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsprintdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsprogressdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsradiobox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsradiobutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextformattingdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylecomboctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylelistbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstylelistctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsrichtextstyleorganiserdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssashlayoutwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssashwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollbar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrolledwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollingdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssearchctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssimplehtmllistbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssinglechoicedialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssingleinstancechecker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsslider.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspacer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspinbutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsspinctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssplitterwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticbitmap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticboxsizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstaticline.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstatictext.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstatusbar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstddialogbuttonsizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstopwatch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssymbolpickerdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstextctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstextentrydialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstimer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstogglebutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbareditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolbaritem.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstreebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstreectrl.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 9041 $ * $Id: wxsbitmapbutton.cpp 9041 2013-05-04 04:20:43Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsbitmapbutton.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapbutton.h $ */ #ifndef WXSBITMAPBUTTON_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10977 $ * $Id: wxsbitmapcombobox.cpp 10977 2017-01-21 10:41:56Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.cpp $ */ diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7835 $ * $Id: wxsbitmapcombobox.h 7835 2012-02-22 14:40:26Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbitmapcombobox.h $ */ #ifndef WXSBITMAPCOMBOBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsboxsizer.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.cpp $ */ #include "wxsboxsizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsboxsizer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsboxsizer.h $ */ #ifndef WXSBOXSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsbutton.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.cpp $ */ #include "wxsbutton.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsbutton.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsbutton.h $ */ #ifndef WXSBUTTON_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxscalendarctrl.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.cpp $ */ #include "wxscalendarctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxscalendarctrl.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscalendarctrl.h $ */ #ifndef WXSCALENDARCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxscheckbox.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxscheckbox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscheckbox.h $ */ #ifndef WXSCHECKBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxschecklistbox.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.cpp $ */ #include // to have wxUSE_CHECKLISTBOX defined in the checklst.h header diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxschecklistbox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschecklistbox.h $ */ #ifndef WXSCHECKLISTBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxschoicebook.cpp 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.cpp $ */ #include "wxschoicebook.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxschoicebook.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoicebook.h $ */ #ifndef WXSCHOICEBOOK_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxschoice.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxschoice.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxschoice.h $ */ #ifndef WXSCHOICE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxscolourdialog.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.cpp $ */ #include "wxscolourdialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxscolourdialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscolourdialog.h $ */ #ifndef WXSCOLOURDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 11000 $ * $Id: wxscombobox.cpp 11000 2017-02-06 19:12:28Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxscombobox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscombobox.h $ */ #ifndef WXSCOMBOBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxscustomwidget.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.cpp $ */ #include "wxscustomwidget.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxscustomwidget.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxscustomwidget.h $ */ #ifndef WXSCUSTOMWIDGET_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxsdatepickerctrl.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.cpp $ */ #include "wxsdatepickerctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsdatepickerctrl.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdatepickerctrl.h $ */ #ifndef WXSDATEPICKERCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsdialog.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.cpp $ */ #include // wxTheApp diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsdialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdialog.h $ */ #ifndef WXSDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxsdirdialog.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.cpp $ */ #include "wxsdirdialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsdirdialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsdirdialog.h $ */ #ifndef WXSDIRDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxsfiledialog.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.cpp $ */ #include "wxsfiledialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsfiledialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsfiledialog.h $ */ #ifndef WXSFILEDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxsflexgridsizer.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.cpp $ */ #include "wxsflexgridsizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsflexgridsizer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsflexgridsizer.h $ */ #ifndef WXSFLEXGRIDSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsframe.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.cpp $ */ #include // wxTheApp diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsframe.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsframe.h $ */ #ifndef WXSFRAME_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsgauge.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10234 $ * $Id: wxsgauge.h 10234 2015-04-26 09:59:49Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgauge.h $ */ #ifndef WXSGAUGE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 11000 $ * $Id: wxsgenericdirctrl.cpp 11000 2017-02-06 19:12:28Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.cpp $ */ #include "wxsgenericdirctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8148 $ * $Id: wxsgenericdirctrl.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgenericdirctrl.h $ */ #ifndef WXSGENERICDIRCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -19,7 +19,7 @@ * * $Revision: 11000 $ * $Id: wxsgrid.cpp 11000 2017-02-06 19:12:28Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.cpp $ */ #include "wxsgrid.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h 2017-10-31 23:32:39.000000000 +0000 @@ -19,7 +19,7 @@ * * $Revision: 7109 $ * $Id: wxsgrid.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgrid.h $ */ #ifndef WXSGRID_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsgridsizer.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.cpp $ */ #include "wxsgridsizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsgridsizer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsgridsizer.h $ */ #ifndef WXSGRIDSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxshtmlwindow.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.cpp $ */ #include "wxshtmlwindow.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxshtmlwindow.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxshtmlwindow.h $ */ #ifndef __WXSHTMLWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxslistbook.cpp 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.cpp $ */ #include "wxslistbook.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxslistbook.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbook.h $ */ #ifndef WXSLISTBOOK_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxslistbox.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.cpp $ */ #include "wxslistbox.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxslistbox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistbox.h $ */ #ifndef WXSLISTBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxslistctrl.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.cpp $ */ #include "wxslistctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxslistctrl.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxslistctrl.h $ */ #ifndef WXSLISTCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsmenubar.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.cpp $ */ #include "wxsmenubar.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsmenubar.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenubar.h $ */ #ifndef WXSMENUBAR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsmenu.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.cpp $ */ #include "wxsmenu.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxsmenueditor.cpp 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.cpp $ */ #include "wxsmenueditor.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxsmenueditor.h 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenueditor.h $ */ #ifndef WXSMENUEDITOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsmenu.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenu.h $ */ #ifndef WXSMENU_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsmenuitem.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.cpp $ */ #include "wxsmenuitem.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsmenuitem.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmenuitem.h $ */ #ifndef WXSMENUITEM_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8704 $ * $Id: wxsmultichoicedialog.cpp 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.cpp $ */ #include "wxsmultichoicedialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsmultichoicedialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsmultichoicedialog.h $ */ #ifndef WXSMULTICHOICEDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxsnotebook.cpp 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.cpp $ */ #include "wxsnotebook.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsnotebook.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsnotebook.h $ */ #ifndef WXSNOTEBOOK_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxspanel.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.cpp $ */ #include // wxSystemSettings, wxSYS_COLOUR_BTNFACE diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspanel.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxspanel.h $ */ #ifndef WXSPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsradiobox.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.cpp $ */ #include // to have wxUSE_RADIOBOX defined in the radiobox.h header diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsradiobox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobox.h $ */ #ifndef WXSRADIOBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsradiobutton.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsradiobutton.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsradiobutton.h $ */ #ifndef WXSRADIOBUTTON_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsscrollbar.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsscrollbar.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollbar.h $ */ #ifndef WXSSCROLLBAR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsscrolledwindow.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.cpp $ */ #include "wxsscrolledwindow.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsscrolledwindow.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrolledwindow.h $ */ #ifndef WXSSCROLLEDWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsscrollingdialog.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.cpp $ */ #include // wxTheApp diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7443 $ * $Id: wxsscrollingdialog.h 7443 2011-09-01 16:29:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsscrollingdialog.h $ */ #ifndef WXSSCROLLINGDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10688 $ * $Id: wxssinglechoicedialog.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.cpp $ */ #include "wxssinglechoicedialog.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxssinglechoicedialog.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssinglechoicedialog.h $ */ #ifndef WXSSINGLECHOICEDIALOG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsslider.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsslider.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsslider.h $ */ #ifndef WXSSLIDER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsspacer.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.cpp $ */ #include "wxsspacer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsspacer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspacer.h $ */ #ifndef WXSSPACER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsspinbutton.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.cpp $ */ #include "wxsspinbutton.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsspinbutton.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinbutton.h $ */ #ifndef WXSSPINBUTTONL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11154 $ * $Id: wxsspinctrl.cpp 11154 2017-08-15 21:52:38Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.cpp $ */ #include "wxsspinctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsspinctrl.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsspinctrl.h $ */ #ifndef WXSSPINCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10959 $ * $Id: wxssplitterwindow.cpp 10959 2017-01-14 22:40:56Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.cpp $ */ #include "wxssplitterwindow.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10959 $ * $Id: wxssplitterwindow.h 10959 2017-01-14 22:40:56Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxssplitterwindow.h $ */ #ifndef WXSPLITTERWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstaticbitmap.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstaticbitmap.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbitmap.h $ */ #ifndef WXSSTATICBITMAP_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstaticbox.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstaticbox.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticbox.h $ */ #ifndef WXSSTATICBOX_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstaticboxsizer.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.cpp $ */ #include "wxsstaticboxsizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstaticboxsizer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticboxsizer.h $ */ #ifndef WXSSTATICBOXSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstaticline.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.cpp $ */ #include "wxsstaticline.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstaticline.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstaticline.h $ */ #ifndef WXSSTATICLINE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstatictext.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.cpp $ */ #include "wxsstatictext.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstatictext.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatictext.h $ */ #ifndef WXSSTATICTEXT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsstatusbar.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstatusbar.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstatusbar.h $ */ #ifndef WXSSTATUSBAR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10909 $ * $Id: wxsstddialogbuttonsizer.cpp 10909 2016-09-25 16:09:59Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.cpp $ */ #include "wxsstddialogbuttonsizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsstddialogbuttonsizer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxsstddialogbuttonsizer.h $ */ #ifndef WXSSTDDIALOGBUTTONSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxstextctrl.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.cpp $ */ #include "wxstextctrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxstextctrl.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstextctrl.h $ */ #ifndef WXSTEXTCTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxstimer.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.cpp $ */ #include "wxstimer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxstimer.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstimer.h $ */ #ifndef WXSTIMER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxstogglebutton.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.cpp $ */ #include "wxstogglebutton.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxstogglebutton.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstogglebutton.h $ */ #ifndef WXSTOGGLEBUTTON_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11019 $ * $Id: wxstoolbar.cpp 11019 2017-02-21 23:52:17Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.cpp $ */ #include "wxstoolbar.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxstoolbareditor.cpp 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.cpp $ */ #include "wxstoolbareditor.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10680 $ * $Id: wxstoolbareditor.h 10680 2016-01-22 10:43:35Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbareditor.h $ */ #ifndef WXSTOOLBAREDITOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxstoolbar.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbar.h $ */ #ifndef WXSTOOLBAR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10679 $ * $Id: wxstoolbaritem.cpp 10679 2016-01-22 10:42:53Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.cpp $ */ #include "wxstoolbaritem.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10679 $ * $Id: wxstoolbaritem.h 10679 2016-01-22 10:42:53Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstoolbaritem.h $ */ #ifndef WXSTOOLBARITEM_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -21,7 +21,7 @@ * * $Revision: 10771 $ * $Id: wxstreectrl.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.cpp $ */ #include "wxstreectrl.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h 2017-10-31 23:32:39.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 8148 $ * $Id: wxstreectrl.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/defitems/wxstreectrl.h $ */ #ifndef WXSTREECTRL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/wxwidgets/icons +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/wxsmith +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/Makefile.in 2017-12-28 11:02:01.000000000 +0000 @@ -0,0 +1,1090 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/wxwidgets +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxsmith_wxwidgets_la_DEPENDENCIES = \ + ../../../../sdk/libcodeblocks.la \ + properties/libwxsmith_wxwidgets_properties.la \ + defitems/libwxsmith_wxwidgets_defitems.la +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxsmith_wxwidgets_la_OBJECTS = ./wxssizer.lo \ + ./wxsitemeditordragassist.lo ./wxsitemeditorcontent.lo \ + ./wxscorrector.lo ./wxsnewwindowdlg.lo ./wxsitemres.lo \ + ./wxspanelres.lo ./wxwidgetsguiconfigpanel.lo ./wxsevents.lo \ + ./wxspredefinedids.lo ./wxwidgetsres.lo \ + ./wxwidgetsguiappadoptingdlg.lo ./wxsitemundobuffer.lo \ + ./wxsitemrestreedata.lo ./wxscontainer.lo \ + ./wxsdrawingwindow.lo ./wxsitemfactory.lo \ + ./wxsbaseproperties.lo ./wxsitem.lo \ + ./wxscustomwidgetxmlhandler.lo ./wxsframeres.lo ./wxsstyle.lo \ + ./wxseventseditor.lo ./wxswidget.lo ./wxwidgetsresfactory.lo \ + ./wxsparent.lo ./wxsitemresdataobject.lo ./wxsitemresdata.lo \ + ./wxsitemeditor.lo ./wxsdialogres.lo \ + ./wxsscrollingdialogres.lo ./wxwidgetsgui.lo \ + ./wxssizerparentqp.lo ./wxstool.lo ./wxstoolspace.lo \ + ./wxsgridpanel.lo ./wxsdeleteitemres.lo ./wxscodercontext.lo \ + ./wxscodegenerator.lo +libwxsmith_wxwidgets_la_OBJECTS = \ + $(am_libwxsmith_wxwidgets_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmith_wxwidgets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_wxwidgets_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmith_wxwidgets_la_SOURCES) +DIST_SOURCES = $(libwxsmith_wxwidgets_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = defitems icons properties +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings + +noinst_LTLIBRARIES = libwxsmith_wxwidgets.la +libwxsmith_wxwidgets_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmith_wxwidgets_la_LIBADD = ../../../../sdk/libcodeblocks.la \ + properties/libwxsmith_wxwidgets_properties.la \ + defitems/libwxsmith_wxwidgets_defitems.la + +libwxsmith_wxwidgets_la_SOURCES = \ +./wxssizer.cpp \ +./wxsitemeditordragassist.cpp \ +./wxsitemeditorcontent.cpp \ +./wxscorrector.cpp \ +./wxsnewwindowdlg.cpp \ +./wxsitemres.cpp \ +./wxspanelres.cpp \ +./wxwidgetsguiconfigpanel.cpp \ +./wxsevents.cpp \ +./wxspredefinedids.cpp \ +./wxwidgetsres.cpp \ +./wxwidgetsguiappadoptingdlg.cpp \ +./wxsitemundobuffer.cpp \ +./wxsitemrestreedata.cpp \ +./wxscontainer.cpp \ +./wxsdrawingwindow.cpp \ +./wxsitemfactory.cpp \ +./wxsbaseproperties.cpp \ +./wxsitem.cpp \ +./wxscustomwidgetxmlhandler.cpp \ +./wxsframeres.cpp \ +./wxsstyle.cpp \ +./wxseventseditor.cpp \ +./wxswidget.cpp \ +./wxwidgetsresfactory.cpp \ +./wxsparent.cpp \ +./wxsitemresdataobject.cpp \ +./wxsitemresdata.cpp \ +./wxsitemeditor.cpp \ +./wxsdialogres.cpp \ +./wxsscrollingdialogres.cpp \ +./wxwidgetsgui.cpp \ +./wxssizerparentqp.cpp \ +./wxstool.cpp \ +./wxstoolspace.cpp \ +./wxsgridpanel.cpp \ +./wxsdeleteitemres.cpp \ +./wxscodercontext.cpp \ +./wxscodegenerator.cpp + +sdkdir = $(includedir)/wxsmith/wxwidgets/ +sdk_HEADERS = \ +./wxsitemresdata.h \ +./wxspredefinedids.h \ +./wxsdrawingwindow.h \ +./wxsitemeditorcontent.h \ +./wxsbaseproperties.h \ +./wxwidgetsgui.h \ +./wxsexproperties.h \ +./wxssizer.h \ +./wxsitemres.h \ +./wxwidgetsres.h \ +./wxscustomwidgetxmlhandler.h \ +./wxswidget.h \ +./wxscorrector.h \ +./wxsnewwindowdlg.h \ +./wxsiteminfo.h \ +./wxseventseditor.h \ +./wxsitemeditordragassist.h \ +./wxwidgetsresfactory.h \ +./wxsparent.h \ +./wxsitemresdataobject.h \ +./wxwidgetsguiconfigpanel.h \ +./wxsevents.h \ +./wxsitemeditor.h \ +./wxwidgetsguiappadoptingdlg.h \ +./wxsdialogres.h \ +./wxsscrollingdialogres.h \ +./wxsitemundobuffer.h \ +./wxsitemrestreedata.h \ +./wxscontainer.h \ +./wxsitemfactory.h \ +./wxsitem.h \ +./wxsstyle.h \ +./wxsframeres.h \ +./wxspanelres.h \ +./wxssizerparentqp.h \ +./wxstool.h \ +./wxstoolspace.h \ +./wxsgridpanel.h \ +./wxsdeleteitemres.h \ +./wxscodercontext.h \ +./wxscodegenerator.h \ +./wxsflags.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxssizer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemeditordragassist.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsitemeditorcontent.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscorrector.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsnewwindowdlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspanelres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxwidgetsguiconfigpanel.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsevents.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxspredefinedids.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxwidgetsres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxwidgetsguiappadoptingdlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsitemundobuffer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemrestreedata.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscontainer.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdrawingwindow.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemfactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbaseproperties.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitem.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscustomwidgetxmlhandler.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsframeres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstyle.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxseventseditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxswidget.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxwidgetsresfactory.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsparent.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemresdataobject.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemresdata.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsitemeditor.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdialogres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsscrollingdialogres.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxwidgetsgui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssizerparentqp.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstool.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxstoolspace.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsgridpanel.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsdeleteitemres.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscodercontext.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxscodegenerator.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxsmith_wxwidgets.la: $(libwxsmith_wxwidgets_la_OBJECTS) $(libwxsmith_wxwidgets_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmith_wxwidgets_la_LINK) $(libwxsmith_wxwidgets_la_OBJECTS) $(libwxsmith_wxwidgets_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbaseproperties.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodegenerator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscodercontext.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscontainer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscorrector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomwidgetxmlhandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdeleteitemres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdialogres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdrawingwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsevents.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxseventseditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsframeres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsgridpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitem.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditorcontent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemeditordragassist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemfactory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemresdata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemresdataobject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemrestreedata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsitemundobuffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsnewwindowdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspanelres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsparent.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspredefinedids.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsscrollingdialogres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizerparentqp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstyle.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstool.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxstoolspace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxswidget.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsgui.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsguiappadoptingdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsguiconfigpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxwidgetsresfactory.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-sdkHEADERS install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,886 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmith/wxwidgets/properties +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxsmith_wxwidgets_properties_la_DEPENDENCIES = \ + ../../../../../sdk/libcodeblocks.la +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxsmith_wxwidgets_properties_la_OBJECTS = \ + ./wxspositionsizeproperty.lo ./wxsfonteditordlg.lo \ + ./wxsarraystringcheckeditordlg.lo ./wxscolourproperty.lo \ + ./wxsstyleproperty.lo ./wxsarraystringcheckproperty.lo \ + ./wxsfontproperty.lo ./wxssizerflagsproperty.lo \ + ./wxsfontfaceeditordlg.lo ./wxsbitmapiconeditordlg.lo \ + ./wxsdimensionproperty.lo ./wxsbitmapiconproperty.lo \ + ./wxssimplefonteditordlg.lo ./wxsimagelisteditordlg.lo \ + ./wxsimagelistproperty.lo ./wxsimageproperty.lo \ + ./wxsimagecomboeditordlg.lo ./wxsimagecomboproperty.lo \ + ./wxsimagetreeeditordlg.lo ./wxsimagetreeproperty.lo +libwxsmith_wxwidgets_properties_la_OBJECTS = \ + $(am_libwxsmith_wxwidgets_properties_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmith_wxwidgets_properties_la_LINK = $(LIBTOOL) $(AM_V_lt) \ + --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ + $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(libwxsmith_wxwidgets_properties_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES) +DIST_SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) + +noinst_LTLIBRARIES = libwxsmith_wxwidgets_properties.la +libwxsmith_wxwidgets_properties_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmith_wxwidgets_properties_la_LIBADD = ../../../../../sdk/libcodeblocks.la +libwxsmith_wxwidgets_properties_la_SOURCES = \ +./wxspositionsizeproperty.cpp \ +./wxsfonteditordlg.cpp \ +./wxsarraystringcheckeditordlg.cpp \ +./wxscolourproperty.cpp \ +./wxsstyleproperty.cpp \ +./wxsarraystringcheckproperty.cpp \ +./wxsfontproperty.cpp \ +./wxssizerflagsproperty.cpp \ +./wxsfontfaceeditordlg.cpp \ +./wxsbitmapiconeditordlg.cpp \ +./wxsdimensionproperty.cpp \ +./wxsbitmapiconproperty.cpp \ +./wxssimplefonteditordlg.cpp \ +./wxsimagelisteditordlg.cpp \ +./wxsimagelistproperty.cpp \ +./wxsimageproperty.cpp \ +./wxsimagecomboeditordlg.cpp \ +./wxsimagecomboproperty.cpp \ +./wxsimagetreeeditordlg.cpp \ +./wxsimagetreeproperty.cpp + +sdkdir = $(includedir)/wxsmith/wxwidgets/properties/ +sdk_HEADERS = \ +./wxsdimensionproperty.h \ +./wxsbitmapiconproperty.h \ +./wxsarraystringcheckeditordlg.h \ +./wxsfonteditordlg.h \ +./wxspositionsizeproperty.h \ +./wxsstyleproperty.h \ +./wxscolourproperty.h \ +./wxsarraystringcheckproperty.h \ +./wxsfontproperty.h \ +./wxssizerflagsproperty.h \ +./wxsfontfaceeditordlg.h \ +./wxsbitmapiconeditordlg.h \ +./wxssimplefonteditordlg.h \ +./wxsimagelisteditordlg.h \ +./wxsimagelistproperty.h \ +./wxsimageproperty.h \ +./wxsimagecomboeditordlg.h \ +./wxsimagecomboproperty.h \ +./wxsimagetreeeditordlg.h \ +./wxsimagetreeproperty.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxspositionsizeproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsfonteditordlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsarraystringcheckeditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxscolourproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsstyleproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsarraystringcheckproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsfontproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxssizerflagsproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsfontfaceeditordlg.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbitmapiconeditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsdimensionproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsbitmapiconproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxssimplefonteditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsimagelisteditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsimagelistproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsimageproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) +./wxsimagecomboeditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsimagecomboproperty.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsimagetreeeditordlg.lo: ./$(am__dirstamp) \ + $(DEPDIR)/$(am__dirstamp) +./wxsimagetreeproperty.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxsmith_wxwidgets_properties.la: $(libwxsmith_wxwidgets_properties_la_OBJECTS) $(libwxsmith_wxwidgets_properties_la_DEPENDENCIES) $(EXTRA_libwxsmith_wxwidgets_properties_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmith_wxwidgets_properties_la_LINK) $(libwxsmith_wxwidgets_properties_la_OBJECTS) $(libwxsmith_wxwidgets_properties_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringcheckeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringcheckproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapiconeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsbitmapiconproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscolourproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsdimensionproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfonteditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontfaceeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsfontproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagecomboeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagecomboproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelisteditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagelistproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimageproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagetreeeditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsimagetreeproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspositionsizeproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssimplefonteditordlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxssizerflagsproperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstyleproperty.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsarraystringcheckeditordlg.cpp 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.cpp $ */ #include "wxsarraystringcheckeditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsarraystringcheckeditordlg.h 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckeditordlg.h $ */ #ifndef WXSARRAYSTRINGCHECKEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsarraystringcheckproperty.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.cpp $ */ #include "wxsarraystringcheckproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsarraystringcheckproperty.h 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsarraystringcheckproperty.h $ */ #ifndef WXSARRAYSTRINGCHECKPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsbitmapiconeditordlg.cpp 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.cpp $ */ #include "wxsbitmapiconeditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsbitmapiconeditordlg.h 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconeditordlg.h $ */ #ifndef WXSBITMAPICONEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10682 $ * $Id: wxsbitmapiconproperty.cpp 10682 2016-01-22 10:46:00Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.cpp $ */ #include "wxsbitmapiconproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsbitmapiconproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsbitmapiconproperty.h $ */ #ifndef WXSBITMAPICONPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp 2017-12-28 11:01:33.000000000 +0000 @@ -15,9 +15,9 @@ * You should have received a copy of the GNU General Public License * along with wxSmith. If not, see . * -* $Revision: 11030 $ -* $Id: wxscolourproperty.cpp 11030 2017-03-24 07:45:00Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp $ +* $Revision: 11255 $ +* $Id: wxscolourproperty.cpp 11255 2017-12-28 10:44:03Z fuscated $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.cpp $ */ #include "wxscolourproperty.h" @@ -28,6 +28,7 @@ #include #if wxCHECK_VERSION(3, 0, 0) #include +#include #endif #include "../wxsflags.h" @@ -40,7 +41,6 @@ using namespace wxsFlags; - // Creating custom colour property. // This is based on wxSystemColourProperty from propgrid @@ -203,10 +203,12 @@ int ColToInd( const wxColour& colour ) const; }; - +#if wxCHECK_VERSION(3, 1, 0) + wxPG_IMPLEMENT_PROPERTY_CLASS(wxsMyColourPropertyClass,wxEnumProperty,Choice) +#else WX_PG_IMPLEMENT_PROPERTY_CLASS(wxsMyColourPropertyClass,wxEnumProperty, wxColourPropertyValue,const wxColourPropertyValue&,Choice) - +#endif void wxsMyColourPropertyClass::Init( int type, const wxColour& colour ) { @@ -775,11 +777,14 @@ if ( colourRGB.length() == 0 && m_choices.GetCount() && colourName == m_choices.GetLabel(GetCustomColourIndex()) ) { - if ( !(argFlags & wxPG_EDITABLE_VALUE )) + if ( !(argFlags & wxPG_EDITABLE_VALUE ) ) { - // This really should not occurr... +#if wxCHECK_VERSION(3, 0, 0) + // This really should not occur... // wxASSERT(false); +#else ResetNextIndex(); +#endif return false; } @@ -827,7 +832,12 @@ if ( !done ) { +#if wxCHECK_VERSION(3, 0, 0) + // This really should not occur... + // wxASSERT(false); +#else ResetNextIndex(); +#endif return false; } diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxscolourproperty.h 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h $ */ #ifndef WXSCOLOURPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsdimensionproperty.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.cpp $ */ #include "wxsdimensionproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxsdimensionproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsdimensionproperty.h $ */ #ifndef WXSDIMENSIONPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsfonteditordlg.cpp 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.cpp $ */ #include "wxsfonteditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsfonteditordlg.h 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfonteditordlg.h $ */ #ifndef WXSFONTEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsfontfaceeditordlg.cpp 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.cpp $ */ #include "wxsfontfaceeditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxsfontfaceeditordlg.h 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontfaceeditordlg.h $ */ #ifndef WXSFONTFACEEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsfontproperty.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.cpp $ */ #include "wxsfontproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10025 $ * $Id: wxsfontproperty.h 10025 2014-11-06 09:23:37Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsfontproperty.h $ */ #ifndef WXSFONTPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10682 $ * $Id: wxspositionsizeproperty.cpp 10682 2016-01-22 10:46:00Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.cpp $ */ #include "wxspositionsizeproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8148 $ * $Id: wxspositionsizeproperty.h 8148 2012-07-19 19:50:28Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxspositionsizeproperty.h $ */ #ifndef WXSPOSITIONSIZEPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxssimplefonteditordlg.cpp 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.cpp $ */ #include "wxssimplefonteditordlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10681 $ * $Id: wxssimplefonteditordlg.h 10681 2016-01-22 10:45:30Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssimplefonteditordlg.h $ */ #ifndef WXSSIMPLEFONTEDITORDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxssizerflagsproperty.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.cpp $ */ #include "wxssizerflagsproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10431 $ * $Id: wxssizerflagsproperty.h 10431 2015-08-29 08:47:48Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxssizerflagsproperty.h $ */ #ifndef WXSSIZERFLAGSPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstyleproperty.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.cpp $ */ #include "wxsstyleproperty.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h 2017-11-26 01:48:24.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11150 $ * $Id: wxsstyleproperty.h 11150 2017-08-15 21:52:29Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/properties/wxsstyleproperty.h $ */ #ifndef WXSSTYLEPROPERTY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsbaseproperties.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.cpp $ */ #include "wxsbaseproperties.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsbaseproperties.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsbaseproperties.h $ */ #ifndef WXSBASEPROPERTIES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxscodegenerator.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscodegenerator.h $ */ #ifndef WXSCODEGENERATOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxscodercontext.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscodercontext.h $ */ #ifndef WXSCODERCONTEXT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8676 $ * $Id: wxscontainer.cpp 8676 2012-12-16 14:08:58Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp $ */ #include "wxscontainer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxscontainer.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.h $ */ #ifndef WXSCONTAINER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxscorrector.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.cpp $ */ #include "wxscorrector.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxscorrector.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxscorrector.h $ */ #ifndef WXSCORRECTOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxsdeleteitemres.cpp 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.cpp $ */ #include "wxsdeleteitemres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxsdeleteitemres.h 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdeleteitemres.h $ */ #ifndef WXSDELETEITEMRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsdialogres.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.cpp $ */ #include "wxsdialogres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsdialogres.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdialogres.h $ */ #ifndef WXSDIALOGRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11086 $ * $Id: wxsdrawingwindow.cpp 11086 2017-06-06 22:41:44Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.cpp $ */ #include "wxsdrawingwindow.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 11085 $ * $Id: wxsdrawingwindow.h 11085 2017-06-06 22:41:41Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsdrawingwindow.h $ */ #ifndef WXSDRAWINGWINDOW_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsevents.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.cpp $ */ #include "wxsevents.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxseventseditor.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.cpp $ */ #include "wxseventseditor.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxseventseditor.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxseventseditor.h $ */ #ifndef WXSEVENTSEDITOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsevents.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsevents.h $ */ #ifndef WXSEVENTS_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7835 $ * $Id: wxsexproperties.h 7835 2012-02-22 14:40:26Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsexproperties.h $ */ #ifndef WXSEXPROPERTIES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsflags.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsflags.h $ */ #ifndef WXSFLAGS_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsframeres.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.cpp $ */ #include "wxsframeres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsframeres.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsframeres.h $ */ #ifndef WXSFRAMERES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsgridpanel.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.cpp $ */ #include // wxPaintDC diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsgridpanel.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsgridpanel.h $ */ #ifndef WXSGRIDPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsitem.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.cpp $ */ #include "wxsitem.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsitemeditorcontent.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.cpp $ */ #include "wxsitemeditorcontent.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsitemeditorcontent.h 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditorcontent.h $ */ #ifndef WXSITEMEDITORCONTENT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxsitemeditor.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsitemeditordragassist.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.cpp $ */ #include "wxsitemeditordragassist.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsitemeditordragassist.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditordragassist.h $ */ #ifndef WXSITEMEDITORDRAGASSIST_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8335 $ * $Id: wxsitemeditor.h 8335 2012-09-03 07:43:04Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemeditor.h $ */ #ifndef WXSITEMEDITOR_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsitemfactory.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.cpp $ */ #include "wxsitemfactory.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsitemfactory.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemfactory.h $ */ #ifndef WXSITEMFACTORY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsitem.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitem.h $ */ #ifndef WXSITEM_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsiteminfo.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsiteminfo.h $ */ #ifndef WXSITEMINFO_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10685 $ * $Id: wxsitemres.cpp 10685 2016-01-22 10:51:51Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.cpp $ */ #include "wxsitemres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10976 $ * $Id: wxsitemresdata.cpp 10976 2017-01-21 10:41:53Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.cpp $ */ #include "wxsitemresdata.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8574 $ * $Id: wxsitemresdata.h 8574 2012-11-18 15:59:14Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdata.h $ */ #ifndef WXSITEMRESDATA_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsitemresdataobject.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.cpp $ */ #include "wxsitemresdataobject.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxsitemresdataobject.h 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemresdataobject.h $ */ #ifndef WXSITEMRESDATAOBJECT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8335 $ * $Id: wxsitemres.h 8335 2012-09-03 07:43:04Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemres.h $ */ #ifndef WXSITEMRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsitemrestreedata.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.cpp $ */ #include "wxsitemrestreedata.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsitemrestreedata.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemrestreedata.h $ */ #ifndef WXSITEMRESTREEDATA_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxsitemundobuffer.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.cpp $ */ #include "wxsitemundobuffer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsitemundobuffer.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsitemundobuffer.h $ */ #ifndef WXSITEMUNDOBUFFER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxsnewwindowdlg.cpp 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.cpp $ */ #include "wxsnewwindowdlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxsnewwindowdlg.h 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsnewwindowdlg.h $ */ #ifndef WXSNEWWINDOWDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxspanelres.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.cpp $ */ #include "wxspanelres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspanelres.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxspanelres.h $ */ #ifndef WXSPANELRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsparent.cpp 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.cpp $ */ #include "wxsparent.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxsparent.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsparent.h $ */ #ifndef WXSPARENT_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspredefinedids.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.cpp $ */ #include "wxspredefinedids.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxspredefinedids.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxspredefinedids.h $ */ #ifndef PREDEFINEDIDS_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsscrollingdialogres.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.cpp $ */ #include "wxsscrollingdialogres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7443 $ * $Id: wxsscrollingdialogres.h 7443 2011-09-01 16:29:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsscrollingdialogres.h $ */ #ifndef WXSSCROLLINGDIALOGRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10868 $ * $Id: wxssizer.cpp 10868 2016-06-14 05:41:59Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.cpp $ */ #include "wxssizer.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10392 $ * $Id: wxssizer.h 10392 2015-08-15 08:49:17Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxssizer.h $ */ #ifndef WXSSIZER_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxssizerparentqp.cpp 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.cpp $ */ #include "wxssizerparentqp.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxssizerparentqp.h 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxssizerparentqp.h $ */ #ifndef WXSSIZERPARENTQP_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxsstyle.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.cpp $ */ #include "wxsstyle.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxsstyle.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxsstyle.h $ */ #ifndef __WXSSTYLE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10688 $ * $Id: wxstool.cpp 10688 2016-01-22 12:24:56Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxstool.cpp $ */ #include "wxstool.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxstool.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxstool.h $ */ #ifndef WXSTOOL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10771 $ * $Id: wxstoolspace.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxstoolspace.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxstoolspace.h $ */ #ifndef WXSTOOLSPACE_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxswidget.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.cpp $ */ #include "wxswidget.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8704 $ * $Id: wxswidget.h 8704 2012-12-23 20:32:03Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxswidget.h $ */ #ifndef WXSWIDGET_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxwidgetsguiappadoptingdlg.cpp 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxwidgetsguiappadoptingdlg.h 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiappadoptingdlg.h $ */ #ifndef WXWIDGETSGUIAPPADOPTINGDLG_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxwidgetsguiconfigpanel.cpp 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.cpp $ */ #include "wxwidgetsguiconfigpanel.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10684 $ * $Id: wxwidgetsguiconfigpanel.h 10684 2016-01-22 10:49:37Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsguiconfigpanel.h $ */ #ifndef WXWIDGETSGUICONFIGPANEL_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10685 $ * $Id: wxwidgetsgui.cpp 10685 2016-01-22 10:51:51Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.cpp $ */ #include "wxwidgetsgui.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxwidgetsgui.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsgui.h $ */ #ifndef WXWIDGETSGUI_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxwidgetsres.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.cpp $ */ #include "wxwidgetsres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10874 $ * $Id: wxwidgetsresfactory.cpp 10874 2016-07-16 20:00:28Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.cpp $ */ #include "wxwidgetsresfactory.h" #include "wxsdialogres.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 8251 $ * $Id: wxwidgetsresfactory.h 8251 2012-08-28 02:31:00Z ollydbg $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsresfactory.h $ */ #ifndef WXWIDGETSRESFACTORY_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h 2017-11-26 01:48:25.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h 2017-10-31 23:32:39.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 7109 $ * $Id: wxwidgetsres.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h $ */ #ifndef WXWIDGETSRES_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithAui/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmithAui/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithAui/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithAui/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,975 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmithAui +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(srcdir)/wxsmithaui.pc.in $(top_srcdir)/depcomp \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = wxsmithaui.pc +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxSmithAui_la_DEPENDENCIES = ../../../sdk/libcodeblocks.la \ + ../wxSmith/libwxsmithlib.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxSmithAui_la_OBJECTS = ./wxAuiManager/wxsAuiManager.lo \ + ./wxAuiManager/wxsAuiManagerParentQP.lo \ + ./wxAuiManager/wxsAuiPaneInfoProperty.lo \ + ./wxAuiNotebook/wxsAuiNotebook.lo \ + ./wxAuiNotebook/wxSmithAuiNotebook.lo \ + ./wxAuiToolBar/wxsAuiToolBar.lo \ + ./wxAuiToolBar/wxsAuiToolBarItem.lo \ + ./wxAuiToolBar/wxsAuiToolBarItemBase.lo \ + ./wxAuiToolBar/wxsAuiToolBarLabel.lo \ + ./wxAuiToolBar/wxsAuiToolBarSeparator.lo \ + ./wxAuiToolBar/wxsAuiToolBarSpacer.lo \ + ./wxAuiToolBar/wxSmithAuiToolBar.lo ./wxSmithAui.lo +libwxSmithAui_la_OBJECTS = $(am_libwxSmithAui_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxSmithAui_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxSmithAui_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxSmithAui_la_SOURCES) +DIST_SOURCES = $(libwxSmithAui_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgconfig_DATA) $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) \ + -I$(top_srcdir)/src/plugins/contrib/wxSmith \ + -I$(srcdir)/wxAuiManager \ + -I$(srcdir)/wxAuiNotebook \ + -I$(srcdir)/wxAuiToolBar + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libwxSmithAui.la +libwxSmithAui_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxSmithAui_la_LIBADD = ../../../sdk/libcodeblocks.la \ + ../wxSmith/libwxsmithlib.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +EXTRA_DIST = $(srcdir)/images/*.xpm \ + $(srcdir)/images/*.xcf \ + $(srcdir)/wxsmith/*.wxs \ + $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = wxSmithAui.zip +CLEANFILES = $(pkgdata_DATA) +libwxSmithAui_la_SOURCES = \ +./wxAuiManager/wxsAuiManager.cpp \ +./wxAuiManager/wxsAuiManagerParentQP.cpp \ +./wxAuiManager/wxsAuiPaneInfoProperty.cpp \ +./wxAuiNotebook/wxsAuiNotebook.cpp \ +./wxAuiNotebook/wxSmithAuiNotebook.cpp \ +./wxAuiToolBar/wxsAuiToolBar.cpp \ +./wxAuiToolBar/wxsAuiToolBarItem.cpp \ +./wxAuiToolBar/wxsAuiToolBarItemBase.cpp \ +./wxAuiToolBar/wxsAuiToolBarLabel.cpp \ +./wxAuiToolBar/wxsAuiToolBarSeparator.cpp \ +./wxAuiToolBar/wxsAuiToolBarSpacer.cpp \ +./wxAuiToolBar/wxSmithAuiToolBar.cpp \ +./wxSmithAui.cpp + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = wxsmithaui.pc +noinst_HEADERS = \ +./wxAuiManager/wxsAuiManager.h \ +./wxAuiManager/wxsAuiManagerParentQP.h \ +./wxAuiManager/wxsAuiPaneInfoProperty.h \ +./wxAuiManager/wxSmithAuiManager.h \ +./wxAuiNotebook/wxsAuiNotebook.h \ +./wxAuiNotebook/wxSmithAuiNotebook.h \ +./wxAuiToolBar/wxsAuiToolBar.h \ +./wxAuiToolBar/wxsAuiToolBarItem.h \ +./wxAuiToolBar/wxsAuiToolBarItemBase.h \ +./wxAuiToolBar/wxsAuiToolBarLabel.h \ +./wxAuiToolBar/wxsAuiToolBarSeparator.h \ +./wxAuiToolBar/wxsAuiToolBarSpacer.h \ +./wxAuiToolBar/wxSmithAuiToolBar.h \ +./wxSmithAui.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithAui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithAui/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +wxsmithaui.pc: $(top_builddir)/config.status $(srcdir)/wxsmithaui.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +wxAuiManager/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiManager + @: > wxAuiManager/$(am__dirstamp) +wxAuiManager/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiManager/$(DEPDIR) + @: > wxAuiManager/$(DEPDIR)/$(am__dirstamp) +./wxAuiManager/wxsAuiManager.lo: wxAuiManager/$(am__dirstamp) \ + wxAuiManager/$(DEPDIR)/$(am__dirstamp) +./wxAuiManager/wxsAuiManagerParentQP.lo: wxAuiManager/$(am__dirstamp) \ + wxAuiManager/$(DEPDIR)/$(am__dirstamp) +./wxAuiManager/wxsAuiPaneInfoProperty.lo: \ + wxAuiManager/$(am__dirstamp) \ + wxAuiManager/$(DEPDIR)/$(am__dirstamp) +wxAuiNotebook/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiNotebook + @: > wxAuiNotebook/$(am__dirstamp) +wxAuiNotebook/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiNotebook/$(DEPDIR) + @: > wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) +./wxAuiNotebook/wxsAuiNotebook.lo: wxAuiNotebook/$(am__dirstamp) \ + wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) +./wxAuiNotebook/wxSmithAuiNotebook.lo: wxAuiNotebook/$(am__dirstamp) \ + wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) +wxAuiToolBar/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiToolBar + @: > wxAuiToolBar/$(am__dirstamp) +wxAuiToolBar/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxAuiToolBar/$(DEPDIR) + @: > wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBar.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBarItem.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBarItemBase.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBarLabel.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBarSeparator.lo: \ + wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxsAuiToolBarSpacer.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./wxAuiToolBar/wxSmithAuiToolBar.lo: wxAuiToolBar/$(am__dirstamp) \ + wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxSmithAui.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxSmithAui.la: $(libwxSmithAui_la_OBJECTS) $(libwxSmithAui_la_DEPENDENCIES) $(EXTRA_libwxSmithAui_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxSmithAui_la_LINK) -rpath $(pluginlibdir) $(libwxSmithAui_la_OBJECTS) $(libwxSmithAui_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + -rm -f ./wxAuiManager/*.$(OBJEXT) + -rm -f ./wxAuiManager/*.lo + -rm -f ./wxAuiNotebook/*.$(OBJEXT) + -rm -f ./wxAuiNotebook/*.lo + -rm -f ./wxAuiToolBar/*.$(OBJEXT) + -rm -f ./wxAuiToolBar/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSmithAui.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiManager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiManagerParentQP.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiManager/$(DEPDIR)/wxsAuiPaneInfoProperty.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiNotebook/$(DEPDIR)/wxSmithAuiNotebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiNotebook/$(DEPDIR)/wxsAuiNotebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxSmithAuiToolBar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarItem.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarItemBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarLabel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarSeparator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxAuiToolBar/$(DEPDIR)/wxsAuiToolBarSpacer.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./wxAuiManager/.libs ./wxAuiManager/_libs + -rm -rf ./wxAuiNotebook/.libs ./wxAuiNotebook/_libs + -rm -rf ./wxAuiToolBar/.libs ./wxAuiToolBar/_libs +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -rm -f wxAuiManager/$(DEPDIR)/$(am__dirstamp) + -rm -f wxAuiManager/$(am__dirstamp) + -rm -f wxAuiNotebook/$(DEPDIR)/$(am__dirstamp) + -rm -f wxAuiNotebook/$(am__dirstamp) + -rm -f wxAuiToolBar/$(DEPDIR)/$(am__dirstamp) + -rm -f wxAuiToolBar/$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) ./wxAuiManager/$(DEPDIR) ./wxAuiNotebook/$(DEPDIR) ./wxAuiToolBar/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgconfigDATA install-pkgdataDATA \ + install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) ./wxAuiManager/$(DEPDIR) ./wxAuiNotebook/$(DEPDIR) ./wxAuiToolBar/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgconfigDATA install-pkgdataDATA \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-pkgconfigDATA uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +wxSmithAui.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxSmithAui.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,1197 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmithContribItems +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(am__noinst_HEADERS_DIST) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libwxsmithcontribitems_la_DEPENDENCIES = \ + ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la \ + ../wxContribItems/wxchart/libwxchartctrl.la \ + ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ + ../wxContribItems/wxImagePanel/libwximagepanel.la \ + ../wxContribItems/wxSpeedButton/libwxspeedbutton.la \ + ../wxContribItems/KWIC/libwxkwic.la $(TREELIST_LA) \ + ../wxContribItems/wxthings/libwxcustombutton.la \ + ../wxContribItems/wxled/libwxled.la \ + ../wxContribItems/wxmathplot/libwxmathplot.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am__libwxsmithcontribitems_la_SOURCES_DIST = \ + ./wxflatnotebook/wxsFlatNotebook.cpp ./wxchart/wxschart.cpp \ + ./wxthings/wxscustombutton.cpp \ + ./wximagebutton/wxsimagebutton.cpp \ + ./wximagepanel/wxsimagepanel.cpp \ + ./wxspeedbutton/wxsSpeedButton.cpp \ + ./wxSmithKWIC/wxsangularmeter.cpp \ + ./wxSmithKWIC/wxsangularregulator.cpp \ + ./wxSmithKWIC/wxsbmpcheckbox.cpp \ + ./wxSmithKWIC/wxsbmpswitcher.cpp ./wxSmithKWIC/wxslcdclock.cpp \ + ./wxSmithKWIC/wxslcddisplay.cpp \ + ./wxSmithKWIC/wxslinearmeter.cpp \ + ./wxSmithKWIC/wxslinearregulator.cpp \ + ./wxtreelist/wxsTreeListCtrl.cpp \ + ./wxgbsizer/wxsGridBagSizer.cpp ./wxled/wxsLcdWindow.cpp \ + ./wxled/wxsLed.cpp ./wxled/wxsLedNumber.cpp \ + ./wxled/wxsLedPanel.cpp ./wxled/wxsStateLed.cpp \ + ./wxSmithPlot/wxsAxis.cpp ./wxSmithPlot/wxsMarker.cpp \ + ./wxSmithPlot/wxsMathPlot.cpp ./wxSmithPlot/wxsText.cpp \ + ./wxSmithPlot/wxsVector.cpp ./wxSmithContribItems.cpp +am__dirstamp = $(am__leading_dot)dirstamp +@HAVE_WX29_FALSE@am__objects_1 = ./wxtreelist/wxsTreeListCtrl.lo +am_libwxsmithcontribitems_la_OBJECTS = \ + ./wxflatnotebook/wxsFlatNotebook.lo ./wxchart/wxschart.lo \ + ./wxthings/wxscustombutton.lo \ + ./wximagebutton/wxsimagebutton.lo \ + ./wximagepanel/wxsimagepanel.lo \ + ./wxspeedbutton/wxsSpeedButton.lo \ + ./wxSmithKWIC/wxsangularmeter.lo \ + ./wxSmithKWIC/wxsangularregulator.lo \ + ./wxSmithKWIC/wxsbmpcheckbox.lo \ + ./wxSmithKWIC/wxsbmpswitcher.lo ./wxSmithKWIC/wxslcdclock.lo \ + ./wxSmithKWIC/wxslcddisplay.lo ./wxSmithKWIC/wxslinearmeter.lo \ + ./wxSmithKWIC/wxslinearregulator.lo $(am__objects_1) \ + ./wxgbsizer/wxsGridBagSizer.lo ./wxled/wxsLcdWindow.lo \ + ./wxled/wxsLed.lo ./wxled/wxsLedNumber.lo \ + ./wxled/wxsLedPanel.lo ./wxled/wxsStateLed.lo \ + ./wxSmithPlot/wxsAxis.lo ./wxSmithPlot/wxsMarker.lo \ + ./wxSmithPlot/wxsMathPlot.lo ./wxSmithPlot/wxsText.lo \ + ./wxSmithPlot/wxsVector.lo ./wxSmithContribItems.lo +libwxsmithcontribitems_la_OBJECTS = \ + $(am_libwxsmithcontribitems_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libwxsmithcontribitems_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(libwxsmithcontribitems_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxsmithcontribitems_la_SOURCES) +DIST_SOURCES = $(am__libwxsmithcontribitems_la_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +am__noinst_HEADERS_DIST = ./wxflatnotebook/wxsFlatNotebook.h \ + ./wxchart/wxschart.h ./wxthings/wxscustombutton.h \ + ./wximagebutton/wxsimagebutton.h \ + ./wximagepanel/wxsimagepanel.h \ + ./wxspeedbutton/wxsSpeedButton.h \ + ./wxSmithKWIC/wxsangularmeter.h \ + ./wxSmithKWIC/wxsangularregulator.h \ + ./wxSmithKWIC/wxsbmpcheckbox.h ./wxSmithKWIC/wxsbmpswitcher.h \ + ./wxSmithKWIC/wxslcdclock.h ./wxSmithKWIC/wxslcddisplay.h \ + ./wxSmithKWIC/wxslinearmeter.h \ + ./wxSmithKWIC/wxslinearregulator.h \ + ./wxtreelist/wxsTreeListCtrl.h ./wxgbsizer/wxsGridBagSizer.h \ + ./wxled/wxsLcdWindow.h ./wxled/wxsLed.h ./wxled/wxsLedNumber.h \ + ./wxled/wxsLedPanel.h ./wxled/wxsStateLed.h \ + ./wxSmithPlot/wxsAxis.h ./wxSmithPlot/wxsMarker.h \ + ./wxSmithPlot/wxsMathPlot.h ./wxSmithPlot/wxsText.h \ + ./wxSmithPlot/wxsVector.h ./wxSmithContribItems.h +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@HAVE_WX29_FALSE@TREELIST_INCLUDE = -I$(srcdir)/../wxContribItems/wxTreeList/include +@HAVE_WX29_FALSE@TREELIST_LA = ../wxContribItems/wxTreeList/libwxtreelist.la +@HAVE_WX29_FALSE@TREELIST_SRC = ./wxtreelist/wxsTreeListCtrl.cpp +@HAVE_WX29_FALSE@TREELIST_HDR = ./wxtreelist/wxsTreeListCtrl.h +@HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxtreelist/wxsTreeListCtrl.cpp $(srcdir)/wxtreelist/wxsTreeListCtrl.h +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) \ + -I$(top_srcdir)/src/plugins/contrib/wxSmith \ + -I$(top_srcdir)/src/plugins/contrib/wxSmith/wxwidgets \ + -I$(top_srcdir)/src/plugins/contrib/wxSmith/wxwidgets/properties \ + -I$(top_srcdir)/src/plugins/contrib/wxSmith/properties \ + -I$(srcdir)/../wxContribItems/wxchart/include \ + -I$(srcdir)/../wxContribItems/wxFlatNotebook/include \ + -I$(srcdir)/../wxContribItems/wxImagePanel/include \ + -I$(srcdir)/../wxContribItems/wxthings/include \ + -I$(srcdir)/../wxContribItems/KWIC/include \ + $(TREELIST_INCLUDE) \ + -I$(srcdir)/../wxContribItems/wxSpeedButton \ + -I$(srcdir)/../wxContribItems/wxled/gizmosled/include \ + -I$(srcdir)/../wxContribItems/wxled/lcdWindow/include \ + -I$(srcdir)/../wxContribItems/wxled/led/include \ + -I$(srcdir)/../wxContribItems/wxled/ledpanel/include \ + -I$(srcdir)/../wxContribItems/wxmathplot + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libwxsmithcontribitems.la +libwxsmithcontribitems_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libwxsmithcontribitems_la_LIBADD = ../../../sdk/libcodeblocks.la \ + ../wxSmith/libwxsmithlib.la \ + ../wxContribItems/wxchart/libwxchartctrl.la \ + ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la \ + ../wxContribItems/wxImagePanel/libwximagepanel.la \ + ../wxContribItems/wxSpeedButton/libwxspeedbutton.la \ + ../wxContribItems/KWIC/libwxkwic.la \ + $(TREELIST_LA) \ + ../wxContribItems/wxthings/libwxcustombutton.la \ + ../wxContribItems/wxled/libwxled.la \ + ../wxContribItems/wxmathplot/libwxmathplot.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +EXTRA_DIST = $(srcdir)/wxchart/*.xpm \ + $(srcdir)/wxchart/*.png \ + $(srcdir)/wximagebutton/*.xpm \ + $(srcdir)/wximagepanel/*.xpm \ + $(srcdir)/wxspeedbutton/*.xpm \ + $(srcdir)/wxthings/*.xpm \ + $(srcdir)/wxthings/*.png \ + $(srcdir)/wxflatnotebook/images/*.xpm \ + $(srcdir)/wxflatnotebook/images/*.png \ + $(srcdir)/wxSmithKWIC/images/*.xpm \ + $(srcdir)/wxtreelist/images/*.xpm \ + $(TREELIST_DIST) \ + $(srcdir)/wxgbsizer/images/*.xpm \ + $(srcdir)/wxled/images/*.xpm \ + $(srcdir)/wxSmithPlot/images/*.xpm \ + $(srcdir)/wxSmithPlot/test/*.h \ + $(srcdir)/wxSmithPlot/test/*.cpp \ + $(srcdir)/wxSmithPlot/test/resource.rc \ + $(srcdir)/wxSmithPlot/test/*.cbp \ + $(srcdir)/wxSmithPlot/test/wxsmith/*.wxs \ + $(srcdir)/*.cbp \ + manifest.xml + +pkgdata_DATA = wxsmithcontribitems.zip +CLEANFILES = $(pkgdata_DATA) +libwxsmithcontribitems_la_SOURCES = \ +./wxflatnotebook/wxsFlatNotebook.cpp \ +./wxchart/wxschart.cpp \ +./wxthings/wxscustombutton.cpp \ +./wximagebutton/wxsimagebutton.cpp \ +./wximagepanel/wxsimagepanel.cpp \ +./wxspeedbutton/wxsSpeedButton.cpp \ +./wxSmithKWIC/wxsangularmeter.cpp \ +./wxSmithKWIC/wxsangularregulator.cpp \ +./wxSmithKWIC/wxsbmpcheckbox.cpp \ +./wxSmithKWIC/wxsbmpswitcher.cpp \ +./wxSmithKWIC/wxslcdclock.cpp \ +./wxSmithKWIC/wxslcddisplay.cpp \ +./wxSmithKWIC/wxslinearmeter.cpp \ +./wxSmithKWIC/wxslinearregulator.cpp \ +$(TREELIST_SRC) \ +./wxgbsizer/wxsGridBagSizer.cpp \ +./wxled/wxsLcdWindow.cpp \ +./wxled/wxsLed.cpp \ +./wxled/wxsLedNumber.cpp \ +./wxled/wxsLedPanel.cpp \ +./wxled/wxsStateLed.cpp \ +./wxSmithPlot/wxsAxis.cpp \ +./wxSmithPlot/wxsMarker.cpp \ +./wxSmithPlot/wxsMathPlot.cpp \ +./wxSmithPlot/wxsText.cpp \ +./wxSmithPlot/wxsVector.cpp \ +./wxSmithContribItems.cpp + +noinst_HEADERS = \ +./wxflatnotebook/wxsFlatNotebook.h \ +./wxchart/wxschart.h \ +./wxthings/wxscustombutton.h \ +./wximagebutton/wxsimagebutton.h \ +./wximagepanel/wxsimagepanel.h \ +./wxspeedbutton/wxsSpeedButton.h \ +./wxSmithKWIC/wxsangularmeter.h \ +./wxSmithKWIC/wxsangularregulator.h \ +./wxSmithKWIC/wxsbmpcheckbox.h \ +./wxSmithKWIC/wxsbmpswitcher.h \ +./wxSmithKWIC/wxslcdclock.h \ +./wxSmithKWIC/wxslcddisplay.h \ +./wxSmithKWIC/wxslinearmeter.h \ +./wxSmithKWIC/wxslinearregulator.h \ +$(TREELIST_HDR) \ +./wxgbsizer/wxsGridBagSizer.h \ +./wxled/wxsLcdWindow.h \ +./wxled/wxsLed.h \ +./wxled/wxsLedNumber.h \ +./wxled/wxsLedPanel.h \ +./wxled/wxsStateLed.h \ +./wxSmithPlot/wxsAxis.h \ +./wxSmithPlot/wxsMarker.h \ +./wxSmithPlot/wxsMathPlot.h \ +./wxSmithPlot/wxsText.h \ +./wxSmithPlot/wxsVector.h \ +./wxSmithContribItems.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +wxflatnotebook/$(am__dirstamp): + @$(MKDIR_P) ./wxflatnotebook + @: > wxflatnotebook/$(am__dirstamp) +wxflatnotebook/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxflatnotebook/$(DEPDIR) + @: > wxflatnotebook/$(DEPDIR)/$(am__dirstamp) +./wxflatnotebook/wxsFlatNotebook.lo: wxflatnotebook/$(am__dirstamp) \ + wxflatnotebook/$(DEPDIR)/$(am__dirstamp) +wxchart/$(am__dirstamp): + @$(MKDIR_P) ./wxchart + @: > wxchart/$(am__dirstamp) +wxchart/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxchart/$(DEPDIR) + @: > wxchart/$(DEPDIR)/$(am__dirstamp) +./wxchart/wxschart.lo: wxchart/$(am__dirstamp) \ + wxchart/$(DEPDIR)/$(am__dirstamp) +wxthings/$(am__dirstamp): + @$(MKDIR_P) ./wxthings + @: > wxthings/$(am__dirstamp) +wxthings/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxthings/$(DEPDIR) + @: > wxthings/$(DEPDIR)/$(am__dirstamp) +./wxthings/wxscustombutton.lo: wxthings/$(am__dirstamp) \ + wxthings/$(DEPDIR)/$(am__dirstamp) +wximagebutton/$(am__dirstamp): + @$(MKDIR_P) ./wximagebutton + @: > wximagebutton/$(am__dirstamp) +wximagebutton/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wximagebutton/$(DEPDIR) + @: > wximagebutton/$(DEPDIR)/$(am__dirstamp) +./wximagebutton/wxsimagebutton.lo: wximagebutton/$(am__dirstamp) \ + wximagebutton/$(DEPDIR)/$(am__dirstamp) +wximagepanel/$(am__dirstamp): + @$(MKDIR_P) ./wximagepanel + @: > wximagepanel/$(am__dirstamp) +wximagepanel/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wximagepanel/$(DEPDIR) + @: > wximagepanel/$(DEPDIR)/$(am__dirstamp) +./wximagepanel/wxsimagepanel.lo: wximagepanel/$(am__dirstamp) \ + wximagepanel/$(DEPDIR)/$(am__dirstamp) +wxspeedbutton/$(am__dirstamp): + @$(MKDIR_P) ./wxspeedbutton + @: > wxspeedbutton/$(am__dirstamp) +wxspeedbutton/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxspeedbutton/$(DEPDIR) + @: > wxspeedbutton/$(DEPDIR)/$(am__dirstamp) +./wxspeedbutton/wxsSpeedButton.lo: wxspeedbutton/$(am__dirstamp) \ + wxspeedbutton/$(DEPDIR)/$(am__dirstamp) +wxSmithKWIC/$(am__dirstamp): + @$(MKDIR_P) ./wxSmithKWIC + @: > wxSmithKWIC/$(am__dirstamp) +wxSmithKWIC/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxSmithKWIC/$(DEPDIR) + @: > wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxsangularmeter.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxsangularregulator.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxsbmpcheckbox.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxsbmpswitcher.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxslcdclock.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxslcddisplay.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxslinearmeter.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +./wxSmithKWIC/wxslinearregulator.lo: wxSmithKWIC/$(am__dirstamp) \ + wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) +wxtreelist/$(am__dirstamp): + @$(MKDIR_P) ./wxtreelist + @: > wxtreelist/$(am__dirstamp) +wxtreelist/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxtreelist/$(DEPDIR) + @: > wxtreelist/$(DEPDIR)/$(am__dirstamp) +./wxtreelist/wxsTreeListCtrl.lo: wxtreelist/$(am__dirstamp) \ + wxtreelist/$(DEPDIR)/$(am__dirstamp) +wxgbsizer/$(am__dirstamp): + @$(MKDIR_P) ./wxgbsizer + @: > wxgbsizer/$(am__dirstamp) +wxgbsizer/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxgbsizer/$(DEPDIR) + @: > wxgbsizer/$(DEPDIR)/$(am__dirstamp) +./wxgbsizer/wxsGridBagSizer.lo: wxgbsizer/$(am__dirstamp) \ + wxgbsizer/$(DEPDIR)/$(am__dirstamp) +wxled/$(am__dirstamp): + @$(MKDIR_P) ./wxled + @: > wxled/$(am__dirstamp) +wxled/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxled/$(DEPDIR) + @: > wxled/$(DEPDIR)/$(am__dirstamp) +./wxled/wxsLcdWindow.lo: wxled/$(am__dirstamp) \ + wxled/$(DEPDIR)/$(am__dirstamp) +./wxled/wxsLed.lo: wxled/$(am__dirstamp) \ + wxled/$(DEPDIR)/$(am__dirstamp) +./wxled/wxsLedNumber.lo: wxled/$(am__dirstamp) \ + wxled/$(DEPDIR)/$(am__dirstamp) +./wxled/wxsLedPanel.lo: wxled/$(am__dirstamp) \ + wxled/$(DEPDIR)/$(am__dirstamp) +./wxled/wxsStateLed.lo: wxled/$(am__dirstamp) \ + wxled/$(DEPDIR)/$(am__dirstamp) +wxSmithPlot/$(am__dirstamp): + @$(MKDIR_P) ./wxSmithPlot + @: > wxSmithPlot/$(am__dirstamp) +wxSmithPlot/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./wxSmithPlot/$(DEPDIR) + @: > wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./wxSmithPlot/wxsAxis.lo: wxSmithPlot/$(am__dirstamp) \ + wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./wxSmithPlot/wxsMarker.lo: wxSmithPlot/$(am__dirstamp) \ + wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./wxSmithPlot/wxsMathPlot.lo: wxSmithPlot/$(am__dirstamp) \ + wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./wxSmithPlot/wxsText.lo: wxSmithPlot/$(am__dirstamp) \ + wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./wxSmithPlot/wxsVector.lo: wxSmithPlot/$(am__dirstamp) \ + wxSmithPlot/$(DEPDIR)/$(am__dirstamp) +./$(am__dirstamp): + @$(MKDIR_P) . + @: > ./$(am__dirstamp) +$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./$(DEPDIR) + @: > $(DEPDIR)/$(am__dirstamp) +./wxSmithContribItems.lo: ./$(am__dirstamp) $(DEPDIR)/$(am__dirstamp) + +libwxsmithcontribitems.la: $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_DEPENDENCIES) $(EXTRA_libwxsmithcontribitems_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libwxsmithcontribitems_la_LINK) -rpath $(pluginlibdir) $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./*.$(OBJEXT) + -rm -f ./*.lo + -rm -f ./wxSmithKWIC/*.$(OBJEXT) + -rm -f ./wxSmithKWIC/*.lo + -rm -f ./wxSmithPlot/*.$(OBJEXT) + -rm -f ./wxSmithPlot/*.lo + -rm -f ./wxchart/*.$(OBJEXT) + -rm -f ./wxchart/*.lo + -rm -f ./wxflatnotebook/*.$(OBJEXT) + -rm -f ./wxflatnotebook/*.lo + -rm -f ./wxgbsizer/*.$(OBJEXT) + -rm -f ./wxgbsizer/*.lo + -rm -f ./wximagebutton/*.$(OBJEXT) + -rm -f ./wximagebutton/*.lo + -rm -f ./wximagepanel/*.$(OBJEXT) + -rm -f ./wximagepanel/*.lo + -rm -f ./wxled/*.$(OBJEXT) + -rm -f ./wxled/*.lo + -rm -f ./wxspeedbutton/*.$(OBJEXT) + -rm -f ./wxspeedbutton/*.lo + -rm -f ./wxthings/*.$(OBJEXT) + -rm -f ./wxthings/*.lo + -rm -f ./wxtreelist/*.$(OBJEXT) + -rm -f ./wxtreelist/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSmithContribItems.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsangularmeter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsangularregulator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsbmpcheckbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxsbmpswitcher.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslcdclock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslcddisplay.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslinearmeter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithKWIC/$(DEPDIR)/wxslinearregulator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsAxis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsMarker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsMathPlot.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsText.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxSmithPlot/$(DEPDIR)/wxsVector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxchart/$(DEPDIR)/wxschart.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxflatnotebook/$(DEPDIR)/wxsFlatNotebook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxgbsizer/$(DEPDIR)/wxsGridBagSizer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wximagebutton/$(DEPDIR)/wxsimagebutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wximagepanel/$(DEPDIR)/wxsimagepanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLcdWindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLedNumber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsLedPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxled/$(DEPDIR)/wxsStateLed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxspeedbutton/$(DEPDIR)/wxsSpeedButton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxthings/$(DEPDIR)/wxscustombutton.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./wxtreelist/$(DEPDIR)/wxsTreeListCtrl.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./wxSmithKWIC/.libs ./wxSmithKWIC/_libs + -rm -rf ./wxSmithPlot/.libs ./wxSmithPlot/_libs + -rm -rf ./wxchart/.libs ./wxchart/_libs + -rm -rf ./wxflatnotebook/.libs ./wxflatnotebook/_libs + -rm -rf ./wxgbsizer/.libs ./wxgbsizer/_libs + -rm -rf ./wximagebutton/.libs ./wximagebutton/_libs + -rm -rf ./wximagepanel/.libs ./wximagepanel/_libs + -rm -rf ./wxled/.libs ./wxled/_libs + -rm -rf ./wxspeedbutton/.libs ./wxspeedbutton/_libs + -rm -rf ./wxthings/.libs ./wxthings/_libs + -rm -rf ./wxtreelist/.libs ./wxtreelist/_libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ./$(am__dirstamp) + -rm -f wxSmithKWIC/$(DEPDIR)/$(am__dirstamp) + -rm -f wxSmithKWIC/$(am__dirstamp) + -rm -f wxSmithPlot/$(DEPDIR)/$(am__dirstamp) + -rm -f wxSmithPlot/$(am__dirstamp) + -rm -f wxchart/$(DEPDIR)/$(am__dirstamp) + -rm -f wxchart/$(am__dirstamp) + -rm -f wxflatnotebook/$(DEPDIR)/$(am__dirstamp) + -rm -f wxflatnotebook/$(am__dirstamp) + -rm -f wxgbsizer/$(DEPDIR)/$(am__dirstamp) + -rm -f wxgbsizer/$(am__dirstamp) + -rm -f wximagebutton/$(DEPDIR)/$(am__dirstamp) + -rm -f wximagebutton/$(am__dirstamp) + -rm -f wximagepanel/$(DEPDIR)/$(am__dirstamp) + -rm -f wximagepanel/$(am__dirstamp) + -rm -f wxled/$(DEPDIR)/$(am__dirstamp) + -rm -f wxled/$(am__dirstamp) + -rm -f wxspeedbutton/$(DEPDIR)/$(am__dirstamp) + -rm -f wxspeedbutton/$(am__dirstamp) + -rm -f wxthings/$(DEPDIR)/$(am__dirstamp) + -rm -f wxthings/$(am__dirstamp) + -rm -f wxtreelist/$(DEPDIR)/$(am__dirstamp) + -rm -f wxtreelist/$(am__dirstamp) + -test -z "$(DEPDIR)/$(am__dirstamp)" || rm -f $(DEPDIR)/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) ./wxSmithKWIC/$(DEPDIR) ./wxSmithPlot/$(DEPDIR) ./wxchart/$(DEPDIR) ./wxflatnotebook/$(DEPDIR) ./wxgbsizer/$(DEPDIR) ./wximagebutton/$(DEPDIR) ./wximagepanel/$(DEPDIR) ./wxled/$(DEPDIR) ./wxspeedbutton/$(DEPDIR) ./wxthings/$(DEPDIR) ./wxtreelist/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) ./wxSmithKWIC/$(DEPDIR) ./wxSmithPlot/$(DEPDIR) ./wxchart/$(DEPDIR) ./wxflatnotebook/$(DEPDIR) ./wxgbsizer/$(DEPDIR) ./wximagebutton/$(DEPDIR) ./wximagepanel/$(DEPDIR) ./wxled/$(DEPDIR) ./wxspeedbutton/$(DEPDIR) ./wxthings/$(DEPDIR) ./wxtreelist/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +wxsmithcontribitems.zip: manifest.xml + PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxsmithcontribitems.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10771 $ * $Id: wxschart.cpp 10771 2016-02-06 14:29:31Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.cpp $ */ #include "wxschart.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxschart.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxchart/wxschart.h $ */ #ifndef WXSCHART_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10665 $ * $Id: wxsFlatNotebook.cpp 10665 2016-01-17 13:58:48Z fuscated $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.cpp $ */ #include "wxsFlatNotebook.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxsFlatNotebook.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxflatnotebook/wxsFlatNotebook.h $ */ #ifndef WXSFLATNOTEBOOK_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10749 $ * $Id: wxSmithContribItems.cpp 10749 2016-01-31 09:07:41Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cpp $ */ #include // Code::Blocks SDK diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10749 $ * $Id: wxSmithContribItems.h 10749 2016-01-31 09:07:41Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.h $ */ #ifndef WXSMITHCONTRIBITEMS_H_INCLUDED diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10749 $ * $Id: wxsAxis.cpp 10749 2016-01-31 09:07:41Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.cpp $ */ #include "wxsAxis.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h 2017-10-31 23:32:40.000000000 +0000 @@ -17,7 +17,7 @@ * * $Revision: 10610 $ * $Id: wxsAxis.h 10610 2015-12-07 05:32:34Z jenslody $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/wxsAxis.h $ */ #ifndef WXSSTATICTEXT1_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 10749 $ * $Id: wxscustombutton.cpp 10749 2016-01-31 09:07:41Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.cpp $ */ #include "wxscustombutton.h" diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h 2017-11-26 01:48:30.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h 2017-10-31 23:32:40.000000000 +0000 @@ -18,7 +18,7 @@ * * $Revision: 7109 $ * $Id: wxscustombutton.h 7109 2011-04-15 11:53:16Z mortenmacfly $ -* $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h $ +* $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/contrib/wxSmithContribItems/wxthings/wxscustombutton.h $ */ #ifndef WXSCUSTOMBUTTON_H diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithDemo/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmithDemo/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithDemo/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithDemo/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,560 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmithDemo +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = $(srcdir)/*.cpp \ + $(srcdir)/*.h \ + $(srcdir)/resource.rc \ + $(srcdir)/wxSmithDemo.cbp \ + $(srcdir)/media/*.* \ + $(srcdir)/wximages/*.xpm \ + $(srcdir)/wxsmith/*.wxs + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithDemo/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithDemo/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithIExplore/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmithIExplore/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithIExplore/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithIExplore/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,559 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmithIExplore +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = $(srcdir)/*.cpp \ + $(srcdir)/*.h \ + $(srcdir)/wxsSmithIExplore.cbp \ + $(srcdir)/manifest.xml \ + $(srcdir)/images \ + $(srcdir)/test + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithIExplore/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithIExplore/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/contrib/wxSmithSTC/Makefile.in codeblocks-17.12/src/plugins/contrib/wxSmithSTC/Makefile.in --- codeblocks-16.01svn11246/src/plugins/contrib/wxSmithSTC/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/contrib/wxSmithSTC/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,560 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/contrib/wxSmithSTC +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = $(srcdir)/*.cpp \ + $(srcdir)/*.h \ + $(srcdir)/*.cbp \ + $(srcdir)/manifest.xml \ + $(srcdir)/images \ + $(srcdir)/stc \ + $(srcdir)/stedit + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithSTC/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithSTC/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/cdb_driver.cpp codeblocks-17.12/src/plugins/debuggergdb/cdb_driver.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/cdb_driver.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/cdb_driver.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10920 $ * $Id: cdb_driver.cpp 10920 2016-11-09 18:32:43Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/cdb_driver.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/cdb_driver.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/databreakpointdlg.cpp codeblocks-17.12/src/plugins/debuggergdb/databreakpointdlg.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/databreakpointdlg.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/databreakpointdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10655 $ * $Id: databreakpointdlg.cpp 10655 2016-01-17 13:58:05Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/databreakpointdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/databreakpointdlg.cpp $ */ #include "databreakpointdlg.h" diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debugger_defs.cpp codeblocks-17.12/src/plugins/debuggergdb/debugger_defs.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debugger_defs.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debugger_defs.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11152 $ * $Id: debugger_defs.cpp 11152 2017-08-15 21:52:34Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debugger_defs.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debugger_defs.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggerdriver.cpp codeblocks-17.12/src/plugins/debuggergdb/debuggerdriver.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggerdriver.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debuggerdriver.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7920 $ * $Id: debuggerdriver.cpp 7920 2012-04-07 09:15:28Z tpetrov $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debuggerdriver.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debuggerdriver.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggergdb.cpp codeblocks-17.12/src/plugins/debuggergdb/debuggergdb.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggergdb.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debuggergdb.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11131 $ * $Id: debuggergdb.cpp 11131 2017-08-06 11:31:46Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debuggergdb.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debuggergdb.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggeroptionsdlg.cpp codeblocks-17.12/src/plugins/debuggergdb/debuggeroptionsdlg.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggeroptionsdlg.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debuggeroptionsdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11165 $ * $Id: debuggeroptionsdlg.cpp 11165 2017-09-09 14:40:32Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debuggeroptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debuggeroptionsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp codeblocks-17.12/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9231 $ * $Id: debuggeroptionsprjdlg.cpp 9231 2013-07-25 18:58:24Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggerstate.cpp codeblocks-17.12/src/plugins/debuggergdb/debuggerstate.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/debuggerstate.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/debuggerstate.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8543 $ * $Id: debuggerstate.cpp 8543 2012-11-10 22:36:18Z thomasdenk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/debuggerstate.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/debuggerstate.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/editbreakpointdlg.cpp codeblocks-17.12/src/plugins/debuggergdb/editbreakpointdlg.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/editbreakpointdlg.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/editbreakpointdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editbreakpointdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/editbreakpointdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/editbreakpointdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/editwatchdlg.cpp codeblocks-17.12/src/plugins/debuggergdb/editwatchdlg.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/editwatchdlg.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/editwatchdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editwatchdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/editwatchdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/editwatchdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/gdb_driver.cpp codeblocks-17.12/src/plugins/debuggergdb/gdb_driver.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/gdb_driver.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/gdb_driver.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11163 $ * $Id: gdb_driver.cpp 11163 2017-09-09 14:40:27Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/gdb_driver.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/gdb_driver.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/Makefile.in codeblocks-17.12/src/plugins/debuggergdb/Makefile.in --- codeblocks-16.01svn11246/src/plugins/debuggergdb/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,949 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/debuggergdb +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libdebugger_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) +am_libdebugger_la_OBJECTS = cdb_driver.lo databreakpointdlg.lo \ + debugger_defs.lo debuggerdriver.lo debuggergdb.lo \ + debuggeroptionsdlg.lo debuggeroptionsprjdlg.lo \ + debuggerstate.lo editbreakpointdlg.lo editwatchdlg.lo \ + gdb_driver.lo parsewatchvalue.lo +libdebugger_la_OBJECTS = $(am_libdebugger_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libdebugger_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libdebugger_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libdebugger_la_SOURCES) +DIST_SOURCES = $(libdebugger_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libdebugger.la +libdebugger_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libdebugger_la_LIBADD = ../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(WX_GTK_LIBS) \ + $(CB_TINYXML_LIBS) + +libdebugger_la_SOURCES = cdb_driver.cpp \ + databreakpointdlg.cpp \ + debugger_defs.cpp \ + debuggerdriver.cpp \ + debuggergdb.cpp \ + debuggeroptionsdlg.cpp \ + debuggeroptionsprjdlg.cpp \ + debuggerstate.cpp \ + editbreakpointdlg.cpp \ + editwatchdlg.cpp \ + gdb_driver.cpp \ + parsewatchvalue.cpp + +noinst_HEADERS = cdb_commands.h \ + cdb_driver.h \ + databreakpointdlg.h \ + debugger_defs.h \ + debuggerdriver.h \ + debuggergdb.h \ + debuggeroptionsdlg.h \ + debuggeroptionsprjdlg.h \ + debuggerstate.h \ + editbreakpointdlg.h \ + editwatchdlg.h \ + gdb_commands.h \ + gdb_driver.h \ + parsewatchvalue.h \ + remotedebugging.h + +EXTRA_DIST = debuggergdb_test_defs.cpp \ + debuggergdb_test_backtrace.cpp \ + debuggergdb_test_common.h \ + debuggergdb_test_main.cpp \ + debuggergdb_test_parser.cpp \ + debuggergdb_test_parser_cdb.cpp \ + $(srcdir)/*.cbp + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/debuggergdb/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/debuggergdb/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libdebugger.la: $(libdebugger_la_OBJECTS) $(libdebugger_la_DEPENDENCIES) $(EXTRA_libdebugger_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libdebugger_la_LINK) -rpath $(pluginlibdir) $(libdebugger_la_OBJECTS) $(libdebugger_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_driver.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/databreakpointdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger_defs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggerdriver.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggergdb.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggeroptionsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggeroptionsprjdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggerstate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editbreakpointdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editwatchdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_driver.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsewatchvalue.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/parsewatchvalue.cpp codeblocks-17.12/src/plugins/debuggergdb/parsewatchvalue.cpp --- codeblocks-16.01svn11246/src/plugins/debuggergdb/parsewatchvalue.cpp 2017-11-26 01:48:36.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/parsewatchvalue.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11082 $ * $Id: parsewatchvalue.cpp 11082 2017-06-04 12:24:01Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/debuggergdb/parsewatchvalue.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/debuggergdb/parsewatchvalue.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/debuggergdb/resources/Makefile.in codeblocks-17.12/src/plugins/debuggergdb/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/debuggergdb/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/debuggergdb/resources/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,619 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/debuggergdb/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = debugger.zip +CLEANFILES = $(pkgdata_DATA) +DEBUG_RESOURCES = breakpoints.xrc \ + debugger_options_dlg.xrc \ + debugger_project_options_dlg.xrc \ + edit_watches_dlg.xrc \ + manifest.xml + +EXTRA_DIST = $(DEBUG_RESOURCES) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/debuggergdb/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/debuggergdb/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +debugger.zip: $(DEBUG_RESOURCES) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/debugger.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/defaultmimehandler/defaultmimehandler.cpp codeblocks-17.12/src/plugins/defaultmimehandler/defaultmimehandler.cpp --- codeblocks-16.01svn11246/src/plugins/defaultmimehandler/defaultmimehandler.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/defaultmimehandler/defaultmimehandler.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10739 $ * $Id: defaultmimehandler.cpp 10739 2016-01-28 18:01:46Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/defaultmimehandler/defaultmimehandler.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/defaultmimehandler/defaultmimehandler.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/defaultmimehandler/editmimetypesdlg.cpp codeblocks-17.12/src/plugins/defaultmimehandler/editmimetypesdlg.cpp --- codeblocks-16.01svn11246/src/plugins/defaultmimehandler/editmimetypesdlg.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/defaultmimehandler/editmimetypesdlg.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10665 $ * $Id: editmimetypesdlg.cpp 10665 2016-01-17 13:58:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/defaultmimehandler/editmimetypesdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/defaultmimehandler/editmimetypesdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp codeblocks-17.12/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp --- codeblocks-16.01svn11246/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10268 $ * $Id: EmbeddedHtmlPanel.cpp 10268 2015-05-15 10:56:55Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/defaultmimehandler/Makefile.in codeblocks-17.12/src/plugins/defaultmimehandler/Makefile.in --- codeblocks-16.01svn11246/src/plugins/defaultmimehandler/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/defaultmimehandler/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,904 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/defaultmimehandler +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libdefaultmimehandler_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libdefaultmimehandler_la_OBJECTS = defaultmimehandler.lo \ + editmimetypesdlg.lo EmbeddedHtmlPanel.lo +libdefaultmimehandler_la_OBJECTS = \ + $(am_libdefaultmimehandler_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libdefaultmimehandler_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libdefaultmimehandler_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libdefaultmimehandler_la_SOURCES) +DIST_SOURCES = $(libdefaultmimehandler_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libdefaultmimehandler.la +libdefaultmimehandler_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libdefaultmimehandler_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libdefaultmimehandler_la_SOURCES = defaultmimehandler.cpp \ + editmimetypesdlg.cpp \ + EmbeddedHtmlPanel.cpp + +noinst_HEADERS = defaultmimehandler.h \ + editmimetypesdlg.h \ + mimetypesarray.h \ + EmbeddedHtmlPanel.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libdefaultmimehandler.la: $(libdefaultmimehandler_la_OBJECTS) $(libdefaultmimehandler_la_DEPENDENCIES) $(EXTRA_libdefaultmimehandler_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libdefaultmimehandler_la_LINK) -rpath $(pluginlibdir) $(libdefaultmimehandler_la_OBJECTS) $(libdefaultmimehandler_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EmbeddedHtmlPanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultmimehandler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editmimetypesdlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/defaultmimehandler/resources/Makefile.in codeblocks-17.12/src/plugins/defaultmimehandler/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/defaultmimehandler/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/defaultmimehandler/resources/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/defaultmimehandler/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = defaultmimehandler.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = edit_files_handling.xrc manifest.xml +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/defaultmimehandler/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +defaultmimehandler.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/defaultmimehandler.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/headerguard/headerguard.cpp codeblocks-17.12/src/plugins/headerguard/headerguard.cpp --- codeblocks-16.01svn11246/src/plugins/headerguard/headerguard.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/headerguard/headerguard.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10086 $ * $Id: headerguard.cpp 10086 2015-01-26 16:21:56Z thomas-denk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/headerguard/headerguard.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/headerguard/headerguard.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/loghacker/loghacker.cpp codeblocks-17.12/src/plugins/loghacker/loghacker.cpp --- codeblocks-16.01svn11246/src/plugins/loghacker/loghacker.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/loghacker/loghacker.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8679 $ * $Id: loghacker.cpp 8679 2012-12-16 14:10:32Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/loghacker/loghacker.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/loghacker/loghacker.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/Makefile.in codeblocks-17.12/src/plugins/Makefile.in --- codeblocks-16.01svn11246/src/plugins/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/Makefile.in 2017-12-28 11:01:54.000000000 +0000 @@ -0,0 +1,783 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@BUILD_ASTYLE_TRUE@MAYBE_ASTYLE = astyle +@BUILD_AUTOSAVE_TRUE@MAYBE_AUTOSAVE = autosave +@BUILD_CLASSWIZARD_TRUE@MAYBE_CLASSWIZARD = classwizard +@BUILD_CODECOMPLETION_TRUE@MAYBE_CODECOMPLETION = codecompletion +@BUILD_COMPILER_TRUE@MAYBE_COMPILER = compilergcc +@BUILD_DEBUGGER_TRUE@MAYBE_DEBUGGER = debuggergdb +@BUILD_MIMEHANDLER_TRUE@MAYBE_MIMEHANDLER = defaultmimehandler +@BUILD_OPENFILESLIST_TRUE@MAYBE_OPENFILESLIST = openfileslist +@BUILD_OCCURRENCESHIGHLIGHTING_TRUE@MAYBE_OCCURRENCESHIGHLIGHTING = occurrenceshighlighting +@BUILD_PROJECTSIMPORTER_TRUE@MAYBE_PROJECTSIMPORTER = projectsimporter +@BUILD_SCRIPTEDWIZARD_TRUE@MAYBE_SCRIPTEDWIZARD = scriptedwizard +@BUILD_TODO_TRUE@MAYBE_TODO = todo +@BUILD_ABBREVIATIONS_TRUE@MAYBE_ABBREVIATIONS = abbreviations +@BUILD_MANIFEST_TRUE@MAYBE_MANIFEST = xpmanifest +SUBDIRS = $(MAYBE_ASTYLE) \ + $(MAYBE_AUTOSAVE) \ + $(MAYBE_CLASSWIZARD) \ + $(MAYBE_CODECOMPLETION) \ + $(MAYBE_COMPILER) \ + $(MAYBE_DEBUGGER) \ + $(MAYBE_MIMEHANDLER) \ + $(MAYBE_SCRIPTEDWIZARD) \ + $(MAYBE_PROJECTSIMPORTER) \ + $(MAYBE_OPENFILESLIST) \ + $(MAYBE_OCCURRENCESHIGHLIGHTING) \ + $(MAYBE_TODO) \ + $(MAYBE_ABBREVIATIONS) \ + $(MAYBE_MANIFEST) \ + contrib + +# the 'contrib' subdir contains its own filtering +DIST_SUBDIRS = abbreviations \ + astyle \ + autosave \ + classwizard \ + codecompletion \ + compilergcc \ + debuggergdb \ + defaultmimehandler \ + openfileslist \ + occurrenceshighlighting \ + projectsimporter \ + scriptedwizard \ + todo \ + xpmanifest \ + contrib + +EXTRA_DIST = headerguard \ + loghacker \ + modpoller \ + tidycmt + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/modpoller/ModPoller.cpp codeblocks-17.12/src/plugins/modpoller/ModPoller.cpp --- codeblocks-16.01svn11246/src/plugins/modpoller/ModPoller.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/modpoller/ModPoller.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: ModPoller.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/modpoller/ModPoller.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/modpoller/ModPoller.cpp $ */ #include // Code::Blocks SDK diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/highlighter.cpp codeblocks-17.12/src/plugins/occurrenceshighlighting/highlighter.cpp --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/highlighter.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/highlighter.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11106 $ * $Id: highlighter.cpp 11106 2017-07-01 21:19:44Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/occurrenceshighlighting/highlighter.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/occurrenceshighlighting/highlighter.cpp $ */ #include "highlighter.h" diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/Makefile.in codeblocks-17.12/src/plugins/occurrenceshighlighting/Makefile.in --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,910 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/occurrenceshighlighting +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +liboccurrenceshighlighting_la_DEPENDENCIES = \ + ../../sdk/libcodeblocks.la $(am__DEPENDENCIES_1) +am_liboccurrenceshighlighting_la_OBJECTS = occurrenceshighlighting.lo \ + occurrencespanel.lo \ + occurrenceshighlightingconfigurationpanel.lo highlighter.lo +liboccurrenceshighlighting_la_OBJECTS = \ + $(am_liboccurrenceshighlighting_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +liboccurrenceshighlighting_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(liboccurrenceshighlighting_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(liboccurrenceshighlighting_la_SOURCES) +DIST_SOURCES = $(liboccurrenceshighlighting_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/scripting/bindings + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = liboccurrenceshighlighting.la +liboccurrenceshighlighting_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +liboccurrenceshighlighting_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +liboccurrenceshighlighting_la_SOURCES = occurrenceshighlighting.cpp \ + occurrencespanel.cpp \ + occurrenceshighlightingconfigurationpanel.cpp \ + highlighter.cpp + +noinst_HEADERS = occurrenceshighlighting.h \ + occurrencespanel.h \ + occurrenceshighlightingconfigurationpanel.h \ + highlighter.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +liboccurrenceshighlighting.la: $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_DEPENDENCIES) $(EXTRA_liboccurrenceshighlighting_la_DEPENDENCIES) + $(AM_V_CXXLD)$(liboccurrenceshighlighting_la_LINK) -rpath $(pluginlibdir) $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/highlighter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlighting.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrencespanel.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9263 $ * $Id: occurrenceshighlightingconfigurationpanel.cpp 9263 2013-08-17 09:20:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/occurrenceshighlighting/occurrenceshighlightingconfigurationpanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9597 $ * $Id: occurrenceshighlighting.cpp 9597 2014-01-22 22:11:10Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/occurrenceshighlighting/occurrenceshighlighting.cpp $ */ #include // Code::Blocks SDK diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrencespanel.cpp codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrencespanel.cpp --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/occurrencespanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/occurrencespanel.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10269 $ * $Id: occurrencespanel.cpp 10269 2015-05-15 10:56:59Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/occurrenceshighlighting/occurrencespanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/occurrenceshighlighting/occurrencespanel.cpp $ */ #include "occurrencespanel.h" diff -Nru codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/resources/Makefile.in codeblocks-17.12/src/plugins/occurrenceshighlighting/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/occurrenceshighlighting/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/occurrenceshighlighting/resources/Makefile.in 2017-12-28 11:02:02.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/occurrenceshighlighting/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = occurrenceshighlighting.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = manifest.xml $(srcdir)/*.xrc +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +occurrenceshighlighting.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/occurrenceshighlighting.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/openfileslist/Makefile.in codeblocks-17.12/src/plugins/openfileslist/Makefile.in --- codeblocks-16.01svn11246/src/plugins/openfileslist/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/openfileslist/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,811 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/openfileslist +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libopenfileslist_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libopenfileslist_la_OBJECTS = openfileslistplugin.lo +libopenfileslist_la_OBJECTS = $(am_libopenfileslist_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libopenfileslist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libopenfileslist_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libopenfileslist_la_SOURCES) +DIST_SOURCES = $(libopenfileslist_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libopenfileslist.la +libopenfileslist_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libopenfileslist_la_LIBADD = ../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libopenfileslist_la_SOURCES = openfileslistplugin.cpp +noinst_HEADERS = openfileslistplugin.h +pkgdata_DATA = openfileslist.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = manifest.xml +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/openfileslist/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/openfileslist/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libopenfileslist.la: $(libopenfileslist_la_OBJECTS) $(libopenfileslist_la_DEPENDENCIES) $(EXTRA_libopenfileslist_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libopenfileslist_la_LINK) -rpath $(pluginlibdir) $(libopenfileslist_la_OBJECTS) $(libopenfileslist_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openfileslistplugin.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +openfileslist.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/openfileslist.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/openfileslist/openfileslistplugin.cpp codeblocks-17.12/src/plugins/openfileslist/openfileslistplugin.cpp --- codeblocks-16.01svn11246/src/plugins/openfileslist/openfileslistplugin.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/openfileslist/openfileslistplugin.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11060 $ * $Id: openfileslistplugin.cpp 11060 2017-05-08 17:56:03Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/openfileslist/openfileslistplugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/openfileslist/openfileslistplugin.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/devcpploader.cpp codeblocks-17.12/src/plugins/projectsimporter/devcpploader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/devcpploader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/devcpploader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8680 $ * $Id: devcpploader.cpp 8680 2012-12-16 14:58:35Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/devcpploader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/devcpploader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/Makefile.in codeblocks-17.12/src/plugins/projectsimporter/Makefile.in --- codeblocks-16.01svn11246/src/plugins/projectsimporter/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,928 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/projectsimporter +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libprojectsimporter_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_libprojectsimporter_la_OBJECTS = projectsimporter.lo \ + devcpploader.lo msvc10loader.lo msvc7loader.lo \ + msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo \ + msvcworkspaceloader.lo +libprojectsimporter_la_OBJECTS = $(am_libprojectsimporter_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libprojectsimporter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libprojectsimporter_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libprojectsimporter_la_SOURCES) +DIST_SOURCES = $(libprojectsimporter_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libprojectsimporter.la +libprojectsimporter_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libprojectsimporter_la_LIBADD = ../../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(CB_TINYXML_LIBS) + +libprojectsimporter_la_SOURCES = projectsimporter.cpp \ + devcpploader.cpp \ + msvc10loader.cpp \ + msvc7loader.cpp \ + msvc7workspaceloader.cpp \ + msvcloader.cpp \ + msvcworkspacebase.cpp \ + msvcworkspaceloader.cpp + +noinst_HEADERS = projectsimporter.h \ + devcpploader.h \ + msvc10loader.h \ + msvc7loader.h \ + msvc7workspaceloader.h \ + msvcloader.h \ + msvcworkspacebase.h \ + msvcworkspaceloader.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/projectsimporter/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/projectsimporter/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libprojectsimporter.la: $(libprojectsimporter_la_OBJECTS) $(libprojectsimporter_la_DEPENDENCIES) $(EXTRA_libprojectsimporter_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libprojectsimporter_la_LINK) -rpath $(pluginlibdir) $(libprojectsimporter_la_OBJECTS) $(libprojectsimporter_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devcpploader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc10loader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc7loader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc7workspaceloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcworkspacebase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvcworkspaceloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectsimporter.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc10loader.cpp codeblocks-17.12/src/plugins/projectsimporter/msvc10loader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc10loader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvc10loader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: msvc10loader.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvc10loader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvc10loader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc7loader.cpp codeblocks-17.12/src/plugins/projectsimporter/msvc7loader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc7loader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvc7loader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: msvc7loader.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvc7loader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvc7loader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc7workspaceloader.cpp codeblocks-17.12/src/plugins/projectsimporter/msvc7workspaceloader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvc7workspaceloader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvc7workspaceloader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10717 $ * $Id: msvc7workspaceloader.cpp 10717 2016-01-28 14:31:51Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvc7workspaceloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvc7workspaceloader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcloader.cpp codeblocks-17.12/src/plugins/projectsimporter/msvcloader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcloader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvcloader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8680 $ * $Id: msvcloader.cpp 8680 2012-12-16 14:58:35Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvcloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvcloader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcworkspacebase.cpp codeblocks-17.12/src/plugins/projectsimporter/msvcworkspacebase.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcworkspacebase.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvcworkspacebase.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8680 $ * $Id: msvcworkspacebase.cpp 8680 2012-12-16 14:58:35Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvcworkspacebase.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvcworkspacebase.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcworkspaceloader.cpp codeblocks-17.12/src/plugins/projectsimporter/msvcworkspaceloader.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/msvcworkspaceloader.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/msvcworkspaceloader.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8680 $ * $Id: msvcworkspaceloader.cpp 8680 2012-12-16 14:58:35Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/msvcworkspaceloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/msvcworkspaceloader.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/projectsimporter.cpp codeblocks-17.12/src/plugins/projectsimporter/projectsimporter.cpp --- codeblocks-16.01svn11246/src/plugins/projectsimporter/projectsimporter.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/projectsimporter.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9181 $ * $Id: projectsimporter.cpp 9181 2013-07-08 23:05:27Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/projectsimporter/projectsimporter.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/projectsimporter/projectsimporter.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/projectsimporter/resources/Makefile.in codeblocks-17.12/src/plugins/projectsimporter/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/projectsimporter/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/projectsimporter/resources/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/projectsimporter/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = projectsimporter.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = project_import_menu.xrc manifest.xml +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/projectsimporter/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/projectsimporter/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +projectsimporter.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/projectsimporter.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/buildtargetpanel.cpp codeblocks-17.12/src/plugins/scriptedwizard/buildtargetpanel.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/buildtargetpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/buildtargetpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: buildtargetpanel.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/buildtargetpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/buildtargetpanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/compilerpanel.cpp codeblocks-17.12/src/plugins/scriptedwizard/compilerpanel.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/compilerpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/compilerpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10548 $ * $Id: compilerpanel.cpp 10548 2015-10-25 11:37:05Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/compilerpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/compilerpanel.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/filepathpanel.cpp codeblocks-17.12/src/plugins/scriptedwizard/filepathpanel.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/filepathpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/filepathpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: filepathpanel.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/filepathpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/filepathpanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/genericselectpath.cpp codeblocks-17.12/src/plugins/scriptedwizard/genericselectpath.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/genericselectpath.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/genericselectpath.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: genericselectpath.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/genericselectpath.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/genericselectpath.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/genericsinglechoicelist.cpp codeblocks-17.12/src/plugins/scriptedwizard/genericsinglechoicelist.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/genericsinglechoicelist.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/genericsinglechoicelist.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: genericsinglechoicelist.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/genericsinglechoicelist.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/genericsinglechoicelist.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/infopanel.cpp codeblocks-17.12/src/plugins/scriptedwizard/infopanel.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/infopanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/infopanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: infopanel.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/infopanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/infopanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,924 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libscriptedwizard_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libscriptedwizard_la_OBJECTS = buildtargetpanel.lo compilerpanel.lo \ + filepathpanel.lo genericselectpath.lo infopanel.lo \ + genericsinglechoicelist.lo projectpathpanel.lo wiz.lo \ + wizpage.lo +libscriptedwizard_la_OBJECTS = $(am_libscriptedwizard_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libscriptedwizard_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libscriptedwizard_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libscriptedwizard_la_SOURCES) +DIST_SOURCES = $(libscriptedwizard_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/sqplus + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libscriptedwizard.la +libscriptedwizard_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libscriptedwizard_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libscriptedwizard_la_SOURCES = buildtargetpanel.cpp \ + compilerpanel.cpp \ + filepathpanel.cpp \ + genericselectpath.cpp \ + infopanel.cpp \ + genericsinglechoicelist.cpp \ + projectpathpanel.cpp \ + wiz.cpp \ + wizpage.cpp + +noinst_HEADERS = buildtargetpanel.h \ + compilerpanel.h \ + filepathpanel.h \ + genericselectpath.h \ + infopanel.h \ + genericsinglechoicelist.h \ + projectpathpanel.h \ + wiz.h \ + wizpage.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libscriptedwizard.la: $(libscriptedwizard_la_OBJECTS) $(libscriptedwizard_la_DEPENDENCIES) $(EXTRA_libscriptedwizard_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libscriptedwizard_la_LINK) -rpath $(pluginlibdir) $(libscriptedwizard_la_OBJECTS) $(libscriptedwizard_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buildtargetpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filepathpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericselectpath.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericsinglechoicelist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infopanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectpathpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wiz.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wizpage.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/projectpathpanel.cpp codeblocks-17.12/src/plugins/scriptedwizard/projectpathpanel.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/projectpathpanel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/projectpathpanel.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10270 $ * $Id: projectpathpanel.cpp 10270 2015-05-15 10:57:08Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/projectpathpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/projectpathpanel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arduino/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/arduino/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arduino/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/arduino/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,707 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/arduino +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_cores_DATA) $(dist_files_DATA) $(dist_libraries_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(coresdir)" "$(DESTDIR)$(filesdir)" \ + "$(DESTDIR)$(librariesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_cores_DATA) $(dist_files_DATA) $(dist_libraries_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arduino +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/sketch.cpp +coresdir = $(filesdir)/cores +dist_cores_DATA = files/cores/CDC.cpp \ + files/cores/HardwareSerial.cpp \ + files/cores/HID.cpp \ + files/cores/IPAddress.cpp \ + files/cores/main.cpp \ + files/cores/new.cpp \ + files/cores/Print.cpp \ + files/cores/Stream.cpp \ + files/cores/Tone.cpp \ + files/cores/USBCore.cpp \ + files/cores/WInterrupts.c \ + files/cores/wiring_analog.c \ + files/cores/wiring.c \ + files/cores/wiring_digital.c \ + files/cores/wiring_pulse.c \ + files/cores/wiring_shift.c \ + files/cores/WMath.cpp \ + files/cores/WString.cpp + +librariesdir = $(filesdir)/cores +dist_libraries_DATA = files/libraries/libraries.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arduino/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arduino/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_coresDATA: $(dist_cores_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_cores_DATA)'; test -n "$(coresdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(coresdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(coresdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(coresdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(coresdir)" || exit $$?; \ + done + +uninstall-dist_coresDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_cores_DATA)'; test -n "$(coresdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(coresdir)'; $(am__uninstall_files_from_dir) +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_librariesDATA: $(dist_libraries_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_libraries_DATA)'; test -n "$(librariesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(librariesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(librariesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(librariesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(librariesdir)" || exit $$?; \ + done + +uninstall-dist_librariesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_libraries_DATA)'; test -n "$(librariesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(librariesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(coresdir)" "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(librariesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_coresDATA install-dist_filesDATA \ + install-dist_librariesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_coresDATA uninstall-dist_filesDATA \ + uninstall-dist_librariesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_coresDATA install-dist_filesDATA \ + install-dist_librariesDATA install-dist_pkgdataDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_coresDATA uninstall-dist_filesDATA \ + uninstall-dist_librariesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arm/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/arm/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/arm/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/arm/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,1306 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/arm +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_arm1h_DATA) $(dist_arm1ld_DATA) $(dist_arm1src_DATA) \ + $(dist_arm2h_DATA) $(dist_arm2ld_DATA) $(dist_arm2src_DATA) \ + $(dist_arm3h_DATA) $(dist_arm3ld_DATA) $(dist_arm3src_DATA) \ + $(dist_arm4h_DATA) $(dist_arm4ld_DATA) $(dist_arm4src_DATA) \ + $(dist_arm5h_DATA) $(dist_arm5ld_DATA) $(dist_arm5src_DATA) \ + $(dist_arm6h_DATA) $(dist_arm6ld_DATA) $(dist_arm6src_DATA) \ + $(dist_arm7h_DATA) $(dist_arm7ld_DATA) $(dist_arm7src_DATA) \ + $(dist_arm8h_DATA) $(dist_arm8ld_DATA) $(dist_arm8src_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(arm1hdir)" "$(DESTDIR)$(arm1lddir)" \ + "$(DESTDIR)$(arm1srcdir)" "$(DESTDIR)$(arm2hdir)" \ + "$(DESTDIR)$(arm2lddir)" "$(DESTDIR)$(arm2srcdir)" \ + "$(DESTDIR)$(arm3hdir)" "$(DESTDIR)$(arm3lddir)" \ + "$(DESTDIR)$(arm3srcdir)" "$(DESTDIR)$(arm4hdir)" \ + "$(DESTDIR)$(arm4lddir)" "$(DESTDIR)$(arm4srcdir)" \ + "$(DESTDIR)$(arm5hdir)" "$(DESTDIR)$(arm5lddir)" \ + "$(DESTDIR)$(arm5srcdir)" "$(DESTDIR)$(arm6hdir)" \ + "$(DESTDIR)$(arm6lddir)" "$(DESTDIR)$(arm6srcdir)" \ + "$(DESTDIR)$(arm7hdir)" "$(DESTDIR)$(arm7lddir)" \ + "$(DESTDIR)$(arm7srcdir)" "$(DESTDIR)$(arm8hdir)" \ + "$(DESTDIR)$(arm8lddir)" "$(DESTDIR)$(arm8srcdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_arm1h_DATA) $(dist_arm1ld_DATA) $(dist_arm1src_DATA) \ + $(dist_arm2h_DATA) $(dist_arm2ld_DATA) $(dist_arm2src_DATA) \ + $(dist_arm3h_DATA) $(dist_arm3ld_DATA) $(dist_arm3src_DATA) \ + $(dist_arm4h_DATA) $(dist_arm4ld_DATA) $(dist_arm4src_DATA) \ + $(dist_arm5h_DATA) $(dist_arm5ld_DATA) $(dist_arm5src_DATA) \ + $(dist_arm6h_DATA) $(dist_arm6ld_DATA) $(dist_arm6src_DATA) \ + $(dist_arm7h_DATA) $(dist_arm7ld_DATA) $(dist_arm7src_DATA) \ + $(dist_arm8h_DATA) $(dist_arm8ld_DATA) $(dist_arm8src_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arm +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + + +# Code below is used to install data files. If you modify this wizard don't +# forget to update this file. + +# Install ARM-eval7t files +arm1hdir = $(pkgdatadir)/files/ARM-eval7t/h +arm1lddir = $(pkgdatadir)/files/ARM-eval7t/ld +arm1srcdir = $(pkgdatadir)/files/ARM-eval7t/src +dist_arm1h_DATA = files/ARM-eval7t/h/evaluator7t.h +dist_arm1ld_DATA = files/ARM-eval7t/ld/target.ld +dist_arm1src_DATA = files/ARM-eval7t/src/main.c \ + files/ARM-eval7t/src/vectors.S + + +# Install ek-at91sam7a3 files +arm2hdir = $(pkgdatadir)/files/ek-at91sam7a3/h +arm2lddir = $(pkgdatadir)/files/ek-at91sam7a3/ld +arm2srcdir = $(pkgdatadir)/files/ek-at91sam7a3/src +dist_arm2h_DATA = files/ek-at91sam7a3/h/at91sam7a3.h \ + files/ek-at91sam7a3/h/sam7a3ek.h + +dist_arm2ld_DATA = files/ek-at91sam7a3/ld/target.ld \ + files/ek-at91sam7a3/ld/targetRAM.ld + +dist_arm2src_DATA = files/ek-at91sam7a3/src/main.c \ + files/ek-at91sam7a3/src/vectors.S + + +# Install lpd-lh7a404 files +arm3hdir = $(pkgdatadir)/files/lpd-lh7a404/h +arm3lddir = $(pkgdatadir)/files/lpd-lh7a404/ld +arm3srcdir = $(pkgdatadir)/files/lpd-lh7a404/src +dist_arm3h_DATA = files/lpd-lh7a404/h/arm9_mm.h \ + files/lpd-lh7a404/h/lh7a404.h \ + files/lpd-lh7a404/h/lpd404.h + +dist_arm3ld_DATA = files/lpd-lh7a404/ld/target.ld +dist_arm3src_DATA = files/lpd-lh7a404/src/lh7a404_mm.c \ + files/lpd-lh7a404/src/main.c \ + files/lpd-lh7a404/src/vectors.S + + +# Install olimex-at91sam7sx files +arm4hdir = $(pkgdatadir)/files/olimex-at91sam7sx/h +arm4lddir = $(pkgdatadir)/files/olimex-at91sam7sx/ld +arm4srcdir = $(pkgdatadir)/files/olimex-at91sam7sx/src +dist_arm4h_DATA = files/olimex-at91sam7sx/h/at91sam7sx.h \ + files/olimex-at91sam7sx/h/sam7p64.h + +dist_arm4ld_DATA = files/olimex-at91sam7sx/ld/target_s32.ld \ + files/olimex-at91sam7sx/ld/target_s64.ld \ + files/olimex-at91sam7sx/ld/target_s128.ld \ + files/olimex-at91sam7sx/ld/target_s256.ld + +dist_arm4src_DATA = files/olimex-at91sam7sx/src/main.c \ + files/olimex-at91sam7sx/src/vectors.S + + +# Install olimex-lpc213x files +arm5hdir = $(pkgdatadir)/files/olimex-lpc213x/h +arm5lddir = $(pkgdatadir)/files/olimex-lpc213x/ld +arm5srcdir = $(pkgdatadir)/files/olimex-lpc213x/src +dist_arm5h_DATA = files/olimex-lpc213x/h/lpc213x.h \ + files/olimex-lpc213x/h/lpc-p2138.h + +dist_arm5ld_DATA = files/olimex-lpc213x/ld/target_2132.ld \ + files/olimex-lpc213x/ld/target_2134.ld \ + files/olimex-lpc213x/ld/target_2136.ld \ + files/olimex-lpc213x/ld/target_2138.ld + +dist_arm5src_DATA = files/olimex-lpc213x/src/main.c \ + files/olimex-lpc213x/src/vectors.S + + +# Install phyCORE-AT91M55800 files +arm6hdir = $(pkgdatadir)/files/phyCORE-AT91M55800/h +arm6lddir = $(pkgdatadir)/files/phyCORE-AT91M55800/ld +arm6srcdir = $(pkgdatadir)/files/phyCORE-AT91M55800/src +dist_arm6h_DATA = files/phyCORE-AT91M55800/h/at91m55800.h +dist_arm6ld_DATA = files/phyCORE-AT91M55800/ld/target.ld \ + files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld \ + files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld \ + files/phyCORE-AT91M55800/ld/targetROM.ld + +dist_arm6src_DATA = files/phyCORE-AT91M55800/src/main.c \ + files/phyCORE-AT91M55800/src/vectors.S + + +# Install phyCORE-LPC2294 files +arm7hdir = $(pkgdatadir)/files/phyCORE-LPC2294/h +arm7lddir = $(pkgdatadir)/files/phyCORE-LPC2294/ld +arm7srcdir = $(pkgdatadir)/files/phyCORE-LPC2294/src +dist_arm7h_DATA = files/phyCORE-LPC2294/h/lpc2294.h +dist_arm7ld_DATA = files/phyCORE-LPC2294/ld/target.ld \ + files/phyCORE-LPC2294/ld/targetRAM_1MB.ld \ + files/phyCORE-LPC2294/ld/targetROM.ld + +dist_arm7src_DATA = files/phyCORE-LPC2294/src/main.c \ + files/phyCORE-LPC2294/src/vectors.S + + +# Install phyCORE-PXA255 files +arm8hdir = $(pkgdatadir)/files/phyCORE-PXA255/h +arm8lddir = $(pkgdatadir)/files/phyCORE-PXA255/ld +arm8srcdir = $(pkgdatadir)/files/phyCORE-PXA255/src +dist_arm8h_DATA = files/phyCORE-PXA255/h/pxa255regs.h \ + files/phyCORE-PXA255/h/pxa_mm.h + +dist_arm8ld_DATA = files/phyCORE-PXA255/ld/target.ld +dist_arm8src_DATA = files/phyCORE-PXA255/src/irq.c \ + files/phyCORE-PXA255/src/main.c \ + files/phyCORE-PXA255/src/pxa_mm.c \ + files/phyCORE-PXA255/src/vectors.S + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arm/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/arm/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_arm1hDATA: $(dist_arm1h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm1h_DATA)'; test -n "$(arm1hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm1hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm1hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1hdir)" || exit $$?; \ + done + +uninstall-dist_arm1hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm1h_DATA)'; test -n "$(arm1hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm1hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm1ldDATA: $(dist_arm1ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm1ld_DATA)'; test -n "$(arm1lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm1lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm1lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1lddir)" || exit $$?; \ + done + +uninstall-dist_arm1ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm1ld_DATA)'; test -n "$(arm1lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm1lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm1srcDATA: $(dist_arm1src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm1src_DATA)'; test -n "$(arm1srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm1srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm1srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm1srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm1srcdir)" || exit $$?; \ + done + +uninstall-dist_arm1srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm1src_DATA)'; test -n "$(arm1srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm1srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm2hDATA: $(dist_arm2h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm2h_DATA)'; test -n "$(arm2hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm2hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm2hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2hdir)" || exit $$?; \ + done + +uninstall-dist_arm2hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm2h_DATA)'; test -n "$(arm2hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm2hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm2ldDATA: $(dist_arm2ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm2ld_DATA)'; test -n "$(arm2lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm2lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm2lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2lddir)" || exit $$?; \ + done + +uninstall-dist_arm2ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm2ld_DATA)'; test -n "$(arm2lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm2lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm2srcDATA: $(dist_arm2src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm2src_DATA)'; test -n "$(arm2srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm2srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm2srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm2srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm2srcdir)" || exit $$?; \ + done + +uninstall-dist_arm2srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm2src_DATA)'; test -n "$(arm2srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm2srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm3hDATA: $(dist_arm3h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm3h_DATA)'; test -n "$(arm3hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm3hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm3hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3hdir)" || exit $$?; \ + done + +uninstall-dist_arm3hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm3h_DATA)'; test -n "$(arm3hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm3hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm3ldDATA: $(dist_arm3ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm3ld_DATA)'; test -n "$(arm3lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm3lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm3lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3lddir)" || exit $$?; \ + done + +uninstall-dist_arm3ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm3ld_DATA)'; test -n "$(arm3lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm3lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm3srcDATA: $(dist_arm3src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm3src_DATA)'; test -n "$(arm3srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm3srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm3srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm3srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm3srcdir)" || exit $$?; \ + done + +uninstall-dist_arm3srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm3src_DATA)'; test -n "$(arm3srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm3srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm4hDATA: $(dist_arm4h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm4h_DATA)'; test -n "$(arm4hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm4hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm4hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4hdir)" || exit $$?; \ + done + +uninstall-dist_arm4hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm4h_DATA)'; test -n "$(arm4hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm4hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm4ldDATA: $(dist_arm4ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm4ld_DATA)'; test -n "$(arm4lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm4lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm4lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4lddir)" || exit $$?; \ + done + +uninstall-dist_arm4ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm4ld_DATA)'; test -n "$(arm4lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm4lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm4srcDATA: $(dist_arm4src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm4src_DATA)'; test -n "$(arm4srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm4srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm4srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm4srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm4srcdir)" || exit $$?; \ + done + +uninstall-dist_arm4srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm4src_DATA)'; test -n "$(arm4srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm4srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm5hDATA: $(dist_arm5h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm5h_DATA)'; test -n "$(arm5hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm5hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm5hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5hdir)" || exit $$?; \ + done + +uninstall-dist_arm5hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm5h_DATA)'; test -n "$(arm5hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm5hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm5ldDATA: $(dist_arm5ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm5ld_DATA)'; test -n "$(arm5lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm5lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm5lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5lddir)" || exit $$?; \ + done + +uninstall-dist_arm5ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm5ld_DATA)'; test -n "$(arm5lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm5lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm5srcDATA: $(dist_arm5src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm5src_DATA)'; test -n "$(arm5srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm5srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm5srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm5srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm5srcdir)" || exit $$?; \ + done + +uninstall-dist_arm5srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm5src_DATA)'; test -n "$(arm5srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm5srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm6hDATA: $(dist_arm6h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm6h_DATA)'; test -n "$(arm6hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm6hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm6hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6hdir)" || exit $$?; \ + done + +uninstall-dist_arm6hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm6h_DATA)'; test -n "$(arm6hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm6hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm6ldDATA: $(dist_arm6ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm6ld_DATA)'; test -n "$(arm6lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm6lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm6lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6lddir)" || exit $$?; \ + done + +uninstall-dist_arm6ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm6ld_DATA)'; test -n "$(arm6lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm6lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm6srcDATA: $(dist_arm6src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm6src_DATA)'; test -n "$(arm6srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm6srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm6srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm6srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm6srcdir)" || exit $$?; \ + done + +uninstall-dist_arm6srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm6src_DATA)'; test -n "$(arm6srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm6srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm7hDATA: $(dist_arm7h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm7h_DATA)'; test -n "$(arm7hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm7hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm7hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7hdir)" || exit $$?; \ + done + +uninstall-dist_arm7hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm7h_DATA)'; test -n "$(arm7hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm7hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm7ldDATA: $(dist_arm7ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm7ld_DATA)'; test -n "$(arm7lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm7lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm7lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7lddir)" || exit $$?; \ + done + +uninstall-dist_arm7ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm7ld_DATA)'; test -n "$(arm7lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm7lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm7srcDATA: $(dist_arm7src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm7src_DATA)'; test -n "$(arm7srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm7srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm7srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm7srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm7srcdir)" || exit $$?; \ + done + +uninstall-dist_arm7srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm7src_DATA)'; test -n "$(arm7srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm7srcdir)'; $(am__uninstall_files_from_dir) +install-dist_arm8hDATA: $(dist_arm8h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm8h_DATA)'; test -n "$(arm8hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm8hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm8hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8hdir)" || exit $$?; \ + done + +uninstall-dist_arm8hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm8h_DATA)'; test -n "$(arm8hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm8hdir)'; $(am__uninstall_files_from_dir) +install-dist_arm8ldDATA: $(dist_arm8ld_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm8ld_DATA)'; test -n "$(arm8lddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm8lddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm8lddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8lddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8lddir)" || exit $$?; \ + done + +uninstall-dist_arm8ldDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm8ld_DATA)'; test -n "$(arm8lddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm8lddir)'; $(am__uninstall_files_from_dir) +install-dist_arm8srcDATA: $(dist_arm8src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_arm8src_DATA)'; test -n "$(arm8srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(arm8srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(arm8srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(arm8srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(arm8srcdir)" || exit $$?; \ + done + +uninstall-dist_arm8srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_arm8src_DATA)'; test -n "$(arm8srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(arm8srcdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(arm1hdir)" "$(DESTDIR)$(arm1lddir)" "$(DESTDIR)$(arm1srcdir)" "$(DESTDIR)$(arm2hdir)" "$(DESTDIR)$(arm2lddir)" "$(DESTDIR)$(arm2srcdir)" "$(DESTDIR)$(arm3hdir)" "$(DESTDIR)$(arm3lddir)" "$(DESTDIR)$(arm3srcdir)" "$(DESTDIR)$(arm4hdir)" "$(DESTDIR)$(arm4lddir)" "$(DESTDIR)$(arm4srcdir)" "$(DESTDIR)$(arm5hdir)" "$(DESTDIR)$(arm5lddir)" "$(DESTDIR)$(arm5srcdir)" "$(DESTDIR)$(arm6hdir)" "$(DESTDIR)$(arm6lddir)" "$(DESTDIR)$(arm6srcdir)" "$(DESTDIR)$(arm7hdir)" "$(DESTDIR)$(arm7lddir)" "$(DESTDIR)$(arm7srcdir)" "$(DESTDIR)$(arm8hdir)" "$(DESTDIR)$(arm8lddir)" "$(DESTDIR)$(arm8srcdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_arm1hDATA install-dist_arm1ldDATA \ + install-dist_arm1srcDATA install-dist_arm2hDATA \ + install-dist_arm2ldDATA install-dist_arm2srcDATA \ + install-dist_arm3hDATA install-dist_arm3ldDATA \ + install-dist_arm3srcDATA install-dist_arm4hDATA \ + install-dist_arm4ldDATA install-dist_arm4srcDATA \ + install-dist_arm5hDATA install-dist_arm5ldDATA \ + install-dist_arm5srcDATA install-dist_arm6hDATA \ + install-dist_arm6ldDATA install-dist_arm6srcDATA \ + install-dist_arm7hDATA install-dist_arm7ldDATA \ + install-dist_arm7srcDATA install-dist_arm8hDATA \ + install-dist_arm8ldDATA install-dist_arm8srcDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_arm1hDATA uninstall-dist_arm1ldDATA \ + uninstall-dist_arm1srcDATA uninstall-dist_arm2hDATA \ + uninstall-dist_arm2ldDATA uninstall-dist_arm2srcDATA \ + uninstall-dist_arm3hDATA uninstall-dist_arm3ldDATA \ + uninstall-dist_arm3srcDATA uninstall-dist_arm4hDATA \ + uninstall-dist_arm4ldDATA uninstall-dist_arm4srcDATA \ + uninstall-dist_arm5hDATA uninstall-dist_arm5ldDATA \ + uninstall-dist_arm5srcDATA uninstall-dist_arm6hDATA \ + uninstall-dist_arm6ldDATA uninstall-dist_arm6srcDATA \ + uninstall-dist_arm7hDATA uninstall-dist_arm7ldDATA \ + uninstall-dist_arm7srcDATA uninstall-dist_arm8hDATA \ + uninstall-dist_arm8ldDATA uninstall-dist_arm8srcDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_arm1hDATA install-dist_arm1ldDATA \ + install-dist_arm1srcDATA install-dist_arm2hDATA \ + install-dist_arm2ldDATA install-dist_arm2srcDATA \ + install-dist_arm3hDATA install-dist_arm3ldDATA \ + install-dist_arm3srcDATA install-dist_arm4hDATA \ + install-dist_arm4ldDATA install-dist_arm4srcDATA \ + install-dist_arm5hDATA install-dist_arm5ldDATA \ + install-dist_arm5srcDATA install-dist_arm6hDATA \ + install-dist_arm6ldDATA install-dist_arm6srcDATA \ + install-dist_arm7hDATA install-dist_arm7ldDATA \ + install-dist_arm7srcDATA install-dist_arm8hDATA \ + install-dist_arm8ldDATA install-dist_arm8srcDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_arm1hDATA \ + uninstall-dist_arm1ldDATA uninstall-dist_arm1srcDATA \ + uninstall-dist_arm2hDATA uninstall-dist_arm2ldDATA \ + uninstall-dist_arm2srcDATA uninstall-dist_arm3hDATA \ + uninstall-dist_arm3ldDATA uninstall-dist_arm3srcDATA \ + uninstall-dist_arm4hDATA uninstall-dist_arm4ldDATA \ + uninstall-dist_arm4srcDATA uninstall-dist_arm5hDATA \ + uninstall-dist_arm5ldDATA uninstall-dist_arm5srcDATA \ + uninstall-dist_arm6hDATA uninstall-dist_arm6ldDATA \ + uninstall-dist_arm6srcDATA uninstall-dist_arm7hDATA \ + uninstall-dist_arm7ldDATA uninstall-dist_arm7srcDATA \ + uninstall-dist_arm8hDATA uninstall-dist_arm8ldDATA \ + uninstall-dist_arm8srcDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/avr/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/avr/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/avr/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/avr/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,642 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/avr +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/avr +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.c \ + files/FuseExt.c \ + files/FuseFuse0to4.c \ + files/FuseHigh.c \ + files/FuseLow.c + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/avr/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/avr/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/c_file/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/c_file/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/c_file/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/c_file/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/c_file +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/c_file +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/c_file/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/c_file/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/common_functions.script codeblocks-17.12/src/plugins/scriptedwizard/resources/common_functions.script --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/common_functions.script 2017-11-26 01:48:39.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/common_functions.script 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10720 $ * $Id: common_functions.script 10720 2016-01-28 14:35:42Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/resources/common_functions.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/resources/common_functions.script $ */ // diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/config.script codeblocks-17.12/src/plugins/scriptedwizard/resources/config.script --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/config.script 2017-11-26 01:48:39.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/config.script 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10722 $ * $Id: config.script 10722 2016-01-28 14:39:15Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/resources/config.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/resources/config.script $ */ // diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/console/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/console/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/console/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/console/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,663 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/console +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/console +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +cdatadir = $(pkgdatadir)/c +dist_cdata_DATA = c/main.c +cppdatadir = $(pkgdatadir)/cpp +dist_cppdata_DATA = cpp/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/console/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/console/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_cdataDATA: $(dist_cdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(cdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(cdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(cdatadir)" || exit $$?; \ + done + +uninstall-dist_cdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(cdatadir)'; $(am__uninstall_files_from_dir) +install-dist_cppdataDATA: $(dist_cppdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(cppdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(cppdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cppdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(cppdatadir)" || exit $$?; \ + done + +uninstall-dist_cppdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(cppdatadir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_cdataDATA install-dist_cppdataDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_cdataDATA uninstall-dist_cppdataDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_cdataDATA install-dist_cppdataDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_cdataDATA \ + uninstall-dist_cppdataDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/d/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/d/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/d +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_console_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(consoledir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_console_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/d +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +consoledir = $(pkgdatadir)/console +dist_console_DATA = console/hello.d +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_consoleDATA: $(dist_console_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_console_DATA)'; test -n "$(consoledir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(consoledir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(consoledir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(consoledir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(consoledir)" || exit $$?; \ + done + +uninstall-dist_consoleDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_console_DATA)'; test -n "$(consoledir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(consoledir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(consoledir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_consoleDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_consoleDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_consoleDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_consoleDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/directx/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/directx/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/directx/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/directx/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,663 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/directx +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_dx8_DATA) $(dist_dx9_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(dx8dir)" "$(DESTDIR)$(dx9dir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_dx8_DATA) $(dist_dx9_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/directx +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +dx8dir = $(pkgdatadir)/dx8 +dist_dx8_DATA = dx8/main.cpp +dx9dir = $(pkgdatadir)/dx9 +dist_dx9_DATA = dx9/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/directx/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/directx/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_dx8DATA: $(dist_dx8_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_dx8_DATA)'; test -n "$(dx8dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(dx8dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(dx8dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dx8dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(dx8dir)" || exit $$?; \ + done + +uninstall-dist_dx8DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_dx8_DATA)'; test -n "$(dx8dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(dx8dir)'; $(am__uninstall_files_from_dir) +install-dist_dx9DATA: $(dist_dx9_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_dx9_DATA)'; test -n "$(dx9dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(dx9dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(dx9dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dx9dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(dx9dir)" || exit $$?; \ + done + +uninstall-dist_dx9DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_dx9_DATA)'; test -n "$(dx9dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(dx9dir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(dx8dir)" "$(DESTDIR)$(dx9dir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_dx8DATA install-dist_dx9DATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_dx8DATA uninstall-dist_dx9DATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_dx8DATA install-dist_dx9DATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_dx8DATA uninstall-dist_dx9DATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/dll/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/dll/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/dll/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/dll/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,638 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/dll +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_dllfiles_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(dllfilesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_dllfiles_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/dll +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +dllfilesdir = $(pkgdatadir)/files +dist_dllfiles_DATA = files/main.cpp \ + files/main.h + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/dll/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/dll/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_dllfilesDATA: $(dist_dllfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_dllfiles_DATA)'; test -n "$(dllfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(dllfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(dllfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dllfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(dllfilesdir)" || exit $$?; \ + done + +uninstall-dist_dllfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_dllfiles_DATA)'; test -n "$(dllfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(dllfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(dllfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_dllfilesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_dllfilesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_dllfilesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_dllfilesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d_source/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/d_source/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/d_source/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/d_source/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/d_source +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/d_source +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d_source/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/d_source/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/empty/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/empty/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/empty +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/empty +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty_file/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/empty_file/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/empty_file/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/empty_file/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/empty_file +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/empty_file +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty_file/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/empty_file/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fltk/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/fltk/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fltk/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/fltk/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,668 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/fltk +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_fltkfiles_DATA) $(dist_fltkfluid_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(fltkfilesdir)" \ + "$(DESTDIR)$(fltkfluiddir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_fltkfiles_DATA) $(dist_fltkfluid_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/fltk +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +fltkfilesdir = $(pkgdatadir)/files +dist_fltkfiles_DATA = files/main.cpp +fltkfluiddir = $(pkgdatadir)/fluid +dist_fltkfluid_DATA = fluid/main.cpp \ + fluid/main.h \ + fluid/main.fld + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fltk/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fltk/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_fltkfilesDATA: $(dist_fltkfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fltkfiles_DATA)'; test -n "$(fltkfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fltkfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fltkfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fltkfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fltkfilesdir)" || exit $$?; \ + done + +uninstall-dist_fltkfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fltkfiles_DATA)'; test -n "$(fltkfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fltkfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_fltkfluidDATA: $(dist_fltkfluid_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fltkfluid_DATA)'; test -n "$(fltkfluiddir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fltkfluiddir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fltkfluiddir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fltkfluiddir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fltkfluiddir)" || exit $$?; \ + done + +uninstall-dist_fltkfluidDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fltkfluid_DATA)'; test -n "$(fltkfluiddir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fltkfluiddir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(fltkfilesdir)" "$(DESTDIR)$(fltkfluiddir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_fltkfilesDATA install-dist_fltkfluidDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_fltkfilesDATA \ + uninstall-dist_fltkfluidDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_fltkfilesDATA install-dist_fltkfluidDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_fltkfilesDATA \ + uninstall-dist_fltkfluidDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fortran/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/fortran/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/fortran/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/fortran/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,800 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/fortran +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_fortranapp_DATA) $(dist_fortranappfiles_DATA) \ + $(dist_fortrandll_DATA) $(dist_fortrandllfiles_DATA) \ + $(dist_fortranfile_DATA) $(dist_fortranlib_DATA) \ + $(dist_fortranlibfiles_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(fortranappdir)" \ + "$(DESTDIR)$(fortranappfilesdir)" "$(DESTDIR)$(fortrandlldir)" \ + "$(DESTDIR)$(fortrandllfilesdir)" \ + "$(DESTDIR)$(fortranfiledir)" "$(DESTDIR)$(fortranlibdir)" \ + "$(DESTDIR)$(fortranlibfilesdir)" +DATA = $(dist_fortranapp_DATA) $(dist_fortranappfiles_DATA) \ + $(dist_fortrandll_DATA) $(dist_fortrandllfiles_DATA) \ + $(dist_fortranfile_DATA) $(dist_fortranlib_DATA) \ + $(dist_fortranlibfiles_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/fortran +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ + +# for app sub-dir +fortranappdir = $(pkgdatadir)/app +dist_fortranapp_DATA = app/logo.png \ + app/wizard.png \ + app/wizard.script + + +# for app/files sub-dir +fortranappfilesdir = $(pkgdatadir)/app/files +dist_fortranappfiles_DATA = app/files/main.f95 + +# for dll sub-dir +fortrandlldir = $(pkgdatadir)/dll +dist_fortrandll_DATA = dll/logo.png \ + dll/wizard.png \ + dll/wizard.script + + +# for dll/files sub-dir +fortrandllfilesdir = $(pkgdatadir)/dll/files +dist_fortrandllfiles_DATA = dll/files/main.f95 + +# for file sub-dir +fortranfiledir = $(pkgdatadir)/file +dist_fortranfile_DATA = file/logo.png \ + file/wizard.png \ + file/wizard.script + + +# for lib sub-dir +fortranlibdir = $(pkgdatadir)/lib +dist_fortranlib_DATA = lib/logo.png \ + lib/wizard.png \ + lib/wizard.script + + +# for lib/files sub-dir +fortranlibfilesdir = $(pkgdatadir)/lib/files +dist_fortranlibfiles_DATA = lib/files/main.f95 +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fortran/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/fortran/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_fortranappDATA: $(dist_fortranapp_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortranapp_DATA)'; test -n "$(fortranappdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortranappdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortranappdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranappdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranappdir)" || exit $$?; \ + done + +uninstall-dist_fortranappDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortranapp_DATA)'; test -n "$(fortranappdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortranappdir)'; $(am__uninstall_files_from_dir) +install-dist_fortranappfilesDATA: $(dist_fortranappfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortranappfiles_DATA)'; test -n "$(fortranappfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortranappfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortranappfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranappfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranappfilesdir)" || exit $$?; \ + done + +uninstall-dist_fortranappfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortranappfiles_DATA)'; test -n "$(fortranappfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortranappfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_fortrandllDATA: $(dist_fortrandll_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortrandll_DATA)'; test -n "$(fortrandlldir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortrandlldir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortrandlldir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortrandlldir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortrandlldir)" || exit $$?; \ + done + +uninstall-dist_fortrandllDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortrandll_DATA)'; test -n "$(fortrandlldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortrandlldir)'; $(am__uninstall_files_from_dir) +install-dist_fortrandllfilesDATA: $(dist_fortrandllfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortrandllfiles_DATA)'; test -n "$(fortrandllfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortrandllfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortrandllfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortrandllfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortrandllfilesdir)" || exit $$?; \ + done + +uninstall-dist_fortrandllfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortrandllfiles_DATA)'; test -n "$(fortrandllfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortrandllfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_fortranfileDATA: $(dist_fortranfile_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortranfile_DATA)'; test -n "$(fortranfiledir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortranfiledir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortranfiledir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranfiledir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranfiledir)" || exit $$?; \ + done + +uninstall-dist_fortranfileDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortranfile_DATA)'; test -n "$(fortranfiledir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortranfiledir)'; $(am__uninstall_files_from_dir) +install-dist_fortranlibDATA: $(dist_fortranlib_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortranlib_DATA)'; test -n "$(fortranlibdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortranlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortranlibdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranlibdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranlibdir)" || exit $$?; \ + done + +uninstall-dist_fortranlibDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortranlib_DATA)'; test -n "$(fortranlibdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortranlibdir)'; $(am__uninstall_files_from_dir) +install-dist_fortranlibfilesDATA: $(dist_fortranlibfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_fortranlibfiles_DATA)'; test -n "$(fortranlibfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(fortranlibfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(fortranlibfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fortranlibfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(fortranlibfilesdir)" || exit $$?; \ + done + +uninstall-dist_fortranlibfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_fortranlibfiles_DATA)'; test -n "$(fortranlibfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(fortranlibfilesdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(fortranappdir)" "$(DESTDIR)$(fortranappfilesdir)" "$(DESTDIR)$(fortrandlldir)" "$(DESTDIR)$(fortrandllfilesdir)" "$(DESTDIR)$(fortranfiledir)" "$(DESTDIR)$(fortranlibdir)" "$(DESTDIR)$(fortranlibfilesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_fortranappDATA \ + install-dist_fortranappfilesDATA install-dist_fortrandllDATA \ + install-dist_fortrandllfilesDATA install-dist_fortranfileDATA \ + install-dist_fortranlibDATA install-dist_fortranlibfilesDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_fortranappDATA \ + uninstall-dist_fortranappfilesDATA \ + uninstall-dist_fortrandllDATA \ + uninstall-dist_fortrandllfilesDATA \ + uninstall-dist_fortranfileDATA uninstall-dist_fortranlibDATA \ + uninstall-dist_fortranlibfilesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_fortranappDATA install-dist_fortranappfilesDATA \ + install-dist_fortrandllDATA install-dist_fortrandllfilesDATA \ + install-dist_fortranfileDATA install-dist_fortranlibDATA \ + install-dist_fortranlibfilesDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_fortranappDATA \ + uninstall-dist_fortranappfilesDATA \ + uninstall-dist_fortrandllDATA \ + uninstall-dist_fortrandllfilesDATA \ + uninstall-dist_fortranfileDATA uninstall-dist_fortranlibDATA \ + uninstall-dist_fortranlibfilesDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glfw/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/glfw/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glfw/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/glfw/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,637 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/glfw +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_glfwfiles_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(glfwfilesdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_glfwfiles_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/glfw +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +glfwfilesdir = $(pkgdatadir)/files +dist_glfwfiles_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glfw/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glfw/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_glfwfilesDATA: $(dist_glfwfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_glfwfiles_DATA)'; test -n "$(glfwfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(glfwfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(glfwfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glfwfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(glfwfilesdir)" || exit $$?; \ + done + +uninstall-dist_glfwfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_glfwfiles_DATA)'; test -n "$(glfwfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(glfwfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(glfwfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_glfwfilesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_glfwfilesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_glfwfilesDATA install-dist_pkgdataDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_glfwfilesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glut/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/glut/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/glut/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/glut/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,637 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/glut +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_glutfiles_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(glutfilesdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_glutfiles_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/glut +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +glutfilesdir = $(pkgdatadir)/files +dist_glutfiles_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glut/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/glut/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_glutfilesDATA: $(dist_glutfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_glutfiles_DATA)'; test -n "$(glutfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(glutfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(glutfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glutfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(glutfilesdir)" || exit $$?; \ + done + +uninstall-dist_glutfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_glutfiles_DATA)'; test -n "$(glutfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(glutfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(glutfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_glutfilesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_glutfilesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_glutfilesDATA install-dist_pkgdataDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_glutfilesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/gtk/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/gtk/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/gtk/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/gtk/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/gtk +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_gtkfiles_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(gtkfilesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_gtkfiles_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/gtk +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +gtkfilesdir = $(pkgdatadir)/files +dist_gtkfiles_DATA = files/main.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/gtk/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/gtk/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_gtkfilesDATA: $(dist_gtkfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_gtkfiles_DATA)'; test -n "$(gtkfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(gtkfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(gtkfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkfilesdir)" || exit $$?; \ + done + +uninstall-dist_gtkfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_gtkfiles_DATA)'; test -n "$(gtkfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(gtkfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(gtkfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_gtkfilesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_gtkfilesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_gtkfilesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_gtkfilesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/h_file/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/h_file/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/h_file/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/h_file/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,612 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/h_file +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/h_file +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/h_file/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/h_file/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/irrlicht/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/irrlicht/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/irrlicht/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/irrlicht/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,639 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/irrlicht +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_irrlichtfiles_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(irrlichtfilesdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_irrlichtfiles_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/irrlicht +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +irrlichtfilesdir = $(pkgdatadir)/files +dist_irrlichtfiles_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/irrlicht/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/irrlicht/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_irrlichtfilesDATA: $(dist_irrlichtfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_irrlichtfiles_DATA)'; test -n "$(irrlichtfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(irrlichtfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(irrlichtfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(irrlichtfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(irrlichtfilesdir)" || exit $$?; \ + done + +uninstall-dist_irrlichtfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_irrlichtfiles_DATA)'; test -n "$(irrlichtfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(irrlichtfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(irrlichtfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_irrlichtfilesDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_irrlichtfilesDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_irrlichtfilesDATA install-dist_pkgdataDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_irrlichtfilesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/java/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/java/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/java/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/java/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,668 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/java +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_javafile_DATA) $(dist_javafiles_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(javafiledir)" \ + "$(DESTDIR)$(javafilesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_javafile_DATA) $(dist_javafiles_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/java +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +javafilesdir = $(pkgdatadir)/files +dist_javafiles_DATA = files/Main.java +javafiledir = $(pkgdatadir)/file +dist_javafile_DATA = file/logo.png \ + file/wizard.png \ + file/wizard.script + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/java/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/java/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_javafileDATA: $(dist_javafile_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_javafile_DATA)'; test -n "$(javafiledir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(javafiledir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(javafiledir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(javafiledir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(javafiledir)" || exit $$?; \ + done + +uninstall-dist_javafileDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_javafile_DATA)'; test -n "$(javafiledir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(javafiledir)'; $(am__uninstall_files_from_dir) +install-dist_javafilesDATA: $(dist_javafiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_javafiles_DATA)'; test -n "$(javafilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(javafilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(javafilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(javafilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(javafilesdir)" || exit $$?; \ + done + +uninstall-dist_javafilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_javafiles_DATA)'; test -n "$(javafilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(javafilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(javafiledir)" "$(DESTDIR)$(javafilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_javafileDATA install-dist_javafilesDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_javafileDATA uninstall-dist_javafilesDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_javafileDATA install-dist_javafilesDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_javafileDATA \ + uninstall-dist_javafilesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/lf/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/lf/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/lf/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/lf/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,669 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/lf +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_lffilesquick_DATA) $(dist_lffilesstr_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(lffilesquickdir)" \ + "$(DESTDIR)$(lffilesstrdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_lffilesquick_DATA) $(dist_lffilesstr_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/lf +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +lffilesquickdir = $(pkgdatadir)/files/quick +dist_lffilesquick_DATA = files/quick/main.cpp +lffilesstrdir = $(pkgdatadir)/files/structured +dist_lffilesstr_DATA = files/structured/CMain.cpp \ + files/structured/CMain.h \ + files/structured/main.cpp + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/lf/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/lf/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_lffilesquickDATA: $(dist_lffilesquick_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_lffilesquick_DATA)'; test -n "$(lffilesquickdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(lffilesquickdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(lffilesquickdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lffilesquickdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(lffilesquickdir)" || exit $$?; \ + done + +uninstall-dist_lffilesquickDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_lffilesquick_DATA)'; test -n "$(lffilesquickdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(lffilesquickdir)'; $(am__uninstall_files_from_dir) +install-dist_lffilesstrDATA: $(dist_lffilesstr_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_lffilesstr_DATA)'; test -n "$(lffilesstrdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(lffilesstrdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(lffilesstrdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lffilesstrdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(lffilesstrdir)" || exit $$?; \ + done + +uninstall-dist_lffilesstrDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_lffilesstr_DATA)'; test -n "$(lffilesstrdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(lffilesstrdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(lffilesquickdir)" "$(DESTDIR)$(lffilesstrdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_lffilesquickDATA \ + install-dist_lffilesstrDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_lffilesquickDATA \ + uninstall-dist_lffilesstrDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_lffilesquickDATA install-dist_lffilesstrDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_lffilesquickDATA \ + uninstall-dist_lffilesstrDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/Makefile.in 2017-12-28 11:02:03.000000000 +0000 @@ -0,0 +1,864 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_script_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_script_DATA) $(pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = arduino \ + arm \ + avr \ + c_file \ + console \ + d \ + directx \ + dll \ + d_source \ + empty \ + empty_file \ + fltk \ + fortran \ + glfw \ + glut \ + gtk \ + h_file \ + irrlicht \ + java \ + lf \ + matlab_csf \ + mcs51 \ + msp430 \ + ogre \ + opencv \ + opengl \ + plugins \ + ppc \ + qt4 \ + qt4dll \ + qt5 \ + sdl \ + sdl2 \ + sfml \ + smartwin \ + staticlib \ + stlport \ + sharedlib \ + sys \ + tricore \ + win32gui \ + wxwidgets + +pkgdata_DATA = scriptedwizard.zip +CLEANFILES = $(pkgdata_DATA) +scriptdir = $(pkgdatadir)/templates/wizard +dist_script_DATA = common_functions.script \ + config.script + +EXTRA_DIST = manifest.xml +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_scriptDATA: $(dist_script_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(scriptdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(scriptdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \ + done + +uninstall-dist_scriptDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_script_DATA)'; test -n "$(scriptdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(scriptdir)'; $(am__uninstall_files_from_dir) +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_scriptDATA install-pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_scriptDATA uninstall-pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_scriptDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pkgdataDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-dist_scriptDATA uninstall-pkgdataDATA + + +scriptedwizard.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/scriptedwizard.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/matlab_csf/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/matlab_csf/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/matlab_csf/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/matlab_csf/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,666 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/matlab_csf +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_lccstub_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(lccstubdir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_lccstub_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/matlab_csf +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/mexversion.rc \ + files/sfuntmpl.c + +lccstubdir = $(pkgdatadir)/lccstub +dist_lccstub_DATA = lccstub/lccstub.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/matlab_csf/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/matlab_csf/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_lccstubDATA: $(dist_lccstub_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_lccstub_DATA)'; test -n "$(lccstubdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(lccstubdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(lccstubdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lccstubdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(lccstubdir)" || exit $$?; \ + done + +uninstall-dist_lccstubDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_lccstub_DATA)'; test -n "$(lccstubdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(lccstubdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(lccstubdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_lccstubDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_lccstubDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_lccstubDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_lccstubDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/mcs51/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/mcs51/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/mcs51/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/mcs51/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,637 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/mcs51 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/mcs51 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/mcs51/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/mcs51/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/msp430/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/msp430/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/msp430/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/msp430/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,637 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/msp430 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/msp430 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/msp430/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/msp430/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ogre/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/ogre/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ogre/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/ogre/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/ogre +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/ogre +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ogre/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ogre/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opencv/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/opencv/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opencv/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/opencv/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,639 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/opencv +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/opencv +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp \ + files/arnold_schwarzenegger.jpg + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opencv/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opencv/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opengl/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/opengl/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/opengl/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/opengl/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,665 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/opengl +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_unix_DATA) $(dist_files_win_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(files_unixdir)" \ + "$(DESTDIR)$(files_windir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_unix_DATA) $(dist_files_win_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/opengl +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +files_unixdir = $(pkgdatadir)/files_unix +dist_files_unix_DATA = files_unix/main.c +files_windir = $(pkgdatadir)/files_win +dist_files_win_DATA = files_win/main.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/opengl/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_files_unixDATA: $(dist_files_unix_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_unix_DATA)'; test -n "$(files_unixdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(files_unixdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(files_unixdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(files_unixdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(files_unixdir)" || exit $$?; \ + done + +uninstall-dist_files_unixDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_unix_DATA)'; test -n "$(files_unixdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(files_unixdir)'; $(am__uninstall_files_from_dir) +install-dist_files_winDATA: $(dist_files_win_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_win_DATA)'; test -n "$(files_windir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(files_windir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(files_windir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(files_windir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(files_windir)" || exit $$?; \ + done + +uninstall-dist_files_winDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_win_DATA)'; test -n "$(files_windir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(files_windir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(files_unixdir)" "$(DESTDIR)$(files_windir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_files_unixDATA \ + install-dist_files_winDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_files_unixDATA \ + uninstall-dist_files_winDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_files_unixDATA install-dist_files_winDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_files_unixDATA \ + uninstall-dist_files_winDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/plugins/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/plugins/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/plugins/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/plugins/Makefile.in 2017-12-28 11:02:04.000000000 +0000 @@ -0,0 +1,641 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/plugins +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) $(dist_templates_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" \ + "$(DESTDIR)$(templatesdir)" +DATA = $(dist_pkgdata_DATA) $(dist_templates_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/plugins +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.xrc \ + wizard.script + +templatesdir = $(pkgdatadir)/templates +dist_templates_DATA = $(srcdir)/templates/*.cpp \ + $(srcdir)/templates/*.h \ + $(srcdir)/templates/*.xml + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/plugins/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/plugins/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-dist_templatesDATA: $(dist_templates_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_templates_DATA)'; test -n "$(templatesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \ + done + +uninstall-dist_templatesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_templates_DATA)'; test -n "$(templatesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(templatesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA install-dist_templatesDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_templatesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dist_templatesDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_pkgdataDATA uninstall-dist_templatesDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ppc/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/ppc/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/ppc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/ppc/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,782 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/ppc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_MPC5200hfiles_DATA) $(dist_MPC5200ldfiles_DATA) \ + $(dist_MPC5200srcfiles_DATA) $(dist_MPC565hfiles_DATA) \ + $(dist_MPC565ldfiles_DATA) $(dist_MPC565srcfiles_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(MPC5200hfilesdir)" \ + "$(DESTDIR)$(MPC5200ldfilesdir)" \ + "$(DESTDIR)$(MPC5200srcfilesdir)" \ + "$(DESTDIR)$(MPC565hfilesdir)" "$(DESTDIR)$(MPC565ldfilesdir)" \ + "$(DESTDIR)$(MPC565srcfilesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_MPC5200hfiles_DATA) $(dist_MPC5200ldfiles_DATA) \ + $(dist_MPC5200srcfiles_DATA) $(dist_MPC565hfiles_DATA) \ + $(dist_MPC565ldfiles_DATA) $(dist_MPC565srcfiles_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/ppc +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +MPC565hfilesdir = $(pkgdatadir)/files/MPC565/h +dist_MPC565hfiles_DATA = files/MPC565/h/mpc555.h +MPC565ldfilesdir = $(pkgdatadir)/files/MPC565/ld +dist_MPC565ldfiles_DATA = files/MPC565/ld/target.ld +MPC565srcfilesdir = $(pkgdatadir)/files/MPC565/src +dist_MPC565srcfiles_DATA = files/MPC565/src/crt0.S \ + files/MPC565/src/main.c + +MPC5200hfilesdir = $(pkgdatadir)/files/MPC5200/h +dist_MPC5200hfiles_DATA = files/MPC5200/h/mpc5200.h +MPC5200ldfilesdir = $(pkgdatadir)/files/MPC5200/ld +dist_MPC5200ldfiles_DATA = files/MPC5200/ld/target.ld +MPC5200srcfilesdir = $(pkgdatadir)/files/MPC5200/src +dist_MPC5200srcfiles_DATA = files/MPC5200/src/crt0.S \ + files/MPC5200/src/main.c \ + files/MPC5200/src/traptable.S + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ppc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/ppc/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_MPC5200hfilesDATA: $(dist_MPC5200hfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC5200hfiles_DATA)'; test -n "$(MPC5200hfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200hfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC5200hfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200hfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200hfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC5200hfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC5200hfiles_DATA)'; test -n "$(MPC5200hfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC5200hfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_MPC5200ldfilesDATA: $(dist_MPC5200ldfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC5200ldfiles_DATA)'; test -n "$(MPC5200ldfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200ldfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC5200ldfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200ldfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200ldfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC5200ldfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC5200ldfiles_DATA)'; test -n "$(MPC5200ldfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC5200ldfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_MPC5200srcfilesDATA: $(dist_MPC5200srcfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC5200srcfiles_DATA)'; test -n "$(MPC5200srcfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC5200srcfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC5200srcfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC5200srcfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC5200srcfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC5200srcfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC5200srcfiles_DATA)'; test -n "$(MPC5200srcfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC5200srcfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_MPC565hfilesDATA: $(dist_MPC565hfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC565hfiles_DATA)'; test -n "$(MPC565hfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC565hfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC565hfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565hfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565hfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC565hfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC565hfiles_DATA)'; test -n "$(MPC565hfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC565hfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_MPC565ldfilesDATA: $(dist_MPC565ldfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC565ldfiles_DATA)'; test -n "$(MPC565ldfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC565ldfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC565ldfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565ldfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565ldfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC565ldfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC565ldfiles_DATA)'; test -n "$(MPC565ldfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC565ldfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_MPC565srcfilesDATA: $(dist_MPC565srcfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_MPC565srcfiles_DATA)'; test -n "$(MPC565srcfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(MPC565srcfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(MPC565srcfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(MPC565srcfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(MPC565srcfilesdir)" || exit $$?; \ + done + +uninstall-dist_MPC565srcfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_MPC565srcfiles_DATA)'; test -n "$(MPC565srcfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(MPC565srcfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(MPC5200hfilesdir)" "$(DESTDIR)$(MPC5200ldfilesdir)" "$(DESTDIR)$(MPC5200srcfilesdir)" "$(DESTDIR)$(MPC565hfilesdir)" "$(DESTDIR)$(MPC565ldfilesdir)" "$(DESTDIR)$(MPC565srcfilesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_MPC5200hfilesDATA \ + install-dist_MPC5200ldfilesDATA \ + install-dist_MPC5200srcfilesDATA install-dist_MPC565hfilesDATA \ + install-dist_MPC565ldfilesDATA install-dist_MPC565srcfilesDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_MPC5200hfilesDATA \ + uninstall-dist_MPC5200ldfilesDATA \ + uninstall-dist_MPC5200srcfilesDATA \ + uninstall-dist_MPC565hfilesDATA \ + uninstall-dist_MPC565ldfilesDATA \ + uninstall-dist_MPC565srcfilesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_MPC5200hfilesDATA install-dist_MPC5200ldfilesDATA \ + install-dist_MPC5200srcfilesDATA install-dist_MPC565hfilesDATA \ + install-dist_MPC565ldfilesDATA install-dist_MPC565srcfilesDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_MPC5200hfilesDATA \ + uninstall-dist_MPC5200ldfilesDATA \ + uninstall-dist_MPC5200srcfilesDATA \ + uninstall-dist_MPC565hfilesDATA \ + uninstall-dist_MPC565ldfilesDATA \ + uninstall-dist_MPC565srcfilesDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/qt4/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/qt4/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/qt4 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt4 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4dll/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/qt4dll/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt4dll/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/qt4dll/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/qt4dll +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt4dll +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4dll/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt4dll/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt5/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/qt5/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/qt5/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/qt5/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/qt5 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/qt5 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt5/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/qt5/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/sdl/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/sdl/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,638 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/sdl +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sdl +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp \ + files/cb.bmp + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl2/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/sdl2/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sdl2/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/sdl2/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/sdl2 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sdl2 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl2/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sdl2/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sfml/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/sfml/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sfml/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/sfml/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,669 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/sfml +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) $(dist_sfml1files_DATA) \ + $(dist_sfml2files_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" \ + "$(DESTDIR)$(sfml1filesdir)" "$(DESTDIR)$(sfml2filesdir)" +DATA = $(dist_pkgdata_DATA) $(dist_sfml1files_DATA) \ + $(dist_sfml2files_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sfml +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +sfml1filesdir = $(pkgdatadir)/sfml1 +dist_sfml1files_DATA = sfml1/cb.bmp \ + sfml1/main.cpp + +sfml2filesdir = $(pkgdatadir)/sfml2 +dist_sfml2files_DATA = sfml2/cb.bmp \ + sfml2/main.cpp + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sfml/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sfml/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-dist_sfml1filesDATA: $(dist_sfml1files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_sfml1files_DATA)'; test -n "$(sfml1filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sfml1filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sfml1filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sfml1filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(sfml1filesdir)" || exit $$?; \ + done + +uninstall-dist_sfml1filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_sfml1files_DATA)'; test -n "$(sfml1filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sfml1filesdir)'; $(am__uninstall_files_from_dir) +install-dist_sfml2filesDATA: $(dist_sfml2files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_sfml2files_DATA)'; test -n "$(sfml2filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sfml2filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sfml2filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sfml2filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(sfml2filesdir)" || exit $$?; \ + done + +uninstall-dist_sfml2filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_sfml2files_DATA)'; test -n "$(sfml2filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sfml2filesdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sfml1filesdir)" "$(DESTDIR)$(sfml2filesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA install-dist_sfml1filesDATA \ + install-dist_sfml2filesDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_sfml1filesDATA \ + uninstall-dist_sfml2filesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dist_sfml1filesDATA \ + install-dist_sfml2filesDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA \ + uninstall-dist_sfml1filesDATA uninstall-dist_sfml2filesDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sharedlib/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/sharedlib/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sharedlib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/sharedlib/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,663 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/sharedlib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" \ + "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_cdata_DATA) $(dist_cppdata_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sharedlib +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +cdatadir = $(pkgdatadir)/c +dist_cdata_DATA = c/main.c +cppdatadir = $(pkgdatadir)/cpp +dist_cppdata_DATA = cpp/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sharedlib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sharedlib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_cdataDATA: $(dist_cdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(cdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(cdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(cdatadir)" || exit $$?; \ + done + +uninstall-dist_cdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_cdata_DATA)'; test -n "$(cdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(cdatadir)'; $(am__uninstall_files_from_dir) +install-dist_cppdataDATA: $(dist_cppdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(cppdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(cppdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cppdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(cppdatadir)" || exit $$?; \ + done + +uninstall-dist_cppdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_cppdata_DATA)'; test -n "$(cppdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(cppdatadir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(cdatadir)" "$(DESTDIR)$(cppdatadir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_cdataDATA install-dist_cppdataDATA \ + install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_cdataDATA uninstall-dist_cppdataDATA \ + uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_cdataDATA install-dist_cppdataDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_cdataDATA \ + uninstall-dist_cppdataDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/smartwin/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/smartwin/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/smartwin/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/smartwin/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/smartwin +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/smartwin +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/smartwin/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/smartwin/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/staticlib/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/staticlib/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/staticlib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/staticlib/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/staticlib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/staticlib +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/staticlib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/staticlib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/stlport/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/stlport/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/stlport/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/stlport/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/stlport +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/stlport +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/stlport/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/stlport/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sys/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/sys/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/sys/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/sys/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/sys +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_files_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_files_DATA) $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/sys +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdir = $(pkgdatadir)/files +dist_files_DATA = files/driver.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sys/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/sys/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesDATA: $(dist_files_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdir)" || exit $$?; \ + done + +uninstall-dist_filesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_files_DATA)'; test -n "$(filesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesDATA install-dist_pkgdataDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_filesDATA \ + uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/tricore/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/tricore/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/tricore/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/tricore/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,1616 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/tricore +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) $(dist_tricore1_DATA) \ + $(dist_tricore10_DATA) $(dist_tricore11_DATA) \ + $(dist_tricore11h_DATA) $(dist_tricore11src_DATA) \ + $(dist_tricore12_DATA) $(dist_tricore12h_DATA) \ + $(dist_tricore12src_DATA) $(dist_tricore13_DATA) \ + $(dist_tricore13h_DATA) $(dist_tricore13src_DATA) \ + $(dist_tricore14_DATA) $(dist_tricore14h_DATA) \ + $(dist_tricore14src_DATA) $(dist_tricore15_DATA) \ + $(dist_tricore15h_DATA) $(dist_tricore15src_DATA) \ + $(dist_tricore2_DATA) $(dist_tricore2h_DATA) \ + $(dist_tricore2src_DATA) $(dist_tricore3_DATA) \ + $(dist_tricore3h_DATA) $(dist_tricore3src_DATA) \ + $(dist_tricore4_DATA) $(dist_tricore4h_DATA) \ + $(dist_tricore4src_DATA) $(dist_tricore5_DATA) \ + $(dist_tricore5h_DATA) $(dist_tricore5src_DATA) \ + $(dist_tricore6_DATA) $(dist_tricore7_DATA) \ + $(dist_tricore8_DATA) $(dist_tricore9_DATA) \ + $(dist_tricore9h_DATA) $(dist_tricore9src_DATA) \ + $(dist_tricoretemplate_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tricore1dir)" \ + "$(DESTDIR)$(tricore10dir)" "$(DESTDIR)$(tricore11dir)" \ + "$(DESTDIR)$(tricore11hdir)" "$(DESTDIR)$(tricore11srcdir)" \ + "$(DESTDIR)$(tricore12dir)" "$(DESTDIR)$(tricore12hdir)" \ + "$(DESTDIR)$(tricore12srcdir)" "$(DESTDIR)$(tricore13dir)" \ + "$(DESTDIR)$(tricore13hdir)" "$(DESTDIR)$(tricore13srcdir)" \ + "$(DESTDIR)$(tricore14dir)" "$(DESTDIR)$(tricore14hdir)" \ + "$(DESTDIR)$(tricore14srcdir)" "$(DESTDIR)$(tricore15dir)" \ + "$(DESTDIR)$(tricore15hdir)" "$(DESTDIR)$(tricore15srcdir)" \ + "$(DESTDIR)$(tricore2dir)" "$(DESTDIR)$(tricore2hdir)" \ + "$(DESTDIR)$(tricore2srcdir)" "$(DESTDIR)$(tricore3dir)" \ + "$(DESTDIR)$(tricore3hdir)" "$(DESTDIR)$(tricore3srcdir)" \ + "$(DESTDIR)$(tricore4dir)" "$(DESTDIR)$(tricore4hdir)" \ + "$(DESTDIR)$(tricore4srcdir)" "$(DESTDIR)$(tricore5dir)" \ + "$(DESTDIR)$(tricore5hdir)" "$(DESTDIR)$(tricore5srcdir)" \ + "$(DESTDIR)$(tricore6dir)" "$(DESTDIR)$(tricore7dir)" \ + "$(DESTDIR)$(tricore8dir)" "$(DESTDIR)$(tricore9dir)" \ + "$(DESTDIR)$(tricore9hdir)" "$(DESTDIR)$(tricore9srcdir)" \ + "$(DESTDIR)$(tricoretemplatedir)" +DATA = $(dist_pkgdata_DATA) $(dist_tricore1_DATA) \ + $(dist_tricore10_DATA) $(dist_tricore11_DATA) \ + $(dist_tricore11h_DATA) $(dist_tricore11src_DATA) \ + $(dist_tricore12_DATA) $(dist_tricore12h_DATA) \ + $(dist_tricore12src_DATA) $(dist_tricore13_DATA) \ + $(dist_tricore13h_DATA) $(dist_tricore13src_DATA) \ + $(dist_tricore14_DATA) $(dist_tricore14h_DATA) \ + $(dist_tricore14src_DATA) $(dist_tricore15_DATA) \ + $(dist_tricore15h_DATA) $(dist_tricore15src_DATA) \ + $(dist_tricore2_DATA) $(dist_tricore2h_DATA) \ + $(dist_tricore2src_DATA) $(dist_tricore3_DATA) \ + $(dist_tricore3h_DATA) $(dist_tricore3src_DATA) \ + $(dist_tricore4_DATA) $(dist_tricore4h_DATA) \ + $(dist_tricore4src_DATA) $(dist_tricore5_DATA) \ + $(dist_tricore5h_DATA) $(dist_tricore5src_DATA) \ + $(dist_tricore6_DATA) $(dist_tricore7_DATA) \ + $(dist_tricore8_DATA) $(dist_tricore9_DATA) \ + $(dist_tricore9h_DATA) $(dist_tricore9src_DATA) \ + $(dist_tricoretemplate_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/tricore +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + + +# for template +tricoretemplatedir = $(pkgdatadir)/templates +dist_tricoretemplate_DATA = templates/main.c + +# for EasyKit-TC1767 +tricore1dir = $(pkgdatadir)/templates/EasyKit-TC1767 +dist_tricore1_DATA = templates/EasyKit-TC1767/target.ld \ + templates/EasyKit-TC1767/targetIntResources.ld + + +# for EasyRun-TC1796 +tricore2dir = $(pkgdatadir)/templates/EasyRun-TC1796 +dist_tricore2_DATA = templates/EasyRun-TC1796/memoryROM.x +tricore2hdir = $(pkgdatadir)/templates/EasyRun-TC1796/h +dist_tricore2h_DATA = templates/EasyRun-TC1796/h/easyrun_setup.h +tricore2srcdir = $(pkgdatadir)/templates/EasyRun-TC1796/src +dist_tricore2src_DATA = templates/EasyRun-TC1796/src/setup.c + +# for phyCORE-TC1130 +tricore3dir = $(pkgdatadir)/templates/phyCORE-TC1130 +dist_tricore3_DATA = templates/phyCORE-TC1130/memoryROM.x +tricore3hdir = $(pkgdatadir)/templates/phyCORE-TC1130/h +dist_tricore3h_DATA = templates/phyCORE-TC1130/h/phycore_setup.h +tricore3srcdir = $(pkgdatadir)/templates/phyCORE-TC1130/src +dist_tricore3src_DATA = templates/phyCORE-TC1130/src/setup.c + +# for phyCORE-TC1775 +tricore4dir = $(pkgdatadir)/templates/phyCORE-TC1775 +dist_tricore4_DATA = templates/phyCORE-TC1775/memoryROM.x +tricore4hdir = $(pkgdatadir)/templates/phyCORE-TC1775/h +dist_tricore4h_DATA = templates/phyCORE-TC1775/h/phycore_setup.h +tricore4srcdir = $(pkgdatadir)/templates/phyCORE-TC1775/src +dist_tricore4src_DATA = templates/phyCORE-TC1775/src/setup.c + +# for TriBoard-TC1130 +tricore5dir = $(pkgdatadir)/templates/TriBoard-TC1130 +dist_tricore5_DATA = templates/TriBoard-TC1130/memoryROM.x +tricore5hdir = $(pkgdatadir)/templates/TriBoard-TC1130/h +dist_tricore5h_DATA = templates/TriBoard-TC1130/h/triboard_setup.h +tricore5srcdir = $(pkgdatadir)/templates/TriBoard-TC1130/src +dist_tricore5src_DATA = templates/TriBoard-TC1130/src/setup.c + +# for TriBoard-TC1161 +tricore6dir = $(pkgdatadir)/templates/TriBoard-TC1161 +dist_tricore6_DATA = templates/TriBoard-TC1161/target.ld \ + templates/TriBoard-TC1161/targetIntResources.ld + + +# for TriBoard-TC1162 +tricore7dir = $(pkgdatadir)/templates/TriBoard-TC1162 +dist_tricore7_DATA = templates/TriBoard-TC1162/target.ld \ + templates/TriBoard-TC1162/targetIntResources.ld + + +# for TriBoard-TC1762 +tricore8dir = $(pkgdatadir)/templates/TriBoard-TC1762 +dist_tricore8_DATA = templates/TriBoard-TC1762/target.ld \ + templates/TriBoard-TC1762/targetIntResources.ld + + +# for TriBoard-TC1765 +tricore9dir = $(pkgdatadir)/templates/TriBoard-TC1765 +dist_tricore9_DATA = templates/TriBoard-TC1765/memoryROM.x +tricore9hdir = $(pkgdatadir)/templates/TriBoard-TC1765/h +dist_tricore9h_DATA = templates/TriBoard-TC1765/h/triboard_setup.h +tricore9srcdir = $(pkgdatadir)/templates/TriBoard-TC1765/src +dist_tricore9src_DATA = templates/TriBoard-TC1765/src/setup.c + +# for TriBoard-TC1766 +tricore10dir = $(pkgdatadir)/templates/TriBoard-TC1766 +dist_tricore10_DATA = templates/TriBoard-TC1766/target.ld \ + templates/TriBoard-TC1766/targetIntResources.ld + + +# for TriBoard-TC1775 +tricore11dir = $(pkgdatadir)/templates/TriBoard-TC1775 +dist_tricore11_DATA = templates/TriBoard-TC1775/memoryROM.x +tricore11hdir = $(pkgdatadir)/templates/TriBoard-TC1775/h +dist_tricore11h_DATA = templates/TriBoard-TC1775/h/triboard_setup.h +tricore11srcdir = $(pkgdatadir)/templates/TriBoard-TC1775/src +dist_tricore11src_DATA = templates/TriBoard-TC1775/src/setup.c + +# for TriBoard-TC1792 +tricore12dir = $(pkgdatadir)/templates/TriBoard-TC1792 +dist_tricore12_DATA = templates/TriBoard-TC1792/memoryROM.x \ + templates/TriBoard-TC1792/memoryROM-intern.x + +tricore12hdir = $(pkgdatadir)/templates/TriBoard-TC1792/h +dist_tricore12h_DATA = templates/TriBoard-TC1792/h/triboard_setup.h +tricore12srcdir = $(pkgdatadir)/templates/TriBoard-TC1792/src +dist_tricore12src_DATA = templates/TriBoard-TC1792/src/setup.c + +# for TriBoard-TC1796 +tricore13dir = $(pkgdatadir)/templates/TriBoard-TC1796 +dist_tricore13_DATA = templates/TriBoard-TC1796/memoryROM.x \ + templates/TriBoard-TC1796/memoryROM-intern.x + +tricore13hdir = $(pkgdatadir)/templates/TriBoard-TC1796/h +dist_tricore13h_DATA = templates/TriBoard-TC1796/h/triboard_setup.h +tricore13srcdir = $(pkgdatadir)/templates/TriBoard-TC1796/src +dist_tricore13src_DATA = templates/TriBoard-TC1796/src/setup.c + +# for TriBoard-TC1797 +tricore14dir = $(pkgdatadir)/templates/TriBoard-TC1797 +dist_tricore14_DATA = templates/TriBoard-TC1797/memoryROM.x \ + templates/TriBoard-TC1797/memoryROM-intern.x + +tricore14hdir = $(pkgdatadir)/templates/TriBoard-TC1797/h +dist_tricore14h_DATA = templates/TriBoard-TC1797/h/triboard_setup.h +tricore14srcdir = $(pkgdatadir)/templates/TriBoard-TC1797/src +dist_tricore14src_DATA = templates/TriBoard-TC1797/src/setup.c + +# for TriBoard-TC1920 +tricore15dir = $(pkgdatadir)/templates/TriBoard-TC1920 +dist_tricore15_DATA = templates/TriBoard-TC1920/memoryROM.x +tricore15hdir = $(pkgdatadir)/templates/TriBoard-TC1920/h +dist_tricore15h_DATA = templates/TriBoard-TC1920/h/triboard_setup.h +tricore15srcdir = $(pkgdatadir)/templates/TriBoard-TC1920/src +dist_tricore15src_DATA = templates/TriBoard-TC1920/src/setup.c +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/tricore/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/tricore/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-dist_tricore1DATA: $(dist_tricore1_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore1_DATA)'; test -n "$(tricore1dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore1dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore1dir)" || exit $$?; \ + done + +uninstall-dist_tricore1DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore1_DATA)'; test -n "$(tricore1dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore1dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore10DATA: $(dist_tricore10_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore10_DATA)'; test -n "$(tricore10dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore10dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore10dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore10dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore10dir)" || exit $$?; \ + done + +uninstall-dist_tricore10DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore10_DATA)'; test -n "$(tricore10dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore10dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore11DATA: $(dist_tricore11_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore11_DATA)'; test -n "$(tricore11dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore11dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore11dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11dir)" || exit $$?; \ + done + +uninstall-dist_tricore11DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore11_DATA)'; test -n "$(tricore11dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore11dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore11hDATA: $(dist_tricore11h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore11h_DATA)'; test -n "$(tricore11hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore11hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore11hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11hdir)" || exit $$?; \ + done + +uninstall-dist_tricore11hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore11h_DATA)'; test -n "$(tricore11hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore11hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore11srcDATA: $(dist_tricore11src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore11src_DATA)'; test -n "$(tricore11srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore11srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore11srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore11srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore11srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore11srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore11src_DATA)'; test -n "$(tricore11srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore11srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore12DATA: $(dist_tricore12_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore12_DATA)'; test -n "$(tricore12dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore12dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore12dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12dir)" || exit $$?; \ + done + +uninstall-dist_tricore12DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore12_DATA)'; test -n "$(tricore12dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore12dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore12hDATA: $(dist_tricore12h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore12h_DATA)'; test -n "$(tricore12hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore12hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore12hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12hdir)" || exit $$?; \ + done + +uninstall-dist_tricore12hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore12h_DATA)'; test -n "$(tricore12hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore12hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore12srcDATA: $(dist_tricore12src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore12src_DATA)'; test -n "$(tricore12srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore12srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore12srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore12srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore12srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore12srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore12src_DATA)'; test -n "$(tricore12srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore12srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore13DATA: $(dist_tricore13_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore13_DATA)'; test -n "$(tricore13dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore13dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore13dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13dir)" || exit $$?; \ + done + +uninstall-dist_tricore13DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore13_DATA)'; test -n "$(tricore13dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore13dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore13hDATA: $(dist_tricore13h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore13h_DATA)'; test -n "$(tricore13hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore13hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore13hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13hdir)" || exit $$?; \ + done + +uninstall-dist_tricore13hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore13h_DATA)'; test -n "$(tricore13hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore13hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore13srcDATA: $(dist_tricore13src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore13src_DATA)'; test -n "$(tricore13srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore13srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore13srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore13srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore13srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore13srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore13src_DATA)'; test -n "$(tricore13srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore13srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore14DATA: $(dist_tricore14_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore14_DATA)'; test -n "$(tricore14dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore14dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore14dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14dir)" || exit $$?; \ + done + +uninstall-dist_tricore14DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore14_DATA)'; test -n "$(tricore14dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore14dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore14hDATA: $(dist_tricore14h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore14h_DATA)'; test -n "$(tricore14hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore14hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore14hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14hdir)" || exit $$?; \ + done + +uninstall-dist_tricore14hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore14h_DATA)'; test -n "$(tricore14hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore14hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore14srcDATA: $(dist_tricore14src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore14src_DATA)'; test -n "$(tricore14srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore14srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore14srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore14srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore14srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore14srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore14src_DATA)'; test -n "$(tricore14srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore14srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore15DATA: $(dist_tricore15_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore15_DATA)'; test -n "$(tricore15dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore15dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore15dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15dir)" || exit $$?; \ + done + +uninstall-dist_tricore15DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore15_DATA)'; test -n "$(tricore15dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore15dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore15hDATA: $(dist_tricore15h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore15h_DATA)'; test -n "$(tricore15hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore15hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore15hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15hdir)" || exit $$?; \ + done + +uninstall-dist_tricore15hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore15h_DATA)'; test -n "$(tricore15hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore15hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore15srcDATA: $(dist_tricore15src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore15src_DATA)'; test -n "$(tricore15srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore15srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore15srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore15srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore15srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore15srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore15src_DATA)'; test -n "$(tricore15srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore15srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore2DATA: $(dist_tricore2_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore2_DATA)'; test -n "$(tricore2dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore2dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore2dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2dir)" || exit $$?; \ + done + +uninstall-dist_tricore2DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore2_DATA)'; test -n "$(tricore2dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore2dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore2hDATA: $(dist_tricore2h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore2h_DATA)'; test -n "$(tricore2hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore2hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore2hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2hdir)" || exit $$?; \ + done + +uninstall-dist_tricore2hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore2h_DATA)'; test -n "$(tricore2hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore2hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore2srcDATA: $(dist_tricore2src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore2src_DATA)'; test -n "$(tricore2srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore2srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore2srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore2srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore2srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore2srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore2src_DATA)'; test -n "$(tricore2srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore2srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore3DATA: $(dist_tricore3_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore3_DATA)'; test -n "$(tricore3dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore3dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore3dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3dir)" || exit $$?; \ + done + +uninstall-dist_tricore3DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore3_DATA)'; test -n "$(tricore3dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore3dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore3hDATA: $(dist_tricore3h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore3h_DATA)'; test -n "$(tricore3hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore3hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore3hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3hdir)" || exit $$?; \ + done + +uninstall-dist_tricore3hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore3h_DATA)'; test -n "$(tricore3hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore3hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore3srcDATA: $(dist_tricore3src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore3src_DATA)'; test -n "$(tricore3srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore3srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore3srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore3srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore3srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore3srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore3src_DATA)'; test -n "$(tricore3srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore3srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore4DATA: $(dist_tricore4_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore4_DATA)'; test -n "$(tricore4dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore4dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore4dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4dir)" || exit $$?; \ + done + +uninstall-dist_tricore4DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore4_DATA)'; test -n "$(tricore4dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore4dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore4hDATA: $(dist_tricore4h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore4h_DATA)'; test -n "$(tricore4hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore4hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore4hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4hdir)" || exit $$?; \ + done + +uninstall-dist_tricore4hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore4h_DATA)'; test -n "$(tricore4hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore4hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore4srcDATA: $(dist_tricore4src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore4src_DATA)'; test -n "$(tricore4srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore4srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore4srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore4srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore4srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore4srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore4src_DATA)'; test -n "$(tricore4srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore4srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore5DATA: $(dist_tricore5_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore5_DATA)'; test -n "$(tricore5dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore5dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5dir)" || exit $$?; \ + done + +uninstall-dist_tricore5DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore5_DATA)'; test -n "$(tricore5dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore5dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore5hDATA: $(dist_tricore5h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore5h_DATA)'; test -n "$(tricore5hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore5hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore5hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5hdir)" || exit $$?; \ + done + +uninstall-dist_tricore5hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore5h_DATA)'; test -n "$(tricore5hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore5hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore5srcDATA: $(dist_tricore5src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore5src_DATA)'; test -n "$(tricore5srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore5srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore5srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore5srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore5srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore5srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore5src_DATA)'; test -n "$(tricore5srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore5srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore6DATA: $(dist_tricore6_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore6_DATA)'; test -n "$(tricore6dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore6dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore6dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore6dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore6dir)" || exit $$?; \ + done + +uninstall-dist_tricore6DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore6_DATA)'; test -n "$(tricore6dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore6dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore7DATA: $(dist_tricore7_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore7_DATA)'; test -n "$(tricore7dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore7dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore7dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore7dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore7dir)" || exit $$?; \ + done + +uninstall-dist_tricore7DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore7_DATA)'; test -n "$(tricore7dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore7dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore8DATA: $(dist_tricore8_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore8_DATA)'; test -n "$(tricore8dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore8dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore8dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore8dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore8dir)" || exit $$?; \ + done + +uninstall-dist_tricore8DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore8_DATA)'; test -n "$(tricore8dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore8dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore9DATA: $(dist_tricore9_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore9_DATA)'; test -n "$(tricore9dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore9dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore9dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9dir)" || exit $$?; \ + done + +uninstall-dist_tricore9DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore9_DATA)'; test -n "$(tricore9dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore9dir)'; $(am__uninstall_files_from_dir) +install-dist_tricore9hDATA: $(dist_tricore9h_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore9h_DATA)'; test -n "$(tricore9hdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore9hdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore9hdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9hdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9hdir)" || exit $$?; \ + done + +uninstall-dist_tricore9hDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore9h_DATA)'; test -n "$(tricore9hdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore9hdir)'; $(am__uninstall_files_from_dir) +install-dist_tricore9srcDATA: $(dist_tricore9src_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricore9src_DATA)'; test -n "$(tricore9srcdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricore9srcdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricore9srcdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricore9srcdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricore9srcdir)" || exit $$?; \ + done + +uninstall-dist_tricore9srcDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricore9src_DATA)'; test -n "$(tricore9srcdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricore9srcdir)'; $(am__uninstall_files_from_dir) +install-dist_tricoretemplateDATA: $(dist_tricoretemplate_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tricoretemplate_DATA)'; test -n "$(tricoretemplatedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tricoretemplatedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tricoretemplatedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tricoretemplatedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tricoretemplatedir)" || exit $$?; \ + done + +uninstall-dist_tricoretemplateDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tricoretemplate_DATA)'; test -n "$(tricoretemplatedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tricoretemplatedir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tricore1dir)" "$(DESTDIR)$(tricore10dir)" "$(DESTDIR)$(tricore11dir)" "$(DESTDIR)$(tricore11hdir)" "$(DESTDIR)$(tricore11srcdir)" "$(DESTDIR)$(tricore12dir)" "$(DESTDIR)$(tricore12hdir)" "$(DESTDIR)$(tricore12srcdir)" "$(DESTDIR)$(tricore13dir)" "$(DESTDIR)$(tricore13hdir)" "$(DESTDIR)$(tricore13srcdir)" "$(DESTDIR)$(tricore14dir)" "$(DESTDIR)$(tricore14hdir)" "$(DESTDIR)$(tricore14srcdir)" "$(DESTDIR)$(tricore15dir)" "$(DESTDIR)$(tricore15hdir)" "$(DESTDIR)$(tricore15srcdir)" "$(DESTDIR)$(tricore2dir)" "$(DESTDIR)$(tricore2hdir)" "$(DESTDIR)$(tricore2srcdir)" "$(DESTDIR)$(tricore3dir)" "$(DESTDIR)$(tricore3hdir)" "$(DESTDIR)$(tricore3srcdir)" "$(DESTDIR)$(tricore4dir)" "$(DESTDIR)$(tricore4hdir)" "$(DESTDIR)$(tricore4srcdir)" "$(DESTDIR)$(tricore5dir)" "$(DESTDIR)$(tricore5hdir)" "$(DESTDIR)$(tricore5srcdir)" "$(DESTDIR)$(tricore6dir)" "$(DESTDIR)$(tricore7dir)" "$(DESTDIR)$(tricore8dir)" "$(DESTDIR)$(tricore9dir)" "$(DESTDIR)$(tricore9hdir)" "$(DESTDIR)$(tricore9srcdir)" "$(DESTDIR)$(tricoretemplatedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA install-dist_tricore10DATA \ + install-dist_tricore11DATA install-dist_tricore11hDATA \ + install-dist_tricore11srcDATA install-dist_tricore12DATA \ + install-dist_tricore12hDATA install-dist_tricore12srcDATA \ + install-dist_tricore13DATA install-dist_tricore13hDATA \ + install-dist_tricore13srcDATA install-dist_tricore14DATA \ + install-dist_tricore14hDATA install-dist_tricore14srcDATA \ + install-dist_tricore15DATA install-dist_tricore15hDATA \ + install-dist_tricore15srcDATA install-dist_tricore1DATA \ + install-dist_tricore2DATA install-dist_tricore2hDATA \ + install-dist_tricore2srcDATA install-dist_tricore3DATA \ + install-dist_tricore3hDATA install-dist_tricore3srcDATA \ + install-dist_tricore4DATA install-dist_tricore4hDATA \ + install-dist_tricore4srcDATA install-dist_tricore5DATA \ + install-dist_tricore5hDATA install-dist_tricore5srcDATA \ + install-dist_tricore6DATA install-dist_tricore7DATA \ + install-dist_tricore8DATA install-dist_tricore9DATA \ + install-dist_tricore9hDATA install-dist_tricore9srcDATA \ + install-dist_tricoretemplateDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_tricore10DATA \ + uninstall-dist_tricore11DATA uninstall-dist_tricore11hDATA \ + uninstall-dist_tricore11srcDATA uninstall-dist_tricore12DATA \ + uninstall-dist_tricore12hDATA uninstall-dist_tricore12srcDATA \ + uninstall-dist_tricore13DATA uninstall-dist_tricore13hDATA \ + uninstall-dist_tricore13srcDATA uninstall-dist_tricore14DATA \ + uninstall-dist_tricore14hDATA uninstall-dist_tricore14srcDATA \ + uninstall-dist_tricore15DATA uninstall-dist_tricore15hDATA \ + uninstall-dist_tricore15srcDATA uninstall-dist_tricore1DATA \ + uninstall-dist_tricore2DATA uninstall-dist_tricore2hDATA \ + uninstall-dist_tricore2srcDATA uninstall-dist_tricore3DATA \ + uninstall-dist_tricore3hDATA uninstall-dist_tricore3srcDATA \ + uninstall-dist_tricore4DATA uninstall-dist_tricore4hDATA \ + uninstall-dist_tricore4srcDATA uninstall-dist_tricore5DATA \ + uninstall-dist_tricore5hDATA uninstall-dist_tricore5srcDATA \ + uninstall-dist_tricore6DATA uninstall-dist_tricore7DATA \ + uninstall-dist_tricore8DATA uninstall-dist_tricore9DATA \ + uninstall-dist_tricore9hDATA uninstall-dist_tricore9srcDATA \ + uninstall-dist_tricoretemplateDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dist_tricore10DATA \ + install-dist_tricore11DATA install-dist_tricore11hDATA \ + install-dist_tricore11srcDATA install-dist_tricore12DATA \ + install-dist_tricore12hDATA install-dist_tricore12srcDATA \ + install-dist_tricore13DATA install-dist_tricore13hDATA \ + install-dist_tricore13srcDATA install-dist_tricore14DATA \ + install-dist_tricore14hDATA install-dist_tricore14srcDATA \ + install-dist_tricore15DATA install-dist_tricore15hDATA \ + install-dist_tricore15srcDATA install-dist_tricore1DATA \ + install-dist_tricore2DATA install-dist_tricore2hDATA \ + install-dist_tricore2srcDATA install-dist_tricore3DATA \ + install-dist_tricore3hDATA install-dist_tricore3srcDATA \ + install-dist_tricore4DATA install-dist_tricore4hDATA \ + install-dist_tricore4srcDATA install-dist_tricore5DATA \ + install-dist_tricore5hDATA install-dist_tricore5srcDATA \ + install-dist_tricore6DATA install-dist_tricore7DATA \ + install-dist_tricore8DATA install-dist_tricore9DATA \ + install-dist_tricore9hDATA install-dist_tricore9srcDATA \ + install-dist_tricoretemplateDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA \ + uninstall-dist_tricore10DATA uninstall-dist_tricore11DATA \ + uninstall-dist_tricore11hDATA uninstall-dist_tricore11srcDATA \ + uninstall-dist_tricore12DATA uninstall-dist_tricore12hDATA \ + uninstall-dist_tricore12srcDATA uninstall-dist_tricore13DATA \ + uninstall-dist_tricore13hDATA uninstall-dist_tricore13srcDATA \ + uninstall-dist_tricore14DATA uninstall-dist_tricore14hDATA \ + uninstall-dist_tricore14srcDATA uninstall-dist_tricore15DATA \ + uninstall-dist_tricore15hDATA uninstall-dist_tricore15srcDATA \ + uninstall-dist_tricore1DATA uninstall-dist_tricore2DATA \ + uninstall-dist_tricore2hDATA uninstall-dist_tricore2srcDATA \ + uninstall-dist_tricore3DATA uninstall-dist_tricore3hDATA \ + uninstall-dist_tricore3srcDATA uninstall-dist_tricore4DATA \ + uninstall-dist_tricore4hDATA uninstall-dist_tricore4srcDATA \ + uninstall-dist_tricore5DATA uninstall-dist_tricore5hDATA \ + uninstall-dist_tricore5srcDATA uninstall-dist_tricore6DATA \ + uninstall-dist_tricore7DATA uninstall-dist_tricore8DATA \ + uninstall-dist_tricore9DATA uninstall-dist_tricore9hDATA \ + uninstall-dist_tricore9srcDATA \ + uninstall-dist_tricoretemplateDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/win32gui/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/win32gui/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/win32gui/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/win32gui/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,669 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/win32gui +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_filesdialog_DATA) $(dist_filesframe_DATA) \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(filesdialogdir)" \ + "$(DESTDIR)$(filesframedir)" "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_filesdialog_DATA) $(dist_filesframe_DATA) \ + $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/win32gui +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script + +filesdialogdir = $(pkgdatadir)/files/dialog +dist_filesdialog_DATA = files/dialog/main.cpp \ + files/dialog/manifest.xml \ + files/dialog/resource.h \ + files/dialog/resource.rc + +filesframedir = $(pkgdatadir)/files/frame +dist_filesframe_DATA = files/frame/main.cpp +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/win32gui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/win32gui/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_filesdialogDATA: $(dist_filesdialog_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_filesdialog_DATA)'; test -n "$(filesdialogdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesdialogdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesdialogdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesdialogdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesdialogdir)" || exit $$?; \ + done + +uninstall-dist_filesdialogDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_filesdialog_DATA)'; test -n "$(filesdialogdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesdialogdir)'; $(am__uninstall_files_from_dir) +install-dist_filesframeDATA: $(dist_filesframe_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_filesframe_DATA)'; test -n "$(filesframedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(filesframedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(filesframedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(filesframedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(filesframedir)" || exit $$?; \ + done + +uninstall-dist_filesframeDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_filesframe_DATA)'; test -n "$(filesframedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(filesframedir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(filesdialogdir)" "$(DESTDIR)$(filesframedir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_filesdialogDATA \ + install-dist_filesframeDATA install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_filesdialogDATA \ + uninstall-dist_filesframeDATA uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_filesdialogDATA install-dist_filesframeDATA \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_filesdialogDATA \ + uninstall-dist_filesframeDATA uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/wxwidgets/Makefile.in codeblocks-17.12/src/plugins/scriptedwizard/resources/wxwidgets/Makefile.in --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/resources/wxwidgets/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/resources/wxwidgets/Makefile.in 2017-12-28 11:02:05.000000000 +0000 @@ -0,0 +1,786 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/scriptedwizard/resources/wxwidgets +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_commonfiles_DATA) $(dist_pchfiles_DATA) \ + $(dist_pkgdata_DATA) $(dist_rcfiles_DATA) \ + $(dist_wxfbdialog_DATA) $(dist_wxfbframe_DATA) \ + $(dist_wxsmithfiles_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(commonfilesdir)" \ + "$(DESTDIR)$(pchfilesdir)" "$(DESTDIR)$(pkgdatadir)" \ + "$(DESTDIR)$(rcfilesdir)" "$(DESTDIR)$(wxfbdialogdir)" \ + "$(DESTDIR)$(wxfbframedir)" "$(DESTDIR)$(wxsmithfilesdir)" +DATA = $(dist_commonfiles_DATA) $(dist_pchfiles_DATA) \ + $(dist_pkgdata_DATA) $(dist_rcfiles_DATA) \ + $(dist_wxfbdialog_DATA) $(dist_wxfbframe_DATA) \ + $(dist_wxsmithfiles_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/wxwidgets +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = logo.png \ + wizard.png \ + wizard.script \ + wizard.xrc + +commonfilesdir = $(pkgdatadir)/common +dist_commonfiles_DATA = common/app.cpp \ + common/app.h \ + common/main.cpp \ + common/main.h + +pchfilesdir = $(pkgdatadir)/pch +dist_pchfiles_DATA = pch/wx_pch.h +rcfilesdir = $(pkgdatadir)/rc +dist_rcfiles_DATA = rc/resource.rc +wxfbdialogdir = $(pkgdatadir)/wxfb/dialog +dist_wxfbdialog_DATA = wxfb/dialog/GUIDialog.cpp \ + wxfb/dialog/GUIDialog.h \ + wxfb/dialog/WxWizDialog.fbp + +wxfbframedir = $(pkgdatadir)/wxfb/frame +dist_wxfbframe_DATA = wxfb/frame/GUIFrame.cpp \ + wxfb/frame/GUIFrame.h \ + wxfb/frame/WxWizFrame.fbp + +wxsmithfilesdir = $(pkgdatadir)/wxsmith +dist_wxsmithfiles_DATA = wxsmith/app.cpp \ + wxsmith/main.cpp \ + wxsmith/main.h \ + wxsmith/resource.wxs + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/scriptedwizard/resources/wxwidgets/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_commonfilesDATA: $(dist_commonfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_commonfiles_DATA)'; test -n "$(commonfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(commonfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(commonfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(commonfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(commonfilesdir)" || exit $$?; \ + done + +uninstall-dist_commonfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_commonfiles_DATA)'; test -n "$(commonfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(commonfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pchfilesDATA: $(dist_pchfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pchfiles_DATA)'; test -n "$(pchfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pchfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pchfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pchfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pchfilesdir)" || exit $$?; \ + done + +uninstall-dist_pchfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pchfiles_DATA)'; test -n "$(pchfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pchfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-dist_rcfilesDATA: $(dist_rcfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_rcfiles_DATA)'; test -n "$(rcfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(rcfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(rcfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rcfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(rcfilesdir)" || exit $$?; \ + done + +uninstall-dist_rcfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_rcfiles_DATA)'; test -n "$(rcfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(rcfilesdir)'; $(am__uninstall_files_from_dir) +install-dist_wxfbdialogDATA: $(dist_wxfbdialog_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_wxfbdialog_DATA)'; test -n "$(wxfbdialogdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxfbdialogdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxfbdialogdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxfbdialogdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(wxfbdialogdir)" || exit $$?; \ + done + +uninstall-dist_wxfbdialogDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_wxfbdialog_DATA)'; test -n "$(wxfbdialogdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(wxfbdialogdir)'; $(am__uninstall_files_from_dir) +install-dist_wxfbframeDATA: $(dist_wxfbframe_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_wxfbframe_DATA)'; test -n "$(wxfbframedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxfbframedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxfbframedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxfbframedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(wxfbframedir)" || exit $$?; \ + done + +uninstall-dist_wxfbframeDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_wxfbframe_DATA)'; test -n "$(wxfbframedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(wxfbframedir)'; $(am__uninstall_files_from_dir) +install-dist_wxsmithfilesDATA: $(dist_wxsmithfiles_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_wxsmithfiles_DATA)'; test -n "$(wxsmithfilesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(wxsmithfilesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(wxsmithfilesdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wxsmithfilesdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(wxsmithfilesdir)" || exit $$?; \ + done + +uninstall-dist_wxsmithfilesDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_wxsmithfiles_DATA)'; test -n "$(wxsmithfilesdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(wxsmithfilesdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(commonfilesdir)" "$(DESTDIR)$(pchfilesdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(rcfilesdir)" "$(DESTDIR)$(wxfbdialogdir)" "$(DESTDIR)$(wxfbframedir)" "$(DESTDIR)$(wxsmithfilesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_commonfilesDATA \ + install-dist_pchfilesDATA install-dist_pkgdataDATA \ + install-dist_rcfilesDATA install-dist_wxfbdialogDATA \ + install-dist_wxfbframeDATA install-dist_wxsmithfilesDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_commonfilesDATA \ + uninstall-dist_pchfilesDATA uninstall-dist_pkgdataDATA \ + uninstall-dist_rcfilesDATA uninstall-dist_wxfbdialogDATA \ + uninstall-dist_wxfbframeDATA uninstall-dist_wxsmithfilesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_commonfilesDATA install-dist_pchfilesDATA \ + install-dist_pkgdataDATA install-dist_rcfilesDATA \ + install-dist_wxfbdialogDATA install-dist_wxfbframeDATA \ + install-dist_wxsmithfilesDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_commonfilesDATA \ + uninstall-dist_pchfilesDATA uninstall-dist_pkgdataDATA \ + uninstall-dist_rcfilesDATA uninstall-dist_wxfbdialogDATA \ + uninstall-dist_wxfbframeDATA uninstall-dist_wxsmithfilesDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/wiz.cpp codeblocks-17.12/src/plugins/scriptedwizard/wiz.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/wiz.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/wiz.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11148 $ * $Id: wiz.cpp 11148 2017-08-15 19:14:30Z pecanh $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/wiz.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/wiz.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/scriptedwizard/wizpage.cpp codeblocks-17.12/src/plugins/scriptedwizard/wizpage.cpp --- codeblocks-16.01svn11246/src/plugins/scriptedwizard/wizpage.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/scriptedwizard/wizpage.cpp 2017-10-31 23:32:39.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9832 $ * $Id: wizpage.cpp 9832 2014-06-25 00:31:36Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/scriptedwizard/wizpage.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/scriptedwizard/wizpage.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/plugins/tidycmt/tidycmt.cpp codeblocks-17.12/src/plugins/tidycmt/tidycmt.cpp --- codeblocks-16.01svn11246/src/plugins/tidycmt/tidycmt.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/tidycmt/tidycmt.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9264 $ * $Id: tidycmt.cpp 9264 2013-08-17 09:35:46Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/tidycmt/tidycmt.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/tidycmt/tidycmt.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/todo/addtododlg.cpp codeblocks-17.12/src/plugins/todo/addtododlg.cpp --- codeblocks-16.01svn11246/src/plugins/todo/addtododlg.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/addtododlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10923 $ * $Id: addtododlg.cpp 10923 2016-11-26 07:39:14Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/todo/addtododlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/todo/addtododlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/todo/asktypedlg.cpp codeblocks-17.12/src/plugins/todo/asktypedlg.cpp --- codeblocks-16.01svn11246/src/plugins/todo/asktypedlg.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/asktypedlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7897 $ * $Id: asktypedlg.cpp 7897 2012-03-13 21:39:52Z danselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/todo/asktypedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/todo/asktypedlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/todo/Makefile.in codeblocks-17.12/src/plugins/todo/Makefile.in --- codeblocks-16.01svn11246/src/plugins/todo/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,913 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/todo +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libtodo_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libtodo_la_OBJECTS = addtododlg.lo asktypedlg.lo todolist.lo \ + todolistview.lo todosettingsdlg.lo +libtodo_la_OBJECTS = $(am_libtodo_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtodo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(libtodo_la_LDFLAGS) $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtodo_la_SOURCES) +DIST_SOURCES = $(libtodo_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libtodo.la +libtodo_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libtodo_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libtodo_la_SOURCES = addtododlg.cpp \ + asktypedlg.cpp \ + todolist.cpp \ + todolistview.cpp \ + todosettingsdlg.cpp + +noinst_HEADERS = addtododlg.h \ + asktypedlg.h \ + todolist.h \ + todolistview.h \ + todosettingsdlg.h + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/todo/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/todo/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtodo.la: $(libtodo_la_OBJECTS) $(libtodo_la_DEPENDENCIES) $(EXTRA_libtodo_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtodo_la_LINK) -rpath $(pluginlibdir) $(libtodo_la_OBJECTS) $(libtodo_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addtododlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asktypedlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todolist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todolistview.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/todosettingsdlg.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pluginlibdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pluginlibLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool \ + clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pluginlibLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginlibLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/todo/resources/Makefile.in codeblocks-17.12/src/plugins/todo/resources/Makefile.in --- codeblocks-16.01svn11246/src/plugins/todo/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/resources/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/todo/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +pkgdata_DATA = todo.zip +CLEANFILES = $(pkgdata_DATA) +EXTRA_DIST = manifest.xml $(srcdir)/*.xrc +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/todo/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/todo/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA + + +todo.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/todo.zip manifest.xml *.xrc > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/todo/todolist.cpp codeblocks-17.12/src/plugins/todo/todolist.cpp --- codeblocks-16.01svn11246/src/plugins/todo/todolist.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/todolist.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10739 $ * $Id: todolist.cpp 10739 2016-01-28 18:01:46Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/todo/todolist.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/todo/todolist.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/todo/todolistview.cpp codeblocks-17.12/src/plugins/todo/todolistview.cpp --- codeblocks-16.01svn11246/src/plugins/todo/todolistview.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/todolistview.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10948 $ * $Id: todolistview.cpp 10948 2016-12-28 00:06:17Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/todo/todolistview.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/todo/todolistview.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/todo/todosettingsdlg.cpp codeblocks-17.12/src/plugins/todo/todosettingsdlg.cpp --- codeblocks-16.01svn11246/src/plugins/todo/todosettingsdlg.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/todo/todosettingsdlg.cpp 2017-10-31 23:32:42.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7109 $ * $Id: todosettingsdlg.cpp 7109 2011-04-15 11:53:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/todo/todosettingsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/todo/todosettingsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/plugins/xpmanifest/Makefile.in codeblocks-17.12/src/plugins/xpmanifest/Makefile.in --- codeblocks-16.01svn11246/src/plugins/xpmanifest/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/plugins/xpmanifest/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,808 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/plugins/xpmanifest +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pluginlibdir)" \ + "$(DESTDIR)$(pkgdatadir)" +LTLIBRARIES = $(pluginlib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libxpmanifest_la_DEPENDENCIES = ../../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) +am_libxpmanifest_la_OBJECTS = windowsxplooknfeel.lo +libxpmanifest_la_OBJECTS = $(am_libxpmanifest_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libxpmanifest_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libxpmanifest_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libxpmanifest_la_SOURCES) +DIST_SOURCES = $(libxpmanifest_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DATA = $(pkgdata_DATA) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include + +pluginlibdir = $(pkglibdir)/plugins +pluginlib_LTLIBRARIES = libxpmanifest.la +libxpmanifest_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version +libxpmanifest_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS) +libxpmanifest_la_SOURCES = windowsxplooknfeel.cpp +noinst_HEADERS = windowsxplooknfeel.h +EXTRA_DIST = manifest.xml +pkgdata_DATA = xpmanifest.zip +CLEANFILES = $(pkgdata_DATA) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/xpmanifest/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/plugins/xpmanifest/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \ + } + +uninstall-pluginlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \ + done + +clean-pluginlibLTLIBRARIES: + -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES) + @list='$(pluginlib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libxpmanifest.la: $(libxpmanifest_la_OBJECTS) $(libxpmanifest_la_DEPENDENCIES) $(EXTRA_libxpmanifest_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libxpmanifest_la_LINK) -rpath $(pluginlibdir) $(libxpmanifest_la_OBJECTS) $(libxpmanifest_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowsxplooknfeel.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgdataDATA install-pluginlibLTLIBRARIES + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pkgdataDATA uninstall-pluginlibLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-pluginlibLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA \ + uninstall-pluginlibLTLIBRARIES + + +xpmanifest.zip: $(EXTRA_DIST) + PWD=`pwd` cd $(srcdir) && zip $(PWD)/xpmanifest.zip manifest.xml > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/plugins/xpmanifest/windowsxplooknfeel.cpp codeblocks-17.12/src/plugins/xpmanifest/windowsxplooknfeel.cpp --- codeblocks-16.01svn11246/src/plugins/xpmanifest/windowsxplooknfeel.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/plugins/xpmanifest/windowsxplooknfeel.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8524 $ * $Id: windowsxplooknfeel.cpp 8524 2012-11-07 16:34:06Z thomasdenk $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/plugins/xpmanifest/windowsxplooknfeel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/plugins/xpmanifest/windowsxplooknfeel.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/scripts/edit_startup_script.script codeblocks-17.12/src/scripts/edit_startup_script.script --- codeblocks-16.01svn11246/src/scripts/edit_startup_script.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/edit_startup_script.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: edit_startup_script.script 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/edit_startup_script.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/edit_startup_script.script $ */ // diff -Nru codeblocks-16.01svn11246/src/scripts/gdb_types.script codeblocks-17.12/src/scripts/gdb_types.script --- codeblocks-16.01svn11246/src/scripts/gdb_types.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/gdb_types.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: gdb_types.script 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/gdb_types.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/gdb_types.script $ */ // Registers new types with driver diff -Nru codeblocks-16.01svn11246/src/scripts/make_dist.script codeblocks-17.12/src/scripts/make_dist.script --- codeblocks-16.01svn11246/src/scripts/make_dist.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/make_dist.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: make_dist.script 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/make_dist.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/make_dist.script $ */ /* diff -Nru codeblocks-16.01svn11246/src/scripts/Makefile.in codeblocks-17.12/src/scripts/Makefile.in --- codeblocks-16.01svn11246/src/scripts/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/scripts/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,635 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/scripts +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) $(dist_tests__DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tests_dir)" +DATA = $(dist_pkgdata_DATA) $(dist_tests__DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/scripts +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.script + +# install tests files in a subfolder +tests_dir = $(pkgdatadir)/tests +dist_tests__DATA = $(srcdir)/tests/*.script +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/scripts/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/scripts/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +install-dist_tests_DATA: $(dist_tests__DATA) + @$(NORMAL_INSTALL) + @list='$(dist_tests__DATA)'; test -n "$(tests_dir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(tests_dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(tests_dir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tests_dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(tests_dir)" || exit $$?; \ + done + +uninstall-dist_tests_DATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_tests__DATA)'; test -n "$(tests_dir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(tests_dir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(tests_dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA install-dist_tests_DATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA uninstall-dist_tests_DATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dist_tests_DATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA \ + uninstall-dist_tests_DATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/scripts/sample_plugin.script codeblocks-17.12/src/scripts/sample_plugin.script --- codeblocks-16.01svn11246/src/scripts/sample_plugin.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/sample_plugin.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: sample_plugin.script 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/sample_plugin.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/sample_plugin.script $ */ // Script plugins must extend cbScriptPlugin diff -Nru codeblocks-16.01svn11246/src/scripts/startup.script codeblocks-17.12/src/scripts/startup.script --- codeblocks-16.01svn11246/src/scripts/startup.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/startup.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7649 $ * $Id: startup.script 7649 2011-12-29 20:02:04Z tpetrov $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/startup.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/startup.script $ */ Log(_T("Running startup script")); diff -Nru codeblocks-16.01svn11246/src/scripts/wx_help.script codeblocks-17.12/src/scripts/wx_help.script --- codeblocks-16.01svn11246/src/scripts/wx_help.script 2017-11-26 01:48:48.000000000 +0000 +++ codeblocks-17.12/src/scripts/wx_help.script 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7443 $ * $Id: wx_help.script 7443 2011-09-01 16:29:16Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/scripts/wx_help.script $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/scripts/wx_help.script $ */ /* diff -Nru codeblocks-16.01svn11246/src/sdk/annoyingdialog.cpp codeblocks-17.12/src/sdk/annoyingdialog.cpp --- codeblocks-16.01svn11246/src/sdk/annoyingdialog.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/annoyingdialog.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10907 $ * $Id: annoyingdialog.cpp 10907 2016-09-25 16:09:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/annoyingdialog.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/annoyingdialog.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/autodetectcompilers.cpp codeblocks-17.12/src/sdk/autodetectcompilers.cpp --- codeblocks-16.01svn11246/src/sdk/autodetectcompilers.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/autodetectcompilers.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: autodetectcompilers.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/autodetectcompilers.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/autodetectcompilers.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/base64.cpp codeblocks-17.12/src/sdk/base64.cpp --- codeblocks-16.01svn11246/src/sdk/base64.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/base64.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: base64.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/base64.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/base64.cpp $ */ //********************************************************************* diff -Nru codeblocks-16.01svn11246/src/sdk/blockallocated.cpp codeblocks-17.12/src/sdk/blockallocated.cpp --- codeblocks-16.01svn11246/src/sdk/blockallocated.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/blockallocated.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8948 $ * $Id: blockallocated.cpp 8948 2013-04-06 17:15:49Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/blockallocated.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/blockallocated.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbauibook.cpp codeblocks-17.12/src/sdk/cbauibook.cpp --- codeblocks-16.01svn11246/src/sdk/cbauibook.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbauibook.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: cbauibook.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbauibook.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbauibook.cpp $ */ diff -Nru codeblocks-16.01svn11246/src/sdk/cbcolourmanager.cpp codeblocks-17.12/src/sdk/cbcolourmanager.cpp --- codeblocks-16.01svn11246/src/sdk/cbcolourmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbcolourmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9263 $ * $Id: cbcolourmanager.cpp 9263 2013-08-17 09:20:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbcolourmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbcolourmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbeditor.cpp codeblocks-17.12/src/sdk/cbeditor.cpp --- codeblocks-16.01svn11246/src/sdk/cbeditor.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbeditor.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11220 $ * $Id: cbeditor.cpp 11220 2017-10-29 16:54:40Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbeditor.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbeditor.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbeditorprintout.cpp codeblocks-17.12/src/sdk/cbeditorprintout.cpp --- codeblocks-16.01svn11246/src/sdk/cbeditorprintout.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbeditorprintout.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: cbeditorprintout.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbeditorprintout.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbeditorprintout.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbexception.cpp codeblocks-17.12/src/sdk/cbexception.cpp --- codeblocks-16.01svn11246/src/sdk/cbexception.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbexception.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8300 $ * $Id: cbexception.cpp 8300 2012-08-31 11:35:40Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbexception.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbexception.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbplugin.cpp codeblocks-17.12/src/sdk/cbplugin.cpp --- codeblocks-16.01svn11246/src/sdk/cbplugin.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbplugin.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11208 $ * $Id: cbplugin.cpp 11208 2017-10-18 23:42:37Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbplugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbplugin.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbproject.cpp codeblocks-17.12/src/sdk/cbproject.cpp --- codeblocks-16.01svn11246/src/sdk/cbproject.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbproject.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11114 $ * $Id: cbproject.cpp 11114 2017-07-16 12:23:30Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbproject.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbproject.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbstyledtextctrl.cpp codeblocks-17.12/src/sdk/cbstyledtextctrl.cpp --- codeblocks-16.01svn11246/src/sdk/cbstyledtextctrl.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbstyledtextctrl.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11198 $ * $Id: cbstyledtextctrl.cpp 11198 2017-10-16 00:12:18Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbstyledtextctrl.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbstyledtextctrl.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbthreadpool.cpp codeblocks-17.12/src/sdk/cbthreadpool.cpp --- codeblocks-16.01svn11246/src/sdk/cbthreadpool.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbthreadpool.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10605 $ * $Id: cbthreadpool.cpp 10605 2015-12-05 15:07:00Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbthreadpool.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbthreadpool.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbtreectrl.cpp codeblocks-17.12/src/sdk/cbtreectrl.cpp --- codeblocks-16.01svn11246/src/sdk/cbtreectrl.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbtreectrl.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10635 $ * $Id: cbtreectrl.cpp 10635 2015-12-29 16:30:36Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbtreectrl.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbtreectrl.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/cbworkspace.cpp codeblocks-17.12/src/sdk/cbworkspace.cpp --- codeblocks-16.01svn11246/src/sdk/cbworkspace.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/cbworkspace.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9173 $ * $Id: cbworkspace.cpp 9173 2013-07-03 20:14:50Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/cbworkspace.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/cbworkspace.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/ccmanager.cpp codeblocks-17.12/src/sdk/ccmanager.cpp --- codeblocks-16.01svn11246/src/sdk/ccmanager.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/ccmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11214 $ * $Id: ccmanager.cpp 11214 2017-10-22 07:52:07Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/ccmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/ccmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compileoptionsbase.cpp codeblocks-17.12/src/sdk/compileoptionsbase.cpp --- codeblocks-16.01svn11246/src/sdk/compileoptionsbase.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/compileoptionsbase.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10833 $ * $Id: compileoptionsbase.cpp 10833 2016-04-17 21:31:25Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compileoptionsbase.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compileoptionsbase.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compilercommandgenerator.cpp codeblocks-17.12/src/sdk/compilercommandgenerator.cpp --- codeblocks-16.01svn11246/src/sdk/compilercommandgenerator.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/compilercommandgenerator.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10589 $ * $Id: compilercommandgenerator.cpp 10589 2015-11-15 19:21:12Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compilercommandgenerator.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compilercommandgenerator.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compiler.cpp codeblocks-17.12/src/sdk/compiler.cpp --- codeblocks-16.01svn11246/src/sdk/compiler.cpp 2017-11-26 01:48:42.000000000 +0000 +++ codeblocks-17.12/src/sdk/compiler.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11182 $ * $Id: compiler.cpp 11182 2017-09-29 23:33:53Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compiler.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compiler.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compilerfactory.cpp codeblocks-17.12/src/sdk/compilerfactory.cpp --- codeblocks-16.01svn11246/src/sdk/compilerfactory.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/compilerfactory.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: compilerfactory.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compilerfactory.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compilerfactory.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compileroptions.cpp codeblocks-17.12/src/sdk/compileroptions.cpp --- codeblocks-16.01svn11246/src/sdk/compileroptions.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/compileroptions.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9819 $ * $Id: compileroptions.cpp 9819 2014-06-22 13:37:24Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compileroptions.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compileroptions.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/compiletargetbase.cpp codeblocks-17.12/src/sdk/compiletargetbase.cpp --- codeblocks-16.01svn11246/src/sdk/compiletargetbase.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/compiletargetbase.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10833 $ * $Id: compiletargetbase.cpp 10833 2016-04-17 21:31:25Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/compiletargetbase.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/compiletargetbase.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/configmanager.cpp codeblocks-17.12/src/sdk/configmanager.cpp --- codeblocks-16.01svn11246/src/sdk/configmanager.cpp 2017-11-26 01:48:42.000000000 +0000 +++ codeblocks-17.12/src/sdk/configmanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11191 $ * $Id: configmanager.cpp 11191 2017-10-07 13:10:12Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/configmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/configmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/configmanager-revision.cpp codeblocks-17.12/src/sdk/configmanager-revision.cpp --- codeblocks-16.01svn11246/src/sdk/configmanager-revision.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/configmanager-revision.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10907 $ * $Id: configmanager-revision.cpp 10907 2016-09-25 16:09:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/configmanager-revision.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/configmanager-revision.cpp $ */ /* ------------------------------------------------------------------------------------------------------------------ diff -Nru codeblocks-16.01svn11246/src/sdk/config-testsuite.cpp codeblocks-17.12/src/sdk/config-testsuite.cpp --- codeblocks-16.01svn11246/src/sdk/config-testsuite.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/config-testsuite.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 6950 $ * $Id: config-testsuite.cpp 6950 2011-02-01 07:13:54Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/config-testsuite.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/config-testsuite.cpp $ */ // too lazy to deal with event handlers, we will abuse the "About" box to start a test suite diff -Nru codeblocks-16.01svn11246/src/sdk/configurationpanel.cpp codeblocks-17.12/src/sdk/configurationpanel.cpp --- codeblocks-16.01svn11246/src/sdk/configurationpanel.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/configurationpanel.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7964 $ * $Id: configurationpanel.cpp 7964 2012-05-11 07:36:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/configurationpanel.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/configurationpanel.cpp $ */ #include "configurationpanel.h" diff -Nru codeblocks-16.01svn11246/src/sdk/configuretoolsdlg.cpp codeblocks-17.12/src/sdk/configuretoolsdlg.cpp --- codeblocks-16.01svn11246/src/sdk/configuretoolsdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/configuretoolsdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: configuretoolsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/configuretoolsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/configuretoolsdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/confirmreplacedlg.cpp codeblocks-17.12/src/sdk/confirmreplacedlg.cpp --- codeblocks-16.01svn11246/src/sdk/confirmreplacedlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/confirmreplacedlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7294 $ * $Id: confirmreplacedlg.cpp 7294 2011-07-26 12:52:57Z tpetrov $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/confirmreplacedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/confirmreplacedlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/crc32.cpp codeblocks-17.12/src/sdk/crc32.cpp --- codeblocks-16.01svn11246/src/sdk/crc32.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/crc32.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: crc32.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/crc32.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/crc32.cpp $ */ /* diff -Nru codeblocks-16.01svn11246/src/sdk/debuggermanager.cpp codeblocks-17.12/src/sdk/debuggermanager.cpp --- codeblocks-16.01svn11246/src/sdk/debuggermanager.cpp 2017-11-26 01:48:42.000000000 +0000 +++ codeblocks-17.12/src/sdk/debuggermanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11180 $ * $Id: debuggermanager.cpp 11180 2017-09-29 23:33:46Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/debuggermanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/debuggermanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editarrayfiledlg.cpp codeblocks-17.12/src/sdk/editarrayfiledlg.cpp --- codeblocks-16.01svn11246/src/sdk/editarrayfiledlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editarrayfiledlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10978 $ * $Id: editarrayfiledlg.cpp 10978 2017-01-23 01:12:01Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editarrayfiledlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editarrayfiledlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editarrayorderdlg.cpp codeblocks-17.12/src/sdk/editarrayorderdlg.cpp --- codeblocks-16.01svn11246/src/sdk/editarrayorderdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editarrayorderdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editarrayorderdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editarrayorderdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editarrayorderdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editarraystringdlg.cpp codeblocks-17.12/src/sdk/editarraystringdlg.cpp --- codeblocks-16.01svn11246/src/sdk/editarraystringdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editarraystringdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editarraystringdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editarraystringdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editarraystringdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editorbase.cpp codeblocks-17.12/src/sdk/editorbase.cpp --- codeblocks-16.01svn11246/src/sdk/editorbase.cpp 2017-11-26 01:48:42.000000000 +0000 +++ codeblocks-17.12/src/sdk/editorbase.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11183 $ * $Id: editorbase.cpp 11183 2017-10-05 22:33:14Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editorbase.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editorbase.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editorcolourset.cpp codeblocks-17.12/src/sdk/editorcolourset.cpp --- codeblocks-16.01svn11246/src/sdk/editorcolourset.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editorcolourset.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: editorcolourset.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editorcolourset.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editorcolourset.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editor_hooks.cpp codeblocks-17.12/src/sdk/editor_hooks.cpp --- codeblocks-16.01svn11246/src/sdk/editor_hooks.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editor_hooks.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9753 $ * $Id: editor_hooks.cpp 9753 2014-04-15 05:12:55Z ollydbg $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editor_hooks.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editor_hooks.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editorlexerloader.cpp codeblocks-17.12/src/sdk/editorlexerloader.cpp --- codeblocks-16.01svn11246/src/sdk/editorlexerloader.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editorlexerloader.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: editorlexerloader.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editorlexerloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editorlexerloader.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editormanager.cpp codeblocks-17.12/src/sdk/editormanager.cpp --- codeblocks-16.01svn11246/src/sdk/editormanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editormanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11139 $ * $Id: editormanager.cpp 11139 2017-08-12 22:37:55Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editormanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editormanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editpairdlg.cpp codeblocks-17.12/src/sdk/editpairdlg.cpp --- codeblocks-16.01svn11246/src/sdk/editpairdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editpairdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editpairdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editpairdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editpairdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/editpathdlg.cpp codeblocks-17.12/src/sdk/editpathdlg.cpp --- codeblocks-16.01svn11246/src/sdk/editpathdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/editpathdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10963 $ * $Id: editpathdlg.cpp 10963 2017-01-14 22:41:04Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/editpathdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/editpathdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/edittooldlg.cpp codeblocks-17.12/src/sdk/edittooldlg.cpp --- codeblocks-16.01svn11246/src/sdk/edittooldlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/edittooldlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: edittooldlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/edittooldlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/edittooldlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/encodingdetector.cpp codeblocks-17.12/src/sdk/encodingdetector.cpp --- codeblocks-16.01svn11246/src/sdk/encodingdetector.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/encodingdetector.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11083 $ * $Id: encodingdetector.cpp 11083 2017-06-04 12:24:03Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/encodingdetector.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/encodingdetector.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/externaldepsdlg.cpp codeblocks-17.12/src/sdk/externaldepsdlg.cpp --- codeblocks-16.01svn11246/src/sdk/externaldepsdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/externaldepsdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: externaldepsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/externaldepsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/externaldepsdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/filefilters.cpp codeblocks-17.12/src/sdk/filefilters.cpp --- codeblocks-16.01svn11246/src/sdk/filefilters.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/filefilters.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10854 $ * $Id: filefilters.cpp 10854 2016-05-18 22:20:45Z d_anselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/filefilters.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/filefilters.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/filegroupsandmasks.cpp codeblocks-17.12/src/sdk/filegroupsandmasks.cpp --- codeblocks-16.01svn11246/src/sdk/filegroupsandmasks.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/filegroupsandmasks.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8300 $ * $Id: filegroupsandmasks.cpp 8300 2012-08-31 11:35:40Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/filegroupsandmasks.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/filegroupsandmasks.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/filemanager.cpp codeblocks-17.12/src/sdk/filemanager.cpp --- codeblocks-16.01svn11246/src/sdk/filemanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/filemanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11013 $ * $Id: filemanager.cpp 11013 2017-02-21 17:41:17Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/filemanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/filemanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/findreplacedlg.cpp codeblocks-17.12/src/sdk/findreplacedlg.cpp --- codeblocks-16.01svn11246/src/sdk/findreplacedlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/findreplacedlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10777 $ * $Id: findreplacedlg.cpp 10777 2016-02-07 11:15:55Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/findreplacedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/findreplacedlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/genericmultilinenotesdlg.cpp codeblocks-17.12/src/sdk/genericmultilinenotesdlg.cpp --- codeblocks-16.01svn11246/src/sdk/genericmultilinenotesdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/genericmultilinenotesdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: genericmultilinenotesdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/genericmultilinenotesdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/genericmultilinenotesdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/globals.cpp codeblocks-17.12/src/sdk/globals.cpp --- codeblocks-16.01svn11246/src/sdk/globals.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/globals.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11139 $ * $Id: globals.cpp 11139 2017-08-12 22:37:55Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/globals.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/globals.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/importers_globals.cpp codeblocks-17.12/src/sdk/importers_globals.cpp --- codeblocks-16.01svn11246/src/sdk/importers_globals.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/importers_globals.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 6950 $ * $Id: importers_globals.cpp 6950 2011-02-01 07:13:54Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/importers_globals.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/importers_globals.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/infowindow.cpp codeblocks-17.12/src/sdk/infowindow.cpp --- codeblocks-16.01svn11246/src/sdk/infowindow.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/infowindow.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10636 $ * $Id: infowindow.cpp 10636 2015-12-29 16:30:40Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/infowindow.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/infowindow.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/loggers.cpp codeblocks-17.12/src/sdk/loggers.cpp --- codeblocks-16.01svn11246/src/sdk/loggers.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/loggers.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10050 $ * $Id: loggers.cpp 10050 2014-12-06 17:42:06Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/loggers.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/loggers.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/logmanager.cpp codeblocks-17.12/src/sdk/logmanager.cpp --- codeblocks-16.01svn11246/src/sdk/logmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/logmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: logmanager.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/logmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/logmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/macrosmanager.cpp codeblocks-17.12/src/sdk/macrosmanager.cpp --- codeblocks-16.01svn11246/src/sdk/macrosmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/macrosmanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10898 $ * $Id: macrosmanager.cpp 10898 2016-09-05 17:41:21Z pecanh $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/macrosmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/macrosmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/Makefile.in codeblocks-17.12/src/sdk/Makefile.in --- codeblocks-16.01svn11246/src/sdk/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,1276 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) +am__DEPENDENCIES_1 = +libcodeblocks_la_DEPENDENCIES = scripting/bindings/libsqbindings.la \ + scripting/sqplus/libsqplus.la wxscintilla/libwxscintilla.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libcodeblocks_la_OBJECTS = annoyingdialog.lo autodetectcompilers.lo \ + base64.lo blockallocated.lo cbauibook.lo cbcolourmanager.lo \ + cbdebugger_interfaces.lo cbeditor.lo cbeditorprintout.lo \ + cbexception.lo cbplugin.lo cbproject.lo cbstatusbar.lo \ + cbstyledtextctrl.lo cbthreadpool.lo cbtreectrl.lo \ + cbworkspace.lo ccmanager.lo compileoptionsbase.lo compiler.lo \ + compilercommandgenerator.lo compilerfactory.lo \ + compileroptions.lo compiletargetbase.lo \ + configmanager-revision.lo configmanager.lo \ + configurationpanel.lo configuretoolsdlg.lo \ + confirmreplacedlg.lo crc32.lo debuggermanager.lo \ + editarrayfiledlg.lo editarrayorderdlg.lo editarraystringdlg.lo \ + editor_hooks.lo editorbase.lo editorcolourset.lo \ + editorlexerloader.lo editormanager.lo editpairdlg.lo \ + editpathdlg.lo edittooldlg.lo encodingdetector.lo \ + externaldepsdlg.lo filefilters.lo filegroupsandmasks.lo \ + filemanager.lo findreplacedlg.lo genericmultilinenotesdlg.lo \ + globals.lo importers_globals.lo incremental_select_helper.lo \ + infowindow.lo loggers.lo logmanager.lo macrosmanager.lo \ + manager.lo menuitemsmanager.lo multiselectdlg.lo \ + newfromtemplatedlg.lo personalitymanager.lo pipedprocess.lo \ + pluginmanager.lo pluginsconfigurationdlg.lo printing_types.lo \ + projectbuildtarget.lo projectfile.lo projectfileoptionsdlg.lo \ + projectlayoutloader.lo projectloader.lo projectloader_hooks.lo \ + projectmanager.lo projectsfilemasksdlg.lo \ + projecttemplateloader.lo scriptingmanager.lo \ + scriptsecuritywarningdlg.lo scrollingdialog.lo sdk_events.lo \ + searchresultslog.lo selecttargetdlg.lo templatemanager.lo \ + tinywxuni.lo toolsmanager.lo uservarmanager.lo \ + workspaceloader.lo xtra_res.lo \ + mozilla_chardet/src/CharDistribution.lo \ + mozilla_chardet/src/JpCntx.lo \ + mozilla_chardet/src/LangBulgarianModel.lo \ + mozilla_chardet/src/LangCyrillicModel.lo \ + mozilla_chardet/src/LangGreekModel.lo \ + mozilla_chardet/src/LangHebrewModel.lo \ + mozilla_chardet/src/LangHungarianModel.lo \ + mozilla_chardet/src/LangThaiModel.lo \ + mozilla_chardet/src/nsBig5Prober.lo \ + mozilla_chardet/src/nsCharSetProber.lo \ + mozilla_chardet/src/nsEscCharsetProber.lo \ + mozilla_chardet/src/nsEscSM.lo \ + mozilla_chardet/src/nsEUCJPProber.lo \ + mozilla_chardet/src/nsEUCKRProber.lo \ + mozilla_chardet/src/nsEUCTWProber.lo \ + mozilla_chardet/src/nsGB2312Prober.lo \ + mozilla_chardet/src/nsHebrewProber.lo \ + mozilla_chardet/src/nsLatin1Prober.lo \ + mozilla_chardet/src/nsMBCSGroupProber.lo \ + mozilla_chardet/src/nsMBCSSM.lo \ + mozilla_chardet/src/nsSBCharSetProber.lo \ + mozilla_chardet/src/nsSBCSGroupProber.lo \ + mozilla_chardet/src/nsSJISProber.lo \ + mozilla_chardet/src/nsUniversalDetector.lo \ + mozilla_chardet/src/nsUTF8Prober.lo +libcodeblocks_la_OBJECTS = $(am_libcodeblocks_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcodeblocks_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libcodeblocks_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libcodeblocks_la_SOURCES) +DIST_SOURCES = $(libcodeblocks_la_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = scripting wxscintilla $(WXPROPGRID_DIR) resources +DIST_SUBDIRS = scripting wxscintilla wxpropgrid resources +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_GLIB2_CFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue + +lib_LTLIBRARIES = libcodeblocks.la +libcodeblocks_la_LDFLAGS = -version-info @CODEBLOCKS_VERSION_INFO@ +libcodeblocks_la_LIBADD = scripting/bindings/libsqbindings.la \ + scripting/sqplus/libsqplus.la \ + wxscintilla/libwxscintilla.la \ + $(WX_LIBS) \ + $(SCINTILLA_GTK_LIBS) \ + $(CB_GLIB2_LIBS) \ + $(WXPROPGRID_LIB) \ + $(CB_TINYXML_LIBS) \ + $(CB_SQUIRREL_LIBS) + +libcodeblocks_la_SOURCES = annoyingdialog.cpp \ + autodetectcompilers.cpp \ + base64.cpp \ + blockallocated.cpp \ + cbauibook.cpp \ + cbcolourmanager.cpp \ + cbdebugger_interfaces.cpp \ + cbeditor.cpp \ + cbeditorprintout.cpp \ + cbexception.cpp \ + cbplugin.cpp \ + cbproject.cpp \ + cbstatusbar.cpp \ + cbstyledtextctrl.cpp \ + cbthreadpool.cpp \ + cbtreectrl.cpp \ + cbworkspace.cpp \ + ccmanager.cpp \ + compileoptionsbase.cpp \ + compiler.cpp \ + compilercommandgenerator.cpp \ + compilerfactory.cpp \ + compileroptions.cpp \ + compiletargetbase.cpp \ + configmanager-revision.cpp \ + configmanager.cpp \ + configurationpanel.cpp \ + configuretoolsdlg.cpp \ + confirmreplacedlg.cpp \ + crc32.cpp \ + debuggermanager.cpp \ + editarrayfiledlg.cpp \ + editarrayorderdlg.cpp \ + editarraystringdlg.cpp \ + editor_hooks.cpp \ + editorbase.cpp \ + editorcolourset.cpp \ + editorlexerloader.cpp \ + editormanager.cpp \ + editpairdlg.cpp \ + editpathdlg.cpp \ + edittooldlg.cpp \ + encodingdetector.cpp \ + externaldepsdlg.cpp \ + filefilters.cpp \ + filegroupsandmasks.cpp \ + filemanager.cpp \ + findreplacedlg.cpp \ + genericmultilinenotesdlg.cpp \ + globals.cpp \ + importers_globals.cpp \ + incremental_select_helper.cpp \ + infowindow.cpp \ + loggers.cpp \ + logmanager.cpp \ + macrosmanager.cpp \ + manager.cpp \ + menuitemsmanager.cpp \ + multiselectdlg.cpp \ + newfromtemplatedlg.cpp \ + personalitymanager.cpp \ + pipedprocess.cpp \ + pluginmanager.cpp \ + pluginsconfigurationdlg.cpp \ + printing_types.cpp \ + projectbuildtarget.cpp \ + projectfile.cpp \ + projectfileoptionsdlg.cpp \ + projectlayoutloader.cpp \ + projectloader.cpp \ + projectloader_hooks.cpp \ + projectmanager.cpp \ + projectsfilemasksdlg.cpp \ + projecttemplateloader.cpp \ + scriptingmanager.cpp \ + scriptsecuritywarningdlg.cpp \ + scrollingdialog.cpp \ + sdk_events.cpp \ + searchresultslog.cpp \ + selecttargetdlg.cpp \ + templatemanager.cpp \ + tinywxuni.cpp \ + toolsmanager.cpp \ + uservarmanager.cpp \ + workspaceloader.cpp \ + xtra_res.cpp \ + mozilla_chardet/src/CharDistribution.cpp \ + mozilla_chardet/src/JpCntx.cpp \ + mozilla_chardet/src/LangBulgarianModel.cpp \ + mozilla_chardet/src/LangCyrillicModel.cpp \ + mozilla_chardet/src/LangGreekModel.cpp \ + mozilla_chardet/src/LangHebrewModel.cpp \ + mozilla_chardet/src/LangHungarianModel.cpp \ + mozilla_chardet/src/LangThaiModel.cpp \ + mozilla_chardet/src/nsBig5Prober.cpp \ + mozilla_chardet/src/nsCharSetProber.cpp \ + mozilla_chardet/src/nsEscCharsetProber.cpp \ + mozilla_chardet/src/nsEscSM.cpp \ + mozilla_chardet/src/nsEUCJPProber.cpp \ + mozilla_chardet/src/nsEUCKRProber.cpp \ + mozilla_chardet/src/nsEUCTWProber.cpp \ + mozilla_chardet/src/nsGB2312Prober.cpp \ + mozilla_chardet/src/nsHebrewProber.cpp \ + mozilla_chardet/src/nsLatin1Prober.cpp \ + mozilla_chardet/src/nsMBCSGroupProber.cpp \ + mozilla_chardet/src/nsMBCSSM.cpp \ + mozilla_chardet/src/nsSBCharSetProber.cpp \ + mozilla_chardet/src/nsSBCSGroupProber.cpp \ + mozilla_chardet/src/nsSJISProber.cpp \ + mozilla_chardet/src/nsUniversalDetector.cpp \ + mozilla_chardet/src/nsUTF8Prober.cpp + +EXTRA_DIST = mozilla_chardet/src/Big5Freq.tab \ + mozilla_chardet/src/EUCKRFreq.tab \ + mozilla_chardet/src/EUCTWFreq.tab \ + mozilla_chardet/src/GB2312Freq.tab \ + mozilla_chardet/src/JISFreq.tab + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +mozilla_chardet/src/$(am__dirstamp): + @$(MKDIR_P) mozilla_chardet/src + @: > mozilla_chardet/src/$(am__dirstamp) +mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) mozilla_chardet/src/$(DEPDIR) + @: > mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/CharDistribution.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/JpCntx.lo: mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangBulgarianModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangCyrillicModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangGreekModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangHebrewModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangHungarianModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/LangThaiModel.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsBig5Prober.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsCharSetProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsEscCharsetProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsEscSM.lo: mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsEUCJPProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsEUCKRProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsEUCTWProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsGB2312Prober.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsHebrewProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsLatin1Prober.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsMBCSGroupProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsMBCSSM.lo: mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsSBCharSetProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsSBCSGroupProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsSJISProber.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsUniversalDetector.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) +mozilla_chardet/src/nsUTF8Prober.lo: \ + mozilla_chardet/src/$(am__dirstamp) \ + mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) + +libcodeblocks.la: $(libcodeblocks_la_OBJECTS) $(libcodeblocks_la_DEPENDENCIES) $(EXTRA_libcodeblocks_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libcodeblocks_la_LINK) -rpath $(libdir) $(libcodeblocks_la_OBJECTS) $(libcodeblocks_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f mozilla_chardet/src/*.$(OBJEXT) + -rm -f mozilla_chardet/src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/annoyingdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autodetectcompilers.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blockallocated.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbauibook.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbcolourmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbdebugger_interfaces.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbeditorprintout.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbexception.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbplugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbproject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbstatusbar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbstyledtextctrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbthreadpool.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbtreectrl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cbworkspace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileoptionsbase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilercommandgenerator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilerfactory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compileroptions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compiletargetbase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configmanager-revision.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configurationpanel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuretoolsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confirmreplacedlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggermanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarrayfiledlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarrayorderdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editarraystringdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editor_hooks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorbase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorcolourset.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorlexerloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editormanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editpairdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editpathdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edittooldlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encodingdetector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/externaldepsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filefilters.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filegroupsandmasks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findreplacedlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericmultilinenotesdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importers_globals.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_select_helper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infowindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loggers.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macrosmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menuitemsmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiselectdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newfromtemplatedlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/personalitymanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipedprocess.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pluginsconfigurationdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printing_types.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectbuildtarget.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectfile.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectfileoptionsdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectlayoutloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectloader_hooks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectsfilemasksdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projecttemplateloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptsecuritywarningdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrollingdialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdk_events.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searchresultslog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selecttargetdlg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templatemanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tinywxuni.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toolsmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uservarmanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workspaceloader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtra_res.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/CharDistribution.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/JpCntx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangBulgarianModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangCyrillicModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangGreekModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangHebrewModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangHungarianModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/LangThaiModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsBig5Prober.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsCharSetProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCJPProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCKRProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEUCTWProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEscCharsetProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsEscSM.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsGB2312Prober.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsHebrewProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsLatin1Prober.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsMBCSGroupProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsMBCSSM.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSBCSGroupProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSBCharSetProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsSJISProber.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsUTF8Prober.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@mozilla_chardet/src/$(DEPDIR)/nsUniversalDetector.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf mozilla_chardet/src/.libs mozilla_chardet/src/_libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f mozilla_chardet/src/$(DEPDIR)/$(am__dirstamp) + -rm -f mozilla_chardet/src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) mozilla_chardet/src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) mozilla_chardet/src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libLTLIBRARIES \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/manager.cpp codeblocks-17.12/src/sdk/manager.cpp --- codeblocks-16.01svn11246/src/sdk/manager.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/manager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11222 $ * $Id: manager.cpp 11222 2017-10-31 07:56:18Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/manager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/manager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/menuitemsmanager.cpp codeblocks-17.12/src/sdk/menuitemsmanager.cpp --- codeblocks-16.01svn11246/src/sdk/menuitemsmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/menuitemsmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10322 $ * $Id: menuitemsmanager.cpp 10322 2015-06-05 07:57:16Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/menuitemsmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/menuitemsmanager.cpp $ */ #ifndef CB_PRECOMP diff -Nru codeblocks-16.01svn11246/src/sdk/multiselectdlg.cpp codeblocks-17.12/src/sdk/multiselectdlg.cpp --- codeblocks-16.01svn11246/src/sdk/multiselectdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/multiselectdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: multiselectdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/multiselectdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/multiselectdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/newfromtemplatedlg.cpp codeblocks-17.12/src/sdk/newfromtemplatedlg.cpp --- codeblocks-16.01svn11246/src/sdk/newfromtemplatedlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/newfromtemplatedlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10801 $ * $Id: newfromtemplatedlg.cpp 10801 2016-03-08 23:27:33Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/newfromtemplatedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/newfromtemplatedlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/nullptr.cpp codeblocks-17.12/src/sdk/nullptr.cpp --- codeblocks-16.01svn11246/src/sdk/nullptr.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/nullptr.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 6950 $ * $Id: nullptr.cpp 6950 2011-02-01 07:13:54Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/nullptr.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/nullptr.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/personalitymanager.cpp codeblocks-17.12/src/sdk/personalitymanager.cpp --- codeblocks-16.01svn11246/src/sdk/personalitymanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/personalitymanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10104 $ * $Id: personalitymanager.cpp 10104 2015-02-08 00:49:58Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/personalitymanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/personalitymanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/pipedprocess.cpp codeblocks-17.12/src/sdk/pipedprocess.cpp --- codeblocks-16.01svn11246/src/sdk/pipedprocess.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/pipedprocess.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11212 $ * $Id: pipedprocess.cpp 11212 2017-10-21 19:19:02Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/pipedprocess.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/pipedprocess.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/pluginmanager.cpp codeblocks-17.12/src/sdk/pluginmanager.cpp --- codeblocks-16.01svn11246/src/sdk/pluginmanager.cpp 2017-11-26 01:48:40.000000000 +0000 +++ codeblocks-17.12/src/sdk/pluginmanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11208 $ * $Id: pluginmanager.cpp 11208 2017-10-18 23:42:37Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/pluginmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/pluginmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/pluginsconfigurationdlg.cpp codeblocks-17.12/src/sdk/pluginsconfigurationdlg.cpp --- codeblocks-16.01svn11246/src/sdk/pluginsconfigurationdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/pluginsconfigurationdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11135 $ * $Id: pluginsconfigurationdlg.cpp 11135 2017-08-06 15:53:03Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/pluginsconfigurationdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/pluginsconfigurationdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/printing_types.cpp codeblocks-17.12/src/sdk/printing_types.cpp --- codeblocks-16.01svn11246/src/sdk/printing_types.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/printing_types.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: printing_types.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/printing_types.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/printing_types.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectbuildtarget.cpp codeblocks-17.12/src/sdk/projectbuildtarget.cpp --- codeblocks-16.01svn11246/src/sdk/projectbuildtarget.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectbuildtarget.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8113 $ * $Id: projectbuildtarget.cpp 8113 2012-07-14 07:53:51Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectbuildtarget.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectbuildtarget.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectfile.cpp codeblocks-17.12/src/sdk/projectfile.cpp --- codeblocks-16.01svn11246/src/sdk/projectfile.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectfile.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10383 $ * $Id: projectfile.cpp 10383 2015-08-08 08:37:54Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectfile.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectfile.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectfileoptionsdlg.cpp codeblocks-17.12/src/sdk/projectfileoptionsdlg.cpp --- codeblocks-16.01svn11246/src/sdk/projectfileoptionsdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectfileoptionsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11119 $ * $Id: projectfileoptionsdlg.cpp 11119 2017-08-01 21:49:34Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectfileoptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectfileoptionsdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectlayoutloader.cpp codeblocks-17.12/src/sdk/projectlayoutloader.cpp --- codeblocks-16.01svn11246/src/sdk/projectlayoutloader.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectlayoutloader.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: projectlayoutloader.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectlayoutloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectlayoutloader.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectloader.cpp codeblocks-17.12/src/sdk/projectloader.cpp --- codeblocks-16.01svn11246/src/sdk/projectloader.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectloader.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: projectloader.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectloader.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectloader_hooks.cpp codeblocks-17.12/src/sdk/projectloader_hooks.cpp --- codeblocks-16.01svn11246/src/sdk/projectloader_hooks.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectloader_hooks.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: projectloader_hooks.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectloader_hooks.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectloader_hooks.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectmanager.cpp codeblocks-17.12/src/sdk/projectmanager.cpp --- codeblocks-16.01svn11246/src/sdk/projectmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11071 $ * $Id: projectmanager.cpp 11071 2017-05-28 15:26:48Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projectsfilemasksdlg.cpp codeblocks-17.12/src/sdk/projectsfilemasksdlg.cpp --- codeblocks-16.01svn11246/src/sdk/projectsfilemasksdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projectsfilemasksdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: projectsfilemasksdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projectsfilemasksdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projectsfilemasksdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/projecttemplateloader.cpp codeblocks-17.12/src/sdk/projecttemplateloader.cpp --- codeblocks-16.01svn11246/src/sdk/projecttemplateloader.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/projecttemplateloader.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7608 $ * $Id: projecttemplateloader.cpp 7608 2011-11-25 20:50:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/projecttemplateloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/projecttemplateloader.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/resources/lexers/Makefile.in codeblocks-17.12/src/sdk/resources/lexers/Makefile.in --- codeblocks-16.01svn11246/src/sdk/resources/lexers/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/resources/lexers/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/resources/lexers +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/lexers +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/lexer_* +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/resources/lexers/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/resources/lexers/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/resources/Makefile.in codeblocks-17.12/src/sdk/resources/Makefile.in --- codeblocks-16.01svn11246/src/sdk/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/resources/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,800 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_noinst_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_noinst_DATA) $(pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = lexers +dist_noinst_DATA = $(srcdir)/*.xrc \ + $(srcdir)/images/*.png \ + $(srcdir)/images/16x16/*.png \ + $(srcdir)/images/12x12/*.png + +pkgdata_DATA = manager_resources.zip +CLEANFILES = $(pkgdata_DATA) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgdataDATA + + +manager_resources.zip: $(dist_noinst_DATA) + PWD=`pwd` cd $(srcdir) && zip -qu $(PWD)/manager_resources.zip *.xrc images/*.png images/16x16/*.png images/12x12/*.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/Makefile.in codeblocks-17.12/src/sdk/scripting/bindings/Makefile.in --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,730 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/scripting/bindings +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libsqbindings_la_LIBADD = +am_libsqbindings_la_OBJECTS = scriptbindings.lo sc_consts.lo \ + sc_dialog.lo sc_globals.lo sc_io.lo sc_plugin.lo \ + sc_progress.lo sc_util_dialogs.lo sc_wxtypes.lo +libsqbindings_la_OBJECTS = $(am_libsqbindings_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libsqbindings_la_SOURCES) +DIST_SOURCES = $(libsqbindings_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + -I$(top_srcdir)/src/include/scripting/bindings \ + -I$(top_srcdir)/src/include/scripting/sqplus + +noinst_LTLIBRARIES = libsqbindings.la +libsqbindings_la_SOURCES = scriptbindings.cpp \ + sc_consts.cpp \ + sc_dialog.cpp \ + sc_globals.cpp \ + sc_io.cpp \ + sc_plugin.cpp \ + sc_progress.cpp \ + sc_util_dialogs.cpp \ + sc_wxtypes.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/bindings/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/scripting/bindings/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libsqbindings.la: $(libsqbindings_la_OBJECTS) $(libsqbindings_la_DEPENDENCIES) $(EXTRA_libsqbindings_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libsqbindings_la_OBJECTS) $(libsqbindings_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_consts.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_dialog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_globals.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_io.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_progress.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_util_dialogs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc_wxtypes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptbindings.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_consts.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_consts.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_consts.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_consts.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10854 $ * $Id: sc_consts.cpp 10854 2016-05-18 22:20:45Z d_anselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_consts.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_consts.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_dialog.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_dialog.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_dialog.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_dialog.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10097 $ * $Id: sc_dialog.cpp 10097 2015-02-06 22:13:36Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_dialog.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_dialog.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_globals.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_globals.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_globals.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_globals.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: sc_globals.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_globals.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_globals.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_io.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_io.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_io.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_io.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: sc_io.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_io.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_io.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_plugin.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_plugin.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_plugin.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_plugin.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9419 $ * $Id: sc_plugin.cpp 9419 2013-10-24 15:54:57Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_plugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_plugin.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_progress.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_progress.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_progress.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_progress.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: sc_progress.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_progress.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_progress.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/scriptbindings.cpp codeblocks-17.12/src/sdk/scripting/bindings/scriptbindings.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/scriptbindings.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/scriptbindings.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10677 $ * $Id: scriptbindings.cpp 10677 2016-01-22 05:38:20Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/scriptbindings.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/scriptbindings.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_util_dialogs.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_util_dialogs.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_util_dialogs.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_util_dialogs.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: sc_util_dialogs.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_util_dialogs.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_util_dialogs.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_wxtypes.cpp codeblocks-17.12/src/sdk/scripting/bindings/sc_wxtypes.cpp --- codeblocks-16.01svn11246/src/sdk/scripting/bindings/sc_wxtypes.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/bindings/sc_wxtypes.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11088 $ * $Id: sc_wxtypes.cpp 11088 2017-06-11 18:20:49Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scripting/bindings/sc_wxtypes.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scripting/bindings/sc_wxtypes.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/Makefile.in codeblocks-17.12/src/sdk/scripting/Makefile.in --- codeblocks-16.01svn11246/src/sdk/scripting/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,735 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@HAVE_SQUIRREL_FALSE@am__append_1 = squirrel sqstdlib +subdir = src/sdk/scripting +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = sqplus bindings squirrel sqstdlib +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = sqplus bindings $(am__append_1) +DIS_SUBDIRS = squirrel sqstdlib sqplus bindings +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/scripting/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/sqplus/Makefile.in codeblocks-17.12/src/sdk/scripting/sqplus/Makefile.in --- codeblocks-16.01svn11246/src/sdk/scripting/sqplus/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/sqplus/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,720 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/scripting/sqplus +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libsqplus_la_LIBADD = +am_libsqplus_la_OBJECTS = SqPlus.lo SquirrelVM.lo \ + SquirrelBindingsUtils.lo SquirrelObject.lo +libsqplus_la_OBJECTS = $(am_libsqplus_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libsqplus_la_SOURCES) +DIST_SOURCES = $(libsqplus_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/include/scripting/sqplus + +noinst_LTLIBRARIES = libsqplus.la +libsqplus_la_SOURCES = SqPlus.cpp \ + SquirrelVM.cpp \ + SquirrelBindingsUtils.cpp \ + SquirrelObject.cpp + +EXTRA_DIST = sqplus71.vcproj \ + sqplus.cbp \ + sqplus.vcproj \ + SquirrelBindingsUtilsWin32.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/sqplus/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/scripting/sqplus/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libsqplus.la: $(libsqplus_la_OBJECTS) $(libsqplus_la_DEPENDENCIES) $(EXTRA_libsqplus_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libsqplus_la_OBJECTS) $(libsqplus_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqPlus.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelBindingsUtils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelObject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SquirrelVM.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/sqstdlib/Makefile.in codeblocks-17.12/src/sdk/scripting/sqstdlib/Makefile.in --- codeblocks-16.01svn11246/src/sdk/scripting/sqstdlib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/sqstdlib/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,727 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/scripting/sqstdlib +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libsqstdlib_la_LIBADD = +am_libsqstdlib_la_OBJECTS = sqstdsystem.lo sqstdmath.lo sqstdstream.lo \ + sqstdaux.lo sqstdrex.lo sqstdstring.lo sqstdio.lo sqstdblob.lo +libsqstdlib_la_OBJECTS = $(am_libsqstdlib_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libsqstdlib_la_SOURCES) +DIST_SOURCES = $(libsqstdlib_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include/scripting/include \ + -I$(top_srcdir)/src/include/scripting/sqstdlib + +noinst_LTLIBRARIES = libsqstdlib.la +libsqstdlib_la_SOURCES = sqstdsystem.cpp \ + sqstdmath.cpp \ + sqstdstream.cpp \ + sqstdaux.cpp \ + sqstdrex.cpp \ + sqstdstring.cpp \ + sqstdio.cpp \ + sqstdblob.cpp + +EXTRA_DIST = sqstdlib71.vcproj \ + sqstdlib.cbp \ + sqstdlib.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/sqstdlib/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/scripting/sqstdlib/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libsqstdlib.la: $(libsqstdlib_la_OBJECTS) $(libsqstdlib_la_DEPENDENCIES) $(EXTRA_libsqstdlib_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libsqstdlib_la_OBJECTS) $(libsqstdlib_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdaux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdblob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdmath.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdrex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdstream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdstring.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstdsystem.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scripting/squirrel/Makefile.in codeblocks-17.12/src/sdk/scripting/squirrel/Makefile.in --- codeblocks-16.01svn11246/src/sdk/scripting/squirrel/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/scripting/squirrel/Makefile.in 2017-12-28 11:02:06.000000000 +0000 @@ -0,0 +1,737 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/scripting/squirrel +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libsquirrel_la_LIBADD = +am_libsquirrel_la_OBJECTS = sqfuncstate.lo sqcompiler.lo sqmem.lo \ + sqlexer.lo sqstate.lo sqvm.lo sqtable.lo sqbaselib.lo \ + sqclass.lo sqobject.lo sqapi.lo sqdebug.lo +libsquirrel_la_OBJECTS = $(am_libsquirrel_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libsquirrel_la_SOURCES) +DIST_SOURCES = $(libsquirrel_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include/scripting/include \ + -I$(top_srcdir)/src/include/scripting/squirrel + +noinst_LTLIBRARIES = libsquirrel.la +libsquirrel_la_SOURCES = sqfuncstate.cpp \ + sqcompiler.cpp \ + sqmem.cpp \ + sqlexer.cpp \ + sqstate.cpp \ + sqvm.cpp \ + sqtable.cpp \ + sqbaselib.cpp \ + sqclass.cpp \ + sqobject.cpp \ + sqapi.cpp \ + sqdebug.cpp + +EXTRA_DIST = squirrel71.vcproj \ + squirrel.cbp \ + squirrellib.cbp \ + squirrel.vcproj + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/scripting/squirrel/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/scripting/squirrel/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libsquirrel.la: $(libsquirrel_la_OBJECTS) $(libsquirrel_la_DEPENDENCIES) $(EXTRA_libsquirrel_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libsquirrel_la_OBJECTS) $(libsquirrel_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqapi.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqbaselib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqclass.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqcompiler.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqdebug.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqfuncstate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlexer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqmem.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqobject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqstate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqtable.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqvm.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/scriptingmanager.cpp codeblocks-17.12/src/sdk/scriptingmanager.cpp --- codeblocks-16.01svn11246/src/sdk/scriptingmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scriptingmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: scriptingmanager.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scriptingmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scriptingmanager.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/sdk/scriptsecuritywarningdlg.cpp codeblocks-17.12/src/sdk/scriptsecuritywarningdlg.cpp --- codeblocks-16.01svn11246/src/sdk/scriptsecuritywarningdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/scriptsecuritywarningdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: scriptsecuritywarningdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/scriptsecuritywarningdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/scriptsecuritywarningdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/sdk_events.cpp codeblocks-17.12/src/sdk/sdk_events.cpp --- codeblocks-16.01svn11246/src/sdk/sdk_events.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/sdk_events.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10502 $ * $Id: sdk_events.cpp 10502 2015-09-26 09:17:37Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/sdk_events.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/sdk_events.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/searchresultslog.cpp codeblocks-17.12/src/sdk/searchresultslog.cpp --- codeblocks-16.01svn11246/src/sdk/searchresultslog.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/searchresultslog.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9203 $ * $Id: searchresultslog.cpp 9203 2013-07-08 23:07:22Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/searchresultslog.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/searchresultslog.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/selecttargetdlg.cpp codeblocks-17.12/src/sdk/selecttargetdlg.cpp --- codeblocks-16.01svn11246/src/sdk/selecttargetdlg.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/selecttargetdlg.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11113 $ * $Id: selecttargetdlg.cpp 11113 2017-07-16 08:29:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/selecttargetdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/selecttargetdlg.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/templatemanager.cpp codeblocks-17.12/src/sdk/templatemanager.cpp --- codeblocks-16.01svn11246/src/sdk/templatemanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/templatemanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: templatemanager.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/templatemanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/templatemanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/toolsmanager.cpp codeblocks-17.12/src/sdk/toolsmanager.cpp --- codeblocks-16.01svn11246/src/sdk/toolsmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/toolsmanager.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: toolsmanager.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/toolsmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/toolsmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/uservarmanager.cpp codeblocks-17.12/src/sdk/uservarmanager.cpp --- codeblocks-16.01svn11246/src/sdk/uservarmanager.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/uservarmanager.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10965 $ * $Id: uservarmanager.cpp 10965 2017-01-14 22:41:08Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/uservarmanager.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/uservarmanager.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/workspaceloader.cpp codeblocks-17.12/src/sdk/workspaceloader.cpp --- codeblocks-16.01svn11246/src/sdk/workspaceloader.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/workspaceloader.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10874 $ * $Id: workspaceloader.cpp 10874 2016-07-16 20:00:28Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/workspaceloader.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/workspaceloader.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk/wxpropgrid/Makefile.in codeblocks-17.12/src/sdk/wxpropgrid/Makefile.in --- codeblocks-16.01svn11246/src/sdk/wxpropgrid/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/wxpropgrid/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,816 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/wxpropgrid +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(sdk_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxpropgrid_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxpropgrid_la_OBJECTS = ./src/advprops.lo ./src/editors.lo \ + ./src/extras.lo ./src/manager.lo ./src/odcombo.lo \ + ./src/propgrid.lo ./src/props.lo ./src/xh_propgrid.lo +libwxpropgrid_la_OBJECTS = $(am_libwxpropgrid_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxpropgrid_la_SOURCES) +DIST_SOURCES = $(libwxpropgrid_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + -I$(top_srcdir)/src/sdk/wxpropgrid/include \ + -DEXPORT_LIB \ + -DwxPG_SUPPORT_TOOLTIPS + +noinst_LTLIBRARIES = libwxpropgrid.la +libwxpropgrid_la_SOURCES = ./src/advprops.cpp \ + ./src/editors.cpp \ + ./src/extras.cpp \ + ./src/manager.cpp \ + ./src/odcombo.cpp \ + ./src/propgrid.cpp \ + ./src/props.cpp \ + ./src/xh_propgrid.cpp + +EXTRA_DIST = ./readme.txt \ + ./changes.txt + +sdkdir = $(includedir)/codeblocks/wxpropgrid/include/wx/propgrid/ +sdk_HEADERS = ./include/wx/propgrid/advprops.h \ + ./include/wx/propgrid/editors.h \ + ./include/wx/propgrid/extras.h \ + ./include/wx/propgrid/manager.h \ + ./include/wx/propgrid/odcombo.h \ + ./include/wx/propgrid/pg_dox_mainpage.h \ + ./include/wx/propgrid/propdev.h \ + ./include/wx/propgrid/propgrid.h \ + ./include/wx/propgrid/props.h \ + ./include/wx/propgrid/xh_propgrid.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/wxpropgrid/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/wxpropgrid/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) ./src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ./src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +./src/advprops.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/editors.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/extras.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/manager.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/odcombo.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/propgrid.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/props.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +./src/xh_propgrid.lo: src/$(am__dirstamp) \ + src/$(DEPDIR)/$(am__dirstamp) + +libwxpropgrid.la: $(libwxpropgrid_la_OBJECTS) $(libwxpropgrid_la_DEPENDENCIES) $(EXTRA_libwxpropgrid_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libwxpropgrid_la_OBJECTS) $(libwxpropgrid_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ./src/*.$(OBJEXT) + -rm -f ./src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/advprops.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/editors.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/extras.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/manager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/odcombo.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/propgrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/props.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./src/$(DEPDIR)/xh_propgrid.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ./src/.libs ./src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/wxscintilla/Makefile.in codeblocks-17.12/src/sdk/wxscintilla/Makefile.in --- codeblocks-16.01svn11246/src/sdk/wxscintilla/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/sdk/wxscintilla/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,1628 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/sdk/wxscintilla +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) $(sdk_HEADERS) README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libwxscintilla_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_libwxscintilla_la_OBJECTS = src/PlatWX.lo src/ScintillaWX.lo \ + src/wxscintilla.lo src/scintilla/lexers/LexA68k.lo \ + src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexASY.lo \ + src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAVE.lo \ + src/scintilla/lexers/LexAVS.lo \ + src/scintilla/lexers/LexAbaqus.lo \ + src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAsm.lo \ + src/scintilla/lexers/LexAsn1.lo \ + src/scintilla/lexers/LexBaan.lo \ + src/scintilla/lexers/LexBash.lo \ + src/scintilla/lexers/LexBasic.lo \ + src/scintilla/lexers/LexBibTeX.lo \ + src/scintilla/lexers/LexBullant.lo \ + src/scintilla/lexers/LexCLW.lo \ + src/scintilla/lexers/LexCOBOL.lo \ + src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCSS.lo \ + src/scintilla/lexers/LexCaml.lo \ + src/scintilla/lexers/LexCmake.lo \ + src/scintilla/lexers/LexCoffeeScript.lo \ + src/scintilla/lexers/LexConf.lo \ + src/scintilla/lexers/LexCrontab.lo \ + src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexD.lo \ + src/scintilla/lexers/LexDMAP.lo \ + src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexECL.lo \ + src/scintilla/lexers/LexEScript.lo \ + src/scintilla/lexers/LexEiffel.lo \ + src/scintilla/lexers/LexErlang.lo \ + src/scintilla/lexers/LexFlagship.lo \ + src/scintilla/lexers/LexForth.lo \ + src/scintilla/lexers/LexFortran.lo \ + src/scintilla/lexers/LexGAP.lo \ + src/scintilla/lexers/LexGui4Cli.lo \ + src/scintilla/lexers/LexHTML.lo \ + src/scintilla/lexers/LexHaskell.lo \ + src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexInno.lo \ + src/scintilla/lexers/LexKix.lo \ + src/scintilla/lexers/LexKVIrc.lo \ + src/scintilla/lexers/LexLaTeX.lo \ + src/scintilla/lexers/LexLisp.lo \ + src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLua.lo \ + src/scintilla/lexers/LexMMIXAL.lo \ + src/scintilla/lexers/LexMPT.lo \ + src/scintilla/lexers/LexMSSQL.lo \ + src/scintilla/lexers/LexMagik.lo \ + src/scintilla/lexers/LexMarkdown.lo \ + src/scintilla/lexers/LexMatlab.lo \ + src/scintilla/lexers/LexMetapost.lo \ + src/scintilla/lexers/LexModula.lo \ + src/scintilla/lexers/LexMySQL.lo \ + src/scintilla/lexers/LexNimrod.lo \ + src/scintilla/lexers/LexNsis.lo \ + src/scintilla/lexers/LexOScript.lo \ + src/scintilla/lexers/LexOpal.lo \ + src/scintilla/lexers/LexOthers.lo \ + src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPLM.lo \ + src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPOV.lo \ + src/scintilla/lexers/LexPS.lo \ + src/scintilla/lexers/LexPascal.lo \ + src/scintilla/lexers/LexPerl.lo \ + src/scintilla/lexers/LexPowerPro.lo \ + src/scintilla/lexers/LexPowerShell.lo \ + src/scintilla/lexers/LexProgress.lo \ + src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexR.lo \ + src/scintilla/lexers/LexRebol.lo \ + src/scintilla/lexers/LexRegistry.lo \ + src/scintilla/lexers/LexRuby.lo \ + src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexSML.lo \ + src/scintilla/lexers/LexSQL.lo \ + src/scintilla/lexers/LexScriptol.lo \ + src/scintilla/lexers/LexSmalltalk.lo \ + src/scintilla/lexers/LexSorcus.lo \ + src/scintilla/lexers/LexSpecman.lo \ + src/scintilla/lexers/LexSpice.lo \ + src/scintilla/lexers/LexSTTXT.lo \ + src/scintilla/lexers/LexTACL.lo \ + src/scintilla/lexers/LexTADS3.lo \ + src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTCL.lo \ + src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTeX.lo \ + src/scintilla/lexers/LexTxt2tags.lo \ + src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVHDL.lo \ + src/scintilla/lexers/LexVerilog.lo \ + src/scintilla/lexers/LexVisualProlog.lo \ + src/scintilla/lexers/LexYAML.lo \ + src/scintilla/lexlib/Accessor.lo \ + src/scintilla/lexlib/CharacterCategory.lo \ + src/scintilla/lexlib/CharacterSet.lo \ + src/scintilla/lexlib/LexerBase.lo \ + src/scintilla/lexlib/LexerModule.lo \ + src/scintilla/lexlib/LexerNoExceptions.lo \ + src/scintilla/lexlib/LexerSimple.lo \ + src/scintilla/lexlib/PropSetSimple.lo \ + src/scintilla/lexlib/StyleContext.lo \ + src/scintilla/lexlib/WordList.lo \ + src/scintilla/src/AutoComplete.lo src/scintilla/src/CallTip.lo \ + src/scintilla/src/CaseConvert.lo \ + src/scintilla/src/CaseFolder.lo src/scintilla/src/Catalogue.lo \ + src/scintilla/src/CellBuffer.lo \ + src/scintilla/src/CharClassify.lo \ + src/scintilla/src/ContractionState.lo \ + src/scintilla/src/Decoration.lo src/scintilla/src/Document.lo \ + src/scintilla/src/EditModel.lo src/scintilla/src/Editor.lo \ + src/scintilla/src/EditView.lo \ + src/scintilla/src/ExternalLexer.lo \ + src/scintilla/src/Indicator.lo src/scintilla/src/KeyMap.lo \ + src/scintilla/src/LineMarker.lo \ + src/scintilla/src/MarginView.lo src/scintilla/src/PerLine.lo \ + src/scintilla/src/PositionCache.lo \ + src/scintilla/src/RESearch.lo src/scintilla/src/RunStyles.lo \ + src/scintilla/src/ScintillaBase.lo \ + src/scintilla/src/Selection.lo src/scintilla/src/Style.lo \ + src/scintilla/src/UniConversion.lo \ + src/scintilla/src/ViewStyle.lo src/scintilla/src/XPM.lo +libwxscintilla_la_OBJECTS = $(am_libwxscintilla_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libwxscintilla_la_SOURCES) +DIST_SOURCES = $(libwxscintilla_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(sdkdir)" +HEADERS = $(noinst_HEADERS) $(sdk_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(SCINTILLA_GTK_CFLAGS) \ + -I$(srcdir)/include \ + -I$(srcdir)/src/scintilla/include \ + -I$(srcdir)/src/scintilla/lexlib \ + -I$(srcdir)/src/scintilla/src \ + -DSCI_LEXER \ + -DLINK_LEXERS \ + -DGTK \ + -D__WX__ + +noinst_LTLIBRARIES = libwxscintilla.la +libwxscintilla_la_SOURCES = src/PlatWX.cpp \ + src/ScintillaWX.cpp \ + src/wxscintilla.cpp \ + src/scintilla/lexers/LexA68k.cxx \ + src/scintilla/lexers/LexAPDL.cxx \ + src/scintilla/lexers/LexASY.cxx \ + src/scintilla/lexers/LexAU3.cxx \ + src/scintilla/lexers/LexAVE.cxx \ + src/scintilla/lexers/LexAVS.cxx \ + src/scintilla/lexers/LexAbaqus.cxx \ + src/scintilla/lexers/LexAda.cxx \ + src/scintilla/lexers/LexAsm.cxx \ + src/scintilla/lexers/LexAsn1.cxx \ + src/scintilla/lexers/LexBaan.cxx \ + src/scintilla/lexers/LexBash.cxx \ + src/scintilla/lexers/LexBasic.cxx \ + src/scintilla/lexers/LexBibTeX.cxx \ + src/scintilla/lexers/LexBullant.cxx \ + src/scintilla/lexers/LexCLW.cxx \ + src/scintilla/lexers/LexCOBOL.cxx \ + src/scintilla/lexers/LexCPP.cxx \ + src/scintilla/lexers/LexCSS.cxx \ + src/scintilla/lexers/LexCaml.cxx \ + src/scintilla/lexers/LexCmake.cxx \ + src/scintilla/lexers/LexCoffeeScript.cxx \ + src/scintilla/lexers/LexConf.cxx \ + src/scintilla/lexers/LexCrontab.cxx \ + src/scintilla/lexers/LexCsound.cxx \ + src/scintilla/lexers/LexD.cxx \ + src/scintilla/lexers/LexDMAP.cxx \ + src/scintilla/lexers/LexDMIS.cxx \ + src/scintilla/lexers/LexECL.cxx \ + src/scintilla/lexers/LexEScript.cxx \ + src/scintilla/lexers/LexEiffel.cxx \ + src/scintilla/lexers/LexErlang.cxx \ + src/scintilla/lexers/LexFlagship.cxx \ + src/scintilla/lexers/LexForth.cxx \ + src/scintilla/lexers/LexFortran.cxx \ + src/scintilla/lexers/LexGAP.cxx \ + src/scintilla/lexers/LexGui4Cli.cxx \ + src/scintilla/lexers/LexHTML.cxx \ + src/scintilla/lexers/LexHaskell.cxx \ + src/scintilla/lexers/LexHex.cxx \ + src/scintilla/lexers/LexInno.cxx \ + src/scintilla/lexers/LexKix.cxx \ + src/scintilla/lexers/LexKVIrc.cxx \ + src/scintilla/lexers/LexLaTeX.cxx \ + src/scintilla/lexers/LexLisp.cxx \ + src/scintilla/lexers/LexLout.cxx \ + src/scintilla/lexers/LexLua.cxx \ + src/scintilla/lexers/LexMMIXAL.cxx \ + src/scintilla/lexers/LexMPT.cxx \ + src/scintilla/lexers/LexMSSQL.cxx \ + src/scintilla/lexers/LexMagik.cxx \ + src/scintilla/lexers/LexMarkdown.cxx \ + src/scintilla/lexers/LexMatlab.cxx \ + src/scintilla/lexers/LexMetapost.cxx \ + src/scintilla/lexers/LexModula.cxx \ + src/scintilla/lexers/LexMySQL.cxx \ + src/scintilla/lexers/LexNimrod.cxx \ + src/scintilla/lexers/LexNsis.cxx \ + src/scintilla/lexers/LexOScript.cxx \ + src/scintilla/lexers/LexOpal.cxx \ + src/scintilla/lexers/LexOthers.cxx \ + src/scintilla/lexers/LexPB.cxx \ + src/scintilla/lexers/LexPLM.cxx \ + src/scintilla/lexers/LexPO.cxx \ + src/scintilla/lexers/LexPOV.cxx \ + src/scintilla/lexers/LexPS.cxx \ + src/scintilla/lexers/LexPascal.cxx \ + src/scintilla/lexers/LexPerl.cxx \ + src/scintilla/lexers/LexPowerPro.cxx \ + src/scintilla/lexers/LexPowerShell.cxx \ + src/scintilla/lexers/LexProgress.cxx \ + src/scintilla/lexers/LexPython.cxx \ + src/scintilla/lexers/LexR.cxx \ + src/scintilla/lexers/LexRebol.cxx \ + src/scintilla/lexers/LexRegistry.cxx \ + src/scintilla/lexers/LexRuby.cxx \ + src/scintilla/lexers/LexRust.cxx \ + src/scintilla/lexers/LexSML.cxx \ + src/scintilla/lexers/LexSQL.cxx \ + src/scintilla/lexers/LexScriptol.cxx \ + src/scintilla/lexers/LexSmalltalk.cxx \ + src/scintilla/lexers/LexSorcus.cxx \ + src/scintilla/lexers/LexSpecman.cxx \ + src/scintilla/lexers/LexSpice.cxx \ + src/scintilla/lexers/LexSTTXT.cxx \ + src/scintilla/lexers/LexTACL.cxx \ + src/scintilla/lexers/LexTADS3.cxx \ + src/scintilla/lexers/LexTAL.cxx \ + src/scintilla/lexers/LexTCL.cxx \ + src/scintilla/lexers/LexTCMD.cxx \ + src/scintilla/lexers/LexTeX.cxx \ + src/scintilla/lexers/LexTxt2tags.cxx \ + src/scintilla/lexers/LexVB.cxx \ + src/scintilla/lexers/LexVHDL.cxx \ + src/scintilla/lexers/LexVerilog.cxx \ + src/scintilla/lexers/LexVisualProlog.cxx \ + src/scintilla/lexers/LexYAML.cxx \ + src/scintilla/lexlib/Accessor.cxx \ + src/scintilla/lexlib/CharacterCategory.cxx \ + src/scintilla/lexlib/CharacterSet.cxx \ + src/scintilla/lexlib/LexerBase.cxx \ + src/scintilla/lexlib/LexerModule.cxx \ + src/scintilla/lexlib/LexerNoExceptions.cxx \ + src/scintilla/lexlib/LexerSimple.cxx \ + src/scintilla/lexlib/PropSetSimple.cxx \ + src/scintilla/lexlib/StyleContext.cxx \ + src/scintilla/lexlib/WordList.cxx \ + src/scintilla/src/AutoComplete.cxx \ + src/scintilla/src/CallTip.cxx \ + src/scintilla/src/CaseConvert.cxx \ + src/scintilla/src/CaseFolder.cxx \ + src/scintilla/src/Catalogue.cxx \ + src/scintilla/src/CellBuffer.cxx \ + src/scintilla/src/CharClassify.cxx \ + src/scintilla/src/ContractionState.cxx \ + src/scintilla/src/Decoration.cxx \ + src/scintilla/src/Document.cxx \ + src/scintilla/src/EditModel.cxx \ + src/scintilla/src/Editor.cxx \ + src/scintilla/src/EditView.cxx \ + src/scintilla/src/ExternalLexer.cxx \ + src/scintilla/src/Indicator.cxx \ + src/scintilla/src/KeyMap.cxx \ + src/scintilla/src/LineMarker.cxx \ + src/scintilla/src/MarginView.cxx \ + src/scintilla/src/PerLine.cxx \ + src/scintilla/src/PositionCache.cxx \ + src/scintilla/src/RESearch.cxx \ + src/scintilla/src/RunStyles.cxx \ + src/scintilla/src/ScintillaBase.cxx \ + src/scintilla/src/Selection.cxx \ + src/scintilla/src/Style.cxx \ + src/scintilla/src/UniConversion.cxx \ + src/scintilla/src/ViewStyle.cxx \ + src/scintilla/src/XPM.cxx + +noinst_HEADERS = src/PlatWX.h \ + src/ScintillaWX.h \ + src/scintilla/include/ILexer.h \ + src/scintilla/include/Platform.h \ + src/scintilla/include/SciLexer.h \ + src/scintilla/include/Scintilla.h \ + src/scintilla/include/ScintillaWidget.h \ + src/scintilla/lexlib/Accessor.h \ + src/scintilla/lexlib/CharacterCategory.h \ + src/scintilla/lexlib/CharacterSet.h \ + src/scintilla/lexlib/LexAccessor.h \ + src/scintilla/lexlib/LexerBase.h \ + src/scintilla/lexlib/LexerModule.h \ + src/scintilla/lexlib/LexerNoExceptions.h \ + src/scintilla/lexlib/LexerSimple.h \ + src/scintilla/lexlib/OptionSet.h \ + src/scintilla/lexlib/PropSetSimple.h \ + src/scintilla/lexlib/SparseState.h \ + src/scintilla/lexlib/StringCopy.h \ + src/scintilla/lexlib/StyleContext.h \ + src/scintilla/lexlib/SubStyles.h \ + src/scintilla/lexlib/WordList.h \ + src/scintilla/src/AutoComplete.h \ + src/scintilla/src/CallTip.h \ + src/scintilla/src/CaseConvert.h \ + src/scintilla/src/CaseFolder.h \ + src/scintilla/src/Catalogue.h \ + src/scintilla/src/CellBuffer.h \ + src/scintilla/src/CharClassify.h \ + src/scintilla/src/ContractionState.h \ + src/scintilla/src/Decoration.h \ + src/scintilla/src/Document.h \ + src/scintilla/src/EditModel.h \ + src/scintilla/src/Editor.h \ + src/scintilla/src/EditView.h \ + src/scintilla/src/ExternalLexer.h \ + src/scintilla/src/FontQuality.h \ + src/scintilla/src/Indicator.h \ + src/scintilla/src/KeyMap.h \ + src/scintilla/src/LineMarker.h \ + src/scintilla/src/MarginView.h \ + src/scintilla/src/Partitioning.h \ + src/scintilla/src/PerLine.h \ + src/scintilla/src/PositionCache.h \ + src/scintilla/src/RESearch.h \ + src/scintilla/src/RunStyles.h \ + src/scintilla/src/ScintillaBase.h \ + src/scintilla/src/Selection.h \ + src/scintilla/src/SplitVector.h \ + src/scintilla/src/Style.h \ + src/scintilla/src/UniConversion.h \ + src/scintilla/src/UnicodeFromUTF8.h \ + src/scintilla/src/ViewStyle.h \ + src/scintilla/src/XPM.h + +sdkdir = $(includedir)/codeblocks/wxscintilla/include/wx +sdk_HEADERS = include/wx/wxscintilla.h +EXTRA_DIST = $(srcdir)/Readme \ + $(srcdir)/build/*.txt \ + $(srcdir)/build/Makefile \ + $(srcdir)/build/wxscintilla.* \ + $(srcdir)/src/scintilla/*.txt \ + $(srcdir)/src/scintilla/README \ + $(srcdir)/src/scintilla/include/*.iface \ + $(srcdir)/src/scintilla/src/*.properties \ + $(srcdir)/src/scintilla/cppcheck.suppress + + +# add upper-case copy +CLEANFILES = README +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .cxx .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sdk/wxscintilla/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sdk/wxscintilla/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/PlatWX.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/ScintillaWX.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/wxscintilla.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/lexers + @: > src/scintilla/lexers/$(am__dirstamp) +src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/lexers/$(DEPDIR) + @: > src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexA68k.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAPDL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexASY.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAU3.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAVE.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAVS.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAbaqus.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAda.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAsm.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexAsn1.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexBaan.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexBash.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexBasic.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexBibTeX.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexBullant.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCLW.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCOBOL.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCPP.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCSS.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCaml.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCmake.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCoffeeScript.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexConf.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCrontab.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexCsound.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexD.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexDMAP.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexDMIS.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexECL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexEScript.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexEiffel.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexErlang.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexFlagship.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexForth.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexFortran.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexGAP.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexGui4Cli.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexHTML.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexHaskell.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexHex.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexInno.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexKix.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexKVIrc.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexLaTeX.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexLisp.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexLout.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexLua.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMMIXAL.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMPT.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMSSQL.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMagik.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMarkdown.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMatlab.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMetapost.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexModula.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexMySQL.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexNimrod.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexNsis.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexOScript.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexOpal.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexOthers.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPB.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPLM.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPO.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPOV.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPS.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPascal.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPerl.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPowerPro.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPowerShell.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexProgress.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexPython.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexR.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexRebol.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexRegistry.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexRuby.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexRust.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSML.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSQL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexScriptol.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSmalltalk.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSorcus.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSpecman.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSpice.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexSTTXT.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTACL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTADS3.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTAL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTCL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTCMD.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTeX.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexTxt2tags.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexVB.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexVHDL.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexVerilog.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexVisualProlog.lo: \ + src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexers/LexYAML.lo: src/scintilla/lexers/$(am__dirstamp) \ + src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/lexlib + @: > src/scintilla/lexlib/$(am__dirstamp) +src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/lexlib/$(DEPDIR) + @: > src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/Accessor.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/CharacterCategory.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/CharacterSet.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/LexerBase.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/LexerModule.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/LexerNoExceptions.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/LexerSimple.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/PropSetSimple.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/StyleContext.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/lexlib/WordList.lo: \ + src/scintilla/lexlib/$(am__dirstamp) \ + src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/src + @: > src/scintilla/src/$(am__dirstamp) +src/scintilla/src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/scintilla/src/$(DEPDIR) + @: > src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/AutoComplete.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/CallTip.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/CaseConvert.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/CaseFolder.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Catalogue.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/CellBuffer.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/CharClassify.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/ContractionState.lo: \ + src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Decoration.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Document.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/EditModel.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Editor.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/EditView.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/ExternalLexer.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Indicator.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/KeyMap.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/LineMarker.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/MarginView.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/PerLine.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/PositionCache.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/RESearch.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/RunStyles.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/ScintillaBase.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Selection.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/Style.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/UniConversion.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/ViewStyle.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) +src/scintilla/src/XPM.lo: src/scintilla/src/$(am__dirstamp) \ + src/scintilla/src/$(DEPDIR)/$(am__dirstamp) + +libwxscintilla.la: $(libwxscintilla_la_OBJECTS) $(libwxscintilla_la_DEPENDENCIES) $(EXTRA_libwxscintilla_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libwxscintilla_la_OBJECTS) $(libwxscintilla_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f src/*.$(OBJEXT) + -rm -f src/*.lo + -rm -f src/scintilla/lexers/*.$(OBJEXT) + -rm -f src/scintilla/lexers/*.lo + -rm -f src/scintilla/lexlib/*.$(OBJEXT) + -rm -f src/scintilla/lexlib/*.lo + -rm -f src/scintilla/src/*.$(OBJEXT) + -rm -f src/scintilla/src/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/PlatWX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ScintillaWX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/wxscintilla.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexA68k.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAPDL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexASY.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAU3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAVE.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAVS.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAbaqus.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAda.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAsm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexAsn1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBaan.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBash.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBasic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBibTeX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexBullant.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCLW.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCOBOL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCPP.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCSS.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCaml.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCmake.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCoffeeScript.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexConf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCrontab.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexCsound.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexD.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexDMAP.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexDMIS.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexECL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexEScript.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexEiffel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexErlang.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexFlagship.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexForth.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexFortran.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexGAP.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexGui4Cli.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHTML.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHaskell.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexHex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexInno.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexKVIrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexKix.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLaTeX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLisp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLout.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexLua.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMMIXAL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMPT.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMSSQL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMagik.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMarkdown.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMatlab.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMetapost.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexModula.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexMySQL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexNimrod.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexNsis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOScript.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOpal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexOthers.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPB.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPLM.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPO.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPOV.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPS.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPascal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPerl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPowerPro.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPowerShell.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexProgress.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexPython.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexR.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRebol.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRegistry.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRuby.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexRust.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSML.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSQL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSTTXT.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexScriptol.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSmalltalk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSorcus.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSpecman.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexSpice.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTACL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTADS3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTAL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTCL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTCMD.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTeX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexTxt2tags.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVB.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVHDL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVerilog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexVisualProlog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexers/$(DEPDIR)/LexYAML.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/Accessor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/CharacterCategory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/CharacterSet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerModule.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerNoExceptions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/LexerSimple.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/PropSetSimple.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/StyleContext.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/lexlib/$(DEPDIR)/WordList.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/AutoComplete.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CallTip.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CaseConvert.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CaseFolder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Catalogue.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CellBuffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/CharClassify.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ContractionState.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Decoration.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Document.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/EditModel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/EditView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Editor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ExternalLexer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Indicator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/KeyMap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/LineMarker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/MarginView.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/PerLine.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/PositionCache.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/RESearch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/RunStyles.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ScintillaBase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Selection.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/Style.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/UniConversion.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/ViewStyle.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/scintilla/src/$(DEPDIR)/XPM.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +.cxx.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cxx.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cxx.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf src/.libs src/_libs + -rm -rf src/scintilla/lexers/.libs src/scintilla/lexers/_libs + -rm -rf src/scintilla/lexlib/.libs src/scintilla/lexlib/_libs + -rm -rf src/scintilla/src/.libs src/scintilla/src/_libs +install-sdkHEADERS: $(sdk_HEADERS) + @$(NORMAL_INSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ + done + +uninstall-sdkHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(sdkdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + -rm -f src/scintilla/lexers/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scintilla/lexers/$(am__dirstamp) + -rm -f src/scintilla/lexlib/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scintilla/lexlib/$(am__dirstamp) + -rm -f src/scintilla/src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/scintilla/src/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf src/$(DEPDIR) src/scintilla/lexers/$(DEPDIR) src/scintilla/lexlib/$(DEPDIR) src/scintilla/src/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-sdkHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf src/$(DEPDIR) src/scintilla/lexers/$(DEPDIR) src/scintilla/lexlib/$(DEPDIR) src/scintilla/src/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-sdkHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install 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 install-pdf install-pdf-am \ + install-ps install-ps-am install-sdkHEADERS install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-sdkHEADERS + +README: $(srcdir)/Readme + cp -p $< $@ + +# 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: diff -Nru codeblocks-16.01svn11246/src/sdk/xtra_res.cpp codeblocks-17.12/src/sdk/xtra_res.cpp --- codeblocks-16.01svn11246/src/sdk/xtra_res.cpp 2017-11-26 01:48:43.000000000 +0000 +++ codeblocks-17.12/src/sdk/xtra_res.cpp 2017-10-31 23:32:37.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11019 $ * $Id: xtra_res.cpp 11019 2017-02-21 23:52:17Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/xtra_res.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/sdk/xtra_res.cpp $ */ #include "sdk_precomp.h" diff -Nru codeblocks-16.01svn11246/src/sdk.doxy codeblocks-17.12/src/sdk.doxy --- codeblocks-16.01svn11246/src/sdk.doxy 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/src/sdk.doxy 2017-12-28 11:01:33.000000000 +0000 @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "16.01" +PROJECT_NUMBER = "17.12" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff -Nru codeblocks-16.01svn11246/src/src/app.cpp codeblocks-17.12/src/src/app.cpp --- codeblocks-16.01svn11246/src/src/app.cpp 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/app.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11208 $ * $Id: app.cpp 11208 2017-10-18 23:42:37Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/app.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/app.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/appglobals.cpp codeblocks-17.12/src/src/appglobals.cpp --- codeblocks-16.01svn11246/src/src/appglobals.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/appglobals.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9484 $ * $Id: appglobals.cpp 9484 2013-12-03 20:34:13Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/appglobals.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/appglobals.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/appglobals.h codeblocks-17.12/src/src/appglobals.h --- codeblocks-16.01svn11246/src/src/appglobals.h 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/appglobals.h 2017-12-28 11:01:33.000000000 +0000 @@ -9,7 +9,7 @@ #include #include -//#define RELEASE "16.01" +#define RELEASE "17.12" #ifndef RELEASE #define RELEASE "svn" diff -Nru codeblocks-16.01svn11246/src/src/associations.cpp codeblocks-17.12/src/src/associations.cpp --- codeblocks-16.01svn11246/src/src/associations.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/associations.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10854 $ * $Id: associations.cpp 10854 2016-05-18 22:20:45Z d_anselmi $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/associations.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/associations.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/backtracedlg.cpp codeblocks-17.12/src/src/backtracedlg.cpp --- codeblocks-16.01svn11246/src/src/backtracedlg.cpp 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/backtracedlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11217 $ * $Id: backtracedlg.cpp 11217 2017-10-24 17:43:51Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/backtracedlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/backtracedlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/breakpointsdlg.cpp codeblocks-17.12/src/src/breakpointsdlg.cpp --- codeblocks-16.01svn11246/src/src/breakpointsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/breakpointsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10677 $ * $Id: breakpointsdlg.cpp 10677 2016-01-22 05:38:20Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/breakpointsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/breakpointsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/compilersettingsdlg.cpp codeblocks-17.12/src/src/compilersettingsdlg.cpp --- codeblocks-16.01svn11246/src/src/compilersettingsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/compilersettingsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10931 $ * $Id: compilersettingsdlg.cpp 10931 2016-12-04 16:30:27Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/compilersettingsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/compilersettingsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/cpuregistersdlg.cpp codeblocks-17.12/src/src/cpuregistersdlg.cpp --- codeblocks-16.01svn11246/src/src/cpuregistersdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/cpuregistersdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: cpuregistersdlg.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/cpuregistersdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/cpuregistersdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/crashhandler.cpp codeblocks-17.12/src/src/crashhandler.cpp --- codeblocks-16.01svn11246/src/src/crashhandler.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/crashhandler.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9410 $ * $Id: crashhandler.cpp 9410 2013-10-19 23:45:48Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/crashhandler.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/crashhandler.cpp $ */ #ifdef __WXMSW__ diff -Nru codeblocks-16.01svn11246/src/src/debuggermenu.cpp codeblocks-17.12/src/src/debuggermenu.cpp --- codeblocks-16.01svn11246/src/src/debuggermenu.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/debuggermenu.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10769 $ * $Id: debuggermenu.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/debuggermenu.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/debuggermenu.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/disassemblydlg.cpp codeblocks-17.12/src/src/disassemblydlg.cpp --- codeblocks-16.01svn11246/src/src/disassemblydlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/disassemblydlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11087 $ * $Id: disassemblydlg.cpp 11087 2017-06-06 23:13:35Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/disassemblydlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/disassemblydlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/dlgabout.cpp codeblocks-17.12/src/src/dlgabout.cpp --- codeblocks-16.01svn11246/src/src/dlgabout.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/dlgabout.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11004 $ * $Id: dlgabout.cpp 11004 2017-02-07 23:35:46Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/dlgabout.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/dlgabout.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/dlgaboutplugin.cpp codeblocks-17.12/src/src/dlgaboutplugin.cpp --- codeblocks-16.01svn11246/src/src/dlgaboutplugin.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/dlgaboutplugin.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: dlgaboutplugin.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/dlgaboutplugin.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/dlgaboutplugin.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/editkeywordsdlg.cpp codeblocks-17.12/src/src/editkeywordsdlg.cpp --- codeblocks-16.01svn11246/src/src/editkeywordsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/editkeywordsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: editkeywordsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/editkeywordsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/editkeywordsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/editorconfigurationdlg.cpp codeblocks-17.12/src/src/editorconfigurationdlg.cpp --- codeblocks-16.01svn11246/src/src/editorconfigurationdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/editorconfigurationdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11139 $ * $Id: editorconfigurationdlg.cpp 11139 2017-08-12 22:37:55Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/editorconfigurationdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/editorconfigurationdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/environmentsettingsdlg.cpp codeblocks-17.12/src/src/environmentsettingsdlg.cpp --- codeblocks-16.01svn11246/src/src/environmentsettingsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/environmentsettingsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11139 $ * $Id: environmentsettingsdlg.cpp 11139 2017-08-12 22:37:55Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/environmentsettingsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/environmentsettingsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/examinememorydlg.cpp codeblocks-17.12/src/src/examinememorydlg.cpp --- codeblocks-16.01svn11246/src/src/examinememorydlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/examinememorydlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11130 $ * $Id: examinememorydlg.cpp 11130 2017-08-06 11:31:43Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/examinememorydlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/examinememorydlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/infopane.cpp codeblocks-17.12/src/src/infopane.cpp --- codeblocks-16.01svn11246/src/src/infopane.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/infopane.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9426 $ * $Id: infopane.cpp 9426 2013-11-02 19:42:20Z alpha0010 $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/infopane.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/infopane.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/ipc.cpp codeblocks-17.12/src/src/ipc.cpp --- codeblocks-16.01svn11246/src/src/ipc.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/ipc.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 8245 $ * $Id: ipc.cpp 8245 2012-08-22 06:51:14Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/ipc.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/ipc.cpp $ */ #include "ipc.h" diff -Nru codeblocks-16.01svn11246/src/src/main.cpp codeblocks-17.12/src/src/main.cpp --- codeblocks-16.01svn11246/src/src/main.cpp 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/main.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11216 $ * $Id: main.cpp 11216 2017-10-23 08:22:25Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/main.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/main.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/Makefile.in codeblocks-17.12/src/src/Makefile.in --- codeblocks-16.01svn11246/src/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,1111 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +@CODEBLOCKS_LINUX_TRUE@am__append_1 = -DENABLE_BINRELOC -DAPP_PREFIX="\"@prefix@\"" $(WX_GTK_CFLAGS) $(GTK_NOTEBOOK_FLAGS) +bin_PROGRAMS = codeblocks$(EXEEXT) +subdir = src/src +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) +am_codeblocks_OBJECTS = app.$(OBJEXT) appglobals.$(OBJEXT) \ + backtracedlg.$(OBJEXT) breakpointsdlg.$(OBJEXT) \ + compilersettingsdlg.$(OBJEXT) cpuregistersdlg.$(OBJEXT) \ + crashhandler.$(OBJEXT) debugger_interface_creator.$(OBJEXT) \ + debuggermenu.$(OBJEXT) debuggersettingscommonpanel.$(OBJEXT) \ + debuggersettingsdlg.$(OBJEXT) debuggersettingspanel.$(OBJEXT) \ + disassemblydlg.$(OBJEXT) dlgabout.$(OBJEXT) \ + dlgaboutplugin.$(OBJEXT) editkeywordsdlg.$(OBJEXT) \ + editorconfigurationdlg.$(OBJEXT) \ + environmentsettingsdlg.$(OBJEXT) examinememorydlg.$(OBJEXT) \ + find_replace.$(OBJEXT) goto_file.$(OBJEXT) infopane.$(OBJEXT) \ + main.$(OBJEXT) notebookstyles.$(OBJEXT) prefix.$(OBJEXT) \ + printdlg.$(OBJEXT) projectmanagerui.$(OBJEXT) \ + projectdepsdlg.$(OBJEXT) projectoptionsdlg.$(OBJEXT) \ + recentitemslist.$(OBJEXT) scriptconsole.$(OBJEXT) \ + scriptingsettingsdlg.$(OBJEXT) splashscreen.$(OBJEXT) \ + startherepage.$(OBJEXT) switcherdlg.$(OBJEXT) \ + threadsdlg.$(OBJEXT) virtualbuildtargetsdlg.$(OBJEXT) \ + watchesdlg.$(OBJEXT) +codeblocks_OBJECTS = $(am_codeblocks_OBJECTS) +am__DEPENDENCIES_1 = +codeblocks_DEPENDENCIES = ../sdk/libcodeblocks.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(codeblocks_SOURCES) +DIST_SOURCES = $(codeblocks_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = resources +AM_CPPFLAGS = $(WX_CXXFLAGS) $(CB_SQUIRREL_CFLAGS) \ + -I$(top_srcdir)/src/sdk/wxscintilla/include \ + $(WXPROPGRID_INCLUDE) -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/include/scripting/sqplus \ + -I$(top_srcdir)/src/include/mozilla_chardet \ + -I$(top_srcdir)/src/include/mozilla_chardet/mfbt \ + -I$(top_srcdir)/src/include/mozilla_chardet/nsprpub/pr/include \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/base \ + -I$(top_srcdir)/src/include/mozilla_chardet/xpcom/glue \ + $(am__append_1) +@GTK_NOTEBOOK_TRUE@GTK_NOTEBOOK_FLAGS = -DUSE_GTK_NOTEBOOK + +# wxAUI uses GTK+ libraries on wxGTK +# codeblocks_LDFLAGS = $(WX_GTK_LIBS) +codeblocks_LDADD = ../sdk/libcodeblocks.la \ + $(WX_LIBS) \ + $(WX_GTK_LIBS) + +codeblocks_SOURCES = app.cpp \ + appglobals.cpp \ + backtracedlg.cpp \ + breakpointsdlg.cpp \ + compilersettingsdlg.cpp \ + cpuregistersdlg.cpp \ + crashhandler.cpp \ + debugger_interface_creator.cpp \ + debuggermenu.cpp \ + debuggersettingscommonpanel.cpp \ + debuggersettingsdlg.cpp \ + debuggersettingspanel.cpp \ + disassemblydlg.cpp \ + dlgabout.cpp \ + dlgaboutplugin.cpp \ + editkeywordsdlg.cpp \ + editorconfigurationdlg.cpp \ + environmentsettingsdlg.cpp \ + examinememorydlg.cpp \ + find_replace.cpp \ + goto_file.cpp \ + infopane.cpp \ + main.cpp \ + notebookstyles.cpp \ + prefix.cpp \ + printdlg.cpp \ + projectmanagerui.cpp \ + projectdepsdlg.cpp \ + projectoptionsdlg.cpp \ + recentitemslist.cpp \ + scriptconsole.cpp \ + scriptingsettingsdlg.cpp \ + splashscreen.cpp \ + startherepage.cpp \ + switcherdlg.cpp \ + threadsdlg.cpp \ + virtualbuildtargetsdlg.cpp \ + watchesdlg.cpp + +noinst_HEADERS = app.h \ + appglobals.h \ + backtracedlg.h \ + batchbuild.h \ + breakpointsdlg.h \ + compilersettingsdlg.h \ + cpuregistersdlg.h \ + crashhandler.h \ + debugger_interface_creator.h \ + debuggermenu.h \ + debuggersettingscommonpanel.h \ + debuggersettingsdlg.h \ + debuggersettingspanel.h \ + disassemblydlg.h \ + dlgabout.h \ + dlgaboutplugin.h \ + editkeywordsdlg.h \ + editorconfigurationdlg.h \ + environmentsettingsdlg.h \ + examinememorydlg.h \ + find_replace.h \ + goto_file.h \ + infopane.h \ + main.h \ + notebookstyles.h \ + prefix.h \ + printdlg.h \ + projectmanagerui.h \ + projectdepsdlg.h \ + projectoptionsdlg.h \ + recentitemslist.h \ + scriptconsole.h \ + scriptingsettingsdlg.h \ + splashscreen.h \ + startherepage.h \ + switcherdlg.h \ + threadsdlg.h \ + virtualbuildtargetsdlg.h \ + watchesdlg.h + +man_MANS = codeblocks.1 +EXTRA_DIST = associations.cpp \ + associations.h \ + ipc.h \ + ipc.cpp \ + $(man_MANS) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +codeblocks$(EXEEXT): $(codeblocks_OBJECTS) $(codeblocks_DEPENDENCIES) $(EXTRA_codeblocks_DEPENDENCIES) + @rm -f codeblocks$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(codeblocks_OBJECTS) $(codeblocks_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appglobals.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtracedlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/breakpointsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compilersettingsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuregistersdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crashhandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger_interface_creator.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggermenu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingscommonpanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debuggersettingspanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemblydlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgabout.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgaboutplugin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editkeywordsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorconfigurationdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environmentsettingsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/examinememorydlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_replace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/goto_file.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infopane.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notebookstyles.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectdepsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectmanagerui.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectoptionsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recentitemslist.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptconsole.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptingsettingsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splashscreen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startherepage.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switcherdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtualbuildtargetsdlg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watchesdlg.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-exec-hook +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: $(am__recursive_targets) install-am install-exec-am \ + install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-binPROGRAMS clean-generic clean-libtool \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-hook \ + install-html install-html-am install-info install-info-am \ + install-man install-man1 install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-man uninstall-man1 + + +# wxMac resource fork/unbundled app +install-exec-hook: + $(POSTLINK_COMMAND) $(DESTDIR)$(bindir)/codeblocks$(EXEEXT) \ + $(srcdir)/resources/icons/app.r + $(MACSETFILE) -a C $(DESTDIR)$(bindir)/codeblocks$(EXEEXT) + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/prefix.cpp codeblocks-17.12/src/src/prefix.cpp --- codeblocks-16.01svn11246/src/src/prefix.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/prefix.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 5613 $ * $Id: prefix.cpp 5613 2009-05-30 16:45:25Z killerbot $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/prefix.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/prefix.cpp $ */ /* diff -Nru codeblocks-16.01svn11246/src/src/printdlg.cpp codeblocks-17.12/src/src/printdlg.cpp --- codeblocks-16.01svn11246/src/src/printdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/printdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: printdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/printdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/printdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/projectdepsdlg.cpp codeblocks-17.12/src/src/projectdepsdlg.cpp --- codeblocks-16.01svn11246/src/src/projectdepsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/projectdepsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: projectdepsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/projectdepsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/projectdepsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/projectmanagerui.cpp codeblocks-17.12/src/src/projectmanagerui.cpp --- codeblocks-16.01svn11246/src/src/projectmanagerui.cpp 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/projectmanagerui.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11210 $ * $Id: projectmanagerui.cpp 11210 2017-10-18 23:42:42Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/projectmanagerui.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/projectmanagerui.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/projectmanagerui.h codeblocks-17.12/src/src/projectmanagerui.h --- codeblocks-16.01svn11246/src/src/projectmanagerui.h 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/projectmanagerui.h 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10807 $ * $Id: projectmanagerui.h 10807 2016-03-11 09:12:14Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/projectmanagerui.h $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/projectmanagerui.h $ */ #include "projectmanager.h" diff -Nru codeblocks-16.01svn11246/src/src/projectoptionsdlg.cpp codeblocks-17.12/src/src/projectoptionsdlg.cpp --- codeblocks-16.01svn11246/src/src/projectoptionsdlg.cpp 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/projectoptionsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11222 $ * $Id: projectoptionsdlg.cpp 11222 2017-10-31 07:56:18Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/projectoptionsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/projectoptionsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/recentitemslist.cpp codeblocks-17.12/src/src/recentitemslist.cpp --- codeblocks-16.01svn11246/src/src/recentitemslist.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/recentitemslist.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9263 $ * $Id: recentitemslist.cpp 9263 2013-08-17 09:20:28Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/recentitemslist.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/recentitemslist.cpp $ */ diff -Nru codeblocks-16.01svn11246/src/src/resources/icons/Makefile.in codeblocks-17.12/src/src/resources/icons/Makefile.in --- codeblocks-16.01svn11246/src/src/resources/icons/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/resources/icons/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,613 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/src/resources/icons +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/icons +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.xpm +EXTRA_DIST = $(srcdir)/*.ico \ + $(srcdir)/*.icns \ + $(srcdir)/app.r + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/icons/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/resources/icons/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/resources/images/16x16/Makefile.in codeblocks-17.12/src/src/resources/images/16x16/Makefile.in --- codeblocks-16.01svn11246/src/src/resources/images/16x16/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/resources/images/16x16/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/src/resources/images/16x16 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/16x16 +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/16x16/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/resources/images/16x16/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/resources/images/Makefile.in codeblocks-17.12/src/src/resources/images/Makefile.in --- codeblocks-16.01svn11246/src/src/resources/images/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/resources/images/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,790 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/src/resources/images +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +pkgdatadir = $(datadir)/@PACKAGE@/images +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = 16x16 settings +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/resources/images/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/resources/images/settings/Makefile.in codeblocks-17.12/src/src/resources/images/settings/Makefile.in --- codeblocks-16.01svn11246/src/src/resources/images/settings/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/resources/images/settings/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/src/resources/images/settings +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/images/settings +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = $(srcdir)/*.png +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/images/settings/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/resources/images/settings/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/resources/Makefile.in codeblocks-17.12/src/src/resources/Makefile.in --- codeblocks-16.01svn11246/src/src/resources/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/src/resources/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,804 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/src/resources +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_noinst_DATA) $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_noinst_DATA) $(dist_pkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = icons images +dist_noinst_DATA = $(srcdir)/*.xrc \ + $(srcdir)/*.rc \ + $(srcdir)/start_here/*.png \ + $(srcdir)/start_here/*.htm* + +dist_pkgdata_DATA = resources.zip start_here.zip +CLEANFILES = $(dist_pkgdata_DATA) +EXTRA_DIST = $(srcdir)/*.manifest +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/src/resources/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA + + +resources.zip: $(srcdir)/*.xrc $(srcdir)/images/*.png $(srcdir)/images/16x16/*.png + PWD=`pwd` cd $(srcdir) && zip $(PWD)/resources.zip *.xrc images/*.png images/16x16/*.png > /dev/null + +start_here.zip: $(srcdir)/start_here/*.htm* $(srcdir)/start_here/*.png + PWD=`pwd` cd $(srcdir)/start_here && zip $(PWD)/start_here.zip *.htm* *.png > /dev/null + +# 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: diff -Nru codeblocks-16.01svn11246/src/src/resources/resources.rc codeblocks-17.12/src/src/resources/resources.rc --- codeblocks-16.01svn11246/src/src/resources/resources.rc 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/resources/resources.rc 2017-12-28 11:01:33.000000000 +0000 @@ -60,8 +60,8 @@ /////////////////////////////////////////////////////////////////////////////// // Version information VS_VERSION_INFO VERSIONINFO - FILEVERSION 16,01,0,0 - PRODUCTVERSION 16,01,0,1 + FILEVERSION 17,12,0,0 + PRODUCTVERSION 17,12,0,1 FILEFLAGSMASK 0x3fL // VS_FFI_FILEFLAGSMASK #ifdef _DEBUG // Can be a combination of the following OR'ed flags: @@ -92,19 +92,19 @@ { BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual { - VALUE "Build", "January 2017\0" + VALUE "Build", "December 2017\0" VALUE "Comments", "Cross-platform IDE built around wxWidgets, designed to be extensible and configurable. Licensed under GPL3.\0" VALUE "CompanyName", "Code::Blocks Team\0" VALUE "Developer", "Code::Blocks Team\0" VALUE "FileDescription", "Code::Blocks IDE\0" - VALUE "FileVersion", "16.01.0.0\0" + VALUE "FileVersion", "17.12.0.0\0" VALUE "InternalName", "Code::Blocks\0" VALUE "LegalCopyright", "Copyright (C) 2004-2017 Code::Blocks Team\0" VALUE "LegalTrademarks", "All rights reserved.\0" VALUE "OriginalFilename", "codeblocks.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Code::Blocks\0" - VALUE "ProductVersion", "16.01.0.0\0" + VALUE "ProductVersion", "17.12.0.1\0" VALUE "SpecialBuild", "\0" VALUE "Support", "mandrav at codeblocks.org\0" VALUE "Users", "Unlimited.\0" diff -Nru codeblocks-16.01svn11246/src/src/resources/start_here/start_here.html codeblocks-17.12/src/src/resources/start_here/start_here.html --- codeblocks-16.01svn11246/src/src/resources/start_here/start_here.html 2017-11-26 01:48:44.000000000 +0000 +++ codeblocks-17.12/src/src/resources/start_here/start_here.html 2017-10-31 23:32:38.000000000 +0000 @@ -12,7 +12,7 @@
- +
CB_VAR_REVISION_INFO
Binary files /tmp/tmpCDalPs/v1J6T5TvO9/codeblocks-16.01svn11246/src/src/resources/start_here/title_17xx.png and /tmp/tmpCDalPs/TTLojI11ln/codeblocks-17.12/src/src/resources/start_here/title_17xx.png differ diff -Nru codeblocks-16.01svn11246/src/src/scriptconsole.cpp codeblocks-17.12/src/src/scriptconsole.cpp --- codeblocks-16.01svn11246/src/src/scriptconsole.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/scriptconsole.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10260 $ * $Id: scriptconsole.cpp 10260 2015-05-15 10:56:23Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/scriptconsole.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/scriptconsole.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/scriptingsettingsdlg.cpp codeblocks-17.12/src/src/scriptingsettingsdlg.cpp --- codeblocks-16.01svn11246/src/src/scriptingsettingsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/scriptingsettingsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10912 $ * $Id: scriptingsettingsdlg.cpp 10912 2016-09-25 16:10:13Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/scriptingsettingsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/scriptingsettingsdlg.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/splashscreen.cpp codeblocks-17.12/src/src/splashscreen.cpp --- codeblocks-16.01svn11246/src/src/splashscreen.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/splashscreen.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -2,9 +2,9 @@ * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 * http://www.gnu.org/licenses/gpl-3.0.html * - * $Revision: 10769 $ - * $Id: splashscreen.cpp 10769 2016-02-06 14:26:58Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/splashscreen.cpp $ + * $Revision: 11224 $ + * $Id: splashscreen.cpp 11224 2017-10-31 19:12:55Z mortenmacfly $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/splashscreen.cpp $ */ #include "splashscreen.h" @@ -75,15 +75,7 @@ void cbSplashScreen::DoPaint(wxDC & /*dc*/) { wxPaintDC dc(this); -#ifdef __WIN32__ - #if wxCHECK_VERSION(3, 0, 0) -// dc.SetDeviceClippingRegion(m_region); // was used for 08/02 splash screen (transparent regions) - #else -// dc.SetClippingRegion(m_region); // was used for 08/02 splash screen (transparent regions) - #endif -#endif dc.DrawBitmap(m_label, 0, 0, false); - DrawReleaseInfo(dc); } @@ -121,12 +113,8 @@ cbSplashScreen::cbSplashScreen(wxBitmap &label, long timeout, wxWindow *parent, wxWindowID id, long style) : wxFrame(parent, id, wxEmptyString, wxPoint(0, 0), wxSize(0, 0), style), - m_timer(this, cbSplashScreen_timer_id)//, m_region(0, 0, 440, 190) // was used for 08/02 splash screen (transparent regions) + m_timer(this, cbSplashScreen_timer_id) { -// m_region.Union(50, 35, 181, 181); -// m_region.Union(166, 13, 181, 181); -// m_region.Union(259, 29, 181, 181); // was used for 08/02 splash screen (transparent regions) - int w = label.GetWidth(); int h = label.GetHeight(); @@ -160,8 +148,6 @@ label_dc.DrawBitmap(label, 0, 0, true); label_dc.SelectObject(wxNullBitmap); -// SetShape(m_region); // was used for 08/02 splash screen (transparent regions) - Show(true); SetThemeEnabled(false); // seems to be useful by description SetBackgroundStyle(wxBG_STYLE_CUSTOM); // the trick for GTK+ (notice it's after Show()) diff -Nru codeblocks-16.01svn11246/src/src/splashscreen.h codeblocks-17.12/src/src/splashscreen.h --- codeblocks-16.01svn11246/src/src/splashscreen.h 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/splashscreen.h 2017-10-31 23:32:38.000000000 +0000 @@ -16,7 +16,6 @@ private: wxBitmap m_label; wxTimer m_timer; -// wxRegion m_region; // was used for 08/02 splash screen (transparent regions) public: // A value of -1 for timeout makes it stay forever (you need to close it manually) cbSplashScreen(wxBitmap &label, long timeout, wxWindow *parent, wxWindowID id, long style = wxSTAY_ON_TOP | wxNO_BORDER | wxFRAME_NO_TASKBAR | wxFRAME_SHAPED); @@ -35,4 +34,3 @@ }; #endif // CBSPLASH_SCREEN_H - diff -Nru codeblocks-16.01svn11246/src/src/startherepage.cpp codeblocks-17.12/src/src/startherepage.cpp --- codeblocks-16.01svn11246/src/src/startherepage.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/startherepage.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 9818 $ * $Id: startherepage.cpp 9818 2014-06-20 05:26:04Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/startherepage.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/startherepage.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/src/threadsdlg.cpp codeblocks-17.12/src/src/threadsdlg.cpp --- codeblocks-16.01svn11246/src/src/threadsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/threadsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10024 $ * $Id: threadsdlg.cpp 10024 2014-11-06 09:23:26Z jenslody $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/threadsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/threadsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/virtualbuildtargetsdlg.cpp codeblocks-17.12/src/src/virtualbuildtargetsdlg.cpp --- codeblocks-16.01svn11246/src/src/virtualbuildtargetsdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/virtualbuildtargetsdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10982 $ * $Id: virtualbuildtargetsdlg.cpp 10982 2017-01-28 16:02:00Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/virtualbuildtargetsdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/virtualbuildtargetsdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/src/watchesdlg.cpp codeblocks-17.12/src/src/watchesdlg.cpp --- codeblocks-16.01svn11246/src/src/watchesdlg.cpp 2017-11-26 01:48:45.000000000 +0000 +++ codeblocks-17.12/src/src/watchesdlg.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 11134 $ * $Id: watchesdlg.cpp 11134 2017-08-06 11:31:53Z fuscated $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/src/watchesdlg.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/src/watchesdlg.cpp $ */ #include "sdk.h" diff -Nru codeblocks-16.01svn11246/src/templates/common/Makefile.in codeblocks-17.12/src/templates/common/Makefile.in --- codeblocks-16.01svn11246/src/templates/common/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/templates/common/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,660 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/templates/common +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = console.cbp \ + console-main-c.cpp \ + console-main-cpp.cpp \ + console.png \ + console.template \ + dll.png \ + glfw-main.cpp \ + glfw.png \ + glfw.template \ + glut.png \ + glut-main.cpp \ + irrlicht.png \ + irr_main.cpp \ + ogrelogo.png \ + ogre-main.cpp \ + qt.cbp \ + qtlogo32.png \ + qt-main.cpp \ + qt.template \ + sdccapp.cbp \ + sdccapp-main.c \ + sdccapp.png \ + sdccapp.template \ + sdlapp.template \ + sdl-cb.bmp \ + sdl-main.cpp \ + sdl.png \ + sdl2-main.cpp \ + sdl2.png \ + sdl2app.cbp \ + sdl2app.template \ + sfml.cbp \ + sfml.png \ + sfml.template \ + sfml-cb.bmp \ + sfml-main.cpp \ + sharedlib.cbp \ + sharedlib-sample.c \ + sharedlib.template \ + staticlib.cbp \ + staticlib-sample.c \ + staticlib.template \ + wx-app-ash.cpp \ + wx-app-ash.h \ + wx-main-ash.cpp \ + wx-main-ash.h \ + wx-main-s.cpp \ + wx-main-sh.cpp \ + wx-main-sh.h \ + wx_pch.h\ + wxwidgets.png + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/common/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/templates/common/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/templates/Makefile.in codeblocks-17.12/src/templates/Makefile.in --- codeblocks-16.01svn11246/src/templates/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/templates/Makefile.in 2017-12-28 11:02:07.000000000 +0000 @@ -0,0 +1,735 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/templates +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +@CODEBLOCKS_NT_FALSE@TEMPLATES = unix +@CODEBLOCKS_NT_TRUE@TEMPLATES = win32 +SUBDIRS = common $(TEMPLATES) +DIST_SUBDIRS = common unix win32 +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/templates/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/templates/unix/Makefile.in codeblocks-17.12/src/templates/unix/Makefile.in --- codeblocks-16.01svn11246/src/templates/unix/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/templates/unix/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,617 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/templates/unix +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = glfw-static.cbp \ + irrlicht.template \ + irr_linux.cbp \ + ogre.template \ + ogre_linux.cbp \ + sdlapp.cbp \ + wxwidgets.cbp \ + wxwidgets.template + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/unix/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/templates/unix/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/templates/win32/Makefile.in codeblocks-17.12/src/templates/win32/Makefile.in --- codeblocks-16.01svn11246/src/templates/win32/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/templates/win32/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,648 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/templates/win32 +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgdatadir)" +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +pkgdatadir = $(datadir)/@PACKAGE@/templates +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +dist_pkgdata_DATA = dll.cbp \ + dll-main.cpp \ + dll.template \ + directx.png \ + directx.template \ + directx_gcc.cbp \ + directx_main.cpp \ + directx_vctk.cbp \ + fltk.cbp \ + fltk.png \ + fltk.template \ + fltk-main.cpp \ + glfw-static.cbp \ + glut.cbp \ + glut.template \ + gui.png \ + irr_gcc.cbp \ + irrlicht.template \ + irr_vctk.cbp \ + ogre.template \ + ogre_gcc.cbp \ + ogre_vctk.cbp \ + opengl.cbp \ + opengl-main.cpp \ + opengl.png \ + opengl.template \ + sdlapp.cbp \ + SmartWin.cbp \ + SmartWin.png \ + SmartWin.template \ + SmartWin-main.cpp \ + win32.cbp \ + win32gui.template \ + win32-main.cpp \ + wxwidgets.cbp \ + wxwidgets_static.cbp \ + wxwidgets_u.cbp \ + wxwidgets_static_u.cbp \ + wxwidgets.template + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/templates/win32/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/templates/win32/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_pkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_pkgdataDATA + + +# 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: diff -Nru codeblocks-16.01svn11246/src/tools/CBLauncher/Makefile.in codeblocks-17.12/src/tools/CBLauncher/Makefile.in --- codeblocks-16.01svn11246/src/tools/CBLauncher/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/tools/CBLauncher/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,559 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/tools/CBLauncher +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = $(srcdir)/doc/* \ + $(srcdir)/icons/* \ + $(srcdir)/*.cbp \ + icon.rc \ + mainpage.h \ + launcher.cpp + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/CBLauncher/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/tools/CBLauncher/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/tools/cb_share_config/app.cpp codeblocks-17.12/src/tools/cb_share_config/app.cpp --- codeblocks-16.01svn11246/src/tools/cb_share_config/app.cpp 2017-11-26 01:48:49.000000000 +0000 +++ codeblocks-17.12/src/tools/cb_share_config/app.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7754 $ * $Id: app.cpp 7754 2012-02-01 09:59:56Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/tools/cb_share_config/app.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/tools/cb_share_config/app.cpp $ */ #include "app.h" diff -Nru codeblocks-16.01svn11246/src/tools/cb_share_config/mainframe.cpp codeblocks-17.12/src/tools/cb_share_config/mainframe.cpp --- codeblocks-16.01svn11246/src/tools/cb_share_config/mainframe.cpp 2017-11-26 01:48:49.000000000 +0000 +++ codeblocks-17.12/src/tools/cb_share_config/mainframe.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 10927 $ * $Id: mainframe.cpp 10927 2016-12-04 06:14:19Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/tools/cb_share_config/mainframe.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/tools/cb_share_config/mainframe.cpp $ */ #include "mainframe.h" diff -Nru codeblocks-16.01svn11246/src/tools/cb_share_config/Makefile.in codeblocks-17.12/src/tools/cb_share_config/Makefile.in --- codeblocks-16.01svn11246/src/tools/cb_share_config/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/tools/cb_share_config/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,850 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +bin_PROGRAMS = cb_share_config$(EXEEXT) +subdir = src/tools/cb_share_config +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) +am_cb_share_config_OBJECTS = app.$(OBJEXT) mainframe.$(OBJEXT) +cb_share_config_OBJECTS = $(am_cb_share_config_OBJECTS) +am__DEPENDENCIES_1 = +cb_share_config_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +cb_share_config_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(cb_share_config_LDFLAGS) \ + $(LDFLAGS) -o $@ +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(cb_share_config_SOURCES) +DIST_SOURCES = $(cb_share_config_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +AM_CPPFLAGS = $(WX_CXXFLAGS) \ + $(CB_GLIB2_CFLAGS) \ + -I$(top_srcdir)/src/include + +cb_share_config_LDFLAGS = +cb_share_config_LDADD = $(WX_LIBS) \ + $(CB_GLIB2_LIBS) \ + $(CB_TINYXML_LIBS) + +cb_share_config_SOURCES = app.cpp \ + mainframe.cpp + +noinst_HEADERS = app.h \ + mainframe.h + +man_MANS = cb_share_config.1 +EXTRA_DIST = $(srcdir)/*.cbp \ + $(srcdir)/wxsmith/*.wxs \ + $(man_MANS) + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/cb_share_config/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/tools/cb_share_config/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +cb_share_config$(EXEEXT): $(cb_share_config_OBJECTS) $(cb_share_config_DEPENDENCIES) $(EXTRA_cb_share_config_DEPENDENCIES) + @rm -f cb_share_config$(EXEEXT) + $(AM_V_CXXLD)$(cb_share_config_LINK) $(cb_share_config_OBJECTS) $(cb_share_config_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainframe.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + 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 install-man1 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-man uninstall-man1 + + +# 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: diff -Nru codeblocks-16.01svn11246/src/tools/ConsoleRunner/main.cpp codeblocks-17.12/src/tools/ConsoleRunner/main.cpp --- codeblocks-16.01svn11246/src/tools/ConsoleRunner/main.cpp 2017-11-26 01:48:49.000000000 +0000 +++ codeblocks-17.12/src/tools/ConsoleRunner/main.cpp 2017-10-31 23:32:38.000000000 +0000 @@ -4,7 +4,7 @@ * * $Revision: 7107 $ * $Id: main.cpp 7107 2011-04-15 11:19:11Z mortenmacfly $ - * $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/src/tools/ConsoleRunner/main.cpp $ + * $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/src/tools/ConsoleRunner/main.cpp $ */ #include diff -Nru codeblocks-16.01svn11246/src/tools/ConsoleRunner/Makefile.in codeblocks-17.12/src/tools/ConsoleRunner/Makefile.in --- codeblocks-16.01svn11246/src/tools/ConsoleRunner/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/tools/ConsoleRunner/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,824 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +bin_PROGRAMS = cb_console_runner$(EXEEXT) +subdir = src/tools/ConsoleRunner +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) +am_cb_console_runner_OBJECTS = main.$(OBJEXT) +cb_console_runner_OBJECTS = $(am_cb_console_runner_OBJECTS) +cb_console_runner_LDADD = $(LDADD) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +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 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(cb_console_runner_SOURCES) +DIST_SOURCES = $(cb_console_runner_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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; +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; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +cb_console_runner_SOURCES = main.cpp +man_MANS = cb_console_runner.1 +EXTRA_DIST = $(man_MANS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/ConsoleRunner/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/tools/ConsoleRunner/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +cb_console_runner$(EXEEXT): $(cb_console_runner_OBJECTS) $(cb_console_runner_DEPENDENCIES) $(EXTRA_cb_console_runner_DEPENDENCIES) + @rm -f cb_console_runner$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(cb_console_runner_OBJECTS) $(cb_console_runner_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(MANS) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + 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 install-man1 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-man uninstall-man1 + + +# 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: diff -Nru codeblocks-16.01svn11246/src/tools/Makefile.in codeblocks-17.12/src/tools/Makefile.in --- codeblocks-16.01svn11246/src/tools/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/tools/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,734 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/tools +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +SUBDIRS = cb_share_config ConsoleRunner CBLauncher +EXTRA_DIST = Addr2LineUI +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/tools/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/src/wxsmith/Makefile.in codeblocks-17.12/src/wxsmith/Makefile.in --- codeblocks-16.01svn11246/src/wxsmith/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ codeblocks-17.12/src/wxsmith/Makefile.in 2017-12-28 11:02:08.000000000 +0000 @@ -0,0 +1,553 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# 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@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +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@ +target_triplet = @target@ +subdir = src/wxsmith +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \ + $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +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 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ +BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@ +BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@ +BUILD_BYOGAMES = @BUILD_BYOGAMES@ +BUILD_CBKODERS = @BUILD_CBKODERS@ +BUILD_CCCC = @BUILD_CCCC@ +BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@ +BUILD_CODESTAT = @BUILD_CODESTAT@ +BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@ +BUILD_CPPCHECK = @BUILD_CPPCHECK@ +BUILD_CSCOPE = @BUILD_CSCOPE@ +BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@ +BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@ +BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@ +BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@ +BUILD_ENVVARS = @BUILD_ENVVARS@ +BUILD_EXPORTER = @BUILD_EXPORTER@ +BUILD_FILEMANAGER = @BUILD_FILEMANAGER@ +BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@ +BUILD_HELP = @BUILD_HELP@ +BUILD_HEXEDITOR = @BUILD_HEXEDITOR@ +BUILD_INCSEARCH = @BUILD_INCSEARCH@ +BUILD_KEYBINDER = @BUILD_KEYBINDER@ +BUILD_LIBFINDER = @BUILD_LIBFINDER@ +BUILD_MOUSESAP = @BUILD_MOUSESAP@ +BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@ +BUILD_PROFILER = @BUILD_PROFILER@ +BUILD_REGEX = @BUILD_REGEX@ +BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@ +BUILD_SMARTINDENT = @BUILD_SMARTINDENT@ +BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@ +BUILD_SYMTAB = @BUILD_SYMTAB@ +BUILD_THREADSEARCH = @BUILD_THREADSEARCH@ +BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@ +BUILD_VALGRIND = @BUILD_VALGRIND@ +BUILD_WXCONTRIB = @BUILD_WXCONTRIB@ +BUILD_WXSMITH = @BUILD_WXSMITH@ +BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@ +BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@ +CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@ +CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@ +CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@ +CB_GAMIN_LIBS = @CB_GAMIN_LIBS@ +CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@ +CB_GLIB2_LIBS = @CB_GLIB2_LIBS@ +CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@ +CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@ +CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@ +CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@ +CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@ +CB_TINYXML_LIBS = @CB_TINYXML_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@ +CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATE = @DATE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ +FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ +GAMIN_CFLAGS = @GAMIN_CFLAGS@ +GAMIN_LIBS = @GAMIN_LIBS@ +GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ +GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ +GCC_PATCH_VERSION = @GCC_PATCH_VERSION@ +GCC_VERSION = @GCC_VERSION@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_CXX11 = @HAVE_CXX11@ +HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ +HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@ +HUNSPELL_LIBS = @HUNSPELL_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MACSETFILE = @MACSETFILE@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ +PLATFORM_LIBS = @PLATFORM_LIBS@ +PLUGIN_FLAGS = @PLUGIN_FLAGS@ +POSTLINK_COMMAND = @POSTLINK_COMMAND@ +RANLIB = @RANLIB@ +RC = @RC@ +REVISION = @REVISION@ +REZ = @REZ@ +SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@ +SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@ +SED = @SED@ +SETFILE = @SETFILE@ +SET_MAKE = @SET_MAKE@ +SHARED_FLAGS = @SHARED_FLAGS@ +SHELL = @SHELL@ +SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@ +SQUIRREL_LIBS = @SQUIRREL_LIBS@ +STRIP = @STRIP@ +TINYXML_CFLAGS = @TINYXML_CFLAGS@ +TINYXML_LIBS = @TINYXML_LIBS@ +VERSION = @VERSION@ +WXPROPGRID_DIR = @WXPROPGRID_DIR@ +WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@ +WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@ +WXPROPGRID_LIB = @WXPROPGRID_LIB@ +WX_CFLAGS = @WX_CFLAGS@ +WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@ +WX_CONFIG_PATH = @WX_CONFIG_PATH@ +WX_CPPFLAGS = @WX_CPPFLAGS@ +WX_CXXFLAGS = @WX_CXXFLAGS@ +WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@ +WX_GTK_CFLAGS = @WX_GTK_CFLAGS@ +WX_GTK_LIBS = @WX_GTK_LIBS@ +WX_LIBS = @WX_LIBS@ +WX_LIBS_STATIC = @WX_LIBS_STATIC@ +WX_RESCOMP = @WX_RESCOMP@ +WX_VERSION = @WX_VERSION@ +WX_X11_CFLAGS = @WX_X11_CFLAGS@ +WX_X11_LIBS = @WX_X11_LIBS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +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@ +builddir = @builddir@ +codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +zlib_CFLAGS = @zlib_CFLAGS@ +zlib_LIBS = @zlib_LIBS@ +EXTRA_DIST = $(srcdir)/*.wxs +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/wxsmith/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/wxsmith/Makefile +.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; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @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 \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + 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 +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install 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 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# 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: diff -Nru codeblocks-16.01svn11246/updateChangeLog.sh codeblocks-17.12/updateChangeLog.sh --- codeblocks-16.01svn11246/updateChangeLog.sh 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/updateChangeLog.sh 2017-10-31 23:32:37.000000000 +0000 @@ -6,7 +6,7 @@ # # $Revision: 8917 $ # $Id: updateChangeLog.sh 8917 2013-03-24 04:46:09Z biplab $ -# $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/updateChangeLog.sh $ +# $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/updateChangeLog.sh $ # REV_TO=${1:-"HEAD"} diff -Nru codeblocks-16.01svn11246/update_revision.sh codeblocks-17.12/update_revision.sh --- codeblocks-16.01svn11246/update_revision.sh 2017-11-26 01:48:50.000000000 +0000 +++ codeblocks-17.12/update_revision.sh 2017-12-28 11:01:34.000000000 +0000 @@ -4,9 +4,9 @@ # This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3 # http://www.gnu.org/licenses/gpl-3.0.html # -# $Revision: 10694 $ -# $Id: update_revision.sh 10694 2016-01-23 16:39:31Z mortenmacfly $ -# $HeadURL: svn://svn.code.sf.net/p/codeblocks/code/trunk/update_revision.sh $ +# $Revision: 11251 $ +# $Id: update_revision.sh 11251 2017-12-27 17:29:42Z fuscated $ +# $HeadURL: http://svn.code.sf.net/p/codeblocks/code/branches/release-17.xx/update_revision.sh $ # @@ -47,7 +47,7 @@ if [ "x$REV" != "x$OLD_REV" -o ! -r $REV_FILE ]; then echo "m4_define([SVN_REV], $REV)" > $REV_FILE - echo "m4_define([SVN_REVISION], 16.01svn$REV)" >> $REV_FILE + echo "m4_define([SVN_REVISION], 17.12svn$REV)" >> $REV_FILE echo "m4_define([SVN_DATE], $LCD)" >> $REV_FILE # Also change the revision number in debian/changelog for package versioning @@ -56,12 +56,12 @@ if [ -x "$DCH" ]; then AKT_REV=`sed -e 's/.*svn\([0-9]*\).*/\1/' -e 'q' < debian/changelog` if [ $REV -gt $AKT_REV ]; then - dch -v 16.01svn$REV "New svn revision" + dch -v 17.12svn$REV "New svn revision" fi fi else mv debian/changelog debian/changelog.tmp - sed "1 s/(16.01svn[^-)]*/(16.01svn$REV/" < debian/changelog.tmp > debian/changelog + sed "1 s/(17.12svn[^-)]*/(17.12svn$REV/" < debian/changelog.tmp > debian/changelog rm debian/changelog.tmp fi fi